Daily Archive for February 6th, 2007

Podcasting action

I recently installed PodPress to see about doing a podcast. I’ve already set up shop in iTunes (see button below), so keep an eye out for future episodes!

Browser sniffing

There are quite a few browsers out there, but they are, for the most part, pretty much the same. The only major differences are in their rendering engines, that is, the code that allows them to display web pages. The most popular one is Gecko, which is used by Firefox, Mozilla, and Netscape. Another is Presto, used by Opera. Finally, there is Trident, the layout engine used by Internet Explorer. Of course there are others, but this isn’t a post about layout engines. You’ve got Wikipedia for that.

Anyways, the rendering (or layout) engine of a browser determines how HTML and CSS are displayed. Most browsers display things similarly, but not Internet Explorer. IE has always been the black sheep of the browser family, preferring proprietary functions (such as ActiveX) to standards. Of course, no browser is completely standards-compliant, but IE is as far off as it can get. The most recent version, IE7, has solved quite a few problems, especially with CSS, but it can still be a hassle to code a website that will work perfectly in all browsers. The problem is that IE is still the most used browser. If your site doesn’t work in IE, you’re going to have a lot of people who will steer clear of it.

The answer? Well, you could just eliminate anything in your site that’s causing problems with IE. Or, you could let web surfers know about Firefox. Chances are that the only reason most people are still using IE is that they don’t know about any alternatives. Read on to see an easy way to let IE users know they should switch to Firefox while allowing non-IE users to continue on with no trouble.

Continue reading ‘Browser sniffing’

Sphere: Related Content




Creative Commons Attribution-ShareAlike 3.0 United States
Creative Commons Attribution-ShareAlike 3.0 United States