My Latest Tweets
- I made my LinkedIn profile awesome using http://t.co/8nzeyGlc. Check it out today! http://t.co/XfZu7mtk 1 week ago
- support legislation to permit discharge of all student loans in bankruptcy. http://t.co/JMRvrHVG 2 weeks ago
- The @FriendsOfElsie mobile site I developed is now also live: http://t.co/i5UbiPjK (must visit in mobile device, or spoof your UA) 3 weeks ago
- The new Nazareth homepage I did the development for is now live: http://t.co/Bz8NrWlW 3 weeks ago
- I just reviewed: 'Levi's Men's 560 Big & Tall Comfort Fit Jean' by Levi's via @amazon http://t.co/0WbC2BOl 2 months ago
Archives
- September 2011 (1)
- August 2011 (3)
- July 2011 (1)
- March 2011 (1)
- February 2011 (1)
- December 2010 (1)
- July 2010 (2)
- May 2010 (2)
- January 2010 (1)
- October 2009 (3)
- September 2009 (1)
- August 2009 (2)
- October 2008 (1)
- July 2008 (1)
- June 2008 (5)
- May 2008 (2)
- April 2008 (1)
- March 2008 (1)
Links
Online Presence
Meta
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 application cache, canvas, Darkroom, Google I/O, HTML 5, image editing, JavaScript, local storage, MugTug, online
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
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 django, mysql, python, sqlite, test database, unit test
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 github, gnu extensions, linux, scripts, unix, utils, web development. bash
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 considered harmful, management, spaces, tabs, whitespace
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 best practices, bug tracker, developers, frameworks, survey, unit tests, version control
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.
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
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