Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type
By Technology

Most Popular Scripts | JavaScript | Tutorials & Tips

Results 101-120 of 333
Writing Classes in Javascript
Writing classes in JavaScript doesn't give full functionality of an object oriented language, but it at least gives data hiding and encapsulation which are very useful specially when JavaScript is not a strongly typed language. It is very useful in cases when you need to handle multiple objects , instead of having arrays for all kinds of variables and then managing those arrays in methods you can just write a class to handle one object and then make many instances of that class. This also gives the name space resolution to the variables so that you can avoid using global variables and still use variables across procedures.
(6 ratings)
Reviews0
PriceFree
Views1859
Rotating regular HTML content using DHTML
posted bywsabstractinDHTML
See how to rotate regular HTML content on your page using JavaScript and DHTML.
(6 ratings)
Reviews0
PriceFree
Views4382
How to pass values from one field to other fields using Javascript
posted bychangdonginForms
One of the big questions people have is how they can pass values from fields to others fields.
(4 ratings)
Reviews1
PriceFree
Views2950
Offering Automatically Updating Syndicated Articles
This tutorial explains an easy method of offering an automatically updated html file to other sites. I have taken the example of an article but the same theory could be applied to other content such as tutorials, images or news.
(4 ratings)
Reviews1
PriceFree
Views5120
JavaScript primer
So what is JavaScript? Is it Java? What does it do? Is it difficult to learn? These questions will all be answered in this tutorial, and more. Jump start your JavaScript endeavor here.
(4 ratings)
Reviews1
PriceFree
Views3127
JavaScript Tips, Tricks, and Techniques - Beginner to Advanced
Often hard-to-find JavaScript tips, tricks, and techniques that every webmaster should know for day-to-day problem solving. Window control, sizing, and management; page refreshes, rules for naming JavaScript variables, scrollbar control, redirects, page scrolling, and more. Complete with code snippets, frequent new additions.
(4 ratings)
Reviews1
PriceFree
Views3673
Capture Events in Javascript
This code snippet helps you in capturing events in both the most popular browsers ie., Firefox and IE to ensure that it works on most of the browsers available in the market. Hope this helps someone.
(3 ratings)
Reviews0
PriceFree
Views1264
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.
(3 ratings)
Reviews0
PriceFree
Views2105
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.
(3 ratings)
Reviews0
PriceFree
Views1685
Getting window size and scroll bars position in JavaScript/DHTML
posted bysupportinDHTML
The article describes the reliable method of getting window size and scroll bars position in JavaScript
(3 ratings)
Reviews0
PriceFree
Views3971
Getting global and external style sheet values in DHTML
posted bywsabstractinDHTML
This useful tutorial looks at how to use DHTML to retrieve property values of global and external CSS.
(3 ratings)
Reviews0
PriceFree
Views1908
Dreamweaver Behaviors
Use the Dreamweaver behaviors panel to create jump menus, swap images, pop-up windows, play sound, validate forms and more. Add interactivity to your site with Dreamweaver behaviors.
(3 ratings)
Reviews0
PriceFree
Views2501
Audio Player made with PhoneGap and jQuery Mobile
From this tutorial you will find out how to play and record files from your device. After reading this tutorial you will be able to build your own Audio Player and Audio Sound Recorder using PhoneGap and jQuerry Mobile.
(3 ratings)
Reviews0
PriceFree
Views551
Getting the mouse position
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.
(3 ratings)
Reviews0
PriceFree
Views1907
An introduction to JavaScript
An introduction to JavaScript, how it was born, what is it good for, different types and versions of this scripting language, and the compatibility between it and the browsers.
(3 ratings)
Reviews0
PriceFree
Views1858
Table Border Styles
An simple introduction to creating different border styles for your tables. Including border sizes, colours and types.
(3 ratings)
Reviews0
PriceFree
Views2388
JavaScript: Password Protected Content with Redirect Page
posted byjackinSecurity
If the password does not match case or is invalid the material on the page is secured. This is poor man's simple security. You want to use something robust for sensitive information. This will keep most out, but probably not the ones you really wanted to stay away. You want to add another script to protect the source of your files, too.
(3 ratings)
Reviews0
PriceFree
Views4406
Using External JavaScript to Create Dynamic Content
posted byjackinRandomizing
Create the script once and reference in any number of ways. The example goes into Date Stamps, News, Quotes, etc. One file to update and one line to include in the HTML page. You can use this as a fake Server-Side Includes to create site navigation. You update the one .js file to alter navigation.
(3 ratings)
Reviews0
PriceFree
Views4402
Browser detection using JavaScript's navigator object
Learn how to use the navigator object of Javascript to detect the browser type and version of your visitors.
(3 ratings)
Reviews0
PriceFree
Views6072
Simple jQuery Tooltip by Allembru
This is a very basic tooltip using CSS and jQuery. The goal of this tooltip was to make something rich looking without all of the weightyness of most designer tooltips. The weight of this tooltip script comes within the CSS and only a few lines of jQuery to facilitate the opening and closing of the tooltip. Simple jQuery Tooltip does not use any images, only css to style the entire tooltip and is cross-browser compatible tested using Chrome, IE9 and Firefox.
(3 ratings)
Reviews0
PriceFree
Views486
Results 101-120 of 333