What programming languages should I learn for Web development?

What're the essential web languages for a new developer?

  • I'd like to learn some web languages to help me take advantage of APIs and generally be more useful. It's been a crazy month and a half. After letting programming lapse entirely, both as hobby and profession, I've found myself seated in the role again. As the only person with even the vaguest idea of how programming languages work, I've been appointed the job of "Web development guy" at the small company I work for. This has turned out to be wonderful. I'm kept busy, I get wide creative latitude and I genuinely enjoy the act of creating. And, if I do say so myself, I'm not too bad at it. I dove right in reading up on modern CSS, digging through the archives of Alistapart, challenging myself to implement complex solutions and generally learning by doing. I read a ton on best practices and worked hard to make my web code pass the "drop-dead" test- If I died today, I'm certain someone with only minimal knowledge could pick up my code tommorrow. So this is great! But now I'm looking to try and be even more useful. I'd love to start learning some web-friendly languages so that I can flex my programming muscle. There are things no manner of CSS wizardry can accomplish that I'd like to be doing. If there's an API that I think could be helpful, I'd love to be able to take advantage of it. But, like I said, I'm still rusty. So I'm looking for two things -What are the vital web languages that a budding development dude should be familiar with. -Where should he learn them? Books, videos, web tutorials- I'm open to all of them. I'm just looking to solicit advice from folks who are in the trenches. I'm not looking to be able to brew my own social network or create a mega database, but I'd like to know enough to generate some dynamic content or employ some Java tricks when most pedestrian methods fail.

  • Answer:

    I should mention that my imagined answers are: Java, PHP, Ruby. So tell me how far off base I am.

GilloD at Ask.Metafilter.Com Visit the source

Was this solution helpful to you?

Other answers

Start with Javascript and its most badass library, http://jquery.com/. You'd be amazed what you can do with just HTML, CSS and Javascript. (You mentioned Java several times ... do you mean Javascript? Aside from the name, the two have little to do with each other. Or do you mean Java applets? If it's the latter, I'd focus a lot more on the former. Java applets are nowhere near as prevalent as they were a few years ago.)

Nelsormensch

Honestly, as much as I hate to say it, the most important language to know for the web right now is Javascript. The cool stuff on the web is all happening on the client-side, not on the server-side. For a server language, you'd be well served by Java, PHP, or Ruby as you mentioned. I'd avoid Java unless you had a particular reason for it. I'm also partial to Ruby over PHP, but PHP has its place if you just want to toss up something simple. But you can do so much with Javascript these days, especially with things like Gears and HTML 5. And like Nelsormensch said, jQuery rocks.

AaRdVarK

Time to get started on Javascript, then! A Q, however- Javascript can obviously do a lot of fancy, pretty things that HTML/CSS alone cannot. However, isn't there a temptation here to bloat one's code with pretty tricks? Is there a place for best practices/live examples to understand where best to use Javascript?

GilloD

It's not a pretty language, and there's a LOT of bad code floating around out there, but PHP is pretty much the 'English' of web development these days. Most everyone speaks it, and it's stupid simple to experiment and learn with tools like MAMP and WAMP. Languages like Ruby and Python are sexier, and if you're really passionate bout clean, elegant code the communities around those tools will probably be more helpful. As others have said, though, learning JavaScript and understanding the DOM -- then leveraging it with a library like jQuery -- will put a lot of really crazy stuff in your reach.

verb

I'm leaning towards the opinion PHP is probably the best path to take. There are some very compelling reasons to use both Java and Ruby on Rails, but in terms of the ease with which you can create and deploy dynamic web pages, PHP is probably the simplest proposition. Certainly you'll find much wider support for PHP out of the box among hosting companies, if only because it's available by default in so many Linux distributions. Another technology to consider would be Microsoft's .Net framework. It's pretty damn good according to a lot of people I've spoken to, although it's somewhat more platform-dependent.

le morte de bea arthur

Any suggestions on where best to start with PHP? I'm open to a good ol' paper book, but I've certainly found web resources to be considerably more useful

GilloD

javascript and actionscript3 on the client. php, python and ruby on the server. i really like working with java, but there's a lot of boilerplate and coding overhead. and if you want to process text, you'll get carpal tunnel in a week. if you really want to make yourself interesting, you'll get into the geoweb. check out http://geoserver.org and, of course, google and yahoo maps. i agree with Nelsormensch about java applets. flash has largely supplanted java for things that are best done in that way, and the new VM is very, very fast. the actionscript3 API is vast and still expanding, with the latest player offering native 3D transformations better filesystem access. that's on top of raw sockets, streaming HD video, etc.

klanawa

Python. it's way cooler than PHP.

GuyZero

Sorry, I should elaborate. Python is a much, much better language on a fundamental level and has lots of interesting libraries and frameworks available for it as well as interesting execution environments like Google's AppEngine. Python's built-in data types are a real joy to work with.

GuyZero

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.