<?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: Addressbook: An example of the Form History Pattern</title>
	<atom:link href="http://ajaxian.com/archives/addressbook-an-example-of-the-form-history-pattern/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/addressbook-an-example-of-the-form-history-pattern</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Sat, 20 Mar 2010 06:51:04 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: diroussel</title>
		<link>http://ajaxian.com/archives/addressbook-an-example-of-the-form-history-pattern/comment-page-1#comment-264409</link>
		<dc:creator>diroussel</dc:creator>
		<pubDate>Wed, 04 Jun 2008 16:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3690#comment-264409</guid>
		<description>Re: address history in Address Book on the mac.

If you have leapoard, then when you are in Address Book, just clikc on the Time Machine icon, and you can use the slider to access old addresses very easily.  Even works on searches, as you go back in time, the address bok search is updated as you go.  Very neat.</description>
		<content:encoded><![CDATA[<p>Re: address history in Address Book on the mac.</p>
<p>If you have leapoard, then when you are in Address Book, just clikc on the Time Machine icon, and you can use the slider to access old addresses very easily.  Even works on searches, as you go back in time, the address bok search is updated as you go.  Very neat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rstackhouse</title>
		<link>http://ajaxian.com/archives/addressbook-an-example-of-the-form-history-pattern/comment-page-1#comment-264361</link>
		<dc:creator>rstackhouse</dc:creator>
		<pubDate>Tue, 03 Jun 2008 15:11:50 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3690#comment-264361</guid>
		<description>Doesn&#039;t seem to work in Firefox 2 or IE 7</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t seem to work in Firefox 2 or IE 7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harald</title>
		<link>http://ajaxian.com/archives/addressbook-an-example-of-the-form-history-pattern/comment-page-1#comment-264162</link>
		<dc:creator>Harald</dc:creator>
		<pubDate>Thu, 29 May 2008 09:14:01 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3690#comment-264162</guid>
		<description>Nice tutorial, but shows (like so many javascript tutorials out there) not the best practices of unobtrusive javascript. starting with simple things like inline event handlers. With showing people onclick attributes in your code you can destroy the efforts of Keith or Heilmann to make the web a bit less obtrusive. Especially when you already include prototype which has element-observers. Tutorials always should enforce and describe best practices (or add a big-red hint: DON&#039;T do this at home)!

Is it expected that the vimeo video bleeds into the sidebar?</description>
		<content:encoded><![CDATA[<p>Nice tutorial, but shows (like so many javascript tutorials out there) not the best practices of unobtrusive javascript. starting with simple things like inline event handlers. With showing people onclick attributes in your code you can destroy the efforts of Keith or Heilmann to make the web a bit less obtrusive. Especially when you already include prototype which has element-observers. Tutorials always should enforce and describe best practices (or add a big-red hint: DON&#8217;T do this at home)!</p>
<p>Is it expected that the vimeo video bleeds into the sidebar?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pmontrasio</title>
		<link>http://ajaxian.com/archives/addressbook-an-example-of-the-form-history-pattern/comment-page-1#comment-264161</link>
		<dc:creator>pmontrasio</dc:creator>
		<pubDate>Thu, 29 May 2008 07:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3690#comment-264161</guid>
		<description>Good concept.

However I can&#039;t get my data posted at the end of the history (Now side) when I go back in time and edit-then-save a past record. Well, I&#039;m not sure that it should work like that, but this is what I expected to happen.

I guess that there is a lot to think about when starting to implement something like this, that potentially lets users create different timelines into a database.</description>
		<content:encoded><![CDATA[<p>Good concept.</p>
<p>However I can&#8217;t get my data posted at the end of the history (Now side) when I go back in time and edit-then-save a past record. Well, I&#8217;m not sure that it should work like that, but this is what I expected to happen.</p>
<p>I guess that there is a lot to think about when starting to implement something like this, that potentially lets users create different timelines into a database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jdalton</title>
		<link>http://ajaxian.com/archives/addressbook-an-example-of-the-form-history-pattern/comment-page-1#comment-264155</link>
		<dc:creator>jdalton</dc:creator>
		<pubDate>Wed, 28 May 2008 21:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3690#comment-264155</guid>
		<description>Very cool, good job :)</description>
		<content:encoded><![CDATA[<p>Very cool, good job :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tr0y</title>
		<link>http://ajaxian.com/archives/addressbook-an-example-of-the-form-history-pattern/comment-page-1#comment-264154</link>
		<dc:creator>Tr0y</dc:creator>
		<pubDate>Wed, 28 May 2008 21:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3690#comment-264154</guid>
		<description>Good UI, the markup should be less obtrusive though.</description>
		<content:encoded><![CDATA[<p>Good UI, the markup should be less obtrusive though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boodie</title>
		<link>http://ajaxian.com/archives/addressbook-an-example-of-the-form-history-pattern/comment-page-1#comment-264149</link>
		<dc:creator>boodie</dc:creator>
		<pubDate>Wed, 28 May 2008 20:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3690#comment-264149</guid>
		<description>demo is broken.</description>
		<content:encoded><![CDATA[<p>demo is broken.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eric2</title>
		<link>http://ajaxian.com/archives/addressbook-an-example-of-the-form-history-pattern/comment-page-1#comment-264145</link>
		<dc:creator>eric2</dc:creator>
		<pubDate>Wed, 28 May 2008 20:01:56 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3690#comment-264145</guid>
		<description>Not sure why you would want to keep past address but the concept I think is good. I occasionally have an app where different versions of a record must be kept. Usually I just have some sort of list of the past version. I like the concept of using a slider to move between the versions so from a UI perspective they are using the same interface they are used to using for current data.

Nice work!</description>
		<content:encoded><![CDATA[<p>Not sure why you would want to keep past address but the concept I think is good. I occasionally have an app where different versions of a record must be kept. Usually I just have some sort of list of the past version. I like the concept of using a slider to move between the versions so from a UI perspective they are using the same interface they are used to using for current data.</p>
<p>Nice work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tj111</title>
		<link>http://ajaxian.com/archives/addressbook-an-example-of-the-form-history-pattern/comment-page-1#comment-264142</link>
		<dc:creator>tj111</dc:creator>
		<pubDate>Wed, 28 May 2008 17:43:34 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3690#comment-264142</guid>
		<description>Just an FYI your missing an end quote in your href attirbute in a link in the yahoo story below, messing up your whole page layout (and not letting me comment on it).</description>
		<content:encoded><![CDATA[<p>Just an FYI your missing an end quote in your href attirbute in a link in the yahoo story below, messing up your whole page layout (and not letting me comment on it).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
