Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type
Results 20761-20780 of 36609
SquishDot
SquishDot is a web-based news publishing and discussion product for ZOPE. It allows you to build a web-based news site along with the capability to handle threaded discussions with a minimum of configuration and day-to-day management.
(6 ratings)
Reviews0
PriceFree
Views10356
Programmer's Resource Forum
This forum maintained by Programmer's Resource provides a fairly active discussion place for ASP and Access developers.
(6 ratings)
Reviews0
PriceFree
Views5449
Loading two frames with one link
This tutorial shows you how to load two frames with one link using JavaScript.
(9 ratings)
Reviews0
PriceFree
Views7923
PHPXref
posted bygarethinUtilities
PHPXref is a Perl script to make working with the source code of a large PHP site somewhat easier. It allows you to: Cross references classes, interfaces, functions, variables, constants and database tables defined and used across your various PHP files, and generates documentation for each class & function defined in the PHP files by utilizing formatted comments placed next to each function. The output is a tree of HTML files that can be downloaded and browsed on a local machine without having to setup a web server, etc.
(163 ratings)
Reviews1
PriceFree
Views4349
ASP-SQL2Table
SQL2Table is a freeware C++ database COM server dll that takes a connection string and a SQL statement, generating a custom table in HTML format. The target audience is an Active Server Page scripter who wants to automate data retrieval from a relational database over a small corporate intranet. All of the magic is performed on the server, allowing any user with a standard browser to view the data. A complex HTML table can be generated with a few lines of VBScript or JScript code. The dll can automatically generate a navigation bar and detail links for each row. This version includes an ASP script that can be used to test the dll properties.
(0 ratings)
Reviews0
PriceFree
Views4559
LinkChecker
LinkChecker is a Python script for checking your HTML documents for broken links. Features include: recursive checking, multithreaded, output can be colored or normal text, HTML, SQL, CSV or a GML sitemap graph, additionally reports download time for HTML pages, HTTP/1.1 and 1.0, HTTPS, FTP, mailto:, Gopher, Telnet and local file links are supported, Javascript links are currently ignored, restrict link checking to your local domain, HTTP proxy support, give username/password for HTTP and FTP authorization, robots.txt exclusion protocol support, and internationalization support.
(12 ratings)
Reviews0
PriceFree
Views5224
Loops within Loops: Coding an ASP-based Bulletin Board
This article provides an easy way to list nested forums. It does have some drawbacks, though. For starters, there is an upper-bound on the number of nested replies a message can have. In this example, the number is 12, although this is configurable. Furthermore, this approach is not the most efficient approach, and could be streamlined using stored procedures and fewer ADO objects within the code.
(3 ratings)
Reviews0
PriceFree
Views4535
An Overview of ASP+
Well by now many of you have probably heard, or at least caught wind of, the fact that the next version of ASP is not going to be ASP 4.0. It is instead going to be called ASP+, and what a difference that plus sign makes. This article describes the new ASP in a great detail. Topics include: The New ASP+ Infrastructure, Increased Performance, Greater Scalability, Quicker and Easier Development, Easier Manageability, Improved Security, Language Support, and Web Services.
(0 ratings)
Reviews0
PriceFree
Views3988
Oedipus
Oedipus is a collection of classes and modules, written in Python, for maintaining a hierarchical directory of Web links. You can use it to maintain your own collection of links, or you can use the XML dumps produced by the Open Directory Project (ODP).
(3 ratings)
Reviews0
PriceFree
Views5352
photoarchive
photoarchive is a PHP program that allows you to organize your personal photos into web album. All data (including) will be stord in mySQL database. You can upload, edit, categorize and view pictures via WWW interface.
(3 ratings)
Reviews0
PriceFree
Views47146
Snake
This is a DHTML version of the classic DOS game Snake. Navigate a snake to join up with the appearing blocks on the screen, so as to increase its size. Hit any of the four walls, however, and it's game over baby.
(12 ratings)
Reviews0
PriceFree
Views10391
Triple combo menu
posted byabstractinMenus
This is a triple combo JavaScript that allows you to compact and organize your site's links three layers deep.
(15 ratings)
Reviews0
PriceFree
Views24857
EnzymeTemplates
EnzymeTemplates is an object-oriented template library for PHP. It features: database-backed - EnzymeTemplates automatically loads your data out of a database and makes it available to your template designer by the same names as the fields in your database; late-binding - automatically load data from the database when it is needed; object-oriented - EnzymeTemplates creates a complete object-oriented representation of your database schema in memory, which allows you to easily customize every aspect of the template's behaviour by simply sub-classing the appropriate classes. You can also load additional data from another data source, or change the way data is displayed. You'll never have to write a single line of SQL to use EnzymeTemplates. EnzymeTemplates is part of the Enzyme open-source project.
(4 ratings)
Reviews1
PriceFree
Views22694
Content Management System
CMS is a Web-based Content Managment System written in Perl. This system allows a group of people to share files and work on them without interfering with the work of others. This is done by checking-out, checking-in and reserving files. By checking-out a file reserved, you make sure everyone else knows you are working on the file. This ensures that no one takes the file with the intention on making changes to it. Once you are done making changes, you check-in the file hence making it available to the others. The system is very easy to use and install. Almost no instructions are necessary. It is heavily based on JavaScript and cookies, so make sure you are using a recent browser.
(0 ratings)
Reviews0
PriceFree
Views16980
Alzabo
Alzabo is a two-fold program. Its first function is as a data modelling tool. Through either a schema creation interface or a custom perl program, you can create a set of schema, table, column, etc. objects that represent your data model. Alzabo is also capable of reverse engineering an existing data model. Its second function is as a RDBMS to object mapping system. Once you have created a schema, you can use the Alzabo::Runtime::Table and Alzabo::Runtime::Row classes to access its data. These classes offer a low level interface to common operations such as SQL SELECT, INSERT, DELETE, and UPDATE commands.
(0 ratings)
Reviews0
PriceFree
Views3910
phpdoc (Enzyme)
phpdoc is a program that aims to do for PHP developers what Javadoc does for java developers. It is a script that parses PHP class definitions, extracting function and variable names, as well as comments, and dumping this data into a database. The script itself is built in Perl, but PHP is used for search and display. Search is powered by SearchForms, display by EnzymeTemplates, both of which are part of the Enzyme open-source project. phpdoc is very similar to Gareth Watts' PHPXref.
(0 ratings)
Reviews0
PriceFree
Views3183
cgi_buffer
cgi_buffer is a group of libraries that may be used to improve performance of CGI scripts (and other content generation engines) in some circumstances, by applying performance-enhancing HTTP mechanisms that are typically not supported by them. Currently, Perl, Python and PHP are supported. The Python library may also be used as a wrapper around another CGI script.
(0 ratings)
Reviews0
PriceFree
Views2667
Python 101
Python is the other scripting language that starts with "P". It was named for Monty Python, the comedy troupe, and references to their skits and films (most commonly to "Spam") appear frequently in Python programs. Highly popular with Linux users and in the open source community in general, Python has a number of advantages over other languages like Java and Perl, some of which will be covered in this article.
(9 ratings)
Reviews0
PriceFree
Views5832
CodeBrain IBANNER
IBANNER will take up to 100 banner images. Each banner link can be individually programmed for the same window, a new window (to keep people on your page!), or a frame in a framed layout. IBANNER has programmable dwell time for delay between banners, and also offers optional sound cues to grab visitor attention each time the ad banner changes. Excellent, free download kit; solid documentation.
(3 ratings)
Reviews0
PriceFree
Views7372
A-CART
A-CART is an ASP shopping cart application written in VBScript. The system allows a customer to browse through an inventory of products and add these items to their virtual shopping cart. Features include hierarchial categories, featured product, custom attributes and user profiles.
(37 ratings)
Reviews0
PriceFree
Views54847
Results 20761-20780 of 36609