Results matching for "form+processor"
Sort Listings By
Show Only
By Customer Review
Licence Type
Schlabo's Scripts - Picture of the Day (POTD)
posted byandreasinImage Galleries
Schlabo's POTD gives you the power of professional Picture of the Day-Scripts for free. It has a very intuitive interface and is as easy to use as possible. Features include: Assign pictures for many years in advance, give each pic a description and if someone sent you the POTD, you can give him credit. The Admin-Script displays all the POTDs in form of a calendar which makes it easy to administrate and edit them, you can also add a picture at the next free day with just one click. Even visitors can view a POTD-gallery if you want them to. The script features a well thought-through database-system with an extra file for each month, IP-Logging and Password-Protection.
(13 ratings)
Reviews0
PriceFree
Views8808
HTML code reduction
posted bywebmasterinMiscellaneous
This script will open all HTML pages within the specified directory, reduce the file size of your html pages, and the files will be saved back. You may password protect the script, and it will allow a faster transmission of the page. A good script to learn how those task are perform.
(0 ratings)
Reviews0
PriceFree
Views1659
Core Servlets and JavaServer Pages (JSP)
posted bywebmasterinProgramming Books
Aimed at those with some previous Java experience, Core Servlets and JavaServer Pages covers all you need to know to create effective Web applications using server-side Java. Combining plenty of practical advice with detailed information on these APIs, this book provides both the necessary background on Web programming and guidance on using Java effectively to power your Web site. Topics covered: Overview of Java servlets and JavaServer Pages (JSPs), servlets vs. CGI and ASPs, survey of servlet products, installation and configuration hints, using packages with servlets, the servlet life cycle, initialization parameters, debugging tips, HTML form basics, submitting and processing form variables, HTTP request and response headers, standard CGI variables, HTTP status codes, using cookies, session tracking with servlets, e-commerce example, JSP scripting elements and attributes, including files, using applets, JavaBeans and tag libraries with JSPs, strategies for combining servlets and JSPs effectively, database and JDBC tutorial, and connecting pooling.
(0 ratings)
Reviews0
PriceFree
Views4057
gospelcom guestbook
posted byalaninGuestbooks
This is a guestbook application written in Perl that allows you to process input from an HTML form. Features include: custom email and HTML templates, required fields, PGP encryption, email attachments, database integration, ezmlm/majordomo subscription handling, and error reporting sends email.
(0 ratings)
Reviews0
PriceFree
Views2674
SuperSnoop
posted byjordanbinDevelopment Tools
THis is a much fancier Snoop example than the factory default. It also shows session and other information. Also shows HTML Generation of Tables with a fancy magic method at the beginning.
(0 ratings)
Reviews0
PriceFree
Views3070
Metadot Portal Server
posted bydanielinPortal Systems
Metadot Portal Server is a Perl/MySQL-based open source portal server that provides content and community management user customizable news page dashboard like My Yahoo. Users can have their own public website area to share information. Includes built-in features like files management, discussion, calendar, poll, HTML editor and XML/RSS syndication, user & group management and monitoring tools, look and feel customization (CSS and templates). It can be extended in functionality by adding Metadot Gizmos plug-ins.
(46 ratings)
Reviews1
PriceFree
Views154130
Search Servlet
posted bycoldjavainSite Search
This Servlet allows you to search files on your web server. You can set this servlet as an action parameter for html form. It also features: Search only files with specific extentions, Configurable color for result page, Set the number of results per page, Customizable not found page, and more.
(15 ratings)
Reviews0
PriceFree
Views5906
IIS Dev Event Calendar
This is an ASP-based event calendar application designed for Internet Information Server 4.0 and ADO 2.0. It features password protected Web admin panel for managing the event database.
(3 ratings)
Reviews0
PriceFree
Views25357
Professional XML
posted bysaleinProgramming Books
A serious look at how to use XML in sophisticated real-world Web applications, Professional XML goes beyond your run-of-the-mill tutorial by giving you practical examples and techniques. The book focuses on W3C XML and the various enabling technologies that are becoming entwined with XML. It provides three threads of content, representing the different angles from which readers will approach XML. The first covers the core material, including well-formed syntax, data modeling, and the Document Object Model (DOM)--a critical programming interface to XML documents. The other two threads cover the most common usages of XML: as a data format and transport mechanism, and as a visual presentation language for human interaction.
(6 ratings)
Reviews0
PriceFree
Views4638
Beginning ASP Databases
posted bysalesinProgramming Books
Beginning ASP Databases offers an entry point to one of the most crucial aspects of Microsoft-oriented Web development--database integration with Active Server Pages. In Beginning ASP Databases, a trio of authors covers the basics of working with databases from ASP--especially using ActiveX Database Objects (ADO). The book is quite substantive in content but is written in a somewhat light-hearted style that makes readers new to the technology comfortable. Topics covered: ADO/OLE DB architecture, SQL, recordsets, databases and cookies, error handling, command object, stored procedures, irregular data handling, performance testing and tuning.
(12 ratings)
Reviews0
PriceFree
Views4163
Web Organization Chart
posted byaasoftechinVertical Markets
The Organization Chart program is an application used to create corporate organizational charts based on personnel database tables. In each organization, an HR table contains information on existing personnel. Organization Chart can connect to any HR table. You can define two fields as a child id, an employee id, or any other id contained in the table as the unique identifier of the record. For example, you can also use a parent id, supervisor id, or any other that identifies the supervisor of that particular individual. The Organization Chart program can also create tree format charts based on the table attached to it.
(4 ratings)
Reviews1
PriceFree
Views12578
XML Pocket Reference
posted bynutsinProgramming Books
The XML Pocket Reference is both a handy introduction to XML terminology and syntax, and a quick reference to XML instructions, attributes, entities, and datatypes. It also covers XSL (Extensible Stylesheet Language), necessary to ensure that your XML documents have a consistent look and feel across platforms. Although XML itself is complex, its basic concepts are simple. This small book acts both as a perfect tutorial for learning the basics of XML, and as a reference to the XML and XSL specifications.
(3 ratings)
Reviews0
PriceFree
Views3154
Cascade
posted bymarkinLink Indexing
Cascade allows you to easily maintain a web-based Yahoo-like directory of resources using web-based forms. Features include: Uses a SQL database on backend, Manage an arbitrarily large hierarchy of resources, Writes out static HTML pages for maximum performance, Auto-generated "What's New" page, Manages the count of all the items in a particular category and below, Items in the directory can be people and organizations-- not just links, Supports Related Categories, Supports Virtual Subcategories (what you see in yahoo with an @ next to them), Designed to integrate with static content on your website, Auto-generates a footer, Supports basic ratings of content, and Easy to use interface. The public can suggest additions and updates which admins can easily edit and appove. Also includes a basic rating/comment system for all resources.
(0 ratings)
Reviews0
PriceFree
Views18112
Perl in a Nutshell : A Desktop Quick Reference
posted bycontentinProgramming Books
Perl in a Nutshell is a comprehensive reference guide to the Perl programming language. This book covers all the core features of the language. It ranges widely through the Perl programmer's universe, gathering together in convenient form a wealth of information about Perl itself and its application to CGI scripts, network programming, database interaction, and graphical user interfaces. It also gives detailed coverage about using Perl within a Win32 environment. Topics include: Basic language reference, Introduction to using Perl modules, Perl and CGI (CGI basics, CGI.pm, mod_perl), DBI - the database-independent API for Perl), Sockets programming in Perl, LWP - the library for World Wide Web programming in Perl, The Net::* modules, and pTk - the Tk extension to Perl.
(0 ratings)
Reviews0
PriceFree
Views2886
Instant ASP Scripts
posted bycontentinProgramming Books
Instant ASP Scripts provides the "why" for Active Server = Pages. Numerous books on the market teach you how to use Active Server Pages but skimp on real-world examples of its use. This book will show you how you can activate your company's Intranet or Internet web site. The book will show you how to create an Online Campus, a Corporate Library, Classifieds, Live Chat, Message Boards, Online Form Letters, Usage Tracking, Project Progress Management, Help Desk, Online Calculators and so much more. The CD that comes with the book includes an entire web site collection for all the sites created in the numerous chapters. The CD also includes all the SQL scripts so you can recreate the database tables simply.
(9 ratings)
Reviews0
PriceFree
Views6804
Sun's Official JSP Page
posted bywebmasterinJSP & Servlets
This is the Sun's Official JavaServer Pages (JSP) Page. It provides a wealth of information and resources on JSP including product information, download pages, news, tutorials, FAQ, mailing list, and more.
(9 ratings)
Reviews0
PriceFree
Views3550
News Servlet
posted bycoldjavainNews Publishing
This is a Java servlet that implements news forum. Forum is a collection of messages. Each message has got short announce (subject) and body. News servlet supports WAP/WML also. So you may use this servlet in your portal for example as a common source of news information for desktop and mobile clients.
(6 ratings)
Reviews0
PriceFree
Views8367
CoolServlets.com
posted bymattinJSP & Servlets
Created to improve the state of the servlet community, CoolServlets.com provides a number of free, high-quality servlets. Currently available programs include discussion board, guestbook, form processor, counter, random quote, random image, and more.
(4 ratings)
Reviews0
PriceFree
Views5347
ASP Profiling Component
posted bychristophwinPerformance Enhancement
How do you decide which piece of code is faster? Guessing isn't the right decision, profiling is! This component measures the runtime of the piece of code you want to profile, allowing you to verify your performance improvements.
(0 ratings)
Reviews0
PriceFree
Views3281
Two Table Join
posted byinfoinDatabase-related
Outputting data from two tables is almost as easy as displaying from one. This example utilizes two
tables with state information on them. The first table (state_order) contains state abbreviations (state), state names (statename) the year each state was admitted into the union (year) and the numeric order they entered in (entered). The second table (state_capitals) contains state abbreviations (state), state names (state) and state capitals (capital). The where statement looks to make a match on the field that each table has in common to ouput the correct capital with all the info from the state_order table.
(3 ratings)
Reviews0
PriceFree
Views3310