Archive for April, 2011
Update your Facebook status using PHP and Graph API
In this article I am going to show you how you can update your Facebook status using simple PHP code and Facebook Graph API. This is the most naïve way to use this, you can extend this to make your own script to update your status from mobile, via cron job, via email or whatever you think makes sen
Read Full PostCheck your IP for free with checkmyip.in
Your IP (Internet Protocol) is your computer's address and I am sure at times you want to know what is it ? Network administrators use it more often to setup the networks. A normal person won't feel it comfortable to goto command line and type command to know his/her IP. And I bet a normal comput
Read Full PostInstall Ubuntu on Windows using VirtualBox
Ever wished to experience Linux while you are on Windows operating system ? You probably have a hidden urge to experience it but you never did cause you do not want to mess up with the dual boot operating system. So the solution for this is to install a virtual machine inside your current operating
Read Full PostMySQL: Increment an existing record in the table
This is a small tip which can help you optimize your MySQL query. Since you do not have to first “read” the record, instead you can increment it right there. I have seen some newbies doing the read and then increment process, which uselessly increases a select query to the database, each time yo
Read Full Post