|
Ten Things to Do With IIS
NEW
|
 |
In this article Matt J. Foley explains the top ten tips for making the most of your IIS.
|
|
|
Add DevASP Directory on your Site
NEW
|
 |
You can add DevASP search directory on your site In just one minute, with a very simple one line of Java Script. Absolutely FREE
|
|
|
XSLT Basics
|
 |
A Sample Chapter from "Professional XSL". This chapter will provide you with enough information to start building useful XSLT stylesheets. I will introduce a number of the elements that make up the language, providing examples of their use. We will also look at a few of the functions built into the language and see how XSLT manages namespaces, whitespace and some other important issues.
|
|
|
DevASP Discussion Forums
|
 |
DevASP Forums, a place to discuss your programming questions and problems. These forums include topics like ASP FAQ's, IIS, CDONTS, SQL, XML and Visual Interdev discussions.
|
|
|
ASP Server Variables
|
 |
This simple example will show you some commonly used server variables and a small script that can be used to retrieve the list of server variables and their values.
|
|
|
How to Check if a file exists using FileSystemObject
|
 |
In many cases we need to check if a particular file exists on the server or not. This simple function returns true or false based on the file existence. Just pass a valid file name to the function.
|
|
|
How to populate a dynamic dropdown
|
 |
Use this small code to populate a dropdown from a database tabel in an ASP page. This Sub Routine will check for selected Record and mark as Selected.
|
|
|
XML Strengths and Weaknesses with DOM, ASP and XSL
|
 |
Since the inception of XML, many developers have wondered why we need XML... How is it better than HTML and what does it do? For starters, XML is far more powerful than HTML, and the power resides in
|
|
|
Sending Email in HTML format using CDONTS.NewMail Object
|
 |
This Sample code will help you understand how you can send a HTML formated email from an ASP page using the CDONTS.NewMail object.
|
|
|
Setting the Reply-To Header in an Email using CDONTS.NewMail Object
|
 |
This Sample code will help you understand how to set the Reply-To Header in an email using CDONTS.NewMail object in an ASP Page.
|
|
|
How to create DSN for Microsoft SQL Server
|
 |
This article witll help you create a System Data Source Name (DSN) for Microsoft SQL Server.
|
|
|
Embedding Objects
|
 |
A Sample Chapter from HTML 4.01 Programmer's Reference. HTML is the language of the web. If you need to build a web page, then you'll have to start with HTML. The most recent specification: HTML 4.01 defines several new features including expanded support for multimedia, style sheets (including aural style sheets, and the new CSS specifications), scripting, and new accessibility and internationalization standards.
|
|
|
VoiceXML with XSLT (HTML and WML)
|
 |
A Sample Chapter from Early Adopter VoiceXML. This chapter examines the use of the Extensible Stylesheet Language for Transformations (XSLT) as a tool for the generation of VoiceXML. I intend to illustrate a complete, end-to-end example of implementing a voice interface for a client-server database via XML and XSL
|
|
|
XML Structures for Existing Databases
|
 |
A Sample Chapter from Professional XML Databases. In this book, we look at how to integrate XML into your current relational data source strategies. With the increasing amount of data stored in relational databases, and the importance of XML as a format for marking up data - whether it be for storage, display, interchange, or processing.
|
|
|
How to create DSN for an Access database
|
 |
This article witll help you create a System Data Source Name (DSN) for Access database.
|
|