You should upgrade to IE7
This text was found when browsing using IE6 – I loved it and wanted to share it with you! Found on Click Forensics Your are currently browsing this site with Internet Explorer 6. When it was released in August of 2001 Internet Explorer 6 was a cutting edge browser, unfortunately after nearly 8 years the [...]
Debugging with Firebug
Cool article to print out and keep handy on debugging using Firebug. Sadly, I’ve still been using Alert. Call me dinosaur, but it’s worked for me — but I’m trying to change that! An in depth look at the future of JavaScript debugging with Firebug Firebug Tutorial This code snippet will help out with browsers [...]
Cross Browser DOM Ready
This is an interesting post about cross browser DOM Ready… Reinventing the wheel, cross browser DOM ready There are different techniques to have DOM ready functionality. Some techniques are faster,smarter than the other (or a combination of both). Having it working in various of browser has always been an issue, with HTML 5 they introduced [...]
Hiding and showing scroll bars with JavaScript
Have you received a requirement that says “We want to see this many elements before you add a scroll bar, we don’t care about the height of the elements, just the number”? If you are using YUI, there is a VERY easy way to handle this! YUI has the following 2 CSS classes which you [...]
Interesting Tools…
So I have been going through my personal sites, trying to see what I need to do to them to make them more available through social bookmarking, other blogs, etc. One of the things I’ve come across is Website Grader. Originally I found the site through Twitter Grader, where I was messing around with the [...]
Comments on girl texting excessively in Orlando.
Technology related, sorta. This will be moved to my other blog after work. The original girl texting excessively story is here And at this point I must say, when I was a teen in the mid to late 80′s I was chatting on multi-user BBSes before the kids in school knew what a modem, let [...]
SpryTooltip Placement in Safari
I have had an outstanding bug in my queue for the placement of the SpryTooltip in the Safari browser. It is something that I didn’t have a whole lot of time to invest in, but am finally getting back around to. The fix, so simple it’s astounding, but tracing back to find it was a [...]
IE6 – ul Background Color & Border Missing – Fixed!
So the bug I was working on today had to do with the error messages. In Firefox 2 & 3, and IE7, they show up great! Nice yellow background, red text, red border. Nothing fancy, but it definitely sticks out. IE6 gives me the fancy red text, but no background and no border. So off [...]

