Best Tutorials website
Latest tutorials

Advertisment

Load content from PHP script using AJAX - Easy Guide

Load content from PHP script using AJAX - Easy Guide

Load content using javascript from an PHP backend script - An Easy Guide with full example.


Views: 1025 | Rating star | by Sarah
Javascript - AJAX

Chatterbox

Chatterbox

This example shows how to use AJAX to implement a basic chat system on a website. It refreshes the chat transcript using AJAX to maintain a...


Views: 1068 | Rating star | by Donald
Javascript - AJAX

Ajax - jQuery Content Loading from Extrenal File

Ajax - jQuery Content Loading from Extrenal File

Using jQuery (Lightweight JS Library) to load content from an external PHP file!


Views: 1093 | Rating star | by Daniel
Javascript - AJAX

Learning Javascript - Keeping Markup Clean

Learning Javascript - Keeping Markup Clean

Like many front end developers I've come to Javascript late. Of course I could go and grab one of the many Javascript libraries out there. But...


Views: 793 | Rating star | by Sean
Javascript - Miscellaneous

Display current date with javascript

Display current date with javascript

A script that displays the current date , in the format of 'Friday, March 16, 2001'


Views: 812 | Rating star | by Mark
Javascript - Date and Time

Hide status bar messages with Javascript

Hide status bar messages with Javascript

Disable the status bar message from appearing on all links, indiscriminately, with this powerful script!


Views: 829 | Rating star | by Ben
Javascript - Miscellaneous

Home hot key using Javascript

Home hot key using Javascript

A script that jumps back 'home' when 'h' is pressed. In other words, a script that allows you to specify a target url to go to...


Views: 830 | Rating star | by David
Javascript - Navigation

Learning Javascript - Creating Content

Learning Javascript - Creating Content

Using Javascript and the DOM you can create content on the fly. You can also make sure that if Javascript is turned off things won't go wrong.


Views: 558 | Rating star | by Isac
Javascript - Introduction to Javascript

Bookmark Us Script

Bookmark Us Script

This is a tutorial that shows you how you can easily create a Bookmark Us link on your website. This will bring back old customers to you by...


Views: 822 | Rating star | by Colin
Javascript - Links and Buttons

JavaScript Status clock - Basic

JavaScript Status clock - Basic

In this article we are going to see the ways to add different effects at the status bar of a web browser.Here we are see how to add clock at our...


Views: 847 | Rating star | by Isac
Javascript - Date and Time

JavaScript Status clock - Advance

JavaScript Status clock - Advance

JavaScript Status clock - Advance In previous article JavaScript Status clock Basic we see simple technique to add clock at browser status bar....


Views: 858 | Rating star | by Slicer
Javascript - Date and Time

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...


Views: 789 | Rating star | by Steve
Javascript - Date and Time

DD Tab Menu (5 styles)

DD Tab Menu (5 styles)

Five elegant JavaScript horizontal menus that support a second level sub menu when the mouse rolls over a menu tab. Supports the ability to auto...


Views: 891 | Rating star | by Tutorial
Javascript - Navigation

If..Else...if Statement

If..Else...if Statement

The if...else if construct can be used to test multiple conditions without having to nest separate if...else statements inside one another.


Views: 739 | Rating star | by Sarah
Javascript - Content Management

Switch statment

Switch statment

the switch statement with case entries testing for expected values and providing processing code on a match.


Views: 801 | Rating star | by Jarry
Javascript - Content Management

For Loop

For Loop

One way to repeat script operations is with the for statement. This statement establishes a program loop inside of which are statements that are...


Views: 849 | Rating star | by Jason
Javascript - Content Management

Document Properties

Document Properties

The document object is associated with the Web page appearing in the browser. It is a property of the window object and is also an object itself...


Views: 802 | Rating star | by Steve
Javascript - Content Management

Filter Blend

Filter Blend

The blendTrans() filter fades an element out or in. It can be applied only through scripting. Three steps are required.


Views: 873 | Rating star | by Brad
Javascript - DHTML

Text box field

Text box field

An effective way of performing script input and output operations is through use of textbox fields. You can use textboxes


Views: 808 | Rating star | by Brad
Javascript - Content Management

Your First AJAX Application

Your First AJAX Application

This is a simple tutorial that will teach you the basics of AJAX. There are step by step instructions written to assist you on your first...


Views: 1044 | Rating star | by Steve
Javascript - AJAX