Results matching for "stat"
Sort Listings By
Show Only
By Customer Review
Licence Type
AdJuggler
posted bysalesinAd Management
AdJuggler is a powerful and advanced ad management system built on Java servlet technology for efficient and robust performance. Includes support for rich media, advanced reporting options and detailed control over ad distribution. AdJuggler also offers very advanced anti-caching methods to ensure the most accurate impression and clickthrough statistics possible.
(12 ratings)
Reviews0
PriceFree
Views3992
JavaServer Pages (JSP)
posted byhallinIntroduction to Servlets
This is one of the most comprehensive introductory online tutorial on JSP programming. It covers: Syntax Summary, Template Text (Static HTML), JSP Scripting Elements: Expressions, Scriptlets, and Declarations, JSP Directives, Example using Scripting Elements and Directives, Predefined Variables, JSP Actions, and JSP Comments and Character Escaping Conventi.
(0 ratings)
Reviews0
PriceFree
Views2518
Real Estate Tokenization
posted byjohnmatthewinDevelopment
Do you want to set out to develop a real estate tokenization platform? Propose your ideas for developing a platform for tokenizing real estate assets or get our ready-made platform straight off!
(0 ratings)
Reviews0
PriceFree
Views738
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
Views4051
SQL Server Manager
posted byunknowninDatabase Tools
If your database server running Microsoft SQL Server 6.5 is somewhere on the Net, you can�t use the Enterprise Manager or ISQL/w (if it is located behind a firewall, as in most cases). Its web interface presented allows you to administer SQL Server via any browser across the Internet - using the SQL Distributed Management Objects (SQLDMO for short). It allows you to view definitions for tables, views and stored procedures. It also has a built-in SQL query builder that allows you to execute any SQL statement against your database.
(3 ratings)
Reviews0
PriceFree
Views9974
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
Views18106
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
Views5321
Search db by Field
posted byinfoinDatabase-related
Providing search capabilities to a db enables users to query on whichever element you target them to. However allowing users to target which portion of the db they would like to query gives extra value. In this example, utilizing our db of US States (state, statename, and capital) the user can search in any of three fields (by dropdown menu input) rather than the application targeting one specific table element. Note: The db only has 50 observations in it, so it is better to search on single or double letter combinations.
(3 ratings)
Reviews0
PriceFree
Views3494
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
Views3294
Online Database
posted bymingyiliuinDatabase Tools
Personal Online Database (POD) is a powerful C++ cgi script to create and manage online databases. The interface to access the database is fully customizable - Write your own html pages completely to your taste or use included templates. Database can be searched and sorted in various modes, password protected on whole file or individual entry level. Add, change, delete entries and administer DB configurations online. The DB is scalable, and its hardware/software failure protection and concurrency handling make it a reliable and high throughput DB application. It supports different data types and can automatically generate counting statistics for individual entries and report errors and statistics by html email. It can also convert existing DB files (in csv format) to format recognized by POD.
(22 ratings)
Reviews0
Price 29.00
Views20592
Village
posted bywebmasterinDatabase Tools
Village is a 100% Pure Java API that sits on top of the JDBC API. The purpose of this API is to make it easier to interact with a JDBC compliant relational database. By using Village, it is possible to execute and manage select/insert/update/delete SQL statements without having to actually write a single line of SQL. Village can use any valid JDBC Connection object, so it is possible to use Village with a JDBC Connection pool.
(9 ratings)
Reviews0
PriceFree
Views4563
Get Your Data Faster with a Data Cache
posted by15sencondsinDatabase-related
Storing frequently used lookup data in a database is a great idea (e.g. order status codes, state names, etc.) that saves tremendous amounts of time in design and maintenance. However, retrieving that data from the database every time it is needed is very inefficient. This article describes how to use Application variables to cache frequently used lookup data in memory to achieve lightning fast access times.
(0 ratings)
Reviews0
PriceFree
Views1554
Servlets and JSP
posted byunknowninIntroduction to Servlets
Servlets are Java technology's answer to CGI programming; JSP is a technology that lets users mix regular, static HTML with dynamically-generated HTML. This tutorial discusses the basics of Java Servlets and JSP, as well as the advantages of using each of these technologies.
(12 ratings)
Reviews0
PriceFree
Views3221
Qbanner
posted bymawebinAd Management
Qbanner is a Perl/MySQL-based Advertising Server (GIF, JPEG, PNG ads). It currently features: Graphical, tabular hourly (daily, monthly) stats, supports a max of 3 banners per advertiser, and cache busting.
(0 ratings)
Reviews0
PriceFree
Views4178
FreeMarker
posted byharendtinContent Management
FreeMarker provides an easy way to get data from Java servlets into Web pages, and helps you keep graphic design separate from application logic. To use it, you encapsulate HTML in templates. These get compiled for you into Template objects, which generate HTML dynamically, using data provided by your servlets. The template language is
powerful and intuitive, the compiler is fast, and the output approaches the speed of static HTML pages.
(3 ratings)
Reviews0
PriceFree
Views10458
AdCenter 2000+ (PHP/MySQL)
posted byinfoinBanner Exchange
AD Center 2000 is a CGI script for organizing your own Banner Exchange. Each participant in the Exchange can distribute his own banner ads across the Exchange, and the ads are displayed based on a system of credits. AD Center 2000 keeps track of all impressions and click-through stats for each clients and your clients can view the stats for their advertisement(s) online. AD Center 2000 also has a banner rotation feature to ensure even distribution of impressions for all clients.
(3 ratings)
Reviews0
PriceUSD 100.00
Views6867
libstocks
posted bylaeufferinWeb Fetching
Libstocks is a C library which can be used to fetch stocks quotes. It is currently able to get quotes from a lot of stocks markets. The supported markets are: United States, Canada, Mexico, Brasil, Argentina, Venezuela, Chili, Australia, and European markets. The library fetchs quotes from Yahoo Finance and then creates a doubled linked list of quotes.
(3 ratings)
Reviews0
PriceFree
Views5297
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
Views15262
AD Center 2000 NG
posted byinfoinBanner Exchange
New generation of banner exchange programs. Has advanced targeting, multibanner support, multilanguage support, smart cheat analyzing system. Supports rich media ads, ability to install modules for popup, text, swimbanner, startup exchanges. Also counter and mailists modules available. Software has backup functions, scheduled email stats option and integrated help system (with FAQ/Knowledge base system).
(1 ratings)
Reviews1
PriceUSD 300.00
Views2522
Convert to Comma-Delimited File
posted byunknowninDatabase-related
This page demonstrates the capabilities how to write an ASCII comma-delimited file from a SQL statement using ASP.
(0 ratings)
Reviews0
PriceFree
Views3293