Execute PHP Through Command Line in Windows
In Windows, I find it easy using the WAMP Server. On my Windows 7 OS I already installed the 64-bit WAMP version 2.1 and will make use of it
Formatting Twitter Date to MySQL Datetime
Recently, I created an application to collect twitter apps and store into database. I noticed that the twitter created_at property returns a string such as “Wed Sep 21 22:52:51 +0000 2011″.
WordPress 3.0 MultiSite – How to Enable?
Creating a multi-site in WordPress have been made easy. Multi-site feature will allow multiple websites running from a single installation of WordPress.
Basic PHP Object
Object-oriented approach in PHP? I prefer procedural. Not until I understand its benefits, perhaps the greatest benefit of object-oriented code is its reusability.
Easy PHP Template Engine
The PHP template is used to separate the logic and presentation, where the logic is a php file called engine and the presentation is an html-like file.
Determine WordPress Variables
There are lot of variables declared in the WordPress, one of the method I used determine this kind of variables is to add this code in the index.php
SimpleXML in action
One of the basic usage of simpleXML, which I find quite useful is to grab the links of latest post the of RSS enabled site.