Words from Alejandro U. Alvarez
If browsers were like…
How many times have you seen those great "If browsers were like... boats/women/cars/houses..." articles? I always wanted to make one of those, but I don't know exactly which "technology" to use, so I'll do one that basically says almost everything:
- Firefox:
- If Firefox was a car: It would probably be a BMW or a Porshe, something elegant, with lots of extras to add, fast and secure.
- If Firefox was a woman it would be that great woman you thought it didn't exist, that knows how to do everything and does it perfectly, she's hot, and you finally found her
- If Firefox was a house it would be a complex empty two story house plus a basement with a great core. It would have the option to customize it as wanted, and almost every single person that knew about houses or contruction would own one like yours.
- Opera:
- If Opera was a car: It would be one of those tiny "sport" cars, fast, two seats, almost no room in the trunk for anything else, a very good engine and very slick.
- If Opera was a woman it would be a simple woman, pretty, with not much makeup, wearing normal clothes, you would probably be with her because you don't need/want anything better, although from time to time you always think of going back to your Firefox woman.
- If Opera was a house it would be a small one story house, beautiful, simple, modern, and classic, almost casual.
- Safari:
- If Safari was a car: It would be one of those lovely Minis, or a Smart. Quite nice, stylish although with some "retro" design combined greatly with modern curves. A fast engine, lots of extras and for only a few people.
- If Safari was a woman it would be stunning, hard to find and to get used to, but once you are accustomed to her you'll probably stick with her for a long time. She's stylish, looks like a model, always following fashion in a very discrete way.
- If Safari was a house it would be "modern art" designed. A bit weird at first and only a few people would now how to live in it and enjoy the experience.
- Internet Explorer:
- If IE was a car it would be some sort of common car. A family car, a standard design, for people that don't understand cars it would look great, but inside it it would be a disaster. You would have to go to the garage every month to fix something. It would have a standard engine that at first would look nice, although in reality it wouldn't follow any standards at whatsoever. It wouldn't be a car made to drive on the road, the road would have to be built for the car.
- If IE was a woman it would be your first "love", she'd be quite hot, and easy too. And you would be feeling great until you found out that everyone "used her" and that she "carried" lots of "viruses".
- If IE was a house it would be the first house you bought for yourself, the first time you walk in it would seem great, easy to use, nice. After a while using it some cracks would appear on the walls, and you would find out that there were water leaks, broken pipes, and all sorts of failures, and you'd switch to a better house...
And that'd be basically it. If you are reading my blog using IE I really discourage you to do it again. First get a good browser, like Firefox, and then yea, come read my blog as much as you want.
You'll also notice that the design improves greatly when you switch. It is my way of protesting against IE I'll never fix my CSS to look nice in IE!
And I personally think that this should be done by all serious web developers on their blogs. Come on, we write for proffessionals, and proffessionals don't use IE!
Enjoy,
| Print article | This entry was posted by alex on May 10, 2008 at 10:52 am, and is filed under Browsers, General talk, Web-related. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
Fast and dirty CSS trick for IE
about 4 months ago - No comments
I actually think that we the developers need IE, it is like the bad guy in an action movie, the good guy wouldn’t have a life without him, although sometimes you really wish it never existed! Haha just kidding, we all wish it didn’t exist… But well, there are some times when we need something More >
Firefox problem solved: Address bar not working
about 9 months ago - No comments
A few days ago Firefox started one of the most annoying bugs I’ve come across: The address bar stopped working completely. No matter what I tried to do, this are the detailed symptoms:
Write a URL and hit enter and nothing would happen
The same as before but clicking the green arrow at the end of the More >
Apply a background image to an image
about 1 year ago - No comments
this is quite a neat trick, and it can look really good depending on your design and the image you put as background…
To get it to work all you need is to apply a padding and display:block; to the image. So the CSS would be:
img{
display:block;
padding:10px;
background-image:url(image.gif);
}
Here is a very smart use of this technique, where a More >
Use Firefox to spell check your website
about 1 year ago - 10 comments
If you maintain a website, you will surely know how important it is to never have any spelling errors in your copy. And if you really care you will always run for sure a spell checker on all your text, but isn’t that quite over work? Wouldn’t it be much simpler if your browser did More >
Reseting CSS default browser settings:
about 2 years ago - 6 comments
One of the biggest problems when designing a website is that after all work is done it looks different on different browsers.
The solution usually used by most web developers consists on manually changing every bit of CSS they have to make it look all the same, resulting on a very hard and time-consuming approach.
A great More >
about 2 years ago
I like your post here. It’s funny. I love firefox as well. We use it alot because we are a multi-media company and it’s really got some great add on’s. Check out our website, it infuses video with text, graphics and music.
http://www.TheMediaZoo.com – JoshD@themediazoo.com
about 2 years ago
Nice website and nice design, hope you have luck with your business
about 1 year ago
I noticed no difference in appearance between Firefox and IE Tab. :|