|
|
|
Ask HN: How can I learn enough coding to run simple online sites?
|
|
4 points
by Retailslave
5640 days ago
|
|
I'm really interested in learning to code little sites, apps, creating small simple stuff that may generate small amounts of money. I have a lot of time on my hands, I always see really great and simple sites that generate small amounts of income. I'd be more than happy with this but I have no idea on where to start with the coding.<p>How much experience do I need?
How do I learn?
Where do I get started?
What questions should I be asking?
What languages should I be learning? Where?<p>There's a lot of unknown unknowns in this category, so if HN can help it would be great. |
|
The front end is composed of html, css, and javascript. As far as the html and css go, you can get started very quickly with a framework called css blueprint ( http://www.blueprintcss.org/ ). You probably don't need javascript for very basic sites.
The backend is composed of a programming language and often times a framework. I'd recommend Google App engine + python. Google supports a number of frameworks, but I recommend going through the tutorial found here: http://code.google.com/appengine/docs/python/gettingstarted/
Let me know if you have any questions. It'd also be useful to know what type of experience you have.