<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
	<title>sourcegate</title>
	<link>http://dunkirksystems.com/sourcegate/</link>
	<description>souvenirs collected along a web developer&apos;s journey</description>
	<language>en-us</language>
	<managingEditor>info@sourcegate.com</managingEditor>
	<webMaster>info@sourcegate.com</webMaster>
	<pubDate>Wed, 31 Dec 2008 21:07:27 CST</pubDate>
	<lastBuildDate>Wed, 31 Dec 2008 21:07:27 CST</lastBuildDate>
	<ttl>15</ttl>
	<copyright>(c)2008 sourcegate</copyright>
	<generator url="http://www.sourcegate.com/" version="4.0">sourcegate</generator>
	
	<image>
		<title>sourcegate</title>
		<url>http://dunkirksystems.com/sourcegate/files/BFlogo.gif</url>
		<link>http://dunkirksystems.com/sourcegate/</link>
		<width>88</width>
		<height>31</height>
		<description>souvenirs collected along a web developer&apos;s journey</description>
	</image>

	<item>
		<title>Changing Web Site Domain Names</title>
		<link>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=274</link>
		<description><![CDATA[This article talks about what you can do to change the domain name of a Web site on an IIS server,...]]></description>
		<category><![CDATA[ASP Classic]]></category>
		<author> (Mike)</author>
		<pubDate>Tue, 19 Sep 2006 04:08:55 CST</pubDate>
		<comments>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=274&#35;comments</comments>
		
		
		
	</item>
	
	<item>
		<title>ASP Server Variables</title>
		<link>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=260</link>
		<description><![CDATA[This is a list of all of the ASP server variables, and examples of them for the particular Web site:...]]></description>
		<category><![CDATA[ASP Classic]]></category>
		<author> (Mike)</author>
		<pubDate>Sat, 16 Sep 2006 09:48:22 CST</pubDate>
		<comments>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=260&#35;comments</comments>
		
		
		
	</item>
	
	<item>
		<title>Force a specific ASP page to use SSL </title>
		<link>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=258</link>
		<description><![CDATA[Here's how to force a specific ASP page to use an SSL cert:
...]]></description>
		<category><![CDATA[ASP Classic]]></category>
		<author> (Mike)</author>
		<pubDate>Sat, 16 Sep 2006 09:42:45 CST</pubDate>
		<comments>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=258&#35;comments</comments>
		
		
		
	</item>
	
	<item>
		<title>Multiple commands on one line</title>
		<link>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=193</link>
		<description><![CDATA[You can use a colon - : - to put multiple ASP commands on one line, as follows:

dim varName :...]]></description>
		<category><![CDATA[ASP Classic]]></category>
		<author> (Mike)</author>
		<pubDate>Thu, 29 Jun 2006 10:32:50 CST</pubDate>
		<comments>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=193&#35;comments</comments>
		
		
		
	</item>
	
	<item>
		<title>Displaying quotes</title>
		<link>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=192</link>
		<description><![CDATA[Here's a couple of ways displaying quotes on an ASP page:

&amp;lt;% response.write...]]></description>
		<category><![CDATA[ASP Classic]]></category>
		<author> (Mike)</author>
		<pubDate>Thu, 29 Jun 2006 10:29:32 CST</pubDate>
		<comments>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=192&#35;comments</comments>
		
		
		
	</item>
	
	<item>
		<title>Report IIS Version</title>
		<link>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=191</link>
		<description><![CDATA[Use the following to report the version of IIS running on a Web page:

&amp;lt;% response.write...]]></description>
		<category><![CDATA[ASP Classic]]></category>
		<author> (Mike)</author>
		<pubDate>Thu, 29 Jun 2006 10:26:42 CST</pubDate>
		<comments>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=191&#35;comments</comments>
		
		
		
	</item>
	
	<item>
		<title>Disable sessions by page</title>
		<link>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=186</link>
		<description><![CDATA[You can disable sessions for a particular ASP page with the following tag:
...]]></description>
		<category><![CDATA[ASP Classic]]></category>
		<author> (Mike)</author>
		<pubDate>Wed, 28 Jun 2006 08:10:57 CST</pubDate>
		<comments>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=186&#35;comments</comments>
		
		
		
	</item>
	
	<item>
		<title>CInt vs. CLng</title>
		<link>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=185</link>
		<description><![CDATA[If you want to convert a number to a whole interger - size matters!  Especially in choosing CInt vs....]]></description>
		<category><![CDATA[ASP Classic]]></category>
		<author> (Mike)</author>
		<pubDate>Fri, 23 Jun 2006 09:45:23 CST</pubDate>
		<comments>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=185&#35;comments</comments>
		
		
		
	</item>
	
	<item>
		<title>ASP FormatCurrency Tester</title>
		<link>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=156</link>
		<description><![CDATA[This site helps you test the ASP classic &amp;quot;FormatCurrency&amp;quot; command without having...]]></description>
		<category><![CDATA[ASP Classic]]></category>
		<author> (Mike)</author>
		<pubDate>Tue, 06 Jun 2006 06:07:31 CST</pubDate>
		<comments>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=156&#35;comments</comments>
		
		
		
	</item>
	
	<item>
		<title>Partially optional function parameters</title>
		<link>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=148</link>
		<description><![CDATA[As VBScript doesn't support the declaration of optional parameters in subroutines or functions, you...]]></description>
		<category><![CDATA[ASP Classic]]></category>
		<author> (Mike)</author>
		<pubDate>Mon, 05 Jun 2006 04:57:10 CST</pubDate>
		<comments>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=148&#35;comments</comments>
		
		
		
	</item>
	
	<item>
		<title>ASPSmartUpload</title>
		<link>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=118</link>
		<description><![CDATA[This is the site for a version of an ASP component for uploading files to a Web server:
...]]></description>
		<category><![CDATA[ASP Classic]]></category>
		<author> (Mike)</author>
		<pubDate>Wed, 12 Apr 2006 05:32:28 CST</pubDate>
		<comments>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=118&#35;comments</comments>
		
		
		
	</item>
	
	<item>
		<title>Persists ASPUpload Support</title>
		<link>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=86</link>
		<description><![CDATA[This help document is part of the online support for Persists ASPUpload and addresses how to process...]]></description>
		<category><![CDATA[ASP Classic]]></category>
		<author> (Mike)</author>
		<pubDate>Tue, 28 Mar 2006 05:53:44 CST</pubDate>
		<comments>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=86&#35;comments</comments>
		
		
		
	</item>
	
	<item>
		<title>SQL and strings with quotes</title>
		<link>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=82</link>
		<description><![CDATA[To handle the processing of text with apostrophes or quotes, process each string through the...]]></description>
		<category><![CDATA[ASP Classic]]></category>
		<author> (Mike)</author>
		<pubDate>Wed, 22 Mar 2006 09:13:56 CST</pubDate>
		<comments>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=82&#35;comments</comments>
		
		
		
	</item>
	
	<item>
		<title>Setting cookies in ASP</title>
		<link>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=78</link>
		<description><![CDATA[From 4 Guys from Rolla, a great site for everything ASP, the lowdown on cookies:
...]]></description>
		<category><![CDATA[ASP Classic]]></category>
		<author> (Mike)</author>
		<pubDate>Wed, 22 Mar 2006 07:33:31 CST</pubDate>
		<comments>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=78&#35;comments</comments>
		
		
		
	</item>
	
	<item>
		<title>Complete ASP applications</title>
		<link>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=67</link>
		<description><![CDATA[The following is a suite of Web-based applications in ASP:
...]]></description>
		<category><![CDATA[ASP Classic]]></category>
		<author> (Mike)</author>
		<pubDate>Mon, 20 Mar 2006 05:36:45 CST</pubDate>
		<comments>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=67&#35;comments</comments>
		
		
		
	</item>
	
	<item>
		<title>Sample ASP code</title>
		<link>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=65</link>
		<description><![CDATA[This is a good resource if you are looking for a place to start with ASP:
...]]></description>
		<category><![CDATA[ASP Classic]]></category>
		<author> (Mike)</author>
		<pubDate>Mon, 20 Mar 2006 05:32:32 CST</pubDate>
		<comments>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=65&#35;comments</comments>
		
		
		
	</item>
	
	<item>
		<title>Getting the entire querystring</title>
		<link>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=58</link>
		<description><![CDATA[If you want to capture the entire querystring - perhaps for passing from one page to another -...]]></description>
		<category><![CDATA[ASP Classic]]></category>
		<author> (Mike)</author>
		<pubDate>Thu, 16 Mar 2006 08:25:39 CST</pubDate>
		<comments>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=58&#35;comments</comments>
		
		
		
	</item>
	
	<item>
		<title>Debugging with server- and client-side VBScript</title>
		<link>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=56</link>
		<description><![CDATA[This is an example of debugging a variable, where you display it using Msgbox in the OnLoad event:
...]]></description>
		<category><![CDATA[ASP Classic]]></category>
		<author> (Mike)</author>
		<pubDate>Thu, 16 Mar 2006 05:45:47 CST</pubDate>
		<comments>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=56&#35;comments</comments>
		
		
		
	</item>
	
	<item>
		<title>Declaring objects in ASP</title>
		<link>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=54</link>
		<description><![CDATA[It's more efficient to declare objects only as they are needed and use the &amp;lt;OBJECT&amp;gt;...]]></description>
		<category><![CDATA[ASP Classic]]></category>
		<author> (Mike)</author>
		<pubDate>Thu, 16 Mar 2006 05:39:25 CST</pubDate>
		<comments>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=54&#35;comments</comments>
		
		
		
	</item>
	
	<item>
		<title>Data expiration</title>
		<link>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=52</link>
		<description><![CDATA[If your ASP processed page has data that expires on a particular date, you can set the...]]></description>
		<category><![CDATA[ASP Classic]]></category>
		<author> (Mike)</author>
		<pubDate>Wed, 15 Mar 2006 05:34:19 CST</pubDate>
		<comments>http://dunkirksystems.com/sourcegate/index.cfm?CommentID=52&#35;comments</comments>
		
		
		
	</item>
	
</channel>
</rss>


