Some people have asked about the basics of web development. I put together a quick overview. It is not the prettiest or the most complete. It is just a quick overview. I will try to work on it as time permits.
http://juanmchavez.com/WebDevelopment.php
Nevertheless, it gives you the basic idea. Some quick links on how to get started
1) Hosting:
This broken down into 2 types. Microsoft and Linux. They support different programming languages.
Microsoft:
- ASPĀ – VB Classic and C# – .Net
- PHP
- MSQL
- MYSQL
Linux
- PHP
- Ruby On Rails
- Java
- Python
- ColdFusion
- Perl
- MySQL
GoDaddy.com offers hosting for as little as $7/month..That is about $84/year. When you buy hosting you can buy a domain for $1.99/yr
It is a great way to have a platform to learn and try new languages. You just need notepad to code. Godaddy provides an FTP to upload your code.You can also get free IDE such as Eclipse and Netbeans.
http://netbeans.org/
http://www.eclipse.org/
or you can buy cheap IDE software on Ebay or http://oem-share.com/
I have purchased from both and had great results
To try PHP development…go to http://www.wampserver.com/…you can get Apache, PHP and MySQL for free..
What about open source projects to work on??? These are projects where you can start from an existing project.
sourceforge.com – mostly java and php prjects
http://www.codeplex.com/ – .net open source projects.
Try your coding skills at topcoder.com
According to the IEEE computer society the top 3 programming lanagues in demand are
- Java
- C#
- PHP
I know this lacks a little in details…please feel free o ask for more details about any particular topic.