<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (C) 2001-2008 - TutorialPro.net -->
<rss version="2.0">
	<channel>
	<title>TutorialPro.net - Latest Tutorials for ASP</title>
	<description>ASP is the programming, syntax, and solution you need if you're looking for a way to pull together HTML pages, script commands, and COM components. The interactive web pages or web-based applications you can create with ASP are easy to modify, user interactive, and dynamic. The tutorials in this section can help guide you in using this technology.</description>
	<link>http://www.tutorialpro.net/tutorials/asp/1</link>
	<language>en-us</language>
	<lastBuildDate>Mon, 05 Jan 2009 22:53:48 -0500</lastBuildDate>
	<pubDate>Mon, 05 Jan 2009 22:53:48 -0500</pubDate>
	<item>
	<title>Making Charts in ASP</title>
	<pubDate>Wed, 26 Nov 2008 00:00:00 -0500</pubDate>
	<link>http://www.tutorialpro.net/tutorial/making-charts-in-asp/2079</link>
	<description><![CDATA[Charts are very useful for internet applications. Imagine an online stock brokerage, or perhaps you have a scientific site that tracks population patterns. You can use charts virtually anywhere. The problem is that most people believe to create a chart, you must use a separate program and create a GIF or JPG to insert into your web page, not to mention the fact that there are not many resources out there to show you how. Here, we'll show you how to do it dynamically and through ASP, so no more chart GIFs! ]]></description>
	<guid>http://www.tutorialpro.net/tutorial/making-charts-in-asp/2079</guid>
	</item>
	<item>
	<title>Implementing a Guest Book Using ADO</title>
	<pubDate>Tue, 15 Jul 2008 00:00:00 -0400</pubDate>
	<link>http://www.tutorialpro.net/tutorial/implementing-a-guest-book-using-ado/2012</link>
	<description><![CDATA[If you want to add a guest book to your site, then this article is for you - it contains full source code and the necessary Access database to get up and running immediately. A complete introduction to ADO is provided.]]></description>
	<guid>http://www.tutorialpro.net/tutorial/implementing-a-guest-book-using-ado/2012</guid>
	</item>
	<item>
	<title>Turning Numbers Into Graphs with ASP</title>
	<pubDate>Tue, 15 Jul 2008 00:00:00 -0400</pubDate>
	<link>http://www.tutorialpro.net/tutorial/turning-numbers-into-graphs-with-asp/2011</link>
	<description><![CDATA[This tutorial presents a couple of ways to display your data in a graphical way by using charts without using server components. The first approach is using images with ASP to display bar graphs. The second approach is a Java applet that can display a more advanced graph, but depends on a Java capable browser.]]></description>
	<guid>http://www.tutorialpro.net/tutorial/turning-numbers-into-graphs-with-asp/2011</guid>
	</item>
	<item>
	<title>Impression Counter (With a DB)</title>
	<pubDate>Wed, 02 Jul 2008 00:00:00 -0400</pubDate>
	<link>http://www.tutorialpro.net/tutorial/impression-counter-with-a-db/1711</link>
	<description><![CDATA[What's behind an image? Just about anything you there to be including a db. A typical image tag downloads an image to be processed by the browser an image tag that references an active server page can do most anything and output an image to be displayed as the final output to the user. This example will add one to an Access db (to count the number of impressions). The Access db will also add when the impression occurred automatically and redirect will send the user to an image to be displayed in the browser.]]></description>
	<guid>http://www.tutorialpro.net/tutorial/impression-counter-with-a-db/1711</guid>
	</item>
	<item>
	<title>ASP Hit Counter Script</title>
	<pubDate>Wed, 02 Jul 2008 00:00:00 -0400</pubDate>
	<link>http://www.tutorialpro.net/tutorial/asp-hit-counter-script/1710</link>
	<description><![CDATA[You can count the number of visitors on your site with a very simple ASP code. Create a file Count.asp with the following code and add in the header of every page using Server Side Include(SSI).]]></description>
	<guid>http://www.tutorialpro.net/tutorial/asp-hit-counter-script/1710</guid>
	</item>
	<item>
	<title>Building E-Commerce Sites: OOP</title>
	<pubDate>Wed, 02 Jul 2008 00:00:00 -0400</pubDate>
	<link>http://www.tutorialpro.net/tutorial/building-e-commerce-sites-oop/1702</link>
	<description><![CDATA[This manuscript is an abridged version of a chapter from the Wrox Press book Beginning E-Commerce. This is chapter 3 which looks at building the Object Model,the careful design of these object models are the key to building good software.]]></description>
	<guid>http://www.tutorialpro.net/tutorial/building-e-commerce-sites-oop/1702</guid>
	</item>
	<item>
	<title>Creating a Category Site with ASP</title>
	<pubDate>Wed, 02 Jul 2008 00:00:00 -0400</pubDate>
	<link>http://www.tutorialpro.net/tutorial/creating-a-category-site-with-asp/1701</link>
	<description><![CDATA[This tutorial shows how to implement a catalog site that is build with Active Server pages and SQL Server. Along with the implementation there is source code and a discussion of the advantages and disadvantages of creating a catalog site that gets its content from a database. Included are pages for displaying products, creating a menu page, category page, and running a search across a database.]]></description>
	<guid>http://www.tutorialpro.net/tutorial/creating-a-category-site-with-asp/1701</guid>
	</item>
	<item>
	<title>Ignoring Clicks from IP Addresses</title>
	<pubDate>Wed, 02 Jul 2008 00:00:00 -0400</pubDate>
	<link>http://www.tutorialpro.net/tutorial/ignoring-clicks-from-ip-addresses/1667</link>
	<description><![CDATA[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.]]></description>
	<guid>http://www.tutorialpro.net/tutorial/ignoring-clicks-from-ip-addresses/1667</guid>
	</item>
	<item>
	<title>Creating a Simple Ad Rotating System Using ASP</title>
	<pubDate>Wed, 02 Jul 2008 00:00:00 -0400</pubDate>
	<link>http://www.tutorialpro.net/tutorial/creating-a-simple-ad-rotating-system-using-asp/1666</link>
	<description><![CDATA[This tutorial explains how you can create a rotating advertisement system using ASP. Topics include: Ad rotator logic page, Ad images date file, and Redirection page.]]></description>
	<guid>http://www.tutorialpro.net/tutorial/creating-a-simple-ad-rotating-system-using-asp/1666</guid>
	</item>
	<item>
	<title>Using ASP to Send a Wireless Text Message</title>
	<pubDate>Wed, 02 Jul 2008 00:00:00 -0400</pubDate>
	<link>http://www.tutorialpro.net/tutorial/using-asp-to-send-a-wireless-text-message/1604</link>
	<description><![CDATA[Sending an SMS message via e-mail requires the acceptance of several hidden flaws. This article shows how to avoid these complications by sending a wireless text-message through the use of ASP. Covers two different solutions: using SMTP, and using Third-party solutions such as shrink-wrapped software and application service provider (ASP) gateways.]]></description>
	<guid>http://www.tutorialpro.net/tutorial/using-asp-to-send-a-wireless-text-message/1604</guid>
	</item>
</channel>
</rss>