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.

Continue reading The Last SQLite GUI You Will Want To Play With

 

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.

Continue reading What every PHP developer should know

 

Write INI files with PHP

Posted by teejay on May 13, 2010

INI files are particularly helpful for small configurations. The Zend framework intensively uses INI files (from their beginners guide). You can use parse_ini_fileto read the configuration listed in there. However, what if we wanted to modify the INI files?

Continue reading Write INI files with PHP

 

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

Continue reading Simple Cloudy Portfolio Layout in Photoshop

 

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

Continue reading Free Grunge Web Design Template

 

Kohana 2.4 I18N (internationalization and localization) Library

Posted by teejay on April 24, 2010

I absolutely love Kohana 2.x versions. Although, I've been reading up on Kohana 3.x, I still can't hide my love. I've been reading up on the source of the Kohana 2.4 new I18N Library. It's quite different from the 2.3 version, but not too much.

Continue reading Kohana 2.4 I18N (internationalization and localization) Library

 

Using strings for URI Segments in CodeIgniter

Posted by teejay on April 21, 2010

If you have used Kohana before, you'll notice that their URI::segment() function accepts strings. CodeIgniter's s URI::segment doesn't.

Continue reading Using strings for URI Segments in CodeIgniter

 

Add SESSIONS to Profiler in CodeIgniter

Posted by teejay on April 21, 2010

I am a profiler addict. I tend to put this ON on every application that I start to build. However, unlink Kohana that shows the sessions in their profiler, CodeIgniter doesn't. Here's a way to add it to your profiler without hacking the core.

Continue reading Add SESSIONS to Profiler in CodeIgniter