Links of Interest (August 25th 2008 through September 28th 2008)

jQuery and Microsoft
When Microsoft started adding some of the often requested features to their ASP.NET AJAX Client API they realized that jQuery (my personal favorite javascript library) already did what they wanted. Rather than reinvent the wheel Microsoft will be shipping the standard, as-is jQuery with full intellisense support in Visual Studio.

The Creative Process
“For me, ideas stream through my head at a frantic pace. I feel like a bear trying to grab a salmon. If my paw misses its target, that salmon is gone for good. I don’t dwell on it. I just lunge for the next salmon.” Scott Adams (Dilbert) discusses ideas, and how he sometimes forgets he’s already used them.

Tip: Using a background image on an image
Using CSS to create layered images (with a fun animated example). Simple but effective.

Tags: , , ,
Fresh Out – PDF Version
Free fun little mini-comic from Natalie Metzger. You’ll laugh. You’ll cry. You’ll really want some cookies! Ready for printing.

Sizzle: John Resig has a new selector engine
Ajaxian brings word that John Resig is working an a new Javascript selector engine, which is expected to replace the one in jQuery. So far it’s less than 4k (but it doesn’t support IE yet). “4x faster in Firefox 3, 3x faster in Opera 9, 1.5x faster in Safari 3 than the other major JavaScript libraries.”