Sponsorised links
Today
Yesterday
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
Sponsorised links
06 November 2009
05 November 2009
04 November 2009
roundies : javascript pour css radius
comment faire des coins arrondis pour IE ?
03 November 2009
Overcome Your Caching Conundrums [Server Side Essentials]
ealing with browser caching is a balancing act. On one hand, you aim to minimize load times and bandwidth use by ensuring that images, scripts, and style sheets are cached by your visitors; however, you still want to ensure that they’re accessing the most recent versions of all your files.
In this article, I’ll show you a few methods for controlling how your site’s files are cached by browsers so you can achieve the best of both worlds: maintaining optimal performance while ensuring that any updates are seen immediately, without a hitch by all of your users.
