Website Optimization Measures, Part VII
Published on Oct 6, 2009 (updated Feb 5, 2024), filed under development (feed). (Share this on Mastodon or Bluesky?)
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 (updated).
Long time no see.
Getting used to the unquoted attribute value syntax. In HTML you oftentimes don’t need to quote attribute values (the markup would still be valid). Omitting optional tags and making use of RFC 2396/3986 at the same time, the code of coderesponsibly.org and example.ms turned into beauty. Even if that’s in the eye of the beholder.
Dropping
q
elements. Everyone knows that stylingq
elements is still not working consistently (just think:lang()
). Next, the HTML 5 spec is clear: “The use ofq
elements to mark up quotations is entirely optional.” Hence, gone they are, theq
s.Removing Google Friend Connect. I’m still a fan of Google Friend Connect, but the 70 KB script and, though I couldn’t consistently reproduce them anymore when writing this post, some “Back” button problems made me remove GFC from my sites.
Abandoning custom feed styling. A CSS connoisseur, I love styling more than just HTML documents. So I do style RSS feeds, Atom feeds, other XML documents. A good exercise, the outcome nice to look at, but considering the cost of problem as well as the obligation to maintain what I did, I found that at least styling feeds is not worth it. Hence, vanished, those specific feed style sheets.
Focusing on work/life balance. Quod erat demonstrandum.
This being just four and a half tips, next time we’ll welcome again the usual sixty-five.
This is a part of an open article series. Check out some of the other posts!
About Me
I’m Jens (long: Jens Oliver Meiert), and I’m a web developer, manager, and author. I’ve worked as a technical lead and engineering manager for small and large enterprises, I’m an occasional contributor to web standards (like HTML, CSS, WCAG), and I write and review books for O’Reilly and Frontend Dogma.
I love trying things, not only in web development and engineering management, but also in other areas like philosophy. Here on meiert.com I share some of my experiences and views. (I value you being critical, interpreting charitably, and giving feedback.)