Active Articles: 2038
Total Categories: 16
Sub Categories:616
A 'Print This Page' Script Using the MS-XMLHTTP object and Regular Expressions | ||||||||
This 2-page article describes how to create a Printer Friendly Page using Microsoft's XMLHTTP component along with regular expressions. It shows how to use XMLHTTP to perform an actual HTTP GET request for the page that you wish to display in a Printer Friendly format. Then, it utilizes regular expressions to pick out chunks of ... learn more
| ||||||||
| ||||||||
Returning Month of Date in an SQL Table | ||||||||
This is an useful but not known functions. If you wish to learn month of date stored in a database, you may use this function placing in a 'SELECT' sql statement ... learn more
| ||||||||
| ||||||||
70-291 Demo Exam Questions | ||||||||
Pass-Guaranteed is the leader in IT Certifications that will Guarantee you will pass your 70-291 exam on Your First Try. Our 70-291 exam questions are designed by highly experienced and certified trainer's that have put together the best online source for IT certifications with detailed question and answer explanations. For only $39.00, you can be ... learn more
| ||||||||
| ||||||||
Free 1Y0-222 Study Test Exam Questions | ||||||||
Pass-Guaranteed is the leader in IT Certifications that will Guarantee you will pass your 1Y0-222 exam on Your First Try. We have provided a free 1Y0-222 free exam where you will be able to see the quality that goes into our 1Y0-222 test questions. Our 1Y0-222 practice test questions are designed by highly experienced and ... learn more
| ||||||||
| ||||||||
642-582 Free Test Exam Questions | ||||||||
Pass-Guaranteed is the leader in IT Certifications that will Guarantee you will pass your 642-582 exam on Your First Try. We have provided a free 642-582 free exam where you will be able to see the quality that goes into our 642-582 test exam questions. Our 642-582 practice test questions are designed by highly experienced ... learn more
| ||||||||
| ||||||||
Sniff the client browser | ||||||||
This little snipshet show you how you can detect the version and name of the client browser and adapt your code or stylesheet from here... ... learn more
| ||||||||
| ||||||||
Creating an Online Photo Album | ||||||||
This tutorial describes how to create your own database-driven online photo album application. The database maintains a set of links to images and the comments to the images. Each set of pictures has 2 physical files (thumbnail and the actual picture url). There are 2 asp pages to the whole application. One page, will be ... learn more
| ||||||||
| ||||||||
Developing a Customizable Banner Rotation System | ||||||||
This two-page article provides a couple ways to build your own banner rotation system for your Web site: Using Microsoft-bundled Ad Rotator component, and Using a custom, database-driven approach. ... learn more
| ||||||||
| ||||||||
Simple ASP Chat | ||||||||
This tutorial explains how to create a simple chat system using ASP. To start with create a simple form where the user can type some text. Whatever the client types in this form has to be appended to a text file, this text file will then be displayed to the client. The actual writing to ... learn more
| ||||||||
| ||||||||
Creating an XML and XSL Class | ||||||||
This article examines how to use VBScript classes to transform XML documents for use in a Web application. It creates a handy class to perform a number of XML features, such as rendering XML information from an XSL stylesheet and returning plain XML data. This class encapsulates XML and XSL functionality, making it easier to ... learn more
| ||||||||
| ||||||||
Variables and Output | ||||||||
Learn the basics of variables and outputting text to the users browser in ASP. ... learn more
| ||||||||
| ||||||||
ASP FAQ | ||||||||
Throughout 4 different FAQ sections - Beginner, Intermmediate, Databases and Advanced, 4GuysFromRolla.com addresses and answers a number of frequently asked questions on ASP programming of every level. ... learn more
| ||||||||
| ||||||||
A Banner Ad Rotator | ||||||||
This tutorial shows you step-by-step how to make a banner rotate include file for including in your ASP pages. All source code is available. ... learn more
| ||||||||
| ||||||||
Learn about Loops And Arrays in ASP | ||||||||
This great tutorial will take you through the basics of different types of loops in ASP. ... learn more
| ||||||||
| ||||||||
Building E-Commerce sites | ||||||||
This manuscript is an abridged version of a chapter from the Wrox Press book Beginning E-Commerce. This is chapter 3 which looks at building the Object Model,the careful design of these object models are the key to building good software. ... learn more
| ||||||||
| ||||||||
Statisticus, Why and How? | ||||||||
This article focuses on basic statistical analysis methods and techniques to implement them into the web pages. Topics covered: Measurement Tools - Page Counters, Web Server Logs, Our Own Counter; Simple Statistics; Adding More Fields; Data Normalization, and sample code. ... learn more
| ||||||||
| ||||||||
How to register/unregister an ActiveX DLL remotely using plain ASP | ||||||||
This very important article describes in detail what you need to know to register / unregister ActiveX ( COM Component ) DLLs remotely using only plain ASP pages. Must read for all ASP developers. Everything has been explained in detail. ... learn more
| ||||||||
| ||||||||
Convert to Comma-Delimited File | ||||||||
This page demonstrates the capabilities how to write an ASCII comma-delimited file from a SQL statement using ASP. ... learn more
| ||||||||
| ||||||||
Formating Date and Time | ||||||||
In this source code, you may see how can you display date in diffrent formats. This simple ASP code displays current time in short, long and regional settings. ... learn more
| ||||||||
| ||||||||
Sending E-Mails with ASP Pages | ||||||||
This article describes every step you need to know to send E-Mails using ASP pages. ... learn more
| ||||||||
| ||||||||
