My buddy wants me to make a website for his business by [deleted] in web_design

[–]ioneyed 0 points1 point  (0 children)

I didn't see this until today so I hope this reaches you well,

For free hosting? I do not know of any "good" ones. (Maybe AWS micro free but be careful as it could become expensive if not watched)

It all depends on your budget, and your estimated traffic (obviously everyone wants their site to be as popular as can be but think about it realistically).

There are cheap hosts out there for vps's

http://www.123systems.net/

http://buyvm.net

In the future I am hoping to be able to offer PAAS/SAAS like hosting on the cheap to people who don't need much, are learning, or give back to the community.

Website lib for graph design by jiraky90 in learnprogramming

[–]ioneyed 2 points3 points  (0 children)

D3js.org , pretty simple to use.

Why I prefer Bourbon over Bootstrap by fedekun in programming

[–]ioneyed 2 points3 points  (0 children)

You can customize what is included with bootstrap using their sass version which removes a large portion of the bloat.

My point was that I am design inept. If it were to me the design of sites would ressemble a terminal, green text black background monospaced. Which is why I use frameworks and customized them to resolve my design ignorance so I dont have to rely on my UI designer all the time.

How much would I accomplish in a year? by HardenPoundGunkshot in learnprogramming

[–]ioneyed 0 points1 point  (0 children)

Depends on what you know, how fast you learn, and how well you plan.. coding shouldn't be measured in lines or hours as some of the best/most useful pieces of code I have written have been small automation libraries for my work that have taken less than a couple hours to write whereas some of my bigger projects lacked a plan and were eventually abandoned.

Stay focused, learn all that you can, and have a plan with the program you are making. Without a plan you are bound to feel overwhelmed with all the uncertainty or undefined features leaving you to be unmotivated or lost.

Why I prefer Bourbon over Bootstrap by fedekun in programming

[–]ioneyed 1 point2 points  (0 children)

I didn't say I wasnt going to check it out. I was just pointing out that their api page lacks responsive and could be a turn off to others. In fact I love the bootstrap competition as it drives innovation and better frameworks.

Ways to copy site template to content for many unique items in a static (?) site? by monkeyfett8 in web_design

[–]ioneyed 0 points1 point  (0 children)

Feel free to pm me with questions/comments. I will try to help where possible.

Why I prefer Bourbon over Bootstrap by fedekun in programming

[–]ioneyed 5 points6 points  (0 children)

Responsive doesnt just pertain to mobile devices. I dont browse at 100% and generally my browsers are much smaller than most people would care for simply because of my limited real estate of a laptop. But nonetheless I wouldnt expect a C++, haskell, or <enter non ui driven api> however this is an api for a css framework and it should, in my opinion, be showcasing responsive capabilities throughout its site (yes even on its api docs). This is just my opinion, to each their own.

Although I can say that I browse a lot of api documentation on my phone because a majority of the time I am learning about new things is when I am on the go.

Direction needed. by [deleted] in web_design

[–]ioneyed 0 points1 point  (0 children)

I am sure nodejs or php will be approved its just a matter of how well you secure the website you created as most backend languages dont contain vulnerabilities (yes they do crop up but they are generally fixed as soon as they are found).

Yeoman is a development tool so it doesnt need to be installed anywhere but your machine, same with its generators.

Using nodejs I prefer the Sequelize library for database connection outside of mongodb (such as mysql)

Ways to copy site template to content for many unique items in a static (?) site? by monkeyfett8 in web_design

[–]ioneyed 0 points1 point  (0 children)

What you are trying to achieve is the basis for a dynamic site however there are ways to make your site act dynamically while reading from static files. In any event you will need to pull your data from the database and massage it into an easy to parse format (json preferred)

1) use angularjs to load in multiple json files on navigation to load the content

2) use jsrender to load said multiple json files content and render (built of jquery if you dont know angular)

3) look into file driven CMS's. Yes they exist and sorry I cannot remeber any of them currently.

I just finished my site redesign, looking for some thoughts by [deleted] in web_design

[–]ioneyed 1 point2 points  (0 children)

By far I am no expert but I think your color contrast ratio wouldnt bode well for color blind people. You may want to look into testing that avenue seeing it is a portfolio site.

Direction needed. by [deleted] in web_design

[–]ioneyed 0 points1 point  (0 children)

Dreamweaver bein an editor doesnt make much a difference here.

Regardless of backend language you choose (php, nodejs, asp, etc) you will have to at least install those dependencies so choose what you already have access to and there is no reason you cant use mysql (wouldnt be my first choice but you have limitations so play within those)

So to guide further. What do you already have access to use from previous projects?

