DownloadReady - Ultimate Software Collection

Advanced


   

 Categories : Web Development > Java & JavaScript
 Entities 2.2
Publisher Canadian Mind Products
Published Date 2007-05-14
License Freeware Price 0 USD
Size 608 KB.

Consists of a pair of utilities that let you convert/strip/insert HTML entities such as _amp;- and _quot; from files converting them back and forth to their equivalent single characters

Description From Publisher
Consists of a pair of utilities that let you convert/strip/insert HTML entities such as _amp;- and _quot; from files converting them back and forth to their equivalent single characters !amp; and !quot;. It handles the HTML 4 entities such as _hearts; as well as decimal _#123; and hexadecimal _x#123; entities. You may us this package as standalone utilities, or use the classes in your own programs to insert or strip entities from HTML. You can use them like this: REM to remove & entities and HTMLtags from a file REM converting entities back to characters strip.jar afile.html REM to convert entities in a file insert.jar afile.html They come complete with Java source and jar files.

Supported OS
Win98,WinME,WinNT 3.x,WinNT 4.x,Windows2000,WinXP,Windows2003,Windows Vista Star

Related Keywords
entities  entities  jar  jar  Java  Java  version  version  major  major  minor  minor  target  target 

Entities


Latest Java & JavaScript Realted Tools:
Official Encoding   Official Encoding 1.1
 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.
Http   Http 1.4
 http is a small library of Java classes to let you do HTTP CGI GET and POST to a server. It will also encode parameter pairs for you. It does nothing on its own. It is intended to be incorporated into your own programs.
Encoding Recogniser   Encoding Recogniser 1.0
 Help determine a file's encoding by displaying it wth any of the supported encodings in hex and in decoded characters.
Base64   Base64 1.9
 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 passwords.
Visual JS   Visual JS 1.0
 Visual JS is a Web-Based RAD IDE with file manager for building zero-footprint RIA that is based on a top innovative Open Source multipurpose AJAX frameworks jsLINB.
Coalesys WebMenu for JSP   Coalesys WebMenu for JSP 5.0
 Popup menu web control for JSP with support for IE, Firefox, Opera and others. Includes complete help system, object reference and sample pages.
Coalesys PanelBar for JSP   Coalesys PanelBar for JSP 4.0
 Slide menu web control for JSP with support for IE, Firefox, Opera and others. Includes complete help system, object reference and sample pages.
dhtmlxCombo :: Ajax Combobox   dhtmlxCombo :: Ajax Combobox 1.1
 Easy configurable DHTML JavaScript combo box with Ajax support, autocomplete functionality and wide cross-browser compatibility. The component features type-ahead, keyboard support and ability to display images in the dropdown list. GPL licensed.
Sound   Sound 1.4
 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.
Pentium   Pentium 1.3
 Pentium works in Java on Windows and Intel Pentium class and AMD CPUs to determine the CPUID information such as the vendor, brand/model, step, model, instruction set family, cpu serial number, and the RDTSC Time stamp register.
Password   Password 1.4
 Generates random passwords that are hard to guess. It uses a crytographic quality random number generator. The passwords are generated locally in a Java Applet. They are never transmitted over the Internet, even in encrypted form.
Mouse   Mouse 1.3
 In Java, allows you to find out where the mouse in on the screen, even when it is not over one of your apps. This has similar function to MouseInfo.getPointerInfo in Java 1.5+. This class will work in any version of Java. It uses JNI and a DLL.
LEDataStream   LEDataStream 1.8
 Little-endian replacements for DataInputStream, DataOutputStream and RandomAccessFile. They work just like DataInputStream, DataOutputStream and RandomAccessFile except they work with little-endian binary data.