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)
|
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.
|
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.
|
|
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)
|
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.
|
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.
|
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
|
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.
|
|