PinoyTech.org

CodeIgniter, Kohana, Mootools, jQuery and CSS

How to Delete your Browser History

Posted by teejay on December 9, 2010

Security issues are in the air as a lot of people's facebook accounts get hacked, a lot of emails get compromised. While these are certainly possible, simply deleting browser history could help you weed out a bit of problems.

How to Delete a Directory from SSH?

Posted by teejay on December 8, 2010

I am quite new to this SSH terminal speak.

I have always googled anything I wanted to know about SSH and this is one of them.

How to View your Skype Call History

Posted by teejay on December 8, 2010

Skype is application that lets you call via the internet.

I've been planning this thing for a while now and this could probably the first how-to for softwares on this blog.

Let's get on with it.

Node.js : How to Handle Form POSTS

Posted by teejay on December 7, 2010

Node.js is the hype right now and I, too am riding the bandwagon. I've been playing with Node.js and POSTing with forms.

How to get the current URL in CakePHP

Posted by teejay on November 23, 2010

I'm quite new to CakePHP when compared to my CodeIgniter experience and have been tracking down all tutorials I've read and am still reading a lot.

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?

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.

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.