From the monthly archives:

March 2009

A provocative article by Keir Thomas assures that “Firefox May Already Be Dead”.

I wouldn’t go as far as that, but if I see myself as the trend, I can definitely say it’s definitely heading that way.

The problem with Firefox and IE is the growing complexity of web apps and their reliance on JavaScript.

For example, have you seen the source code for Facebook? There is a lot of software code that gets transferred for the client computer to process. In this scenario, the browser not only becomes an HTML renderer (which is what IE and Firefox were primarily built to do), but a code processing application. Google waited, it seems, for the right moment to introduce a new breed of browsers: the ones that are capable of flying through JavaScript code and not through dummy HTML.

This is what Dave Winer talks about in his post “What Firefox Should Do“. The browser can’t just read source code. It has to react, make decisions. Is this video? Render a video player. Is this JavaScript snippet being called repeatedly? Let me cache it.

The only thing that keeps me from switiching to Chrome 100% is Firebug, and probably one or two other extensions I use once in a while (like S3Fox). Google is reportedly working on something akin to extensions and Firefox seems to be standing still, waiting for that to happen.

The latest software updates for Firefox have been security related. But even in that department, Chrome just kicked Firefox’s and IE’s ass.

The other big issue I hear is Mac OS availability. I’m sure that’s coming too.

I started using Chrome back in September, and it quickly became my main browser. After running Chrome, I realized how much time I spent waiting for Firefox to render stuff, to react to my input. I can’t go back now. It’s like watching HDTV at your friend’s house and going back to your NTSC set at home.

Not cool.

Can Mozilla just rewrite the whole codebase and come up with a radical browser? Why do that if Webkit (which is an open source project and the basis for Safari and Chrome) does such a fantastic job already?

It truly is a hard time for Firefox.

What about you? Have you made the switch from Firefox to Chrome? What keeps you from doing so?

Photo by ~Sage~

{ 7 comments }

Why Your Post Titles Are More Important Than Ever

March 18, 2009
Thumbnail image for Why Your Post Titles Are More Important Than Ever

Yesterday, influential blogger Louis Gray announced on FriendFeed that he wanted recommendations for Tech blogs, so that he could pick five of them to be featured on his blog.

When I headed over, he had indeed added my blog to his list. A list with more than a thousand feeds.

Read the full article →

As Citi Field Opens, Memories are Demolished

March 12, 2009
Thumbnail image for As Citi Field Opens, Memories are Demolished

I had mixed feelings of sadness and disgust as I drove by the last remaining piece of the Mets Shea Stadium.

Somehow I see what’s wrong with our economy in this image. In the name of development and progression, we are just replacing stadiums, financing the new ones with taxpayer’s money.

Read the full article →

Moving My Blog to the Cloud

March 9, 2009
Thumbnail image for Moving My Blog to the Cloud

A week ago I decided to put my blog where my mouth is. I am writing a book on cloud computing and services, and needed some hands-on experience on the latest technology available. I had tried Amazon Web Services aabout a year ago and wasn’t impressed with their offering; the tools were Java-based and somewhat cumbersome. I was in for a surprise. The main reason: Amazon’s Graphical Management Console.

Amazon now allows users to manage servers using a graphical control panel that allows you to do most tasks using a point and click interface (for a sneak preview of what it does, see this video by Mike Culver, one of Amazon’s Web Services Evangelists).

In this post I will try to explain some of the concepts that you must have in mind if you’re thinking of moving some of your servers to the cloud.

Read the full article →

Building a Solution Instead of a New Problem

March 5, 2009
Thumbnail image for Building a Solution Instead of a New Problem

It’s become almost too easy to build a web application. The advent of frameworks like CakePHP, CodeIgniter or Ruby on Rails, have given us the chance to write code as fast as we can think it. This can almost be extrapolated to a number of fields like writing, design, filmmaking, you name it.

But with this reduced barrier from concept to delivery, comes a cost: the final product is usually not very well thought out.

Take, for instance, films like “Benjamin Button” or sites like Plinky. There’s plenty of eye-candy, but at the end of the day, they don’t do much about changing the world. That’s fine and there always be projects like these.

But when it comes to you, what would you rather work on? A meaningful project or a time sinker?

Read the full article →