Results matching for "stat"
Sort Listings By
Show Only
By Customer Review
Licence Type
JFS
posted bysupportinFile Management
JFS is a simple, TCP/IP based network filesystem protocol. It allows applets running in a web browser to load and save files on a remote server, as well as send email and print documents through the JFS server. Because Java applets cannot access the filesystem of the machine they are running on, this provides a useful way for applets to store state information.
(3 ratings)
Reviews0
PriceFree
Views10094
Programming the Perl DBI
posted bynutsinProgramming Books
Coauthored by Alligator Descartes, one of the most active members of the DBI community, and by Tim Bunce, the inventor of DBI, this book explains the architecture of DBI and shows you how to write DBI-based programs. For the experienced DBI dabbler, this book explains DBI's nuances and the peculiarities of each individual DBD. Main topics include: An introduction to DBI and its design, How to construct queries and bind parameters, Working with database, driver, and statement handles, Debugging techniques, Coverage of each existing DBD, and A complete reference to DBI.
(0 ratings)
Reviews0
PriceFree
Views2330
Apache, Apachecon and PHP
posted byslittinDevelopment
This article covers several useful topics on PHP programming from basics to working with database. Main topics include: mod_php - Hello World, PHP Programming, Maintaining State on a Single Page, Maintaining State Between Multiple Pages, PHP Data Enabled App Using PostgreSQL, and Installing phplib in a Postgres Environment.
(0 ratings)
Reviews0
PriceFree
Views1407
iisCARTship
posted byinfoinProduct Shipping
iisCARTship gives developers, and ultimately consumers, the choice of shipping companies with over 25 shipping services from the 3 largest shipping companies and, more importantly, redundancy should a given companies system be inaccessible. iisCARTship will return real-time shipping rates from any combination of the United States Postal Service, Federal Express, and United Postal Service. In addition, the return can be limited to the specific services of your choice. iisCARTship�s powerful collection returns real-time shipping data which can be easily formatted to meet your needs in a table, drop down combo box or group of radio button.
(6 ratings)
Reviews0
PriceFree
Views3492
SimpleClick Instant Easy RollOver Buttons
posted bysupportinForm Based
CodeBrain's SimpleClick is a roll-over image button applet, specifically designed to be extremely easy to use and well-behaved. Just plug in three small image graphics and the link address (frame or target optional), and you've got an instant three-state roll-over button. Exceptionally small at only 3.03K, it performs like a speed demon for multiple-button navigation layouts. The free download kit contains full demos, simple sample code, graphics, and full instructions.
(3 ratings)
Reviews0
PriceFree
Views4543
THE YAK Image Animation Applet
CodeBrain's free 'YAK' applet is a small, fast animation and button builder with amazing flexibility and ease of set-up. Designed for both animations and mouse-over buttons, it features complete text control, sound support, three-state button action, and a wealth of thoughtful color, border, and control options. The Yak applet can also be used as a stand-alone image animator, with up to 100 images. The free download kit includes all graphics, sounds, ready-to-run stock demos, and full instructions.
(0 ratings)
Reviews0
PriceFree
Views6092
Yet Another News Fetcher
posted byyanfinWeb Fetching
Yanf fetches news from Slashdot, Freshmeat. 32bitsonline, Segfault, Packetstorm, Linuxtelephony, Linuxtoday, Linuxapps and the daily static cartoon of Userfriendly and puts them in a web page. It's configurable from a config file, in which you can add new sites, remove the ones that you dont like, etc.
(0 ratings)
Reviews0
PriceFree
Views4809
SNAPSHOT Slide Projector Applet
posted bysupportinImage Display
SNAPSHOT is a powerful, versatile, projector-like image display applet. Supports up to 100 images, individually linkable (url and target/frame). Features: 10 directional effects, pause control, statusbar text for each image; inset positioning of images; background image support; on-click sound; more. Download includes cut&paste ready-to-run demos, thorough documentation, and everything needed to get up and running quickly.
(0 ratings)
Reviews0
PriceFree
Views5790
iPopper Free Pop-Up Menu Applet
posted bysupportinMenu Systems
iPopper is a cool little pop-up menu applet that allows you to place a system-like Popup Menu anywhere at all on the page. Unlike other implementations, iPopper triggers from an included tri-state button... working as a mouseOver, but also changing state when the menu is popped up. iPopper pops up anywhere -- even outside the applet! iPopper supports up to 100 menu items and separators, and can be easily stacked for multiple menus. Very simple and easy, and the download kit is free.
(3 ratings)
Reviews0
PriceFree
Views10345
Realty Manager
posted byfraserinReal Estate
Realty Manager is an easy-to-use solution for managing your website�s realty listings. Users add/edit listings without modifying HTML or adding new pages; upload photos for each property; use the WYSIWYG editor to format text without any HTML knowledge. Other features include: user access levels, powerful search engine, advanced customization, customizable database (edit fields or create your own), customize the HTML templates to suit your design. Fully rebrand this Private Label software!
(11 ratings)
Reviews5
PriceUSD 299.00
Views11444
EKFetch
posted byeltoninDownload Systems
Perl EKFetch is a CGI script that fetches preset files on request and hides the download URL. A web-based statistics page is also available.
(0 ratings)
Reviews0
PriceFree
Views5382
FAQ PLAIN
posted bycyrilleinFAQ & Knowledgebase
FAQ PLAIN, stands for "FAQ Preprocessor Lacking An Interesting Name", is a very easy to use customizable FAQ web page generator. It features: Easy to use - no HTML code needed for the FAQ, Automatic numbering of questions; hierarchical structure of the numbering, Separate the FAQ into sections; section headers appear at top of page, Generates one static HTML page, and more.
(0 ratings)
Reviews0
PriceFree
Views4539
logmanage
posted bycdentinWeb Traffic Analysis
logmanage is a program which is designed to perform flexible management of web statistics for a variety of users and main server logs. In its current configuration it is
designed to work with http-analyze but should work with any web stats program that takes log input on STDIN and can be configurated for the output directory on
the command line.
(0 ratings)
Reviews0
PriceFree
Views1899
BrainCode jsView
posted bysupportinImage Display
Specifically designed for JavaScript Junkies, jsView is an image display applet that supports an unlimited number of images. Images are dynamically loaded into the applet via JavaScript calls, on demand, eliminating typically long start-up loading times. As each new image is first loaded, a positionable active "Loading..." meter appears, holding visitor attention and displaying status. Each image link and target is individually programmed dynamically from the JavaScript call, as well. The jsView applet features optional image AutoSizing, a fast-loading 8.6K class file, and a truly superb set of demos and documentation included in the free download. Both free and professional versions are available.
(0 ratings)
Reviews0
PriceFree
Views6893
Cookies with ASP
posted bystevenatorinCookies & Sessions
Cookies can be a good method for passing data between pages and especially for retaining data between sessions. Today, it's pretty safe to assume that anyone who is using your site can use cookies, since nearly every site that is non-static makes use of them(including all ASP sites that use sessions). It is also possible to set and read cookies using client-side code, but it is a bit more difficult. Reading and writing cookies using Active Server Pages' built in Request and Response objects is incredibly easy.
(0 ratings)
Reviews0
PriceFree
Views5912
Tic-Tac-Toe
posted bystevenatorinGames & Entertainment
This application demonstrates the use of Sessions, state, and database calls to create a simple tic-tac-toe game. There are no ActiveX components in use on either
the client or the server.
(3 ratings)
Reviews0
PriceFree
Views3715
Tracking Site Statistics
posted bystevenatorinWeb Traffic Analysis
This application allows you to track a variety of site statistics, including hits per hour/day/week/month, IP address of hits, and browsers used.
(3 ratings)
Reviews0
PriceFree
Views6442
ABCMenuMan!
posted bysalesinMenu Systems
ABCMenuMan! allows you to easily add special mouseover effects to your website. When you have more than a few animated GIF menu items, this loads much faster than animated GIFs. The full version does not pause for 1 second, nor does it list our website in the status bar or while loading. Plus, you can specify a background loading color, highlight color, add sound fx, use frames, specify font type, create your own animations with different sizes, plus a small construction kit is included. Two extra menus now included.
(5 ratings)
Reviews0
PriceFree
Views9994
Powie's PHP Guestbook
posted bypgbinGuestbooks
Powie's PHP Guestbook is a PHP/MySQL-based guestbook application. It features: neat interface using several images, easy customization using footer and header, ICQ status support for guestbook writer if the field is entered, Web admin interface for managing guestbook entries, and more.
(0 ratings)
Reviews0
PriceFree
Views6671
Numeric PHP
posted byjmcastagnettoinLibraries & Classes
The project aims at producing a set of packages containing functions and classes to aid in the numeric manipulation of data. Packages will deal with geometrical, statistical, matricial, etc. calculations.
(0 ratings)
Reviews0
PriceFree
Views2950