Sponsorised links
20 November 2009
Sponsorised links
19 November 2009
Better, Stronger, Safer jQuerify Bookmarklet
The idea was to allow me to play around with any page on the web, using jQuery in the Firebug (and now Safari or IE8) console.
Documentation jQuery
Un site consacré à jQuery avec en particulier la traduction en français de la documentation officielle de jQuery
17 November 2009
16 November 2009
15 November 2009
13 November 2009
12 November 2009
10 November 2009
webdev.stephband.info
jParallax has had a major overhaul in readiness to be released as version 1.0! Layers are now freezable – the last feature I wanted to implement – and the code is more j and compact. I've been really encouraged by all the great comments, so thank you everyone! I just need you to road test the demos and tell me that it's still working in your browser, and then I'll stick a 1.0 on it.
09 November 2009
A jQuery Plugin for Zoomable, Interactive Maps - New Media Campaigns
asic css file is included with the demo zip. Here is some rough minimal css:
view sourceprint?
1.#map { position: relative; width: 700px; height: 470px; overflow: hidden; }
2.#returnlink { display: block; position: absolute; bottom: 0; right: 0; }
3.#map a.bullet { display: block; position: absolute; width: 10px; height: 10px; background: yellow; }
4.#map img.zoomable { }
5.#map div.popup{ display: none; position: absolute; width: 200px; height: 300px; }
6.#map div.popup a.close{ display: block; position: absolute; bottom: 0; right: 0; }
The code above will work just fine as a starting point. Obviously a lot of embellishment can be added to make the map look as g
