<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>mdgArt &#187; tree</title>
	<atom:link href="http://www.mdgart.com/tag/tree/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mdgart.com</link>
	<description>Art &#38; Programming</description>
	<lastBuildDate>Thu, 12 Jan 2012 11:56:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Persistent drag and drop tree with jQuery, PHP and MySQL &#8211; CRUD</title>
		<link>http://www.mdgart.com/2009/08/04/persistent-drag-and-drop-tree-with-jquery-php-and-mysql-crud/</link>
		<comments>http://www.mdgart.com/2009/08/04/persistent-drag-and-drop-tree-with-jquery-php-and-mysql-crud/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 11:07:24 +0000</pubDate>
		<dc:creator>Mauro</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[tree]]></category>

		<guid isPermaLink="false">http://www.mdgart.com/?p=89</guid>
		<description><![CDATA[Many people asked me how to implement the basic CRUD functionalities for the D&#038;D Tree, so here it is:

 Download persistentTreeCRUD.zip

I use the simpletree callback function afterDblClick for the modify functionality, and a simple jQuery click for add and delete. I also used nyroModal for the popup windows.
In this example i reload the page when [...]]]></description>
			<content:encoded><![CDATA[<p>Many people asked me how to implement the basic CRUD functionalities for the D&#038;D Tree, so here it is:</p>
<p><a href="http://www.mdgart.com/jQuery/Simple-Persistent-TreeCRUD/persistentTreeCRUD.zip"><br />
<img src="../../additional_icons/download.png" alt="download" width="48" height="48" border="0"/> Download persistentTreeCRUD.zip<br />
</a></p>
<p>I use the simpletree callback function afterDblClick for the modify functionality, and a simple jQuery click for add and delete. I also used <a href="http://nyromodal.nyrodev.com/">nyroModal</a> for the popup windows.<br />
In this example i reload the page when a CRUD operation is performed, a better implementation should use ajax to modify the tree on the fly.<br />
Is not perfect but it works <img src='http://www.mdgart.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Enjoy!</p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="mauro@ondadiluce.com" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Buy me a coffe for Persistent drag and drop tree with jQuery, PHP and MySQL - CRUD" /><input type="hidden" name="currency_code" value="EUR" /><input type="hidden" name="amount" value="1" /><input type="image" src="http://www.mdgart.com/wp-content/plugins/buy-me-beer/icon_cafe.gif" align="left" alt="Buy me a coffe" title="Buy me a coffe" hspace="3" style="border:0;" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=mauro@ondadiluce.com&amp;currency_code=EUR&amp;amount=1&amp;return=&amp;item_name=Buy+me+a+coffe+for+Persistent+drag+and+drop+tree+with+jQuery,+PHP+and+MySQL+-+CRUD" target="paypal">Donate 1 euro, buy me a coffee, I need it to write more posts! Thanks ;)</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mdgart.com/2009/08/04/persistent-drag-and-drop-tree-with-jquery-php-and-mysql-crud/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
	</channel>
</rss>

