<?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>jcarle.com &#187; ASP</title>
	<atom:link href="http://www.jcarle.com/category/asp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jcarle.com</link>
	<description>The musings of a developer</description>
	<lastBuildDate>Mon, 21 Mar 2011 16:53:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Improved ASP JSON utility updated</title>
		<link>http://www.jcarle.com/2009/10/04/improved-asp-json-utility-updated/</link>
		<comments>http://www.jcarle.com/2009/10/04/improved-asp-json-utility-updated/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 01:46:01 +0000</pubDate>
		<dc:creator>Jean-Sebastien Carle</dc:creator>
				<category><![CDATA[ASP]]></category>

		<guid isPermaLink="false">http://www.jcarle.com/?p=166</guid>
		<description><![CDATA[Back in July of this year, I released an improved version of Tuğrul Topuz&#8217;s aspjson utility. Based on some feedback of my release, I decided to revisit the slowly growing list of unfixed issues in the original version. I have addressed all of them and included them with my own fixes. Download the ASPJSON 2.11 [...]]]></description>
			<content:encoded><![CDATA[<p>Back in July of this year, I released <a href="http://www.jcarle.com/2009/07/20/improved-asp-json-utility/">an improved version of Tuğrul Topuz&#8217;s aspjson utility</a>. Based on some feedback of my release, I decided to revisit the slowly growing <a href="http://code.google.com/p/aspjson/issues/list">list of unfixed issues</a> in the original version. I have addressed all of them and included them with my own fixes.</p>
<p>Download the <a href='http://www.jcarle.com/wp-content/uploads/2009/10/JSON.asp'>ASPJSON 2.11</a> source</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jcarle.com/2009/10/04/improved-asp-json-utility-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improved ASP JSON utility</title>
		<link>http://www.jcarle.com/2009/07/20/improved-asp-json-utility/</link>
		<comments>http://www.jcarle.com/2009/07/20/improved-asp-json-utility/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 23:33:47 +0000</pubDate>
		<dc:creator>Jean-Sebastien Carle</dc:creator>
				<category><![CDATA[ASP]]></category>

		<guid isPermaLink="false">http://www.jcarle.com/?p=57</guid>
		<description><![CDATA[Most of the projects that I have been working on lately did not require any advanced AJAX. Most of the time, stuffing the results of a simple GET into innerHTML has usually been sufficient. Recently, I needed to do some more advanced AJAX work so I started looking into JSON. There a hundreds of helper [...]]]></description>
			<content:encoded><![CDATA[<p>Most of the projects that I have been working on lately did not require any advanced AJAX. Most of the time, stuffing the results of a simple GET into innerHTML has usually been sufficient. Recently, I needed to do some more advanced AJAX work so I started looking into JSON. There a hundreds of helper classes that people have dreamed up already for ASP.NET, however this project was under the Classic ASP (VBScript) umbrella.</p>
<p>I fell upon a nice little utility on aptly called <a href="http://code.google.com/p/aspjson/">aspjson</a>. It is a nice utility except the implementation of multi-dimensional array support is flawed. Try to JSON an array that has dimensions with more than 10 elements and you will quickly see what I mean.</p>
<p>I rewrote the multi-dimensional array support from scratch and I am releasing the code under the same license as the original author as well as obviously attributing credit to Tuğrul Topuz for his original code.</p>
<p>Download the <a href="http://www.jcarle.com/wp-content/uploads/2009/07/JSON.asp">ASPJSON 2.1</a> source</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jcarle.com/2009/07/20/improved-asp-json-utility/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

