PinoyTech.org

CodeIgniter, Kohana, Mootools, jQuery and CSS

The Last SQLite GUI You Will Want To Play With

Posted by teejay on May 16, 2010

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

Posted by teejay on May 13, 2010

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

Posted by teejay on May 5, 2010

Here's an exciting tutorial to create a simple layout in Photoshop.

Picture 46.jpg

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

Posted by teejay on May 5, 2010

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

Posted by teejay on December 12, 2009

mootools forge

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

Posted by teejay on November 18, 2009

I feel the need to share Online tools for choosing color schemes due to the my need for color-management tools.

Color Scheme Designer

colorschemedesigner.gif

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

Posted by teejay on November 18, 2009

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

Posted by teejay on November 8, 2009

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