Web Development × Engineering Management × Philosophy (12)
Articles and books on the craft of web development (with a focus on HTML/CSS optimization and maintainability), engineering management, and philosophy.
A URL Policy for Web Projects
Do your projects suffer from URL inconsistencies? I just noticed how mine do. I also noticed that I did some unnecessary things, like omitting protocols when they were actually useful. And I noticed that I’ve seen similar problems in corporate projects before. So I jotted down a quick “policy.”
#161 · · development
Surveillance Kills Democracy
I meet people who think that mass surveillance, as with NSA and GCHQ spying, is okay because they don’t have anything to worry about. The argument is either that they don’t have anything to hide or that what they’re doing is not important enough…
The Meanings of Googliness
The words “googley” and “googliness” are not found in common language. Even at Google, where they’ve been coined, it’s not clear to everyone what these words mean. And that’s no surprise: You don’t get a handout with a description…
#159 · · misc
Object-Oriented HTML, and OOCSS
“Object-oriented CSS” is the idea of treating page elements as objects, giving all these objects classes, treating objects’ classes as single entities in style sheets, and taking it from there. I reviewed the old OOCSS site and Smashing Magazine’s introduction.
#158 · · development, html, css
Goodbye Google, San Francisco, California, and United States
I’m resetting my life. I’ve quit at Google, I’ve quit my apartment in San Francisco, I’ve sold most of what I own and put the rest in storage. I’m now about to backpack the world to pursue my studies and goals and to build a new life somewhere else. Here’s a little story.
#157 · · misc
How to Order CSS Selectors
There are a number of ways to write style sheets. The domain of style guides, many of them go into some detail. What I, despite my work on a number of guides, have so far missed, is a reference to sort selectors and rules, as proposed here.
#156 · · development, css
My Year in Activities, 2012
48 more ways to use one’s time.
#155 · · adventure
My Year in Cities, 2012
Beside working and growing and trying new things, I’ve been in the great position to also travel a little. I’m very grateful. This year I visited 5 continents, more than 20 different countries, and probably more than 50 different cities…
#154 · · adventure
The CSS Problem
CSS is growing too large while CSS 2 has not nearly been understood by authors. This non-sustainable growth is a big problem for CSS.
#153 · · development, css
On Browser Testing
The primary goal for cross-browser testing is to make sure that documents are usable and consistent across different user agents and devices. Even if you understand this to include both functionality and design, the definition of “usable” is interesting.
#152 · · development
HTML and Non-Script Styling
If you are to style a document differently based on whether certain technology is available, you should keep two things in mind: HTML itself is static and separation of concerns is important for maintainability…
#151 · · development, html, maintainability
Maintainability: One Story and Three Concerns
To make this a little story, for a long time in my career I wasn’t very concerned about maintainability. I was maintaining projects but didn’t have an idea about whether what I maintained was actually effective to maintain. I got a sense that things weren’t quite right…
#150 · · development, maintainability
“window.scrollTo()” or: When to Stay Clear of User Agents
If you were to ask me whether you as a web designer or developer should do anything about user agent issues, my answer was a clear “no.” It’s not your responsibility. You may lack important insight into decisions made on the user agent side…
#149 · · development
My Year in Activities, 2011
Or: 43 things that make someone who has no idea about anything he’s doing look like he knows everything, the 2011 edition.
#148 · · adventure
On Semantics in HTML
As web developers we like to talk about “semantic markup,” a somehow inaccurate short form for “markup that is meaningful and used how it’s supposed to be used.” But where is all that meaning coming from? Let’s take a look.
#147 · · development, html, semantics
Print Style Sheets and URLs
Print style sheets are awesome. They’re easy to write, too. Site owners and developers who care about print typically know what to do. Alas there’s one thing that’s done rather the wrong than in any right way: printing URLs…
#146 · · development, css, design
Web Development Principles: Develop for What Is, Not What Could Be
For any given project, web developers fare best when focusing on what is, not what could be. To fend off the first misunderstandings, that focus includes what absolutely will be.
#145 · · development
Exposing Reset Style Sheets
Finally, a Chrome extension to highlight alternative approaches to CSS.
#144 · · development
Driving: Tips and Thoughts
It’s time for a heart-warming post about driving.
#143 · · misc
On Correct Punctuation
Let’s speak the unspeakable: Correct punctuation, here referring to the use of the correct characters for quotation marks, apostrophes, dashes, and ellipses, will forever remain a dream online…
#142 · · design
HTML, “@width”, and “@height”
As the width and height attributes are to remain part of HTML, limit their use. The reason to avoid @width
and @height
is that they are presentational and hence constitute potential maintainability issues.
#141 · · development, html, maintainability
My Year in Activities, 2010
31 activities, 0 vacation days. Mr. Meiert’s guide on how to make good use of your time and make 1 year feel like 3.
#140 · · adventure
Testing Tricks: CSS Bookmarklets
On complex development environments and CSS bookmarklets as a testing complement. Complement as in you’ve done everything you can but want to err on the safe side.
#139 · · development, css
One Photo: Reset Style Sheets
It never gets boring.
#138 · · development
The Secret of Web Development
Playfulness.
#137 · · development
CSS: How to Host Right-to-Left Styling
For international projects, don’t use separate style sheets for right-to-left (RTL) styling: use natural (@dir
) or artificial (@id
, @class
) hooks instead. The only exception are unbearable performance issues due to hundreds of RTL rules…
#136 · · development, css, maintainability
Teamwork, Democracy, and Decisions
As great as democracy is to prevent negative outcomes, as unsuitable is it to achieve “best” outcomes.
#135 · · management, misc
On Solutions
Solutions require problems. If you don’t have a problem, you don’t need a solution. This is exactly why you should, whenever someone proposes a solution—which includes design and technical changes—ask what problem that solution solves…
#134 · · development, misc
CSS Validation and Vendor Extensions: Throw Warnings, Not Errors
If you understand valid code as a quality baseline, you validate your code. If you validate style sheets, you come across errors like “Property -moz-border-radius
doesn’t exist’”…
#133 · · development, css, conformance
Real Web Developers Don’t Need Debugging Tools
Bottom line: Try to limit your use of web dev debugging tools—like Firebug or Chrome’s Developer Tools—in order to grow your skills.
#132 · · development
How to Relocate, the Alternative Guide
If there’s one area of expertise I’m only involuntarily linked with, it’s moving. I moved 25 times so far, spanning cities, countries, and now continents; my career stats mean .81 relocations per year, or 1.24 years per relocation. Some lessons I learned.
#131 · · misc
“px” Is Dead, Long Live “px”
It’s over. There is no ban on px
anymore. The only reason why we as web developers had to adjust coding practices were user agents that failed to meet user agent accessibility guidelines.
#130 · · development, css
How to Become a Solid Web Developer, the Short Version
Every once in a while people ping me on how to master web development and design. Given how much there’s still to learn for me this makes me blush. Chronically short on time I typically reply in just a few sentences…
#129 · · development
WDR #4: Having Conversations in HTTP
The Web Dev Report, issue #4.
#128 · · development
My Year in Cities, 2009
From Amsterdam to Berlin to Cardiff… all the way to Zurich. The same procedure as at least last year.
#127 · · adventure
SUS: How to Easily Grade Your Site’s Usability
The System Usability Scale (SUS) is a Likert scale-based questionnaire to grade the usability of systems, which John Brooke created back in the 80s. SUS results yield a score between 0 and 100, with 100 indicating “best” usability…
HTML/CSS Frameworks: Useful, Universal, Usable, Unobtrusive
A high quality HTML/CSS framework needs to have four attributes: useful, universal, usable, and unobtrusive. The four U’s.
#125 · · development, html, css, frameworks, quality
The 3 Ground Rules for Writing HTML
The fundamentals every web developer should know: on respecting syntax and semantics, avoiding presentational and behavioral markup, and leaving out everything that is not absolutely necessary.
#124 · · development, html, conformance, semantics
Product of the Environment
Philosophy, live from Zurich airport.
#123 · · philosophy
HTML, CSS, and Web Development Practices: Past, Present, and Future
Articles with a title consisting of more than 15,000 characters don’t need an introduction.
#122 · · development, html, css, maintainability
Website Optimization Measures, Part VII
In this episode: Unquoted attribute value syntax, q elements, Google Friend Connect, feed styling, work/life balance. Served in no time.
#121 · · development, optimization
“HTML 5” or “HTML5”?
It’s “HTML5,” not “HTML 5,” declares the most recent post on the WHATWG blog. A seemingly trivial matter, yet it’s inconsistent.
#120 · · development, html
The True Advantage of CSS
Despite CSS being around for a long, long time, there are still some myths around it. Reading Mike’s post on CSS evangelism again I couldn’t only relate to Mike’s concerns, I also felt reminded of…
#119 · · development, css, maintainability
My Top 15 Android Apps
This is a serious post, not one of those “the 1,000 best blah” ones. I think. I’m an Android user for a bit longer than December 2008, and I love my HTC Magic as much as the HTC Dream (aka G1)…
#118 · · misc
Diagnostic Styling Reloaded
Eric cultivated the concept of “diagnostic styling,” meaning using CSS to track down problems within HTML documents. I’ve been working with diagnostic style sheets for general quality assurance…
#117 · · development, css, quality
WDR #3: Optional Tags, Unquoted Attribute Value Syntax
The Web Dev Report, issue #3.
#116 · · development, html
Microformats, Key Flaws
I like the idea behind microformats, but I’m not convinced of the way that idea is brought to life. I see three major flaws that appear to make microformats stand in their own way.
#115 · · development, html, css
XHTML, RIP
Let’s end this week of morbid posts: The XHTML 2 Working Group is expected to stop their work end of 2009. “Today the Director announces that when the XHTML 2 Working Group charter expires as scheduled at the end of 2009…”
#114 · · development, html
“handheld” Media Type, RIP?
Website authors don’t use handheld
as it’s barely supported; mobile device manufacturers don’t support handheld
because it’s barely used. This is kind of the situation I think we’re facing, and it’s a problem.
#113 · · development, css
Let’s Make The Web Faster
Two weeks after my last outcry regarding slowness on the Web there’s a more proactive response: Google launched code.google.com/speed, subtitled “let’s make the Web faster.”
#112 · · development, html, css, performance