For you coders out there, what are some good resources to learn Ruby on Rails or PHP. Which of the two languages do you prefer? I live in NYC also, so if you know of some actual classes that would be useful too. Thanks.
Guess it depends on what you want to do. How much programming experience do you have, and how much web programming experience do you have?
If you don't have much web programming exp, I would learn some php. PHP does a good job exposing you to the basic concepts of web programming (i.e. form submission and handling). It's not as hidden behind a framework like ruby on rails. PHP is also great for adding some quick and dirty dynamic content to a page. Plus, there is a ton of php code out there you can learn from.
PHP is also installed almost everywhere, and you can be up and running with php from the get go. Ruby on Rails apps are a little more difficult to deploy, mainly because the environment isn't as mature as PHP's. Also, most hosts don't support ROR, since it has quite a different deployment model than PHP.
Neither way really puts a limit on what you can do. There are great php apps and great rails apps. It comes down to how you want to use it. If you are doing a bunch of quick hit scripts, I would go with PHP. If you are doing a full blown web app, go with ROR.
No matter what you do, learn some basic php. Plus, php.net has pretty good docs. You should be able to learn most of this on-line. After you learn php, if you have the time, learn ruby, because is a wonderful language which you will appreciate even more after using php.
J