Categories
Tags → Write Javascript

PopUpNow!

PopUpNow! is a tool which allows you to create Popup windows for your webpages easily.PopUpNow! generates all the JavaScript code so you don''t need to write it yourself anymore.Just some mouse clicks and your popup will be ready to go. You can ...
DETAILS

How to Do Everything with JavaScript

This friendly, solutions-oriented guide is filled with step-by-step examples that illustrate how to write basic to advanced JavaScript applications, as well as modify existing scripts to suit individual needs. Each chapter begins with the specific ho...
DETAILS

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.
DETAILS

AntiSpambotMailto()

CGI mailto forms provide the ultimate level of protection from spambots. However, unless you need that for other reasons such as database transactions, mailto links have the great advantage of ensuring that you receive the sender''s correct emai...
DETAILS

Komodo IDE

ActiveState''s Komodo IDE 4 helps developers create great applications using dynamic languages and open technologies. Award-winning tools for debugging, code intelligence, visual code navigation, and the regular expression toolkit help developer...
DETAILS

Update Price of Selected Item

This JavaScript shows how to update a text component of a form on a selection change in the same form. It uses the event onchange to trigger the javascript function to go see what is selected and look up the price for that selection. Its design allo...
DETAILS

Write New Window - Close Opener

This JavaScript example shows how to open up a new window, and write the new page. The contents of the new window/new page contain the logic necessary to close the window that opened it up (opener is the object). It is necessary to open and close the...
DETAILS

Storing Data in the Client

One of the things that all programmers love is to write a program which writes another program. On the web we have two different programming environments: the client (browser) and the server. Due to the HTTP protocol definition we can write a program...
DETAILS

JScriptEncrypt

This JavaScript library provides encryption for Web pages using simple, text-oriented method called column transposition. The idea is to write the plain text in block on the row-first bases. The text is then read column-first. The trick is in that th...
DETAILS

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 i...
DETAILS

Page:
©2003-2008 jCay.com