Make Eclipse Less Ugly in Linux Mint 13 with MATE
August 3, 2012Eclipse Juno looks terrible in Linux Mint 13 with the MATE desktop environment. Here's an example of part of…Python: Get XML Representation of an Object
November 18, 2011I needed to return all the members of an object as an XML document in Python. I used the ElementTree…CSS: Make an element unselectable
October 28, 2011Apparently, it's necessary to use separate CSS properties for each browser. .unselectable { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select:…Python URLGrabber: Ignore System Proxy Settings
July 4, 2009The Duke URLGrabber package for Python makes it incredibly easy to retrieve files from remote servers, and it abstracts urllib2…