Monthly Archives: February 2013

“Hijacking” WordPress plugins

How do you guys feel about “Hijacking” WordPress plugins if the original composers have completely abandoned the project? I guess it depends on the scenario, from most severe to least below: Stealing the project while its active and marketing it … Read more

Posted in Wordpress | Leave a comment

PHP lesson learnt.. always use the DIRECTORY_SEPARATOR constant

Always use the DIRECTORY_SEPARATOR constant when pointing to files/directories on the server-side. It will make your system more portable. Windows boxes uses backslash as a directory separator while for example Unix uses forward slash. Not using the DIRECTORY_SEPARATOR constant may … Read more

Posted in PHP | 1 Comment