Tag Archive | "CraigZilla"

XMLHttpRequest – Preventing Caching of Data

XMLHttpRequest – Preventing Caching of Data

Recently I discovered that in my Firefox extension CraigZilla, results were being cached by Firefox. The typical approach to disabling caching is to append  a string on to the end of the URL that will be unique each time you fetch it.  The most typical method is to add a timestamp, which I do often [...] [...more]

Programming Comments (0)

CraigZilla Update

CraigZilla Update

Holy smokes it’s four in the morning and I didn’t realize it. I just finished updating CraigZilla, which is now at version 1.0.  The main thing that I  updated was that instead of parsing the HTML listing pages, I now parse the RSS feed for each category.  This will keep CraigZilla from breaking every time [...] [...more]

Programming Comments (1)

-->