<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Of Stacks and Heaps</title>
	<atom:link href="http://www.shiftperception.com/blog/2007/04/04/of-stacks-and-heaps/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shiftperception.com/blog/2007/04/04/of-stacks-and-heaps/</link>
	<description>shiftperception.010 blog</description>
	<lastBuildDate>Sat, 15 May 2010 14:34:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: dan</title>
		<link>http://www.shiftperception.com/blog/2007/04/04/of-stacks-and-heaps/comment-page-1/#comment-2988</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Sun, 08 Apr 2007 06:15:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.shiftperception.com/blog/2007/04/04/of-stacks-and-heaps/#comment-2988</guid>
		<description>Hey guys, 

OJ - look forward to seeing what you produce

Kirupa - Thanks for stopping by, I don&#039;t know how you find the time to do everything you do, but it&#039;s great to see you getting around and reading comments and replying. And thanks for a great resource in Kirupa.com. In the middle of pouring over Senoculars AS3.0 tips. Genious!</description>
		<content:encoded><![CDATA[<p>Hey guys, </p>
<p>OJ &#8211; look forward to seeing what you produce</p>
<p>Kirupa &#8211; Thanks for stopping by, I don&#8217;t know how you find the time to do everything you do, but it&#8217;s great to see you getting around and reading comments and replying. And thanks for a great resource in Kirupa.com. In the middle of pouring over Senoculars AS3.0 tips. Genious!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OJ</title>
		<link>http://www.shiftperception.com/blog/2007/04/04/of-stacks-and-heaps/comment-page-1/#comment-2987</link>
		<dc:creator>OJ</dc:creator>
		<pubDate>Sun, 08 Apr 2007 06:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.shiftperception.com/blog/2007/04/04/of-stacks-and-heaps/#comment-2987</guid>
		<description>Hi Kirupa!

Great comment, it backs up your article nicely.  I&#039;d love to write something to build on the foundation that your provided in your article, and I appreciate the offer to have it posted on your site.

I&#039;ll aim to get an structure together, along with some ideas for content that will work well with what you&#039;ve already presented, in the next week or so. I&#039;ll be sure to keep you posted.

Love ya work! I&#039;ll be in touch.

Cheers :)
OJ</description>
		<content:encoded><![CDATA[<p>Hi Kirupa!</p>
<p>Great comment, it backs up your article nicely.  I&#8217;d love to write something to build on the foundation that your provided in your article, and I appreciate the offer to have it posted on your site.</p>
<p>I&#8217;ll aim to get an structure together, along with some ideas for content that will work well with what you&#8217;ve already presented, in the next week or so. I&#8217;ll be sure to keep you posted.</p>
<p>Love ya work! I&#8217;ll be in touch.</p>
<p>Cheers <img src='http://www.shiftperception.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
OJ</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirupa</title>
		<link>http://www.shiftperception.com/blog/2007/04/04/of-stacks-and-heaps/comment-page-1/#comment-2985</link>
		<dc:creator>Kirupa</dc:creator>
		<pubDate>Sat, 07 Apr 2007 20:39:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.shiftperception.com/blog/2007/04/04/of-stacks-and-heaps/#comment-2985</guid>
		<description>Hi OJ - I definitely agree with your assessment of the article, but the code provided does work: http://www.kirupa.com/temp/Program.txt

Since running the code wasn&#039;t a focus of the article, I skipped the parent class/namespace/import data that would normally be in it. So, yes, copying and pasting the code into Visual Studio wouldn&#039;t work, but the reason is because the parent class was simply omitted. 

Concerning the breadth of details, I wrote this article with the goal of providing a basic overview of how some of the things behind the scenes work. 

As such, I deliberately had to leave out a lot of the details such as many &quot;why is it done that way&quot; snippets because I felt that would be too much for readers who are learning about this for the first time to absorb.

If you want to write a follow-up article that contains more details, I&#039;d be very happy to post your article on the site. More info here: http://www.kirupa.com/developer/tutorials.htm 

Cheers!
Kirupa :)</description>
		<content:encoded><![CDATA[<p>Hi OJ &#8211; I definitely agree with your assessment of the article, but the code provided does work: <a href="http://www.kirupa.com/temp/Program.txt" rel="nofollow">http://www.kirupa.com/temp/Program.txt</a></p>
<p>Since running the code wasn&#8217;t a focus of the article, I skipped the parent class/namespace/import data that would normally be in it. So, yes, copying and pasting the code into Visual Studio wouldn&#8217;t work, but the reason is because the parent class was simply omitted. </p>
<p>Concerning the breadth of details, I wrote this article with the goal of providing a basic overview of how some of the things behind the scenes work. </p>
<p>As such, I deliberately had to leave out a lot of the details such as many &#8220;why is it done that way&#8221; snippets because I felt that would be too much for readers who are learning about this for the first time to absorb.</p>
<p>If you want to write a follow-up article that contains more details, I&#8217;d be very happy to post your article on the site. More info here: <a href="http://www.kirupa.com/developer/tutorials.htm" rel="nofollow">http://www.kirupa.com/developer/tutorials.htm</a> </p>
<p>Cheers!<br />
Kirupa <img src='http://www.shiftperception.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
