So right about now I’m wishing that if I could be anywhere, it would be at SXSW (South by Southwest). For those of you who don’t know, its about the coolest festival on the planet. And I don’t know from experience, just from colleagues and coworkers and podcasts and industry moguls giving me an earful.
In addition to being a hotspot for web design, SXSW boasts an impressive musical lineup each year, and this year I’ll be disappointed that I’ve missed The Everyday Visuals, Madi Diaz, and the undisputable heavyweight of soul, Miss Erykah Badu.
I’ve been hearing about it for weeks, from Paul Boag blabbering about it on his Boagworld podcast, to having to postpone projects with colleagues who are attending, to CSS guru Eric Meyer tweeting, “If you’re not going to SXSW, tweet like you’re there. Nobody will know the difference.” Yeah, that almost makes up for not being able to attend.
But alas, I am not one to linger, and the time spent here at home has given me the opportunity to start exploring jQuery, which was recommended to me by Alex King, famed author of the WordPress Popularity Contest plugin, and another item that Paul Boag has been going on endlessly about for months now. I finally broke down and downloaded the library and started playing with it.
From my first impressions, Paul has reason to be going on endlessly. It seems that the potential of what a web designer or developer can accomplish with the JavaScript library is in fact endless. The first item that caught my eye was the fact that on the jQuery homepage they offer the expanded, developer version of the library, along with the compressed, production version. I was immediately reminded of the hours I’ve spent testing the best method to minify, compress and serve my Prototype and Scriptaculous libraries. jQuery does this for me? Fantastic.
Second, I was really impressed with the quality and quantity of documentation. Compared to Prototype, jQuery blows it out of the water in terms of a working online manual. I think I’ve officially moved the “Prototype and script.aculo.us” book to the back of my “must read” list. I’ve actually read the first half of it already, but it was cryptic and would have required re-reading on my part to fully absorb the material. jQuery is the complete opposite. There are video tutorials explaning the beginner steps. Video tutorials.
The last thing about jQuery that really hooked me was the ease with which a web designer can pick up the library. A lot of the arguments you pass to the library are the same as in CSS. So if you’re looking for a div with the id of conference, you pass (“#conference”) as the argument.
It seems like its going to be really easy to quickly get up to speed with the library, and that it has a lot of power in terms of what you can do with it. If you’re interested, check out the jQuery site, the jQuery UI site, as well as some of the video tutorials. Really, really, really cool stuff.