Active Articles: 2038
Total Categories: 16
Sub Categories:616
Displaying All of the Form Variables | ||||||||
This short tutorial describes a little function that is useful in debugging your ASP pages. This function, FormDataDump(), outputs all of the form variables being passed into a page. Various options for this function allow the developer to view the values in a 'debugger-style' mode, or in a 'quiet-mode,' in which case the form variable ... learn more
| ||||||||
| ||||||||
UltraEasy Shopping Cart | ||||||||
How to build a simple shopping cart with UltraDev 4 and some "Cut 'n Paste" ASP code. Part of the ongoing "UltraDev-UltraEasy" series of tutorials. This tutorial covers the building of a basic E-Commerce site consisting of Product Management, Product Catalogue, Shopping Cart, Checkout and mailing the Orders and Confirmations. Source code available for download. ... learn more
| ||||||||
| ||||||||
LTrim; RTrim; and Trim Functions | ||||||||
You may use these functions to use to lead spacing. For left of string LTRIM, right of string TRIM, for both side TRIM. ... learn more
| ||||||||
| ||||||||
Send an email from ASP using CDONTS/Outlook | ||||||||
Short samples which lets you send an email from ASP or WSH, using several objects (CDONTS.NewMail, CDO.Message, Outlook.Application). You can send an email using IIS SMTP service, remote SMTP server or POP3/IMAP. ... learn more
| ||||||||
| ||||||||
How to create and retrieve cookies using ASP | ||||||||
Cookies can be used to remember things about a user when they come back to your site. Cookies expire after a certain amount of time which you can set. Also, the clients browser must have cookies enabled for them to work. Here is a very simple example of creating a cookie and setting the cookie ... learn more
| ||||||||
| ||||||||
Username, Password Login ASP and Microsoft Access Example Site | ||||||||
This step-by-step guide presents a free cut-and-paste example code of a username and password login web based system. Developed using ASP, Microsoft Access and JavaScript. ... learn more
| ||||||||
| ||||||||
SQL: Sum, Average, Max, Min, Count, Detail | ||||||||
This example shows how to perform a variety of statistics on your data using simple SQL such as Sum, Average, Max, Min, and Count. It uses stock trading performance of EPOS as an example. ... learn more
| ||||||||
| ||||||||
ASP File Manipulation | ||||||||
This article shows how easily we can handle file through asp. ... learn more
| ||||||||
| ||||||||
Read and Write Cookies | ||||||||
Tutorial explaining how to read and write cookies and why they can come in handy. The tutorial also gives examples of how cookies can be used to personalize webpages. ... learn more
| ||||||||
| ||||||||
Format date and time with ASP | ||||||||
ASP has some very usefull functions to deal with date and time : this tutorial let you know more about how to ypou use it very easily. ... learn more
| ||||||||
| ||||||||
Free Thank You Letter For Interview Job | ||||||||
Get 200+ Thank You Letters For Only $9.99. Our Thank-You letters include topics such as: follow up thank you letters, thank a customer, thank you letter for a job, thank you letter for a meeting, thank someone for help or support, thank you letter for an interview, thank you letter for a gift, free thank ... learn more
| ||||||||
| ||||||||
SSCP Free Test Exam Questions | ||||||||
Pass-Guaranteed is the leader in IT Certifications that will Guarantee you will pass your SSCP exam on Your First Try. We have provided a free SSCP free exam where you will be able to see the quality that goes into our SSCP test questions. Our SSCP practice test questions are designed by highly experienced and ... learn more
| ||||||||
| ||||||||
Building Components in Java | ||||||||
This is a tutorial on creating COM component using Java. ... learn more
| ||||||||
| ||||||||
Free 1Z0-141 Study Test Exam Questions | ||||||||
Pass-Guaranteed is the leader in IT Certifications that will Guarantee you will pass your 1Z0-141 exam on Your First Try. We have provided a free 1Z0-141 free exam where you will be able to see the quality that goes into our 1Z0-141 test questions. Our 1Z0-141 practice test questions are designed by highly experienced and ... learn more
| ||||||||
| ||||||||
Authentication Tutorial | ||||||||
This is a quick and easy guide to building an authentication system in ASP. First, it explains Authentication: What it is, how you work with it, and what options are currently available to you. Then, it explains each choice in more detail to help you decide which is the best way for you to authenticate ... learn more
| ||||||||
| ||||||||
Using Multiple Recordsets | ||||||||
This article explains a solution on how to increase the performance of your ASP pages that rely on gathering data through several different Recordsets. Specially, using a nifty feature of the ADO Recordset object, Multiple Recordsets, you can store multiple SQL query results in one Recordset object, requiring fewer communications with the database. ... learn more
| ||||||||
| ||||||||
Search Database | ||||||||
This example / tutorial explains how to use the LIKE operator to perform a partial match on an Access database. ... learn more
| ||||||||
| ||||||||
Regular Expression Syntax | ||||||||
In this article, we will look at a list of metacharacters. You may create your own pattern using these metacharacters ... learn more
| ||||||||
| ||||||||
Displaying Dates and Times with ASP | ||||||||
There are various ways to display Dates and Times. You can display the Date in the standard MM/DD/YYYY or with the name of the day and month. You can display the Date with the Time or the Time all by itself. You can also abbreviate the name of the Day or display the ... learn more
| ||||||||
| ||||||||
Prevent viewing of javascript and stylesheets | ||||||||
Prevent unauthorized viewing of website javascript and style sheet files. Simply rename all your style and javascript files to the .asp extension. Then include the validate_view.asp file at the top of each file. Open the validate_view.asp file and change the top the constants to those required. Then finally call the procedure name "validate_view" with the ... learn more
| ||||||||
| ||||||||
