Archive for the 'Javascript' Category

What browser?

Wednesday, April 2nd, 2008
On occasion, many occasions, web browsers don’t treat javascript the same way. Usually the issue is with Internet Explorer not acting like other browsers, so it can be useful to know if your user’s browser is IE or not. Here is a little function that can tell you what browser is being used. function […]

Add to Window on Load

Tuesday, February 26th, 2008
One of the things I would like to do with this blog is to share some of the code that I use on a daily basis. Over the last year I found that I was using the same functions over and over again. I was going through old code pulling out the […]