Tag Archives: JavaScript

Tutorial: Function within a function in JavaScript

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

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

Understanding Preloading For Web Components

optimize web contents 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

Posted in Developer, Informative, Web Development | Tagged , | 1 Comment

Tutorial: Cross browser Multiple Uploader With SWFUpload And JavaScript

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

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

Ways to debug your jQuery or JavaScript codes

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

Posted in Developer, How-to, Informative, JavaScript, jQuery, Techniques | Tagged , | 4 Comments

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 quad programming 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 computer 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)

organize file folders 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

Javascript Tutorial: Handling All Errors

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure 2 Javascript Tutorial: Handling All Errors

A very neat way of handling ALL errors in a particular javascript. Continue reading

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