Web Developer Collection: Packaged up Firefox extensions

Mozilla announced a new feature for add-ons today: collections. It also looks like they’re getting the ball rolling with several useful collections, such as the Web Developer Collection. It includes all sorts of goodness like Firebug, ySlow, GreaseMonkey, ColorZilla, and many more. Well worth a quick visit.
FireFox Web Developer Collection

MooTools ScrollSpy – Surprising Useful JS Plugin

David Walsh has put together a really handy plugin for MooTools called ScrollSpy. What impressed me the most was the automatic display of a “Return to Top” link on your page once you’ve scrolled beyond a certain boundary. There are also a handful of other neat demos worth checking out. Sounds simple, but if you think about it, there are tons of great applications for this plugin.
http://davidwalsh.name/scrollspy

jQuery vs. MooTools – Finally, a Useful & Subjective JS Framework Comparison

It’s been said a thousand times I’m sure, but picking the right JavaScript framework is a pain. There are all sorts of biased arguments for one vs. another, but there’s really nothing subjective out there… until now. Arguably, jQuery is probably the most popular JS framework out in the wild, but that doesn’t always mean it’s the best choice. What you choose should really depend on what you’re trying to do. Aaron Newton of Clientcide has put together a really impressive look at jQuery vs. MooTools, which doesn’t categorically say one is better than the other, but, rather, goes into detail about why one framework is better than the other based on your needs. Definitely worth a read:
www.jqueryvsmootools.com

Doctrine – PHP Object Relational Mapper

ORM is certainly a very popular concept these days, but I haven’t really come across any PHP implementations that I found worth-while. Sure, big frameworks like CakePHP may have ORM functionality, but I’m not a fan of huge frameworks. I’ve also dabbled in my own implementations, but never got too far, as I’m not a fan of re-inventing the wheel. At any rate, I stumbled across Doctrine by accident (good ol’ RSS readers), and am impressed, mostly because it’s something that can be integrated into existing projects / frameworks.
www.doctrine-project.org

Preloaders.net – Fantastic Preload Image Generator

Ajaxload.info used to be the site of choice when it came to generating preloader images… unfortunately, I think it’s been bested. Preloaders.net allows you to generate not only the standard set of preloaders, but even 3D ones! You also get much more control (size, speed, etc.) and the quality of the final images is impressive. Definitely worth checking out.
www.preloaders.net