asp tutorials, asp.net tutorials, sample code, and Microsoft news from 15Seconds
Data Access  |   Troubleshooting  |   Security  |   Performance  |   ADSI  |   Upload  |   Email  |   Control Building  |   Component Building  |   Forms  |   XML  |   Web Services  |   ASP.NET  |   .NET Features  |   .NET 2.0  |   App Development  |   App Architecture  |   IIS  |   Wireless
 
Pioneering Active Server
 Power Search





Active News
15 Seconds Weekly Newsletter
• Complete Coverage
• Site Updates
• Upcoming Features

More Free Newsletters
Reference
News
Articles
Code Samples
Components
Tools
FAQ
Feedback
Books
Links
DL Archives
Community
Messageboard
List Servers
Mailing List
WebHosts
Consultants
Tech Jobs
15 Seconds
Home
Site Map
Press
Legal
Privacy Policy
internet.commerce














internet.com
IT
Developer
Internet News
Small Business
Personal Technology
International

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers

HardwareCentral
Compare products, prices, and stores at Hardware Central!

Focus Sections
Focus Sections provide an assortment of references on very specific topics related to the Internet Information Server and Active Server Pages.

FAQ
There are plenty of Frequently Asked Questions on this topic, collected from 15 Seconds' List Servers.

Call For Authors
15 Seconds is looking for technical professionals working in the Active Server field to write articles. If you are interested, take a look at our writer's guide and submit your ideas.

Just Beginning Section

Articles

Aug 7, 2002 - Using MySQL in the Win32 Environment
Developers who don't want to spend a lot of money on SQL Server and who want a database that's more robust than Access may find MySQL to be a pleasant alternative. This introductory article covers the bare essentials for getting MySQL installed and running in the Win32 environment.
[Read This Article]  [Top]

Jul 17, 2002 - Software Development: Steps To Better Ensure Success
There is never a guarantee of project success when endeavoring to build a sophisticated application. However, there are established steps to follow that will ensure a clear, concise scope, support for the team involved, and a solid opportunity for successful deployment.
[Read This Article]  [Top]

Jul 15, 2002 - Securing SQL Server for Web Applications
If your SQL Server is exposed to the Internet, then hackers are probing it. This article shows how to secure a SQL Server database that's being used with a Web application
[Read This Article]  [Top]

Jul 1, 2002 - Protecting Your Web Application Against Dangerous Requests
Enrico Di Cesare provides a solution for hiding and securing querystring values that pass through a url.
[Read This Article]  [Top]

Apr 2, 2002 - Object-Oriented Programming for VBScripters
Feel intimidated by .NET? This article by Rob Chartier is designed to ease any level VBScripter (ASP) into .NET by clarifying some OOP concepts.
[Read This Article]  [Top]

Mar 27, 2002 - A Best Practice for Using ADO Objects
A few members of the 15 Seconds discussion list talk about the proper way to use methods in order to prevent ADO object errors.
[Read This Article]  [Top]

Jan 2, 2002 - The ASP.NET Page Life Cycle
Solomon Shaffer explores the life cycle of an ASP.NET page from initialization to unloading. He also explains the various methods to override ASP.NET server-side events.
[Read This Article]  [Top]

Dec 19, 2001 - Application Architecture: An N-Tier Approach - Part 2
Rob Chartier creates a simple portable and reusable address book in .NET to demonstrate the power of N-tier application architecture. Complete source code included!
[Read This Article]  [Top]

Oct 23, 2001 - Application Architecture: An N-Tier Approach - Part 1
Learn about N-tier application architecture and realize that developing with multiple layers produces a flexible and reusable application for distribution to any number of client interfaces.
[Read This Article]  [Top]

Oct 23, 2001 - Application Architecture: An N-Tier Approach - Part 1
Learn about N-tier application architecture and realize that developing with multiple layers produces a flexible and reusable application for distribution to any number of client interfaces.
[Read This Article]  [Top]

Sep 11, 2001 - Randomizing a Recordset
Ed Myers' article shows several ways to use a SQL calculated field and the ORDER BY clause to arrange a recordset in random order. A simple tool is provided for verifying that the results are uniformly random. A technique for bubbling records with certain attributes to the top of an otherwise randomized list is also shown.
[Read This Article]  [Top]

Sep 5, 2001 - Firing Events in a Shared Hosting Environment
Firing events on a Web server is an easy task. However most of the easy solutions require you to have your own dedicated IIS or SQL Server on the Internet to play with, a privilege not shared by many. In this article, Matthew Muller shows you how to get the same functionality in a shared hosting environment.
[Read This Article]  [Top]

May 8, 2001 - How to Build a Forms Validation Library
Edward R. Myers explains how FormLib is a code framework that eliminates the tedious aspects of programming cross-browser client and server-side validation of input forms. Generate the validation code directly from the database structure and auto-fill the fields when editing an existing record. Include one JavaScript and one ASP file into your page and have the form post the results to itself.
[Read This Article]  [Top]

Apr 24, 2001 - What Else Is There To Know?
A simple question about building a Web app. turns into a discussion about the present state of Web development. Members of the 15Seconds discussion list talks about what self-taught Web developers should do to take it to the next level.
[Read This Article]  [Top]

Mar 21, 2001 - ASP, ASP 3.0, and ASP.NET
Member of the discussion list explains the general differences among ASP, ASP 3.0 and ASP.NET
[Read This Article]  [Top]

Oct 25, 2000 - ASP Data Access for Beginners
If you're an ASPiring developer looking for a solid foundation in dynamic Web site creation, then look no further. This article for ASP beginners details how to connect to a SQL Server 7.0 database using ActiveX Data Object (ADO) and Open Database Connectivity (ODBC).
[Read This Article]  [Top]

Oct 12, 2000 - Developing ASP+ Pages Using JScript.NET
If you are a developer looking for information about creating ASP+ Pages using JScript.NET, this article helps you to understand the new syntax elements and how to apply them. The article is accompanied by the complete working source code.
[Read This Article]  [Top]

Sep 27, 2000 - Object Models 101
As important and pervasive as object models are in Microsoft products, many beginning programmers don't understand or leverage the power afforded by OMs. This article will explain why it is important to comprehend the OM paradigm and how to leverage its strength.
[Read This Article]  [Top]

Aug 3, 2000 - Recursive Functions
A function that calls itself repeatedly, satisfying some condition is called a Recursive Function. Using recursion, we split a complex problem into its single simplest case. The recursive function only knows how to solve that simplest case. You'll see the difference between solving a problem iteratively and recursively later.
[Read This Article]  [Top]

Jul 27, 2000 - Effect of Using Multiple Scripting Languages in ASP
Do you know what happens when you use multiple languages within your ASP page? Gopikrishna S throws light on how an ASP page behaves when multiple languages are used for server side scripting.
[Read This Article]  [Top]

Jul 6, 2000 - Good Practices in Form Design
Compared to most elements of Web application design, HTML forms are refreshingly simple so you can focus more on business and data tier design. Nonetheless, it's still possible to spend an extraordinary amount of time developing and maintaining forms. With care, you can reduce the effort behind this task and produce better results as well.
[Read This Article]  [Top]

Mar 16, 2000 - Reusable Mobile Forms
Eric Barr explains how Mobile Forms are used on Web sites that request users to enter personal data "just-in-time" -- the data is entered only when they want to use features that depend on that data, breaking up the personal data entry into small, less-intimidating forms. If several site features require the same piece(s) of data, the Mobile Form is used to display and process the same form on different Web pages without duplicating the same code everywhere.
[Read This Article]  [Top]

Mar 2, 2000 - A Simple Solution for Implementing Customization to an Existing Web Site
When their boss told them to create a site-wide prefilled form that would cull information from the database fields of previously entered customer information forms, Ryan Keenan and Ryan Tuma’s solution was to create two interstitial pages that would limit the code necessary and their work load. The customer’s personal information automatically displays on pages where a form or application needs to be filled out, and this information comes from a table in a database containing this customer information. Their solution is offered here in a downloadable ZIP file. The pre-fill of information applied only to forms that asked for information contained in this Microsoft Access database table.
[Read This Article]  [Top]

