Monthly Archives: October 2009

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

Does the Brain Like E-Books?

“Does the Brain Like E-Books?”, NY Times Due to the distractions and time constraints on the Internet, I wonder if publishing is going to change in a way that it would be just as attention grabbing if it were on … Continue reading

Posted in Web Design & Development | 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