28
Oct
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 [...]
Posted on 12 August 2008 in JavaScript, Projects. // 5 Comments
6
Sep
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.
Posted on 12 August 2008 in Elsewhere, JavaScript. // Leave a Comment
29
Aug
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.
Posted on 12 August 2008 in JavaScript, Projects. // 12 Comments
26
Aug
“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.”
Posted on 12 August 2008 in Elsewhere, JavaScript. // Leave a Comment
26
Aug
“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.”
Posted on 12 August 2008 in Elsewhere, JavaScript. // Leave a Comment