Active Articles: 2038
Total Categories: 16
Sub Categories:616
Sliding JavaScript Banners | ||||||||
This 10-page tutorial shows how to create an animated news scroller in JavaScript along with several very useful DHTML techniques. Main topics covered: Specifying the banner's position, Using external JavaScript files, How to configure the banner, Assigning the banner's messages to an array, How to initialize the banner, Creating the banner's elements, How to fill ... learn more
| ||||||||
| ||||||||
Go-social - easy social bookmarking | ||||||||
Needless to say, social bookmarking is one of the best ways to drive traffic to your website nowadays. The power of bookmarking services comes from simplicity of their use and easy accessibility. Some people speak about importance of social media optimization (there’s a nice post on it) and you have all grounds to believe them. Since ... learn more
| ||||||||
| ||||||||
eLouai's Drag and Drop script | ||||||||
An extremly simple and useful script for implementing a cross browser drag and drop game (IE 4+, NN 6+, Firefox). Place code in the header and simply append all images that are draggable with the class name (class="dragme"). That's it! ... learn more
| ||||||||
| ||||||||
dHTML drop down menu tutorial v2 | ||||||||
A cross-platform, cross-browser drop-down menu system with tutorial. Works on version 4+ browsers. Easy to set up and configure. Includes submenus, and side menus ... learn more
| ||||||||
| ||||||||
Introduction to JavaScript loops | ||||||||
One of the most essential parts of the programming language is the ability to repeat some common action. This is called a loop or a cycle. You can find more details in this tutorial. ... learn more
| ||||||||
| ||||||||
Manipulating a XML file using DHTML | ||||||||
In this tutorial, we look at using DHTML to retrieve and display a XML file. This is useful when you need a client side method of including XML files on your webpages. ... learn more
| ||||||||
| ||||||||
Set Focus to First Available Form Control | ||||||||
Sometimes it is necessary to set the focus to the first available form control. The problem is that complex web pages can contain multiple forms and each form individually can contain hidden or disabled elements and controls that cannot accept focus. In this tutorial we will create a function which iterates through all forms until ... learn more
| ||||||||
| ||||||||
Introduction to Java Script | ||||||||
In this Java Script tutorial you will learn about Introduction to Java Script, Origin of Java Script, Need of Java Script, Differences between Java and Java Script and Uses or Advantages of Java Script.Java Script was developed by Netscape by a person named as Brendan Eich. Though it was introduced as a client0side scripting languge ... learn more
| ||||||||
| ||||||||
Delete Warning | ||||||||
Javascript that alert users when clicking on sensitive links (like delete or update links). You can customize the message with option to continue or cancel. Works great with PHP, ASP, and Perl administration sites. ... learn more
| ||||||||
| ||||||||
Java Script Date Object | ||||||||
We saw in previous section the String Object of Java Script. Now in this section let us see another object of Java Script mentioned earlier in our sections namely the Date Object. ... learn more
| ||||||||
| ||||||||
Understanding Session-only Cookies | ||||||||
Learn about session-only cookies in JavaScript, and how they can help your scripts retain information even after the page is reloaded or cleared. ... learn more
| ||||||||
| ||||||||
Javascript Disable Right Click | ||||||||
If you have quality content on your webpage and want to prevent people stealing your resources, you can add this script to disable the right-mouse click. ... learn more
| ||||||||
| ||||||||
Introductory Guide to Regular Expressions | ||||||||
Comprehensive tutorial on Regular Expressions written in a gentle, easy to follow style. ... learn more
| ||||||||
| ||||||||
Defining arrays using literal notation | ||||||||
Literal notation is a new way of defining arrays in JavaScript that's extremely flexible and robust. Learn about literal notation in this tutorial. ... learn more
| ||||||||
| ||||||||
Educadito v.js | ||||||||
A simple function to greet the user, according to the hour. Comments in spanish. Happy hacking! ... learn more
| ||||||||
| ||||||||
Slide Show Script Tutorial | ||||||||
Explains how to write a very simple slide show script. Clicking the currently displayed image advances to the next image. ... learn more
| ||||||||
| ||||||||
Creating a JavaScript image slideshow | ||||||||
Learn how to implement an image slideshow in JavaScript, along with making each slide "clickable". ... learn more
| ||||||||
| ||||||||
Selective printing | ||||||||
Separate CSS rules assigned to print media type, helps printing designated parts ... learn more
| ||||||||
| ||||||||
JavaScript and Object Oriented Programming | ||||||||
JavaScript may not be known for its object oriented properties, but it does support most of the features required to be considered an Object Oriented language. See how to write OOP code in JavaScript. ... learn more
| ||||||||
| ||||||||
JavaScript Regular Expressions guide | ||||||||
Regular expressions are a powerful tool for performing pattern matches in Strings in JavaScript. This is a comprehensive guide and reference on JS regular expressions. ... learn more
| ||||||||
| ||||||||
