Monthly Archives: February 2010

Fiddler, Visual Studio and Localhost working together!

  I found two new tricks to make all these things work together for debugging a Visual Studio Asp.Net web project on Localhost. Here they are: Disable IPv6 – This stops the “Fiddler: No connection could be made because the … Continue reading

Posted in Uncategorized | Leave a comment

Employers: Codility for testing your applicants!

This is about Codility Candidate Testing I just did a test on Codility and it’s great! In fact, this is sooo much than PreVisor (http://select2perform.com) which I had to use the other day. You can write your code in any … Continue reading

Posted in Uncategorized | Leave a comment

World Countries – Simple Outlines in XML format

I needed the outlines of most countries for a simple GIS project that I’m doing. I managed to find a world simple shapes file from http://mappinghacks.com/ called TM_WORLD_BORDERS_SIMPL-0.2.zip This was in a shapes format used by ARC GIS and the … Continue reading

Posted in GIS | Tagged , , , , | Leave a comment