Home > By category > Web Development > Java & JavaScript
Sort by : Name|Date|Downloads|Rating|

Listing of Java & JavaScript in Web Development

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.

  • Platform: Windows
  • Boyer
  • License: Freeware
  • Price: 0.00
  • Rating

Fast string search (indexOf) using the Boyer-Moore algorithm. Incorporate this class into your own Java programs to rapidly search strings. use: import com.mindprod.Boyer.Boyer; ... Boyer b = new Boyer("dogcatwombat"); int where = b.indexOf("cat"); or int where = Boyer.

  • Platform: Windows

JPCSP is the first PSP emulator that is written in JAVA. Most people think java is too slow. But Shadow and his team has proven us wrong. The newest Java versions are almost as fast as C which makes it very interesting for emu dev's. Shadow and his team are working day and night with pleasure on the emu, many coders have dedicated to the project.

  • Publisher: jpcsp Team
  • Date: 09-06-2012
  • Size: 10650 KB
  • Platform: Windows

SplineTech JavaScript HTML Debugger is the independent standalone award-winning JavaScript Debugger that enables you to easily edit and debug JavaScript and VBScript inside HTML and DHTML pages. Client-Side JavaScript, JScript and VBScript debugging languages are fully supported for simple and complex HTML and DHTML debugging scenarios.

  • Platform: Windows

JavaScript-producing design tool for creating horizontally and vertically scrolling images on Web pages. The script can be customized highly and easily through the SCP(Script Configuration Program). You can specify size, image, color, link and much more to script.

  • Platform: Windows

The XML Menu Suite contains Rounded Menu Maker and Fast Menu Maker. Both programs allow you to create powerful, attractive, and feature-filled DHTML menus using XML or traditional JavaScript data. Both menus are styled with CSS..

  • Publisher: XmlMenu.com
  • Date: 05-06-2012
  • Size: 2181 KB
  • Platform: Windows

Baeumartiges Menue leicht mit Sothink Baum Menue erstellen! Sothink Baum Menue kann mit den meisten Browsern, wie IE 7, Oper 9 und Firefox 2 kompatibel sein, und unterstuetzt Windows Vista (SP1). Es funktioniert mit nahtlos Dreamweaver, Expression Web, Frontpage und Golive als Add-Ins.

  • Platform: Windows

Drop down menus are a really convenient way to fit a large menu into a really small initial space. One of the biggest challenge to web designers is finding ways to place a lot of information on a page without losing usability. Dropdown menus with the unlimited number of submenu levels is a great way to handle this issue and has been widely used on blogs recently.

  • Platform: Windows

AndroChef Java Decompiler is Windows decompiler for class, jar, apk and dex files. It reconstructs the original source code from the compiled binary CLASS files (for example Java applets). AndroChef Java Decompiler is able to decompile the most complex Java 6 binaries, producing accurate source code.

  • Platform: Windows

Easy configurable DHTML JavaScript combo box with Ajax support, autocomplete functionality and wide cross-browser compatibility. Features include type-ahead, keyboard support and ability to display images in the dropdown list. dhtmlxCombo can be easily converted from existing HTML SELECT or populated with JavaScript.

  • Platform: Windows

The AllWebMenus Modal Windows Addin enables your menus to open "JavaScript modal windows", created easily through the "Likno Web Modal Windows Builder" (separate product). The rich/powerful interface of the "Likno Web Modal Windows Builder" should be used to create these jQuery modal windows that support all browsers, dynamic content, many opening/closing effects, colors, styles, slideshows, image galleries, thumbnails, auto-play, videos, automatic opening "on page load" & more! jQuery modal dialogs can now be added to your menus with minimal effort! Major Features: * Rich/powerful interface! * Display information when visitors click on page elements of your choice or even on page load! * Use simple text, HTML code, images, videos, flash or whole pages as the content of your jQuery Modal Windows.

  • Platform: Windows

PMVR is a Java applet that displays 360 degree panoramic images in a web page and in full screen mode (great performance, even on 2560x1600 displays) - a great alternative to QTVR (QuickTime VR) for creating large multi-node virtual tours. PMVR was designed to be small, fast, and multi-platform.

  • Publisher: Duckware
  • Date: 13-05-2012
  • Size: 7291 KB
  • Platform: Windows
  • Base64
  • License: Freeware
  • Price: 0.00
  • Rating

Base64 is a freeware way of encoding 8-bit characters using only ASCII printable characters similar to UUENCODE. UUENCODE embeds a filename where BASE64 does not. You will see BASE64 used in encoding digital certificates, in encoding user:password string in an Authorization: header for HTTP.

  • Platform: Windows

Aptana Studio is a complete web development environment that combines powerful authoring tools for HTML, CSS, and JavaScript, along with thousands of additional plugins created by the community. Studio Highlights Unified Editing for Web Apps Aptana Studio's editors provide world-class HTML, CSS, and JavaScript code completion, reference, and validation at your fingertips.

  • Platform: Windows

This is a pair of library classes to include in your own code for manipulating ArrayLists. It consist of two classes: SortedArrayList and Merge. SortedArrayList is an ArrayList that remembers how it is sorted, so that if you ask it to sort, it can sometimes bypass the work when it is already in order.

  • Platform: Windows

JavaScript Image Slider Platinum is a JavaScript-producing design tool for creating scrolling images on Web pages. The script can be customized highly and easily through the SCP(Script Configuration Program). You can specify size, image, color, link and much more to script.

  • Platform: Windows

NetBeans IDE is much more than a Java IDE: We designed NetBeans IDE as a modular developer tool for a wide range of development tasks. The base IDE includes an advanced multi-language editor, debugger and profiler integration, file versioning control, and unique developer collaboration features.

  • Platform: Windows
  • JDisplay
  • License: Freeware
  • Price: 0.00
  • Rating

