Tag Archive for 'browser'

Google Chrome

If you haven’t already heard, Google released a beta of their open-source browser, Chrome, today. I downloaded it and have been trying it out. In fact, I’m typing this blog post using it. I’m amazed. It’s uncluttered, responsive, and very intuitive. I haven’t explored all the features, but I did try out the incognito mode (for browsing the Internet without leaving a page history or cache for anyone to track…I’ll let you come up with your own reasons for using it). I wasn’t quite expecting this:

I love Google.

Firefox is a memory hog

The Firefox web browser is well-known for its memory leak problems. If you leave it open for a long enough time, it can take up as much as 200 MB of memory, even if you’re not actively using it. As an experiment, I opened up both Firefox and Internet Explorer and looked at the memory consumption of both when they had been open for a very short amount of time. The results are fairly interesting. Firefox was taking up almost five times as much RAM as Internet Explorer. And considering that Firefox was taking up more than 100 MB during my browsing session a short while earlier, it’s not inconceivable that the ratio would have gone up over time. Here’s the screenshot:

Firefox vs. IE

Granted, I may have a few extensions enabled on Firefox that IE doesn’t have, but that doesn’t help the memory leak problem. Or the incredibly slow startup time. Get working on this, Mozilla! Or I may be forced to switch to Opera.

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’

 

May 2012
S M T W T F S
« Apr    
 12345
6789101112
13141516171819
20212223242526
2728293031  
Support Wikipedia