views:

93

answers:

3

I am wanting to start Web Development and I was wondering what languages I would want to learn and what (if at all possible) free tools I would want to use.

+2  A: 

Languages:

  • HTML
  • Javascript plus jQuery
  • for server side, anything from C++ to Ruby to ASP.NET
  • PHP

Tools:

  • Firebug
  • Internet Explorer / Firefox / Chrome / Opera
  • Text editor (vim / emacs)

(please add to the above lists, answer CW)

Greg Hewgill
A: 

Client side: see http://wsc.opera.com/

Server side: use pretty much any language you are comfortable with (I tend towards Perl with the Catalyst framework)

David Dorward