forms
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 86
JFormDesigner 3.0.5
JFormDesigner is an advanced GUI designer for Swing user interfaces. more>>
JFormDesigner makes Swing GUI design a real pleasure. JFormDesigner decreases the time you spend on hand coding forms, giving you more time to focus on the real tasks. Youll find that JFormDesigner quickly pays back its cost in improved GUI quality and increased developer productivity.
Main features:
- Easy and intuitive to use, powerful and productive: JFormDesigner provides an easy-to-use but powerful user interface. Even non-programmers can use it, which makes it also ideal for prototyping.
- JGoodies FormLayout and Clearthoughts TableLayout support: These well-known open source layout managers allow you to design high quality forms. JFormDesigner provides excellent support for them. FormLayout / TableLayout
- Advanced GridBagLayout support allows the specification of horizontal and vertical gaps (as in TableLayout). This makes it very easy to design forms with consistent gaps using GridBagLayout. No longer wrestling with GridBagConstraints.insets. Read More
- Column and row headers (for grid based layout managers) show the structure of the layout (including column/row indices, alignment, growing, grouping) and allow you to insert or delete columns/rows and change column/row properties. Its also possible to drag and drop columns/rows (incl. contained components and gaps). This allows you to swap columns or move rows in seconds. Read More
- Localization support: Localizing forms using properties files has never been easier. Specify a resource bundle name and a prefix for keys when creating a new form and then forget about it. JFormDesigner automatically puts all strings into the specified resource bundle (auto-externalizing). Read More
- Java code generator or runtime library: Either let JFormDesigner generate Java source code for your forms (the default) or use the royalty-free runtime library to load JFormDesigner XML files at runtime. Your choice.
- Generation of nested classes: The Java code generator is able to generate and update nested classes. You can specify a class name for each component in your form. This allows you to organize your source code in an object-oriented way. Read More
<<lessMain features:
- Easy and intuitive to use, powerful and productive: JFormDesigner provides an easy-to-use but powerful user interface. Even non-programmers can use it, which makes it also ideal for prototyping.
- JGoodies FormLayout and Clearthoughts TableLayout support: These well-known open source layout managers allow you to design high quality forms. JFormDesigner provides excellent support for them. FormLayout / TableLayout
- Advanced GridBagLayout support allows the specification of horizontal and vertical gaps (as in TableLayout). This makes it very easy to design forms with consistent gaps using GridBagLayout. No longer wrestling with GridBagConstraints.insets. Read More
- Column and row headers (for grid based layout managers) show the structure of the layout (including column/row indices, alignment, growing, grouping) and allow you to insert or delete columns/rows and change column/row properties. Its also possible to drag and drop columns/rows (incl. contained components and gaps). This allows you to swap columns or move rows in seconds. Read More
- Localization support: Localizing forms using properties files has never been easier. Specify a resource bundle name and a prefix for keys when creating a new form and then forget about it. JFormDesigner automatically puts all strings into the specified resource bundle (auto-externalizing). Read More
- Java code generator or runtime library: Either let JFormDesigner generate Java source code for your forms (the default) or use the royalty-free runtime library to load JFormDesigner XML files at runtime. Your choice.
- Generation of nested classes: The Java code generator is able to generate and update nested classes. You can specify a class name for each component in your form. This allows you to organize your source code in an object-oriented way. Read More
Download (5.7MB)
Added: 2007-08-14 License: Other/Proprietary License with Free Trial Price: $79
520 downloads
ReportMill 8
ReportMill is the most powerful Java reporting tool available. more>>
ReportMill project is the most powerful Java reporting tool available.
ReportMill is the best Java application reporting tool available for dynamically generating reports and web pages from Java applications in formats such as PDF, HTML, Flash, Excel and more.
ReportMill combines an easy-to-use page layout application and a powerful Java API in a single compact jar file, which is remarkably easy to integrate into your custom Java application.
Main features:
- Embedded Reporting
- Powerful Design Application
- Simple API
- Simple Integration
- PDF, HTML, Flash, Excel, Swing
- XML based template design
- Tables
- Table Groups (sub-reports)
- Graphing
- CrossTabs
- Labels
Embedded Reporting:
Running as Java code inside your application, ReportMill seamlessly harvests data directly from any Java dataset, whether EJBs, custom Java classes, Java Collection classes, JDBC ResultSets or any combination of these. This is much more efficient than traditional reporting tools, which often require developers to repackage existing Java datasets as the original SQL query, then force a redundant refetch and some potentially risky inter-process communication.
This architecture also provides unique access to custom business logic found in the developers object model, providing a significant savings by reusing this code instead of forcing a rewrite in proprietary template macro languages.
Powerful Design Application:
ReportMill is the only reporting tool built on top of a comprehensive page layout application (see PageStudio.com). This ensures that almost any page or report design can be accommodated and also makes template design more intuitive for anyone who has made a newsletter or "For Sale" sign in any of the popular page layout applications.
Simple API
Most developers need to call only three lines of ReportMill API. Since ReportMill harvests data from any Java dataset using reflection and common collections interfaces, there is no need to write any binding/feeder code, implement any interfaces or create any datasource objects.
// Load template from any Source (File, String path, InputStream, byte array, etc.)
RMDocument template = new RMDocument(aSource);
// Generate report with EJBs, custom classes, Java Collections, JDBC ResultSet, etc.
RMDocument report = template.generateReport(myJavaDataset);
// Get PDF (or HTML, Flash, Excel, XML, etc.)
byte pdf[] = report.getBytesPDF();
Simple Integration
All of ReportMill is contained in a single, compact Jar file, ReportMill.jar. Simply merge this with your application or copy it to the class path of your deployment machine and any application can generate a report from any Java code with any Java dataset.
XML based template design
Template design in ReportMill is easy: simply draw the elements of your report using the powerful page layout application. Data binding is simple and powerful - just drag and drop an XML file into an empty ReportMill document to get a keys browser. Drag and drop the keys from the browser to design dynamic parts of your report. Key substitution uses the familiar mail-merge paradigm (eg, "@myKey@"), making it easy to mix keys and text. Drag and drop "List Keys" (keys that represent a set of objects) to form tables, graphs or data matrices.
PDF, HTML, Flash, Swing, Excel Output and More
ReportMill supports more output formats than most other reporting tools. Other output formats include CSV, JPG, PNG and XML.
<<lessReportMill is the best Java application reporting tool available for dynamically generating reports and web pages from Java applications in formats such as PDF, HTML, Flash, Excel and more.
ReportMill combines an easy-to-use page layout application and a powerful Java API in a single compact jar file, which is remarkably easy to integrate into your custom Java application.
Main features:
- Embedded Reporting
- Powerful Design Application
- Simple API
- Simple Integration
- PDF, HTML, Flash, Excel, Swing
- XML based template design
- Tables
- Table Groups (sub-reports)
- Graphing
- CrossTabs
- Labels
Embedded Reporting:
Running as Java code inside your application, ReportMill seamlessly harvests data directly from any Java dataset, whether EJBs, custom Java classes, Java Collection classes, JDBC ResultSets or any combination of these. This is much more efficient than traditional reporting tools, which often require developers to repackage existing Java datasets as the original SQL query, then force a redundant refetch and some potentially risky inter-process communication.
This architecture also provides unique access to custom business logic found in the developers object model, providing a significant savings by reusing this code instead of forcing a rewrite in proprietary template macro languages.
Powerful Design Application:
ReportMill is the only reporting tool built on top of a comprehensive page layout application (see PageStudio.com). This ensures that almost any page or report design can be accommodated and also makes template design more intuitive for anyone who has made a newsletter or "For Sale" sign in any of the popular page layout applications.
Simple API
Most developers need to call only three lines of ReportMill API. Since ReportMill harvests data from any Java dataset using reflection and common collections interfaces, there is no need to write any binding/feeder code, implement any interfaces or create any datasource objects.
// Load template from any Source (File, String path, InputStream, byte array, etc.)
RMDocument template = new RMDocument(aSource);
// Generate report with EJBs, custom classes, Java Collections, JDBC ResultSet, etc.
RMDocument report = template.generateReport(myJavaDataset);
// Get PDF (or HTML, Flash, Excel, XML, etc.)
byte pdf[] = report.getBytesPDF();
Simple Integration
All of ReportMill is contained in a single, compact Jar file, ReportMill.jar. Simply merge this with your application or copy it to the class path of your deployment machine and any application can generate a report from any Java code with any Java dataset.
XML based template design
Template design in ReportMill is easy: simply draw the elements of your report using the powerful page layout application. Data binding is simple and powerful - just drag and drop an XML file into an empty ReportMill document to get a keys browser. Drag and drop the keys from the browser to design dynamic parts of your report. Key substitution uses the familiar mail-merge paradigm (eg, "@myKey@"), making it easy to mix keys and text. Drag and drop "List Keys" (keys that represent a set of objects) to form tables, graphs or data matrices.
PDF, HTML, Flash, Swing, Excel Output and More
ReportMill supports more output formats than most other reporting tools. Other output formats include CSV, JPG, PNG and XML.
Download (MB)
Added: 2006-01-18 License: Shareware Price: $295
1379 downloads

