Welcome...
What order do filenames go in *NIX?
I find it's easiest to remember the order of filename parameters with the following rule: The first file must exist, ...
Using Bpython and Django
This looks useful http://proteus-tech.com/blog/code-garden/bpython-django/
Debugging Django with Komodo IDE
Make sure Komodo IDE is listening for debugging connections (debug menu), then open debug -> listener status and find the ...
Access is denied when loading an assembly
Just solved this issue in .Net, when trying to load an external assembly, an unhelpful error of FileLoadException(Access is denied). ...
Python, libxslt and custom resolvers
I recently had a requirement to read in an XSLT file and transform it using Python. These transforms weren't created ...
Add new user to Subversion
How to add a new user to Subversion using DAV. htpasswd2 -n USERNAME This will give you the password. Add ...
Your framework probably sucks
If you're writing a framework, I recommend you stop. Right now. Go do some sports, read a book, enjoy the ...
Easy to read log files
When dealing with a large codebase, or any codebase really, debug log files can get pretty detailed. I made the ...
Quick and easy XML creation
Generating XML is easy to get wrong. Unescaped entities, mismatched tags, Unicode characters create a minefield for a developer. XHTML ...
Remove Subversion Directories
To strip out all Subversion tracking directories (those annoying .svn hidden ones) navigate to the directory in a terminal then ...
