<?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: How to Mimic the iGoogle Interface</title>
	<atom:link href="http://net.tutsplus.com/tutorials/javascript-ajax/inettuts/feed/" rel="self" type="application/rss+xml" />
	<link>http://net.tutsplus.com/tutorials/javascript-ajax/inettuts/</link>
	<description>Web Development &#38; Design Tutorials</description>
	<lastBuildDate>Sat, 21 Nov 2009 18:53:09 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Admin-Bereich: Neues Menü + Dashboard (CMS)</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/inettuts/#comment-131627</link>
		<dc:creator>Admin-Bereich: Neues Menü + Dashboard (CMS)</dc:creator>
		<pubDate>Sun, 15 Nov 2009 14:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=1794#comment-131627</guid>
		<description>[...] Da das schön mit AJAX sein soll, können wir nicht alles selbst entwickeln. Dafür habe ich hier ein schönes Tutorial mit Sourcecode gefunden. Das habe ich noch ein bisschen abgeändert, so dass [...]</description>
		<content:encoded><![CDATA[<p>[...] Da das schön mit AJAX sein soll, können wir nicht alles selbst entwickeln. Dafür habe ich hier ein schönes Tutorial mit Sourcecode gefunden. Das habe ich noch ein bisschen abgeändert, so dass [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ranga</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/inettuts/#comment-128286</link>
		<dc:creator>Ranga</dc:creator>
		<pubDate>Sat, 07 Nov 2009 17:37:02 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=1794#comment-128286</guid>
		<description>Amazing... Excellent...

Even though i already got a drag drop panel using jq. 

The customization is awsome...

Thanks james................</description>
		<content:encoded><![CDATA[<p>Amazing&#8230; Excellent&#8230;</p>
<p>Even though i already got a drag drop panel using jq. </p>
<p>The customization is awsome&#8230;</p>
<p>Thanks james&#8230;&#8230;&#8230;&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bcmoney</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/inettuts/#comment-122732</link>
		<dc:creator>bcmoney</dc:creator>
		<pubDate>Fri, 23 Oct 2009 14:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=1794#comment-122732</guid>
		<description>You need to rebind the DOM, a common problem. Add the following to the bottom of the insertWidget method:

iNettuts.init();

The problem I found with this approach is that every time a new widget is added, the DOM gets re-binded, meaning that we end up with many EDIT CLOSE COLLAPSE boxes in the top header of the widget, and you can only successfully insert a max of 1 widget until things go wrong.

The solution to this could be to change the code in iNetTuts.js to use a more intelligent check to determine whether it should perform &quot;insertAfter&quot; on the boxes or not... maybe we can use replaceWith if the DOM was already re-bound?

Another approach might be Event Delegation:
http://lab.distilldesign.com/event-delegation/

If anyone thinks up another solution plz share with the group...</description>
		<content:encoded><![CDATA[<p>You need to rebind the DOM, a common problem. Add the following to the bottom of the insertWidget method:</p>
<p>iNettuts.init();</p>
<p>The problem I found with this approach is that every time a new widget is added, the DOM gets re-binded, meaning that we end up with many EDIT CLOSE COLLAPSE boxes in the top header of the widget, and you can only successfully insert a max of 1 widget until things go wrong.</p>
<p>The solution to this could be to change the code in iNetTuts.js to use a more intelligent check to determine whether it should perform &#8220;insertAfter&#8221; on the boxes or not&#8230; maybe we can use replaceWith if the DOM was already re-bound?</p>
<p>Another approach might be Event Delegation:<br />
<a href="http://lab.distilldesign.com/event-delegation/" rel="nofollow">http://lab.distilldesign.com/event-delegation/</a></p>
<p>If anyone thinks up another solution plz share with the group&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders Tillebeck</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/inettuts/#comment-121364</link>
		<dc:creator>Anders Tillebeck</dc:creator>
		<pubDate>Wed, 21 Oct 2009 12:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=1794#comment-121364</guid>
		<description>Thanks! Great tutorial.

Only one thing to the wish list...
How to reinsert the elements that the user removed (seen as dropdown on other pages).</description>
		<content:encoded><![CDATA[<p>Thanks! Great tutorial.</p>
<p>Only one thing to the wish list&#8230;<br />
How to reinsert the elements that the user removed (seen as dropdown on other pages).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heba</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/inettuts/#comment-119843</link>
		<dc:creator>Heba</dc:creator>
		<pubDate>Sun, 18 Oct 2009 14:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=1794#comment-119843</guid>
		<description>Just wanted to ask if someone has tried merging blueprint css with inettuts.

Would really appreciate the help.</description>
		<content:encoded><![CDATA[<p>Just wanted to ask if someone has tried merging blueprint css with inettuts.</p>
<p>Would really appreciate the help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/inettuts/#comment-117484</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sun, 11 Oct 2009 17:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=1794#comment-117484</guid>
		<description>Pretty Awsome!</description>
		<content:encoded><![CDATA[<p>Pretty Awsome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Mimic the iGoogle Interface &#8211; Nettuts+ &#124; My Web Development Bookmarks</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/inettuts/#comment-117285</link>
		<dc:creator>How to Mimic the iGoogle Interface &#8211; Nettuts+ &#124; My Web Development Bookmarks</dc:creator>
		<pubDate>Sun, 11 Oct 2009 02:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=1794#comment-117285</guid>
		<description>[...] Follow this link: How to Mimic the iGoogle Interface &#8211; Nettuts+ [...]</description>
		<content:encoded><![CDATA[<p>[...] Follow this link: How to Mimic the iGoogle Interface &#8211; Nettuts+ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zzk</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/inettuts/#comment-116073</link>
		<dc:creator>zzk</dc:creator>
		<pubDate>Wed, 07 Oct 2009 11:21:39 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=1794#comment-116073</guid>
		<description>perfect tutorial..</description>
		<content:encoded><![CDATA[<p>perfect tutorial..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nazir</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/inettuts/#comment-115609</link>
		<dc:creator>Nazir</dc:creator>
		<pubDate>Tue, 06 Oct 2009 04:25:52 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=1794#comment-115609</guid>
		<description>Thank you, a lot!  God Bless You!</description>
		<content:encoded><![CDATA[<p>Thank you, a lot!  God Bless You!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mat</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/inettuts/#comment-114013</link>
		<dc:creator>Mat</dc:creator>
		<pubDate>Thu, 01 Oct 2009 16:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=1794#comment-114013</guid>
		<description>Have you figured out how to fix this.  It seems that after a box is moved it reload it.</description>
		<content:encoded><![CDATA[<p>Have you figured out how to fix this.  It seems that after a box is moved it reload it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 2/7 queries in 0.009 seconds using memcached
Content Delivery Network via 

Served from: psdtutsplus.com @ 2009-11-21 11:13:56 -->