Author Archives: Seán Hayes

MugTug Darkroom, Online/Offline Photo Editing

For those of you who don’t know, a few weeks ago I joined a project called Darkroom from MugTug.com. It’s an image processing application using cutting edge HTML 5 features such as the <canvas> element, localStorage, and application cache, and … Continue reading

Posted in About, Web Design & Development | Tagged , , , , , , , , , | Leave a comment

Fixing Flash

After upgrading Ubuntu I had some problems with Flash not working. I read the following threads and combined information from both to solve my problem: http://ubuntuforums.org/showthread.php?t=1244048 http://ubuntuforums.org/showthread.php?t=1373582 Run the following commands in a terminal to remove existing Flash files: sudo … Continue reading

Posted in Troubleshooting | 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

Web Dev Bash Utils

I’ve just open sourced these bash scripts I wrote for web development. They’re available on GitHub. Unfortunately they were written for use on a strict Unix environment with an outdated version of bash and without the benefit of GNU extensions … Continue reading

Posted in Web Dev Bash Utils | Tagged , , , , , , | Leave a comment

Whitespace Management: Use Tabs, Spaces Considered Harmful

At one of my previous jobs I worked on dozens of websites that had been created by other people. I prefer to use tabs instead of spaces when indenting code, and I can get a little OCD sometimes, so every … Continue reading

Posted in Web Design & Development | Tagged , , , , | 1 Comment

Survey of Best Programming Practices

I was having a talk today with some colleagues about the scarcity of web developers, and even software engineers, who use best practices such as: using version control using a bug tracker writing unit tests using a programming framework In … Continue reading

Posted in Web Design & Development | Tagged , , , , , , | 1 Comment

Just Moved to RackSpace Cloud Servers

Sorry for the down time, I just moved to RackSpace and got everything up and running. I had some problems migrating WordPress and getting it working, which stemmed from the fact that it was using too much memory. I ended … Continue reading

Posted in Site Updates, Web Design & Development | Leave a comment

Color Management 0.5.1 Add-on Released

This release just fixes a few bugs. Download Color Management 0.5.1.

Posted in Color Management | Tagged , , , | 8 Comments

Color Management 0.5 Add-on Released

Sorry for the long delay everyone, I’ve been really busy at my new job. In about a month I plan on changing my website from a personal blog to an open source community, so hopefully I’ll get some volunteers to … Continue reading

Posted in Color Management | Tagged , , , | Leave a comment

DreamHost Account Upgrade

So, DreamHost is upgrading their infrastructure, to go green and save money. During this process there could be technical difficulties, so as a reward to customers who take a risk and volunteer to be migrated first they’re offering unlimited disk … Continue reading

Posted in Site Updates | Tagged , , , | 1 Comment