Thursday, August 26, 2010

Updating favicons

I was working on a site and testing in Firefox, and after changing the favicon (the little icon that shows up before the address and with the tab) seemed to be cached. Refreshing the page didn't clear it up.

After some googling, I found this blog entry which contained a comment that answered my question.

To refresh a favicon, do the following:

Sunday, August 15, 2010

Am I a Python fanatic now?


I find myself using Python for all kinds of stuff. I have written an app for my N900 in python, I am working on websites using Django, and I have even played with some of the puzzles on Project Euler in Python.