<?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: Data Binding Solution for jQuery</title>
	<atom:link href="http://rizqi.namaku.de/2008/08/data-binding-solution-for-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://rizqi.namaku.de/2008/08/data-binding-solution-for-jquery/</link>
	<description>Rizqi's Blog</description>
	<pubDate>Wed, 10 Mar 2010 14:24:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: André</title>
		<link>http://rizqi.namaku.de/2008/08/data-binding-solution-for-jquery/#comment-111</link>
		<dc:creator>André</dc:creator>
		<pubDate>Tue, 14 Jul 2009 14:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://rizqi.namaku.de/?p=17#comment-111</guid>
		<description>Hi, really nice plugin, data binding is something that must be better in DOM.

Is there an example using chain.js and html 5 storage?
I'm really interesting saving and retrieving data from browser's storage and binding to a element.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi, really nice plugin, data binding is something that must be better in <span class="caps">DOM.</span></p>
<p>Is there an example using chain.js and html 5 storage?<br />
I&#8217;m really interesting saving and retrieving data from browser&#8217;s storage and binding to a element.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc D</title>
		<link>http://rizqi.namaku.de/2008/08/data-binding-solution-for-jquery/#comment-102</link>
		<dc:creator>Marc D</dc:creator>
		<pubDate>Thu, 04 Sep 2008 17:29:40 +0000</pubDate>
		<guid isPermaLink="false">http://rizqi.namaku.de/?p=17#comment-102</guid>
		<description>This is exactly what I was looking for - a way to keep presentatation and data separate in client code, nice work!

Is there a way to clear the previously bound items -&#62; items('clear') ?

Thanks</description>
		<content:encoded><![CDATA[<p>This is exactly what I was looking for - a way to keep presentatation and data separate in client code, nice work!</p>
<p>Is there a way to clear the previously bound items -&gt; items(&#8217;clear&#8217;) ?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rizqi Ahmad</title>
		<link>http://rizqi.namaku.de/2008/08/data-binding-solution-for-jquery/#comment-101</link>
		<dc:creator>Rizqi Ahmad</dc:creator>
		<pubDate>Thu, 28 Aug 2008 18:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://rizqi.namaku.de/?p=17#comment-101</guid>
		<description>Please read the article, before posting comment about templating.</description>
		<content:encoded><![CDATA[<p>Please read the article, before posting comment about templating.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn_S</title>
		<link>http://rizqi.namaku.de/2008/08/data-binding-solution-for-jquery/#comment-100</link>
		<dc:creator>Shawn_S</dc:creator>
		<pubDate>Thu, 28 Aug 2008 16:21:31 +0000</pubDate>
		<guid isPermaLink="false">http://rizqi.namaku.de/?p=17#comment-100</guid>
		<description>There is another templating solution called jsRepeater. This solution provides hierarchical databinding, advanced alternation and recursive templates (without the need for sub templates).

Of course it's 1.) Open Source, 2.) jQuery plugin and 3.) Free

See if it might be useful for you:
http://jsrepeater.devprog.com/</description>
		<content:encoded><![CDATA[<p>There is another templating solution called jsRepeater. This solution provides hierarchical databinding, advanced alternation and recursive templates (without the need for sub templates).</p>
<p>Of course it&#8217;s 1.) Open Source, 2.) jQuery plugin and 3.) Free</p>
<p>See if it might be useful for you:<br />
<a href="http://jsrepeater.devprog.com/" rel="nofollow">http://jsrepeater.devprog.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmy</title>
		<link>http://rizqi.namaku.de/2008/08/data-binding-solution-for-jquery/#comment-99</link>
		<dc:creator>Jimmy</dc:creator>
		<pubDate>Tue, 26 Aug 2008 04:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://rizqi.namaku.de/?p=17#comment-99</guid>
		<description>I've got a post at &lt;a href="http://javascriptly.com/2008/08/a-better-javascript-template-engine/" rel="nofollow"&gt;JavaScriptly.com&lt;/a&gt; with 3 examples of binding data to table and how to create advanced custom data binding.

Hope you like it.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got a post at <a href="http://javascriptly.com/2008/08/a-better-javascript-template-engine/" rel="nofollow">JavaScriptly.com</a> with 3 examples of binding data to table and how to create advanced custom data binding.</p>
<p>Hope you like it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rizqi Ahmad</title>
		<link>http://rizqi.namaku.de/2008/08/data-binding-solution-for-jquery/#comment-98</link>
		<dc:creator>Rizqi Ahmad</dc:creator>
		<pubDate>Sat, 23 Aug 2008 00:11:36 +0000</pubDate>
		<guid isPermaLink="false">http://rizqi.namaku.de/?p=17#comment-98</guid>
		<description>Are the items still the same, or do they need to be replaced as well?
If you are having two templates, why don't you simply put it in one template, and hide or show it when necessary? Can you please be more specific and give me some code examples? Please discuss this in the google group. http://groups.google.com/group/chainjs</description>
		<content:encoded><![CDATA[<p>Are the items still the same, or do they need to be replaced as well?<br />
If you are having two templates, why don&#8217;t you simply put it in one template, and hide or show it when necessary? Can you please be more specific and give me some code examples? Please discuss this in the google group. <a href="http://groups.google.com/group/chainjs" rel="nofollow">http://groups.google.com/group/chainjs</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon B</title>
		<link>http://rizqi.namaku.de/2008/08/data-binding-solution-for-jquery/#comment-97</link>
		<dc:creator>Jon B</dc:creator>
		<pubDate>Fri, 22 Aug 2008 21:49:54 +0000</pubDate>
		<guid isPermaLink="false">http://rizqi.namaku.de/?p=17#comment-97</guid>
		<description>Hey,

I've been using chain to some really cool stuff - basically advancing the demos you have - and I love it! But I'm not convinced I'm even scratching the surface of what it is capable lol.

I have a problem tho and I can't find the answer:

Basically I do $('#tbl-body').items(items).chain();

But then I want to change remove the whole chain functionality, update the html 'template' markup dynamically (I'm doing this), and then reapply chain with a new set of items.

The bit I'm having trouble with is removing chain and the 'buffer' of content it stores behind the scenes - coz at the moment when I apply the new 'items' it is creating the right number of rows, but still using the old html 'template'.

Any ideas?</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>I&#8217;ve been using chain to some really cool stuff - basically advancing the demos you have - and I love it! But I&#8217;m not convinced I&#8217;m even scratching the surface of what it is capable lol.</p>
<p>I have a problem tho and I can&#8217;t find the answer:</p>
<p>Basically I do $(&#8217;#tbl-body&#8217;).items(items).chain();</p>
<p>But then I want to change remove the whole chain functionality, update the html &#8216;template&#8217; markup dynamically (I&#8217;m doing this), and then reapply chain with a new set of items.</p>
<p>The bit I&#8217;m having trouble with is removing chain and the &#8216;buffer&#8217; of content it stores behind the scenes - coz at the moment when I apply the new &#8216;items&#8217; it is creating the right number of rows, but still using the old html &#8216;template&#8217;.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerasimos</title>
		<link>http://rizqi.namaku.de/2008/08/data-binding-solution-for-jquery/#comment-96</link>
		<dc:creator>Gerasimos</dc:creator>
		<pubDate>Fri, 22 Aug 2008 06:49:58 +0000</pubDate>
		<guid isPermaLink="false">http://rizqi.namaku.de/?p=17#comment-96</guid>
		<description>Excellent! Thanx for that :)</description>
		<content:encoded><![CDATA[<p>Excellent! Thanx for that <img src='http://rizqi.namaku.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leo</title>
		<link>http://rizqi.namaku.de/2008/08/data-binding-solution-for-jquery/#comment-95</link>
		<dc:creator>leo</dc:creator>
		<pubDate>Thu, 21 Aug 2008 19:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://rizqi.namaku.de/?p=17#comment-95</guid>
		<description>hey,
love your plugin chain.js - the api is pretty straight-forward.
thanks for the great work and greetings from rhineland-palatine ;)
leo</description>
		<content:encoded><![CDATA[<p>hey,<br />
love your plugin chain.js - the api is pretty straight-forward.<br />
thanks for the great work and greetings from rhineland-palatine <img src='http://rizqi.namaku.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> <br />
leo</p>
]]></content:encoded>
	</item>
</channel>
</rss>
