jQuery JavaScript Templates Tutorial: Nesting Templates

In my last post, I presented an intro to how to create a template using the new jQuery Template plugin being developed by the Microsoft Ajax Core team. In this tutorial, I’ll show you how to nest templates to have… Continue Reading

Not Using jQuery JavaScript Templates? You’re Really Missing Out.

In preparation for my upcoming talk on jQuery Templates, I’ve been been deep diving into the jQuery Template plugin created by Microsoft.. Many of you are probably familiar with server-side template engines like Smarty or Cheetah but only recently have… Continue Reading

I’m Presenting on jQuery Templates at ThinkVitamin’s jQuery Online Conference

This coming Monday (7/12/2010), I’ll be one of the speakers at Think Vitamin’s jQuery Online Conference. I’ll be speaking about using the Microsoft jQuery Template plugin to produce easily maintainable dynamic pages via pre-built JavaScript templates. This is a great… Continue Reading

Generic Activity Indicator for Ajax Requests

Over the weekend I was fiddling was some code to see how to make a generic activity indicator for Ajax requests. I’m sure most of you have seen these but if not, here’s one similar to what Facebook uses: While… Continue Reading

jQuery Fundamentals Training Material Available as Open Source

In an incredibly generous move, jQuery star Rebecca Murphey has released the training materials she uses for her jQuery Fundamentals class under the Creative Commons Attribution-Share Alike 3.0 United States license. This is a pretty significant contribution because developing good… Continue Reading

Video Interviews – The YayQuery Crew and Paul Irish of the jQuery Team

Nailing down the crazy YayQuery crew and keeping them in one place was a challenge but Ralph Whitbeck and I managed to do it and nail down another jQuery Podcast/video interview in the process. Check them out: Paul Irish is… Continue Reading

Video Interviews Part 2 – Nicholas Zakas, Principal Front-end Engineer at Yahoo! on jQuery Performance and Menno van Slooten on his Automated UI Testing Framework for jQuery

I got some more videos edited and uploaded for you guys to check out. If you’re really into JavaScript, then you need to stay aware of what Nicholas Zakas of Yahoo! is doing. He wrote the book (literally) on JavaScript… Continue Reading

Use ScriptSrc.net to Copy and Paste the Script tag for Your Favorite JavaScript Library

One of the things I hate about using CDNs is remembering the path for the latest version of my favorite JavaScript library. I end up having to pull a search engine, search for the site, find my library, copy &… Continue Reading

Video Interviews Part 1 – Steve Souders, Google’s Performance Evangelist Talks Performance and Mobile & Yahoo!’s Gonzalo Cordero Discusses BayJax

During the jQuery conference in Mountain View, I got a chance to video interview a number of people. First up are Steve Souders, Google’s Performance Evangelist. Apart from Steve’s great comments on performance and mobile, what I truly appreciated was… Continue Reading

Alternative Client-Side Storage using Sessvars.js

I was recently on a project where I needed a really flexible persistent data storage mechanism. Normally, this would be fairly easily handled via server-side data persistence code but in this case, each page of the app was basically a… Continue Reading