HTML
Cross Browser Bookmark Script
Friday, November 16th, 2007Need: A cross browser bookmark script.
Problem: IE 7’s handling of the window.external object and the errors that result from using it. Most cross browser scripts that I’ve come across utilize this object within and I find the resulting client side error unacceptable.
My cobbled solution:
<a href=”#” rel=”sidebar” onclick=”if(document.all && !window.opera){ alert(’Havascript.com\n\n Thanks for attempting to bookmark […]
Internet Explorer 7 Favicon Display Problem
Tuesday, October 30th, 2007It was unusually difficult finding a solution to the IE7 favicon display issue, but I finally cobbled one together on my own,… at least it works for me. It doesn’t make a whole lot of sense, but it works.
Make sure that you have a valid favicon.ico icon file and that it is uploaded in the […]
Perpetual Copyright Date
Tuesday, March 13th, 2007I’m an amateur developer who has a dozen or two websites polluting cyberspace and the last thing that I want to do the first week of any new year is to spend my time FTPing copyright updates. Not updating copyright statements with the current year has the effect of having the site look unkept and […]