Category Archives: Open Source
Tutorial: How to change plugin table structure in WordPress
this article explain the mistake of most Wordpress plugin developer that caused maintenance of the plugin table difficult and resort in different way to solve this issue. Continue reading
Prevent WordPress Plugin Update From Deleting Important Folder In Your Plugin
Wordpress 2.8 has bring some trouble to Wordpress developers. One of it is the automatic deletion of previous version of plugin to install the latest plugin version. This caused important details in the folder be deleted too. Continue reading
SWFUpload Upload Error: 500 Problem
Problem that users might face when using SWFUpload application. Here are some solution to this problem which you might want to try them up. Continue reading
Tutorial: How to get image path on a post in WordPress efficiently
Wordpress did not provides a way to retrieve images on a post in Wordpress currently. I searched on the internet and found some way others are doing but they are all done with functions. I wanted a simple and efficient way of doing this. Found my own way. Share with others. As simple as this. Continue reading
Tutorial: How to access WordPress plugin Subversion repository
This tutorial is for Wordpress plugin developers who wish to upload their plugin into Wordpress Subversion repository when given a respository URL from Wordpress. Continue reading
Tutorial: How to validate whether a user has logged into WordPress
A simple explanation on what Wordpress plugin developer will need to aware on the validation part when developing an external page for Wordpress on their plugin. Continue reading
Avoid trouble with filter and the_content in WordPress
In this article, i will show you some of the mistake i made and what are the consequences in screen shot to inform Wordpress plugin developers what will happen to Wordpress when this two is being used wrongly. Continue reading
Tutorial: How to get post id when using publish_post action hook in WordPress
Surprisingly, getting a ID when using a 'publish_post' action hook was not as easy as it may seems to be. Using a $post global variable might not always gives you the id you want. In this case, it gives you a NULL variable instead of the post id. This article help Wordpress plugin developers to solve this issue. Continue reading