Feb 25, 2000 - Dynamically Generated and Validated Forms
When faced with a Web site that requires a new validated form to be designed on a regular basis by a nontechnical client, Gaddo Benedetti’s offers examples that help take the drudgery out of the work and give that user direct control over the site. Benedetti uses a database to define and store information about this complex form. The same database that will eventually hold the information that is submitted to the form can be used.. The form definition requires two tables; one for the form field definition and a second to hold subelements to each field, such as list options. Sample code is provided.
[Read This Article]  [Top]

Feb 4, 2000 - Creation and Maintenance of Appealing ASP Pages with Dynamically Generated Contents
Boaz Sigelman shows how to seamlessly convert between HTML form entry and database storage. The article contains example and code that shows how to use the 1touch component.
[Read This Article]  [Top]

Oct 14, 1999 - String Functions To Clean Up Your Forms
In this article, the eight string functions offered by Jason Stehle check data entered in an HTML text box and clean it up before it reaches the database. Stehle shows how these functions can structure the data so it meets the sometimes strict requirements of the destination database
[Read This Article]  [Top]

Jun 18, 1999 - Using Functions to Control Form Elements
As Web sites become more powerful by integrating database functionality, we are forced to build more robust user interfaces for these sites. This article by Mike Tickle discusses the new generation of web site UIs that must be developed with all types of users in mind.
[Read This Article]  [Top]

May 20, 1999 - User-Friendly Errors
Don Franke shows how to eloquently handle form validation on the server side using ASP and a well honed technique.
[Read This Article]  [Top]

Apr 22, 1999 - How to Implement Different Types of Outlines in ASP
In this article Dima Khanine illustrates how to outline a web site and how to implement that outline in server side code.
[Read This Article]  [Top]

Apr 15, 1999 - Web-Based Systems Integration: Basic Training
Drill Sargent Tanner describes the war that is involved with being a Web-Based Systems Integrator. He shares his unique perspective on being an Internet consultant including handling technologies, working as a team and dealing with clients.
[Read This Article]  [Top]

Mar 18, 1999 - Simple Web-Database System Application
In this article by Joung-ho Jay Jung, he will show how to connect an Access database to your Active Server Pages using Microsoft FrontPage. This is a beginning-level article with plenty of screen shots to show how to connect via ODBC, generate a SQL query in Access and construct the Active Server Page.
[Read This Article]  [Top]

Mar 25, 1998 - Collaboration Data Object and IIS 4.0
Collaboration Data Object (CDO) is a COM library designed to send mail through SMTP or Microsoft Exchange. If you install the SMTP server that comes with Microsoft Option Pack 4, you can send mail from an Active Server page using CDO. Because CDO is comes with Microsoft Option Pack 4, CDO is free.
[Read This Article]  [Top]

ActiveNews   (NOTE: ASPToday articles require a paid subscription)
Apr 12, 2001 - Variables, Values, and Arrays in VBScript
Learn how VBScript internally handles single and multi-dimensional arrays.
[Read The Article]
Dec 5, 2000 - Reading and Writing Text Files in ASP+
This ASPWatch.com article provides step-by-step instructions on how to read or write text files with ASP+.
[Read The Article]
Nov 17, 2000 - A Thorough Examination of Disabling the Back Button.
This article, by Akhilesh Reddy, takes a look at one of the most commonly asked messageboard questions: How do I disable the back button in a visitor's browser? In this article, Akhilesh examines a number of work arounds and evaluates their benefits and disadvantages.
[Read The Article]
Oct 18, 2000 - Learn VBScript in 15 minutes
If you want to learn ASP, the best place to start is the VBScript that controls the pages. Mohammed Saleh gives a tutorial for beginners on VBScript and its syntax.
[Read The Article]
Sep 20, 2000 - SQL in Action
The third and final installment of the series in WDVL that looks at why you'd want to use SQL, and provides an example of it in action via the Microsoft Visual InterDev 6.0 programming environment.
[Read The Article]
Sep 20, 2000 - Introduction to Web Forms
This article from MSDN introduces Web Forms, the ASP+ framework that enables developers to create programmable Web pages as part of an overall Web application.
[Read The Article]
Jun 26, 2000 - Servlets and JSP
Servlets are Java technology's answer to CGI programming; JSP is a technology that lets users mix regular, static HTML with dynamically-generated HTML. This tutorial discusses the basics of Java Servlets and JSP, as well as the advantages of using each of these technologies.
[Read The Article]
Jun 23, 2000 - What's the Future of Application Server Vendors?
E-business is having a strong impact on the application server and Web development tools market, forcing such vendors to refine their strategies and rethink their business model. This tutorial addresses why this is the case.
[Read The Article]
Mar 24, 2000 - Query String Basics with ASP
There are four basic ways to pass information from one web page to another: session variables, forms, cookies, and query strings. Focussing on a real world example, Ken Baumbach shows us in this article how to utilize query strings in a way which demonstrates their flexibility and simplicity.
[Read The Article]
Feb 15, 2000 - A Beginner's Guide To Greeting Cards Using ASP
Greeting Cards is a way in which web users can be attracted to visiting a web site. Shahram Khosraviani shows us how to send an email to the recipient, and pass the message and all the details using the Mail component of ASP.
[Read The Article]
Jan 17, 2000 - Writing pipeline components with Borland Delphi
Alexander Seliutin explains how to develop pipeline components, through the Site Server Commerce Edition, within the Borland Delphi environment.
[Read The Article]
Oct 12, 1999 - Build Your Own Guest Book/Mailing List With MS Access
Jonas Gorauskas builds a simple but fully functional hybrid application, available for download, using an Access database, a server side component and ADO.
[Read The Article]
Oct 5, 1999 - A New Programmer's Guide to Arrays With VBScript
Jeff takes you through the very basics of array handling in VBScript, the Split and Join functions of VBScript 3+, and wraps it all up with some tips and tricks to help improve your applications.
[Read The Article]
Oct 4, 1999 - Building an IIS Web application with VB and ASP - Part I: Introduction to IIS Applications
Why IIS? Well, there's request processing with the power of VB, and access to ASP's intrinsic objects and the BrowserType object for starters. Pieter introduces some of the basic features, which he'll put to practical use in Friday's article.
[Read The Article]
Oct 1, 1999 - Using Forms to do Batch Database Updates
If you've ever wanted to make updates to multiple items in a database through one form, this article is a must read!
[Read The Article]
Sep 29, 1999 - Multiple Buttons on One page
Recently was trying to understand how to have multiple buttons on one page and have it do multiple functions (Add, Update, Delete etc..) This is contains a live demo and free downloadable code.
[Read The Article]
Sep 29, 1999 - Replacing Single Quotes When Formatting SQL
This is one of those things you will pick up if you use formatted SQL when submitting data to the database via an ASP page. If some of your data has single quotes it will mess up your formatted string. This sample code shows how to use the replace() function to get around this.
[Read The Article]
Sep 29, 1999 - Using SQL Notation to do Batch Deletes
Have you ever seen those pages that listed several records with a checkbox next to each record? You could then check a number of checkboxes and click a delete button, thereby deleting all of the checkboxes you selected. This article show you how simple it is to do.
[Read The Article]
Sep 25, 1999 - Using the ACSII codes to quickly write out a Table of Contents
Here is a quick and dirty way of writing a complete listing of the alphabet across the top of any page. You could use this for a directory listing, easily making this a way to narrow down whatever your categorizing. Just click the link and poof! This could submit to a page that uses the letter in a WHERE statement!
[Read The Article]
Sep 23, 1999 - Using Classes Within VBScript
In this article Mark Lidstone starts by discussing the basics of COM and Object oriented programming and then gives examples in how to uses classes in your VBScript.
[Read this Article]
Sep 15, 1999 - Cookie Basics with ASP
Ken Baumbach presents a primer on cookies; what they are, their uses, implementation and cut-and-paste real-world examples.
[Read this Article]
Sep 15, 1999 - Cookie Basics with ASP
Ken Baumbach presents a primer on cookies; what they are, their uses, implementation and cut-and-paste real-world examples.
[Read this Article]
Sep 8, 1999 - Simple ASP Charting Examples
ASPChart is a powerful tool for web based charting and graphing. Here are a couple of simple examples.
[Read the Article]
Aug 27, 1999 - A short-and-sweet implementation of the Likert-Scale based survey
A large number of marketing surveys use the Likert-scale (e.g. 1=good, 2=neutral, 3=awful). Brian Reagan explains how to design such a scale for your web site.
[Read the Article]
Jul 21, 1999 - Simple ASP Debugging Tricks - A Beginner's Guide
As every programmer knows, a significant amount of coding time will always be spent debugging. Steven Schofield shares a few of his ASP debugging tricks that have stood the test of time.
[Read This Article]
Jun 9, 1999 - Fifth Generation Server Side Scripting Part 2
Michael Corning continues his look at scripting server-side XML. This week he concentrates on marshalling XML data, managing the container database and trapping errors on the fly.
[Read This Article]
Jun 4, 1999 - Using Pulldowns for Site Navigation
ASP 101 has published a new article on implementing site navigation pull-down menus. Get the source code and add a pull-down to your site by reading this informative article.
[Read This Article]
May 30, 1999 - Two Ways To Protect Your ASP Page
4GuysFromRolla.com has published a new article by Joao Vieira that demonstrates two methods to prevent access to your ASP pages from outside of your website. If you have any ASP pages that you do not want to be directly accessed (for example, you may want the user to pass through some introduction pages on your site first), then this article will be helpful.
[Read This Article]
Apr 27, 1999 - Creating Dynamic Pop-up Windows
Pop-up windows do not often engender users to your site, but with judicious use, they can be an effective marketing tool. Alex Homer demonstrates how to code them.
[Read This Article]
Feb 7, 1999 - Forms - Populating a Drop Down Menu from a Database
An example of a basic drop down menu populated from a database.
[View Code]
Feb 7, 1999 - Forms - Populating a Check Box fom a Database
An example of populating a check box for use with a Boolean (Yes/No) field in your database.
[View Code]
Feb 7, 1999 - Forms - Populating Radio Buttons from a Database
An example of populating radio buttons from a field in your database.
[View Code]
Jan 28, 1999 - Programming Forms To Submit Only Once
Nuno Godinho solves the age-old problem of users submitting forms multiple times. He demonstrates his solution that will keep your database cleaner and your sweepstakes legit using Active Server Pages.
[Read This Article]
Jan 27, 1999 - Server Side Form Validation
Here is a simple example of how to do server side form validation. It will give you the general idea and then you can make it as complex as you want to.
[Read This Article]
Sep 17, 1998 - Using VBScript and JScript on a Web Page
You're writing a Web page and you decide that you need to write some script. Fortunately, you can choose from several scripting languages. Unfortunately, there are several languages to choose from, which puts the decision on you. What should you do? This article discusses the differences between VBScript and JScript and when to use each.
[Read This Article]
Aug 27, 1998 - ASP Technology Feature Overview
This article provides an overview of Active Server Pages (ASP) technology, a technology made available by Internet Information Server (IIS). The ASP features described in this article are available in IIS version 4.0. After walking through the highlights of ASP features, Ron Wodaski provides a section on how those features fit together to create client/server Web applications.
[Read This Article]
Jun 15, 1998 - HTML Graphing
This article will show you how to use tables to graph data. Alain describes a nice way to generate dynamic graphs using VBScript and IIS.
[Read This Article]
Jun 1, 1998 - Introduction to Active Server Pages
What do Barnes and Noble, Eddie Bauer, Dell, MSNBC, and Quicken have in common? Their content may not be very similar, but they're all using Active Server Pages (ASP) to build sophisticated, database-driven web sites. But what is ASP, and why would you want to use it?
[Read This Article]
Jun 1, 1998 - A Practical Introduction to ActiveX Data Objects (ADO)
ActiveX Data Objects (ADO) are the newest data access offering from Microsoft. ADO provides many advantages to the VB programmer, including ease of use, a familiar interface, high speed, and very low memory overhead. The purpose of this article is to provide you with a a friendly, practical introduction to the wide world of ADO: where to get it, and how to start using it.
[Read This Article]

Code Samples
Banner Rotator
Create A Multi-Lingual Web Site


Support the Active Server Industry



JupiterOnlineMedia

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers