<?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 for Calyptus Life</title>
	<atom:link href="http://blog.calyptus.eu/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.calyptus.eu</link>
	<description>Advanced web application development tactics - from scalability to UI design</description>
	<lastBuildDate>Sun, 22 Aug 2010 14:58:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Transitory Domain Objects by perfect optimizer best</title>
		<link>http://blog.calyptus.eu/seb/2009/05/transitory_domain_object/comment-page-1/#comment-227</link>
		<dc:creator>perfect optimizer best</dc:creator>
		<pubDate>Sun, 22 Aug 2010 14:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.calyptus.eu/?p=125#comment-227</guid>
		<description>I get pleasure from your personal be of assistance, it&#039;s used by my family,pick a&#039;s and b&#039;s!</description>
		<content:encoded><![CDATA[<p>I get pleasure from your personal be of assistance, it&#8217;s used by my family,pick a&#8217;s and b&#8217;s!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Reactive Extensions for JavaScript &#8211; Event Composition by Shane Sowash</title>
		<link>http://blog.calyptus.eu/seb/2010/03/rx-for-javascript/comment-page-1/#comment-226</link>
		<dc:creator>Shane Sowash</dc:creator>
		<pubDate>Sun, 08 Aug 2010 06:07:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.calyptus.eu/?p=186#comment-226</guid>
		<description>Seek using our electronic cigarette as a safer alternative. Smokeless cigarettes are seemly increasingly more standard magnitude smokers and promptly to be quitters.</description>
		<content:encoded><![CDATA[<p>Seek using our electronic cigarette as a safer alternative. Smokeless cigarettes are seemly increasingly more standard magnitude smokers and promptly to be quitters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parsing Base64 Encoded Binary PNG Images in JavaScript by Carlos Cava</title>
		<link>http://blog.calyptus.eu/seb/2009/05/png-parser-in-javascript/comment-page-1/#comment-225</link>
		<dc:creator>Carlos Cava</dc:creator>
		<pubDate>Tue, 03 Aug 2010 19:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.calyptus.eu/?p=107#comment-225</guid>
		<description>It is a good option for some tasks</description>
		<content:encoded><![CDATA[<p>It is a good option for some tasks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Welcome to the Calyptus Life blog! by joomla programmer</title>
		<link>http://blog.calyptus.eu/seb/2009/03/welcome-to-the-calyptus-life-blog/comment-page-1/#comment-224</link>
		<dc:creator>joomla programmer</dc:creator>
		<pubDate>Sat, 31 Jul 2010 10:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.calyptus.eu/?p=14#comment-224</guid>
		<description>Fascinating, I&#039;ve not really discovered this...</description>
		<content:encoded><![CDATA[<p>Fascinating, I&#8217;ve not really discovered this&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parsing Base64 Encoded Binary PNG Images in JavaScript by Tony</title>
		<link>http://blog.calyptus.eu/seb/2009/05/png-parser-in-javascript/comment-page-1/#comment-195</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Thu, 08 Apr 2010 19:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.calyptus.eu/?p=107#comment-195</guid>
		<description>img id=&quot;sourceImg&quot; src=&quot;/image/dataCarrier.png&quot;</description>
		<content:encoded><![CDATA[<p>img id=&#8221;sourceImg&#8221; src=&#8221;/image/dataCarrier.png&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parsing Base64 Encoded Binary PNG Images in JavaScript by Tony</title>
		<link>http://blog.calyptus.eu/seb/2009/05/png-parser-in-javascript/comment-page-1/#comment-194</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Thu, 08 Apr 2010 19:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.calyptus.eu/?p=107#comment-194</guid>
		<description>That is a great technique. Thanks.

I am currently looking for something to parse an image from an image tag: 

 .

on a web page.

For example such as:

var imgPNG = document.getElementById(&#039;sourceImg&#039;);

var data = IDontKnowHowToCreateThisFunction(imgPNG);   // this is where I am stuck !!!

var png = new PNG(data);

var sOut = &quot;&quot;;
while(line = png.readLine())
{
	for (var x = 0; x &lt; line.length; x++){
		sOut += line[x];	
	}
}

Please help me to implement  the IDontKnowHowToCreateThisFunction</description>
		<content:encoded><![CDATA[<p>That is a great technique. Thanks.</p>
<p>I am currently looking for something to parse an image from an image tag: </p>
<p> .</p>
<p>on a web page.</p>
<p>For example such as:</p>
<p>var imgPNG = document.getElementById(&#8217;sourceImg&#8217;);</p>
<p>var data = IDontKnowHowToCreateThisFunction(imgPNG);   // this is where I am stuck !!!</p>
<p>var png = new PNG(data);</p>
<p>var sOut = &#8220;&#8221;;<br />
while(line = png.readLine())<br />
{<br />
	for (var x = 0; x &lt; line.length; x++){<br />
		sOut += line[x];<br />
	}<br />
}</p>
<p>Please help me to implement  the IDontKnowHowToCreateThisFunction</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Reactive Extensions for JavaScript &#8211; Event Composition by Simon Slade</title>
		<link>http://blog.calyptus.eu/seb/2010/03/rx-for-javascript/comment-page-1/#comment-183</link>
		<dc:creator>Simon Slade</dc:creator>
		<pubDate>Fri, 02 Apr 2010 06:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.calyptus.eu/?p=186#comment-183</guid>
		<description>I noticed this was written a while ago and still gets comments! I always appreciate your tips.</description>
		<content:encoded><![CDATA[<p>I noticed this was written a while ago and still gets comments! I always appreciate your tips.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HTML 5 Current Browser Support &#8211; Part 1 &#8211; Introduction by Simon Slade</title>
		<link>http://blog.calyptus.eu/seb/2009/03/html-5-current-browser-support-part-1-introduction/comment-page-1/#comment-182</link>
		<dc:creator>Simon Slade</dc:creator>
		<pubDate>Fri, 02 Apr 2010 06:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.calyptus.eu/?p=44#comment-182</guid>
		<description>Found this post through Stumbleupon, will share with others. You should add a Stumble button to your blog to make it easier to share :)</description>
		<content:encoded><![CDATA[<p>Found this post through Stumbleupon, will share with others. You should add a Stumble button to your blog to make it easier to share :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Large Object Storage for NHibernate &#8211; Part 2 &#8211; Storage Options by David Cuccia</title>
		<link>http://blog.calyptus.eu/seb/2009/03/large-object-storage-for-nhibernate-part-2-storage-options/comment-page-1/#comment-135</link>
		<dc:creator>David Cuccia</dc:creator>
		<pubDate>Sun, 18 Oct 2009 05:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.calyptus.eu/?p=70#comment-135</guid>
		<description>Great series! Can&#039;t wait to see more in, er, August?</description>
		<content:encoded><![CDATA[<p>Great series! Can&#8217;t wait to see more in, er, August?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Large Object Storage for NHibernate &#8211; Part 2 &#8211; Storage Options by wayne-o</title>
		<link>http://blog.calyptus.eu/seb/2009/03/large-object-storage-for-nhibernate-part-2-storage-options/comment-page-1/#comment-133</link>
		<dc:creator>wayne-o</dc:creator>
		<pubDate>Tue, 29 Sep 2009 17:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.calyptus.eu/?p=70#comment-133</guid>
		<description>Hey

is there anywhere else i can download the source? 

github seems to be borked :(</description>
		<content:encoded><![CDATA[<p>Hey</p>
<p>is there anywhere else i can download the source? </p>
<p>github seems to be borked :(</p>
]]></content:encoded>
	</item>
</channel>
</rss>
