(aboutMe)

I'm a hack, but a pretty good one... as hacks go, that is...

(network)

(search)


HTML

Cross Browser Bookmark Script

Friday, November 16th, 2007

Need: 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, 2007

It 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 […]