Tag Archives: JavaScript
Tutorial: Function within a function in JavaScript
Have you wonder whether JavaScript allows function defined within a function? Why some people do that? And what will happen to those function defined within a function? Find the answer in this article! Continue reading
Understanding Preloading For Web Components
Preloading is a must have component in web development nowadays. How much do you understand preloading? This article explain all the necessary information on preloading Continue reading
Tutorial: Cross browser Multiple Uploader With SWFUpload And JavaScript
Create a multiple uploader that is used by Wordpress without the need to do large set of coding and configuring your PHP server for any additional security risk. This article pin point some of the important things you must aware of when dealing with SWFUpload. Continue reading
Ways to debug your jQuery or JavaScript codes
Different ways of debugging your JavaScript and jQuery codes without using external tools. Purely JavaScript and jQuery methods 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
Javascript Tutorial: Handling All Errors
A very neat way of handling ALL errors in a particular javascript. Continue reading

