Browsers Tutorials
Prevent Internet Explorer’s Default Image Dragging Action
Since the web is moving more and more toward a drag and drop world, it's important to prevent Internet Explorer's default dragging action when attempting to drag an image. JavaScript makes this possible. Using MooTools Happy dragging and dropping!
How to Sniff & Disable Firebug
If you're a hardcore Web Developer like me, you're probably well aware of the excellent Firefox plugin known as Firebug. Firebug's built in tools for monitoring and debugging CSS, HTML, and JavaScript/AJAX can improve development time efficiency exponentially. As great as Firebug is...
Use JavaScript to Change the Window Status Message
Though I don't normally recommend modifying the browser's default behaviors, changing the window's status bar does have its place. The window status bar can pass descriptive information about the element the user is hovering over or can hide the URL from users that don't understand...
Multiple Homepages in Mozilla Firefox
With all of the websites I frequent at work, I'm always opening the same tabs over and over when I get on the clock. Annoying to say the least. You can imagine my joy when I figured out how to have multiple homepages in Firefox.The ExecutionStep...
CSS3 and Your Browser
CSS3 has been in the works for quite a while but the "A grade" browsers have been slow to implement many of the new selectors. How is your current browser vendor doing? Use the CSS Selector test suite to find out!CSS...
The First Year of IE7 — Still Hated
The IEBlog posted The First Year of IE7 today and lets just say that the comments are anything but positive. Check out the scathing comments:http://blogs.msdn.com/ie/archive/2007/11/30/the-first-year-of-ie7.aspx...
Prevent Double Margin & Padding In IE6 When Using CSS Float
My thoughts on Internet Explorer have been well documented; for those that don't already know, I think IE hinders the internet's progress and represents another embarrassment for Microsoft. That said, a majority of users still browse with Internet Explorer 6 so...
Adios Means Goodbye – Browser 301 Redirects In All Languages
Browser redirects, especially 301 "permanent" redirects, are essential to all good web applications. Regardless of language, browser redirects can: provide safe URL forwarding to gather GET and POST variables and process them without risking data and processing integrity by a browser refresh send users and search engine...
6 Reasons Why IE6 Must Die
Internet Explorer 6, released on August 27, 2001, was a package of problems right from the start. Within a year of release, Microsoft silently declared that IE6 would not make enough money for them to continue supporting. The result has been numerous security problems...
Cross Browser CSS Min-Height
As you know, Internet Explorer 6 does not follow CSS' "min-height" property. Luckily, we can fix this problem using the following CSS code snippet:Internet Explorer 6 is the only browser that recongizes the "* html _____" selector and thus is the only browser to read...