Includes classes to let you copy, download and upload files from within a Java program. Also contains a command-line utility to download files. Fully commented Java source is provided. It is now comes in four parts, MiniFileTransfer, FileTransfer and MaxiFileTransfer, Download depending on how much functionality you require. Now supports copying members in local jar files. Usually you embed these classes in your own program.
Enhance your website with Deluxe JavaScript Menus! Deluxe Menus are the professional solution that allows webmasters to create superior DHTML navigation systems for their web sites. 60+ great visual effects, floating, drag-n-drop, scrolling, flat, 3d, XP, Vista menu styles, animated icons and arrows, unlimited submenus and more. Create a cross-browser, search engine friendly, fast-loading web interface of any desired complexity and appearance.
Amazing Slider is an easy-to-use Windows & Mac app for creating beautiful, professional, responsive jQuery Slider, jQuery Video Gallery and WordPress Slider Plugin. The application comes with awesome transition effects: Fade, Cross Fade, Slide, Slice, Blinds, 3D, 3D Horizontal, Blocks and Shuffle. Each effect can be further customised to meet your own needs. The pre-made skins can give your slider a professional and unique looking.
This Addin is a bridge to the AllWebMenus JavaScript menu/CSS menu builder that lets you create any kind of popup/drop-down menu for your Expression Web websites, without any programming required! Use plenty of stylish themes (200+) to easily build cross-browser, SEO-friendly html menus (Section 508/WAIG), AJAX menus, DHTML menus, sliding menus, mega drop-down menus etc. Use multiple rows/columns, themes, RTL support, easy positioning and more!
Customize your window property for a perfect fit and proper location. These popup windows are totally transparent to any "popup stopper" programs. Used for creating DHTML popups and DHTML adverts, as well as content management systems, giving helpful hints and information, link to other web sites and web pages, email sign-up/opt-in forms, newsletter subscriptions and much more for their websites.
JDisplay displays Java, HTML, bat, SQL, ini, csv, xml, mftl properties... files a variety of colours, fonts, sizes and weights to help make them more presentable. Why would you use it? For the same sorts of reasons you use colours and fonts in an IDE like IntelliJ or Eclipse. They make the code much easier to understand. There is no server-side code used.
Little-endian replacements for DataInputStream, DataOutputStream and RandomAccessFile. They work just like DataInputStream, DataOutputStream and RandomAccessFile except they work with little-endian binary data. Normally Java binary I/O is done with big-endian data, with the most significant byte of an integer or float first. Intel and Windows 95 tend to work with little endian data in native files.
The AllWebMenus Modal Windows Addin enables your menus to open "JavaScript modal windows", created easily through the interface of "Likno Web Modal Windows Builder". This separate product supports all browsers, dynamic content, many opening/closing effects, colors, styles, slideshows, flash, image galleries, thumbnails, auto-play, videos, automatic opening "on page load" and more! jQuery modal dialogs can now be added to your menus easily!
Java Keystroke and Mouse Event Tutor / Keyboard Diagnostic. Application to let you experiment to learn how mouse and keystroke events work. Output appears on the console. Just click the mouse or hit keystrokes and watch what details of the events generated.
Java classes to include in your programs. Includes: HTMLArrayComparator.java compares two arrays of Strings of HTML, ignoring embedded tags. HTMLComparator.java compares two Strings of HTML, ignoring embedded tags. StringComparator.java compares two Strings, case sensitive. StringComparatorIgnoreCase.java compares two Strings, case insensitive. See mindprod.com/jgloss/comparators.html for general information on using comparators.
Wavelength creates Color objects given the wavelength or the 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. Use frequency in Terahertz with fColor.