A little while ago on A List Apart, PPK wrote an article asking how to convince middle sized web development companies that web standards are a good thing. The answer is of course MONEY! and money is of course (especially with developers) time.
The article reminded me of something that I realised recently: unobtrusive JavaScript saves time. When we were developing the South Thames College website we needed an accessible image gallery. We’ve often used Flash/XML based galleries before, but we didn’t need the power (and complication) of Flash so a JavaScript powered solution seemed like the best solution.
The solution went something like this:
Here is an example of the gallery in action showing examples of student’s work.
This solution saved time/money in at least three ways:
There are a million other reasons for developing sites with web standards (the ‘The Business case for Web Standards’ Wiki.) is a good place to start) but this was a rather nice side effect of doing things the right way.
If you’re interested in unobtrusive JavaScript be sure to check out DOM Scripting by Jeremy Keith. I highly recommend it to anyone who writes HTML.
Comments closed for this article.
Comments: