Welcome to CodeToad !
Free code samples, in-depth tutorials, and loads of useful resources. Assisting your development.
Check out CodeToad Plus! - our new Membership-based application source code resource.
| Featured on CodeToad Plus! | |
 |
ASP Shopping Cart E-Commerce Script
by CodeToad.Com (2/4/2003)
Complete source code and demo database(Access, though SQL compatible) to an ASP database driven e-commerce shopping basket, taking the user through from product selection to checkout. |
 |
 |
ASP Forum Script
by CodeToad.Com (2/4/2003)
A comprehensive forum script include email notification, special codes & multi-forum capabilities Includes complete source code and demo database(Access). |
 |
 |
ASP Weblog Script
by CodeToad.Com (3/17/2003)
Create your own weblog with this easy-to-install script, including blog archive and editable post facility. Uses ASP and Access database(SQL server compatible) |
 |
|
 |
Javascript Onload Event
by Jeff Anderson (1/22/2003)
Sometimes you need to perform an action immediatley after the page has loaded. That's when the onLoad Event Handler comes in handy |
 |
 |
Javascript - Enable and Disable form elements
by Jeff Anderson (3/6/2002)
This is a relatively little known and under-used feature of javascript which can be very useful in guiding a user through a form. Using the disabled tag, you can switch on and off elements in a form. |
 |
 |
Generate License Keys (such as CD keys on Microsoft software)
by Brian Gillham (8/26/2002)
This class allows you to generate license keys, such as the CD keys on the case of most Microsoft software |
 |
 |
ASP Format Date and Time Script
by Jeff Anderson (2/27/2002)
An ASP script showing the variety of date and time formats possible using the FormatDateTime Function. |
 |
 |
Creating a Dynamic Reports using ASP and Excel
by Jeff Anderson (1/9/2003)
A simple way to generate Excel reports from a database using Excel. |
 |
 |
Form Validation Function
by Jeff Anderson (2/26/2002)
A javascript validation function that you can use to validate all types of forms. |
 |
 |
Image Submit Button
by Jeff Anderson (1/24/2002)
You can keep your forms from slipping into mundanity by substituting the default gray submit button to a colourful graphic of your choosing. |
 |
 |
Check IsNumeric Function
by Jeff Anderson (2/26/2002)
A javascript validation function to check whether the details entered by a user are numeric. |
 |
 |
Create an ASP SQL Stored Procedure
by Jeff Anderson (3/11/2003)
A beginners guide to setting up a stored procedure in SQL server and calling it from an ASP page. |
 |
 |
ASP Shopping Cart
by CodeToad Plus! (4/17/2003)
Complete source code and demo database(Access, though SQL compatible) to an ASP database driven e-commerce shopping basket, taking the user through from product selection to checkout. Available to CodeToad Plus! Members |
 |
View more popular articles
|
|
 |
Multiple submit buttons with form validation (8/30/2005) by Paul Eckert
This code shows how to redirect a user to multiple sites, depending on which submit button he presses, but only after the form validates correctly. |
 |
 |
Understanding Hibernate ORM for Java/J2EE (6/29/2005) by Saritha.S.V
Hibernate is the most popular and most complete open source object/relational mapping solution for Java environments.Hibernate's goal is to relieve the developer from 95 percent of common data persistence related programming tasks. |
 |
 |
HTTP screen-scraping and caching (5/31/2005) by Troy Wolf
An ASP class that makes it easy to leverage data from web pages that may be your own or pages from other websites. The class has methods that make it easy to pull entire pages, specific sections of content, tables of data, or even just a specific image from third-party websites. |
 |
 |
a javascript calculator (5/2/2005) by aman_cingh
calculator which performs simple calculations |
 |
 |
A simple way to JTable (4/26/2005) by Kanad Deshpande
Many face trouble while dealing with JTable. Here is simplest way to handle JTable. |
 |
 |
Java Native Interface (JNI) (4/15/2005) by Kanad Deshpande
Java Native Interface (JNI) is one of the intersting interface by java
By using Java Native Interface (JNI) you can operate with other applications and libraries. |
 |
 |
Parsing Dynamic Layouts (1/17/2005) by Imran Salahuddin Khan
A way for keeping static and dynamic contents separate and to parse the dynamic contents for the variables inside the layout string. |
 |
 |
MagicGrid (1/14/2005) by Abhijeet Kaulgud
MagicGrid is an all-in-one grid for ASP programmers. It is a 3 Level Hierarchial Grid. You can Add, Edit, Delete Items under all the three levels. You can also cut-copy-paste Items from one level to other, It happens just by drag & drop! |
 |
 |
Caching With ASP.Net (1/11/2005) by Imran Salahuddin Khan
How to Cache pages, parts of pages and data in ASP.Net. |
 |
 |
Creating CSS Buttons (12/7/2004) by Thomas D. Greer
With Cascading Style Sheets, you can turn ordinary hyperlinks into fully functional "buttons", without using JavaScript. |
 |
View all CodeToad Articles
|
| Reader Contributions (unedited) | |
 |
Communicating with the Database (Using ADO) (9/29/2004) by Chaudhary Pradeep K. Roy
Using ADO to get connected with the database. |
 |
 |
Type Anywhere (5/25/2004) by Sumit Pranav
Type anywhere is a magical notepad with which you can type anywhere,on the desktop, on any file or program open. It gives you facility to make its window transclusent, save the file and change fonts etc. With this You can work on two windows simultaniously. |
 |
 |
Internal Search Engine (2/4/2004) by Stevan Rodrigues
The Search Engine module will search an entire page also dynamic pages for matching keyword(s) or a phrase and will count how many times the keyword(s) or phrase are found on the page, and display the results with the highest matches first. The module will search all files with the extensions that you can easily place the extension name into the web.config file where indicated. Files or folders that you don't want searched can be placed in the web.config where indicated, so these files and folders are not searched. |
 |
 |
Simple date validation (11/26/2003) by Chris Hogben
function that takes a date in three parts, day, month and year - returns true if it's a valid date. |
 |
 |
Function to Return Alpha Characters Only (10/28/2003) by Rodney
These two functions combine to return only the A-Z,a - z and spaces in a given string. |
 |
 |
The OSI Reference Model - A Clear and Concise... (10/14/2003) by James Opiko
The OSI Reference Model - A Resource For IT Certification Candidates & Networking Professionals |
 |
 |
Unique Random Numbers (8/12/2003) by Stanley Switaj
Need to randomize records that have an autonumber ID, starting from 1 and on, like a vector for visual basic, it uses a collection, then picks out one randomly one at a time and places it in your unique random number array. |
 |
 |
ADO Connection & Recordset Functions (8/4/2003) by Coretys
These functions should help dealing with ADO Connections and Recordsets a bit easier. If you have any suggestions, then please tell me. |
 |
 |
Validate Form and Disable Submit Button (7/31/2003) by Marylou Marks
I have a form that validates info, but I also want to disable the submit button. The disable part worked before adding the form validating. |
 |
 |
XML Converter for MySQL database (7/21/2003) by Rustem
MySQL has no native facilities for dealing with XML. This does not mean we are left out of the XML evolution. RustemSoft XML Converter has �MySQL to XML� support. |
 |
Add Your Own Article with our Article Submission Wizard
|
| Script & Tutorial Directory |
|
|
|
|
|
|