Results matching for "%22of+the+day%22"
Sort Listings By
Show Only
By Customer Review
Licence Type
FormMail Servlet
posted bycoldjavainForm Processors
This Java servlet allows you to email any html forms. It uses a text template file where you can set address of your smtp relay, smtp port, domain and describe contents of the letter. When you describe contents, you can also use values of form fields. Letter will be composed dynamically, when you submit form.
(12 ratings)
Reviews0
PriceFree
Views8577
Catalog Publishing
posted bycoldjavainE-Commerce
Catalog Publishing is a Java Servlet that allows you to publish csv (comma separated value) or tab separated value text files online. The published file is formated as an HTML table. It uses a text configuration file for definitions of data parameters.
(9 ratings)
Reviews0
PriceFree
Views5052
XML Survey
posted bycoldjavainForm Processors
XML Survey is a Java Servlet that allows you to collect data from any html form and save it in xml-format. It runs using a text configuration file that can be saved anywhere on your server. Also XML file can be created anywhere on your server.
(45 ratings)
Reviews0
PriceFree
Views19870
Notepad Servlet
posted bycoldjavainOrganizers
Notepad Servlet is a Java servlet that implements a Web-based note's collection. You can save a list of text notes on your server using this servlet. It also allows you to add, delete, and modify each note online.
(6 ratings)
Reviews0
PriceFree
Views4224
Flying Butterfly script
posted bydynamicdriveinVisual Effects
With this DHTML script, a butterfly wonders aimlessly around your page. The little insect can be dismissed by clicking on it. Add a touch of nature.
(18 ratings)
Reviews0
PriceFree
Views10039
Introduction to Java Server Pages
posted bywebmasterinIntroduction to Servlets
This is a sample chapter from 'Professional Java Server Programming'. It covers JSP, servlets, Java Beans and database connectivity using JDBC.
(0 ratings)
Reviews0
PriceFree
Views3155
Dundas Upload
posted byroybinUpload Systems
Dundas Upload is a free commercial control that enables an Active Server Page (ASP) application to accept, save and manipulate files uploaded with a web browser. Main features include: It ships web-farm ready, MTS support (object pooling), ADO support via safe-array-of-bytes variants, allowing you to persist uploaded files as BLOBs, Handles uploading of multiple files, Upload form data either all at once or incrementally, Lets you specify a maximum allowable limit for uploaded data, a maximum number of files to be uploaded as well as a maximum allowable file size, Implement a progress bar via the ProgressBar and StateServer components, Save uploaded files either to disk or to memory, Capable of performing numerous file and directory operations, Impersonate user accounts other than the IUSR_machinename account, COM registration, MacBinary support, Uploaded files ACL, owner and attribute manipulation, and more.
(3 ratings)
Reviews0
PriceFree
Views15453
ThinSQL
posted byinfoinDatabase Tools
ThinSQL is a free applet-servlet utility that connects to an SQL server over the Internet. It's compatible with proxy servers and network firewalls because it uses HTTP as its main method of communication. ThinSQL can be used to add, remove, modify, and retrieve data. Features include: Works with any database accessible via JDBC, Works with any Java Servlet Server, Add, remove, modify, and retrieve data, Freeware (not ThinSQLpro), Thin client (<30k), No plugin, no client installation, No expensive application, No need of a RMI-supported browser, and Encoded data send to the server (Base64). The Web server in use must be servlet enabled; the database that is accessed must be JDBC compatible.
(3 ratings)
Reviews0
PriceFree
Views5174
Creating a Server Component with Visual Basic
posted byddeaninComponent Building
This article is primarily for Active Server Pages (ASP) developers who would like to take their ASP skills a step further. By bundling ASP code into server-side components, developers not only increase Visual Basic functionality and ASP speed, but also find a marvelous way to encapsulate and protect their ASP source code. This tutorial will walk you through the process of developing a very simple server-side ActiveX ASP component. The emphasis will be on the steps it takes to produce a server-side Dynamic Link Library (DLL) file, not on complex ASP scripting or advanced VB code.
(0 ratings)
Reviews0
PriceFree
Views4033
DX0
posted bywhytheluckystiffinLibraries & Classes
DX0 is true, cross-browser DHTML delivered by PHP. The acronym DX0 originates from this concept: [D]ynamic HTML [X]ross-Browser with Zer[0] Unused Code. DX0 is not just an DHTML library for PHP, but it sniffs the browser on the server-side and delivers specific code for the user's browser and version. Thus, Netscape users won't have to download code with Internet Explorer functionality that won't ever be used. And vice versa. v1.1 update: DX0 now allows reusable cross-browser widgets to be stored in a binary pickle, so scripters in any of the supported languages can use them. IE4+, NS4+, and Mozilla M14+ have all been tested and work well.
(0 ratings)
Reviews0
PriceFree
Views6486
ABCMachOneMessenger!
posted bysalesinSlide Shows
ABCMachOneMessenger! is a Java software that easily allows you to create fully customized slideshows, automatically timed presentation displays, with extreme customization and with special effects. The latest version includes new and faster special FX.
(0 ratings)
Reviews0
PriceFree
Views2770
Foo-Bar.net
posted bytyler.longreninWeb Sites
Foo-Bar.net is a PHP and Perl code bank. Come to browse the scripts and add code snippets or scripts for others to use.
(0 ratings)
Reviews0
PriceFree
Views3802
Customer's Inquiry Management System
posted bysupportinCustomer Support
CEMS provide a place to store all the enquiries and a set of functionalities for you to read, write and search for all previous record of enquiries or messages. By using CEMS, you customer can login to the system to send a new enquiry message, read their enquiry's reply, and manage their personal profile. Company support personnel will use CEMS to read new enquiries from customers, reply to the enquiries, and manage customers' profile and company information.
(15 ratings)
Reviews0
PriceFree
Views10732
SQLServlet
posted byinfoinDatabase Tools
SQLServlet provides an easy way to access your database using HTML-forms. It features: Can keep the connection "alive" between the application and the database, Dynamically generate HTML-tables from the result-set, Create forms for inserts and updates, Replace the values in the querystring by formvariables, Does not require the creation of a new process for each request, Only need to be loaded once, and Runs on any platform that supports the Java Virtual Machine. It requires ODBC Driver or a pure JDBC driver for your database.
(3 ratings)
Reviews0
PriceFree
Views9957
Understanding Java Servlets
posted bywebmasterinJSP & Servlets
In this interview with webreview.com, Paul Colton of Live Software answers a number of questions about the importance of Java servlets such as the difference between a Java applet and a Java servlet, whether servlets require a specialized server, if the Java Servlet API is dependent on the Java Web Server, and more.
(0 ratings)
Reviews0
PriceFree
Views2842
Web Server Programming with mod_perl
The excerpt from Perl in a Nutshell (O'Reilly & Associates), provides an overview of mod_perl including how to install it on your machine, how to improve CGI performance using mod_perl, as well as a listing of the most commonly used mod_perl modules.
(3 ratings)
Reviews0
PriceFree
Views2026
Developing Java Servlets
posted bywillinIntroduction to Servlets
In this first part of a series on developing Java servlets, this tutorial shows how to create a basic servlet. It includes information about downloading the Java Servlet Development Kit from Sun.
(4 ratings)
Reviews1
PriceFree
Views3211
Running CGI Scripts with mod_perl
This tutorial explains how to use the Apache::Registry Perl module to improve the performance of your CGI scripts, as well as how to implement SSIs and <Perl> sections with mod_perl.
(0 ratings)
Reviews0
PriceFree
Views2181
Perl Web Utilities
PLUtils is a set of Perl scripts and modules designed to make writing interactive webpages and other Perl scripts easier. It includes database access, session management and more.
(0 ratings)
Reviews0
PriceFree
Views3568
tau
tau is a fully-featured, advanced attendance utility with an easy to use web interface. It allows you to perform most of the tasks of everyday personnel and student management. It also provides high security with various levels of users and also manages data regarding courses, classes, departments, students and their
time-tables. Further, it can be used to generate various kinds of complex reports. Managing personal schedules and creating dynamic timetable formats are also possible. tau is written in PHP 3.x and uses PostgreSQL as the backend database.
(6 ratings)
Reviews0
PriceFree
Views15521




