Active Articles: 2038
Total Categories: 16
Sub Categories:616
50-653 Free Test Exam Questions | ||||||||
Pass-Guaranteed is the leader in IT Certifications that will Guarantee you will pass your 50-653 exam on Your First Try. We have provided a free 50-653 free exam where you will be able to see the quality that goes into our 50-653 test exam questions. Our 50-653 practice test questions are designed by highly experienced ... learn more
| ||||||||
| ||||||||
Fastest way of Database Access : Caching Records in Memory | ||||||||
A step by step tutorial on caching data in memory. This tutorial goes one step further from simply caching data in memory to allow you to set a time limit in seconds after which it refreshes the data in memory. Extremely useful technique. Online demo available. ... learn more
| ||||||||
| ||||||||
117-101 Free Test Exam Questions | ||||||||
Pass-Guaranteed is the leader in IT Certifications that will Guarantee you will pass your 117-101 exam on Your First Try. We have provided a free 117-101 free exam where you will be able to see the quality that goes into our 117-101 test questions. Our 117-101 practice test questions are designed by highly experienced and ... learn more
| ||||||||
| ||||||||
310-025 Free Test Exam Questions | ||||||||
Pass-Guaranteed is the leader in IT Certifications that will Guarantee you will pass your 310-025 exam on Your First Try. We have provided a free 310-025 free exam where you will be able to see the quality that goes into our 310-025 test exam questions. Our 310-025 practice test questions are designed by highly experienced ... learn more
| ||||||||
| ||||||||
Syndicate Your Content With ASP | ||||||||
This tutorial demonstrates a simple way of implementing a tip of the day application that can be syndicated out to other sites. ... learn more
| ||||||||
| ||||||||
Uploading files to the server hard disk using plain ASP | ||||||||
Step-by-step tutorial on how to upload files (images, etc) from the client browser to the server hard disk using plain ASP pages. Complete application source code is available for download including the code to upload and display uploaded files to the user in an eary to use and understand manner. ... learn more
| ||||||||
| ||||||||
adrotator example | ||||||||
It is not always necessary to need a complex ad system for your system . The adrotator component is a simple alternative . This shows the basic usage. ... learn more
| ||||||||
| ||||||||
Simple Web-Database System Application | ||||||||
This article 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. ... learn more
| ||||||||
| ||||||||
404 Error Page (With a Db an IP Capture) | ||||||||
This example demonstrates how to serve a custom page to users whenever a 404 error occurs as well as log the user info such as ip, referer, request, agent into a database. ... learn more
| ||||||||
| ||||||||
Running Stored Procedures in Access Database | ||||||||
Explains everything in detail you'll ever need to know about creating Stored Procedures in Access Database and then calling from within ASP. Select, Update, Insert and Delete Stored Procedures are described. Sample code and database available for download. ... learn more
| ||||||||
| ||||||||
ASP Data Access for Beginners | ||||||||
The driving force behind Active Server technologies is data access. In order to develop a truly dynamic web site developers need to allow users to access data on demand. Luckily, with Microsoft's Active Server Pages, this is exceedingly easy to do. This article for ASP beginners details how to connect to a SQL Server 7.0 ... learn more
| ||||||||
| ||||||||
Checking Files Exists | ||||||||
If you want to check a file exists, you may use this code. First we are starting script creating a copy of File System Object. FSO has many useful methods. One of them is 'FileExists' that we will use it now. ... learn more
| ||||||||
| ||||||||
Intro to VBScript | ||||||||
This introductory guide presents 5 useful VBScript tricks and examples. IT shows you how to detect the IP address of your visitors, detect the user's browser, how to include files in your ASP pages, how to force the script to continue with the next statement when it encounters an error, and how to make subroutines. ... learn more
| ||||||||
| ||||||||
Find a visitor's IP Address with ASP | ||||||||
Do you want to know the IP address of a visitor? This can be useful for many reasons, such as tracking site usage or blocking access to specific people. Here's how you can find it. It also tells you how to access the other items in the Request.ServerVariables collection. ... learn more
| ||||||||
| ||||||||
CNE 50-658 Practice Exam Test Questions | ||||||||
Pass-Guaranteed is the leader in IT Certifications that will Guarantee you will pass your CNE 50-658 exam on Your First Try. Our 50-658 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 $55.00, you can ... learn more
| ||||||||
| ||||||||
350-030 Free Test Exam Questions | ||||||||
Pass-Guaranteed is the leader in IT Certifications that will Guarantee you will pass your 350-030 exam on Your First Try. We have provided a free 350-030 free exam where you will be able to see the quality that goes into our 350-030 test questions. Our 350-030 practice test questions are designed by highly experienced and ... learn more
| ||||||||
| ||||||||
ASP upload to database or file | ||||||||
To database or not to database? Test of consumed resources (processor, memory) and results with file upload to database or file system. Test of JetOLEB connection to MDB, test of MSSQL 2000 and AppendChunk method and UPDATE text SQL command. ... learn more
| ||||||||
| ||||||||
Last Updated | ||||||||
A code snippet to display the last modified date for any given file dynamically. Every time the file is modified this info is written into the file. The FSO knows just how to read that for you. ... learn more
| ||||||||
| ||||||||
Dynamic Javascript Includes | ||||||||
Dynamically include javascript files in your page. Simply place all your javascripts in a sub directory and make one reference in your page to the cs_scripts.asp file. You can then pass + or - with file names to either include or ignore a file in the sub directory. By default all are included. ... learn more
| ||||||||
| ||||||||
ASP Introduction | ||||||||
This is a quick introductory guide to ASP technology. Covers what it is, how it works, how to configure your computer to run ASP without a server, and creating system DSN for MS Access database. ... learn more
| ||||||||
| ||||||||
