IE6: The goddamn hidden cache

Aside from the ‘goddamn’, this article title may sound like a good movie name.ย  Anyway, it turns out that IE has a hidden cache of temporary internet files (TIFs).ย  Big deal, right?ย  Everyone and their grandmother knows that Windows/IE/MS-products-in-general and …

Kill Dreamweaver (works every time!)

Weirdest thing: if you create a stylesheet that is linked to from one of your pages in dreamweaver and it contains the line

.popup {}

int it, dW dies while trying to start up. ย Great parlour trick!…

Mango Bugs

Here’s the current bug list for Mango that I’ll be working on over the next week or two. After this list is complete, the initial release will go online. Nightly backups of data will be required just in case I …

‘no element found’ in firebug or firefox javascript console

I think I figured it out. I think that the issue crops up if your server sends a response header of ‘Content-Type’ set to ‘text/xml’ and you send no content. The XMLHTTPRequest object then says ‘oh it’s xml? fine – …

A Bug in FireBug

Firebug 0.4.1 and 0.4.0 suffer from a very peculiar bug. If you create an object with a property called ‘-URL’, you can not use console.log to see the value of the property using the console.

Steps to reproduce:

In the …