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 [...]
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 [...]
This is my current project load: TweetLens.com – This is a twitter client that I am building. The clients out there currently don’t offer what I really want. That is: Web based, keyboard navigation and good data filtering. This project has almost consumed my life. I started it without knowning how to write a lick [...]
The short answer is to download Multifirefox and you’re done. I did the Google’ing for you. Of course I wish I knew that before I wasted about an hour Googling for terms like: multiple firefox profiles multiple firefox instances multiple firefox “os x” I really wanted to accomplish two things which Multifirefox does perfectly: Manage [...]