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

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

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

Tutorial: How to add action to excerpt in WordPress

tutorials for creating wallpaper in photoshop Tutorial: How to add action to excerpt in WordPress

This is an interesting article for Wordpress plugin developers. It is not the adding of action to the excerpt that is important in this article but the finding of an interesting facts about Wordpress plugin development that will be useful for many Wordpress plugin developers out there Continue reading

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

Tutorial: How to find width and height of a uploaded image with JavaScript

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure programming mootools yui prototype xml apply encode Tutorial: How to find width and height of a uploaded image with JavaScript

Smart way of finding out the width and height of the uploaded image without adding additional complexity to the overall objective to preview images that has been uploaded Continue reading

Posted in How-to, JavaScript | Tagged | 2 Comments

Tutorial: How to determine an asynchronous upload completion with JavaScript and PHP

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure programming programs Tutorial: How to determine an asynchronous upload completion with JavaScript and PHP

Another method that demonstrate how users can be alert whether their upload has been completed or there are any errors during their upload of file. This method is dedicated for asynchronous upload function since PHP do not provides any raw data manipulation without editing PHP setting file to enable certain extension before raw post data manipulation can be done. Continue reading

Posted in How-to, JavaScript | Tagged | 1 Comment

WordPress Database Design

illustrator bar code magnet design WordPress Database Design

Wordpress database design that can help many developers in understanding the overall architecture design of Wordpress in order to better create their plugin or debugging purposes in Wordpress Continue reading

Posted in Informative | Tagged | 2 Comments

Tutorial: Easiest way to create a Asynchronous upload file function (ajax upload)

every great photoshop lighting tutorial ever Tutorial: Easiest way to create a Asynchronous upload file function (ajax upload)

The easiest and simplest way to create a asynchronous upload file function. Online complex tutorial has make this really complicated, this tutorial make Ajax upload function look simple and easy. Anyone can create a asynchronous upload function quick and easy Continue reading

Posted in How-to, JavaScript | Tagged | 5 Comments

jQuery Menu Effect Plugin

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure programming mootools yui prototype numbers jQuery Menu Effect Plugin

Another jQuery plugin that help designers to eliminate the need to write up codes to animate their menu bar. This plugin provides effect to Designers in a very abstraction way. Continue reading

Posted in Informative, Wordpress Plugin | Tagged , | 5 Comments

Tutorial: Another way of creating jQuery Zoom Effect

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure Tutorial: Another way of creating jQuery Zoom Effect

This is another method for jQuery zoom effect that you can apply. Unlike the previous tutorial on zoom effect which is pretty simple and straight forward, this approach tend to be more complex. The previous method mention has  

Posted in How-to, jQuery | Tagged | Comments Off