What should I learn in order to do web development?
October 15, 2008 3:09 AM
Subscribe
What should I learn in order to do web development?
I would like to create some feature-rich websites with some Web 2.0 aspects to them. I'm trying to figure out what I need to learn.
At present, I know XHTML, CSS, and javascript. There is so much else out there - php, perl, xml, ajax, ruby, sql, c#, java applets, and on and on and on.
This has been asked before, but not recently, and I know how fast the web changes.
posted by giggleknickers to computers & internet (16 comments total)
49 users marked this as a favorite
Once you understand the basics of web development, I would suggest learning a framework. I use symfony at work, which is uses PHP. If you feel comfortable learning a new language, try Ruby on Rails. Don't try learning the framework before you feel comfortable with the basics.
Ajax is one of the underlying technologies used in web 2.0 sites. It will be a lot easier to understand once you are comfortable with basic web development. A lot of the previously mentioned frameworks include helpers to help with ajax work.
posted by timmow at 4:15 AM on October 15, 2008