New Scripts | JavaScript | Tutorials & Tips
Javascript Date Function
posted bytizaginDate & Time
Both the date and time is accessed from the Javascript Date() function. Learn the basics of this functions to add simple date and time information to your website.
Reviews0
PriceFree
Views3263
Functions in JavaScript
posted bybouvilloninIntroduction to JavaScript
A function is a block of code which can be called from any point in a script after it has been declared. It is good programming practice to use functions to modularize your code and to better provide reuse. This article explains benefits of using functions in JavaScript.
Reviews0
PriceFree
Views1423
Javascript Introduction
posted bypixelDepthinIntroduction to JavaScript
A tutorial for beginners wondering what Javascript is, and how to get started. This tutorial covers the very basics.
Reviews0
PriceFree
Views1339
deleteData()
posted bypixelDepthinIntroduction to JavaScript
In this tutorial you will learn how to use deleteData() to delete data from text nodes.
Reviews0
PriceFree
Views1247
getElementById()
posted bypixelDepthinIntroduction to JavaScript
This tutorials shows you how to use the getElementById() method to get a reference to an element in the document.
Reviews0
PriceFree
Views1405
switch()
posted bypixelDepthinIntroduction to JavaScript
A tutorial for beginners to show how to use the switch() statement.
Reviews0
PriceFree
Views1417
Introduction to functions
posted bypixelDepthinIntroduction to JavaScript
In this tutorial we look at the basic use of functions in Javascript.
Reviews0
PriceFree
Views1909
hasChildNodes()
posted bypixelDepthinIntroduction to JavaScript
This tutorial shows you how to use the hasChildNodes() method in Javascript.
Reviews0
PriceFree
Views1513
createDocumentFragment()
posted bypixelDepthinIntroduction to JavaScript
In this tutorial I show you how to create a new document fragment and append new nodes to it before appending it to the document.
Reviews0
PriceFree
Views1343
createTextNode()
posted bypixelDepthinIntroduction to JavaScript
Simple tutorial showing you how to create new text nodes, and also goes into the basics of adding some style.
Reviews0
PriceFree
Views1569
replaceData()
posted bypixelDepthinIntroduction to JavaScript
In this tutorial you will learn how to replace data in a text node.
Reviews0
PriceFree
Views1424
JavaScript Browser Detection
posted byDynamicToolsinMiscellaneous
This article explains why browser detects should be used only as a last resort and shows why using object detection is a better alternative.
Reviews0
PriceFree
Views1733
URL Redirection using JavaScript.
posted byLBWebMediainMiscellaneous
Simple URL redirection made using JavaScript and the window.location() function. Also provided an example how to make URL redirection with time delay, using the setTimeout() function in Java Script.
Reviews0
PriceFree
Views1475
DHTML Popups Explained
posted byWebArticlesinDHTML
Our tutorial site aims to teach all medium or advanced HTML/Javascript coders how to design and develop their own DHTML popups.
DHTML/Ajax popups are very important since they cannot be blocked and they can be enhanced with great visual effects (fading, drop-down, sliding etc).
The site features live and downloadable samples to illustrate our proposed code for each step.
Reviews0
PriceFree
Views2465
DOM Element properties reference
One page reference on the various DOM properties available on an HTML element.
Reviews0
PriceFree
Views1605
Dom Element methods reference
One page reference on the various DOM methods available on an HTML element.
Reviews0
PriceFree
Views1302
Getting the mouse position
posted byDynamicToolsinMouse Tricks
This article shows a simple script to obtain the mouse position from an event.
The script will work all modern browsers and most older browsers too.
Reviews0
PriceFree
Views2332
Using the replace function to implement a replaceAll function.
posted byDynamicToolsinMiscellaneous
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.
Reviews0
PriceFree
Views2174
Expanding banners
posted byoleg.mihalichinDHTML
Surprise your visitors with expanding banners - dynamic and attractive.
Expanding banners don't require much space at your pages so they don't restrict your design but they are able to contain big images that represent all the information you want to tell.
Reviews0
PriceFree
Views2277
Essential Javascript Tips
posted byfarooqaaainMiscellaneous
This is the bunch of good Javascript scripts, they all are much helpful, try them!
Reviews0
PriceFree
Views1152
