Tag Archives: python

Script to Convert PSD Files to HTML Templates

For a while now I’ve been tinkering with this GIMP Plugin that converts PSD files to HTML templates. There’s been some recent interest in it, so I’ve decided to work on it some more and get a usable release out. … Continue reading

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

Using a Test Database in Django

At Govnex we’re using MySQL on our development machines. It has several advantages, but one of the drawbacks is unittests run slower when not using Sqlite (big ups to MockSoul for posting his benchmarks). The reason for this is when … Continue reading

Posted in Web Design & Development | Tagged , , , , , | 2 Comments