Posted by Jonathan on September 26th, 2006 in
Graphic Design,
Web Design
If you plan on designing a kick ass AJAX application then you better make sure you’ve got a kick ass load indicator. That way your visitors will know that stuff is happening while you weave your AJAX magic behind the scenes.
Posted by Jonathan on September 19th, 2006 in
News & Reviews,
Technology,
Web Design
I’ve read a few articles recently where the author gives a run down of their top development or office productivity software – the “must have” tools that make you and your computer happy campers. Never one to miss a bandwagon, I’ve decided to create my own list of the web development and productivity tools that I use on a daily basis.
Posted by Jonathan on September 2nd, 2006 in
News & Reviews,
Web Design
Swift is a new PC web browser based on Webkit, the open-source HTML rendering engine under the hood of Apple’s Safari browser. For web developers this opens up the possibility of testing websites in a decent approximation of Safari, without requiring a Mac on hand.
Posted by Jonathan on August 18th, 2006 in
News & Reviews,
Web Design
Podcasts, they’re so darn addictive. I’m even willing to forgive the misleading name (I’m sure I’m not the only podcast listener who isn’t an apple fanboy). But quality web and graphic design podcasts are few and far between, so I thought I’d share a few of my favourite shows with you. Because I’m a geek I’m going to throw my favourite technology podcasts into the mix too.
Posted by Jonathan on August 10th, 2006 in
News & Reviews,
Web Design
I recently tried Google Sitemaps, and found it to be a great way to see your website through Google’s eyes. The core purpose of Google Sitemaps is for website owners to feed Googlebot an XML sitemap listing URLs for all pages on their site (including those that may be otherwise inaccessible to robots), but there are many other features that web developers will appreciate.
Posted by Jonathan on August 2nd, 2006 in
News & Reviews,
Web Design
I recently stumbled upon an archive of podcasts from the 2006 South by Southwest web design conference. There are like a gazillion of them, and they’re a lot cheaper than an international airfare and a conference ticket. In fact they’re free. Enjoy.
Posted by Jonathan on July 28th, 2006 in
Web Design
If you’re a web developer who is using Beta 1 or Beta 2 of Internet Explorer 7 for testing purposes, I recommend taking the time to upgrade to IE7 Beta3.
Posted by Jonathan on July 28th, 2006 in
Web Design
I was listening to a recent episode of one of my favourite podcasts, Boagworld, when Paul Boag asked a question that made me pause for thought: Now that Microsoft have dropped support for Windows 98, is it time to stop testing websites in IE5?
Posted by Jonathan on July 14th, 2006 in
CSS,
Typography,
Web Design
If you’ve not already done so, it’s time to ditch pixels as a unit for sizing fonts. Sizing fonts for the web using ems and relative dimensions is easy and accurate. No really, it is.
Posted by Jonathan on July 14th, 2006 in
CSS,
Web Design
Since adopting a standards based approach to web design, I have wasted numerous development hours struggling with inconsistencies in the way web browsers implement the CSS spec. Sure, you can use CSS hacks to serve different CSS rules to different browsers, based on their own quirky interpretation of CSS, but that is a dangerous path to tread.