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

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.

Scripting Section

Articles

Jun 6, 2002 - Client Side Validation Using the XMLHTTPRequest Object
Jonathan Zufi shows how to use the XMLHTTP object within JavaScript or VBScript to validate form-field information without having to submit a page and wait for the result.
[Read This Article]  [Top]

Nov 6, 2001 - Writing Your Own Script File to Migrate a Database
Learn how to write a script file using SQL Server's Bulk Copy Program for easy and speedy database migration.
[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]

Jun 26, 2001 - Dynamically Changing Static Web Galleries
Web galleries are an easy way to add interactivity and content to your Web site. However, how do you keep the Web galleries consistent with your site and how do you overcome the deficiencies of your Web gallery creation tool? John Sorensen explains a simple way to do both.
[Read This Article]  [Top]

Jun 8, 2001 - Implementing Dynamic Arrays of Objects
Using classes in ASP 3.0 we can create dynamic arrays of objects. Donnell DeLeon Smith's article also shows how we can implement a class of dynamic arrays of objects several layers deep, if required.
[Read This Article]  [Top]

Mar 27, 2001 - Using ASP to Send a Wireless Text Message
Even though SMS is now in high gear, developers remain slated with restrictive limits to carrier resources. Sending an SMS message via e-mail requires the acceptance of several hidden flaws. Joe Lauer shows how to avoid these complications by sending a wireless text-message through the use of ASP.
[Read This Article]  [Top]

Mar 1, 2001 - Server-Side Validations Using Regular Expressions
Add punch to your validation routines by adding regular expressions. Further prepare yourself for the coming ASP.NET regular expression validation control. This article shows you how to use regular expressions and provides sample patterns for different user inputs.
[Read This Article]  [Top]

Sep 20, 2000 - How to Display File ACLs on Your Web Page without Active Directory
Thought displaying file ACLs on a Web page in a browser was impossible without Active Directory installed? Think again. Through a patchwork of technologies, Larry Schwartz proves otherwise.
[Read This Article]  [Top]

Aug 11, 2000 - Servers-Side Validations on the Client Side
Servers-side validations on the client side...isn't that an oxymoron? Maybe, but Pandurang Nayak shows us how to accomplish a type of remote scripting using a mix of Javascript and ASP.
[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]

Oct 7, 1999 - Using the WSH on the Desktop
In this article Shahriar Moosavizadeh uses a script to report each day's sales data via E-mail to the sales manager. The Windows Scripting Host allows scripts to be executed directly on the desktop and create a report without having to run the script within the HTML document or ASP page. Included is a sample script that both builds the report and E-mails it to the sales manager, and step-by-step screenshots and instructions.
[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 - Send EMail From VB Script using JMail Component
Here's a script that uses COM Automation to access the JMail Object Model in order to create and send an Outlook Mail Message.
[Read The Article]
Sep 13, 2000 - O'Reilly Chapter Excerpt: VBScript in a Nutshell; VBScript Program Structure
In order to write VBScript, you have to know how to structure your code so that your scripts and programs execute properly. Each of the different types of VBScript that you write has different rules regarding its structure. This chapter looks at each of these in turn. It also examines the ways in which your host environment allows you to import VBScript code libraries, thus allowing you to create reusable code. The chapter ends with a discussion of VBScript usage to write class modules.
[Read The Article]
Aug 24, 2000 - Determining If Your Visitors Have JavaScript and Cookies Enabled
This article shows a quick and dirty technique for determining whether or not your users support cookies and JavaScript!
[Read The Article]
Nov 12, 1999 - The Interaction Between Two Scriptlets
Building on his earlier article, Sanjeev Yadav focuses on server-side scriptlets, discussing how the same common routine can be added to the methods of the scriptlet and how they can exploit components within the application.
[Read The Article]
Nov 10, 1999 - Taking Advantage of the Dictionary Object
One of the most under-utilized features of the scripting runtime is the Dictionary object. Avonelle Lovhaug demonstrates some interesting uses for the Dictionary object for ASP developers.
[Read The Article]
Nov 9, 1999 - Variable Types Sample
Just when you though all variables were the same and you had finally figured the variant out... they pull you back in with variant sub-types!
[Read The Article]
Sep 6, 1999 - Watch Your Script Engine Version
Wonderful though your Script Engine might be, if the client machine is using an earlier version it won't do you a lot of good - unless, that is, you've coded for all eventualities. Alex Homer shows how it's done.
[Read the Article]
Jun 14, 1999 - If It Moves, Script It
If you are using Visual Basic® Scripting Edition (VBScript) or JScript® today, chances are you're using them in either Microsoft® Internet Explorer or with Active Server Pages (ASP) technology. But these are not the only places to use these languages. Any application that supports Microsoft Windows Script can use these languages. Microsoft Outlook and Microsoft Exchange, for example, allow you to use VBScript in their applications. Another application that uses the VBScript and JScript engines is the Windows Script Host (WSH).
[Read This Article]
Mar 23, 1999 - Fourth Generation Server-Side Scripting Part II - JScript Classes
This is the second installment in a series of articles that explore some of the more interesting and useful dimensions of JScript.
[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]

Knowledge Base Articles
ACC: Reading, Storing, & Writing Binary Large O...
Q103257 - 1997.07.10


Support the Active Server Industry

internet.commediabistro.comJusttechjobs.comGraphics.com

Search:

WebMediaBrands Corporate Info

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs