report designer
Array Designer 4.11
Array Designer helps design thousands of efficient, highly specific oligos to make microarrays for SNP genotyping. more>>
For investigating gene control elements in the post-sequencing era, the software designs tiling arrays for interrogating intragenic and intergenic regions and now the software also designs resequencing arrays for analysis of large genomic sequences and genetic variation within the clinical trial population.
Main features:
- Oligo microarray software: Array Designer designs highly specific oligo microarray for SNP genotyping and expression studies.
- Oligo microarray design software which helps you design probes for expression and SNP studies.
- Array Designer is a highly flexible and scalable microarray software, for designing oligos/primers for large projects.
- Array Designer is a microarray software which offers a high-throughput, greatly automated approach for designing highly specific optimal oligonucleotide probes for microarray experiments.
- cDNA microarray design: Array Designer by default, uses optimized design parameters for cDNA microarray design.
- For DNA microarray design, the carefully chosen default parameters help make the design a success.
- Array Designer, with its highly sophisticated algorithm, may be the best available dna microarray software for microarray design.
- Whole genome array-Whole genome arrays have been useful for studying the poorly understood aspects of trancriptome, natural antisense transcript because they can simultaneously monitor gene expression on both strands of genome
- Tiling array- Tiling array are used to investigate transcription factor binding sites TFBS, not only upstream of genes but also in intronic and intergenic regions.
- Resequencing arrays- In addition to standard probes, Array Designer also designs resequencing arrays useful for analysis of large genomic sequences and genetic variation within the clinical trial population.
- Flexible input formats- Supports sequences in GenBank, FASTA. Loads multiple sequences from a single GenBank or FASTA format file.
- Standard PCR Reaction Conditions- Optimizes PCR primers on all sequences to amplify with uniform reaction conditions.
- Multiple probes- Designs the best probe per sequence or multiple probes per sequence for increased accuracy of detection.
- SNP detection- Designs SNP probes for both hybridization and primer extension detection.
- Flexible Hybridization Probe Locations- Probes can be designed to span each site, or can have 3 end anchored at each site, or can be optimized within a specified region around the site.
JFormDesigner 3.0.5
JFormDesigner is an advanced GUI designer for Swing user interfaces. more>>
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
ElegantJ Chart Designer IDE 2.0
ElegantJ Charts Designer project is a fully functional XML template designer for ElegantJ Charts. more>>
Bundled with ElegantJ Charts Designer is a huge collection of ready-to-use XML templates, which can be used as is, or modified to suit your presentation requirements. ElegantJ Chart Designer eliminates the need to write hundreds of lines of your own source code or use third party IDEs.
Its point-and-click graphical user interface allows charts to be created quickly with an almost infinite degree of flexibility. With this easy-to-use intuitive tool, even a graphic designer can create visually rich, stimulating Java chart templates in less than 5 minutes! Almost all the elements of charts designer are customizable enabling you to display your data in best possible way. These XML templates then can be easily imported into your application, with a single line of source code.
Simply stated, you choose a Java chart component, browse through ready-to-use XML templates, select the template closest to your presentation requirements, fine tune properties in a truly WYSIWYG environment, and generate your customized XML template, ready to be used in your application.
This 100% Java tool is platform independent and provides state-of-the-art interoperability and integration options through XML templates.
Download zip file contains everything that is required to successfully evaluate the product. It also contains information on how to buy a license of ElegantJ Chart Designer IDE.
We provide free pre-purchase support to ensure successful evaluation of ElegantJ Chart Designer IDE. Please feel free to communicate with us with your query during product evaluation.
ReportMill 8
ReportMill is the most powerful Java reporting tool available. more>>
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.
Big Faceless Report Generator 1.1.36
The Big Faceless Report Generator is a Java application for converting source documents written in XML to PDF. more>>
Built on top of the Big Faceless PDF & Graph Libraries, the Report Generator combines these features and wraps an XML parser around them.
Using JSP, ASP, XSL, or similar, creating dynamic PDF documents directly from a database is now as easy as HTML.
Main features:
- HTML-style Tables - auto-sized nested tables with full control over padding, margins and borders
- Use cascading CSS2 stylesheets to control look and feel
- Create inline graphs and charts with XML, direct from the database
- Includes a servlet and a servlet filter for simple generation of PDFs from XML or JSP pages.
- Auto pagination of content with page headers and footers
- Familiar HTML syntax - < a >, < ul >, < p >, < table >, < td > and so on - simpler and faster than FOP
- All the features of our PDF library - Unicode support, Encryption, TrueType fonts, Barcodes and more
TFORMer Designer / TFORMer Runtime 5.0
TFORMer is a report generator and output solution that offers outstanding document layout and output features. more>>
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.
ScriptSite 1.0
ScriptSite v1.0 is a multi-browser compatible perl script. more>> ScriptSite v1.0 is a multi-browser compatible perl script that quickly and easily permits you to set up and maintain an extensive and well organized internet programming/script archive under Windows or Linux with a minimum of effort on your part. The listed resources can either be stored on your server (archive) or linked from the authors website (directory). ScriptSite v1.0 is highly flexible and completely generic so that it can be used by virtually anyone with very little modification. It is also fully customizable. ScriptSite v1.0 was painstaking designed from the ground up to be both feature-rich and user-friendly. Visitors can rate resources, write and submit their own resource reviews, report dead links, participate in polls, contribute articles to the weekly newsletter and much more. The admin page features a built-in newsletter/banner manager which makes sending out newsletters to multiple recipients and managing advertising banners a breeze. A powerful search engine with indexing and advanced search capability is also built into the script. ScriptSite v1.0 can be used alone or as the perfect compliment to any existing site looking for high traffic or product branding and each of the 798 html pages used by the script contains unique, binominal and trinominal keywords for maximum traffic generation.<<less
East-Tec DiskSanitizer 2.1
East-Tec DiskSanitizer for Linux completely eliminates data from the entire disk on a Linux environment. more>>
Deleting all the files, formatting the hard disk or using the FDISK utility is not enough to stop people that will have access to the computer in the future to restore information using basic recovery programs.
East-Tec DiskSanitizer however removes all traces of data and software from the computer hard disk, by overwriting and destroying beyond recovery every sector and every bit of information.
Data is removed according with U.S. Department of Defense standards or custom user security levels. East-Tec DiskSanitizer can be operated from a floppy disk to sanitize any drive from the computer, regardless of the file system or the operating system.
After selecting the drives to sanitize and the security level, the product is ready to perform its job.
Powerful verification capabilities and full user control during the sanitizing process can provide the utmost assurance that all data has been completely removed beyond recovery. At the end of the sanitize process the product can generate a proof of correct data disposal by printing a sanitizing report or by saving it for permanent records
Main features:
- The data on drives formatted with East-Tec Sanitizer 2005 is destroyed beyond recovery using advanced wiping techniques that can stop both software and hardware tools from recovering any data.
- Meets and exceeds the U.S. Department of Defense standards for the permanent erasure of digital information.
- Works with both IDE/ATA and SCSI disk drives
- The ability to sanitize any floppy or hard disks connected to the computer, or any independent partition from a hard drive without affecting other partitions, regardless of the file system and the operating system that resides on each drive (works with FAT12, FAT16, FAT32, NTFS, DOS, Windows 3.x, Windows 95, Windows 98, Windows NT, Windows 2000, Windows XP, Unix, etc.).
- Powerful verification capabilities that give the user the utmost assurance that all data has been completely removed from disk.
- Very fast wiping speeds by using direct memory access (DMA/UDMA mode) for IDE/ATA drives (where support for this mode is available)
- The ability of wiping data on several machines simultaneously by installing Sanitizer on bootable floppy, CD or DVD disks.
- The ability to maintain detailed logs of all sanitizing operations, that can be printed and saved for permanent records.
- Overall progress, average speed and estimated time indicators are available.
- Mouse support.
Advanced Features:
- Powerful command-line parameter options that allow advanced users to run the program from the command prompt, with no user interface (if desired) and create different wiping scenarios.
- Sanitizing BIOS Free feature that allows users to address the full hard disk capacity even if, on some old machines, BIOS does not support large hard drives.
- The ability to develop and use your own data-destroying algorithms, that perfectly suits your security needs.
- The ability to generate random data streams using ISAAC Pseudo-Random Number Generating algorithm.
PetSite 1.0
PetSite v1.0 is a multi-browser compatible perl script. more>> PetSite v1.0 is a multi-browser compatible perl script that quickly and easily permits you to set up and maintain an extensive and well organized pet directory under Windows or Linux with a minimum of effort on your part. PetSite v1.0 is highly flexible and completely generic so that it can be used by virtually anyone with very little modification. It is also fully customizable. PetSite v1.0 was painstaking designed from the ground up to be both feature-rich and user-friendly. Visitors can write and submit a This Weeks Featured Pet ad, submit a standard pet ad to one of many different categories, report dead ads, participate in polls, contribute articles to the weekly newsletter and much more. The admin page features a built-in newsletter/banner manager which makes sending out newsletters to multiple recipients and managing advertising banners a breeze. A powerful search engine with indexing and advanced search capability is also built into the script. PetSite v1.0 can be used alone or as the perfect compliment to any existing site looking for high traffic or product branding and each of the 903 html pages used by the script contains unique, binominal and trinominal keywords for maximum traffic generation.<<less
SoftSite 1.0
SoftSite v1.0 is a multi-browser compatible perl script. more>> SoftSite v1.0 is a multi-browser compatible perl script that quickly and easily permits you to set up and maintain an extensive and well organized shareware or freeware directory/archive under Windows or Linux with a minimum of effort on your part. The listed software files can either be stored on your server (archive) or linked from the authors website (directory). SoftSite v1.0 is highly flexible and completely generic so that it can be used by virtually anyone with very little modification. This greatly improved version is completely customizable via a small CSS file (no more repetitive editing!). Also included in this new and improved version is support for a greater number of software platforms and licenses, an awards section and a news section. Finally, using CSS, weve made SoftSite v1.0 even more multi-browser compatible and weve added a lot of cool things like mouseovers, custom cursors, IE scollbars, form backgrounds and much more. The online demo is intentionally "tacky" in order to show you just how extensively SoftSite v1.0 can be customized but you can customize it any way you like. SoftSite v1.0 was painstaking designed from the ground up to be both feature-rich and user-friendly. Visitors can rate programs, write and submit their own software reviews, report dead links, participate in polls, contribute articles to the weekly newsletter and much more. The admin page features a built-in newsletter/banner manager which makes sending out newsletters to multiple recipients and managing advertising banners a breeze. A powerful search engine with indexing and advanced search capability is also built into the script. SoftSite v1.0 can be used alone or as the perfect compliment to any existing site looking for high traffic or product branding and each of the 564 html pages used by the script contains unique, binominal and trinominal keywords for maximum traffic generation.<<less
DateSite 1.0
DateSite v1.0 is a multi-browser compatible perl script. more>> DateSite v1.0 is a multi-browser compatible perl script that quickly and easily permits you to set up and maintain an extensive and well organized personals directory under Windows or Linux with a minimum of effort on your part. DateSite v1.0 is highly flexible and completely generic so that it can be used by virtually anyone with very little modification. It is also fully customizable. DateSite v1.0 was painstaking designed from the ground up to be both feature-rich and user-friendly. Visitors can write and submit a featured personal, submit their own personal ad reviews, report dead ads, participate in polls, contribute articles to the weekly newsletter and much more. The admin page features a built-in newsletter/banner manager which makes sending out newsletters to multiple recipients and managing advertising banners a breeze. A powerful search engine with indexing and advanced search capability is also built into the script. DateSite v1.0 can be used alone or as the perfect compliment to any existing site looking for high traffic or product branding and each of the 493 html pages used by the script contains unique, binominal and trinominal keywords for maximum traffic generation<<less
Securepoint Security Suite 2006nx P5
Securepoint Security Suite is a complete firewall, content filter, spam filter, authentication and VPN software system. more>>
VPN functions support PPTP/IPSec (X.509 certificates, preshared, RSA signature). You can use the firewall on a standard PC with 2 to 16 network cards (Ethernet/ADSL).
It supports journaling filesystems/RAID. The Security Manager offers a graphical user interface with many features, and advanced reporting and filter functions.
Securepoint Security Suite is available for real-time analysis, traffic, alarm, IPSec, PPTP, system-log, system-status, proxy, administration.
Main features:
- Spam Filter
- high-availibility functions (Bonding / Trunking)
- QoS (Traffic Shaping/Quality of service) / VoIP support
- Virus Scanner for HTTP, FTP, POP3, SMTP
- Content Filter for HTTP
- Securepoint User Verification Agent
Version restrictions:
- 30 day trial
Enhancements:
- This release adds a complete workaround of the spam filter engine for SMTP and POP3, with an update of the spam administrator user interface and a new reporting tool.
PesterCat 2.4.0
PesterCat is a web testing tool that was designed to perform functional testing for web applications. more>>
PesterCat runs on Linux, Mac OSX, and Windows. PesterCat is a great tool to aid in website development and testing!
Main features:
- Recording and playback of HTTP web requests.
- Save scripts in an open XML format.
- HTTP response validations using XPath and regular expressions.
- SQL database validations using JDBC.
- Use variables and variable setters to make scripts dynamic.
- Automate your test scripts with Ant tasks to run scripts and generate reports.
Enhancements:
- Added option to force acceptance of self signed SSL certificates during playback. Added option for requests to follow redirects.
- Fixed issue on playback report where post run variables list did not correctly display the variables after the script run. Fixed issue where multipart/form-data requests could fail in some configurations.
- Added word wrap to the description field on the Notes page of the playback report. Added tutorial.xml to PesterCat Ant toolkit.
Admin Report Kit for SharePoint 2003 4.5
A powerful configuration and usage reporting tool for SPS and WSS more>> <<less
Mortgage Site Solution 4.0.1
Mortgage service software solution. It includes financial calculation tools and everything else you need. Original appearance will attract more customers. The Mortgage Software lets you know how each payment affects your personal finance. Admin and user demos are available, and you can use them to see how it all works. Different types of calculators to add functionally to your web site. more>>
Mortgage Site Solution - Mortgage service software solution. It includes financial calculation tools and everything else you need. Original appearance will attract more customers. The Mortgage Software lets you know how each payment affects your personal finance. Admin and user demos are available, and you can use them to see how it all works. Different types of calculators to add functionally to your web site. Excellent online support team will guide you through all the procedures. This script is easy to customize and use.
Enhancements:
Version 4.0.1
1. changes in design of admin and user mode
2. new Full Application Form. Changed fields, stable work with report Uniformal Residence Loan, etc.
3. Export to CSV and Calyx Point!!!
4. New wysiwyg - Spaw.
5. Bugs fixing
6. wide and more informative index page Admin Mode (faq from Pilot Group, news Pilot Group, support-forms)
7. Feedback-section in User mode
8. Opportunity to track Loan Status? by site visitor
9. Change price
8) Change price
System Requirements:PHP 4.0 or higher, MySQL 3.23.0 or higher<<less