Check out my latest project: Code Dumper

Archive for the "tip" 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.

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.