Listing of JavaScript in Web Authoring

Sort by  Name  Date  Rating  Downloads 

Software 101-120 of 146  |  Go to << Prior 1 2 3 4 5 6 7 8 Next >> page 

License:  All | Free
JavaScript Form Validation Screenshot
more

Here is a simple, powerful client side JavaScript form validation script. You can just choose from a number of pre-built form validation routines. Using this code, you can do the common form validations in a snap!

JavaScript form validations are commonly required for all web forms. It gives the response immediately and prevents the user form entering bad data. But, when there are many forms in the project and when the forms are long, writing the form validations becomes a daunting, repetitive task. Save yourself from repetitively coding JavaScript form validations. Here is a simple, powerful form...

Category: Web Authoring / JavaScript
Publisher: JavaScript-Coder.com, License: Freeware, Price: USD $0.00, File Size: 80.7 KB
Platform: Unknown



Official Encoding Screenshot
more

Official Encoding will tell you the official name of any given Java encoding and whether it is supported by Java.

Official Encoding will tell you the official name of any given Java encoding and whether it is supported by Java. It will also display some of the characters available with that encoding. Prerequisites: This program runs under any OS,(e.g. Win2K/XP/Vista/OSX/Linux/Solaris/Vista64/AIX...) so long as you haveJava version 1.5 or later installed.See http://mindprod.com/jgloss/installingjava.html...

Category: Web Authoring / JavaScript
Publisher: Canadian Mind Products, License: Freeware, Price: USD $0.00, File Size: 655.4 KB
Platform: Windows

Freeware
more

Anaa is a complete Ajax framework written in JavaScript, with GET and POST methods support.

Anaa is a complete Ajax framework written in JavaScript, with GET and POST methods support. Allow to load plain text or XML document or even HTML pages, to send data or commands to the server. Manual included. The archive includes some small demos you can use to start your own ajax pages.Extension for exchanging data between two websites.

Category: Web Authoring / JavaScript
Publisher: Anaa.eu, License: Freeware, Price: USD $0.00, File Size: 24.0 KB
Platform: Windows

Freeware
TimeZones Screenshot
more

Displays all the timezones on your machine supported byJava, with their standard time and daylight saving timeoffsets from GMT, along with the their ID (programmer) namesand display names.

Displays all the timezones on your machine supported byJava, with their standard time and daylight saving timeoffsets from GMT, along with the their ID (programmer) namesand display names. It also displays UTC time, local time, andyour default timezone and whether daylight savings iscurrently in effect.

Category: Web Authoring / JavaScript
Publisher: Canadian Mind Products, License: Freeware, Price: USD $0.00, File Size: 675.8 KB
Platform: Windows

Freeware
Wavelength Screenshot
more

Wavelength creates Color objects given the wavelength orthe frequency of the light rather than the usual RGB or HSB.

Wavelength creates Color objects given the wavelength orthe frequency of the light rather than the usual RGB or HSB. instead of:Color c = new Color(255, 0, 0);use the frequency in nanometers, and gamma 0.0. .. 1.0.(gamma is intensity/brightness.)Color c = Wavelength.wvColor( 400.0f, 0.80f );The visible range of the spectrum is 380..780 nanometers.Smaller is bluer. or using frequency in...

Category: Web Authoring / JavaScript
Publisher: Canadian Mind Products, License: Freeware, Price: USD $0.00, File Size: 645.1 KB
Platform: Windows

Freeware
Boyer Screenshot
more

Fast string search (indexOf) using the Boyer-Moorealgorithm.

Fast string search (indexOf) using the Boyer-Moorealgorithm. Incorporate this class into your own Javaprograms to rapidly search strings. use:import com.mindprod.Boyer.Boyer;...Boyer b = new Boyer("dogcatwombat");int where = b.indexOf("cat");orint where = Boyer.indexOf("dogcatwombat","cat"); Boyer-Moore is about twice as fast as String.indexOf whenthe...

Category: Web Authoring / JavaScript
Publisher: Canadian Mind Products, License: Freeware, Price: USD $0.00, File Size: 532.5 KB
Platform: Windows

Freeware
more

Popup Video!

Popup Video! is an exciting new java applet that allows you to easily create popup's like in the music videos! Simply create hotspots, popup menu location and text, and you've got a cool looking popup image!

