Category Archives: How-to
Tutorial: How to create a simple vibration effect for your form box with jQuery
This is a simple tutorial to show case how a jQuery effect can be perform easily. The concept and demo are also provided for better visualization of this effect. Continue reading
Tutorial: jQuery wrap doesn’t work in IE
this article demonstrate the differences of declaring wrap manipulation operation that jQuery developer should know. The type of declaration made by jQuery developers may result differently in cross browser compatibility issue in the future. 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
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
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
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
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
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