EditLive for XML (unix) 3.1
Template-driven authoring for your own XML document types. more>> Leverage the flexibility and content reuse offered by XML across multiple applications and media. Publish content directly from Web applications, or ??through the Web?? with EditLive!s thin-client, open standards-based architecture. EditLive! for XML gives you the 3 tools you need to create and edit and deploy standards based XML forms solutions in a familiar, easy to use WYSIWYG interface.
Intuitive user interface - hide the complexities of XML , XSD and XSLT
Consistent cross-platform and cross-browser support
Support for rich text inputs including and date/times, tables, lists and graphics
Real time validation and spell checking- no more input errors
Repeating sections and dynamically updating expressions save time
Standards-based support for XML, XSD and XSLT
Accessibility and compliance checkers
Internationalized into 12 different languages
Seamless and fast integration with your CMS or Web applications
Affordable and flexible licensing.<<less
Download (32.31MB)
Added: 2009-04-18 License: Shareware Price: $8990
227 downloads
InnoKB For Linux 1.3
InnoKB is an innovative multi-user knowledge base management software tool. more>> InnoKB is an innovative multi-user knowledge base management software tool which helps create and manage full-text searchable knowledge base by using web browsers over network. All information is stored on your own server computers and structured in the tree outline form. Each info item accepts a webpage as content and any kind of files as attachments (e.g. graphics, documents, spreadsheets etc.). The contents are editable within the embedded WYSIWYG HTML editor without launching 3rd-party tools.
InnoKB consists of a server program running on server computers ( Linux/FreeBSD/WinNT ), and a set of javascript components which will load in web browsers at client side. InnoKB provides three user interfaces respectively for viewers, editors and administrators.
InnoKB has implemented its own user/group privileges management within the administrative control panel. You can create as many user/group accounts as you want, and grant privileges separately on each databases to selected group accounts.
InnoKB is not a hosted web application, it will actually run on your own server computers without complicated configurations, and on your private desktop computers without a network connection.<<less
Download (833KB)
Added: 2009-04-27 License: Shareware Price: $59
180 downloads
VersyPDF 2.4
VersyPDF project is a set of the high-quality, industry-strength PDF libraries. more>>
VersyPDF project is a set of the high-quality, industry-strength PDF libraries meeting requirements of the most demanding and diverse applications. Lot of the operation systems and programming languages compatible.
Main features:
- Reading/writing a PDF document from/to memory buffer or a file on a disk.
- Creating new text, vector art and images.
- Quick image embedding for TIFF, JPEG, PNG, and BMP.
- Supporting Type1 and TrueType font embedding for accurate text reproduction.
- Supporting Unicode text and standard PDF encodings.
- Dynamic font subsetting that results in reducing file size.
- Full control over text positioning and character spacing.
- Supporting all PDF color spaces and advanced pre-press options.
- Full control over content positioning and all graphical attributes available in PDF.
- Reuse of resources such as images, fonts and color spaces through object sharing resulting in obtaining smaller and more efficient documents.
- Supporting explicit and named destinations. Named destinations allow for changes in the document not invalidating existing bookmarks.
- Extensive bookmark creation and API editing.
- Working with threads.
- Applying security to new documents.
- Linearization (Fast Web View).
- Compression of the output PDF documents.
- Inserting or appending new content in existing pages.
- Rotating pages.
- JBIG2, CCITT Fax, Flate/PNG, JPEG/DCT compression.
- Supporting for Standard PDF security handler (40, 128 bit RC4 and 128 AES encryption).
- Unused object removal. This option helps you to create smaller files.
- Filling in PDF Forms.
- Reading PDF form fields values.
- Creating new form fields.
- Spliting pages.
- Merging and appending pages.
- Supporting Digital Signature.
- Supporting many actions.
- Supporting many annotations.
- Parsing EMF images.
Version restrictions:
- The evaluation version of VersyPDF.C stamps each page of the resulting document with the following message: "Demo version". It is not time limited, and has the same features as the registered version.
Enhancements:
- This release appends support of the visible digital signature and fixes some little bugs.
<<lessMain features:
- Reading/writing a PDF document from/to memory buffer or a file on a disk.
- Creating new text, vector art and images.
- Quick image embedding for TIFF, JPEG, PNG, and BMP.
- Supporting Type1 and TrueType font embedding for accurate text reproduction.
- Supporting Unicode text and standard PDF encodings.
- Dynamic font subsetting that results in reducing file size.
- Full control over text positioning and character spacing.
- Supporting all PDF color spaces and advanced pre-press options.
- Full control over content positioning and all graphical attributes available in PDF.
- Reuse of resources such as images, fonts and color spaces through object sharing resulting in obtaining smaller and more efficient documents.
- Supporting explicit and named destinations. Named destinations allow for changes in the document not invalidating existing bookmarks.
- Extensive bookmark creation and API editing.
- Working with threads.
- Applying security to new documents.
- Linearization (Fast Web View).
- Compression of the output PDF documents.
- Inserting or appending new content in existing pages.
- Rotating pages.
- JBIG2, CCITT Fax, Flate/PNG, JPEG/DCT compression.
- Supporting for Standard PDF security handler (40, 128 bit RC4 and 128 AES encryption).
- Unused object removal. This option helps you to create smaller files.
- Filling in PDF Forms.
- Reading PDF form fields values.
- Creating new form fields.
- Spliting pages.
- Merging and appending pages.
- Supporting Digital Signature.
- Supporting many actions.
- Supporting many annotations.
- Parsing EMF images.
Version restrictions:
- The evaluation version of VersyPDF.C stamps each page of the resulting document with the following message: "Demo version". It is not time limited, and has the same features as the registered version.
Enhancements:
- This release appends support of the visible digital signature and fixes some little bugs.
Download (MB)
Added: 2007-06-22 License: Other/Proprietary License with Free Trial Price: $299
928 downloads
TFORMer Designer / TFORMer Runtime 5.0
TFORMer is a report generator and output solution that offers outstanding document layout and output features. more>>
TFORMer is a report generator and output solution that offers outstanding document layout and output features. The project combines the advantages of barcode labeling tools and sophisticated report generators into one unified and smart output solution.
Software developers benefit from TFORMer Runtime, which is a cross-platform reporting-engine that supports direct printing and PostScript, HTML, and PDF output with barcode support. Ready-to-use industry compliant forms (such as AIAG, VDA, DHL, UPS) are part of the package.
Enhancements:
- The overall printing and PDF/HTML output features were improved.
- Highlights include formatted text elements, embedded formulas and expressions, better barcode support, a new .NET and COM API (MONO is supported), Windows Vista support, an optimized PDF/HTML generator, automatic font size, movable/shrinkable/growing elements and printing areas, ODBC support, and better image support.
<<lessSoftware developers benefit from TFORMer Runtime, which is a cross-platform reporting-engine that supports direct printing and PostScript, HTML, and PDF output with barcode support. Ready-to-use industry compliant forms (such as AIAG, VDA, DHL, UPS) are part of the package.
Enhancements:
- The overall printing and PDF/HTML output features were improved.
- Highlights include formatted text elements, embedded formulas and expressions, better barcode support, a new .NET and COM API (MONO is supported), Windows Vista support, an optimized PDF/HTML generator, automatic font size, movable/shrinkable/growing elements and printing areas, ODBC support, and better image support.
Download (MB)
Added: 2007-07-04 License: Other/Proprietary License with Free Trial Price:
845 downloads

