|
|
ASP Studio 2006
Asp Studio 2006 is a powerful asp project development tool which integrated with ASP code editing and debugging. With no other asp server, you can edit and debug an ASP project with the help of ASP server integrated capable of debugging , after you create an ASP project simply. This development tools software is categorized under development source editors.
|
|
|
access2asp
This multimedia utility has released version 2 of its asp generation software which generates pro quality asp code for a front end site and password protected backend control panel for your ms access database... it generates all list and detail screens , forms in admin, sql statements and javascript validation for required fields an essential tool for beginners to advanced asp developers!
|
|
|
ASP2VB converter
A simple program that converts any ASP code into VB code. May be helpful when converting ASP/HTML into VB components and many other cases. Understands function and subs. Doesn't understand includes. Development Tools shareware listed in utilities tools.
|
|
|
HTMLPad 2005 Pro
HTMLPad is sophisticated all-in-one HTML, CSS, JavaScript and even server side script editor. Clean and convenient interface, quick startup, true flexibility and powerful features allow you to create and edit HTML, CSS, JavaScript, PHP and ASP code faster and easier than ever, while integrated tools enable you to validate, reuse, navigate and deploy your code in an efficient and sophisticated manner.
|
|
|
ASP Studio 2005
This software is a powerful project development tool integrated with ASP code editing and debugging. With no server , you can edit and debug an ASP project with the help of ASP server integrated capable of debugging , after you create an ASP project simply. Hot features : Integrated with ASP server. Editor with code auto-prompt function. With step and breakpoints debugger. Apply to watch the object''s value within debugging.
|
|
|
Team Remote ASP Debugger PRO
This software is the only #1 rated award-winning ASP debugging tool that enables your team to easily edit and debug ASP code remotely and locally, directly on your production server. VBScript and JavaScript debugging languages (including JScript) fully supported for simple and complex ASP debugging scenarios. Now Featuring dockable floating windows, and an integrated interactive step by step ASP debugging guide.
|
|
|
ASP Studio
ASPStudio is a powerful project development tool integrated with ASP code editing and debugging. With no server, you can edit and debug an ASP project with the help of ASP server integrated capable of debugging, after youcreate an ASP project simply.
|
|
|
HTMLPad 2000 MaX
HTMLPad 2000 is one of the leading HTML code editors with powerful features designed to automate and speed up the development of web-based documents. With its special feature set and support for JavaScript, VBScript, SSI, ASP and Perl, HTMLPad is a universal web document editor. Development Tools shareware listed in web authoring, html editors, text editors tools.
|
|
|
MSCBlob for Linux
MSCBlob is a supplimentary component for binary data blocks storing and transmitting. It can contain raw data and represent it as a binary or string. There are three alternative string representations: as-is, Base64 and Hex. Also the component has an ability to save and load data from files on your hard drive.
|
|
|
MSCPack for Linux
MSCPack is a collection of Miraplacid Scripting Components. It includes MSCUpload 1.1, MSCGzip 1.1, MSCExec 1.1 and MSCBlob 1.1. Linux version of the component. MSCPack for Linux is licensed as shareware and filed in asp components, activex components, web development tools, web automation section.
|
|
|
MSCBlob for Windows
MSCBlob (Binary Large Object) is an auxiliary component for data blocks storing and transmitting. It could contain a raw data and represent it as a binary or string. There are 3 alternative string representations: as-is, Base64 and Hex. Also has an ability to save and load data from files on disk.
|
|
|
ASPRunner
This software creates set of ASP pages to access and modify Oracle, SQL Server, MS Access , DB2, MySQL, FileMaker database or any other ODBC datasource. Using generated ASP pages users can search, edit, delete and add data into database. ASP runner is easy to learn, you can get started in just 10 minutes!
|
|
|
ASP Documentation Tool
The ASP Documentation Tool creates project documentation for ASP 2.0 and 3.0 web applications written in VBScript and JScript. Access and SQL Server 2000 databases and Visual Basic 6.0 components associated with the web application can also be incorporated into the reports. Documentation is created in HTML, HTML Help and plain text formats. The full version has more documentation and output options compared to the evaluation version.
|
|
|
MSCPack for Windows
MSCPack is a collection of Miraplacid Scripting Components. It includes MSCUpload 1.1, MSCGzip 1.1, MSCExec 1.1 and MSCBlob 1.1. This development tools software is categorized under asp components, activex components, web development tools, web automation.
|
|
|
MSCExec for Windows
Windows utility to launch other programs from command line and also pass the parameters. MSCExec allows you to call OS command or launch an application right from your script. You can set parameters and option for the call and check results. This development tools software is categorized under asp components, activex components, web development tools, web automation.
|
|
|
DB3NF - Rapid Web Application Development platform
DB3NF is a Rapid Web Application Development platform (RAD) designed for fast and easy creation of high performance, maintainable and scalable Web applications of virtually any kind. It also dramatically reduces development and QA time and provides a consistent look and feel throughout the application.
|
|
|
CCXI XML Data Island Library
The CCXI XML Data Island JavaScript Library and ASP table control allow users to interact with an entire dataset without constantly contacting the server for processing. When you need to display a moderate amount of data and you want to avoid server round trips for operations like paging, sorting and searching, then CCXI makes it simple to set up. CCXI allows you to bind rows of data in an XML data island to a table on the client side.
|
|
|
MSCExec for Linux
Command line utility to call and launch applications from shell with parameters. MSCExec allows you to call OS command or launch an application right from your script. You can set parameters for the call and check results. This development tools software is categorized under asp components, activex components, web development tools, web automation.
|
|
|
ImageGlue .NET
Professional ASP Extensions for quality image manipulation. Supports over 60 common graphics formats file formats (including Photoshop and Flash). Supports anti-aliasing, hardware acceleration, textures, arbitrary transforms (rotation, skews, scaling...) transparencies, file upload, BLOBs and much much more.
|
|
|
ImageGlue
Professional ASP Extensions for quality image manipulation. Supports over 60 common graphics formats file formats (including Photoshop and Flash). Supports anti-aliasing, hardware acceleration, textures, arbitrary transforms (rotation, skews, scaling...) transparencies, file upload, BLOBs and much much more. Development Tools commercial listed in internet tools.
|
|
|
ASPRunner Professional
ASPRunnerPro creates set of ASP pages to access and modify Oracle, SQL Server, MS Access , DB2, MySQL database or any other ODBC datasource. Using generated ASP pages users can search, edit, delete and add data into database. ASPRunnerPro is easy to learn, you can get started in just 15 minutes!
|
|
|
TIFF Page Counter COM Component
The com component will quickly tell you how many pages are in a tiff file, ideal for web sites that serve tiff content.
Example .asp code included
simple ASP example of usage:-
Set Obj = Server.CreateObject("TIFFPAGECOUNTCOM.CTIFFPageCount.1")
dim pages
pages = Obj.GetPages("C:\yourtif.tif" )
|
|
|
Folder Size COM Component
The com component will quickly tell you how much disk space a folder is taking up, this also includes subfolders under the root folder, ideal for web sites that serve document/image content.
Example .asp code included
simple ASP example of usage:-
Set Obj = Server.CreateObject("GETFOLDERSIZE.GetSize.1")
dim sz, files, folders
sz = Obj.GetSize("c:\inetpub\" )
files = Obj.files
folders = Obj.folders
|