
Al Gore has been going across the country forever it seems telling people about ways to stop global warming. About how just one person can make a difference. Today I bring you 10 Way You Can Help The Internet:
(more…)

This is complete bullshit. Let’s get three things straight
- I hate IE and it’s a lame excuse of a browser
- IE is a product of M$’s OS, just like Paint.
- IE is NOT required in anyway anymore for updates to the Windows OS.

Why? Well, just like a mentally handicapped kid, it doesn’t like being rushed or pushed too hard. I found out, after hours of debugging, it had to do with have too many $(function(){ });. This was mostly due to a past programmer using them obsessively. I changed the code I wanted to run to being loaded when the window loaded like this:
(more…)

Who’s fault is IE6? Many, well most, would say that it’s M$. They say things like “If they would just add IE7 to XP now…”, or “They just bundled it with the OS, but if they just…”, or my all time favorite “Well, unfortunately is has a X% of market share, so…”
(more…)

First off, I want to say that I take no credit for this idea. This script is heavily based on Jay Salvat script which can be viewed on his blog.
My jQuery script is similar, but has a minor fix for IE7, smaller size and includes built in debugging just by setting the debug var to true. This will alert you of the browser, engine, and the OS of your user. Not only can it be helpful to you, but also clients. I’ve had to deal with more than one client who didn’t know their browser or browser version.
(more…)