Web Development à Engineering Management à Philosophy (13)
Articles and books on the craft of web development (with a focus on HTML/CSS optimization and maintainability), engineering management, and philosophy.
CSS: The Maintenance Issue #1 and How You Can Avoid It
The biggestâas most unnecessaryâmaintenance issue in web development is, as my recent research shows, style sheet naming and integration. Web developers use inadvisable style sheet names and inadvisable ways to integrate style sheets that force themâŠ
#109 · · development, html, css, maintainability
The Result of Maturity Is Simplicity
âFinally, it doesnât lack some irony considering that web design gets often enough protected by the credo âthe end justifies the meansâ and pragmatismâs paid homage to. The question is whether youâre talking about unhealthy, sanctimonious pragmatism orââ
#108 · · misc
Notes on XML, Elements, and Attributes
Knowledge of the design of markup languages is something I consider beneficial for my job as a web professional. A few notes on XML design, inspired by internal and external documentation.
#107 · · development
Why CSS Needs No Variables
CSS variables and constants are one of the top features web developers are asking for in web development fora, magazines, blogs, and on W3Câs www-style. Following a concept written by Daniel Glazman and Appleâs Dave Hyatt, the WebKit rendering engineâŠ
#106 · · development, css
The Stupidest Style Sheet Name Ever
The last name you want to pick for your style sheet is âstyle.cssâ. Why is âstyle.cssâ such a poor CSS file name? The main reason is maintenanceâŠ
#105 · · development, css
CSS: Style the Non-Obvious
One of the qualities you have to acquire as a web developer is to see the non-obvious, and to use that skill to your codeâs advantage. Let me explain by two simple examples.
#104 · · development, css
Presenting⊠the Google Shoe
They finally arrived, long longed for Google shoes, in this case the âGoogle j9tâ model based on the Adidas ZX700. Theyâre not for sale but I might share the configuration I used to design them. The âGoogle j9tâ may only be worn for dynamite fishing and important launches.
#103 · · misc
Performance of CSS Selectors Is Irrelevant
âŠif you like to have a strict read of Steve Soudersâ recent research. Weâve still got few but now a few more numbers backing up what we always suspected, that merely optimizing selectors is micro-optimization.
#102 · · development, css, performance
Website Optimization Measures, Part VI
In this episode: On the utilization of Google Friend Connect, maintenance of Google Analytics, sanity checks, type attributes, charset rules, cite elements, and ICRA labels. Fresh and sexy.
#101 · · development, optimization
When to Split Style Sheets
Three factors influence whether it makes sense to split style sheets: probability, meaning (aka semantics), and granularity.
#100 · · development, css
Another Survey (Including Website Usability Scale Template)
Iâm doing it again: Do you have another 15 seconds to answer a couple of questions? The survey is based on the System Usability Scale (SUS) John Brooke presented in the 80s. Which means nothing less than that thereâs another experiment taking place with me testing SUS.
Performance and RFCÂ 2396
RFC 2396 specifies that relative URIs like //foo
get resolved as http://foo
. This means, if you link a resource like https://example.com/
, @âhref
may as well just point to //example.com/
.
#98 · · development, performance
Arial, Helvetica
An extension of my post on Arial and Helvetica: For those who want or have to use Arial as their standard font, there is no point in mentioning Helvetica anywhere in the code, as in arial, helvetica, sans-serif
.
#97 · · development, css
The Two Great Things About Validation (and Conformance)
There are two great things about validation: Validating helps technical understanding and thus contributes to awareness of respective specifications, and writing valid code is a sign of professionalism.
#96 · · development, conformance
Browser Support: The Two Metrics That Count
There are two things that matter to determine what user agentsâbrowsersâto support on a given site: First, what popularity (percentage of market) makes a browser important to support? Second, what browsers pass that threshold?
#95 · · development
5 Cool Ways to Support the W3C
I recently got a mail by someone interested in supporting the World Wide Web Consortium (W3C) similar to how I do it. While replying I noticed that the information I was about to share might not be obvious to everyone, but still importantâŠ
#94 · · development
My Year in Cities, 2008
Following Anne; I couldnât resist.
#93 · · adventure
HTML vs. XHTML: Why HTML Wins
Document types are cool, and there are plenty of them. There are plenty, countless discussions about the ârightâ document type, too. Alas, these discussions may deal with irrelevant details or miss the point.
#92 · · development, html
5 Tips To Deal With Right-to-Left Projects
Know what goes into your markup and what goes into your style sheets. Itâs actually simple: When available, you should always use dedicated bidi markup to describe your content. CSS may not be available, and the specs actually say thatâŠ
#91 · · development, css
The Greatest Secret in Web Design
Alright I cheated, this isnât a secret. Or an open secret. Or whatever. Itâs that web design is a process. Good web design is an ongoing endeavor.
#90 · · design, development, quality
WDR #2: Web Developers Needed for a Website
The Web Dev Report, issue #2, this time featuring a classic situation.
#89 · · development
How to Uncover Pseudo-Standardistas
Thereâs a growing group of developers that doesnât help our attempts for faster, more accessible, more maintainable, and generally quality-oriented web development: pseudo-standardistas.
#88 · · development
WDR #1: Versioned Style Sheets
Ladies and gents, all I presentâs⊠the Web Dev Report, issue #1.
#87 · · development, css
5 CSS Tips Every Web Developer Should Know About
Of all the tips this site shares, the following ones may be special. Letâs quickly run through what might be essential for every web developer to know about CSS. Main focus: maintainability, though differently.
#86 · · development, css, maintainability
Website Optimization Measures, Part V
Almost half a year since the 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 expression.
#85 · · development, optimization
Thoughts on Disclaimers
Disclaimers are popular in Germany, both for websites and emails. Recently I came across the German Wikipedia article on disclaimers which talks about the topic in detail, and I could not but go for another âthoughtsâ postâŠ
#84 · · misc
An Exercise for Emerging CSS Experts: Avoid IDs and Classes
To gain more expertise with CSS, thereâs a great bonus level: Try to avoid IDs and classes altogether. Thatâs right: Write your markup without any IDs and classes.
#83 · · development, html, css
The Most Annoying Yet Most Important Task in Website Management
âŠis link checking. There are tools out there, en masse, but we still have to run after professionals who neglect online fundamentals or donât set up redirectsâand with that waste other peopleâs time.
#82 · · development
meiert.com Survey Results
Itâs one and a half months since I asked for your feedback about meiert.com, and Iâve finally decided to publish some of the results.
#81 · · misc
Code Responsibly
Exactly.
#80 · · development
Accessibility Heuristics
You can bolster your accessibility knowledge by internalizing heuristics and ground rules. Review the guidelines and rules provided by the W3C and IBM.
#79 · · development, accessibility
Web Standards at Google
As an exception, Iâm writing as a Googler here: At Google, we care about web standards. Officially, thatâs no news, but given repeated criticism for the code of our pages, maybe it is.
#78 · · development, quality
The Most Important Thing Is to Get the HTML Right
Why? Because itâs the markup that makes for most of the code of a site and is hence key to cost efficiency and maintainability; because it carries meaning and is important for accessibility; because it often has an impact on performance; and because it is the prerequisite for online success.
#77 · · development, html, quality, semantics, accessibility, maintainability
When Guidelines Should Be Descriptive or Prescriptive
Every time Iâm putting up guidelines or conventions one of the decisions I need to make is whether the guidelines, or which parts of them, should be descriptive or prescriptive. For coding guidelines this could mean the difference between, say, âthe markup should be validâ and âthe markup must be validââŠ
#76 · · development, html, css, quality
How to Share Code With Users
If you share HTML/CSS code with users: Make sure that the code is valid and that ideally, it works with both HTML and XHTML. Focusing on valid codeâa step towards quality codeâshould be obvious. âInvalidatingâ other peopleâs sites isnât niceâŠ
#75 · · development, quality
Asking for Your Feedback
Iâd like to ask for 15 seconds (meaning exactly 15 seconds) of your precious time for a short survey related to this website, to learn about your perspective.
#74 · · misc
To Be Clear (on Conditional Comments and Resets)
My articles on Conditional Comments and âresetâ style sheets belong to the most popular articles on the respective topics not just on this site, but apparently on the Web. Now, it looks like I could still clarify my standpoint.
#73 · · development, html, css
Best Practices for ID and Class Names
Iâm working on another article for German Dr. Web mag, this time covering recommendations for IDs and classes, an issue likely as old as the Web itself. Taking a different approach than usual Iâm feeling free to publish a âguerrilla sneak previewâ in this place.
#72 · · development, css
A Few Words on HTML/CSS Frameworks
Public, or open, or external, HTML/CSS frameworks are rarely a good idea. Why? Because framework developers are outside of your organization and cannot know your needs. This simple fact, the inevitable ignorance of a third party, means thatâ
#71 · · development, html, css, frameworks, minimalism
Updating a Definition of Art
When I tried to define art, design, and decoration, I described art as: âArt hides. Art has a meaning, and it hides it, on purpose. Art delivers a message, and that message is hidden, on purpose. It is an art to create art. Art is unusable, by definition.â Continued.
Expertise and the Inverted Parabola
Iâm not a mathematician!âbut it looks like applying oneâs experience and expertise results in an inverted parabola when it comes to the amount of work invested. That is, knowledge or its use, respectively, seem to mean that beginners donât know what to do and thus donât do much, while expertsâŠ
#69 · · misc
Yes, You Can Use HTMLÂ 5
You can already use HTMLÂ 5: Just use <!DOCTYPE html>
as your HTML documentsâ document type. This works even though you will not yet benefit from new elements and attributes.
#68 · · development, html
Compared to What?
âŠis probably one of the most important questions there is. âCompared to what?â is the question that should be answered every time it is about data, be it through charts, in newspapers, on websites, or in conversations. Yet it is rarely asked, rarely answered, and people end up with less or even false information.
#67 · · design
10 Measures for Continuous Website Maintenance
Website maintenance and quality assurance constitute the backbone of high-quality offers of information, and they make the difference between amateur and professional web design.
#66 · · development, quality, optimization
When Validation Becomes Unimportant
Validation becomes unimportant only once youâre ahead of the game. Even then, truly mastering HTML and CSS, itâs best to stick with valid markup and styling. Improving latency might constitute the only exceptionâif at all.
#65 · · development, html, css, conformance
Thoughts on Email
Email was, is, and will remain the Webâs true killer application, but spam, top-posting, incompetent use of newsletters, and the HTML email problem mean serious challenges.
#64 · · misc
Web Design: 10 Additional Research Findings You Should Know
Following up on last yearâs post on web design research, hereâs another collection of research findings, this time featuring further reading.
#63 · · design
Optional Tags in HTML 4
For your convenience, hereâs a list of all optional tags according to the HTML 4.01 Strict DTD. Omitting these tags allows to save markup and thus file sizeâif you choose to. I created this list because even nine years after release of the HTML 4 specificationâŠ
#62 · · development, html
Ăber-Semantics
Premasagar Rose recently published a great demonstration of what can be considered âĂŒber-semanticâ code. I guess we can thank the microformats community here, which carefully avoids to rely on the semantics of HTML elements butâŠ
#61 · · development, html, semantics
Tip: vi Configuration
Long story short: Itâs easy to modify the vi editorâs standard configuration. The most useful changes probably relate to encoding (UTF-8) and display of line numbersâŠ
#60 · · development