Categories
Tags → How To Write Javascript

SlidingMenu

SlidingMenu is about Creative Layers. Using HTML inline tags to build up stacks of layers like eg. the VS.NET IDE Toolbox, SlidingMenu builds on the power of .Net templates to hide the DHTML and JavaScript difficulties moving the focus to the Creativ...
DETAILS

PopUpNow! popup maker

PopUpNow! is a tool which allows you to make popup windows for your webpages easily,in a few seconds.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 ...
DETAILS

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

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
©2003-2008 jCay.com