How to Delete your Browser History
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?
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
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
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
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
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
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
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.