Results matching for "%22of+the+day%22"
Sort Listings By
Show Only
By Customer Review
Licence Type
Manifold Database Commander
posted byborisinDatabase Tools
At its simplest level, Database Commander lets you create, browse, manipulate, and run statistics on Access 97, Access 2000, dBASE, FoxPro Paradox, Excel, Lotus, text, HTML, ODBC, SQL Server, Oracle, Sybase, Btrieve, and other data sources. Database Commander is not just some dumb little database browser: it contains a new approach to understanding databases of spectacular sophistication and power, all tamed for your ease of use within a sensible, point-and-click interface.
(3 ratings)
Reviews0
PriceFree
Views2579
Paging Records With GetRows
posted bymukulsabharwalinDatabase-related
You all must have seen and done stuff with the RecordSet object, infact everything is done with the RecordSet object. Now, this acticle explains how to use GetRows to page through the records that you recieve from the SELECT. It's much faster than MoveNext, because it closes the database connection immediately whereas MoveNext loops through the records with the overhead of the database connection. Plus GetRows let's you count the records correctly!
(0 ratings)
Reviews0
PriceFree
Views4360
Forms - Check Boxes
posted bywebmasterinForm Processing
The checkbox object is coded along the same lines as radio buttons, however each checkbox must get its own unique name since the state of "checked" or "not checked" will be passed to ASP for each box. Remember that you can set more than one option to be checked. Complete source code provided for the example.
(0 ratings)
Reviews0
PriceFree
Views5893
Display Table on Web Page
posted bywebmasterinDatabase-related
This page demonstrates the capabilities how to display a table from a SQL statement. It illustrates not only how to display the table, but also how to detect that no records
were returned from a query, and how to detect null and blank values in the data.
(1 ratings)
Reviews1
PriceFree
Views3211
Barcode Image Generator
posted bycharlesinBarcode Generation
This small script can generate Code 3 of 9 barcodes for use within your HTML files. The GD image manipulation library is required. Great for databases and inventory tracking scripts.
(52 ratings)
Reviews1
PriceFree
Views37011
Temperature Converter
posted byabstractinCalculators
Temperature Converter is a very handy script that instantly coverts between the major temperature units Fahrenheit, Celsius, and Kelvin.
(3 ratings)
Reviews0
PriceFree
Views4710
Color Safe Palette or Nested For Next Loops & Arrays
posted byinfoinMiscellaneous
The browser can do a great many things, but it has a limit of 216 colors that can �safely� (without dithering or color washout) display. Fortunately, there are many ways that you can display all the color combinations in the browser safe color palette. By placing the six possible values for color (00,33,66,99,CC,FF) in an array and nesting three for next statements with values one through six a table with all the color codes will neatly be displayed in a table.
(0 ratings)
Reviews0
PriceFree
Views2397
Multiple Form Selection (Where In)
posted byinfoinDatabase-related
Allowing multiple choices of data observations enables people to customize views of your data and adds value to your applications. This example utilizes our db on the career statistics of Hammerin� Hank Greenberg. The years he played are available to select from in a dropdown menu. When multiple years are selected they are passed comma delimited. Utilizing the where in statement in our sql the comma delimited selections are appended to our sql statement to display only those years selected.
(0 ratings)
Reviews0
PriceFree
Views3863
Migrating from ASP to PHP
posted byjliminPHP vs Other Languages
Here you will find a set of training notes summarizing the differences between VBScript, JScript and PHP. Also covers ASP objects and their PHP equivalents. Good for converting ASP programmers to PHP. In 3 parts.
(6 ratings)
Reviews0
PriceFree
Views7488
Understanding File Upload
posted bythalminFile Manipulation
Building an upload file mechanism on a Web server can often require using a costly DLL. Tiago Halm's article shows you how to upload a file using only Active Server Page (ASP) code and Internet Explorer. Sample code is provided.
(0 ratings)
Reviews0
PriceFree
Views4723
Image SlideShow (with controls)
posted byricochetinginSlide Shows
Display a series of images in an automated slide show, a pulldown menu, or the various slideshow controls that are included, such as previous and next.
(10 ratings)
Reviews1
PriceFree
Views22975
Drop-Down Menu Generator
posted byricochetinginForm Based
Create your own dropdown menu. Choose from three different button options, choose colors, and other menu options.
(6 ratings)
Reviews3
PriceFree
Views22137
Text Clock
posted byricochetinginDate & Time
Use this tool to automatically generate your own text clock. Multiple formats and display locations to choose from.
(7 ratings)
Reviews1
PriceFree
Views7144
Background Music
posted byricochetinginAudio & Sound
Embed Background music in your page. Control setup and options for both Netscape and Internet Explorer.
(27 ratings)
Reviews0
PriceFree
Views23266
Comersus Free Shopping Cart
posted byinfoinShopping Carts
Top Rated free ASP Shopping Cart since year 2000 with Web Control Panel and StoreFront. Simple 3 Step Checkout, new template with CSS snippet based, SEO friendly, taxes, PayPal Standard, unlimited shipping rules, multilanguage, stock, RC4 encryption, auctions, reviews, order tracking, multilevel categories, digital goods distribution (serials, links, images, mp3). Optional Packs with Google Checkout, 2Checkout, PayPal Pro, UPS, USPS, DHL, SQL, mySQL, DES encryption, WAP catalog, YouTube Integration, sales forecasting, Java charts, Image Zoom, antifraud and more. Great Technical Support with 70.000 messages forum at http://www.comersus.org Free Templates available.
(154 ratings)
Reviews25
PriceFree
Views83086
Print View (From a db template)
posted byinfoinContent Management
Web pages usually print pretty lousy. Typically, background colors are not displayed (unless you change the browser settings) and depending on site the width may be set much wider than the printer can handle on the horizontal for an 8 � page. Providing a printer friendly format adds immeasurable value for your users. This example demonstrates how to strategically place a couple of simple tautologies that will display banners and other items in the typical or �default� view and allows a link back to the same page with a querystring value that will be used to suppress everything but the db output.
(0 ratings)
Reviews0
PriceFree
Views4210
Parabase web-Order-Systen
posted bypjinShopping Carts
The Parabase Web-Order-System is a web-based order-entry system and incorporates everything that is needed to get your order from the web. The system supports classical order entry, order entry with a HTML-link and a catalog based shopping-cart interface. It can include HTML files, pictures and has an interface that is very easy customized. The system does not need JavaScript, nor cookies, nor frames for most of its functionality.
The system currently interfaces to QuickBooks, credit card processing and Excel/Access.
(0 ratings)
Reviews0
PriceFree
Views2351
Timed Self-Closing Popup Window Kit
posted bysupportinWindows & Frames
This is a small kit with popup window launching code on one page, and the code to automatically close the popup window after a preset period of time on a second page. This is basically a mini-tutorial, with very clear instructions and clean code in a working demo -- great for JavaScript newcomers.
(9 ratings)
Reviews0
PriceFree
Views5808
Perl 101 (Part 1) - The Basics
posted bymelonfireinIntroduction to Perl & CGI
Known as much for its confusing, often oddball, syntax as for its efficiency and speed, Perl has a mystique that very few languages can match. This first article in a new series gives novice and intermediate programmers an introduction to the basics of the language.
(0 ratings)
Reviews0
PriceFree
Views1522
PHP Submit
posted byreborninURL Submitters
PHP Submit is a PHP script that can be used for submitting webpages to search engines. Current supported search engines include: Hotbot, Excite, Infoseek, Infomak, Altavista, Altavista UK, What You Seek, Lycos, Canada, Google, and Web Crawler.
(18 ratings)
Reviews0
PriceFree
Views45718




