PinoyTech.org

CodeIgniter, Kohana, Mootools, jQuery and CSS

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

PHPAnywhere

Posted by teejay on October 19, 2009

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

Posted by teejay on May 28, 2009

Icons are visual representation of links to different functions of the web applications.

TinyMCE File Managers

Posted by teejay on April 15, 2009

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

Posted by teejay on March 12, 2009

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.