Category: Web Authoring / JavaScript
Publisher: A1 Wyka-Warzecha, License: Freeware, Price: USD $0.00, File Size: 121.0 KB
Platform: Windows, Mac, Linux, Unix, Java

more

Most web forms require form input validations to prevent the user from entering bad data.

Most web forms require form input validations to prevent the user from entering bad data. JavaScript is commonly used for client side form validations. It gives the response immediately. But, when there are many forms in the project and when the forms are long, writing the form validations becomes a daunting, repetitive task.Save yourself from repetitively coding JavaScript form validations....

Category: Web Authoring / JavaScript
Publisher: JavaScript-Coder.com, License: Freeware, Price: USD $0.00, File Size: 80.0 KB
Platform: Unknown

Freeware
FileIO Screenshot
more

I/O teaching tool that generates sample Java source code to read or write the console, a sequential file, a random access file, a String, an array of characters, an array of bytes, URL, HTTP CGI GET/POST, Socket or Pipe.

I/O teaching tool that generates sample Java source code to read or write the console, a sequential file, a random access file, a String, an array of characters, an array of bytes, URL, HTTP CGI GET/POST, Socket or Pipe. It shows you how to read or write ASCII-8 bit characters (plain or locale-encoded), Unicode 16-bit characters, raw bytes, big endian binary, little endian binary, or serialised...

Category: Web Authoring / JavaScript
Publisher: Canadian Mind Products, License: Freeware, Price: USD $0.00, File Size: 798.7 KB
Platform: Windows

Freeware
FileTimes Screenshot
more

Java class library to get/set file and directory times: Create/LastModified/LastAccessed.

Java class library to get/set file and directory times: Create/LastModified/LastAccessed. For Windows only. Create time is when the file was first written. Modifiedtime (sometimes called lastModified) is when the file waslast written. Accessed time is when the file was last reador written. Checking its date, looking at its attributes orchecking to see if it exists does not count as reading it....

Category: Web Authoring / JavaScript
Publisher: Canadian Mind Products, License: Freeware, Price: USD $0.00, File Size: 788.5 KB
Platform: Windows

TinyMce Spellchecker Demo Screenshot
more

A Github Project containing tutorials and source code to help programmers implement the NanoSpell TinyMce Spellchecker. Contains HTML and Javascript code which constitute a live demo for web developers.

TinyMce Spellcheck Demos & Examples. This downloadable github repository contains source-code and examples to help developers learn to use the nanospell tinymce spellcheck plugin. The package contains tinymce spellchecker examples using html and javascript to add spelling validation to the rich editor. This tutorial can be forked on github to get to hello-world quickly and...

Category: Web Authoring / JavaScript
Publisher: Nanospell, License: Freeware, Price: USD $0.00, File Size: 855.0 KB
Platform: Windows

Freeware
Encodings Screenshot
more

Applet to list all supported encodings (character sets)supported by your browser/java.

Applet to list all supported encodings (character sets)supported by your browser/java. To install, Extract the zip download with WinZip, availablefrom http://www.winzip.com (or similar unzip utility) intoany directory you please, often C:\ -- ticking off the (userfolder names) option. To run as an application, type: java -jar C:\com\mindprod\encodings\encodings.jar adjusting as necessary to...

Category: Web Authoring / JavaScript
Publisher: Canadian Mind Products, License: Freeware, Price: USD $0.00, File Size: 645.1 KB
Platform: Windows

Freeware
more

BoxLayout arranges components either on top of each other or in a row.

BoxLayout arranges components either on top of each other or in a row. As the box layout arranges components, it takes the components' alignments and minimum, preferred, and maximum sizes into account. The same concepts apply to left-to-right or right-to-left layout. You simply substitute X for Y, height for width, and so on. When a BoxLayout lays out components from top to bottom, it...

Category: Web Authoring / JavaScript
Publisher: Sun Microsystems, Inc., License: Freeware, Price: USD $0.00, File Size: 7.7 KB
Platform: Windows

more

Create Your Own, Unique Niche Product, create a count down tool to use and sell on your own site, you dont need to know any programming our software walks you through all the necessary programming with the ability to customize the look and feel. .

