active server pages, ASP, vbscript
Quick Search for:  in language:    
active server pages, ASP, vbscript,tutorial, newbie, beginner, how, to, how to program, help
   Code/Articles  |  Newest/Best  |  Community  |  Jobs  |  Other  |  Goto  | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
ASP/ VbScript Stats

 Code: 196,174. lines
 Jobs: 105. postings

 How to support the site

 
Sponsored by:

 
You are in:
 

Does your code think in ink?
Login


 

 


Latest Code Ticker for ASP/ VbScript.
Click here to see a screenshot of this code!Extended ASP Calender
By Aaron Wright on 11/23

(Screen Shot)

bookmark images
By darren kurn on 11/22


Login and adding members script
By Ben Shaffer on 11/22


Server Side PDF
By Igor Krupitsky on 11/20


Click here to see a screenshot of this code!Multiple Web Sites on one IP
By Richard J Mackey on 11/20

(Screen Shot)

Click here to see a screenshot of this code!Multiple websites on One IP
By Richard J Mackey on 11/20

(Screen Shot)

Click here to see a screenshot of this code!Combo-Box with Auto-Complete
By Mark Kahn on 11/18

(Screen Shot)

Click here to see a screenshot of this code!RegEx pattern match in VBScript
By moppy on 11/18

(Screen Shot)

Click here to see a screenshot of this code!Text-to-Speech in MS Outlook
By Nick Sumner on 11/18

(Screen Shot)

Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!

Affiliate Sites



 
 

Articles and Tutorials

Most Popular  
The articles and tutorials other users have found the most useful.  Broken out by beginner, intermediate and advanced level.
 
Newest  
Stay up to date with the latest and greatest!
 
To access the entire archive of articles and tutorials simply use the 'Browse All Categories' and 'Search' menu items in the drop-down hot menu at the top of the screen.

Most Popular

Beginner

Intermediate

Advanced

Building an Input Form Dynamically From a Database.
by Joshua i. Lopez
Language: Active Server Pages/VBScript

Updated 3/23/2001 11:17 PM !!!!!!!!!!!!!!!!!!!!! This code will allow you to build an input form "on the fly" from a database. Instead of creating and hard coding the same old input form you can automatically build your form based on column names or values in your database! Just added is another page that will submit your data to your database "on the fly", truely making the process of creating web based entry forms DYNAMIC!!!!!!!! Now whenever you have to alter your input forms you ... (see entry for full description)

Extreme Photo Gallery
by Dexter Zafra
Language: Active Server Pages/VBScript

This is a modfied version of DUGallery with added a few features such as (rating,comments,latest pic added and most popular picture) Just check it out.I just finished the "Email Picture to a friend" that was not included on the 1st release.There is also a DEMO. Demo/Download URL Below: http://www.ex-designz.net/downloadgallery.asp

Kill IIS process without rebooting
by Cakkie
Language: Active Server Pages/VBScript

Ever had to restart IIS when it was caught up in a loop, or doing some other stuff which results in IIS not coming down. Service manager fails to stop the www service, task manager gets the "Permission denied error". Only way out is a reboot? Not true!

ASP Lesson #1 - Introduction
by Daniel Larsson
Language: Active Server Pages/VBScript

This is the first lesson of many upcoming.

I will learn you what ASP is, and what to use it for in this lesson. You will not be tought any ASP Code the first lesson. This is just what it says it is.....an Introduction.

If you're an experienced developer, you won't get much of reading this lesson.

I will also tell you where to get a good Reference, and a few things about ASP Developement languages.

Please rate it, even if you don't like it, and tell me what can be better and ... (see entry for full description)

Web Site Designing (HTML, DHTML, JavaScript, CSS and DOM)
by Anand Vishwanathan
Language: Active Server Pages/VBScript

"Web Site Designing" is a tutorial which aims to teach the Internet, HTML, DHTML, JavaScript, CSS and DOM. No prior knowledge / experience is required.

Database Connectivity and Data Access
by Daniel M. Hendricks
Language: Active Server Pages/VBScript

This article shows various connection strings, used to connect to various databases in Windows, as well as methods to access and modify data. Some connection strings may require client software to be installed, but most work with Windows 2000.

Lewies Coding Standards
by Lewis Moten
Language: Active Server Pages/VBScript

Peer into the brains of a professional programmer to learn how to become a better coder and more easily maintain your code for management and easily allow others to understand.

Who Stole the Cookies ?
by
Language: Active Server Pages/VBScript

INTERNET cookies are incredibly simple, but they are one of those things that have taken on a life of their own. Cookies started receiving tremendous media attention starting February 2000 because of the Internet privacy concerns. The debate still rages on.

Beginners guide > Making a Simple DLL and using it in ASP
by snowboardr
Language: Active Server Pages/VBScript

Shows how to use a DLL made in Visual Basic in your ASP page, it is very simple, yet is very nice and useful! This is a beginners example, I just learned how to do this myself.

Writing a COM Object in Visual Basic
by Nathan Pond
Language: Active Server Pages/VBScript

This a tutorial I wrote because I had so much trouble learning how to write a COM object, I wanted to put it in simple terms for anyone else who might want to get into it.

A Practical Guide to Active Server Pages
by Manas Tungare
Language: Active Server Pages/VBScript

This practical guide aims to be a complete programming guide as well as a reference for the serious ASP programmer.

You don't have the time to rummage through 1000-page thick books? You don't have the time to sift through jokes & wisecracks? This is the right resource for you ...

This guide does not assume any prior knowledge of ASP, and starts from the ground up. The chapters are organized according to the increasing complexity of ASP scripts that you will be writi ... (see entry for full description)

A Complete Database Accessing Web Site!
by Bob Lee
Language: Active Server Pages/VBScript

This article not only includes the complete source code for a database driven web site that the author created, but includes a detailed description on how it works!

MySQL & ASP tutorial [Just added: dsn-less]
by snowboardr
Language: Active Server Pages/VBScript

Learn how to Install MySQL, import an Access database into MySQL database, and display data on a ASP page. Step by step tutorial with screenshots! Please leave questions or comments.. Updates: I have included a dsn-less connection!

___XML as Data Source Part 1 of 3 (Updated)
by Amit Mathur
Language: Active Server Pages/VBScript

Learn whatever you ever wanted to know about XML and ASP. This article starts from the very basics and ultimately creates something useful. Written in an easy to understand language. Unlike other articles which contain a lot of technical jargon, this article rather emphasises on showing by doing. Give it a good reading. Comments and suggestions are always welcome. Thanks.

Verifying Email Addresses the new way!
by Cyquester Technologies
Language: Active Server Pages/VBScript

Today, two of the biggest assets a portal has are its users and the data about them. As the database grows, its important that the information being collected is accurate or else it would be worthless. While there are many things like the name, age or profession of a user which a site cannot verify without using a third-part solution, there is the e-mail address of users which can and must be verified. Today, more than 75% of portals verify e-m ... (see entry for full description)

The ongoing Netscape Dilemma
by Sam Moses The Old Account
Language: Active Server Pages/VBScript

Ever since the "official" end of the browser war, developers have had to ask themselves "to Netscape? Or not to Netscape." That is the question. With old standards in mind, and new ones on the way with the release Netscape 6.1 the question remains.

An Introduction to Java Servlets
by
Language: Active Server Pages/VBScript

Java servlets are making headlines these days, claiming to solve many of the problems associated with CGI and proprietary server APIs. In this article I will describe the overall servlet architecture and what you need to develop your application with servlets. I will use several code examples to show you how to use the Servlet API, and compare it with CGI and proprietary server APIs where appropriate.

Automating Tasks with WSH
by Mark Lidstone
Language: Active Server Pages/VBScript

The purpose of this article is to show how to run tasks at regular intervals without having to access an ASP script with your web browser manually.

Sending emails from asp by reading them from text files
by Cyquester Technologies
Language: Active Server Pages/VBScript

In this tutorial, I will share a good site function with you. I will show a good method which can be used to send emails to users. The tutorial will focus on sending e-mails to users(using ASP Email) by opening text files in which e-mail text is stored. At the end, I will present a good example of everything dicussed by building a "Forgot Login" application.

Prevent Enter Key from Submitting your Forms
by Jos Keuter
Language: Active Server Pages/VBScript

When searching online for "How to prevent a form to be submitted by hitting enter" you'll find many (mostly unsatisfying) creative solutions. I think that my solution will work for most of the cases. Just follow the neccessary steps in the following article. If you like it please vote! ;)

Unlimited Depth Category Tree
by Michael V Feranda
Language: Active Server Pages/VBScript

An unlimited depth tree structure without the use of special objects. Only done using a trick on the database and simple SQL. NO SPECIAL CODING!! Works FAST... Nothing more than an easy serial number.

Upload Files Without COM v2
by Lewis Moten
Language: Active Server Pages/VBScript

No need to purchase expensive components. You can do it all with what you already got. This version is an update for faster speed and reliability. Bugs have been fixed, and the entire code has been commented to walk you through the process.

Upload Files Without COM v3
by Lewis Moten
Language: Active Server Pages/VBScript

Allows you to upload multiple files and fields without purchasing or registering COM objects. Great for shared hosts that frown upon 3rd Party com objects or charge an arm and a leg for them. This script provides an object oriented interface using classes for easier development. The power that this script has over others is that it does not use dictionary objects to store the uploaded files. It also harnesses the power of ADODB to prepare and save binary data to the file system wit ... (see entry for full description)

Buy & sell (dynamic market)
by Mikael
Language: Active Server Pages/VBScript

Have your visitors buy and sell through your site. In less then 5 minutes you have this complete function running at your site, It's totally ready to go. It uses access 2000 database, dynamic dropdownsboxes, ability to search products, advanced sql queryes with loads of inner join, client and server-side validation, spamcontrol, ip-logging, passwords, emailcontrol, voting system for removal of bad ads, javascript with mouseover effects, popup windows, hide/show; similar to www.block ... (see entry for full description)

Bottom Tabs
by Lewis Moten
Language: Active Server Pages/VBScript

Simulate the tab control found at the bottom of popular programs such as visual Interdev and Front Page.

Web Methodology (Layout Management)
by Xcommedia
Language: Active Server Pages/VBScript

When you are develop some system in web, you must construct the skeleton of your front end, especially the layout.

This methodology will decrease of your developing times. such as you made a house, you must had a blue print & define the skeleton first. after that you improve it.

This management's using XML + XSLT Technology, DHTML, HTML & ASP. Going in depth



Dynamic File Includes v2.1
by dselkirk
Language: Active Server Pages/VBScript

This class allows you to dynamic include a file into your script. Please vote and give me some feed back.

Database Basics: Part I
by Kathi O'Shea
Language: Active Server Pages/VBScript

Since ASP is especially good at reading and writing to databases, let's start with a very simple database and scripts that we'll eventually build into a guestbook... Reprinted with permission from http://www.web-savant.com/users/kathi/asp

Gibberish Encoding
by Lewis Moten
Language: Active Server Pages/VBScript

Quick way to learn how to speak gibberish. It is sometimes known as "girl-speak".

Color Wheel Picker
by Lewis Moten
Language: Active Server Pages/VBScript

I was working on a scriptlet to allow users to choose a color. A color wheel is displayed with an assortment of colors - most of witch are web-safe. Clicking on a color causes it to be outlined and raise an event that a color was chosen. This object mimics one of the color-picker forms found in Microsoft Office 2000. This scriplet does not yet raise events or expose properties. The basics, however are available for you to be amazed.

 



Newest Tutorials

bookmark images
by darren kurn
11/22/2003 6:52:08 PM

Language: Active Server Pages/VBScript

Save a bookmark with your own image rather than IE icon

Multiple websites on One IP
by Richard J Mackey
11/20/2003 8:04:10 AM

Language: Active Server Pages/VBScript

An easy way to host multiple websites on one IP address

Text-to-Speech in MS Outlook
by Nick Sumner
11/18/2003 6:06:48 PM

Language: Active Server Pages/VBScript

When new mail arrives in your Microsoft Outlook Inbox, the sender and subject are read out aloud using the Microsoft text-to-speech control.

Search Engine
by vsim
11/17/2003 9:09:30 AM

Language: Active Server Pages/VBScript

New search engine, submit your site. http://www.ObjectsSearch.com

Working with Google API to fetch Results using ASP
by Vishal Parikh
11/6/2003 8:15:02 PM

Language: Active Server Pages/VBScript

Gathering Google API Results using ASP Introduction Google is experimenting with a free web service that can be used non-commercially to gather search results in XML format. This format allows the search results to be displayed in any way the user wishes or transformed into another format. The interface is currently limited to returning only 10 results. ASP Script The ASP script and article provided which has a very simple form which takes a input string from user, queries the Google search engi ... (see entry for full description)

Translate HTML to XHTML On The Fly
by Kevin Roth
10/21/2003 7:01:04 PM

Language: Active Server Pages/VBScript

Uses the html tidy component to translate html code to valid xhtml code on the fly. Great for using with html generated by rich-text boxes such as http://www.kevinroth.com/rte/demo.htm.

How to start a good page with ASP
by Bruno Martins Braga
10/18/2003 5:08:59 AM

Language: Active Server Pages/VBScript

Good information to help building a good ASP page.

A few cool ASP Tricks!
by Travis Howle
10/15/2003 12:42:54 PM

Language: Active Server Pages/VBScript

This will teach the users a little of the cool ASP tricks. Nothing to do with a database really, but They are still kinda cool just to test with!

How to manipulate a text file database
by Gurgen Alaverdian
10/7/2003 4:04:09 AM

Language: Active Server Pages/VBScript

The article shows one of the ways to create/view/sort/edit/delete, encode/decode individual records and fields within records stored in a plain text file. Format of the article is an .rtf file with the sample code explaining procedure step by step. The article may be seen online: http://www.gurgensvbstuff.com/index.php?ID=28

Starting with ASP.NET basic
by Mihir Solanki
9/30/2003 6:03:25 PM

Language: Active Server Pages/VBScript

This article is intended for beginners who want to start with ASP.NET. If you have experience with eariler version of Active Server Pages and you have not been exposed to the new ASP.NET then it will help to start working with ASP.NET Today.


 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Feedback | Customize | ASP/ VbScript Home | Site Home | Other Sites | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright 1997 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.  Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.