<?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: Expandable links</title>
	<atom:link href="http://cakebaker.42dh.com/2007/03/10/expandable-links/feed/" rel="self" type="application/rss+xml" />
	<link>http://cakebaker.42dh.com/2007/03/10/expandable-links/</link>
	<description>baking cakes with CakePHP</description>
	<lastBuildDate>Sat, 13 Mar 2010 15:19:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2007/03/10/expandable-links/comment-page-1/#comment-5487</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Mon, 12 Mar 2007 16:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/03/10/expandable-links/#comment-5487</guid>
		<description>@Rollo: I don&#039;t know such an implementation, And I am not sure if it makes sense to implement it in an application as the browsers already provide this functionality when you do a right-click on a link.</description>
		<content:encoded><![CDATA[<p>@Rollo: I don&#8217;t know such an implementation, And I am not sure if it makes sense to implement it in an application as the browsers already provide this functionality when you do a right-click on a link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rollo</title>
		<link>http://cakebaker.42dh.com/2007/03/10/expandable-links/comment-page-1/#comment-5478</link>
		<dc:creator>Rollo</dc:creator>
		<pubDate>Mon, 12 Mar 2007 12:54:24 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/03/10/expandable-links/#comment-5478</guid>
		<description>This would be perfect for links!

I e clicking a link and a tiny message appears, asking you if you want it to be opened in the current window/tab or in a new.

Maybe there is something already?</description>
		<content:encoded><![CDATA[<p>This would be perfect for links!</p>
<p>I e clicking a link and a tiny message appears, asking you if you want it to be opened in the current window/tab or in a new.</p>
<p>Maybe there is something already?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2007/03/10/expandable-links/comment-page-1/#comment-5447</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Sun, 11 Mar 2007 11:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/03/10/expandable-links/#comment-5447</guid>
		<description>@GreyCells: As long as your list with commands is not too long that&#039;s a good solution ;-)

@hydeph: Yes, it is for moving individual items.

An idea for moving multiple items is to introduce a &quot;move&quot; mode. The user clicks on a button to switch to the &quot;move&quot; mode. As long as the user is in this mode, each item he selects is moved to the other list. But it depends on the concrete application whether such a mode makes sense.</description>
		<content:encoded><![CDATA[<p>@GreyCells: As long as your list with commands is not too long that&#8217;s a good solution ;-)</p>
<p>@hydeph: Yes, it is for moving individual items.</p>
<p>An idea for moving multiple items is to introduce a &#8220;move&#8221; mode. The user clicks on a button to switch to the &#8220;move&#8221; mode. As long as the user is in this mode, each item he selects is moved to the other list. But it depends on the concrete application whether such a mode makes sense.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hydeph</title>
		<link>http://cakebaker.42dh.com/2007/03/10/expandable-links/comment-page-1/#comment-5432</link>
		<dc:creator>hydeph</dc:creator>
		<pubDate>Sun, 11 Mar 2007 01:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/03/10/expandable-links/#comment-5432</guid>
		<description>I like the solution you&#039;ve come up with.  I think this works really well for individual items, but I don&#039;t think I&#039;ve seen a really elegant method for moving multiple items between lists.  It would be nice to be able to quickly select all the items I want to move maybe with a click-and-drag selection box then click a &quot;Move to Category B&quot; link.  

If anyone knows of a slick implementation of easily moving multiple items from one list to another, let me know. :)</description>
		<content:encoded><![CDATA[<p>I like the solution you&#8217;ve come up with.  I think this works really well for individual items, but I don&#8217;t think I&#8217;ve seen a really elegant method for moving multiple items between lists.  It would be nice to be able to quickly select all the items I want to move maybe with a click-and-drag selection box then click a &#8220;Move to Category B&#8221; link.  </p>
<p>If anyone knows of a slick implementation of easily moving multiple items from one list to another, let me know. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GreyCells</title>
		<link>http://cakebaker.42dh.com/2007/03/10/expandable-links/comment-page-1/#comment-5429</link>
		<dc:creator>GreyCells</dc:creator>
		<pubDate>Sat, 10 Mar 2007 23:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/03/10/expandable-links/#comment-5429</guid>
		<description>Hi Daniel

This is a great idea - mainly because I&#039;m doing a similar thing :)

For &#039;admin actions&#039; (those that are only displayed to users who have appropriate access) a small &#039;[+]&#039; sign is displayed top right of the div containing the item to be managed. When hovered over, a list expands with all the possible admin options (Edit, Move Up/Down, Move Above x, Move above y etc in an unordered list).

As we&#039;re providing admin functions from the normal user pages, the great thing about using the &#039;[+]&#039; is that it&#039;s small enough to not really mess up the rendering.

~GreyCells</description>
		<content:encoded><![CDATA[<p>Hi Daniel</p>
<p>This is a great idea &#8211; mainly because I&#8217;m doing a similar thing :)</p>
<p>For &#8216;admin actions&#8217; (those that are only displayed to users who have appropriate access) a small &#8216;[+]&#8216; sign is displayed top right of the div containing the item to be managed. When hovered over, a list expands with all the possible admin options (Edit, Move Up/Down, Move Above x, Move above y etc in an unordered list).</p>
<p>As we&#8217;re providing admin functions from the normal user pages, the great thing about using the &#8216;[+]&#8216; is that it&#8217;s small enough to not really mess up the rendering.</p>
<p>~GreyCells</p>
]]></content:encoded>
	</item>
</channel>
</rss>
