Actually you don't need to know JS at all to learn PHP or Ruby. JS is mostly client-side language used to design interactions (although JS server side implementations are gaining traction now).
If JS syntax looks daunting to you, you can start at jquery, which is a js library, with much more elegant syntax.
Also, if you want to choose between Ruby or PHP. Go for Ruby, As weird as it may sound, learn some basics from other languages (PHP or Python), just because ruby is syntactically so different from other languages, that in my opinion makes ruby a bad starting language.
Most of the time, you can manage with Ruby and JS for server-side and client-side programming.
thank you dude... i went through all those learn.appendto.com JS tuts you reccomended and will now proceed to explore a bit of php as well as brush JS skills. thank you for everything man :)
Comments
Actually you don't need to know JS at all to learn PHP or Ruby. JS is mostly client-side language used to design interactions (although JS server side implementations are gaining traction now).
If JS syntax looks daunting to you, you can start at jquery, which is a js library, with much more elegant syntax.
Also, if you want to choose between Ruby or PHP. Go for Ruby, As weird as it may sound, learn some basics from other languages (PHP or Python), just because ruby is syntactically so different from other languages, that in my opinion makes ruby a bad starting language.
Most of the time, you can manage with Ruby and JS for server-side and client-side programming.
Hope this helps.
thank you dude... i went through all those learn.appendto.com JS tuts you reccomended and will now proceed to explore a bit of php as well as brush JS skills. thank you for everything man :)
http://www.lynda.com/JavaScript-tutorials/Essential-Training...
This is also a great tutorial disc for JS.