<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Dan Haywood</title>
	<atom:link href="http://danhaywood.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://danhaywood.com</link>
	<description>domain driven design, restful objects, apache isis, the naked objects pattern, agile and more</description>
	<lastBuildDate>Tue, 07 Feb 2012 20:41:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on CollectionUtils.transformedCollection(&#8230;) : subtlety or bug? by Cdu Indeep</title>
		<link>http://danhaywood.com/2008/08/11/collectionutils-transformedcollection-subtlety-or-bug/#comment-863</link>
		<dc:creator><![CDATA[Cdu Indeep]]></dc:creator>
		<pubDate>Tue, 07 Feb 2012 20:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://danhaywood.com/2008/08/11/collectionutils-transformedcollection-subtlety-or-bug/#comment-863</guid>
		<description><![CDATA[For those who found this article recently, use collect. Transformer is not a decorator.

http://commons.apache.org/collections/apidocs/org/apache/commons/collections/CollectionUtils.html#collect(java.util.Collection,%20org.apache.commons.collections.Transformer)]]></description>
		<content:encoded><![CDATA[<p>For those who found this article recently, use collect. Transformer is not a decorator.</p>
<p><a href="http://commons.apache.org/collections/apidocs/org/apache/commons/collections/CollectionUtils.html#collect(java.util.Collection,%20org.apache.commons.collections.Transformer)" rel="nofollow">http://commons.apache.org/collections/apidocs/org/apache/commons/collections/CollectionUtils.html#collect(java.util.Collection,%20org.apache.commons.collections.Transformer)</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQueryMobile demo app walk-thru by Popcorn245</title>
		<link>http://danhaywood.com/2012/02/01/jquerymobile-demo-app-walkthr/#comment-861</link>
		<dc:creator><![CDATA[Popcorn245]]></dc:creator>
		<pubDate>Sun, 05 Feb 2012 19:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://danhaywood.com/?p=900#comment-861</guid>
		<description><![CDATA[Lol okay after a quick trip to Google I get what your going at with the Isis. The DB for my app is all run from localstorage...]]></description>
		<content:encoded><![CDATA[<p>Lol okay after a quick trip to Google I get what your going at with the Isis. The DB for my app is all run from localstorage&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQueryMobile demo app walk-thru by danhaywood</title>
		<link>http://danhaywood.com/2012/02/01/jquerymobile-demo-app-walkthr/#comment-860</link>
		<dc:creator><![CDATA[danhaywood]]></dc:creator>
		<pubDate>Sun, 05 Feb 2012 19:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://danhaywood.com/?p=900#comment-860</guid>
		<description><![CDATA[Isis for geeks : like an ORM, but for the presentation layer rather than persistence.
Perhaps we should put that on the Isis website; then again, it&#039;s not very nuanced, so perhaps not.]]></description>
		<content:encoded><![CDATA[<p>Isis for geeks : like an ORM, but for the presentation layer rather than persistence.<br />
Perhaps we should put that on the Isis website; then again, it&#8217;s not very nuanced, so perhaps not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQueryMobile demo app walk-thru by Popcorn245</title>
		<link>http://danhaywood.com/2012/02/01/jquerymobile-demo-app-walkthr/#comment-859</link>
		<dc:creator><![CDATA[Popcorn245]]></dc:creator>
		<pubDate>Sun, 05 Feb 2012 19:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://danhaywood.com/?p=900#comment-859</guid>
		<description><![CDATA[Lol if your a noob then I must be a nub then cause I&#039;m still trying to wrap my head around the whole Isis thing. Oh and I rigged my system together with the pagebeforechange event and got it working for the most part.]]></description>
		<content:encoded><![CDATA[<p>Lol if your a noob then I must be a nub then cause I&#8217;m still trying to wrap my head around the whole Isis thing. Oh and I rigged my system together with the pagebeforechange event and got it working for the most part.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQueryMobile demo app walk-thru by danhaywood</title>
		<link>http://danhaywood.com/2012/02/01/jquerymobile-demo-app-walkthr/#comment-858</link>
		<dc:creator><![CDATA[danhaywood]]></dc:creator>
		<pubDate>Sun, 05 Feb 2012 17:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://danhaywood.com/?p=900#comment-858</guid>
		<description><![CDATA[Thanks for the nice words, and glad the post was of help.  To be honest I&#039;m still something of a noob with JS/JQ/JQM, so it was all a bit of trial and error.  I think it&#039;s not too bad as a first effort, but I&#039;m hoping that I might get a few other comments telling me how to improve the code.  All being well, at some stage we&#039;ll factor this into &lt;a href=&quot;http://incubator.apache.org/isis&quot; title=&quot;Apache Isis&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Apache Isis&lt;/a&gt;&#039; Maven archetype.
No, I haven&#039;t tried jqote2 as a templating engine, thx for the suggestion... 
Cheers
Dan]]></description>
		<content:encoded><![CDATA[<p>Thanks for the nice words, and glad the post was of help.  To be honest I&#8217;m still something of a noob with JS/JQ/JQM, so it was all a bit of trial and error.  I think it&#8217;s not too bad as a first effort, but I&#8217;m hoping that I might get a few other comments telling me how to improve the code.  All being well, at some stage we&#8217;ll factor this into <a href="http://incubator.apache.org/isis" title="Apache Isis" target="_blank" rel="nofollow">Apache Isis</a>&#8216; Maven archetype.<br />
No, I haven&#8217;t tried jqote2 as a templating engine, thx for the suggestion&#8230;<br />
Cheers<br />
Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQueryMobile demo app walk-thru by Popcorn 245</title>
		<link>http://danhaywood.com/2012/02/01/jquerymobile-demo-app-walkthr/#comment-856</link>
		<dc:creator><![CDATA[Popcorn 245]]></dc:creator>
		<pubDate>Sat, 04 Feb 2012 19:43:38 +0000</pubDate>
		<guid isPermaLink="false">http://danhaywood.com/?p=900#comment-856</guid>
		<description><![CDATA[Very well written. I have been looking for some kind of step by step to this and the jquery mobile documentation is a bit underwhelming in this subject. As far as the templating engine you are using have you tried jqote2. I migrated from tempo to jqote2 and the performance difference is measurable. The application I am working on was taking about 5-10 seconds to make transitions to pages heavier with dynamic content, whereas now, I render the page faster than the transition. Now I will be migrating away from the pagebeforehide event and to the pagebeforecreate event. Thanks again ^_^]]></description>
		<content:encoded><![CDATA[<p>Very well written. I have been looking for some kind of step by step to this and the jquery mobile documentation is a bit underwhelming in this subject. As far as the templating engine you are using have you tried jqote2. I migrated from tempo to jqote2 and the performance difference is measurable. The application I am working on was taking about 5-10 seconds to make transitions to pages heavier with dynamic content, whereas now, I render the page faster than the transition. Now I will be migrating away from the pagebeforehide event and to the pagebeforecreate event. Thanks again ^_^</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQueryMobile demo app walk-thru by 2012년 2월 4일 it 기술 동향 &#124;</title>
		<link>http://danhaywood.com/2012/02/01/jquerymobile-demo-app-walkthr/#comment-855</link>
		<dc:creator><![CDATA[2012년 2월 4일 it 기술 동향 &#124;]]></dc:creator>
		<pubDate>Sat, 04 Feb 2012 10:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://danhaywood.com/?p=900#comment-855</guid>
		<description><![CDATA[[...] jquery-mobile 데모 만들면서 따라가가기 [...]]]></description>
		<content:encoded><![CDATA[<p>[...] jquery-mobile 데모 만들면서 따라가가기 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQueryMobile demo app walk-thru by JQueryMobile demo app walk-thru &#124; Ajax &#124; Syngu</title>
		<link>http://danhaywood.com/2012/02/01/jquerymobile-demo-app-walkthr/#comment-852</link>
		<dc:creator><![CDATA[JQueryMobile demo app walk-thru &#124; Ajax &#124; Syngu]]></dc:creator>
		<pubDate>Fri, 03 Feb 2012 06:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://danhaywood.com/?p=900#comment-852</guid>
		<description><![CDATA[[...] In a previous post I showed some screenshots of the simple JQueryMobile app that is hosted by the Apache Isis‘ online demo app, demonstrating one way of using the built-in Restful API. In this post, I want to look at the JQueryMobile code in a little more detail. Even if you aren&#039;t interested in using Apache Isis, you might find it a good primer on JQueryMobile.   &#160;   &#160;Ajax     Read the original post on DZone... [...]]]></description>
		<content:encoded><![CDATA[<p>[...] In a previous post I showed some screenshots of the simple JQueryMobile app that is hosted by the Apache Isis‘ online demo app, demonstrating one way of using the built-in Restful API. In this post, I want to look at the JQueryMobile code in a little more detail. Even if you aren&#039;t interested in using Apache Isis, you might find it a good primer on JQueryMobile.   &nbsp;   &nbsp;Ajax     Read the original post on DZone&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQueryMobile on the Apache Isis&#8217; REST API by JQueryMobile demo app walk-thru « Dan Haywood &#124; Programmer Solution</title>
		<link>http://danhaywood.com/2012/01/20/jquerymobile-on-apache-isis-rest-api/#comment-846</link>
		<dc:creator><![CDATA[JQueryMobile demo app walk-thru « Dan Haywood &#124; Programmer Solution]]></dc:creator>
		<pubDate>Wed, 01 Feb 2012 23:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://danhaywood.com/?p=888#comment-846</guid>
		<description><![CDATA[[...] the previous post I showed some screenshots of the simple JQueryMobile app that is hosted by the Apache Isis‘ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] the previous post I showed some screenshots of the simple JQueryMobile app that is hosted by the Apache Isis‘ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQueryMobile demo app walk-thru by JQueryMobile on the Apache Isis&#8217; REST API &#171; Dan Haywood</title>
		<link>http://danhaywood.com/2012/02/01/jquerymobile-demo-app-walkthr/#comment-845</link>
		<dc:creator><![CDATA[JQueryMobile on the Apache Isis&#8217; REST API &#171; Dan Haywood]]></dc:creator>
		<pubDate>Wed, 01 Feb 2012 23:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://danhaywood.com/?p=900#comment-845</guid>
		<description><![CDATA[[...] Dan Haywood   domain driven design, restful objects, apache isis, the naked objects pattern, agile and more   HomeResourcesBook FAQ and&#160;ClarificationsArticlesProject&#160;IdeasViewer&#160;StoriesAbout  Twitter         &#8592; Updating Visual Studio project references from NuGet&#160;packages.config   JQueryMobile demo app&#160;walk-thru &#8594; [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Dan Haywood   domain driven design, restful objects, apache isis, the naked objects pattern, agile and more   HomeResourcesBook FAQ and&nbsp;ClarificationsArticlesProject&nbsp;IdeasViewer&nbsp;StoriesAbout  Twitter         &larr; Updating Visual Studio project references from NuGet&nbsp;packages.config   JQueryMobile demo app&nbsp;walk-thru &rarr; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

