What is a good web programming language, environment, program, whatever, to learn? I want to do more web stuff. Ideally, I want to learn something (or more than one something) that lets me do advanced beginner to moderately complex stuff. Basic html won't cut it, and flash sounds really hard to learn. What's in the middle that's good?
Depends what you want to achieve.
For ease, asp.net for dynamic webs. Downside is it needs Windows IIS webservers. And its Microsoft if you can't handle that sort of stuff.
asp is my current personal favourite. Needs IIS, or expensive add-ons to Apache for Unix servers. There is a freebie, but it can't run the standard vbs type language, so pretty pointless.
php/mysql is the linux low cost equivilient, nowhere near as powerful or easy, but a great combination anyway. Downside, your host needs to allow php, and the versions are not entirely compatible with each other.
Perl. As used extensively on OOF. It sux. One to avoid, unless you want to become chief OOF programmer
