[]RSS

About Archives Artwork Comic Contact Philosophy Projects Tags

IE6 CSS/Javascript/Caching bug

[Comment]

June 3rd, 2008 in Micro Blog

I ran into a well-known, but odd IE6 caching bug this week. If caching is turned off for IE6 browsers, modifying DOM elements triggers the browser to reload any resources referenced by the changed elements. So if a script changes the class name of 5 elements and the CSS classes have a background image property, then the background image will be reloaded once for each DOM update. This sucks the performance out of a web application.

There are several work arounds, but the best I’ve found is a simple IE6 Javascipt toggle that turns off the behaviour.

Prototype.js extensions and add-ons

[Comment]

November 26th, 2007 in Links

Skripteka is a large library of Prototype extensions and scripts.

Prototype.js improves object support

[Comment]

October 11th, 2007 in Links

The library adds some more depth, adding a cleaner, richer way to work with objects in Javascript. The more I use Javascript, the more I like it.

I embedded the Mozilla JavaScript interpreter some years ago, and I remember fighting with porting the implementation (fixing several bugs on Alpha/Tru63). I also remember the pain caused by the lack of standard libraries, and the void of debugging tools. Things have changed. Today there are libraries like and tools like Firebug.

Modifying Javascript builtins evil?

[Comment]

December 29th, 2006 in Links

A case against using the prototype.js library.

A Prototype.js edit-in-place example

[Comment]

June 8th, 2006 in Links

AJAX Edit In Place With Prototype, Version 0.2.0.

Using prototype.js v1.4.0

[Comment]

May 10th, 2006 in Links

Developer Notes for prototype.js, a fairly complete set of examples of this handy library.

Example use of prototype.js

[Comment]

May 8th, 2006 in Links

An example of edit-in-place with prototype.js. Prototype is the excellent library for hooking events and doing asynchronous .

Prototype.js guide

[Comment]

April 25th, 2006 in Links

A Quick Guide to Prototype, the handy-dandy Javascript library for DOM access and asyncronous HTTP requests.

Defacto javascript library roundup

[Comment]

March 18th, 2006 in Links

These are my picks for the best base Javascript libraries: