active server pages, ASP, vbscripttutorial, newbie, beginner, how, to, how to program, help
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: 140,580 lines
 Jobs: 163 postings

 
Sponsored by:

 

You are in:

 
Login


 

 


Latest Code Ticker for ASP/ VbScript.
RemoveLines
By Adrian Clarke on 10/3


Click here to see a screenshot of this code!ActivSocket Socket Component for Winsock, TCP/IP and client/server communication
By Bart Jonkman on 10/2

(Screen Shot)

Click here to see a screenshot of this code!ActivEmail EMail Component
By Bart Jonkman on 10/2

(Screen Shot)

Click here to see a screenshot of this code!ActivComport Serial communications (modem, direct serial cable, or other comport communications)
By Bart Jonkman on 10/2

(Screen Shot)

kaaskoek
By Wouter noe on 10/2


Click here to see a screenshot of this code!WYSIWYG Emailer
By Lisa Smith on 10/2

(Screen Shot)

Click here to see a screenshot of this code!Admin Interface
By Jeff Smith on 10/2

(Screen Shot)

Click here to see a screenshot of this code!SVGCharts - plug and play Line, Bar & Pies Charts
By Hunter Beanland on 10/2

(Screen Shot)

SplitCSV - Read a CSV file properly
By Hunter Beanland on 10/2


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)

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)

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. Check it running at http://www15.brinkster.com/blocket/ It uses access 2000 database, dynamic dropdownsboxes, 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 and popup windows, ... (see entry for full description)

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.

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.

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.

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!

How to Embed SMS Wireless Messaging into ASP Applications
by Bob White
Language: Active Server Pages/VBScript

This article explains how to use Simplewire's platform to embed SMS wireless messaging to cell phones and pagers into your applications in ASP. This will allow your application to send information to mobile users throughout the world. I hope this helps a lot of you who are trying to developer wireless applications.

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.

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!

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 The Masked Garbonzo!
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 an HTML Email with ASP
by Brad Humphrey
Language: Active Server Pages/VBScript

Have you ever wondered how to send an HTML email in ASP?...I have...and when I couldn't find it here on Planet Source Code when I was stuck I figured it was my turn to return the favour to the site!! This code will send nicely formated HTML emails

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.

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 Kok Sang, S.Kom
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



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

XML Message Board
by Jamie Band
Language: Active Server Pages/VBScript

A Message Board System implemented in ASP using XML/XSL. This articles serves to demonstrate the implementation of an XML system using ASP/MSXML-3/XSL

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.

How to make Dynamic GIF Color Palettes
by Lewis Moten
Language: Active Server Pages/VBScript

In this article, I will walk you through the entire process on how to property create the GIF images, and then transfer them to my custom template file format. From there, an ASP page can read these templates, generate a color palette, and return a GIF image to the browser.

Dynamic Style Sheets. Simpler and Easier
by Don
Language: Active Server Pages/VBScript

My head-ache medicine for programming cross-browser webpages.

Blue Cherry's Search engine completely in ASP (BUGS FIXED!!)
by Timothy Beutels
Language: Active Server Pages/VBScript

This code uses 1 asp file and 1 inc file to make you site searchable. NO keywords need to be entered in some file. Just the paths to all pages you want the user to search.

 



Newest Tutorials

Getting the Values of all the Session and Application Variables
by John Tolar
9/20/2002 2:29:57 PM

Language: Active Server Pages/VBScript

This is a quick way to get a listing of all of your Session variables and\or Application Variables. It even Accounts for arrays stored in Session\Application Variables.

Get the referer address using undocumented ServerVariables property
by John Tolar
9/20/2002 2:22:04 PM

Language: Active Server Pages/VBScript

I don't know why this was not in the ServerVariables documentation. The Server Variables collection retrieves all HTTP header information in and places it in the ALL_HTTP Property of the Servervariables collection. It also creates individual properties prefaced with "HTTP_". This only works when the Referer header is sent. You must be directed to the page from another. This is also a good way to test and see if the user came directly to the page. If so the HTTP_Referer will be blank. By doing th ... (see entry for full description)

Get the Computername of a server in a Web Farm
by John Tolar
9/20/2002 2:17:14 PM

Language: Active Server Pages/VBScript

We recently run into a problem working with a web farm and replication. We where getting a error that the tech people were say it was code and us the code people was saying it was Server related. Well, First we know it only happens 3 out of 10, So it must be happening only on one or two servers. If it was code It would happen on all servers, right??? Well, Lets find out which servers get the error, but how? ServerVariables only returns BROWSER header information and we need machine specific dat ... (see entry for full description)

IIS Redirects
by Pulsar180
9/12/2002 4:15:49 AM

Language: Active Server Pages/VBScript

A REAL TIME SAVER I felt the need to do this bcause i had a huge bundle of asp scripts all containing tags like . now as a cumpulsory requirement all images were to be stored in a diff directory ( ../images/ )(earlier it was in the same folder as the asp scripts)

PlugIn , Class & Recursion With ASP!
by michele berardi
9/9/2002 6:49:27 AM

Language: Active Server Pages/VBScript

An extensible example based on an Ibrid database structure and a conversion architecture based on recursion , class and an original plug in(pure asp code!) architecture. Guestbook and Forum with thread controll feauture included, also language localizzation supported. This base can be optimized (must be!).

A Simple guestbook in ASP
by Matthew Meadows
8/25/2002 10:33:06 PM

Language: Active Server Pages/VBScript

This article attempts to explain the basics of making an asp guestbook without the fuss and muss of string handling and giving you a small insight on active x data objects.

Simple GuestBook or Feedback Page Requiring No Database Implementation
by Ken Alabi
8/25/2002 8:02:02 PM

Language: Active Server Pages/VBScript

On a simple website without a database, creating one with or without a database simply for the purpose of a guestbook/feedback page is a waste of resources. This single-file ASP guestbook does not require a database or server-side inlcudes. It self creates an XML compatible text file to store the entries.

Enhanced Multi-Dimensional Array sorter
by Cyte
8/12/2002 2:48:59 PM

Language: Active Server Pages/VBScript

This is an enhanced version of the one-dimensional array sorter by Rogier Doekes. Unlike all the other multi-dimensional array sorters I've found on here, this one returns the array, sorted, AND the information and array bounds are unchanged! So all your code can remain the same, just filter the array through the sorter. Example of use: aSorted = multiarray_sort(aUnSorted, 0, 1) : aUnsorted is the array, 0 is the column to sort and 1 specifies the sorting format (ascending or descending). The q ... (see entry for full description)

MySQL & ASP tutorial [Just added: dsn-less]
by snowboardr
8/6/2002 7:11:28 AM

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!

celcius
by sherif rofael
8/5/2002 8:56:57 PM

Language: Active Server Pages/VBScript

convert from celcius to fahrenhite and vice versa, ....


 

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.