Active Articles: 2038
Total Categories: 16
Sub Categories:616
70-270 Demo Exam Questions | ||||||||
Pass-Guaranteed is the leader in IT Certifications that will Guarantee you will pass your 70-270 exam on Your First Try. Our 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 $29.00, you can be rest ... learn more
| ||||||||
| ||||||||
Database-Driven Login Script | ||||||||
This script lets you to build a login script. User can login a password protected page using his/her own login username and password. All usernames and passwords stored in a MS-Access database ... learn more
| ||||||||
| ||||||||
117-102 Free Test Exam Questions | ||||||||
Pass-Guaranteed is the leader in IT Certifications that will Guarantee you will pass your 117-102 exam on Your First Try. We have provided a free 117-102 free exam where you will be able to see the quality that goes into our 117-102 test questions. Our 117-102 practice test questions are designed by highly experienced and ... learn more
| ||||||||
| ||||||||
Creating PGP-Encrypted E-Mails | ||||||||
PGP (Pretty Good Privacy) is an encryption program used for secure transmission of files and e-mails. This article describes the concepts of PGP, the installation and configuration of PGP Command Line, and the generation of PGP-encrypted e-mails using ASP. ... learn more
| ||||||||
| ||||||||
ASP & Javascript Quiz | ||||||||
This script loads 10 random questions from an Access database and creates a javascript quiz from them. There are buttons to display the current score and to display the answers. ... learn more
| ||||||||
| ||||||||
Mask Your Web Server for Enhanced Security | ||||||||
Masking or anonymizing a Web server involves removing identifying details that intruders could use to detect your OS and Web server vendor and version. This information, while providing little or no utility to legitimate users, is often the starting place for crackers, blackhat hackers and "script kiddies". This article explores some ways you can minimize ... learn more
| ||||||||
| ||||||||
Add a quote of the day! | ||||||||
This lesson teaches you how to make a random quote of the day. It reads the quotes from a textfile (for easy maintenance), and displays it. Full source code is available for download. ... learn more
| ||||||||
| ||||||||
Creating Excel Spreadsheets | ||||||||
This article describes using the Office Web Components (OWC) to create an Excel spreadsheet via ASP code based on the results from a database query. All of this complexity is encapsulated in a (rather basic) class. ... learn more
| ||||||||
| ||||||||
Delete Folders Online | ||||||||
ASP does not allow you to use IO system to modify on files and folders. But with the help of FileSystem object you can delete any file on your server. Do not forget to double check permissions for this operation. ... learn more
| ||||||||
| ||||||||
Database Search Sample Code | ||||||||
Here is a quick sample of searching a DB for certain records. It's really no different then doing any other query except that you need to use wildcards. In ASP / ADO the wildcard character is %. It works the way most of us have come to expect * to work. Why is it %? ... learn more
| ||||||||
| ||||||||
Checking for a Reciprocal Link | ||||||||
Tutorial and code on how to use Microsoft's XMLHTTP object to communicate with a remote website/webpage and check for the existence of reciprocal link back. ... learn more
| ||||||||
| ||||||||
Generating RSS with ASP | ||||||||
RSS files can be generated using Active Server Pages (ASP). It is OK for an RSS file to have a .asp suffix. In this example an RSS 0.91 file is generated, but it could easily be applied to other RSS versions. Similarly in this case the site stores its articles in a Microsoft Access database, ... learn more
| ||||||||
| ||||||||
Some Nifty Functions for Passing Variables Around | ||||||||
Here are a set of very useful functions that allows you to pass variables around via forms, querystrings, and/or cookies. Source code available for download. More free help at www.webforumz.com ... learn more
| ||||||||
| ||||||||
Dynamic Date Menu | ||||||||
This article will explain how to Dynamically populate a dropdown menu of days dependent om the Month selected. We will be using Javascript and ASP in this article. ... learn more
| ||||||||
| ||||||||
create an xml file | ||||||||
This example shows to create an xml file using ASP ... learn more
| ||||||||
| ||||||||
ASP and DBF database file connection | ||||||||
Create a connection to DBF files using JetOLEDB provider (DSN-less, ODBC-less connection), basic work with DBF files (select, insert, update), other ISAM formats + FOXPRO option, real sample code, create a new DBF file. ... learn more
| ||||||||
| ||||||||
How to use the QueryString in ASP | ||||||||
This article tells you how to pass variables to an ASP page using the QueryString, and how to access them from that page. ... learn more
| ||||||||
| ||||||||
Grab remote content on the fly | ||||||||
This tutorial is intented to learn you how it is possible to retrieve the content of a remote webpage on the fly with ASP. Something that can be very usefull in order to parse and search for information that could be shared with others or in order to send the content of a webpage via ... learn more
| ||||||||
| ||||||||
Troubleshooting Active Server Pages (ASP) on Windows 2003 | ||||||||
This article will help you to find answers to the problems some users have with ASP on Windows 2003. ... learn more
| ||||||||
| ||||||||
Flash and ASP Integration | ||||||||
Flash allows you to create zippy, vector-based animation and interactivity in a small ActiveX control, and ASP allows you to create dynamic HTML content on the fly. This tutorial explains how to use ASP in the creation of zippy, vector-based Flash content on the fly. ... learn more
| ||||||||
| ||||||||
