Canadian Mind Products in Web Development \ Java & JavaScript
Gets the 4-byte 32-bit binary volume serial number of a Windows disk 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 com.mindprod.volser java.exe com.mindprod.volser.Volser and ensuring nativevolser.dll is on the path, e.g. in the current directory. YOU MUST MANUALLY EXTRACT NATIVEVOLSER.DLL and put it on the path. See path in the Java glossary. To use getVolser, you need three pieces of code in your class: 1. an import, 2. a static init to load the JNI library 3. a call to the getVolser native method i.e. import com.mindprod.volser.Volser; ... static { // get DLL loaded from somewhere on java.library path. System.loadLibrary( "nativevolser" ); // if have troubles change this code to use // System.load( "E:\com\mindprod\volser\nativevolser.dll" ); /** * test harness * * @param args not used */ public static void main( String[] args ) { // Needs drive letter with colon and trailing backslash final int volser = Volser.getVolser( "C:\" ); System.out.println( "4-byte Volume serial number for drive C: is " + Integer.toHexString( volser ) ); } } Volser does nothing much by itself, other than a debugging test harness to demonstrate getVolser method.
AdaptAir LITE is PC/Windows software for mobile publishing. With AdaptAir LITE you can compose and create Java ME content (MIDlets) from text and image files and/or from the internet links, WITHOUT any programming.Creating mobile Java midlets with AdaptAir LITE is as simple as creating PowerPoint...
Code Line Counter Pro - Java Version may be helpful for SQA, Java programmers, project managers and other customers who need an overview of a project source code. This easy-to-use application will help you get detailed reports on the source code.With the help of Code Line Counter Pro you can...
100% Free Java Applets ! Real Freeware These products are NOT Trialware or Evalware - but fully functioning versions which are Free for you to use however you wish, making them truly Freeware products. The Free Applet package includes the following:- Free Scrolling Text Free Tree Menu Free Java...
Loan Calculator provides an easy-to-use solution for webmasters wanting to give their site visitors an opportunity to calculate mortgage payments and funding options for home purchases or refinancing. This free program is available for download and can be used on the desktop or on servers for...
JavaScript Spell Check is the spell checking component for JavaScript. JavaScript Spell Check. Extends your Website with : - Spell Check Website Forms and Variables - Ajax Spell Checking - Real-Time Spelling Valiation. JavaScriptSpellCheck is a comprehensive spell checking component...
JavaScript menu/CSS menu builder that lets you create any kind of popup or drop-down menu for websites, without programming effort required! Use plenty of stylish themes to easily build SEO-friendly web menus, CSS menus, sliding menus, mega drop-down menus, responsive menus etc. that work alike...
This is a very easy-to-setup form validation script. The main idea is: you heed to write NOTHING of JavaScript code to handle whole form validation process. This script allows you to specify certain form elements as "required" or "non-required" and also what specific type they...
Create a search engine to search within your own website. Many visitors to your website are usually looking for specific information. If they have to take too much time to find what they want, you will lose some of them.Search Engine Builder is specifically designed to help with that problem. It...
PD4ML is a powerful PDF generating tool uses HTML and CSS as page layout and content definition format. Written in 100% pure Java, it allows users to easily add PDF generation functionality to end products.PD4ML is encapsulated in an easy-to-deploy set of JARs and it does not rely on any unsafe...
Stop theft of your JavaScript sources!Javascript Obfuscator converts JavaScript source code into a scrambled and completely unreadable form, preventing analysis and theft. Javascript Obfuscator can: * process javascript tags in html files and all .js files associated with html pages as well...