<?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 on: Ajax Deleting</title>
	<atom:link href="http://nullisnotanobject.com/2007/01/ajax-deleting/feed/" rel="self" type="application/rss+xml" />
	<link>http://nullisnotanobject.com/2007/01/ajax-deleting/</link>
	<description></description>
	<pubDate>Thu, 09 Sep 2010 09:24:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Dave Johnson</title>
		<link>http://nullisnotanobject.com/2007/01/ajax-deleting/#comment-423</link>
		<dc:creator>Dave Johnson</dc:creator>
		<pubDate>Fri, 19 Oct 2007 19:54:36 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.nitobi.com/dave/?p=200#comment-423</guid>
		<description>thanks jake.

I need a new post on the subject I think.</description>
		<content:encoded><![CDATA[<p>thanks jake.</p>
<p>I need a new post on the subject I think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake</title>
		<link>http://nullisnotanobject.com/2007/01/ajax-deleting/#comment-422</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Fri, 19 Oct 2007 17:46:48 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.nitobi.com/dave/?p=200#comment-422</guid>
		<description>I know, I know, posting to an old article - but there's a video of undo-delete done pretty well (although with a noticeable lack of animation...weak!).

http://simpable.com/software/ditch-confirmations/</description>
		<content:encoded><![CDATA[<p>I know, I know, posting to an old article - but there&#8217;s a video of undo-delete done pretty well (although with a noticeable lack of animation&#8230;weak!).</p>
<p><a href="http://simpable.com/software/ditch-confirmations/" rel="nofollow">http://simpable.com/software/ditch-confirmations/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Thorne</title>
		<link>http://nullisnotanobject.com/2007/01/ajax-deleting/#comment-421</link>
		<dc:creator>Michael Thorne</dc:creator>
		<pubDate>Wed, 31 Jan 2007 21:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.nitobi.com/dave/?p=200#comment-421</guid>
		<description>Looks like you've been reading some of Jef Raskin's words in "The Humane Interface" - it's all about habituation and endless undo.

amazon - http://www.amazon.com/Humane-Interface-Directions-Designing-Interactive/dp/0201379376/sr=8-1/qid=1170276957/ref=pd_bbs_sr_1/102-8973219-9793712?ie=UTF8&#38;s=books

web site - http://rchi.raskincenter.org/index.php?title=Home

http://jef.raskincenter.org/humane_interface/index.html


mxt

THINK
think different
Think Open Source</description>
		<content:encoded><![CDATA[<p>Looks like you&#8217;ve been reading some of Jef Raskin&#8217;s words in &#8220;The Humane Interface&#8221; - it&#8217;s all about habituation and endless undo.</p>
<p>amazon - <a href="http://www.amazon.com/Humane-Interface-Directions-Designing-Interactive/dp/0201379376/sr=8-1/qid=1170276957/ref=pd_bbs_sr_1/102-8973219-9793712?ie=UTF8&amp;s=books" rel="nofollow">http://www.amazon.com/Humane-Interface-Directions-Designing-Interactive/dp/0201379376/sr=8-1/qid=1170276957/ref=pd_bbs_sr_1/102-8973219-9793712?ie=UTF8&amp;s=books</a></p>
<p>web site - <a href="http://rchi.raskincenter.org/index.php?title=Home" rel="nofollow">http://rchi.raskincenter.org/index.php?title=Home</a></p>
<p><a href="http://jef.raskincenter.org/humane_interface/index.html" rel="nofollow">http://jef.raskincenter.org/humane_interface/index.html</a></p>
<p>mxt</p>
<p>THINK<br />
think different<br />
Think Open Source</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Johnson</title>
		<link>http://nullisnotanobject.com/2007/01/ajax-deleting/#comment-420</link>
		<dc:creator>Dave Johnson</dc:creator>
		<pubDate>Fri, 26 Jan 2007 18:49:41 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.nitobi.com/dave/?p=200#comment-420</guid>
		<description>I think you are probably right choonkeat - I guess that is something most web application developers just don't have the time to do. very good point though.</description>
		<content:encoded><![CDATA[<p>I think you are probably right choonkeat - I guess that is something most web application developers just don&#8217;t have the time to do. very good point though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: choonkeat</title>
		<link>http://nullisnotanobject.com/2007/01/ajax-deleting/#comment-419</link>
		<dc:creator>choonkeat</dc:creator>
		<pubDate>Fri, 26 Jan 2007 12:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.nitobi.com/dave/?p=200#comment-419</guid>
		<description>Undo is possibly the only true solution for users, the others mentioned sounds like stopgap measures.

Single-level undo might be "good enough" e.g. the feature in Gmail has saved me a couple of times. Multi-level undo will really be godsend - Adobe Photoshop has proven that for years!

I've not seen undo history implemented for a web app though.</description>
		<content:encoded><![CDATA[<p>Undo is possibly the only true solution for users, the others mentioned sounds like stopgap measures.</p>
<p>Single-level undo might be &#8220;good enough&#8221; e.g. the feature in Gmail has saved me a couple of times. Multi-level undo will really be godsend - Adobe Photoshop has proven that for years!</p>
<p>I&#8217;ve not seen undo history implemented for a web app though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian LeRoux</title>
		<link>http://nullisnotanobject.com/2007/01/ajax-deleting/#comment-418</link>
		<dc:creator>Brian LeRoux</dc:creator>
		<pubDate>Fri, 26 Jan 2007 00:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.nitobi.com/dave/?p=200#comment-418</guid>
		<description>Good thoughts Dave -- totally agree w/ the timer approach.</description>
		<content:encoded><![CDATA[<p>Good thoughts Dave &#8212; totally agree w/ the timer approach.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
