<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dan Lynn&#187; asp Archives  &#8211; Dan Lynn</title>
	<atom:link href="http://danlynn.com/tag/asp/feed/" rel="self" type="application/rss+xml" />
	<link>http://danlynn.com</link>
	<description>Finding adventure in just about everything</description>
	<lastBuildDate>Thu, 17 Jun 2010 16:47:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Server-side Prototype JS in classic ASP</title>
		<link>http://danlynn.com/general/server-side-prototype-js-in-classic-asp/</link>
		<comments>http://danlynn.com/general/server-side-prototype-js-in-classic-asp/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 22:48:08 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[classic]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[jscript]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://danlynn.com/?p=87</guid>
		<description><![CDATA[Back in 2007, I found myself doing a lot of classic ASP work in VBScript. For anyone who has had to endure this, I created a library to help you out (released under the MIT open source license). Since classic ASP runs under Microsoft Active Scripting, this means you can write ASP pages in page [...]]]></description>
			<content:encoded><![CDATA[<p>Back in 2007, I found myself doing a lot of classic ASP work in VBScript. For anyone who has had to endure this, <a href="/aspprototype/" target="_self">I created a library to help you out</a> (released under the MIT open source license). Since classic ASP runs under <a href="http://en.wikipedia.org/wiki/Active_Scripting" target="_blank">Microsoft Active Scripting</a>, this means you can write ASP pages in page in any supported scripting language; I&#8217;ve even gotten <a href="http://python.org/" target="_blank">Python</a> working under classic ASP.  The library allows you to use a more functional programming idiom on the server-side, thanks the <a href="http://prototypejs.org/" target="_blank">Prototype</a> library and JScript, a supported scripting language. I&#8217;ve merely reposted my original version, but I plan to update it to the latest version of the Prototype library and move the code to either GitHub or Google Code. Until then, <a href="/aspprototype/" target="_self">give it a shot</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://danlynn.com/general/server-side-prototype-js-in-classic-asp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