MSCUpload for Linux 2.0
MSCUpload is an Active Server File Upload component. It allows web developer to receive forms with multiple files from user end and easily handle form fields as well as sent files. more>>
MSCUpload is an Active Server File Upload component. It extentds standard Request object capabilities in handling uploaded data. MSCUpload is a perfect way for ASP applications to handle multiple uploaded files and still make another form fields easily accessable.
<<less Download (146K)
Added: 2009-04-16 License: Shareware Price: $58.95
190 downloads
MSCCrypto for Linux 2.0
MSCCrypto includes collection of the best encryption and hashing algorithms: RSA, AES, Blowfish, Twofish, MD5, SHA1 and 32-bit CRC checksum. Includes PGP/OpenPGP compatible component more>>
MSCCrypto is COM component for Active Server Pages and stand-alone applications. It includes collection of the best encryption and hashing algorithms:
- RSA public key algorithm (512/1024/2048 bits key size)
- AES symmetric block algorithm (128/192/256 bits key size)
- Blowfish symmetric block algorithm (64 to 448 bits key size)
- Cast5 (Cast 128) symmetric block algorithm (128 bits key size)
- TripleDES symmetric block algorithm (192 bits key size)
- Twofish symmetric block algorithm (128/192/256 bits key size)
- MD5 hash (128 bits hash)
- SHA1 hash (160 bits hash)
- Ripemd hash (160 bits hash)
- 32-bit CRC checksum algorithm
- 24-bit CRC checksum algorithm
Additionally, MSCCrypto 2.0 includes PGP/OpenPGP - compatible component, MSCCyrptoPGP.
It allows you to exchange symmetrically encrypted information between MSCCrypto and various cryptographic applications in binary and armored (text) form.
With MSCCrypto, you can keep sensitive or private information of your customers safe and undisclosed.
All algoritms are exact implementations of respective standards.
Miraplacid Crypto Component core is proprietary Miraplacid Crypto Library. It is not an object wrapper around the Microsoft CryptoAPI.
<<less- RSA public key algorithm (512/1024/2048 bits key size)
- AES symmetric block algorithm (128/192/256 bits key size)
- Blowfish symmetric block algorithm (64 to 448 bits key size)
- Cast5 (Cast 128) symmetric block algorithm (128 bits key size)
- TripleDES symmetric block algorithm (192 bits key size)
- Twofish symmetric block algorithm (128/192/256 bits key size)
- MD5 hash (128 bits hash)
- SHA1 hash (160 bits hash)
- Ripemd hash (160 bits hash)
- 32-bit CRC checksum algorithm
- 24-bit CRC checksum algorithm
Additionally, MSCCrypto 2.0 includes PGP/OpenPGP - compatible component, MSCCyrptoPGP.
It allows you to exchange symmetrically encrypted information between MSCCrypto and various cryptographic applications in binary and armored (text) form.
With MSCCrypto, you can keep sensitive or private information of your customers safe and undisclosed.
All algoritms are exact implementations of respective standards.
Miraplacid Crypto Component core is proprietary Miraplacid Crypto Library. It is not an object wrapper around the Microsoft CryptoAPI.
Download (225K)
Added: 2009-04-10 License: Shareware Price: $161
196 downloads
Teamwork 3.2.0
Teamwork is a Web-based application specifically for team work management. more>>
Teamwork is a software application specifically for team work management. If your company works in teams then this is the application for you, as you can manage large volumes of information and operate effectively with your team members on complex projects.
Teamwork will improve worklife quality, it will help in production cycle information flow management, via stage coordination and allocating tasks to everyone involved.
As an application, Teamwork combines document management, groupware and project management features in a new perspective.
Main features:
- Teamwork is free and open source
- teamwork, the management software for the team Teamwork is organized around the task concept
- teamwork, the management software for the team Document management via http and file system, and can be easily related with task and resources
- teamwork, the management software for the team Includes a complete issue tracking system
- teamwork, the management software for the team Includes a web-based file browser system
- teamwork, the management software for the team Structured management of a tasks costs and relative milestones
- teamwork, the management software for the team Personal and group agenda, user messaging system
- teamwork, the management software for the team Worklog management, automatic timers
- teamwork, the management software for the team Fine-grained security, area and role based
- teamwork, the management software for the team Multi platform server
- teamwork, the management software for the team The application is multidatabase, hence it may use the company existing database, making it easier to integrate with other applications, for example the reporting system, and thus to integrate with the company production cycle
- teamwork, the management software for the team Neutral for server and database, so it can support platform changes
- teamwork, the management software for the team Web based and multi browser with an internationalised user interface
- teamwork, the management software for the team Only Java and J2EE ( Sun Microsystems) technologies are used
- teamwork, the management software for the team Scaleable
- teamwork, the management software for the team Software can be customised
- teamwork, the management software for the team Quick and first-rate assistance provided, with customised contracts available
- teamwork, the management software for the team Accurate and complete user manual, with detailed tutorials.
Version restrictions:
- 30 day trial
Enhancements:
- This release contains several new sections.
- The most notable for users are Outlook/ICalendar synchronization and RSS integration, injectable wizards and print forms, and additional task fields for developers and integrators.
- Most instructional videos have been updated, and some new ones were added.
<<lessTeamwork will improve worklife quality, it will help in production cycle information flow management, via stage coordination and allocating tasks to everyone involved.
As an application, Teamwork combines document management, groupware and project management features in a new perspective.
Main features:
- Teamwork is free and open source
- teamwork, the management software for the team Teamwork is organized around the task concept
- teamwork, the management software for the team Document management via http and file system, and can be easily related with task and resources
- teamwork, the management software for the team Includes a complete issue tracking system
- teamwork, the management software for the team Includes a web-based file browser system
- teamwork, the management software for the team Structured management of a tasks costs and relative milestones
- teamwork, the management software for the team Personal and group agenda, user messaging system
- teamwork, the management software for the team Worklog management, automatic timers
- teamwork, the management software for the team Fine-grained security, area and role based
- teamwork, the management software for the team Multi platform server
- teamwork, the management software for the team The application is multidatabase, hence it may use the company existing database, making it easier to integrate with other applications, for example the reporting system, and thus to integrate with the company production cycle
- teamwork, the management software for the team Neutral for server and database, so it can support platform changes
- teamwork, the management software for the team Web based and multi browser with an internationalised user interface
- teamwork, the management software for the team Only Java and J2EE ( Sun Microsystems) technologies are used
- teamwork, the management software for the team Scaleable
- teamwork, the management software for the team Software can be customised
- teamwork, the management software for the team Quick and first-rate assistance provided, with customised contracts available
- teamwork, the management software for the team Accurate and complete user manual, with detailed tutorials.
Version restrictions:
- 30 day trial
Enhancements:
- This release contains several new sections.
- The most notable for users are Outlook/ICalendar synchronization and RSS integration, injectable wizards and print forms, and additional task fields for developers and integrators.
- Most instructional videos have been updated, and some new ones were added.
Download (21.2MB)
Added: 2007-06-27 License: Shareware Price: $906
859 downloads
FlexiServe for Liunx 1.6
Increase productivity with this employee management software more>> FlexiServer is software for automatic employee time attendance logging. It also features additional tools for quality assurance monitoring and reporting, and works perfectly with home or remote working staff.
FlexiServer is the modern replacement for an hours book or time card. For staff who work at computers it does all hours logging automatically. It records log on and shut down times as worked hours. It automatically detects lunch and other long breaks by monitoring computer idle state. Hours can also be entered manually if the employee is not working at a computer.
The way it works is like this. The manager or bookkeeper runs FlexiServer on their Windows or Linux PC. Whenever the manager or bookkeeper want to view reports they can log onto FlexiServer with their web browser and use the control panel.
All staff then run the component FlexiStation on their computers (Windows, Mac OS X or Linux). As a restricted version of FlexiServer and providing only the essential features, FlexiStation will run automatically in the background logging hours worked. Employees can also add hours manually, report a colleague sick or put in an application for annual leave.
Features
Logs employee time attendance automatically using computer logon times.
Hours can automatically be entered on a web form either as an alternative to computer logging or to override computer detect times.
Automatically detects breaks using a configurable idle time measure.
Can be linked to payroll software. Files are stored in open database friendly format.
Shows the team if anyone is in the office (or working at home), what computer they are working at and (optionally) what document they are working on.
Real time screen monitoring of home employees (optional).
Can run on any Windows computer (XP or later). It does not need a dedicated server. It is typically run on the managers or bookkeepers computer.<<less
Download (685KB)
Added: 2009-04-23 License: Shareware Price: $48.65
183 downloads
MSCABImage for Linux 2.0
MSCABImage is the best cure from nasty posting bots (robots). more>>
MSCABImage is the best cure from nasty posting bots (robots). These bots create hundreds email accounts on your web-based mail servers and spam from them, fill your forums with thousands of commercial postings and screw your online polls.
How it works. ABImage Component generates random number and make a hard-to-recognize picture from it. Your Web Application asks visitor to read the number and type it in a textbox.
Human can easily recognize the number, but there is no way how a bot can do that. As soon as the form will be posted back, application compare the random number with the number posted by visitor and authorize a human or reject a bot.
The number can be generated by internal random number generator or can be set by the application.
Image can be extra protected from recognition with adding random noise.
ABImage Component generates random number and converts it to image file. Your Web Application asks visitor to read the number and type it in a textbox. Human can easily recognize the number, but there is no way how bot can do this.
As soon as the form will be posted back, application compares the random number with the number posted by visitor and authorizes the human or rejects the bot.
The number can be generated by internal random number generator or can be set by the application.
Image can be extra protected from recognition by adding random noise.
<<lessHow it works. ABImage Component generates random number and make a hard-to-recognize picture from it. Your Web Application asks visitor to read the number and type it in a textbox.
Human can easily recognize the number, but there is no way how a bot can do that. As soon as the form will be posted back, application compare the random number with the number posted by visitor and authorize a human or reject a bot.
The number can be generated by internal random number generator or can be set by the application.
Image can be extra protected from recognition with adding random noise.
ABImage Component generates random number and converts it to image file. Your Web Application asks visitor to read the number and type it in a textbox. Human can easily recognize the number, but there is no way how bot can do this.
As soon as the form will be posted back, application compares the random number with the number posted by visitor and authorizes the human or rejects the bot.
The number can be generated by internal random number generator or can be set by the application.
Image can be extra protected from recognition by adding random noise.
Download (0.14MB)
Added: 2005-05-03 License: Shareware Price: $58
1634 downloads
H-Craft Championship 1.1
H-Craft Championship is an indie racing game. more>>
H-Craft Championship looks surprisingly good for an indie racing game--after all, major publishers spend millions polishing the graphics for games of this type, and its impressive that a small team was able to produce something that looks so nice.
The game is science fictional, in that the racing vehicles are hovercraft that apparently tool along great superhighways in the sky. Also apparently, in the future, road safety is not a major concern of the authorities--perhaps the world is overpopulated and they want people to plummet to their deaths--so that failure in steering doesnt mean, as in other games, that you go off road and lose speed, but instead lose the game.
The main game mode is the championship--a series of events in which victory unlocks more tracks and vehicles. Its a single-player game--no network play--but you can record a ghost of your race and send the file to a friend, so that he can race against your best time, on the same track. Similarly, in Rival mode, up to four players can race on the same track, in succession, against the ghosts of previous contestants, so there is a form of hotseat multiplayer, in any event.
If you enjoy racing games, its well worth a look.
<<lessThe game is science fictional, in that the racing vehicles are hovercraft that apparently tool along great superhighways in the sky. Also apparently, in the future, road safety is not a major concern of the authorities--perhaps the world is overpopulated and they want people to plummet to their deaths--so that failure in steering doesnt mean, as in other games, that you go off road and lose speed, but instead lose the game.
The main game mode is the championship--a series of events in which victory unlocks more tracks and vehicles. Its a single-player game--no network play--but you can record a ghost of your race and send the file to a friend, so that he can race against your best time, on the same track. Similarly, in Rival mode, up to four players can race on the same track, in succession, against the ghosts of previous contestants, so there is a form of hotseat multiplayer, in any event.
If you enjoy racing games, its well worth a look.
Download (29.3MB)
Added: 2007-06-25 License: Shareware Price: $19
1213 downloads
AFU Plugins 1.0
AFU Plugins - These scripts combine with Auto FollowUp more>>
Auto FollowUp has been made to work with additional plugins. Some of the added features included in this are:
- A subscribe by email script so users can add or remove themselves automatically from your lists by sending an email.
- A merge script which allows you to upload comma and pipe delimited text files and merge their fields with your AutoFollowUp databases.
- A mailing list script which allows you to send to all users who check the add to mailing list check box in your AutoFollowUp Forms
These additional scripts help make AFU one of the best selling scripts on our site!
<<less- A subscribe by email script so users can add or remove themselves automatically from your lists by sending an email.
- A merge script which allows you to upload comma and pipe delimited text files and merge their fields with your AutoFollowUp databases.
- A mailing list script which allows you to send to all users who check the add to mailing list check box in your AutoFollowUp Forms
These additional scripts help make AFU one of the best selling scripts on our site!
Download (27KB)
Added: 2009-04-02 License: Shareware Price: $24
205 downloads

