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.
Safari 3 goes public beta today - so here's a 30 second review of the features and the downsides of the beta upgrade.
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.