<?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"
	>
<channel>
	<title>Comments for Ancient Programming</title>
	<atom:link href="http://www.ancientprogramming.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ancientprogramming.com</link>
	<description>What I encounter in my software part of life is in danger of being commented upon here</description>
	<pubDate>Sat, 19 May 2012 21:39:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>Comment on Drag and drop between multiple UIViews in iOS by codemonkey</title>
		<link>http://www.ancientprogramming.com/2012/04/05/drag-and-drop-between-multiple-uiviews-in-ios/#comment-289</link>
		<dc:creator>codemonkey</dc:creator>
		<pubDate>Wed, 09 May 2012 16:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.ancientprogramming.com/?p=63#comment-289</guid>
		<description>AWESOME example mate. Thanks a lot. Integrated it without a sweat into my project :)</description>
		<content:encoded><![CDATA[<p>AWESOME example mate. Thanks a lot. Integrated it without a sweat into my project <img src='http://www.ancientprogramming.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drag and drop between multiple UIViews in iOS by Jacob von Eyben</title>
		<link>http://www.ancientprogramming.com/2012/04/05/drag-and-drop-between-multiple-uiviews-in-ios/#comment-241</link>
		<dc:creator>Jacob von Eyben</dc:creator>
		<pubDate>Tue, 17 Apr 2012 19:29:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.ancientprogramming.com/?p=63#comment-241</guid>
		<description>Until I have found a better way to share the example (like a github repo or something), you can download the drag/drop files here: http://dl.dropbox.com/u/6258534/blog/download/ios/dragdrop_version_0_1.zip

The idea about the drag and drop between multiple UIViews, is that you can register a list of drop areas (list of UIViews) you can drag objects (other UIViews) on to. That means that the dragged UIView is added as subview to the drop area they are dropped on to.
If you drop your view outside a drop area, your view is transformed back to its previous valid position (the position where you started dragging it from).</description>
		<content:encoded><![CDATA[<p>Until I have found a better way to share the example (like a github repo or something), you can download the drag/drop files here: <a href="http://dl.dropbox.com/u/6258534/blog/download/ios/dragdrop_version_0_1.zip" rel="nofollow">http://dl.dropbox.com/u/6258534/blog/download/ios/dragdrop_version_0_1.zip</a></p>
<p>The idea about the drag and drop between multiple UIViews, is that you can register a list of drop areas (list of UIViews) you can drag objects (other UIViews) on to. That means that the dragged UIView is added as subview to the drop area they are dropped on to.<br />
If you drop your view outside a drop area, your view is transformed back to its previous valid position (the position where you started dragging it from).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drag and drop between multiple UIViews in iOS by Jack</title>
		<link>http://www.ancientprogramming.com/2012/04/05/drag-and-drop-between-multiple-uiviews-in-ios/#comment-236</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Sun, 15 Apr 2012 01:36:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ancientprogramming.com/?p=63#comment-236</guid>
		<description>When will you post the test project?
I just can't understand the multiView code if you can explain it again, please?

thank you, it was a great tutorial</description>
		<content:encoded><![CDATA[<p>When will you post the test project?<br />
I just can&#8217;t understand the multiView code if you can explain it again, please?</p>
<p>thank you, it was a great tutorial</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drag and drop between multiple UIViews in iOS by Jacob von Eyben</title>
		<link>http://www.ancientprogramming.com/2012/04/05/drag-and-drop-between-multiple-uiviews-in-ios/#comment-233</link>
		<dc:creator>Jacob von Eyben</dc:creator>
		<pubDate>Fri, 13 Apr 2012 07:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.ancientprogramming.com/?p=63#comment-233</guid>
		<description>I have a simple test project which contains the the code I have shown above - I will make it available for download in the next couple of days. 

Then you are free to copy and modify the code as you like.</description>
		<content:encoded><![CDATA[<p>I have a simple test project which contains the the code I have shown above - I will make it available for download in the next couple of days. </p>
<p>Then you are free to copy and modify the code as you like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drag and drop between multiple UIViews in iOS by Harold Chattaway</title>
		<link>http://www.ancientprogramming.com/2012/04/05/drag-and-drop-between-multiple-uiviews-in-ios/#comment-224</link>
		<dc:creator>Harold Chattaway</dc:creator>
		<pubDate>Wed, 11 Apr 2012 12:50:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ancientprogramming.com/?p=63#comment-224</guid>
		<description>Great example! Is there a complete project available for this that can be downloaded?

Thanks</description>
		<content:encoded><![CDATA[<p>Great example! Is there a complete project available for this that can be downloaded?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Animating the drag drop example by Ancient Programming &#187; Blog Archive &#187; Drag and drop between multiple UIViews in iOS</title>
		<link>http://www.ancientprogramming.com/2012/04/09/animating-the-drag-drop-example/#comment-213</link>
		<dc:creator>Ancient Programming &#187; Blog Archive &#187; Drag and drop between multiple UIViews in iOS</dc:creator>
		<pubDate>Mon, 09 Apr 2012 19:14:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ancientprogramming.com/?p=81#comment-213</guid>
		<description>[...] Animating the drag drop example [...]</description>
		<content:encoded><![CDATA[<p>[...] Animating the drag drop example [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drag and drop between multiple UIViews in iOS by Ancient Programming &#187; Blog Archive &#187; Animating the drag drop example</title>
		<link>http://www.ancientprogramming.com/2012/04/05/drag-and-drop-between-multiple-uiviews-in-ios/#comment-212</link>
		<dc:creator>Ancient Programming &#187; Blog Archive &#187; Animating the drag drop example</dc:creator>
		<pubDate>Mon, 09 Apr 2012 19:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ancientprogramming.com/?p=63#comment-212</guid>
		<description>[...] Drag and drop between multiple UIViews in iOS [...]</description>
		<content:encoded><![CDATA[<p>[...] Drag and drop between multiple UIViews in iOS [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drag and drop between multiple UIViews in iOS by Samuel Williams</title>
		<link>http://www.ancientprogramming.com/2012/04/05/drag-and-drop-between-multiple-uiviews-in-ios/#comment-210</link>
		<dc:creator>Samuel Williams</dc:creator>
		<pubDate>Mon, 09 Apr 2012 07:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ancientprogramming.com/?p=63#comment-210</guid>
		<description>Thanks for this fantastic example.</description>
		<content:encoded><![CDATA[<p>Thanks for this fantastic example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Best practise when handling tags and branches (using subversion) by Jacob von Eyben</title>
		<link>http://www.ancientprogramming.com/2008/03/15/best-practise-when-handling-tags-and-branches-using-subversion/#comment-104</link>
		<dc:creator>Jacob von Eyben</dc:creator>
		<pubDate>Fri, 28 May 2010 08:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ancientprogramming.com/2008/03/15/best-practise-when-handling-tags-and-branches-using-subversion/#comment-104</guid>
		<description>@Clay McCoy:
You have a point, as a specific revision can't be changed, hence is perfect as a reference to a specific version of the software.

One rinkle I found about using revisions as a unique marker of a version is that a revision is only unique inside a specific repository.
If you - like I had to do lately - migrate (dump/load) a sourcetree into an existing repository, you code will be recommitted and retrieve new revision numbers. Then you need another unique identifier (I know that a copy in the tags doesn't force uniqueness)</description>
		<content:encoded><![CDATA[<p>@Clay McCoy:<br />
You have a point, as a specific revision can&#8217;t be changed, hence is perfect as a reference to a specific version of the software.</p>
<p>One rinkle I found about using revisions as a unique marker of a version is that a revision is only unique inside a specific repository.<br />
If you - like I had to do lately - migrate (dump/load) a sourcetree into an existing repository, you code will be recommitted and retrieve new revision numbers. Then you need another unique identifier (I know that a copy in the tags doesn&#8217;t force uniqueness)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Any good maven support for Google Appengine? by SN</title>
		<link>http://www.ancientprogramming.com/2009/06/05/any-good-maven-support-for-google-appengine/#comment-99</link>
		<dc:creator>SN</dc:creator>
		<pubDate>Fri, 08 Jan 2010 16:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ancientprogramming.com/?p=29#comment-99</guid>
		<description>Vote here if you are looking for maven support in GAE
http://code.google.com/p/googleappengine/issues/detail?id=1296</description>
		<content:encoded><![CDATA[<p>Vote here if you are looking for maven support in GAE<br />
<a href="http://code.google.com/p/googleappengine/issues/detail?id=1296" rel="nofollow">http://code.google.com/p/googleappengine/issues/detail?id=1296</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