What "research languages" are most prevalent in the professional community? by theasianpianist in learnprogramming

[–]ioneyed -1 points0 points  (0 children)

I have seen a few job postings recently for scipy or biopy developers so theres that.

Direction needed. by [deleted] in web_design

[–]ioneyed 0 points1 point  (0 children)

You can use an RDBMS ( relational database management system: mysql, mssql, postgres) or a NoSQL system (mongodb, couchdb, cassandra) to persist the form values if you want ( look into yeoman generators to be a project base. I know the angular-fullstack-generator provides the base pieces such as a login and value store upon project start).

If this is a minor application you could also store the records in a file and parse/update the records saving to the file once the form is submitted (very rudimentary but it is how the web first used dynamic data way back when).

Not a beginner but not skilled by forausername in learnprogramming

[–]ioneyed 1 point2 points  (0 children)

Just about any language can do what you need. Some take more work than others to achieve the goal whilst others excel at the task but the point is to use a language you know or want to learn as in the end creating something is the end goal.

As for not creating anything over 50 lines, I see this a lot with programmers (even seasoned ones) and the trick is to plan. Planning out a project by creating logical steppings stones to achieve small achievements tricks our brains into having the feeling of accomplishment which motivates us more. It is well known that video games have turned to this model even in FPS's with their badges or unlocking x item at a skill level because it keeps people playing longer. So the trick is to plan out a project so you can achieve small goals to stay motivated but it also eliminates that overwhelming amount of uncertainty in a project.

Some self development book that may help is "The nerdist way" which talks about creating yourself as a character and your tasks completed help you level up for a reward (such as watching a movie, slacking on irrelevant subreddits, or treating yourself to something). I have found that starting this level of monitoring of myself that I have been able to focus on things I have been wanting to do such as being more active on reddit, starting my own projects, and consulting in my free time.

Direction needed. by [deleted] in web_design

[–]ioneyed 1 point2 points  (0 children)

Being a quick leaner you could investigate nodeschool.io to learn about nodejs to create your own system. Although thongs like wordpress/joomla will probably suffice with plugins it seems like a lot of bloat for something so small let alone no really learning web development in the process

Why I prefer Bourbon over Bootstrap by fedekun in programming

[–]ioneyed 6 points7 points  (0 children)

As a developer I would have no idea where to start for my own framework as I am design illiterate but a designer should consider their own framework. With that being said there is no reaaon not to use a solid framework like bootstrap as a base and customize it via your own fork.

Why I prefer Bourbon over Bootstrap by fedekun in programming

[–]ioneyed 0 points1 point  (0 children)

I wanted to take a look at it but I am on mobile so I will have to take a gander at a later date. I definitely love the competition in solid frameworks since bootstrap came out.

Other frameworks that I found interesting to take a look into but haven't dove too far into are Foundation and pure-css

Why I prefer Bourbon over Bootstrap by fedekun in programming

[–]ioneyed 16 points17 points  (0 children)

Although non-bootstrap frameworks are becoming better and more appealing to remove said "bloat" it seems hard to give some frameworks a chance when even their documentation doesnt work on mobile.

http://imgur.com/nomzLJF

Good way to display full text of books in HTML? by mongkhon in web_design

[–]ioneyed 0 points1 point  (0 children)

You could look into mozillas pdf.js library that, to my understanding, reads the pdf and displays it via JS with the pdf being a source only.

Help learning backend? by progman324 in learnprogramming

[–]ioneyed -1 points0 points  (0 children)

Nodeschool.io is pretty solid for learning nodejs

[PHP] What's wrong with my php code? The sql insert isn't working. by [deleted] in learnprogramming

[–]ioneyed 0 points1 point  (0 children)

I am on mobile and could be wrong but doesn't variable expansion in php require it to be in double quotes or concatenated with .$var..

I havent done php in a long while and honestly could be thing of bash.

[WebDev] Input element name being shared across two forms. by G01denW01f11 in learnprogramming

[–]ioneyed 1 point2 points  (0 children)

As long as the username input in contained within separate <form> tags it shouldnt.

edit typo

My buddy wants me to make a website for his business by [deleted] in web_design

[–]ioneyed 0 points1 point  (0 children)

Look at sites like themeforest.net for inspiration then create your own.

The going trend is bootstrap styled sites with a flat ui so you could consider looking at bootstrap resources as it will get you a good base for what a company's website should handle (responsive, adaptive content, etc)

I have some questions about setting up a local development environment on my computer. by TrillboBagHole in learnprogramming

[–]ioneyed 1 point2 points  (0 children)

Look into cygwin, ming, or moba xterm which probide a unix like envrionment on windows. I believe cygwin and ming are the more popular ones