Archives for June 2008

Firefox 3 Memory Usage Better Than Other Browsers

Firefox 3 logo

Sam Allen from Dot NET Pearls has written a great program to observe the memory taken up by each of the 5 most popular browsers. His experiment was to taken snapshots of memory usage numbers every 3 seconds for a period of 3 hours. The graphs posted on his Firefox 3 Memory Benchmarks and Comparison page are quite interesting, particularly showing that Firefox 3 is ahead of all the competitors with its rather stable and humble memory requirements.

I’ve been using Firefox 3 full-time since RC2, and must say I’m really impressed with its stability and performance.

Link: Firefox 3 Memory Benchmarks via Slashdot: Real-World Firefox 3 Memory Usage.

Firefox 3 Download Day!

Just a reminder: today, June 17th 2008, is the official Firefox 3 download day – Mozilla foundation attempts to set a new Guinness record by having the latest release of Firefox downloaded the most within 24 hours.

You still have the time to make a pledge and download it: Firefox 3 download day.

Popular JavaScript libraries now hosted by Google

Just wanted to highlight this information for you, although it’s not exactly news – AJAX Libraries API from Google allows everyone to access the latest versions of most popular JavaScript frameworks right from Google servers.

What is AJAX Libraries API?

If you were looking for a way to simplify your usage of JavaScript frameworks, Google has got you covered: AJAX Libraries API is an architecture which hosts most popular open source JavaScript libraries on Google servers and thus make them highly available to use by any of your pages.

Why use AJAX libraries hosted by Google?

There’s a few advantages to offloading JavaScript libraries onto Google’s servers. Here’s my list:

– no headaches with upgrading your JavaScript libraries – they’re updated automatically so your pages are always using the latest and greatest versions available

– universally available – you can access JavaScript frameworks using the same methods from any pages of yours

– high availability – like everything else on Google servers, your scripts will be safe, fast and highly available – distributed among many Google servers and probably delivered to you from the geographically closest location

What libraries are currently available?

Here are the ones you can start using right now:

The full list of libraries available through AJAX Libraries API can be found here: Google AJAX Libraries, I presume it will be updated as more libraries get hosted there.

Via: Google Hosts Popular JavaScript Libraries @ Google System blog