Short tutorial about showing the contents of an RSS feed on a webpage using ASP and the XMLDom. Describes each part of the code to make it easier to understand. This is a summary part in my article series about XML, XMLDom and ASP.
Views: 288 Price: Category: ASPTips and Tutorials
A cookie is a message given to a Web browser by a Web server. The main purpose of cookies is to identify users and possibly prepare customized Web pages for them. This article explains benefits of using cookies and shows how to create and retrieve them. Dictionary cookies are also explained.
Views: 275 Price: Category: ASPTips and Tutorials
There are many magic methods in response object. With AppendToLog method you can access and write your message to ISS logs. This could be very usefull if you wish to create custom messages in log files. But there is greate limitation of this method which can write maximum 80 characters and can not c
Views: 204 Price: Category: ASPTips and Tutorials
Pass-Guaranteed is the leader in IT Certifications that will Guarantee you will pass your MCSE 70-299 exam on Your First Try. Our MCSE 70-299 exam questions are designed by highly experienced and certified trainer's that have put together the best online source for IT certifications with detailed qu
Views: 175 Price: Category: ASPTips and Tutorials
Tutorial and sample codes to calculate the distance between two locations. Free sample source codes in PHP, ASP, ColdFusion, C/C++, C#, Java, Perl, Visual Basic and Javascript. Longitude and latitude for United States ZIP Code and Canadian Postal Code are available in database subscription.
Views: 207 Price: Category: ASPTips and Tutorials
This article describes three simple techniques which combine persistent cookie management and creative redirects to give users a consistent experience as they move through sites in different subdomains and domains.
Views: 193 Price: Category: ASPTips and Tutorials
Dynamically create Microsoft Word or Microsoft Excel documents using ASP. Covers Content-Type and Content-Disposition headers, plus style and formatting options.
Views: 160 Price: Category: ASPTips and Tutorials
One requirement of the CoverYourASP advertising system is that multiple clickthroughs from the same IP address on the same day will be ignored. Another way to stop spiders is by testing the HTTP_USER_AGENT.
Views: 210 Price: Category: ASPTips and Tutorials
Allowing multiple choices of data observations enables people to customize views of your data and adds value to your applications. This example utilizes our db on the career statistics of Hammerin’ Hank Greenberg. The years he played are available to select from in a dropdown menu. When multiple y
Views: 174 Price: Category: ASPTips and Tutorials
Problems and coding syntax mistales can been in every serverside application. Security of application is very important. You should need to understand what's going wrong in deep of an apllication. This sample of code is an easy to use an error handling message writer. .
Views: 166 Price: Category: ASPTips and Tutorials
In this short ASP source code, we will pull some data from a database and fill it into a select list. We will create a custom and dynamic output.
Views: 315 Price: Category: ASPTips and Tutorials
Pass-Guaranteed is the leader in IT Certifications that will Guarantee you will pass your 310-012 exam on Your First Try. We have provided a free 310-012 free exam where you will be able to see the quality that goes into our 310-012 test questions. Our 310-012 practice test questions are designed by
Views: 188 Price: Category: ASPTips and Tutorials
The power of Active Server Pages comes through when we tie databases to our web sites. To connect to a database, ASP uses what is called ActiveX Data Objects, or ADO for short. ADO comes with ASP, and can be used easily from your ASP pages. In this tutorial we will show you how to connect to Access
Views: 184 Price: Category: ASPTips and Tutorials
This hands-on tutorial explains how to develop a simple SQL-driven web site in just minutes. Topics include: Our Database Design, Creating a Data Source, Inserting A Tip Into Our Database, Displaying and Deleting Tips, Searching the Database, and Displaying the Tips.
Views: 251 Price: Category: ASPTips and Tutorials
The author writes "A CSV (Comma Separated Values file sometimes referred to as a flat file) is essentially a text file that has a comma delimiter between the table values and a unique line for each observation. While this is usually a means by which data is transferred from one database to ano
Views: 169 Price: Category: ASPTips and Tutorials
Here is an interesting article that explains how to help the authorities in tracking down people who cause sites to send unwanted email to others by subscribing them to one's newsletter or applying for site membership.
Views: 188 Price: Category: ASPTips and Tutorials
This example code demonstrates how to link and display text files within a single document in ASP. Using the title of the text files as hyperlinks, when clicked the file name, the full contents of the document will be displayed. Very useful for making copybooks and file layouts available online.
Views: 176 Price: Category: ASPTips and Tutorials
A simple code snippet that shows you how to display a visitor's IP Address. Also includes a script to display all of the available server variables.
Views: 195 Price: Category: ASPTips and Tutorials
Assuming your flash IDE is open already let’s go ahead and get started. In this tutorial we’ll cover sending emails through flash using a server side script in ASP, PHP, or Perl we will cover all three. With this you can add email functionality to your flash website for endless possibilities. Th
Views: 174 Price: Category: ASPTips and Tutorials