Archive
jQuery 1.4.2 Released
| I’m a little late on the jQuery 1.4 bandwagon since it was released January 14th. However as of this post the latest version is 1.4.2 which was released on February 19th. Time to upgrade. |
From the developers:
“In this release we’ve added two new methods: .delegate() and .undelegate(). These methods serve as complements to the existing .live() and .die() methods in jQuery. They simplify the process of watching for specific events from a certain root within the document.”
The API Documentation has been re-written, and the library has some new features, while improving speed and stability. You can take a look at the full jQuery 1.4 Release Notes Here.

jQuery 1.4 Performance
Download Links:
- Download jQuery 1.4.2 Minified
- Download jQuery 1.4.2 Uncompressed
- Visual Studio Intellisense Documentation
Decoupling Application Code from IoC Implementation
Background:
While working on my pet project, using my favourite dependency injection framework, StructureMap, I came to a realization. If I ever decide to change my dependency injection framework for something else, such as Ninject, my code is tightly coupled to StructureMap. The change would force me to update a bunch of code throughout my numerous application layers.
LINQ: Expressive Html Tag Building
The following is a repost from ASP.NET Weblogs. I found it useful so I am posting a copy here for my own reference.
SQL Joins Visual Cheat Sheet
While browsing CodeProject, I came across an article that had this useful visual representation of all of the different SQL joins. …Read more…

Recent Comments