Steve Pugh
19 September 2009 @ 09:50 am

One of my goals over the last year has been to convert most of the JavaScript I use on visitlondon.com to use the jQuery library. One of the big advantages of jQuery is a library of pre-existing and thoroughly tested plugins for simplifying a lot of common tasks.

Here's what I've been using; if you use jQuery, what plugins do you think are essential?


  1. There's a problem with Webkit powered browsers - if the item to be dragged is an image map then the mousedown action never reaches the drag code. Hence Chrome and Safari users will see a box with scrollbars instead on that page.
 
 
Steve Pugh
30 November 2008 @ 06:41 pm

Picking up from my first attempt here's a more methodical approach. With somewhat more success this time.

Continue reading this Very True Thing

 
 
Very True Mood: geeky
Very True Music: Gang of Four - Damaged Goods
 
 
Steve Pugh
19 November 2008 @ 08:38 pm
Today I decided to try and build rounded corners on a button that would work in both CSS 3 compliant browsers (Gecko and WebKit based browsers, i.e. Firefox, Camino, Safari, Chrome, etc.) and also in IE and Opera.

Continue reading this Very True Thing
 
 
Steve Pugh
10 June 2008 @ 06:47 pm
I've been meaning to learn how to use a JavaScript library for some time. I first learnt JavaScript when it originally appeared in Netscape 2 and wasn't working with it much in the years when it was knocked into shape by some proper programmers, so a library seemed to be the best short cut to more modern coding styles.

Continue reading this Very True Thing
 
 
Very True Mood: chipper