Mootools Forge Launched

Mootools is a fantastic Javascript framework. One problem with using Mootools is that didn't have an official repository like what jQuery has done with its user-contributed plugins.
Online Tools For Choosing Color Schemes
I feel the need to share Online tools for choosing color schemes due to the my need for color-management tools.
Color Scheme Designer

Color Scheme Designer is a beautiful application that helps you create your own color scheme in a matter of minutes.
Mootools Tabs Classes You Should Know About
I've been playing around with Mootools again and was looking into working with some tabbed content. A little research comes a long way as I discovered new Mootools-based tabs.
MGFX Tabs
Usage
<ul id="tabs">
<li><a class="tab" href="#" id="one">One</a></li>
<li><a class="tab" href="#" id="two">Two</a></li>
<li><a class="tab" href="#" id="three">Three</a></li>
</ul>
<div id="home">
<div class="feature">
<img src="img/mgfxtabs1.jpg" alt="" />
</div>
<div class="feature"">
<img src="img/mgfxtabs2.jpg" alt="" />
</div>
<div class="feature">
<img src="img/mgfxtabs3.jpg" alt="" />
</div>
</div>
// Javascript
var tabs = new MGFX.Tabs('#tabs li a', '#tabs div');
Firefox 3.6 Beta 1 has been released
Firefox 3.6 Beta 1 has been released for a while now and I was happy to be one of the users. Here are what's new with Firefox 3.6 Beta 1
PHPAnywhere
I'm sure that we all agree that we need to have alternatives of any softwares we have on our desktop online.
Just this morning, I saw a blog post from Jaypee about an online PHP editor thats almost exactly like any other desktop editors.
Iconza: Free customizable website Icons
Icons are visual representation of links to different functions of the web applications.
TinyMCE File Managers
I've been looking all throughout for TinyMCE File Managers that can be integrated into TinyMCE, my Rich Text Editor or WYSIWYG editor of choice.
Rubular: a Ruby regular expression editor
I am not a regular expressions guy but I can say that I've improved a lot. Not that I've been reading on Regular Expressions but because I've found out a better way of learning. Through testing.

