|
|||
Dynamic Web TWAIN is a TWAIN scanning SDK specifically optimized for web applications. You can control any TWAIN compatible device drivers - scanner, digital camera or capture card - in a web page to acquire images, edit and then upload to web servers/databases using the TWAIN control.With the carefully designed interface and the built-in wizard mode, the TWAIN SDK is lightweight, easy to use yet very powerful. |
|
|||
The Effect Maker allows you to customize JavaScript effects like scrollers, slide shows and messengers with your own texts, fonts and images. No JavaScript development skills are needed. With a few clicks you can start creating your own effects. You can have several customizations of one type of effect in your site. All standard web fonts are supported. |
|
|||
Web developers depend a lot on JavaScript codes since they are best suited to create special effects on sites. In order to edit the same, the Free JavaScript Editor is one of the most accomplished tools from amongst the lot. It is an app that comes with a lot of features and is easy to use. Be it novice users or professionals, everyone will find it very handy. |
|
|||
The Free JS Editor or JavaScript Editor is a tool that enables users to edit write, edit and create unique JavaScript so as to add special effects and animations to web pages. It is a very important app for web developers because of the ease with which the aforementioned functions can be performed. Apart from accessing and editing, it even lets then debug and validate the scripts so as to make them error free. |
|
|||
JSON is the tool that is primarily used to transfer data between servers and web based apps. It is the acronym for JavaScript Object Notation and is an open standard format. The Free JSON Editor is a tool which allows users to access such files, check for any errors and rectify the same. All this can be accomplished within no time and it is one of the most powerful tools available in the internet database. |
|
|||
jQuery spell check is the industry leading spell-checker plugin for jQuery. It adds spell-check-as-you-type (scayt) or spell-checking dialog popup windows to any HTML web application using just 1 or 2 lines of jQuery code. This includes support for legacy Intener Exploer (IE6 , 7 8, 9 + ) . Demo and download it for free from http://www.javascriptspellcheck.com/jquery-spell-check/ |
|
|||
CKEditor SpellCheck from nanospell.com is an high quality 3rd Party spellchecker CKEditor. The spell checker is easy to install on any modern web hosting which supports PHP, ASP, ASP.Net or JAVA. The CKEditor SpellChecker does not display ads never sends your data to remote servers for processing. You can download the plugin from from http://ckeditor-spellcheck.nanospell.com |
|
|||
Calculates when 69 holidays occur in any given year BC or AD. Designed to be cannibalised to include the calculation routines in your own programs. It can also be used as an Applet or a standalone application. |
|
|||
FastCat is a streamlined version of StringBuilder that does not allocate a buffer until the very last minute, and allocates it the exact size needed. You use it in writing your own Java Programs. It works very similarly to StringBuilder, so the Javadoc should be all you need. |
|
|||
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. You declare the order you want and it keeps the list sorted, You just call sort whenever you need the list to be in perfect order. Merge lets you merge/prune two SortedArrayLists in any of 32 different ways, e.g. union, intersection, update... |