This is how the official olympics medal tally looks: It’s not only the official tally, but the one linked from google each time you type “olympics” and terms like “australia olympics”. Thus making it an absurdly popular page at this time. As you can see, the design is reedeeeculous. The thing you want to see the […]
The official olympics medal tally is broken. Let’s fix it.
August 18th, 2008 · 2 Comments
Tags: HumansAndTech
Dynamic Favicon Library Updated
January 31st, 2008 · No Comments
Ajax, AjaxPatterns, Favicon, HTML, Javascript, Web, Web 2.0 I updated the favicon library a while ago, for a couple of projects I haven't released for various reasons. Anyway, Phil asked me about it, so I thought it's a good time to package it up and release it properly. And in the process wrote up Taking Browser [...]
Tags: SoftwareDev
CSS Coding Style and the Unbearable Tendency for People to Adore Whitespace in their Source Code
October 22nd, 2007 · 7 Comments
CSS coding style doesn't get a lot of play. Most people are happy to stick with the convention of one property per line, like this: PLAIN TEXTCSS: #score { background: yellow; width: 12em; border: 1px solid orange padding: 2em; margin: 3em 0; display: none; } I, for one, can't stand that style. I'm heavily biased towards information-dense coding [...]
Tags: SoftwareDev
There is no alt tag
June 25th, 2007 · No Comments
It's an attribute as in <img alt="this is an *attribute*, not a tag"> and not <alt>, but 603,000 matches on Google (which apparently means about 750 pages) use the term "alt tag" along with countless other people, including me on occasion.
Tags: HumansAndTech
If HTML Used Convention Over Configuration …
June 2nd, 2007 · 5 Comments
Browsers would automatically pull in CSS and JS according to the filename and I would no longer have to look for an example every time I need a link or script tag. In the absence of any other spec, /abc/def.html would cause the browser to look for /abc/def.css and /abc/site.css and /site.css. And then it would [...]
Tags: Links · SoftwareDev
Tables - The Secret Behind Every Simple CSS Form
February 12th, 2007 · 11 Comments
Tableless forms are painful. Every time I start trying to create them, I wonder why I am going through the motions. Some vague sense that it will be "more accessible" and I'll be able to tick an abstraction of a "web standards-compliant" box. But really, these table-less constructs are supposed to make page authoring easier, [...]
Tags: SoftwareDev
CSS: The Tech Ajax Forgot
July 31st, 2006 · 9 Comments
.... Wherein our protaganist awakes to the power of CSS ... CSS is as important to Ajax as Asynchrony and XMLHttpRequest. Which is to say, it's very useful, even though it's not essential. Due to an accident of the English language, JJG's creative mind, and the propensity of certain terms to rise to buzzdom, it doesn't [...]
Tags: Links · SoftwareDev
Dynamic Favicons
March 16th, 2006 · 25 Comments
Favicons should ideally be easy to manipulate, as easy as manipulating the web page's UI. (Favicons are the little website icons you see in the address bar, browser tabs, etc.) For example, a chat app like Meebo could signal that your buddy's trying to contact you, a mail app like GMail could indicate You [...]
Tags: HumansAndTech · Links · SoftwareDev
Ajax Lite Versus Ajax Deluxe
February 16th, 2006 · 3 Comments
Harry Fuecks suggests there are two types of Ajax apps: HTML++ and Client/SOA. This is something I've noticed too, and it cuts right across the Ajax architecture, impacting on the user-interface, the physical architecture (browser-server separation) and the abilities of the developers involved. The "Ajax App" pattern addresses this as a decision. It's the root pattern [...]
Tags: HumansAndTech · Links · SoftwareDev
