Category: jquery

« Previous Entries

srchr: Crowdsourcing JavaScript wisdom

UPDATE: The deadline for completing your submission is April 16, the day before JSConf. If you’re at the conference, join others in the hacker lounge to see what they did!
I’ve been working on a blog post about using classes and pub/sub for structuring jQuery applications, and I had in mind a pretty simple demo app [...]

Building a standalone JavaScriptMVC controller.js

I’ve been doing a lot of work lately with a client who’s using just the controller portion of JavaScriptMVC. I plan to write a more in-depth post about this while I’m traveling this week, but in the meantime, I wanted to jot down the steps to create the standalone controller.js file for my future reference. [...]

Demystifying custom events in jQuery

This article originally appeared in the May 2009 issue of JSMag.
We’re all familiar with the basic events — click, mouseover, focus, blur, submit, etc. — that we can latch on to as a user interacts with the browser. Custom events open up a whole new world of event-driven programming. In this article, we’ll use jQuery’s [...]

Dojo Confessions (Or: How I gave up my jQuery Security Blanket and Lived to Tell the Tale)

This is a reprint of an article that originally appeared in the October issue of JSMag.
I recently had the opportunity to architect the front-end of a new web application from scratch, and after years of using jQuery, I decided to give Dojo a try. For a variety of reasons — not least of which was [...]

Introducing yayQuery — A jQuery podcast

If you’d like a download:
mp3 audio (30mb), mp4 video (94mb), ogg video (61mb), Vimeo
In this our first episode of the official yayQuery Podcast, Paul Irish, Adam J. Sontag, Alex Sexton and I stayed up way too late on Monday night and had ridiculous amounts of fun talking about:

Underscore.js, the new [...]

Using Objects to Organize Your Code

This is a reprint of an article that originally appeared in the March 2009 issue of JSMag.
When you move beyond simple snippets of jQuery and start developing more complex user interactions, your code can quickly become unwieldy and difficult to debug. This article shows you how to start thinking about these interactions in terms of [...]

Dojo article in JSMag

I’ve been doing some work with Dojo lately for a client project, and wrote up an article about my experience with the library (coming from a jQuery background) for JSMag this month. If you’re interested, definitely check the magazine out — it’s only five bucks, and there are some other great articles in there this [...]

Inaugural North Carolina jQuery Camp

I’m just back from the inaugural North Carolina jQuery Camp at Viget Labs in Durham, N.C., and a couple of people have asked how it went, so I thought I’d write a quick post. I had a whim a few weeks ago to organize the camp; I envisioned an unstructured day where fellow jQuery developers [...]

On speaking at the 2009 jQuery Conference

One of my personal goals for this year was to start being part of the solution to the dearth of female speakers at tech events. Though I’ve talked at a couple of smallish local events over the past few months, this past weekend I got to do it in a big way: I presented a [...]

I’m teaching a jQuery class!

One of my goals this year was to get up in front of people and talk. To that end, I’m happy to announce that I’ll be teaching a jQuery fundamentals class July 29-30 at Carrboro Creative Coworking in Carrboro, N.C.
In my work with jQuery beginners, I often find that the library is so easy [...]

« Previous Entries