Posts tagged as:

jquery

I created a five minute tutorial on how to do Event Driven Programming with jQuery. Covered in this tutorial is the usage of: $.bind(…) $.live(…) $.trigger(…) These three methods make up the core of jQuery’s event handling and by using them right you can do some very powerful things that a procedural programming model would [...]

{ 7 comments }

This is a quick demonstration of how easy it is to build Growl like notifications into a web application using jQuery. See the demo here. With only about a dozen lines of javascript and jQuery it is possible to make a floating div that notices can be added to, automatically slide in, wait, fades out [...]

{ 0 comments }

I just updated the blog again, changing the theme to FreshPress. While the old theme was cool, XHTML compliant and really easy to tweak because of it’s BlueprintCSS based layout, it was kind of ugly. The trade off of using FreshPress is not having Blueprint.  I didn’t realize how nice it is to work with [...]

{ 0 comments }