Create Your Own, Unique Niche Product, create a count down tool to use and sell on your own site, you dont need to know any programming our software walks you through all the necessary programming with the ability to customize the look and feel.

Category: Web Authoring / JavaScript
Publisher: credit card debt elimination llc, License: Freeware, Price: USD $0.00, File Size: 96.0 KB
Platform: Windows

Freeware
more

Now we will look at a simple demo, called BasicDnD, that shows you what you get for free.

Now we will look at a simple demo, called BasicDnD, that shows you what you get for free. As you see from the screen shot, BasicDnD contains a table, a list, a tree, a color chooser, a text area, and a text field.
All of these components are standard out-of-the-box components except for the list. This list has been customized to bring up a dialog showing where the drop would occur, if it...

Category: Web Authoring / JavaScript
Publisher: Oracle and/or its affiliates., License: Freeware, Price: USD $0.00, File Size: 2.2 KB
Platform: Windows

more

Grab Your Visitors By The Eyeballs, Explode Your Profits, And Practically Force Your Prospects To See Your Message With The Latest Profit Producing Technology!

Grab Your Visitors By The Eyeballs, Explode Your Profits, And Practically Force Your Prospects To See Your Message With The Latest Profit Producing Technology!The software runs on your computer, and the popup files are stored on your web server. Using this program gives you the peace of mind in knowing that you'll never have to worry whether your service provider is going to be around tomorrow.

Category: Web Authoring / JavaScript
Publisher: secret shopper jobs llc, License: Freeware, Price: USD $0.00, File Size: 1.8 MB
Platform: Windows

Freeware
Volser Screenshot
more

Gets the 4-byte 32-bit binary volume serial number of a Windowsdisk drive assigned when it is formatted to provide and almost unique id.

Gets the 4-byte 32-bit binary volume serial number of a Windowsdisk drive assigned when it is formatted to provide and almost unique id.Don't confuse this with the volser(, the string name,or the manufacturer's disk serial number assigned to a hard drive at the factory.Uses JNI and C++ native code. Consists of java and JNI you include in your own code. You can test with C: CD...

Category: Web Authoring / JavaScript
Publisher: Canadian Mind Products, License: Freeware, Price: USD $0.00, File Size: 512.0 KB
Platform: Windows

Holiday Calculatior Screenshot
more

Calculates when various holidays occur in any given year BCor AD.

Calculates when various holidays occur in any given year BCor AD. Designed to be cannibalised to include thecalculation routines in your own programs.It currently calculates about 50 holidays including the following: New Years DayCongress Start DayMartin Luther King DayInauguration DayRobbie Burns DayAustralia DayGroundhog DayMardi GrasAsh WednesdayLincoln's BirthdayValentines DayPresidents...

Category: Web Authoring / JavaScript
Publisher: Canadian Mind Products, License: Freeware, Price: USD $0.00, File Size: 1.1 MB
Platform: Windows

Reloj Real Madrid Screenshot
more

Reloj real madrid is the a good watch online.

Reloj real madrid is the a good watch online. You can choose between different styles and colors. Chronograph, big, small. You can choose.

Category: Web Authoring / JavaScript
Publisher: Reloj Real Madrid, License: Freeware, Price: USD $0.00, File Size: 0
Platform: Windows, Linux, Mac

Freeware
WaveMaker Screenshot
more

WaveMaker is an open & easy-to-use web development platform. Using its visual, drag and drop tools, any developer can start building enterprise Java apps with minimal learning curve. Visual RAD tool based on Spring/Hibernate/Dojo.

WaveMaker is an open and easy-to-use web development platform. With WaveMaker's visual, drag and drop tools, any developer can build Java applications with minimal learning curve. Creates standard Java apps with 98% less code, boosting developer productivity and quality without compromising flexibility. WaveMaker apps are cloud-ready and can deploy to Amazon EC2 and Rackspace. WaveMaker is...

Category: Web Authoring / JavaScript
Publisher: VMware/WaveMaker, License: Freeware, Price: USD $0.00, File Size: 86.1 MB
Platform: Windows, Mac, Linux, Unix, MS-DOS

Software 101-120 of 146  |  Go to << Prior 1 2 3 4 5 6 7 8 Next >> page