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.

Continue reading Mootools Forge Launched

 

PassShark: More Usable Password fields using Mootools

Posted by teejay on December 11, 2009

pass shark post image

There must be sometimes that you can't seem to type in your password right, resulting in entering it a couple of times after validation errors occur.

Dependencies: Mootools Core, Class.Occlude.js, Log.js and Class.Binds.js

Download: PassShark on Github

License: PassShark is released under the Open Source MIT license

Continue reading PassShark: More Usable Password fields using Mootools

 

Themeleon: Customize your Twitter Account

Posted by teejay on December 11, 2009

ColourLovers, recently released their twitter application, Themeleon. So, what does Themeleon do? It manages your twitter account's colour scheme and backgrounds.

themeleon_process.gif

Continue reading Themeleon: Customize your Twitter Account

 

Free Brush Set: Circles for Photoshop

Posted by teejay on December 9, 2009

circles_brush_set.gif

I'm very proud to release my very first brush set. You can use the set in anything you want, non-commercial and commercial, you just can’t redistribute these brushes, or host them on a server. Anyway, it’s my first brush set ever and I still have a lot to earn, but I hope you can give some feedback on how to make the next one better. If you have any problems installing the brushes, please let me know.

Continue reading Free Brush Set: Circles for Photoshop

 

8 Web Based GUI's for MySQL

Posted by teejay on December 9, 2009

11-web-based-mysql-guis.gif

Let's face it. Using the console for administrating MySQL can eat up a lot of time unless you've been doing just that your whole web development career.

If you're on that side, good for you. But for us 'normal' people, we tend to use GUI's for managing MySQL databases. And installing softwares can be cumbersome.

Continue reading 8 Web Based GUI's for MySQL

 

Easy: The Front-End Framework

Posted by teejay on December 8, 2009

Easy CMS

Easy is a CSS / HTML / Javascript CMS. It aims to reduce development time building the website front end.

Continue reading Easy: The Front-End Framework

 

UserCake : Simple User Management System

Posted by teejay on December 3, 2009

UserCake logo

User Management is a commonly seen in most web applications today. That's why it's important for any web application to have a pretty secure scalable user management system.

Welcome, UserCake (not to be affiliated with the PHP Framework CakePHP). It acts as a baseline for you user management needs.

Continue reading UserCake : Simple User Management System

 

CodeIgniter Image Manipulation Class: How to Resize

Posted by teejay on December 1, 2009

CodeIgniter logo

The CodeIgniter Image Manipulation Class is a useful tool when implementing simple resize, cropping, rotate, watermarking and flipping of images are required in your project.

Here is a series of code templates for using the CodeIgniter Image Manipulation Class:

First one is resizing:

Continue reading CodeIgniter Image Manipulation Class: How to Resize