Results matching for "%22of+the+day%22"
Sort Listings By
Show Only
By Customer Review
Licence Type
Mail A Link
posted byinfoinSite Recommendation
Enabling people to mail the link of the current page is an incredibly useful feature to incorporate into your site. People can easily share items viewed with others and mail items without the need for an internet capable email account and bring users back to your site for a second view. There are many ways that this can be accomplished. Here you will find one of the easiest to incorporate. On each page you will need to provide a link or input button that will link to the mail application. When clicked, the referring page url will always be available to display as request.servervariables (�http_referer�).
(0 ratings)
Reviews0
PriceFree
Views5853
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
Views4350
URLDecode
The author notes, "A while back I was creating a generic form processor that read in the form's contents via http post. While I received all the information from the form, the one thing that was bothering me was that the data was URLEncoded and ASP didn't have a native un-encode function. At this time I realized that I needed to create a function that would decode data -- next thing I knew URLDecode was created."
(0 ratings)
Reviews0
PriceFree
Views4145
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
Views5879
Accessing a Microsoft SQL Server database from PHP running under Linux
posted byalbertoinDatabase-Related
This article describes how to connect and query an MS SQL server (running under a Windows operating system) from php installed on a unix box.
(3 ratings)
Reviews0
PriceFree
Views3027
CoverYourASP.com
The aim of CoverYourASP is to solve real-world problems with live examples you can play with, download and modify for your own use. All the source code and databases are available.
(0 ratings)
Reviews0
PriceFree
Views3453
Cursor Scroller
posted bydynamicdriveinText Scrolling
This unique scroller follows your mouse around, ensuring that the message it carries won't be missed by your visitors.
(3 ratings)
Reviews0
PriceFree
Views12932
e-Classifieds Free Edition
The e-Classifieds Free Edition allows you to quickly set up your own classifieds section using easily configurable categories and other variables. All pages are generated dynamically using your settings, so there is no need to manually edit any HTML files. Users can post and delete their own ads. The admin can delete any ad posted by any user and can even delete entire categories at a time. In addition, the Free Edition shares the pleasing appearance and friendly, easy-to-use interface of our commercial versions. Available in English, French, German, Spanish, Italian, Portuguese, and many other languages.
(15 ratings)
Reviews0
PriceFree
Views14328
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
Views2380
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
Views2564
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
Views3844
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
Views3191
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
Views7475
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
Views36994
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
Views4688
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
Views83046
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
Views5797
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
Views4712
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
Views22963
Watermark
posted byricochetinginVisual Effects
Create a text or image watermark that stays in the same place on a page even when the page is scrolled. Works in both Internet Explorer and Netscape 4+.
(0 ratings)
Reviews0
PriceFree
Views12277
Related Categories
You May Also Like
Video Theme: Setup a website like YouTube today (New 2022) - Download Now!Sponsored
(3 ratings)
PriceUSD 99.00



