-
Rebecca Murphey
4.18
Description:
The magic of jQuery's CSS-based selection makes it easy to think about our code in terms of the DOM, and sometimes that approach is exactly right. Other times, though, what we're trying to accomplish is only tangentially related to our nodes, and opting for an approach where we think in terms of functionality -- not how that functionality is manifested on our page -- can pay big dividends in terms of flexibility. In this talk, we'll look at a small sample application where the DOM takes a back seat to functionality-focused modules, and see how the approach can change the way we write and organize our code.
Links: Slides
Comments on this Talk
acicali,
20 Oct 11:24 PM
Very good material. Wish I could've spent a few hours in a smaller group going over everything. This was the most important talk I attended during the conference. Thanks.
Last Five Ratings
-
mike apken
-
Jonahlyn
-
jwalsh
-
acicali
-
Bruce Johnson
5.0

I found this talk really interesting, and very well presented. Thanks for a different point of view Rebecca,