Good news! Google Chrome is getting full page zoom, and it’s the default! That only leaves Safari to implement it, as IE, Firefox & Opera have had it for a while now. [1]
Full page zoom is important because it means no more mucking about with elastic layouts (em-based) or liquid layouts (%-based). That just leaves fixed layouts (based on pixels), which is good because images, videos and other media are in pixels too!
Note: I’m not saying it’s good to use pixels for font-size: properties! (Just all the other properties, like height, width, margin, padding, etc.)
[1] Update: Safari 4 (beta) has implemented full page zoom too! All major and minor browsers have implemented full page zoom. Until widespread updating of Safari 3 with 4 and (more importantly) IE 6 with 7 or 8, approx. a quarter of visitors will only have text-based zoom available to them. IE 6 users are likely not to know anything about zoom-capabilities however.
On: Web
• 12th of January 2009 • Comments Off
Second in a series of articles about tinkering with improving your WordPress installation, we return to custom 404 error pages; adding a list of possibly related posts when visitors have followed an outdated link. Other 404 error page improvements can be found in the first article of this series.
One of the most useful things on a 404 page is a direct link to the page visitors were trying to get to. Now we can’t read minds, but we do know the URI (explained in the third paragraph of the previous article) and that’s good enough. The following code is adapted from this archGFX article. The method used to transform the URI into a search query is very simple. If you would like a more advanced please refer to “A better 404 — Redux” at Urban Mainframe, where Jonathan Hollin expounds on his (downloadable!) 404 page code.
There are two parts to this “related posts” code. The first part makes it possible to get from “/wrong/link.html” (the URI) to “wrong link” (the search query). Read the rest…
On: Code, Web
• 8th of January 2009 • 3 Comments »
First in a series of articles about tinkering with improving your wordpress installation, today we tackle custom 404 error pages; the page everyone dreads getting when they’ve followed an outdated link.
Four-Oh-Fours are hot again! Just recently came a across the article A Better 404. I remember reading the A List Apart article “A Perfect 404″ ages ago, but had never done anything about it. Time to improve.
First some quick vocab: the part after your .com (or .co.uk) is called the URI, so if www.google.com/analytics/provision/ is the address, /analytics/provision/ would be the URI. The URI is the part that’s wrong when someone’s followed a outdated link which means we can use the URI to create a more helpful 404 page. To create a 404 page for your WordPress theme just create a 404.php file in the directory of your theme (/wp-content/themes/default/ is the default). Read the rest…
On: Code, Web
• 1st of January 2009 • 5 Comments »
And now for something completely different. A set of music samplers, tastety bits of songs, compactly mixed together. The first two are filled with tunes you can dance to, while the third one is much more restful. Enjoy!
Read the rest…
On: Buzz
• 26th of December 2008 • Comments Off

London at night, a great series of photographs published on the Big Picture.
On: Tumblr
• 7th of September 2008 • Comments Off
Bug reporting is tricky. Bugs are problems in software where the software doesn’t work as it should. “It doesn’t work.” doesn’t get you anywhere with the developer of the software in question, so the key is to report exactly what happend and what should happen very clearly. Steven Frank (of Panic, Inc. software-makers) has made a list explaining what you should and shouldn’t do when reporting bugs. One of the things Frank specifically mentions as being good ways to convey bug reports are images and video.
A lot of open source projects use Bugzilla (of Mozilla origin) to track bugs and make discussion of those bugs possible. Shouldn’t Bugzilla make it possible (and easy!) to include images and video in bug reports?
If Buzzfeed can do it…
On: Web
• 7th of September 2008 • 2 Comments »
The artwork for Simon Jobling’s One Phat DJ August 2008 podcast: Colourful Crescendo. It’s a combination of Illustrator and Photoshop work misuse of filmgrain filters.
Originally made for the July Crescendo, a month and a few name changes later, the podcast and accompanying artwork go live today.
It’s quite fun to do podcast artwork; well recommended. Thanks for the chance Si!
On: Design
• 15th of August 2008 • Comments Off