XUpload Pro 2.6
XUpload Pro - an advanced progress bar indicator for web based file uploads written on Perl more>>
XUpload - an advanced progress bar indicator for web based file uploads written on Perl. Including such features like real-time progress bar, amount of transferred bytes, approx. upload speed, transfer failure detection. Only for Unix/Linux webservers.
XUpload is a tool that allows you to view the progress indicator.
Main features:
- Real time progress bar
- Upload speed meter
- Total/Transfered bytes counter
- Transfer failure detection
- Compatible with well known browsers (IE, Opera, Mozilla)
- Integration with PHP code
- Large files upload (No limitations!)
- Works on a standard server or a secure server (https)
- Can be integrated with absolutely any framework (login systems)
- Popup upload progress bar
- Inline upload progress bar
- Email notifications (customizable)
- Multiple files upload
- Stop file transfer by clicking Stop button
- Automatically stop file transfer when upload limit exceeded
- 2 Ways of adding multiple files (DHTML)
- 3 Upload Bar Templates and Styles included
- Absolutely "transparent" (passing all params through itself)
- Compatible with mod_security Apache module post caching
- Multilanguage support (all messages editable in config)
- Automatically detect path to scripts
- Adjustable upload file size limit
- Saving uploaded files in selected folder (passing from upload form)
- FREE Installation support service
<<lessXUpload is a tool that allows you to view the progress indicator.
Main features:
- Real time progress bar
- Upload speed meter
- Total/Transfered bytes counter
- Transfer failure detection
- Compatible with well known browsers (IE, Opera, Mozilla)
- Integration with PHP code
- Large files upload (No limitations!)
- Works on a standard server or a secure server (https)
- Can be integrated with absolutely any framework (login systems)
- Popup upload progress bar
- Inline upload progress bar
- Email notifications (customizable)
- Multiple files upload
- Stop file transfer by clicking Stop button
- Automatically stop file transfer when upload limit exceeded
- 2 Ways of adding multiple files (DHTML)
- 3 Upload Bar Templates and Styles included
- Absolutely "transparent" (passing all params through itself)
- Compatible with mod_security Apache module post caching
- Multilanguage support (all messages editable in config)
- Automatically detect path to scripts
- Adjustable upload file size limit
- Saving uploaded files in selected folder (passing from upload form)
- FREE Installation support service
Download (42KB)
Added: 2009-04-19 License: Demo Price: $37
212 downloads
DB Visual ARCHITECT for NetBeans 4.1
DB Visual ARCHITECT (DB-VA) offers software developers an excellent solution for database applications development. more>>
DB Visual ARCHITECT (DB-VA) offers software developers an excellent solution for database applications development. DB Visual ARCHITECT is an Object-Relational Mapping tool which provides an easy-to-use environment bridging between object model, data model and relational database.
DB-VA not only empowers you the visual modeling capability for performing both logical and physical data design, but also automates the roundtrip mapping between object model and data model.
Developers save enormous amounts of time using DB-VA to manage the coding of SQL and JDBC transparently with Plain Old Java Objects (POJO), as DB Visual ARCHITECT empowers software designers to perform roundtrip engineering of a relational database into a Class Diagram, and to an Entity Relationship Diagram and vise versa. Likewise designers can also create a database from entity relational models or class models visually on the fly.
DB-VA also generates a cost-effective, reliable, scalable and high-performance object to relational mapping layer. The generated mapping layer includes the support of transaction, cache and other optimized features. DB-VA increases the productivity and significantly reduces the risks of developing the relational mapping layer manually.
Main features:
Automate the Mapping Between Java Objects to RDBMS Tables
DB Visual ARCHITECT helps mapping between Java objects to relational database. This act not only preserves the data, but also the state, foreign/primary key mapping, difference in data type and business logic. Developers are no longer necessary to handle those tedious tasks.
Re-engineering Application Based on Legacy Database
DB Visual ARCHITECT allows you to reverse database (DB Reverse) tables through JDBC into UML models. You can form Class Diagram from the reversed models and redesign the legacy database without pain.
Multiple Database Support
DB Visual ARCHITECT promote easy migration between databases by enabling the same set of ORM Java objects to serve different databases. Besides, the tool help transforming proprietary data-type into one that suit the default database which is specified by user.
Well Proven Visual Modeling Technology
DB Visual ARCHITECT inherits the visual modeling environment from Visual Paradigm for UML, a well-known UML CASE Tool that provides intuitive inline editing for both Class Diagram and ERD. This truly what-you-see-is-what-you-get diagram editing facility reduces the effort and time in design the system.
Enhancements:
- A branch and tag capability was introduced to the VP Teamwork Server, Subversion, and CVS repository integration.
- With advanced branch and tag support, different modeling projects can run in parallel while keeping the release quality project stable in the trunk.
- There are also a number of enhancements for various other features.
<<lessDB-VA not only empowers you the visual modeling capability for performing both logical and physical data design, but also automates the roundtrip mapping between object model and data model.
Developers save enormous amounts of time using DB-VA to manage the coding of SQL and JDBC transparently with Plain Old Java Objects (POJO), as DB Visual ARCHITECT empowers software designers to perform roundtrip engineering of a relational database into a Class Diagram, and to an Entity Relationship Diagram and vise versa. Likewise designers can also create a database from entity relational models or class models visually on the fly.
DB-VA also generates a cost-effective, reliable, scalable and high-performance object to relational mapping layer. The generated mapping layer includes the support of transaction, cache and other optimized features. DB-VA increases the productivity and significantly reduces the risks of developing the relational mapping layer manually.
Main features:
Automate the Mapping Between Java Objects to RDBMS Tables
DB Visual ARCHITECT helps mapping between Java objects to relational database. This act not only preserves the data, but also the state, foreign/primary key mapping, difference in data type and business logic. Developers are no longer necessary to handle those tedious tasks.
Re-engineering Application Based on Legacy Database
DB Visual ARCHITECT allows you to reverse database (DB Reverse) tables through JDBC into UML models. You can form Class Diagram from the reversed models and redesign the legacy database without pain.
Multiple Database Support
DB Visual ARCHITECT promote easy migration between databases by enabling the same set of ORM Java objects to serve different databases. Besides, the tool help transforming proprietary data-type into one that suit the default database which is specified by user.
Well Proven Visual Modeling Technology
DB Visual ARCHITECT inherits the visual modeling environment from Visual Paradigm for UML, a well-known UML CASE Tool that provides intuitive inline editing for both Class Diagram and ERD. This truly what-you-see-is-what-you-get diagram editing facility reduces the effort and time in design the system.
Enhancements:
- A branch and tag capability was introduced to the VP Teamwork Server, Subversion, and CVS repository integration.
- With advanced branch and tag support, different modeling projects can run in parallel while keeping the release quality project stable in the trunk.
- There are also a number of enhancements for various other features.
Download (89.7MB)
Added: 2007-08-15 License: Other/Proprietary License with Free Trial Price: $838
492 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above forms search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed