<?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: Undo in web apps</title>
	<atom:link href="http://rapidsignal.com/blog/2005/09/25/undo-in-web-apps/feed/" rel="self" type="application/rss+xml" />
	<link>http://rapidsignal.com/blog/2005/09/25/undo-in-web-apps/</link>
	<description>Rapid Signal: a micro-ISV venture</description>
	<pubDate>Wed, 07 Jan 2009 01:40:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Panayotis Vryonis</title>
		<link>http://rapidsignal.com/blog/2005/09/25/undo-in-web-apps/comment-page-1/#comment-147</link>
		<dc:creator>Panayotis Vryonis</dc:creator>
		<pubDate>Sat, 01 Oct 2005 13:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://rapidsignal.com/blog/?p=105#comment-147</guid>
		<description>The real problem (IMHO) is that HTTP is session-less. When we talk about UNDO we ususally mean session-based undo.

On the other hand, you could use cookie-based sessions and SQL-based transactions to implement undo in web-based apps. Or, maybe not, I'm not sure :-)</description>
		<content:encoded><![CDATA[<p>The real problem (IMHO) is that HTTP is session-less. When we talk about UNDO we ususally mean session-based undo.</p>
<p>On the other hand, you could use cookie-based sessions and SQL-based transactions to implement undo in web-based apps. Or, maybe not, I&#8217;m not sure :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimitris Giannitsaros</title>
		<link>http://rapidsignal.com/blog/2005/09/25/undo-in-web-apps/comment-page-1/#comment-146</link>
		<dc:creator>Dimitris Giannitsaros</dc:creator>
		<pubDate>Tue, 27 Sep 2005 15:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://rapidsignal.com/blog/?p=105#comment-146</guid>
		<description>Even in desktop apps you are not always dealing with one user. Although I agree undo is usually implemented in single user programs...</description>
		<content:encoded><![CDATA[<p>Even in desktop apps you are not always dealing with one user. Although I agree undo is usually implemented in single user programs&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sica</title>
		<link>http://rapidsignal.com/blog/2005/09/25/undo-in-web-apps/comment-page-1/#comment-145</link>
		<dc:creator>Michael Sica</dc:creator>
		<pubDate>Tue, 27 Sep 2005 00:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://rapidsignal.com/blog/?p=105#comment-145</guid>
		<description>Undo on desktop apps is easier because you're only dealing with the actions of 1 user. Web apps, a whole lot more complex. 

It would be pretty cool to have an undo, but you may want to wait until version 1.1.</description>
		<content:encoded><![CDATA[<p>Undo on desktop apps is easier because you&#8217;re only dealing with the actions of 1 user. Web apps, a whole lot more complex. </p>
<p>It would be pretty cool to have an undo, but you may want to wait until version 1.1.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
