PDA

View Full Version : Experienced system programmer wants to move to web development



sys
24 Nov 2010, 09:17 PM
I am an experienced system and embedded developer (Linux, VxWorks, Windows), and also used to work on proprietary widgets for Windows UI using MFC many years ago. I am looking to moving into Web Development, and would like to invite your opinions on how to start. I have in-depth knowledge of C++, Python, Perl, and Java.

Any suggestions will be highly appreciated.

Joshua McClure
26 Nov 2010, 01:34 PM
I would start by looking into HTML and CSS. The are just the basic markup languages for the web. Once you have conquered those, I would move on to a server side scripting language such as PHP or ASP. As a programmer you will pick up on the logic naturally but you will need to learn the syntax. You might find it worth your while to learn MySQL, Postgresql or MsSQL. These are web databases and will allow you to create really cool web applications.

You will also need to learn how to use JavaScript. This has become a key scripting language in web based applications and comes in VERY handy.

- So just to recap -
You need to learn:
HTML
CSS
JavaScript
PHP or ASP
JavaScript
MySQL, Postgresql or MsSQL

Here is a really good website for starting out: http://w3schools.com/

Sincerely,
Joshua McClure