Active Articles: 2038
Total Categories: 16
Sub Categories:616
Free - YAHOO RSS Live Newsfeed Reader | ||||||||
A module that extracts or pulls live YAHOO RSS News Feeds that you can use on your own website. This free tutorial code demonstrates the use of Microsoft's XML and document objects: MSXML2.ServerXMLHTTP, Microsoft.xmlDOM, and RSS. This code shows you how to have full control of the XML data that is returned live by Yahoo ... learn more
| ||||||||
| ||||||||
A complete free banner ad system in action | ||||||||
This tutorial explains the complete banner ad system used at the site, "CoverYourASP". Database driven, but using Application variables extensively, it tracks impressions and clickthroughs and is fully automatic. Source code available for download. ... learn more
| ||||||||
| ||||||||
Protect & thumbnail image in SWF (FLASH) format | ||||||||
This little tutorial will show you how it is possible to generate a thumbnail based on your image in SWF (Flash) format on the fly by using the free version of DypsImg2SWF. ... learn more
| ||||||||
| ||||||||
Designing an Account Unlock Application | ||||||||
In this article we are going to try and provide some ideas for you to reduce those calls to the help desk. In this project we created a help desk portal, this portal pretty much has a main page that you can go to download patches, virus definition files, and manage account unlock information. Calls ... learn more
| ||||||||
| ||||||||
Presentation Of Hierarchical Data | ||||||||
Multiple level select boxes tackled with hierarchical data! This sample illustrates the concept using a hierarchy consisting of geographical region, country, and state data. The code expects a system DSN by name "Hierarchy" and accesses the database using the user id "sa" with a blank password. The database is created in SQL Server 7.0. ... learn more
| ||||||||
| ||||||||
ASP Looping Statements | ||||||||
ASP performs several types of repetitive operations, called "looping". Loops are set of instructions used to repeat the same block of code till a specified condition returns false or true depending on how you need it. This tutorial shows the basic idea on how to use looping statements in ASP, along with examples, and descriptions ... learn more
| ||||||||
| ||||||||
Random Passwords | ||||||||
This is a quick and easy example of how to create a random password and mail it to the person who tried to register at your site. ... learn more
| ||||||||
| ||||||||
Display an Excel DB | ||||||||
The author writes "For small data bits on a server where the chance for significant simultaneous traffic is not likely excel can perform many of the basic tasks that can be accomplished in Access or SQL Server, but on a much smaller scale." This exmaple code demonstrates how to display data from Excel using sample ... learn more
| ||||||||
| ||||||||
70-290 Demo Exam Questions | ||||||||
Pass-Guaranteed is the leader in IT Certifications that will Guarantee you will pass your 70-290 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
| ||||||||
| ||||||||
Online Exam using ASP & XML | ||||||||
This article presents an online exam system that pulls its data from an xml file on the server. The question list for the user is sent to the browser via Microsoft's XMLHTTP Object. Using this same object, the questions are retrieved from the server and displayed on the page whenever the user requests a question. ... learn more
| ||||||||
| ||||||||
Access and SQL Server DSN-LESS connections | ||||||||
There are a few different ways to connect to an Access database using a DSN-LESS connection. You can use the Access driver, an OLEDB provider connection, a physical path or a virtual path. Here is an example of each as well as a DSN-LESS SQL Server connection. ... learn more
| ||||||||
| ||||||||
Edit records with sql statements | ||||||||
Learn how to edit records with an SQL statement instead of a Recordset. Here are two examples. One will use a query string and the other gets the info from a form. Both examples include an example of a DSN-LESS connection. ... learn more
| ||||||||
| ||||||||
Import text file to MS Access | ||||||||
This article will explain how to import the contents of a text file (.txt) to an Access Database when using MS text or OLE DB Drivers wont do! We will be using the FileSystem and TextStream objects in this article! ... learn more
| ||||||||
| ||||||||
Get Your Data Faster with a Data Cache | ||||||||
Storing frequently used lookup data in a database is a great idea (e.g. order status codes, state names, etc.) that saves tremendous amounts of time in design and maintenance. However, retrieving that data from the database every time it is needed is very inefficient. This article describes how to use Application variables to cache frequently ... learn more
| ||||||||
| ||||||||
ASP-XML DataGrid I | ||||||||
This is a simple procedure to show how to use an XML file as datasource to build a datagrid in ASP. This code basically shows how to display and navigate/page-thru and xml data file ... learn more
| ||||||||
| ||||||||
Free 1D0-435 Study Test Exam Questions | ||||||||
Pass-Guaranteed is the leader in IT Certifications that will Guarantee you will pass your 1D0-435 exam on Your First Try. We have provided a free 1D0-435 free exam where you will be able to see the quality that goes into our 1D0-435 test questions. Our 1D0-435 practice test questions are designed by highly experienced and ... learn more
| ||||||||
| ||||||||
Disply Number of Unique Visitors Currently on Site | ||||||||
By implementing this code on your site, you can display the number of visitors that are currently browsing your site. It increments a counter every time that a unique session begins on your site and decrements a counter every time that a session ends. ... learn more
| ||||||||
| ||||||||
Using SQL-DMO To Backup and Verify a Database | ||||||||
This article shows you how to use SQL-DMO to create an Active Server Pages application to backup and verify a SQL Server database. The SQL Distributed Management Objects (SQL-DMO) extend the functionality of SQL Server by providing developers a way to execute common tasks. ... learn more
| ||||||||
| ||||||||
Request.Form and Stack Overflow | ||||||||
Full VBS code, which lets you accept x-www-form-urlencoded forms in ASP without limit of size using BinaryRead (Request.Form has 100kB limit), recomended solution from MS KB (Q273482). Source of URLDecode function included. ... learn more
| ||||||||
| ||||||||
Bullschmidt Dependent Listboxes | ||||||||
You can use dependent listboxes for example to let a user choose a rep in a reps listbox and then have only the customers for that rep be shown in the customers listbox. ... learn more
| ||||||||
| ||||||||
