|
|
Development
|
QSetup Installation Suite License: Freeware
|
|
|
QSetup is a most effective installation program, for high quality sophisticated setups. QSetup features intuitive interface, that will help you create solid installations in a very short period of time. QSetup will produce a single Self Extract installation file. QSetup is a 32 bit Windows program. It will run and create installations for: Win95/98/ME/NT4/2000/XP. QSetup is FREE for use by independent programmers.
Author: Pantaray Software Systems| Date: 15-06-2003 | Size: 1832 KB
|
|
- |
|
nogoop .NET Component Inspector License: Freeware
|
|
|
The .NET Component Inspector allows you to inspect and execute any .NET component or application. Quickly find out how a component behaves using event logging, a visual design surface, method execution and field/property inspection/modification. Use it on your own code or to understand code by others.
Author: nogoop software| Date: 02-12-2002 | Size: 254 KB
|
|
- |
|
Janino License: Freeware
|
|
|
Janino is a compiler that reads a Java expression, block, or source file, and generates Java bytecode that is loaded and executed directly. It is not intended to be a development tool, but an embedded compiler for run-time compilation purposes, such as expression evaluators or "server pages" engines like JSP. Properties The major design goal was to keep the compiler small and simple, while partially sacrificing completeness. I don't like the idea of carrying around huge libraries for simple applications. See Parser for the list of implemented and missing language features. When do you need an efficient expression evaluator? Say you build an e-commerce system, which computes the shipping cost for the items that the user put into his/her shopping cart. Because you don't know the merchant's shipping cost model at implementation time, you could implement a set of shipping cost models that come to mind (flat charge, by weight, by number of items, ...) and select one of those at run-time. In practice, you will most certainly find that the shipping cost models you implemented will rarely match what the merchant wants, so you must add custom models, which are merchant-specific. If the merchant's model changes later, you must change your code, re-compile and re-distribute your software. Because this is so unflexible, the shipping cost expression should be specified at run-time, not at compile-time. This implies that the expression must be scanned, parsed and evaluated at run-time, which is why you need an expression evaluator. A simple expression evaluator would parse an expression and create a "syntax tree". The expression "a + b * c", for example, would compile into a "Sum" object who's first operand is parameter "a" and who's second operand is a "Product" object who's operands are parameters "b" and "c". Such a syntax tree can evaluated relatively quickly. However, the run-time performance is about a factor of 100 worse than that of native Java code.
Author: Arno Unkrig| Date: 09-11-2002 | Size: 104 KB
|
|
- |
|
Component Conversion Utility License: Freeware
|
|
|
The CCU is designed to minimize the time needed to create skeleton code in a variety of languages. It allows users to define objects in a friendly GUI or to import code from a text/binary file or a database. Once components have been created or imported, the CCU can output many flavors of source code. The app is perfect for n-tier development in which coders are generally forced to redefine objects in several languages (SQL, HTML/JavaScript, Java, etc.). Beyond just creating table definitions, forms and accessor/mutator methods (respectively), the CCU propagates validation code across several languages. Use the CCU to define basic constraints (String length, number range/precision, regular expressions, etc.) and the appropriate check constraints, JavaScript validation and exception handling code (respectively) will be created. The CCU is also useful for creating backwards compatible or cross-platform versions of code. A handy SQL script, for instance, might have different syntax for various databases. Instead of managing multiple scripts, updates can be made in one place and multiple versions of the code will be output automatically. Of course, it is impossible to do perfect translation of certain algorithms or concepts. It's much easier to debug CCU output than to rewrite something from scratch, though. The app will remember which of its guesses you wish to override. This means that when you make a slight update to your code, you won't need to re-address any of your previous output customizations. And when new languages are released, you can be reasonably sure that new versions of the CCU will allow you to extrapolate from your legacy code. If you're developing an app server or a proprietary language, contact JShift ([email protected]) for licensing information. It's much easier to sell a product if prospective customers have a way to port their existing code. JShift developers can create plug-ins for new languages in as little as a few months.
Author: Hollis Waite| Date: 25-07-2003 | Size: 2415 KB
|
|
- |
|
C++ Server Pages License: Freeware
|
|
|
C++ Server Pages (CSP) allows developers to build Dynamic Web Pages and Web Applications by using C++. Existing C++ projects can be ported to the Web by simply including the C++ source code, or by importing the C++ libraries to CSP scripts. It is similar to ASP and JSP, but instead of VBScript, JScript, or Java it uses C++, giving an incredibly high processing performance to your web applications. It supports automatic script compilation and provides the developer with a complete Web programming framework. It works both with IIS and Apache.
Author: Micronovae Ltd| Date: 05-04-2005 | Size: 8038 KB
|
|
- |
|
Vendatron - Easy ASP-Based e-Commerce License: Freeware
|
|
|
The Vendatron system is an easy ASP-Based e-commerce solution. Vendatron runs directly on your Windows-based web server, therefore edits to your site layout and product inventory are instant and efficient - no time-consuming uploading or downloading of large data files is required! Further, Vendatron is a fully modular, object-oriented application, which provides benefits to non-skilled, first-time users and highly skilled web developers. For those new to the Internet and E-Commerce, Vendatron's modular design eliminates much of the frustrating visual clutter and time-consuming overhead of complex user interfaces. For those already highly skilled in web development languages and protocols, Vendatron's modular design provides a highly capable and extensible architecture, which is easily customized and enhanced with any combination of languages. The Vendatron (Pro) System includes several fully developed modules that support finer site layout and HTML composite control. The Vendatron (Pro) System is especially suited to skilled developers that want more than a static, canned product to serve product information and collect credit card transactions. The Vendatron (Pro) System is a powerful platform that supports continued development, from the Vendatron database to the Vendatron help system. The Vendatron system includes a highly informative help system, including basic tutorials and a complete database schema. Further, Vendatron.com facilitates free forums, FAQ's and other consumer support systems focused on using Vendatron to maximize profits and minimize expenditures of time and money. As an added bonus, the Vendatron system includes the ultra highspeed VFTPX component, capable of transfering up to fifty files simultaneously. VFTPX supports installation/publication of the Vendatron components to your web server. Additionally, VFTP is a fully capable, multi-threaded, multi-connected FTP client.
Author: Publish-ME.com LLC| Date: 22-09-2004 | Size: 812 KB
|
|
- |
|
JavaScript NoRightClick Msg Box Ver License: Freeware
|
|
|
This script will disable users to open the pop-up menu by click right-button of the mouse on the web browser so users can't view your web page's source code through this way. The config tool will add and remove this script to all your web pages automatically. You don't need to edit the pages one by one.
Author: Allan Wang| Date: 20-09-2003 | Size: 440 KB
|
|
- |
|
ObjectDB for Java/JDO License: Freeware
|
|
|
ObjectDB for Java/JDO a powerful yet compact Object Database (ODBMS) for Java, written entirely in Java, and compliant with the Java Data Objects (JDO) standard developed by Sun. ObjectDB for Java/JDO is designed to handle efficiently databases of various sizes, from a few KBs to hundreds of GBs. Among its features are small footprint, high performance, rapid development, easy deployment and flexible architecture (1-Tier, 2-Tier or N-Tier).
Author: ObjectDB Software| Date: 03-06-2003 | Size: 1193 KB
|
|
- |
|
JavaScript Wave Text Effect License: Freeware
|
|
|
Displays wavy text on web pages. The loading message will be cleared when page finished loading. It is very easy to be added to your own pages by clicking the mouse to copy and paste some codes.
Author: Allan Wang| Date: 16-11-2003 | Size: 10 KB
|
|
- |
|
JavaScript Bounce Text Effect License: Freeware
|
|
|
Displays bounce text on web pages. It is very easy to be added to your own pages by clicking the mouse to copy and paste some codes.
Author: Allan Wang| Date: 24-11-2003 | Size: 10 KB
|
|
- |
|
JavaScript Background Fader License: Freeware
|
|
|
Add fade effect to the background color of the web pages. It is very easy to be added to your pages by clicking the mouse to copy and paste some codes.
Author: USINGIT.COM| Date: 07-04-2004 | Size: 13 KB
|
|
- |
|
dbQwikSite Sponsored License: Freeware
|
|
|
dbQwikSITE creates E-commerce Sites, Catalogs & Lists from your database in seconds. ponsored version generates HTML, and limited ASP, PHP web sites for view, Search, Add, Edit and Delete Pages (3 field limit). dbQwikSITE creates both static and dynamic database driven sites professionally and quickly It allows you to customize web page appearance. dbQwikSITE provides ADO/ODBC connectivity. Visual Query Builder makes reading your data a snap.
Author: TheDevShop| Date: 19-05-2003 | Size: 3829 KB
|
|
- |
|
ATAF-CON License: Freeware
|
|
|
ATAF can automatic convert the database design and copy the data from a MS-Access database and create it on a mySQL server in one of the 4 following ways Manually script, you have to run the script on your ISP web server ( for this you can use ATAF) If you are connected to the same network as your mySQL server, you can convert the database design directly to the mySQL server, and then copy the all the database records afterwards If you
Author: Christian C. Rasmussen| Date: 01-06-2002 | Size: 6550 KB
|
|
- |
|
IceChat IRC Client License: Freeware
|
|
|
IceChat can connect to many IRC Servers, has full scripting support and customizable popup menus, and a unique, easy to use Interface. It has emoticon support, skins, Full DCC Support, Easy to setup for Multi Servers. IceChat is in constant development, and is aimed at the Beginner to Intermediate IRC User. It allows multi profiles and has many options that most major irc clients have to offer.
Author: IceChat Networks| Date: 09-05-2004 | Size: 3713 KB
|
|
- |
|
JavaScript Page Opener License: Freeware
|
|
|
Add opening door special effect to web pages. It is very easy to be added to your pages by clicking the mouse to copy and paste some codes.
Author: USINGIT.COM| Date: 09-04-2004 | Size: 13 KB
|
|
- |
|
Open and Save Dialogs Toolkit License: Freeware
|
|
|
Open and Save dialogs toolkit allows you to open 50 graphics file types and save to 21 graphics file types from your application. Just few lines of code are needed to make it working. Dialogs use HBITMAP handle as input and output and even novice developer can learn how to work with it. We provide a free license for noncommercial use without any limitations in functionality. Commercial usage require licensing.
Author: fCoder Group International| Date: 16-07-2002 | Size: 3521 KB
|
|
- |
|
Visual Paradigm for UML Community Edition License: Freeware
|
|
|
Visual Paradigm for UML is a UML CASE tool. The tool is designed for the users who are interested in building large scale software systems reliably through the use of the Object-Oriented approach. The tool supports the latest standards of Java and UML notations. In addition, VP-UML is embedded with a powerful IDE. The transitions from analysis to design and then to implementation are integrated within the tool.
Author: Visual Paradigm| Date: 01-04-2003 | Size: 107047 KB
|
|
- |
|
Visual Paradigm for UML Community Edition (No Install Support) License: Freeware
|
|
|
Visual Paradigm for UML is a UML CASE tool. The tool is designed for the users who are interested in building large scale software systems reliably through the use of the Object-Oriented approach. The tool supports the latest standards of Java and UML notations. In addition, VP-UML is embedded with a powerful IDE. The transitions from analysis to design and then to implementation are integrated within the tool.
Author: Visual Paradigm| Date: 01-04-2003 | Size: 112149 KB
|
|
- |
|
AutoCompleteTextBox License: Freeware
|
|
|
An Autocomplete TextBox like the ones you find in the latest browsers. Automatically builds a list of entries, saves and retrieves the list without the developer having to right any code or setting any property at all. Just drop it in your applicatio
Author: Abu Haider| Date: 25-07-2002 | Size: 32 KB
|
|
- |
|
Visual Paradigm for UML Community Edition License: Freeware
|
|
|
Visual Paradigm for the Unified Modeling Language (VP-UML) Community Edition is a free UML CASE tool. The tool is designed for a wide range of users, including Software Engineers, System Analysts, Business Analysts, System Architects alike, who are interested in building large scale software systems reliably through the use of the Object-Oriented approach. This edition is not for commercial use.
Author: Visual Paradigm| Date: 02-07-2002 | Size: 19979 KB
|
|
- |
|
Documentation Helper License: Freeware
|
|
|
Documentation Helper is a Visual C++ Addin which aids documentation of C/C++/IDL/ODL files in terms of documenting the following: * Header files - will document and create header comments for these, including generating appropriate sentinel #defines * Source files - can create header comments for these. * IDL/ODL files - can create header comments for these. * Functions including parameters and exception specifications, if any.
Author: Twaddle Software| Date: 11-05-2002 | Size: 323 KB
|
|
- |
|
ProPage Free Thank You Page Creator License: Freeware
|
|
|
Generate thank you pages for any of your products at the click of a mouse. Enter the information and out comes a thank you page with your email, download link, requirements and more. Your payment processor name is also included. Get it free.
Author: www.Digital-Product-Sales.com| Date: 02-03-2005 | Size: 222 KB
|
|
- |
|
JavaScript WipeOut Text Effect License: Freeware
|
|
|
Add wipe out effect to text of web pages. It is very easy to be added to your pages by clicking the mouse to copy and paste some codes. Web Designers Toolkit includes many professional script authoring tools into one program. Many of them are winning-award products. With this easy-to-use web authoring toolkit, you can easy to draft, design, develop and deploy scripts such as menu, navigation, tree view, text scroller, search engine, title, date and time, clock, pop-up window, mouse trailer and much more for web sites and web projects.
Author: USINGIT.COM| Date: 20-04-2004 | Size: 13 KB
|
|
- |
|
JavaScript ScrollBar Fader License: Freeware
|
|
|
Add fade effect to scroll bars of web pages. It is very easy to be added to your pages by clicking the mouse to copy and paste some codes. Web Designers Toolkit includes many professional script authoring tools into one program. Many of them are winning-award products. With this easy-to-use web authoring toolkit, you can easy to draft, design, develop and deploy scripts such as menu, navigation, tree view, text scroller, search engine, title, date and time, clock, pop-up window, mouse trailer and much more for web sites and web projects.
Author: USINGIT.COM| Date: 09-04-2004 | Size: 13 KB
|
|
- |
|
JavaScript Flirty Text Effect License: Freeware
|
|
|
Add flirty effect to text of web pages. It is very easy to be added to your pages by clicking the mouse to copy and paste some codes. Web Designers Toolkit includes many professional script authoring tools into one program. Many of them are winning-award products. With this easy-to-use web authoring toolkit, you can easy to draft, design, develop and deploy scripts such as menu, navigation, tree view, text scroller, search engine, title, date and time, clock, pop-up window, mouse trailer and much more for web sites and web projects.
Author: USINGIT.COM| Date: 09-04-2004 | Size: 13 KB
|
|
- |
|
JavaScript Glowing Text Effect License: Freeware
|
|
|
Add glowing effect to text of web pages. It is very easy to be added to your pages by clicking the mouse to copy and paste some codes. Web Designers Toolkit includes many professional script authoring tools into one program. Many of them are winning-award products. With this easy-to-use web authoring toolkit, you can easy to draft, design, develop and deploy scripts such as menu, navigation, tree view, text scroller, search engine, title, date and time, clock, pop-up window, mouse trailer and much more for web sites and web projects.
Author: USINGIT.COM| Date: 04-07-2004 | Size: 13 KB
|
|
- |
|
JavaScript Nudging Text Effect License: Freeware
|
|
|
Add nudging effect to text of web pages. It is very easy to be added to your pages by clicking the mouse to copy and paste some codes. Web Designers Toolkit includes many professional script authoring tools into one program. Many of them are winning-award products. With this easy-to-use web authoring toolkit, you can easy to draft, design, develop and deploy scripts such as menu, navigation, tree view, text scroller, search engine, title, date and time, clock, pop-up window, mouse trailer and much more for web sites and web projects.
Author: USINGIT.COM| Date: 06-07-2004 | Size: 13 KB
|
|
- |
|
Bloody Football License: Freeware
|
|
|
Your job is simple -> With your 12 players get the ball into your opponents touchdown zone. If you can not do it legally then use head high tackles, assasins, magicians, pit traps, spys, drugs or anyother method. Also remember that the game is under development so if you can not do what you wish then e-mail the webmaster and he will put it in!
Author: Bloody Entertainment| Date: 10-04-2004 | Size: 1744 KB
|
|
- |
|
BCWB License: Freeware
|
|
|
The program represents a WYSIWYG content management system (CMS) for web – visit cards, personal sites, promo-sites, VIP - sites and other small web - projects. I have been engaged in development of web-content management systems for corporate information spaces for a long time. However it was unreasonable to use any of similar systems for personal site realization. Therefore I have developed diminutive WCM-system with minimal system requirements. BCWB does not require database (!) presence. Technology W3C XML/XSLT is applied in the system. As a result, a website assembled in BCWB, can be given any representation form with the help of XSLT full functionalities including vector-graphical representation in SVG format. (http://www.w3.org/TR/SVG11/) and Macromedia Flash.
Author: Dmitry Sheiko| Date: -- | Size: 95 KB
|
|
- |
|
JavaScript NeonLights Text Effect License: Freeware
|
|
|
Add neon lights effect to text of web pages. It is very easy to be added to your pages by clicking the mouse to copy and paste some codes. Web Designers Toolkit includes many professional script authoring tools into one program. Many of them are winning-award products. With this easy-to-use web authoring toolkit, you can easy to draft, design, develop and deploy scripts such as menu, navigation, tree view, text scroller, search engine, title, date and time, clock, pop-up window, mouse trailer and much more for web sites and web projects.
Author: USINGIT.COM| Date: 03-07-2004 | Size: 13 KB
|
|
- |
| 1 | 2 | 3 | 4 | 5 |
|
|
Universal Explorer
Powerful windows explorer file manager and viewer.

Disk Size Manager Analyses hard disk space and collects statistics.

Web Data Extractor Email marketing software to extract specific contact.
 BackStreet Browser Powerful Offline Browser - Download Entire Website.
ListMotor Email List Manager, operates with email stored in simple text files or csv files.

|