The Last SQLite GUI You Will Want To Play With
A project of mine required me to use SQLite, not MySQL that we are all used to and most what 80% of PHP programmers use when working with a database.
I then looked and looked until I found the one.
What every PHP developer should know
This would be an interesting article if you're a PHP developer. More so if you are applying for a PHP job or hiring someone for a PHP developer position.
I just read an interesting question regarding what every PHP developer should know.
Simple Cloudy Portfolio Layout in Photoshop
Here's an exciting tutorial to create a simple layout in Photoshop.
To start on this exciting tutorial, go to: Simple Cloudy Portfolio Layout in Photoshop
Download files from here: Download Files
Free Grunge Web Design Template
I am a big fan of 'free' things that rock like Kohana, CodeIgniter, jQuery, Mootools and many many more.
Here's another free thing that rock. It's a web template from Matthew Neves.
Download the template from: Grunge Layout Portfolio theme
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