Check out my latest project: Code Dumper

Archive for the "safari" Tag

RSS Icons for Safari

With the release of Safari 3.1 the brand new install reverted out my nice RSS icons. Annoyingly, Mac Specialist seems to have deleted their original post offering the install.

Safari 3.1 web developer functionality

I've just upgraded to Safari 3.1 and I'm trying to catalogue the list of available functionality. I'm certain this upgrade is driven by the announcement of the SDK for the iPhone, because in the demos showing that web development has been upgraded, it shows how features can be exploited on an iPhone - but as developers [...]

Safari gets a proper Microformats extension

Jon Hicks proposed it over a year ago and I went ahead and wrote it as a bookmarklet. Finally now, the people who created Safari Tidy (for live xhtml validation), have created a fully integrated Safari Microformats plugin.

Safari text sizer for Firefox

I'm a fan of the textarea resize function in Safari 3 - and as such I've had my first crack at a Firefox extension. Download the Firefox text sizer extension

30 second review of Safari 3 beta

Safari 3 goes public beta today - so here's a 30 second review of the features and the downsides of the beta upgrade.

How to detect when an external library has loaded

Sometimes in a web app, you'll want to load a script externally. The only problem is if you need to reference something within the external library, which you should only do once it's definitely loaded. Here's a tip that works with all browsers to ensure the script is loaded before running your dependant code.