<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Cache object for classic ASP</title>
	<atom:link href="http://www.webdevbros.net/2006/11/18/cache-object-for-classic-asp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdevbros.net/2006/11/18/cache-object-for-classic-asp/</link>
	<description>hot talk about web scripting</description>
	<pubDate>Thu, 28 Aug 2008 18:40:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Rob</title>
		<link>http://www.webdevbros.net/2006/11/18/cache-object-for-classic-asp/#comment-555</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 24 Jul 2007 17:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://fabiankoehler.de/wdb/?p=28#comment-555</guid>
		<description>Since I use Option explicit I had to add this to your class

class Cache
'Added Declarations
	private c,expires,packedItem,cachedItem</description>
		<content:encoded><![CDATA[<p>Since I use Option explicit I had to add this to your class</p>
<p>class Cache<br />
&#8216;Added Declarations<br />
	private c,expires,packedItem,cachedItem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal</title>
		<link>http://www.webdevbros.net/2006/11/18/cache-object-for-classic-asp/#comment-261</link>
		<dc:creator>Michal</dc:creator>
		<pubDate>Thu, 28 Jun 2007 16:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://fabiankoehler.de/wdb/?p=28#comment-261</guid>
		<description>Marcus thanks for you comment. I have had not much time to blog in the past but new things will come .. for example i have a ready-to-use RSS class which i wanna to post ... i dont think that i'll post the whole framework cause it requires too much documentation and its not ready for being published ...but the most important components will be posted and updated regularly. thanks for passing by!
yeah long live classicAsp :)</description>
		<content:encoded><![CDATA[<p>Marcus thanks for you comment. I have had not much time to blog in the past but new things will come .. for example i have a ready-to-use RSS class which i wanna to post &#8230; i dont think that i&#8217;ll post the whole framework cause it requires too much documentation and its not ready for being published &#8230;but the most important components will be posted and updated regularly. thanks for passing by!<br />
yeah long live classicAsp :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus T</title>
		<link>http://www.webdevbros.net/2006/11/18/cache-object-for-classic-asp/#comment-260</link>
		<dc:creator>Marcus T</dc:creator>
		<pubDate>Thu, 28 Jun 2007 16:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://fabiankoehler.de/wdb/?p=28#comment-260</guid>
		<description>Looks great!

I've always been a "trust-no-one, code it yourself" kind of developer, which has generally served me well, and I had built up quite a library of classes, subs, and functions over the 5 years that I was an active ASP developer. I say "was" because apart from developing some advertising functionality for a family member's site I haven't done any serious coding since 2004 (I've since become more of a systems analyst, working on the requirements analysis and higher level design of software projects).

However, I'm about to start coding myself a custom site for my photography portfolio featuring web 2.0 / RIA functionality &#38; presentation, and I'm rather looking forward to getting stuck into some code again! And now that a plethora of robust client-side JS libraries exist (Prototype, script.aculo.us, ExtJS and YUI have impressed me in particular) I thought I'd use them instead of roll my own.

Similarly, I've been pleased to find that I'm not the only one still using ASP Classic, and your Cache class will come in very handy indeed - at present I plan to use it to cache RSS feeds that my portfolio will generate (rather than consume).

I'll look forward to seeing what ASP more tidbits you post in future (Any idea if/when you might post your complete framework?) and I'll almost certainly be posting some of my own once I've resurrected my old developer blog and got cracking on the work itself - it's yet to get started at this point, still scribbling out UI concepts and functionality requirements at this stage...

Anyway, thanks very much! And long live ASP Classic! :)</description>
		<content:encoded><![CDATA[<p>Looks great!</p>
<p>I&#8217;ve always been a &#8220;trust-no-one, code it yourself&#8221; kind of developer, which has generally served me well, and I had built up quite a library of classes, subs, and functions over the 5 years that I was an active ASP developer. I say &#8220;was&#8221; because apart from developing some advertising functionality for a family member&#8217;s site I haven&#8217;t done any serious coding since 2004 (I&#8217;ve since become more of a systems analyst, working on the requirements analysis and higher level design of software projects).</p>
<p>However, I&#8217;m about to start coding myself a custom site for my photography portfolio featuring web 2.0 / RIA functionality &amp; presentation, and I&#8217;m rather looking forward to getting stuck into some code again! And now that a plethora of robust client-side JS libraries exist (Prototype, script.aculo.us, ExtJS and YUI have impressed me in particular) I thought I&#8217;d use them instead of roll my own.</p>
<p>Similarly, I&#8217;ve been pleased to find that I&#8217;m not the only one still using ASP Classic, and your Cache class will come in very handy indeed - at present I plan to use it to cache RSS feeds that my portfolio will generate (rather than consume).</p>
<p>I&#8217;ll look forward to seeing what ASP more tidbits you post in future (Any idea if/when you might post your complete framework?) and I&#8217;ll almost certainly be posting some of my own once I&#8217;ve resurrected my old developer blog and got cracking on the work itself - it&#8217;s yet to get started at this point, still scribbling out UI concepts and functionality requirements at this stage&#8230;</p>
<p>Anyway, thanks very much! And long live ASP Classic! :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
