Tutorial search

Tutorials
Stuff
Affiliates

Photoshop Templates


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

View all templates

Javascript boxes - JavaScript tutorial


In this tutorial you'll learn how to use Javascript windows. Asking a name with a Promptbox, asking a question with Confirmboxes en ginving an alert with an Alertbox.
Category: JavaScript tutorials > Basics - Difficulty:

More cool JavaScript tutorials:



Dynamic Overlay- Putting an entire web site on a single DHTML file
Dynamic Overlay- Putting an entire web site on a single DHTML file
Dynamic Overlay- Putting an entire web site on a single DHTML file
Category: JavaScript tutorials > DHTML - Difficulty:
Use the Request Object to POST Data to the Server
Use the Request Object to POST Data to the Server
This hack uses the POST HTTP request method to send data, communicating with the server without disrupting the user's interaction with the application. It then displays the server's response to the user.
Category: JavaScript tutorials > AJAX - Difficulty:
Simple YUI Cookie example - javascript text magnifier for your page
Simple YUI Cookie example - javascript text magnifier for your page
The piece of code we will be writing, using the YUI library (my favorite), will allow users to increase/decrease their font size for a block of text, storing the font size in a cookie so that when they return to the page they don't have to modify the font size again.
Category: JavaScript tutorials > Cookies - Difficulty:
Simple Form Validation
Simple Form Validation
Before sending data from form it is necessarily to check input date. JavaScript is ideal for that, because the all date before submitting, will be checked and by that we will save on bandwith.
Category: JavaScript tutorials > Forms - Difficulty:
Prevent AJAX scripts from caching
Prevent AJAX scripts from caching
But the applications which intensively using AJAX, have one problem.URL is cached by the client browser and even the server will serve new data, old data will be received by the browser.
Category: JavaScript tutorials > AJAX - Difficulty: