Tutorials Elsewhere

read 18 comments

Quite a few jQuery tutorials have been posted around the web recently. It’s always great to see more people not only learning jQuery, but also teaching it to others. Here are just a few that I think could be helpful to readers of Learning jQuery:

  • jQuery Crash Course. Nathan Smith shows he scripted an airplane seat picker script with jQuery. Beautifully designed with nice, clean code.
  • Understanding the “Chain”. Dan G. Switzer discusses how he went from an incorrect assumption to a solid understanding.
  • jQuery and XML Revisited. Brian Reindel walks through a few methods he wrote to handle XML retrieved via xhr.
  • What is JSONP?. Remy Sharp describes the JSONP method of script-tag injection and shows how it can be done with jQuery.
  • Creating A Sliding Image Puzzle Plug-In. Ben Nadel demonstrates how he built a really cool sliding-image puzzle.
  • Advanced ternary conditions in JavaScript. Okay, so this isn’t specifically related to jQuery, but Paul Bakaus, the lead developer of jQuery UI, has some great suggestions for writing conditions with both brevity and readability in mind.

Any others out there that you have found particularly useful? Let us know in the comments.

comment feed

18 comments

  1. This isn’t exactly useful but I found it interesting (and not just because I did it) to see how easy it was to rewrite something with jQuery while losing about 60% of the bulk.

    Before jQuery: JavaScript utility: kilometer/mile converter.

    After jQuery: Kilometer/mile converter redux, jQuery version.

  2. Toffe

    Great list!
    The link to “Creating A Sliding Image Puzzle Plug-In” is broken.

  3. Hey Toffe,
    Thanks for the heads up on the broken link. Fixed it!

  4. fullfeeds

    Would you please go back to full feeds?

  5. Hi fullfeeds,

    Thanks for notifying me about this. Apparently, WordPress added a “feature” in 2.1 which cuts off feeds at the <!– more –> comment, regardless of feed preference. I just installed the full text feeds plugin, so hopefully that will bring the full feeds back.

  6. Nathan

    It appears the link to “advanced ternary conditions” is broken…

  7. Hi Nathan,

    It looks like there is a problem with Paul’s server configuration or something. I’ll ping him next time I see him on IM.

  8. 10z

    Thanks for share, i love jQuery !

  9. Here’s another great article: Calculating The Browser Scrollbar Width by Jonathan Sharp.

  10. This is the first thing why Jquery was not so popular on its first days because of lack of tutorials and free supports , but now lots of people is now looking and making tutorials of jquery. Nice to see more Jquery tutorials.

  11. I’m launching a little series on jQuery development over at my blog – I’d appreciate any feedback!

  12. Thanks for the site, I’ll definitely check out some of the articles here. I’ve got a jQuery section too.

    Jeremy: I’ll check it out.

  13. @Henrik
    Thanks for your comment on my blog – I thoroughly enjoyed your articles on jQuery; well done!

    Incidentally, I’ve since added a new post on multi select transfer with jQuery. Once again, I’m eager for feedback!

  14. Geo

    Nice work :) This is very helpful for me :) Thanks!

  15. Im writing some tutorials (already written 3) on jQuery. So far ive done manipulation, selectors and the basics.

  16. Thanks, I love jQuery !

Leave a Comment

IMPORTANT:

  • If you wish to post code examples, please wrap them in <code> tags.
  • Multi-line code should be wrapped in <pre><code> </code></pre>
  • Use &lt; instead of < and &gt; instead of > in the examples themselves. Otherwise, you could lose part of the comment when it's submitted.