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

New Scripts | JavaScript | Tutorials & Tips

Results 321-333 of 333
Pop-up Windows
JavaScript allows you to create (open) new windows. In these windows you can place whatever HTML code you wish, and even have actions in one window effect what is happening in another window. This tutorial explains how to create various types of pop-up windows using JavaScript.
(3 ratings)
Reviews0
PriceFree
Views12367
Date Functions
posted bywebinDate & Time
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 formats using JavaScript.
(10 ratings)
Reviews0
PriceFree
Views7166
Cookies
posted bywebinCookies
A cookie is a way you can store some information about a user visiting your site. The information is stored on the individuals computer, and thus you do not need any extra server space to customize a page for any amount of users you may have. To use Cookies there are two things you need to do, one is set the cookie, and the other is retrieve a cookie you have already set. Here's a brief tutorial on how to use cookies, and a couple of ideas which you can use cookies for.
(13 ratings)
Reviews1
PriceFree
Views8096
Browser Version Control
There are several different browsers and versions out there, thus you, the programmer, do not know what JavaScript capabilities the user has. Insuring that the scripts you write run in most users browser can be done in a few different ways. One way is to ask the user what browser they are using, via JavaScript, and to then program accourdingly. This tutorial shows you how.
(3 ratings)
Reviews0
PriceFree
Views2583
Accessing and validating forms using Javascript
posted byabstractinForms
If you're new to using JavaScript to access forms, this is the tutorial to read. You'll not only learn how to access forms, but validate them as well.
(14 ratings)
Reviews2
PriceFree
Views14065
Tutorial: Introduction to JavaScript
This is an excellent introductory tutorial on JavaScript programming. It covers many essential elements such as Embedding JavaScript, JavaScript Grammar, Variables and data types, Operators, Functions, Objects, Event handlers, and more.
(0 ratings)
Reviews0
PriceFree
Views5256
Andy's Introduction to JavaScript
This is an introductory, easy to follow tutorials on JavaScript. It also includes several advanced JavaScripts such as JavaScript live clock, Image flip, and Drop down menu box.
(0 ratings)
Reviews0
PriceFree
Views6029
So, You Want A Ticker-Tape JavaScript, Huh?
Here, you will learn how to create and configure a framed scrolling text for your page. You can also alter speed of the scrolling text.
(6 ratings)
Reviews0
PriceFree
Views7053
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.
(0 ratings)
Reviews0
PriceFree
Views6328
So, You Want A Remote Control, Huh?
Here's a remote control panel that controls the bigger window. It allows you to open a specific page by clicking anf dragging the link with your mouse. Neat effect (Netscape only).
(3 ratings)
Reviews0
PriceFree
Views4276
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. Main topics include Introducing objects-what JavaScript's made of, Using the document object to explain objects, and Functions and creating your own functions.
(0 ratings)
Reviews0
PriceFree
Views3378
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."
(6 ratings)
Reviews0
PriceFree
Views6626
Coping with Browser Differences
A brief note describing how to write JavaScripts to make them run on as wide a range of browsers as possible.
(3 ratings)
Reviews0
PriceFree
Views3331
Results 321-333 of 333