JDisplay displays Java, HTML, bat, SQL, ini, csv, xml, mft properties... files a variety of colours, fonts, sizes and weights to help make them more presentable and readable. Why would you use it? For the same sorts of reasons you use colours and fonts in an IDE like IntelliJ or Eclipse.

  • Platform: Windows

NaviCoder is a Java IDE that runs on Windows which enables programmers to create, navigate, modify, and debug code faster and more accurately. NaviCoder can be used in conjunction with different Java Developer Kits by configurating JDK profiles. NaviCoder features an intuitive interface and provides a wide range of features: fast opening, rapid response times, customizable user interface, project management, wizards, class viewer, package viewer, tabbed documents and remote debugging.

  • Platform: Windows
  • Entities
  • License: Freeware
  • Price: 0.00
  • Rating

Consists of a pair of utilities that let you convert/strip/insert HTML/XML/XHTML entities such as _&- and _& from files converting them back and forth to their equivalent single characters !& and !&. It handles the HTML 4 entities such as _hearts; as well as decimal _#123; and hexadecimal _x#123; entities.

  • Platform: Windows
  • HunkIO
  • License: Freeware
  • Price: 0.00
  • Rating

Java classes to include in your own programs. They let you read or write a file in one fell swoop into RAM. It also includes createTempFile method that is more convenient to use than Sun's File.createTempFile. It also includes PrintWriterPlus that converts linefeeds to platform specific line feeds even when they are embedded in data.

  • Platform: Windows
  • Sound
  • License: Freeware
  • Price: 0.00
  • Rating

Sound lets you mathematically create sounds in Java. You define your sounds in terms of 16-bit linear code for the waveform, -- an array of samplings. The U_Law.class will then convert that to (or from) *.AU mu-law 8-bit encoding format which you can then play with AudioPlayer.

  • Platform: Windows

Flyout menu plays important role in the creation of an effective and user friendly site. HTML5 Vertical Menu will be an essential part in this case and it can fit to any web design. Transition easings effects and beautiful hover animations provide the menu with great appearance.

  • Platform: Mac OS X, Mac Other, Win7 x32, Win7 x64, WinOther, WinVista, WinVista x64, WinXP, Other

Remember the days when website images were static and lifeless? Not any more! Magic 360 brings images to life by spinning them round to show them from all angles in 360 degrees. Customers can view every part of your products, almost as if they were in a shop actually holding the product.

  • Platform: Not Applicable

Show me the detail! Customers like to see your products up-close to feel the confidence to buy online. That's what Magic Magnify is all about. This Flash zoom tool reveals every detail of your products to your customers. Simply hover over the image to see the hi-res magnified version.

  • Platform: Not Applicable

We have the right zoom tool for you! Five different tools to choose from: some using Flash; others with JavaScript; and all awesome... Magic Magnify Plus is actually 2 tools in 1 - not only can you magnify your products by hovering over each image, you can also enlarge the image by clicking it.

  • Platform: Not Applicable

Want to enlarge your images to see them full screen? Got lots of images to show on your website? You can with Magic Thumb. Click an image and Magic Thumb will enlarge it to automatically fill the screen, sometimes known as a "lightbox". Great you say, but what happens when you want to view the next thumbnail? Well, Magic Thumb contains navigation arrows, so you can easily move back and forth between your images without having to open or close them.

  • Platform: Not Applicable

Looking for the worlds best zoom tool? Maybe you're not hugely confident with programming or you just don't want to waste your time faffing about with JavaScript? If this is you, then Magic Zoom is about to become your awesome best buddy. Magic Zoom creates a gorgeous zoomed image when you hover an image.

  • Platform: Not Applicable

Bring your website images to life with 360 product spin. It rotates your products around every angle. Magic 360 Flash uses a series of photos taken at different angles and transforms them into an amazing interactive, life-like object. Imagine being able to display your products from every angle! Your customers can view 360 degree seamless rotation of all your products, giving them the ultimate confidence to buy from your website.

  • Platform: Not Applicable

Do you need a slideshow on your website? Want to display lots of images and awesome looking text? It's easy with Magic Slideshow! Magic Slideshow is a gorgeous photo slideshow that displays one image after another, with optional text, headings and arrows.

  • Platform: Not Applicable

New Downloads

SafeDNS Agent

SafeDNS makes your internet
safe. It blocks access to the
infected sites, phishing
resources, control &
command ...

Axence nVision Free

Axence nVision Free is a tool
for professional network
monitoring. Completely free of
charge, both for home and ...

ClickCharts Flowchart
Software Free

ClickCharts Free Flowchart and
diagram software lets you lay
out your ideas, organization,
process or create UML ...

Chronos Atomic Clock
Synchronizer

Chronos Atomic Clock
Synchronizer is a utility for
people who need their
computers to use exact time.
The program ...

MacX Rip DVD to iPhone for
Mac Free

MacX Rip DVD to iPhone for Mac
Free Edition is an easy-to-use
and totally free DVD to iPhone
ripper for Mac which can ...

Abettor Clipboard

Abettor-Clipboard can copy and
store up to 500 different
clips, text or graphic. It has
a superb encryption system
with ...

FoxTag Editor

FoxTag Editor is a wide
ranging tag processor with
great features and an
intuitive interface with well
organized and ...

ShareGhost

ShareGhost is a
greatly-designed, vastly
capable p2p file sharing
application that supports
Gnutella2, Gnutella, eDonkey,
...

Free Excel To CSV Converter

Free Excel To CSV Converter is
a lightweight utility which
provides you a very simple and
fast conversion from Microsoft
...

BearShare Music

BearShare Music is a free
files sharing software that
helps you download all your
favorite tunes from its
infinite community.