| Use Standard Search | Advanced Search | Browse Software by Category | View Popular Search Terms |
| Field | Value |
|---|---|
| Page # | 1 |
| Items per page: | 50 |
| Sort Column: | Release Date |
| Program Type: | Demo |
| Search: | Keywords |
| String: | text |
| Match: | Exact |
Show Options
| Matches: 62 · 2 pages Page 1 2 |
| Title [ and relevant links ] |
Company | Description [ no highlighting ] |
Operating System | Program Type | Cost | File Size | Release Date | Category | |||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| #1 Font-Effects |
CAD-KAS GbR | Text creation tool that produces graphics for use in presentations and on the Web. You can deform the text and use textures. Use shadow and edge effects to make the text look fantastic! You can also add a border and a background texture. The result can be printed or saved. |
|
Demo | $11.99 | 775 kb | 2001-03-13 | Graphic Apps Other | |||||||||||||||||||||||||||||
| #2 Active Bulletin Screen Saver |
e-motional.com software | The Active Bulletin Custom Screen Saver is an Internet-based screen saver that is ideal for providing promotional and advertizing information to your target market - in real-time! Control the images your customers see. Update your images and text message at any time - remotely - via the Internet. Add hot-links directly to your website, so your customers can stay in touch with you. Customizable with your images, logos, captions, weblinks. Communicate your corporate vision in a novel way. Showcase your products. Advertise your services. Create a promotional item. Create a motivational tool for employees or business partners. Encourage repeat visits to your website. |
|
Demo | $29.95 | 1292 kb | 2001-05-14 | Business Other | |||||||||||||||||||||||||||||
| #3 DBMS ConteXt |
SofteX Plus Inc. | ConteXt. ConteXt is an interactive DBMS of a new generation. It supports context data model that includes relational, network, partially hiearchial, object-oriented, and attribute-value architecture. ConteXt allows easy development of complex interactive applications accessible through the Internet. Main features of ConteXt is fast operation speed, short learning curve, and a typical user interface. The description of ConteXt is here: www.unixspace.com/context ConteXt is distributed in two versions - multi-user system for Unix, and stand-alone system for Windows. Multi-user version of ConteXt for Windows is currently under development. Physical format of data does not depend on the system. Access to the DBMS is possible through Terminal application, or the Terminal applet, so before downloading the DBMS, make sure to install one of those programs first. In case of ConteXt for Windows it is not necessary because the terminal is included in the package. |
|
Demo | $0.00 | 1150 kb | 2002-04-04 | Graphic Apps Other | |||||||||||||||||||||||||||||
| #4 Mentext |
Mimosil Technology Ltd | Mentext is an AI technology developed by Mimosil for working with plain English text. It is aimed primarily at developers and is supplied as a software component. Using Mentext's natural language processing capabilities, developers can enable their software to identify meaning or information conveyed in text, regardless of the words used. By utilising the capabilities of Mentext, an application can: - search a set of documents for a document about a given topic - search within a document for a particular piece of information - identify the meaning of an email or text typed by a user - compare 2 pieces of text to see if they mean the same thing. Mentext's advanced technology can yield significant benefits to the developer, in terms of increased functionality and reduced development time, by providing these capabilities in an off-the-shelf component which is simple to integrate into their software solutions. |
|
Demo | $40.00 | 2050 kb | 2002-04-30 | Games and Entertainment Other | |||||||||||||||||||||||||||||
| #5 TextMaker for Pocket PCs |
SoftMaker Software GmbH | In an ideal world, you could create a Microsoft Word document on your desktop computer, put it on your Pocket PC, edit and format it on the road, and then send it back to the office as a .DOC file, with content and all formatting still intact. This is what Pocket PC users expect from their mobile computers. Unfortunately, this is not how it works right now. Word Mobile, the so-called "word processor" shipping with all Pocket PCs, is perhaps the biggest disappointment for mobile users: No headers or footers. No tables. No outliner. No on-the-fly spell-checking. Severely limited text formatting. Image support? Barely existent. What about document conversion then? As soon as you move a .DOC file to your mobile device, all features that Pocket Word cannot process are stripped and thrown away. Basically, just the body text in bold, italic, and underline survives, but not much else. The alternative is TextMaker for Pocket PCs, the first and only complete word processor for Pocket PCs. Multi-language spell-checker? Graphics? Footnotes? Track changes? No problem. Tables? Sophisticated character and paragraph formatting? At your fingertips. Lossless conversion of Microsoft Word .DOC files as well as OpenDocument files? Right on your Pocket PC. TextMaker for Pocket PCs is the most comprehensive word processor ever developed for Windows Mobile. Imagine that: Desktop-class word processing on your Pocket PC! New features: OpenOffice.org and OpenDocument import, improved Microsoft Word import, AutoShapes and WordArt, Unicode support, Word-compatible tracked changes function, annotations, and much more... TextMaker is not only available for Windows, but has versions for Linux, Pocket PCs, Windows CE.NET, Handheld PCs, Sharp Zaurus, and FreeBSD, as well - one word processor, seven platforms. All versions of TextMaker use a single, common file format and can exchange documents with each other without any conversion. |
|
Demo | $49.95 | 32478 kb | 2003-03-31 | Business Office Suites and Tools | |||||||||||||||||||||||||||||
| #6 Block-IT! |
Inside Track | It converts 3D models into BLOCK format custom blocks for building immersive 3D website environments in 3DML. The full version of Block-IT! features UV mapping for effective texture detail and block optimisation for file size economy. It also includes a help file which shows the basics of block creation via Metasequoia©, exporting as RDS, and converting to BLOCK using Block-IT! |
|
Demo | $10.00 | 1557 kb | 2003-04-02 | Graphic Apps Converters and Optimizers | |||||||||||||||||||||||||||||
| #7 Context Menu Extension DLL |
SoftMajor | The Context Menu Extension DLL is a standard type of the Shell extension handlers. Like all such handlers, it is in-process Component Object Model (COM) object implemented as dynamic-link library (DLL). The Context Menu Extension handler exports two interfaces in addition to IUnknown: IShellExtInit and IContextMenu. It uses standard functions and procedures that Windows Shell calls to manage data between the extension and the Shell, like IShellExtInit::Initialize, IContextMenu::QueryContextMenu, IContextMenu::GetCommandString, IContextMenu::InvokeCommand. And (of course) like all another COM objects the Context Menu Extension DLL exports standard functions: DllMain, DllGetClassObject, DllCanUnloadNow. BUT YOUR OWN APPLICATION NEEDN'T TO KNOW ALL THE THINGS WRITTEN ABOVE! Why? Because the Context Menu Extension DLL works only with the Shell and interacts with your own application through a Command Line, using ShellExecute function with the next parameters: lpOperation = "open"; lpFile = "fully_qualified_path_to_your_application" (The Context Menu Extension DLL reads this path from the registry) lpParameters = pointer to the zero terminated string that consists all the items the Context Menu Extension DLL had got from the Shell. Your application parses this string to retrieve all the item user had selected from the Windows Explorer. nShowCmd = SW_SHOWNORMAL The last and only thing, you have to write in your code in order to start execute your application together with the Context Menu is parsing the Command Line to get all the items, that Context Menu Extension Dll had passed into the Command Line string. Provided in this package TestMenu application helps you to test the parsing of the string (as well as menu functionality) prior you will code it in your project. |
|
Demo | $69.00 | 656 kb | 2003-09-06 | Development Components and Libraries | |||||||||||||||||||||||||||||
| #8 SCML MAIL MERGE PRINTER |
SCMLsoftware | The SCMLsoftware Mail Merge is a complete mail merge solution that can easily be integrated in your Visual Basic applications. It features: · Print/preview the merged document with your own margin settings. · Inserting page breaks in the RTF text. · Print/preview the corresponding labels (159 pre-defined Avery formats). · Print/preview direct envelope printing. |
|
Demo | $399.00 | 597 kb | 2003-10-07 | Development Other | |||||||||||||||||||||||||||||
| #9 Able2Doc - PDF to Word Converter |
Investintech.com Inc. | Able2Doc (A2D) lets users view and convert data from PDF format into formatted Word documents that can then be edited. A2E converts graphics and preserves the PDF layout of text in Word document. Users can select data from a PDF document and choose to convert the selection into Word using a 'complex' or 'simple' Word conversion. The 'complex' conversion retains the background graphics and the look and feel of the PDF document. The 'simple' Word conversion converts only the text and the output is in a standard formatted Word document. A2D is also able to convert XPS documents and PDF to Open Office document format. A2D is a stand-alone Windows application with its own PDF viewer that does not require Adobe Acrobat. Licensing: In addition to the full license for $49.95, a 30-day subscription license is also availble for $19.95. Please contact sales@investintech.com if you are interested in site licensing or group licensing rates for organizations or small businesses. |
|
Demo | $49.95 | 5449 kb | 2004-09-15 | Business Office Suites and Tools | |||||||||||||||||||||||||||||
| #10 Able2Extract |
Investintech.com Inc. | Abl2Extract is a powerful PDF Converter tool that lets users convert their PDF data into formatted MS Excel spreadsheets, editable MS Word documents, forms, powerpoint presentations, Autocad (DWG, DXF), Open Office, image formats (jpeg, bmp, png, tiff, etc.), HTML and more. A2E has its own proprietary PDF viewer that allows users to select exactly what they want to convert. Our custom Excel conversion option lets users graphically designate how they want their PDF data converted into excel and then save the template for future use. This ensures perfect conversions into Excel. A2E also converts XPS documents into Word, Excel, Powerpoint and more. XPS is microsoft's PDF competitor available in Vista. A2E allows users to better utilize data in certain formats such as financial information and database reports. For example, users can select and convert financial tables and other tabular data directly into Excel rather than inputting the data manually, i.e. PDF to Excel, PDF to Text, HTML to Excel? A2E is a standalone Windows application that does not require Adobe Acrobat. Version 6.0 adds batch conversion of PDFs, PDF to Autocad (DWG and DXF formats) conversion. Licensing: In addition to the full license for $99.95, a 30-day subscription license is also available for $34.95. |
|
Demo | $99.95 | 8506 kb | 2004-09-15 | Business Office Suites and Tools | |||||||||||||||||||||||||||||
| #11 PDF Reverser |
Hillbilly Software, Inc. | PDF Reverser is a powerful and user-friendly tool to reverse and extract images and text/html in a PDF file. Special features: 1.Batch processing: Support batching processing for groups of PDF files. 2.Right-click to reverse: Could right-click one or a group of selected PDF files in the Windows Explorer to start the reversion. 3.Easy control: Display detailed reversing progress and reversing result, users may cancel reversing one file or the whole reversing process at any time. 4.Easy open:Automatically open or easily open the reversed text/html files and images. 5.Latest protocol support: Supports PDF1.5 protocol that is from Acrobat6.0. 6.Configurable image format: Image's output format could be JPEG or BMP format. 7.Encrpted PDF file support: Supports the reversion from the encrypted PDF file. Automatically clear owner password of a PDF file even if the user forgets and prompt to user to input the user-level password of the PDF file if it has. Other features: 1.Reverse and extract plain text and all images in PDF files on the fly. 2.Could select a range to reverse. 3.Support to save the reversed plain text into a simple html file. 4.Display detailed PDF file's information. 5.Need not the installation of the Acrobat Reader. 6.Supports PDF files in all European languages. 7.Supports all Windows platforms, 98/ME/NT/XP/2000/2003 |
|
Demo | $59.95 | 1426 kb | 2004-09-25 | Business Office Suites and Tools | |||||||||||||||||||||||||||||
| #12 Embedded Speaker Verification Kit |
Research Lab Inc | Embedded Windows CE Speaker Verification Developers Kit is your compact security solution for Development of Speaker Verification Systems at Electronics level. The design is based on ISIP ASR and is Ported to Windows CE, Pocket PC, Smart Phone, Palm OS, Symbian OS. Shipped Hardware Kit Includes: PC/104 VGA - AGP /Res: 1,280x1,024 true colors LAN - Realtek 10/100 Mbps Audio - AC97 Flash Disk - PQI DiskOnModule SOC - CPU 466 MHz Real Time Clock with Lithium Battery Labx86 Single Board Computer Dimensions 3.5' x 3.7' Weight: 112g 128 MB RAM Voltage : +5V (@920 MA) Windows CE 5.0/CE 4.2 Speech Development Software Printed Manual of API's SAPI - Interface Samples External Electronic Circuit Samples for Biometrics for User Identification Speaker Verification with passwords Mobile Data Security Chat/Login Vehicular Systems Commands for Security Porting International Languages Connectors and screw drivers. |
|
Demo | $799.00 | 661 kb | 2004-10-26 | Audio and Multimedia Other | |||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||
| #13 OCR-TextScan 2 Word |
CAD-KAS GbR | Don't waste your time and retype paper text into your computer. With OCR-TextScan 2 Word you can easily scan paper documents. The program now tries to find the text information out of the scanned picture and to save it as word file or text file. You still have to correct the texts but you save a lot of time compared with complete retyping of the text. Text in the most used fonts can be recognized. You can start the OCR process over command line for large amounts of scanned files. You only have to provide the program with the name of the picture file and the output RTF/DOC file. |
|
Demo | $35.00 | 602 kb | 2004-11-15 | Business Other | |||||||||||||||||||||||||||||
| #14 Text2PDF Pilot |
Two Pilots | Text2PDF Pilot converts RTF and text documents into PDF files. The program supports different PDF security options, password protection mode (using 40-bit and 128-bit encryption keys), fonts embedding, and different compression modes. Using batch conversion mode, you can convert several documents simultaneously. Command line support is also featured. The program is easy to use and has Explorer-like interface. |
|
Demo | $30.00 | 2116 kb | 2004-11-24 | Business Office Suites and Tools | |||||||||||||||||||||||||||||
| #15 Sinope Summarizer PE Trial |
Carp Technologies | Sinope Summarizer is the summarizing tool for professionals. It fully automatically generates summaries of arbitrary texts, while retaining images, formatting and page layout. The Sinope Summarizer uses advanced language technologies to determine what the text is about and which information elements are important. The Sinope Summarizer Personal Edition integrates with Microsoft Internet Explorer and enables users to summarize Web pages while browsing the Internet. The trial version only summarizes English webpages. The full version understands English, German and Dutch texts (more languages will be supported in the near future). Furthermore, a Summarize Tool is provided to summarize saved html and plain text files, and a Clipboard Summarizer to summarize the contents of the Windows clipboard. |
|
Demo | $49.95 | 7487 kb | 2005-01-05 | Network and Internet Browser Tools | |||||||||||||||||||||||||||||
| #16 Xara 3D |
Xara Group Limited | Add impact to your web pages with top quality still and animated 3D headings, buttons and logos. With Xara3D you can create an endless variety of 3D graphics from TrueType fonts or imported 2D shapes, with simple controls to alter the extrude depth, lighting, bevel, color and texture, shadow, font size and type. And there's a whole range of animation possibilities including multi-page sequences and even animated 3D screensavers. Graphics are fully anti-aliased for the best possible on-screen quality and can be optimized for web use. Imports WMF/EMF, CorelXARA and Webster files, exports GIF, Flash, JPEG, PNG, AVI or BMP. |
|
Demo | $44.99 | 5382 kb | 2005-02-21 | Graphic Apps Animation Tools | |||||||||||||||||||||||||||||
| #17 Genetica |
Spiral Graphics Inc. | Genetica 2 is an innovative node-based seamless texture editor for professional 3D artists that comes with over 500 realistic seamless texture presets. New in this version is a Substance Lab that helps streamline the process of creating new textures from scratch, a new Weather Lab that makes it easy to apply weathering or aging effects to your textures, a new Cut & Tile Lab that can automatically cut up your solid textures and turn them into everything from wall tiles to floor boards, a new Wood Lab that includes the functionality of our well known Wood Workshop application, a new Layer Lab that can produce a wide variety of effects from peeling paint to seamless weaves, and much, much more. With over 500 finished texture presets of all types, automatic seamlessness, resolution-independence, and unprecedented flexibility, Genetica 2 will help you revolutionize your textures. Also comes in a Pro edition with additional functionality. |
|
Demo | $129.00 | 5039 kb | 2005-05-25 | Graphic Apps Editors | |||||||||||||||||||||||||||||
| #18 KronoLog |
Whistling Cow | August, 2005 KronoLog: The Information Manager for the Information Age River Edge, NJ (August 31, 2005) - Whistling Cow announces the upgrade of KronoLog to Version 1.050825, a powerful information manager for the information age. Designed for the Windows 98, 98SE and XP platforms, this program leverages advances in computer capabilities to allow users to centralize the entry and retrieval of information in a broad variety of formats, including text, graphic, clipboard objects and objects created by other programs installed on the user?s computer. To illustrate the simplicity and power of KronoLog, a tutorial online at www.kronolog.com shows how you can create an invoice for professional services rendered from scratch in less than one minute. Kipp Elliott Watson, the CEO of Whistling Cow, explained: ?KronoLog is designed from the ground up as a minimum-keystroke information management tool for the professional who must depend on complete and instantaneous access to any information he or she has recorded. This type of information is generally clustered with the attributes of beginning time, ending time, notes, employee, customer, project, activities and an invoice summary line. We call these discrete bits of information KronoLogs. The core of a KronoLog is its notes section, which can be plain text, an image, or an object created by any OLE-compliant program residing on the user?s computer. Try to enter more than a paragraph in any conventional time management program and you can see that KronoLog presents an entirely new dynamic approach to information management.? For more information contact: Kipp Elliott Watson at kippw@kronolog.com |
|
Demo | $79.95 | 16708 kb | 2005-08-25 | Business Databases and Tools | |||||||||||||||||||||||||||||
| #19 Air Messenger Lite |
Internet Software Solutions | Air Messenger Lite is a simple to use Alphanumeric Paging Software that allows you to send alphanumeric messages to Pagers and Digital Cellular Phone. The use of Air Messenger in your company can save you money by sending messages to your company Cellular Phones or Pagers and not having to actually talk to a person and therefore saving air time. ETAP allows for message confirmation and other features, provider need to support this protocol. For a full featured version that allows multiple paging carriers, spell check, groups and more then see Air Messenger Pro! |
|
Demo | $29.95 | 10506 kb | 2005-09-30 | Communications Pager Tools | |||||||||||||||||||||||||||||
| #20 Air Messenger LAN Server |
Internet Software Solutions | The Air Messenger LAN Server is a Network Alphanumeric Paging Server and a great investment for companies that run a large sales force or dispatch centers. All sales people or dispatchers can send pages through one network computer without the need to supply each computer with a phone line or modem. The Air Messenger Server can maintain company wide group and user lists which can be broken down to departments, detailed message and transfer logs, and provide you with E-Mail Paging, SNPP and Air Messenger Client connections. Access number, IP restrictions, and client logon are added for security control. Requires the use of Air Messenger Client to use all features but will accept SNPP connections from any SNPP Compliant Alphanumeric Paging Software. Client fully support the ETAP protocol for delivery confirmation and message updating when used with supporting terminals. Features: SNPP, WCTP, ETAP, EMail Paging Gateway, Web Server with Web Paging, SNPP Proxy Server, Fully Featured Client, TCP/IP Client To Server Communications, Easy Installation and setup. |
|
Demo | $499.95 | 52408 kb | 2005-09-30 | Communications Pager Tools | |||||||||||||||||||||||||||||
| #21 Air Messenger Mobile |
Internet Software Solutions | Air Messenger Mobile is a fully featured alphanumeric paging software with TAP, SNPP, ETAP, WCTP, and EMail support that allows you to send pages to Pagers and Digital Cellular Phones. The use of Air Messenger Mobile in your company can save you money by sending messages to your company Cellular Phones or Pagers and not having to actually talk to a person and therefore saves Air Time. SNPP allows you to send messages over the Internet to carriers such as Nextel, PageMart, Skytel, and others. SNPP and ETAP allow for message confirmation and additional features that are not support in the standard TAP/IXO protocol. Air Messenger Mobile also has a built in Air Mesenger LAN Server client which allows you to connect to the server while in the office. Command Line utility also included. With an easy to use interface and easy setup makes Air Messenger Mobile a must have for all your messaging needs. Features: Group Lists, Groups on the fly, Canned Messages, Multiple Provider Support, Multiple User and Group List, Spell Check, SNPP, SNPP Responce, Two Way Pager Support, ETAP, DDE, EMail Paging, AML Support, and more. |
|
Demo | $74.95 | 12410 kb | 2005-09-30 | Communications Pager Tools | |||||||||||||||||||||||||||||
| #22 Air Messenger Pro |
Internet Software Solutions | Air Messenger Pro is a fully featured alphanumeric paging software with TAP, SNPP, ETAP, WCTP, and EMail support that allows you to send pages to Pagers and Digital Cellular Phones. The use of Air Messenger Pro in your company can save you money by sending messages to your company Cellular Phones or Pagers and not having to actually talk to a person and therefore saves Air Time. SNPP allows you to send messages over the Internet to carriers such as Nextel, PageMart, Skytel, and others. SNPP and ETAP allow for message confirmation and additional features that are not support in the standard TAP/IXO protocol. Command Line utility also included. Supports WCTP Over HTTPS and does not require SMTP sever. With an easy to use interface and easy setup makes Air Messenger Pro a must have for all your messaging needs. Features: Group Lists, Groups on the fly, Canned Messages, Multiple Provider Support, Multiple User and Group List, Spell Check, Delivery Redundancy, SNPP, SNPP Responce, Two Way Pager Support, ETAP, DDE, EMail Paging, and more. |
|
Demo | $49.95 | 10497 kb | 2005-09-30 | Communications Pager Tools | |||||||||||||||||||||||||||||
| #23 CapiCall |
Shamrock Software GmbH | ISDN-based voicemail and information software for 2 to 60 channels with touch-tone controlled menus. The user can create own information menus quite easily. CapiCall also allows voice to mail (creating e-mails with WAV attachments) and GSM SMS notifications when new voice mails are stored. Based on the German version, an English Language Pack is available from: http://www.shamrock.de/en/ |
|
Demo | $0.00 | 2342 kb | 2005-10-08 | Education Languages | |||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||
| #24 IP_ePad |
IP Worx | Lightweight, yet highly functional text editor. Has several powerful features such as HTML compression, spell-checker, flesch-kincaid readabilty calculator, encryption, and vulgar word censor. There are several formating options such as numerous case tools and the abilty to both add and remove hard wrap formatting. Features: (Including, but not limited to) Save as PDF - Save text files in Adobe's PDF format. MRU List - the MRU (Most Recently Used) list is a list of the last five documents to be opened by ePad and may be used to easily open the associated file. Spell Check - start the spell checker to test the correctness of words in the current document; Correct: replace the currently selected misspelled word with the contents of the edit box. Skip: skip this word and remove it from the misspelled words list. Add to Dict.: add the current contents of the edit box to the dictionary for future use. Done: exit the spell checker. Replace - opens the replace text dialog, allowing the automatic replacement of a given text with another given text. The use of the Use regular Expressions option within the replace dialog allows for a more complex pattern matching using regular expressions. Numbers to Text - translates actual numbers to their textual equivalents. Ex: 123 = "one hundred twenty three" Vulgar Words to * - will replace all vulgar words in the text area with asterisks (*). Justify (Left/Right/Center) Indent - (Increase/Decrease) Wrap/UnWrap - place/remove hard returns in the text to force its layout to a given number of columns. Scramble - randomly redistributes selected text. Reverse - reverses the order of selected text. Encode - prompts for a "Keyword" to use to cryptographically encode the text. Strip HTML - removes any HTML tags. Compress HTML - removes characters that would normally be invisible during HTML rendering, reducing file/transfe |
|
Demo | $7.00 | 5176 kb | 2005-10-22 | System Utilities Other | |||||||||||||||||||||||||||||
| #25 Tee-Tip |
Spriteworks Developments | Tee-Tip v1.0 is an easy-to-use and completely customizable tool-tip solution. Simply place the cursor over a Tee-Tip enabled word, sentence or paragraph and a tooltip appears containing the associated content. Tee-Tip v1.0 provides a convenient way to present enhanced contextual data on your site and supports a variety of border styles, custom cursors and special effects. |
|
Demo | $4.95 | 47 kb | 2005-11-16 | Web Development Java and JavaScript | |||||||||||||||||||||||||||||
| #26 Textureworks |
Spriteworks Developments | TextureWorks v1.0 is an awesome collection of natural textures. Hundreds of commercial-quality brick, water, sky, stone, cloth, wood and marble textures and surfaces are included in the package. There are many different categories and whether your working on the next killer game or simply adding a background to your webpage, Texture Works is certain to have what you need. Registration comes with two free bonus products and access to our large Sound Effects Library containing everything you need to bring your games to life!. |
|
Demo | $14.95 | 574 kb | 2005-11-16 | Games and Entertainment Tools and Editors | |||||||||||||||||||||||||||||
| #27 BroadgunMuseum |
Broadgun Software | BroadgunMuseum Use Museum to store orders, receipts, invoices, contracts, tax documents and good recipes! Museum is a great spot to store your corporate data. Anything that should be kept long term, put it into Museum. Someone emails you an order, put into into Museum. Anytime you buy something online, they usually email you a receipt. Just right click in Outlook and submit to Museum. Easy. Find a good recipe on the web, email the web page to Museum. Setup an email account called museum@myserver.com This is a great feature. Once an email account has been setup and Museum configured to use it, you can send emails to Museum and it will full text index them along with attachments. e.g. Whenever I send an important email I "bcc" museum@myserver.com so my colleagues and I can easily find it if needed. When I receive an important email I just right click in Outlook to send it in. The high cost of not finding information Can you afford not to have the information you need when you want it? Don't let the information you need be locked up and out of reach on your colleagues PC's! Museum Features: Really fast web based searching Wildcard searching, fuzzy searching, etc. Innovative 'drill down' date searching German and English language versions Web based email viewer Full text indexing of emails and PDF, text, html, Word, Excel and Powerpoint attachments Full text indexing of PDF, text, html, Word Excel and Powerpoint files Centralized document repository Multiple independent repositories possible User security - users can have search, submit or admin permissions SSL supported Sophisticated email rules to control submission of emails Clients can be on any operating system (unless windows explorer/outlook integration is needed) as long as you can send an email and use a browser you can use it. Scalability - hugely. Millions of documents! Documents are stored on the file system in their native format Really easy to use |
|
Demo | $0.00 | 1769 kb | 2005-11-18 | Business Other | |||||||||||||||||||||||||||||
| #28 Prompt! teleprompter for Mac OSX |
movieclip.biz | Prompt! is a simple teleprompter application for public speakers used by CEO's of banks, heads of religious organizations, radio dejays and alike either on camera or in front of a live audience. Prompt! gives you the additional support which provides that little bit of confidence one needs in a public speaking environment. When on-camera talent performs, they read what they speak from a teleprompter. Traditionally, this task is performed by a dedicated computer with an application to edit and scroll the text at a user driven speed using a piece of hardware called a "scroller". The Video output of the scrolling text is reflected from a half silvered (pellix) mirror and the camera shoots through the other side of the mirror so that the talent is looking into the camera but reading the reflection of the text. This requires lots of hardware and software to achieve the same results as Prompt! and a laptop computer or computer monitor. By placing the laptop computer between the talent and the camera, the talent can read text from the top of the laptop screen and still appear to be looking at the camera if the camera is far enough back using a long lens. Trial and error is the key to getting a natural look to this process but the further the camera is from the subject, the better. If the talent will be controlling their own scrolling then mouse control is the best and if you have long mouse cord, that's even better. There is a built-in function to allow someone else to control the speed by using the keyboard or mouse. Use both if you like.For those traditionalists, Prompt! will also flip the text for use on a half mirror. Features: -Text can be imported and exported -Simple text editing is available -Native files can be saved -User customizable controls -Macintosh or Windows playback -Control over font size -Mirrors text display on screen -Mouse or keyboard control -Lite version available -Multiple resolutions -Works with most remotes (not included) |
|
Demo | $44.00 | 7043 kb | 2006-02-01 | Audio and Multimedia Video Tools | |||||||||||||||||||||||||||||
| #29 Prompt! teleprompter |
movieclip.biz | Prompt! is a simple teleprompter application for public speakers used by CEO's of banks, heads of religious organizations, radio dejays and alike either on camera or in front of a live audience. Prompt! gives you the additional support which provides that little bit of confidence one needs in a public speaking environment. When on-camera talent performs, they read what they speak from a teleprompter. Traditionally, this task is performed by a dedicated computer with an application to edit and scroll the text at a user driven speed using a piece of hardware called a "scroller". The Video output of the scrolling text is reflected from a half silvered (pellix) mirror and the camera shoots through the other side of the mirror so that the talent is looking into the camera but reading the reflection of the text. This requires lots of hardware and software to achieve the same results as Prompt! and a laptop computer or computer monitor. By placing the laptop computer between the talent and the camera, the talent can read text from the top of the laptop screen and still appear to be looking at the camera if the camera is far enough back using a long lens. Trial and error is the key to getting a natural look to this process but the further the camera is from the subject, the better. If the talent will be controlling their own scrolling then mouse control is the best and if you have long mouse cord, that's even better. There is a built-in function to allow someone else to control the speed by using the keyboard or mouse. Use both if you like.For those traditionalists, Prompt! will also flip the text for use on a half mirror. Features: -Text can be imported and exported -Simple text editing is available -Native files can be saved -User customizable controls -Macintosh or Windows playback -Control over font size -Mirrors text display on screen -Mouse or keyboard control -Lite version available -Multiple resolutions -Works with most remotes (not included) |
|
Demo | $44.00 | 6377 kb | 2006-02-01 | Audio and Multimedia Video Tools | |||||||||||||||||||||||||||||
| #30 Advanced Word Repair |
DataNumen, Inc. | Advanced Word Repair is a powerful Word document recovery tool. It uses advanced technologies to scan the corrupt or damaged Word documents (doc files) and recover your data in them as much as possible, so to minimize the loss in file corruption. Main features: 1.Support to repair Microsoft Word 6.0, 95, 97, 2000, XP, 2003 documents. 2.Support to recover text and embedded images in Word documents. 3.Support to fix Word doc files on corrupted medias, such as floppy disks, Zip disks, CDROMs, etc. 4.Support to repair a batch of Word doc files. 5.Support to find and select the Word documents to be repaired on the local computer. 6.Support integration with Windows Explorer, so you can fix a doc file with the context menu of Windows Explorer easily. 7.Support drag & drop operation. 8.Support command line parameters. |
|
Demo | $89.95 | 932 kb | 2006-02-05 | System Utilities Text and Document Editors | |||||||||||||||||||||||||||||
| #31 Presto Web FX |
Digital Workshop (Europe) Ltd | Combine Flash effects and animations into animated panels and banners. Simply select and apply over 325 preset effects or customise to suit. Make your own tween animations or morph effects easily. Includes bitmap and gradient fills, vector drawing tools and now comes with Flacrobats, a special symbol font to make unusual results from the same effects. Publish to Flash format for your Web site or multimedia project. Build simple actions and interaction into the movie with no programming experience required. or use the script action for advanced requirements. Presto is simply the easiest way to create unique Flash effects for your website or multimedia project or just for fun. We've designed over 325 preset effects for you to use or customise or you can create your own from over 25 different foundation styles. Presto 2 includes effects unlike anything else you've seen anywhere else so your movie can really stand out from the crowd with very little effort. Combine effects and animations into animated panels and banners. Now includes Flacrobats, a special symbol font with shapes and symbols to make animated borders and embellishments. And when you want to go further We've taken the popular Opus interface and created an easy way to build simple actions and interaction into the movie with no programming experience required. Then we've provided a script action for advanced users to write their own scripts and take their movies still further using the java-like scripting language and full support for Flash ActionScript. The animations produced can be used directly on a website or as part of a multimedia project or can be incorporated into a larger Flash file in another program. The software includes resources and examples with full online help and our customary free technical support. |
|
Demo | $70.00 | 4821 kb | 2006-02-10 | Web Development Flash Tools | |||||||||||||||||||||||||||||
| #32 CBB TextPrinter |
CodeBuildingBlocks | CBB TextPrinter is an ActiveX component that allows you to perform direct textual printing to a compatible printer. With TextPrinter you can print without going through the spooler or the print manager. With TextPrinter you can utilize the amazing speed of modern impact printers. TextPrinter is very simple and easy to use. For example, you can print tickets, coupons, reports or labels. TextPrinter includes support for pre-defined forms which you can load, fill and print. The International support allows you to print in many languages; printing is not limited to English. TextPrinter was designed and tested with retail and Point of Sale systems in mind. To sum it up TextPrinter is a professional component of a high standard. |
|
Demo | $40.00 | 364 kb | 2006-03-07 | Development Components and Libraries | |||||||||||||||||||||||||||||
| #33 Waha! Transformer Lite |
Beacon Information Technology Inc. | Customer data, sales data, order data, classification data, sales results, budget administration, various testing data, questionarie tabulation, etc. Transforms data to fit your needs while simplifying everyday data processing with just one click. Waha! Transformer Lite is a tool that frees you from messy data conversions without any programming. This automatic data transformer can access to various databases and extract any necessary data by specifying conditions. Complicated data transformation can be done just by creating a so-called 'job', which is made by combining seven kinds of already-made 'data transformation parts (View-Filter)'. Created 'jobs' are visualized in a simple data-flow-diagram for easy understanding. Waha! Transformer's Merits - Once you define the transformation process for a given set of data, all it takes is a single click, resulting in a dramatically saving of time. - Flexibility when a process procedure changes. - Intuitive data flow to display a processing procedure and easily pass on to others. |
|
Demo | $99.95 | 16085 kb | 2006-04-01 | Business Databases and Tools | |||||||||||||||||||||||||||||
| #34 SearchBlackBox SDK |
SearchBlackBox Software | 90% of the time, modern office software operates using textual data. Various pieces of text are spread everywhere on our disks, local and global networks, etc. Thousands of developers spend months trying to provide search capabilities to end-users. Some of them organize their textual data via folder trees, and create searchable indexes. Others use third-party database engines and try to adapt them for their specific needs. That's all in the past now. SearchBlackBox SDK introduces an API that achieves a brand new level of flexibility. The SearchBlackBox API allows you to add search capabilities to your own applications in minutes. Index each and every document. SearchBlackBox SDK automatically indexes all kinds of textual documents whether they are structured or unstructured, and regardless of their format and location. Customize searching with modern search techniques. Fuzzy, proximity, and range queries are all at your service. Control the output. SearchBlackBox SDK allows you to control the way results are provided to the user. You can easily add filtering, grouping, sorting and automatically highlight matches in the search results. SearchBlackBox SDK is written in C#. It is fully optimized for use in .NET applications and is natively integrated as a .NET Framework Class Library. Thus, the SDK can be used in all kinds of .NET applications, from Windows Forms GUI projects to WEB services. SearchBlackBox SDK has all the features you need to quickly add a search engine to your applications without the need to study the subject or to write some extra code. It is both extremely easy-to-use and to deploy. With an open architecture and a reasonable price, this is one of the most competitive solutions on the market today. |
|
Demo | $275.00 | 572 kb | 2006-04-21 | Development Components and Libraries | |||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||
| #35 textArt |
Digital Workshop (Europe) Ltd | Create and customise over 350 special effects for quick and easy title, banners and highlights. From Simple outlines, contours, dots and lines through PopArt Scribble, patch up and Comic Book to highly Polished chrome, gold Steel and even semi transparent effects such as glass and mist. Easy to use... Just type your line of text, select the effect and choose the colours and apply! Edit the results in Paint Shop Pro like any other image - add a drop Shadow or other effects rotate or resize. New in version 2 is a custom option, which lets you choose any image or texture as a basis for the effects. |
|
Demo | $35.00 | 6088 kb | 2006-04-28 | Graphic Apps Editors | |||||||||||||||||||||||||||||
| #36 Find Desktop Standard |
IdeaSolutions S.r.l. | Find Desktop makes it easy to retrieve whatever you need! It allows you to drammatically decrease the time needed to find, view and elaborate documents. Find Desktop is integrated with a powerful "full-text" retrieval technology supported by O.C.R. engine. This allows you to search directly in the text, starting from one word or exact phrase contained in electronic or image documents. Other functions are the mail indexing system, the enhanced scanning functions (with virtual annotation capabilities) as well as the management of the classification fields associated with documents render Find Desktop the fast and economic solution for document management. Find Desktop is equipped of technology "Highlight" that evidences directly on the original document (image file or electronic file) the search results and supports the most common electronic document formats (PDF,Ms. Word, Ms. Excel, etc..) with search capabilities also in ZIP file. Automatic Update functions available. |
|
Demo | $80.00 | 30019 kb | 2006-05-02 | Business Office Suites and Tools | |||||||||||||||||||||||||||||
| #37 Link Show (Text/Vertical Edition) |
Spriteworks Developments | Link Show v1.0 (Text/Vertical Edition) is an easy-to-use and completely customizable preview-type vertical menu system that supports text previews and includes custom cursor support, a collection of four colored bullets and a variety of border styles. Link Show v1.0 (Text/Vertical Edition) provides a unique way for visitors to navigate your site. |
|
Demo | $7.95 | 40 kb | 2006-05-04 | Web Development Java and JavaScript | |||||||||||||||||||||||||||||
| #38 Linkpeeker |
Spriteworks Developments | Linkpeeker v1.0 is an easy-to-use and completely customizable tool-tip solution that supports image previews with text. Simply place the cursor over a Linkpeeker enabled word, sentence or paragraph and a tooltip appears containing a preview of the associated content. Click on the link and it takes you to the page containing the content. Linkpeeker v1.0 provides a convenient way to present enhanced visual and contextual data on your site and supports a variety of border styles and custom cursors. |
|
Demo | $5.95 | 19 kb | 2006-05-05 | Web Development Java and JavaScript | |||||||||||||||||||||||||||||
| #39 Multi-Edit 2008 Lite |
Multi-Edit Software, Inc. | MeLite 2008, the latest programming tool from Multi Edit Software, Inc. provides exceptional power for a reduced rate. Geared towards the beginning programmer and student, MeLite gives you Intelligent Language Support with Smart Indenting, code templates, brace/construct matching, and auto commenting as you type! Also included is our language sensitive code highlighting, for any language! The function tagging feature supports, ASP, Ada, Aspect, BASIC, VB, Batch, CSS, PERL, Java, Javascript, FORTRAN, Delphi and many more. MeLite also contains the ability to add your own language support and enhanced HTML support. With MeLite your Keyboard mappings, menus can imitate others and be fully customized. Change fonts, colors, screen layout, even toolbars from one easy interface. All dialogs are resizable. MeLites editing features increase your programming prowess. Concurrently edit up to 2048 DOS, UNIX, and Binary files of any size with line lengths up to 16k!! Now that?s Power! Regular Expression Search Support? ME2k8 has one of the most configurable and fastest search and replace engines. Search across multiple files, folders, directories and drives. Define the perfect parameter with regular expression support. Find text as you type incrementally. Once youre text is found, its highlighted throughout the entire file. MeLite supports up to 99 named bookmarks to help ease the transition between editing positions in a file. Jump back and forth between different positions quickly and simply with MeLites Bookmark feature. Collapse code that you dont need to review, to further speed up your file browsing. Collapse tags and functions. (This feature is dependant on the language you are programming in, see our complete feature listing for more details) Launch an URL from within the very file you are editing. Even launch another program with exec: or parse URLs like http://www.multieditsoftware.com. |
|
Demo | $49.00 | 18369 kb | 2006-09-20 | Development Source Editors | |||||||||||||||||||||||||||||
| #40 Supreme Text Scrambler |
FileHidingSoftware.com | Supreme Text Scrambler is text encryption software that allows you to encrypt text with ease. Featuring a simple text editor, you can enter the text in which you wish to scramble or you can simply open an existing text file. After you scramble the text, you can easily save the encrypted text file to your hard drive. It also provides password protection to prevent others from decrypting your messages. Supreme Text Scrambler is also very useful when chatting with others through chat rooms, email, and instant messaging. |
|
Demo | $19.95 | 325 kb | 2006-09-20 | Security and Privacy Encryption Tools | |||||||||||||||||||||||||||||
| #41 Multi-Edit 2008 |
Multi-Edit Software, Inc. | Multi-Edit 2008 (ME2k8) delivers. It is a powerful IDE, with its speed, depth, uncompromising access, and support for over 50 languages. Think it, build it, keep it in line. A top tier program editor, ME provides a single environment in which you can control all your VCS programs and compilers, and at the same time integrate with your existing RAD environment. Never cut-and-paste your code between editors again. Have access to language reference guides as close as your right mouse button. With the addition of BCDiffer, by Scooter Software, ME received a boost to its file compare utility. ME also includes the Evolve XBase AddOn and Polystyle code formatter. MEs enhanced search function includes Perl 5 and UNIX Regular Expression support and new definable Search Filters. ME has one of the most configurable and fastest search and replace engines. Search across multiple files, folders, directories, and drives. Define the perfect parameter with regular expression support. Find text as you type incrementally. Once your text is found, its highlighted throughout the entire file. File Sync Integration for: Delphi 6, 7, 2005, C++Builder 6, BDS 2006 and RadStudio 2007, VB 6, VC 6, MS VS2008. Seamless integration with TopStyle, CSE Validator, HTML Tidy, Beyond Compare, and more. ME supports large DOS/Windows, UNIX, binary and Macintosh files. With ME2k8 your keyboard mappings and menus are fully customizable. Change fonts, colors, screen layout, and toolbar's, from one easy interface. Most dialogs are also resizable. ME enlists a bookmark feature to help ease the transition between editing positions in a file. Jump back and forth between different positions effortlessly with the Bookmark feature. Collapse code that you do not need to review, to further speed up your file browsing. Collapse tags and functions (This feature is dependent on the programming language, see our complete feature listing for more details). Start programming better and faster today with ME2k8. |
|
Demo | $179.00 | 18369 kb | 2006-09-20 | Development Source Editors | |||||||||||||||||||||||||||||
| #42 Multi-Edit 2008 Lite for SAS |
Multi Edit Software, Inc. | Multi-Edit Lite for SAS 2008 answers the need for a modern editor that is dedicated to the needs and environment of todays SAS programmer. Multi-Edit Lite 2006 becomes a SAS IDE by encompassing a collection of edit macros, templates and other features dedicated to SAS. Customizable and extendable this editor also allows the creation of your own tools. Customization is provided beyond the level you get from the ISPF or Unix shell environment. Create and edit menus, tool bars, and other functionalities. Programmers utilizing SAS/PC can develop, test, and fix at PC speeds without leaving the editor. Conversely, you retain the ability to use the powerful editing features and upload/download your work to the host. The SAS ODS demands you work with HTML. Multi-Edit Lite for SAS 2008 provides support for over 50 languages, including HTML and RUBY. JAVA is supported for the developer who left SAS/AF for Java. Edit Java Script, Perl or PHP scripts with an editor that understands. Stop leap-froggin between IDEs. Multi-Edit Lite for SAS 2006, is the IDE for all your tasks. Feature rich, this IDE has a level of complexity that gives this editor the ability to grow with you. Its common to overlook functions that can help reduce your project time, i.e., mask and line exclusion (as used in ISPF), abbreviations and find-and-print (as used in VI). Access these features easily and increase your productivity. The tools included with Multi-Edit Lite for SAS 2006, provide simple access to these features that have been specifically designed for the SAS language. Basics include SAS highlighting, indention, and fast commenting. Expand keystrokes into SAS language constructs. Complete SAS integration and debugging tools are immediately available and smart code creates SAS Proc and Data steps using dialog. |
|
Demo | $69.00 | 18369 kb | 2006-09-20 | Development Source Editors | |||||||||||||||||||||||||||||
| #43 SMS Exporter |
Seiz System Engineering | Microsoft left out an important feature in Windows Mobile: The ability to store text messages permanently. On the mobile phone, they are kept in a folderish structure, but there is no way to export that information to a file. SMS Exporter is here to change that. Store read / unread and or Sent / Received text messages to a file. Supported file formats are TXT and CSV Optional deletion of exported messages keeps the SMS folder on the phone manageable. |
|
Demo | $10.00 | 74 kb | 2006-09-27 | Communications Telephony | |||||||||||||||||||||||||||||
| #44 Export Table to Text for SQL Server |
OmBelt Solutions | Export Table for Microsoft SQL Server helps to save table's data to text file. The program supports delimited or fixed length formats. Export utility has easy to learn and to use wizard interface. All modern versions of Microsoft SQL Server are supported. This handy utility helps database users to create text file for selected table within seconds. |
|
Demo | $49.00 | 481 kb | 2006-11-03 | Business Databases and Tools | |||||||||||||||||||||||||||||
| #45 Export Query to Text for SQL Server |
OmBelt Solutions | Export Query for Microsoft SQL Server helps to save results of a query execution to text file. The program supports delimited or fixed length formats. Export Query utility has easy to learn and to use wizard interface. A few settings amke the tool more flexible and comfortable to use. All modern versions of Microsoft SQL Server are supported. This handy utility helps database users to create text file for database query within seconds. |
|
Demo | $49.00 | 482 kb | 2006-11-12 | Business Databases and Tools | |||||||||||||||||||||||||||||
| #46 Paper Icon Library |
Icon Empire | Paper Icon Library provides a nice selection of icons on the subject of business, circulation of documents and reports. The collection of ready-to-use icons for programs and websites will relieve designers and software developers of the burdensome task of icon creating. It is a proven fact that eye-catching icons play a key part in building the image of any software. The more representative and stylish the product is, the more people want to get acquainted with it. Moreover, attention-getting icons give a polish to presentations, reports which are intended to be shown in front of an audience especially in the business sphere. Now one could introduce an icon which suits them best with the help of Paper Icon Library. The icons come in all popular formats and sizes, so one will certainly find what is needed. The icons are delivered in sizes 16x16, 20x20, 24x24, 32x32, 40x40, 48x48, 64x64 and also 256x256 used for Windows Vista. They also come in two color variants: 256 colors and True Color with semi-transparency. Besides, several file formats, such as ICO, PNG, GIF and BMP are supported. Customers are welcome to order a collection of icons with only some of the available sizes (e.g. 24x24 and 32x32). In this case a discount off the usual price is offered. One could also buy individual icons to suit their needs. Each icon is $4 when purchased separately. Icon Impire plans to release the next icon packages also: Standard Design Icons, Standard Application Icons, Standard Professional Icons, Standard Button Icons, Standard Trash Icons, Standard Factory Icons, Standard Love Icons, Standard Software Icons, Standard Stock Icons. |
|
Demo | $49.00 | 2638 kb | 2006-12-14 | Web Development Flash Tools | |||||||||||||||||||||||||||||
| #47 Context Menu Manager |
CAVU Software | Context menu commands can be extremely useful but what if you have dozens of commands? Cluttered menus in Explorer make it hard to find any particular command. Use Context Menu Manager to easily manage the content of your Windows Explorer context menus. Quickly deactivate and reactivate commands from you menus without uninstalling the application. A command like WinZip is very useful but only when you want to use it. Context Menu Manager allows you to remove it from your context menus until you need it. Quickly reactivate it or any other command when you want to use it and deactivate it when you are done. This Windows application is easy to use. Select the menu to manage (Folders, Drives, Directories, All Files, etc.) and second dialog allows you quickly activate or deactivate commands. You can select all to quickly deactivate or reactivate all the commands on a give menu. You can now have hundreds of Context Menu programs without having to search for the command you want. Context Menu Manager is part of the CAVU Software Productivity package, a set of utilities and shell extensions that expand your ability to manage the information on your computer. You will be able to install (and uninstall) all of the CAVU products. You can register or uninstall any of the applications. Half-price as part of the CAVU Productivity Package! |
|
Demo | $19.95 | 1064 kb | 2007-01-02 | System Utilities Shell Tools | |||||||||||||||||||||||||||||
| #48 ECMerge Pro (Windows) |
Ellie Computing | ECMerge compares and merges local, FTP or SCC repositories data, as text, images and folders. It compares side-by-side or 3-way. It is designed to make you work with multiple revisions of text files with ease and to keep multiple folder hierarchies in sync. Text files or folders can be compared to a common ancestor to provide automatic merge and verification of evolutions of your code and data. ECMerge saves automatically sessions and let you save your own named sessions to launch them again in one click or with the command line. It generates reports in Unix patch, XML and HTML format for Text, Images and Folder Comparisons. ECMerge is a complete solution able to compare your Word files as well as merging your source code, applying patches with preview or producing CSV reports. Its scripting based on JavaScript let you use its capabilities and define new commands. A shell extension is provided under Windows to select items to compare and launch ECMerge. A command line is provided to merge files and generate reports from batches. A Standard version limited to side-by-side comparison exists. Runs on Windows, Mac OS X, Linux&Solaris. |
|
Demo | $50.00 | 5829 kb | 2007-01-02 | Development Other | |||||||||||||||||||||||||||||
| #49 Altova MapForce Enterprise Edition |
Altova, Inc. | Altova MapForce 2009 Enterprise Edition is a graphical data mapping, conversion, and integration tool. This award-winning application lets you map between any combination of XML, database, flat file, EDI, Microsoft Excel 2007, XBRL, and/or Web service. Then it transforms data instantly or autogenerates royalty-free application code for the execution of recurrent conversions. To use MapForce, just open information sources and targets, drop in data processing functions from the customizable libraries, and drag connecting lines between elements you wish to associate. Numerous functions come standard (e.g., filter, concatenate, sum, replace, etc.), and you can create and save your own data processing functions or use existing Web services to process data. Once a mapping is defined, you can instantly view and save the output. Additionally, you can choose between XSLT 1.0, XSLT 2.0, XQuery, Java, C++, or C# to automatically generate a turnkey application from your mapping designs. MapForce supports all major databases, including Microsoft SQL Server, IBM DB2, Oracle, Sybase, MySQL, PostgreSQL, and others. It even supports mapping XML data to and from IBM DB2 9: pureXML and SQL Server databases. EDI support is provided for the most prevalent standards: UN/EDIFACT, ANSI X12, and HL7. The versatile FlexText utility, included with MapForce Enterprise Edition, lets you parse arbitrarily structured text files and easily incorporate legacy data in your mapping designs. Support for mapping XBRL data enables you to comply with financial reporting mandates by easily transforming your accounting data into the required taxonomy. MapForce integrates with both Microsoft Visual Studio and Eclipse, so you can use its advanced functionality from within these leading IDEs. MapForce is indispensable for anyone facing data integration and Web services implementation challenges. Give your data direction! Download a free trial of Altova MapForce 2009 Enterprise Edition today at www.altova.com. |
|
Demo | $999.00 | 33220 kb | 2007-01-30 | Web Development XML and CSS Tools | |||||||||||||||||||||||||||||
| #50 AgileNotes |
AgilityLab | AgileNotes is an advanced text and drawing note-taker for PocketPC with one-tap rich formatting fonts, styles, RTF, TXT and full backward compatibility with standard Notes pwi-format. Use AgileNotes to quickly decorate and emphasize your texts and pictures. AgileNotes uses a standard format and notes can be viewed with standard PocketPC Notes. AgileNotes feature list includes: text formatting (bold, italic, underline, strikeout, bullet lists, 4 colors), drawings formatting (two width of lines, 4 line colors, 5 fill colors), voice recording, embedded file manager with default started root folder support (check the menu for that) and show/hide modes, horizontal scrolling mode support, zoom in/zoom out/100% (no zoom) view,undo/redo operations,local menus support for the edit/draw field as well as file manager to cut/copy/paste/delete (clear) operations, WM5 & VGA, portrait and landscape modes support. |
|
Demo | $9.99 | 265 kb | 2007-02-04 | Business Office Suites and Tools | |||||||||||||||||||||||||||||
| Matches: 62 · 2 pages Page 1 2 |