<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: The final bits of GSoC</title>
	<atom:link href="http://bitsinashortbit.wordpress.com/2007/09/16/the-final-bits-of-gsoc/feed/" rel="self" type="application/rss+xml" />
	<link>http://bitsinashortbit.wordpress.com/2007/09/16/the-final-bits-of-gsoc/</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Thu, 01 Oct 2009 08:01:28 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ajax/Javascript to Drag/Drop Sort Pages? : WordPress mu Blog Sandbox</title>
		<link>http://bitsinashortbit.wordpress.com/2007/09/16/the-final-bits-of-gsoc/#comment-352</link>
		<dc:creator>Ajax/Javascript to Drag/Drop Sort Pages? : WordPress mu Blog Sandbox</dc:creator>
		<pubDate>Sat, 16 May 2009 13:31:02 +0000</pubDate>
		<guid isPermaLink="false">http://bitsinashortbit.wordpress.com/2007/09/16/the-final-bits-of-gsoc/#comment-352</guid>
		<description>[...] A quick search revealed that I&#8217;m not the only one bothered by the lack of drag/drop Page sorting functionality in WordPress.  In 2007, a Brazilian wrote a plugin for WP that does just this during the Google Summer of Code - http://bitsinashortbit.wordpress.com/2007/09/16/the-final-bits-of-gsoc/. [...]</description>
		<content:encoded><![CDATA[<p>[...] A quick search revealed that I&#8217;m not the only one bothered by the lack of drag/drop Page sorting functionality in WordPress.  In 2007, a Brazilian wrote a plugin for WP that does just this during the Google Summer of Code &#8211; <a href="http://bitsinashortbit.wordpress.com/2007/09/16/the-final-bits-of-gsoc/" rel="nofollow">http://bitsinashortbit.wordpress.com/2007/09/16/the-final-bits-of-gsoc/</a>. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mae</title>
		<link>http://bitsinashortbit.wordpress.com/2007/09/16/the-final-bits-of-gsoc/#comment-323</link>
		<dc:creator>Mae</dc:creator>
		<pubDate>Thu, 03 Apr 2008 13:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://bitsinashortbit.wordpress.com/2007/09/16/the-final-bits-of-gsoc/#comment-323</guid>
		<description>Thanks, Bernardo! 
If I succeed I will let you know.
Cheers.</description>
		<content:encoded><![CDATA[<p>Thanks, Bernardo!<br />
If I succeed I will let you know.<br />
Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bernardops</title>
		<link>http://bitsinashortbit.wordpress.com/2007/09/16/the-final-bits-of-gsoc/#comment-322</link>
		<dc:creator>bernardops</dc:creator>
		<pubDate>Wed, 02 Apr 2008 17:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://bitsinashortbit.wordpress.com/2007/09/16/the-final-bits-of-gsoc/#comment-322</guid>
		<description>Greetings, from Brazil, Mae!

Unfortunatelly, you can&#039;t restrict the levels of nesting yet, but this feature was requested quite a few times. If you would care to implement it (shouldn&#039;t be very hard), I would gladly apply a patch.

To get the dropped row it right after it was dropped you can alter the &quot;jQuery.iNestedSortable.newCheck&quot; function in inestedsortable.js, which gets passed the dragged element. This is a &quot;hack&quot;, but you can implement something more elegant (such as calling an user defined callback on newCheck), create a patch for that and send me as well.

Good Luck!</description>
		<content:encoded><![CDATA[<p>Greetings, from Brazil, Mae!</p>
<p>Unfortunatelly, you can&#8217;t restrict the levels of nesting yet, but this feature was requested quite a few times. If you would care to implement it (shouldn&#8217;t be very hard), I would gladly apply a patch.</p>
<p>To get the dropped row it right after it was dropped you can alter the &#8220;jQuery.iNestedSortable.newCheck&#8221; function in inestedsortable.js, which gets passed the dragged element. This is a &#8220;hack&#8221;, but you can implement something more elegant (such as calling an user defined callback on newCheck), create a patch for that and send me as well.</p>
<p>Good Luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mae</title>
		<link>http://bitsinashortbit.wordpress.com/2007/09/16/the-final-bits-of-gsoc/#comment-321</link>
		<dc:creator>Mae</dc:creator>
		<pubDate>Wed, 02 Apr 2008 13:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://bitsinashortbit.wordpress.com/2007/09/16/the-final-bits-of-gsoc/#comment-321</guid>
		<description>Hi Bernardo!

This is Mae from Barcelona and I’ve been testing the Jquery plugins not for a very long time so I am quite new with it.

I need a little help with your Nested Sortable Widget plugin and I&#039;ve been trying to send my request to the JQuery mailing lists but I might be doing something wrong. Could you please help me?

 
- I need to know if I can get the row id that is being dropped in some way

- And also if I can restrict the number of possible levels where I can drop a row

 
Thank you so much!</description>
		<content:encoded><![CDATA[<p>Hi Bernardo!</p>
<p>This is Mae from Barcelona and I’ve been testing the Jquery plugins not for a very long time so I am quite new with it.</p>
<p>I need a little help with your Nested Sortable Widget plugin and I&#8217;ve been trying to send my request to the JQuery mailing lists but I might be doing something wrong. Could you please help me?</p>
<p>- I need to know if I can get the row id that is being dropped in some way</p>
<p>- And also if I can restrict the number of possible levels where I can drop a row</p>
<p>Thank you so much!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
