Archives for development

The SVN Revert Command That Saved My Bacon

I think it’s happened to all of us. We’ve all done something three weeks ago that we wish we hadn’t. Like that guy you dated, or that burrito you ate. But in this instance I’m talking websites, specifically websites under version control. How many hours have you lost trying to get rid [...]

Read More…


Version Targeting and IE8 Followup

Hooray! The feedback from the web development community convinced the IE development team to change their minds about the default setting for version targeting in IE8 (as I discussed in a previous post). “In light of the Interoperability Principles, as well as feedback from the community, we’re choosing differently. Now, IE8 will show pages requesting ‘Standards’ [...]

Read More…


Version Targeting and IE8

Previously on Web Developer Controversies: Aaron Gustafson from the Internet Explorer development team announced that IE8 will use a META tag to kick the engine into standards mode by targeting a specific browser version, something that was previously done by using a valid DOCTYPE. A lot of people, including Jeremy Keith, think this is a [...]

Read More…


I Was A Baker

“I was a baker. You can’t just turn up the oven and expect to take the bread out sooner.” – Eric Danielson, NorthTemple.com QA lead, commenting on the futility of trying to rush some kinds of development.

Read More…


41 Useful CSS Links

I was clearing out my bookmarks recently, and noticed that I had a pretty large collection of web development and CSS-related bookmarks that I never refer to any more, but might be useful to people who are just getting started with CSS. So with that in mind, here’s a collection of links, and I hope [...]

Read More…


Now Witness the Power of this Fully Armed and Operational Regular Expression

For a recent project, I found myself having to convert 60+ product detail pages from the old table-based format to the new XML-based format. I was doing this on my own, and I didn’t relish the thought of manually editing hundreds of tables of product details. For example, here’s an excerpt from one of the [...]

Read More…


First Annual Web Design Survey

“People who make websites have been at it for more than a dozen years, yet almost nothing is known, statistically, about our profession.” A List Apart is hosting the first annual Web Design Survey in an effort to learn more about the people in the web design profession – presumably so we can have more efficient [...]

Read More…