NodeJS Hosting
I've been looking for a NodeJS hosting ever since I got my hands dirty with Node.js
With this post, I will have to compile a list of NodeJS hosting companies
Continue reading NodeJS Hosting
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.
Continue reading How to View your Skype Call History
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.
Continue reading Node.js : How to Handle Form POSTS
When to use redirect() and when to use load->view
If you're new to Codeigniter, you'd probably have this question. If you're an intermediate CodeIgniter user, then you'd probably say this post isn't needed. Let me just post this for anyone who needs it.
Continue reading When to use redirect() and when to use load->view
CakePHP: Joins vs Containable
So, I've been through a week of reading up on CakePHP and I am learning a lot. Since, I learn by doing, I tried to redevelop a site that was initially built with CodeIgniter.
Continue reading CakePHP: Joins vs Containable
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.
Continue reading How to get the current URL in CakePHP
The Last SQLite GUI You Will Want To Play With
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
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