latest tweet: Twice in a two months I have managed to pay 3 times for my hosting package. What an idiot.— 11 hour ago

Archives for the ‘JavaScript’ category

jQuery Quick Pagination plugin

I have just added a quick, simple jQuery pagination plugin to my projects area.
It basically allows you to paginate any collection of elements on the page, adding very simple prev / next links (as well as a ‘page’ counter if required) to allow navigation.
I often use this to paginate a list of news articles, or [...]

Objective-J and Cappuccino released

Cappuccino is essentially a port of the GNUStep frameworks (or Cocoa as more people are familiar with them), and it aims to fundamentally change the way applications are written on the web.

jQuery URL Parser v1.0

This jQuery URL Parser is a little plugin that I wrote a while back and have now decided to release properly. It’s based on Steven Levithian’s regex-based URI parser, and allows you to quickly and painlessly access pretty much any bit of information within the URL.

JavaScript events in MobileSafari

“They have to redesign the triggers for these events in terms that make sense to their interface, even if that means that the event names don’t make sense any more.”

TraceMonkey

“A fantastic new improvement to Mozilla’s JavaScript engine (SpiderMonkey) has landed. Code-named TraceMonkey this engine utilizes a techniques, called trace trees, which adds just-in-time native code compilation to SpiderMonkey.”