Website Optimization Measures, Part V
Post from November 3, 2008 (↻ December 14, 2020), filed under Web Development.
This and many other posts are also available as a pretty, well-behaved ebook: On Web Development. And speaking of which, here’s a short treatise just about managing the quality of websites: The Little Book of Website Quality Control.
Almost half a year since my last article it’s about time to present version 5 of random website optimization measures, hopefully of use for your site as well. Short and crispy, to use a random German saying.
-
Migrating to HTML 5. Well, we can use HTML 5, and what’s better than going ahead and doing so. Shortly after “launch” of example.ms I decided to revise UITest.com and the World’s Highest Website to use HTML 5 too, to then continuously use it for some other projects, including the all new Code Responsibly. And while I understand from direct feedback as well as through sites like W3C Sites that knowledge of the new HTML is not too common yet, it’s still good for every developer to play with. Of course, HTML 5 pages should be valid, too.
-
Refactoring and removing
abbr
elements. It took me some time to go for that change, however considering relatively and unnecessarily big maintenance issues, a slight performance impact, as well as plans to make@title
required in HTML 5 (which got dropped after people, including me, raised concerns) I decided to abandon the habit to useabbr
for every abbreviation. I did so for all my sites. -
Switching to Google Analytics. Having been a happy Mint user for two and a half years I reached the point where I wanted one, ideally free analytics solution for all projects that at the same time allowed for more insight into the data. I decided to add Google Analytics (GA) code to all my projects [I later pedaled back]. I miss some things I had with Mint, above all real-time data, but I certainly don’t regret the change. After all I used GA on other sites ever since Google acquired Urchin, and so I knew what I would get.
Actually another topic, and one that I’ll write about in more detail soon, however try to do A/B or multivariate tests of your site and its elements. I guess it’s fine to say that Website Optimizer allows exactly that, but there are probably other good tools, too.
-
Adding Google Analytics privacy notes. Some of you may have already heard about that, but apparently there’s some sort of requirement in Germany to have a privacy note “in some way” saying that you’re using GA and what GA’s doing. Neither am I a lawyer nor am I living in Germany anymore, but I figured it might not hurt to add that note to my sites’ pages—even in the legal notice of this part of my website. “Learn the rules so you know how to break them properly,” the Dalai Lama is quoted, but I’m not too familiar with all the rules here so I’m just playing it safe.
-
Revising and improving headings use in posts. That’s a boring one: You know this semantics quiz where it’s about using headings and paragraphs or lists and either headings or stronger emphasis or whatever, which would perfectly apply to this post, too? Well, I checked most if not all posts and articles for “semantics potential” and adjusted in some cases. A trivial thing; apparently I had too much time on my hands.
-
Proofreading and editing all posts and comments. History kind of repeats itself here, because I once again decided to review (or started reviewing, to be precise) all contents of this weblog. I’m aware that some people have reservations about this, but that doesn’t mean that the measure is not good for quality. In fact, I could improve some posts, deleted at least two rather stupid ones, and I touched comments that I felt were spammy or nonsensical. No worries, please see this measure as one that helps making better and more useful archives, well, websites.
-
Testing font alternatives. Not boring, just short: I tested additional fonts and found that sans serif fonts work better for this site’s headlines (interestingly, resulting in
corbel, optima, arial, sans-serif
), and I tweaked the main font to support that change (cambria, palatino, georgia, serif
).
This is the fifth part of an open article series. There are ten additional articles on website optimization, part I, part II, part III, part IV, part VI, part VII, part VIII, part IX, part X, and part XI.
About Me

I’m Jens Oliver Meiert, and I’m a web developer (engineering manager) and author. I love trying things, sometimes including philosophy, art, and adventure. Here on meiert.com I share some of my views and experiences.
If you have a question or suggestion about what I write, please leave a comment (if available) or a message.
Comments (Closed)
-
On November 3, 2008, 18:25 CET, Louis said:
That’s why I gave you the best score on Quality when answering your survey 😊
-
On November 3, 2008, 20:08 CET, Dave said:
Oh, that everyone did this. Your new headline font is hot.
-
On November 5, 2008, 10:33 CET, Jens Oliver Meiert said:
Louis, Dave, thank you!
Read More
Have a look at the most popular posts, possibly including:

Perhaps my most relevant book: CSS Optimization Basics (2018). Writing CSS is a craft. As craftspeople we strive to write high quality CSS. In CSS Optimization Basics I lay out some of the most important aspects of such CSS. (Also available in a bundle with Upgrade Your HTML and The Web Development Glossary.)
Looking for a way to comment? Comments have been disabled, unfortunately.