Active Articles: 2038
Total Categories: 16
Sub Categories:616
Date Functions | ||||||||
The document object has a last modified date property. This specifys the date the file was last modified on. This can be useful for showing when the page was last modified without having to modify any HTML when you make a change. This tutorial shows how to display the last modified date in several different ... learn more
| ||||||||
| ||||||||
Accept Focus Until Closed | ||||||||
A small snippet that allows you to keep a window 'on top' of all others until closed. ... learn more
| ||||||||
| ||||||||
Javascript Event Handlers | ||||||||
An event handler executes a segment of a code based on certain events occurring within the application, such as onLoad or onClick. This tutorial along with an example explains each of all the event handlers in JavaScript. ... learn more
| ||||||||
| ||||||||
Using the replace function to implement a replaceAll function. | ||||||||
This tip demonstrates different ways of implmenting a replaceAll and discusses their pros and cons. It shows both the easiest "set & forget" method as well as demonstrating the best way to code for maximum performance. ... learn more
| ||||||||
| ||||||||
BW Website Building using Javascript | ||||||||
The tutorial covers the basics quickly moving onto implementation, strings, variables, mathematical operators, forms and advanced scripts in 5 easy stages! ... learn more
| ||||||||
| ||||||||
Table Border Styles | ||||||||
An simple introduction to creating different border styles for your tables. Including border sizes, colours and types. ... learn more
| ||||||||
| ||||||||
Breaking out of frames | ||||||||
Want to make sure your web pages are not included in other website frames? Well use this break_out_frame code to stop the madness. ... learn more
| ||||||||
| ||||||||
JavaScript Alternatice to Colored Scrollbars | ||||||||
Useful trick for getting those colored scrollbars if you want to have a W3C (w3.org) valid site :) This tutorial explains it all. ... learn more
| ||||||||
| ||||||||
Rotating regular HTML content using DHTML | ||||||||
See how to rotate regular HTML content on your page using JavaScript and DHTML. ... learn more
| ||||||||
| ||||||||
JavaScript for the Total Non-Programmer | ||||||||
This tutorial will take you step by step through the fundamentals of Javascript. You will learn how to write functions, use data from text boxes, create IF-THEN conditionals, program loops, and generally make your web page "smarter." ... learn more
| ||||||||
| ||||||||
Changing Select element content on the fly | ||||||||
This tutorial explains how to change a select element's content using JavaScript, from adding new options to modifying and deleting them. It also shows how to create a 2 level interdependent select list. ... learn more
| ||||||||
| ||||||||
eLouai's Javascript Image Transitions 5 | ||||||||
Dynamically demonstrate on a div and an image the Stretch, ZigZag and Inset transition effects. Requires IE 5.5+ ... learn more
| ||||||||
| ||||||||
Basic array building with javascripting | ||||||||
This is for those new to javascripting. This tutorial will show you how to create a javascript array in the internet browser. ... learn more
| ||||||||
| ||||||||
Javascript Text Box Characters Counter | ||||||||
Here you have an example of how you can display and limit the number of characters an user can insert into an input or a textarea field. ... learn more
| ||||||||
| ||||||||
Ajax 'Suggest' box for HTML Forms | ||||||||
Tutorial explaining how to use Ajax (Asynchronous Javascript and XML) to create a drop-down 'suggest' box for form fields which updates as you type by querying the server in the background. Similar to the 'Google Suggest' application. Full tutorial, code snippets and further reources. And it's free, of course. ... learn more
| ||||||||
| ||||||||
Ajax Cache Busting with Javascript | ||||||||
Browsers are notorious at hanging on tenaciously to cached pages. This problem is evident in Ajax applications when sending XMLHTTPRequest GET requests to Internet Explorer. Even when you use all manner of fancy headers like "Pragma: no-cache" or "Cache-Control: must-revalidate" you'll often find that you receive a cached page rather than a 'live' one. ... learn more
| ||||||||
| ||||||||
Param Visitor Country Geocoder | ||||||||
Param Geocoder enables you to display the visitor's country name and flag anywhere inside your webpage. You either use it in your own website or any hosted blogs like blogger.com, wordpress.com, etc. Param Geocoder can make your site more appealing and friendly to your site visitors as it can show their country name and flag. ... learn more
| ||||||||
| ||||||||
So, You Want To Open A Window, Huh? | ||||||||
This tutorial illustrates a rundown of the many ways to get new windows to pop up when viewers roll into your site. ... learn more
| ||||||||
| ||||||||
Make Your CSS Menus Appear on Top of Forms | ||||||||
You have just finished creating or installing a killer CSS Drop menu for your website. There is only one problem, in IE6 the menu disappears where HTML form elements and Flash layers appear. Form elements and Flash in IE will always cover DHTML layers no matter what zIndex you have set. Here is tutorial on ... learn more
| ||||||||
| ||||||||
Creating JavaScript Rollover Buttons | ||||||||
Assumes absolutely no knowledge of how to use a JavaScript. Covers everything from creation of graphics to generation and application of a script to make a simple navigation bar with rollover effects. ... learn more
| ||||||||
| ||||||||
