<?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 Harry Tormey</title>
	<atom:link href="http://www.harrytormey.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.harrytormey.com</link>
	<description>Random thoughts and comments</description>
	<lastBuildDate>Sun, 23 May 2010 21:35:58 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Google IO day 1 by admin</title>
		<link>http://www.harrytormey.com/?p=662&#038;cpage=1#comment-3223</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 23 May 2010 21:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.harrytormey.com/?p=662#comment-3223</guid>
		<description>Yep. Am a bit slammed right now but had intended on spitting out a post about this. Things appear to be moving in a positive direction with Android and multimedia.</description>
		<content:encoded><![CDATA[Yep. Am a bit slammed right now but had intended on spitting out a post about this. Things appear to be moving in a positive direction with Android and multimedia.]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google IO day 1 by Ishan</title>
		<link>http://www.harrytormey.com/?p=662&#038;cpage=1#comment-3222</link>
		<dc:creator>Ishan</dc:creator>
		<pubDate>Thu, 20 May 2010 17:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.harrytormey.com/?p=662#comment-3222</guid>
		<description>Have you noticed the Android audio session on day 2? http://code.google.com/events/io/2010/sessions/android-audio-techniques.html</description>
		<content:encoded><![CDATA[Have you noticed the Android audio session on day 2? <a href="http://code.google.com/events/io/2010/sessions/android-audio-techniques.html" rel="nofollow">http://code.google.com/events/io/2010/sessions/android-audio-techniques.html</a>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google IO day 1 by Ishan</title>
		<link>http://www.harrytormey.com/?p=662&#038;cpage=1#comment-3221</link>
		<dc:creator>Ishan</dc:creator>
		<pubDate>Thu, 20 May 2010 17:19:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.harrytormey.com/?p=662#comment-3221</guid>
		<description>Nice summary. Regarding sessions, seems like there were a lot of full sessions for the HTML5 and Chrome ones I was going to: http://twitter.com/ianand/status/14318459775 ,  http://twitter.com/ianand/status/14318337755 . I wasn&#039;t even able to get into a Chrome session http://twitter.com/ianand/status/14316123882 . The one enterprise session I went to was pretty empty.</description>
		<content:encoded><![CDATA[Nice summary. Regarding sessions, seems like there were a lot of full sessions for the HTML5 and Chrome ones I was going to: <a href="http://twitter.com/ianand/status/14318459775" rel="nofollow">http://twitter.com/ianand/status/14318459775</a> ,  <a href="http://twitter.com/ianand/status/14318337755" rel="nofollow">http://twitter.com/ianand/status/14318337755</a> . I wasn&#8217;t even able to get into a Chrome session <a href="http://twitter.com/ianand/status/14316123882" rel="nofollow">http://twitter.com/ianand/status/14316123882</a> . The one enterprise session I went to was pretty empty.]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google IO day 1 by Rose</title>
		<link>http://www.harrytormey.com/?p=662&#038;cpage=1#comment-3220</link>
		<dc:creator>Rose</dc:creator>
		<pubDate>Thu, 20 May 2010 05:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.harrytormey.com/?p=662#comment-3220</guid>
		<description>Thanks for the interesting recap. I&#039;ve been reading other thoughts on the first day of I/O and it seems like there has been lots of venting directly to the Google teams. It will be great to see what feedback they gather from these two days and how they will address them in the upcoming months.</description>
		<content:encoded><![CDATA[Thanks for the interesting recap. I&#8217;ve been reading other thoughts on the first day of I/O and it seems like there has been lots of venting directly to the Google teams. It will be great to see what feedback they gather from these two days and how they will address them in the upcoming months.]]></content:encoded>
	</item>
	<item>
		<title>Comment on Appending an Image to a Note with the Snaptic API. by Tyler</title>
		<link>http://www.harrytormey.com/?p=613&#038;cpage=1#comment-3189</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Sat, 08 May 2010 18:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.harrytormey.com/?p=613#comment-3189</guid>
		<description>Harry - How would I then pull an image back out from a note? I attempted:<br /><br />...&lt;br /&gt;        File imgFile = null;&lt;br /&gt;        List images = new ArrayList();&lt;br /&gt;        for(SnapticNote n : notes){&lt;br /&gt;           returnCode = mApi.getImage(n.id, imgFile);&lt;br /&gt;           images.add(imgFile);&lt;br /&gt;        }&lt;br /&gt;        &lt;br /&gt;But my getImage call seems to be failing when I dispaly returnCode.. Is that not the correct way to get an image? Is there a different ID I should be referencing?<br /><br />Thanks!</description>
		<content:encoded><![CDATA[Harry &#8211; How would I then pull an image back out from a note? I attempted:<br /><br />&#8230;<br />        File imgFile = null;<br />        List images = new ArrayList();<br />        for(SnapticNote n : notes){<br />           returnCode = mApi.getImage(n.id, imgFile);<br />           images.add(imgFile);<br />        }<br />        <br />But my getImage call seems to be failing when I dispaly returnCode.. Is that not the correct way to get an image? Is there a different ID I should be referencing?<br /><br />Thanks!]]></content:encoded>
	</item>
	<item>
		<title>Comment on Developing an Android application using the Snaptic API by Appending an Image to a Note with the Snaptic API. &#171; Harry Tormey</title>
		<link>http://www.harrytormey.com/?p=586&#038;cpage=1#comment-3183</link>
		<dc:creator>Appending an Image to a Note with the Snaptic API. &#171; Harry Tormey</dc:creator>
		<pubDate>Fri, 07 May 2010 02:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.harrytormey.com/?p=586#comment-3183</guid>
		<description>[...] how to append an image to a note created using the Snaptic API. In this post I will expand on the example in my previous post and show you how to append an image loaded from your Android phones SD [...]</description>
		<content:encoded><![CDATA[[...] how to append an image to a note created using the Snaptic API. In this post I will expand on the example in my previous post and show you how to append an image loaded from your Android phones SD [...]]]></content:encoded>
	</item>
	<item>
		<title>Comment on Developing an Android application using the Snaptic API by Amanda</title>
		<link>http://www.harrytormey.com/?p=586&#038;cpage=1#comment-3175</link>
		<dc:creator>Amanda</dc:creator>
		<pubDate>Wed, 05 May 2010 01:16:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.harrytormey.com/?p=586#comment-3175</guid>
		<description>:) Sorry - Nevermind, I didn&#039;t follow instructions well enough. All set!</description>
		<content:encoded><![CDATA[ <img src='http://www.harrytormey.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Sorry &#8211; Nevermind, I didn&#8217;t follow instructions well enough. All set!]]></content:encoded>
	</item>
	<item>
		<title>Comment on Developing an Android application using the Snaptic API by Amanda</title>
		<link>http://www.harrytormey.com/?p=586&#038;cpage=1#comment-3174</link>
		<dc:creator>Amanda</dc:creator>
		<pubDate>Wed, 05 May 2010 00:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.harrytormey.com/?p=586#comment-3174</guid>
		<description>Hello Harry - Thank you for the tutorial. I followed the steps above, and am receiving only 1 error that is preventing me from compiling:<br /><br />The import org.apache.commons.codec cannot be resolved&lt;br /&gt;-&gt; Base64 cannot be resolved<br /><br />I have ensured that I imported the commons-codec-1.4.jar file correctly, and I see the class file import org.apache.commons.codec.binary.Base64; so I am not sure what could be wrong!<br /><br />Would appreciate any help you might have to offer.<br /><br />Amanda</description>
		<content:encoded><![CDATA[Hello Harry &#8211; Thank you for the tutorial. I followed the steps above, and am receiving only 1 error that is preventing me from compiling:<br /><br />The import org.apache.commons.codec cannot be resolved<br />-&gt; Base64 cannot be resolved<br /><br />I have ensured that I imported the commons-codec-1.4.jar file correctly, and I see the class file import org.apache.commons.codec.binary.Base64; so I am not sure what could be wrong!<br /><br />Would appreciate any help you might have to offer.<br /><br />Amanda]]></content:encoded>
	</item>
	<item>
		<title>Comment on First thoughts on the IPad by David C</title>
		<link>http://www.harrytormey.com/?p=571&#038;cpage=1#comment-3098</link>
		<dc:creator>David C</dc:creator>
		<pubDate>Sun, 11 Apr 2010 15:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.harrytormey.com/?p=571#comment-3098</guid>
		<description>It&#039;s 680grams, ipod touch is 115grams nearly 6x heavier. Vaio P is lighter.</description>
		<content:encoded><![CDATA[It&#8217;s 680grams, ipod touch is 115grams nearly 6x heavier. Vaio P is lighter.]]></content:encoded>
	</item>
	<item>
		<title>Comment on HelloPylons: A hello world example for Facebook using Pylons and PyFacebook by JqueryTwitter: A simple Twitter Pylons example using Jquery and python-twitter &#171; Harry Tormey</title>
		<link>http://www.harrytormey.com/?p=535&#038;cpage=1#comment-2142</link>
		<dc:creator>JqueryTwitter: A simple Twitter Pylons example using Jquery and python-twitter &#171; Harry Tormey</dc:creator>
		<pubDate>Sun, 04 Oct 2009 15:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.harrytormey.com/?p=535#comment-2142</guid>
		<description>[...] the excellent freely available pylons book and or that you know your way around Pylons. Unlike my facebook example this demo should serve straight out of the box (after you serve up development.ini with paster [...]</description>
		<content:encoded><![CDATA[[...] the excellent freely available pylons book and or that you know your way around Pylons. Unlike my facebook example this demo should serve straight out of the box (after you serve up development.ini with paster [...]]]></content:encoded>
	</item>
</channel>
</rss>
