Category Archives: Open Source

Tutorial: How to change plugin table structure in WordPress

 wordpress themes design photo art 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

Share
Posted in How-to, Open Source | Tagged | 8 Comments

Prevent WordPress Plugin Update From Deleting Important Folder In Your Plugin

upload in progress 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

Share
Posted in How-to, Open Source | Tagged | 21 Comments

SWFUpload Upload Error: 500 Problem

mistake code error 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

Share
Posted in How-to, Open Source | Tagged | Comments Off

Tutorial: How to get image path on a post in WordPress efficiently

every great photoshop lighting tutorial ever 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

Share
Posted in How-to, Open Source | Tagged | 7 Comments

Tutorial: How to access WordPress plugin Subversion repository

Security 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

Share
Posted in How-to, Open Source | Tagged | 7 Comments

Tutorial: How to validate whether a user has logged into WordPress

validate 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

Share
Posted in How-to, Open Source | Tagged | 1 Comment

Avoid trouble with filter and the_content in WordPress

work in progress 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

Share
Posted in How-to, Open Source | Tagged | 2 Comments

Tutorial: How to get post id when using publish_post action hook in WordPress

tutorials for creating wallpaper in photoshop 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

Share
Posted in How-to, Open Source | Tagged | 4 Comments