Category Archives: How-to

Articles On Single HOW-TO Tutorial

Tutorial: How to create a simple vibration effect for your form box with jQuery

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure programming mootools yui prototype color 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

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

Tutorial: jQuery wrap doesn’t work in IE

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure programming mootools yui prototype keyboard 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

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

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

work in progress 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 numbers 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 mootools yui prototype clothes 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

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

Tutorial: Another way of creating jQuery Zoom Effect

photoshop text effect tutorials wanted 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