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