Tutorial search

Tutorials
Stuff
Affiliates

Cool Stuff




The fastest way to master the basics of Adobe Photoshop

Click here to find out how

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

AJAX image cropper with YUI and PHP - JavaScript tutorial


This tutorial will show you how to build an AJAX crop image tool using the image cropper control from YUI library and PHP.
Category: JavaScript tutorials > AJAX - Difficulty:


More cool JavaScript tutorials:



Rotating regular HTML content using DHTML
Rotating regular HTML content using DHTML
See how to rotate regular HTML content on your page using JavaScript and DHTML.
Category: JavaScript tutorials > DHTML - Difficulty:
Create Cycling Banners
Create Cycling Banners
Create a system that rotates specific banners automatically without the need of the page being refreshed, images only load when they are used so user does not have to download images they may not even see.
Category: JavaScript tutorials > Images - Difficulty:
Interface for sorting data with jQuery sortable.
Interface for sorting data with jQuery sortable.
This tutorial explains how to implement jQuery sortable to sort a list. There is also some Ajax involved with saving various changes in the interface.
Category: JavaScript tutorials > AJAX - Difficulty:
Remember Text field values
Remember Text field values
Certain form fields always contain the same values, such as your user's name, email address fields etc. This script will remember the values entered into these fields, and automatically fill out these fields the next time the user returns.
Category: JavaScript tutorials > Forms - Difficulty:
JavaScript Status Text Clock
JavaScript Status Text Clock
JavaScript Status Text Clock
Here we are going to display Text Clock at status bar of browser. If you are interested in details then please go through JavaScript Status clock - Basic and JavaScript Status clock - Advance.

First of all we have define variable var currentDate=new Date() and create a date object. Then define function NumToText() which take input as number which is output of method supported by date object.
Category: JavaScript tutorials > Date & Time - Difficulty: