Firefox 3 RC2 and Internet Explorer 8 beta 2

As announced earlier, Firefox 3 RC2 has been released. “It includes new features as well as dramatic improvements to performance, memory usage and speed.” Go download my friends 🙂 Above that, IE8b2 has been scheduled for a release in August which makes me wonder if the full version will make it out this year … …

Phototype, a client/server-side image manipulation library

Phototype, a client/server-side image manipulation library, supports all kinds of image manipulations. On the serverside the library is powered by combination of PHP/GD that renders the image, on the clientside Prototype is used. With Phototype, you are able to rotate, resize, flip and do some other cool effects to images. One could compare this to …

Firebug 1.2b2 for Firefox 3.0

“In this release we are trying to address the problems of enabling Firebug that users raised with 1.2b0. We now include the console as a disabled-by-default panel and Jan ‘Honza’ Odvarko has implemented a multi-panel enablement. We’ve also worked on the default settings and text to try to make the enablement smoother and simpler.” – …

Google hosted Prototype, script.aculo.us, jQuery, Mootools & Dojo via the AJAX Libraries API

Google now offers a cached compressed copies of Prototype, script.aculo.us, jQuery, Mootools and Dojo on its high-speed content distribution network via the AJAX Libraries API. Inclusion can be done directly (viz. <script src=”http://ajax.googleapis.com/ajax/libs/prototype/1.6.0.2/prototype.js”></script> or via Google AJAX API Loader’s google.load() method. Neatest part of google.load() is the smart versioning feature. Very nice!