Subscribe to New Scientist: get Junk Mail for free!

Whilst filling in the form to get a yearly subscription of New Scientist, I did something I don't normally do: I read the small print. This is what it said: Reed Business Information Limited will use the contact information you provide to communicate with you on behalf of New Scientist. We may also use this information … Continue reading Subscribe to New Scientist: get Junk Mail for free!

Visualising data: Heatmaps

I've nearly finished Webscavator, my visualisation application for the forensic analysis of user web history! The next series of blog posts will describe some of the visualisations I've used and how to code them. They are all written in server-side Python and client-side Javascript using jQuery. First on the list are heatmaps. These visualisations show the data … Continue reading Visualising data: Heatmaps

How Internet Explorer stores web history

Internet Explorer stores files downloaded from the internet in a cache called Temporary Internet Files (e.g. html pages, images, CSS files). Each cached file is assigned an alphanumeric cache name. Some index.dat files serve to map the cached name with the filename and URL it came from. Other index.dat files store the user’s cookies or web browser history (by default 20 … Continue reading How Internet Explorer stores web history