<?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 for Sourcefusion</title>
	<atom:link href="http://sourcefusion.nl/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://sourcefusion.nl/blog</link>
	<description>Fusing information into websites and webapplications</description>
	<pubDate>Mon, 06 Sep 2010 07:44:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Drupal&#8217;s menu system - take two by donquixote</title>
		<link>http://sourcefusion.nl/blog/2008/07/drupals-menu-system-take-two/comment-page-1/#comment-10129</link>
		<dc:creator>donquixote</dc:creator>
		<pubDate>Tue, 18 May 2010 21:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.sourcefusion.nl/blog/?p=22#comment-10129</guid>
		<description>drupal menu system does always store the internal path, that is "node/123". It will only use the alias when the link is rendered.</description>
		<content:encoded><![CDATA[<p>drupal menu system does always store the internal path, that is &#8220;node/123&#8243;. It will only use the alias when the link is rendered.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drupal&#8217;s menu system - take two by helma</title>
		<link>http://sourcefusion.nl/blog/2008/07/drupals-menu-system-take-two/comment-page-1/#comment-9883</link>
		<dc:creator>helma</dc:creator>
		<pubDate>Mon, 03 May 2010 17:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.sourcefusion.nl/blog/?p=22#comment-9883</guid>
		<description>I haven't had the time to check the menu editor out, but being able to search for a node by strings inside the node, would certainly be a big improvement, even more so if the result is added to the menu as 'node/' rather than the (auto-)alias of the path. 
Over time I have developed the following strategy (based on recommendations in several Drupal docs/books/websites): references to nodes are always done to the node id. I've added the autopath module to automatically create aliases. This way my links are fine if I change the title of the node, e.g. every year I update a Page node with the upcoming convention info, changing the year in the title. I know this is debatable, but for me it works fine and I have the added benefit of links that stay current.

Hmm, this would also be great for a 'link editor', where you have a search box to find existing nodes and when selecting the one you want, the node id is added for use with the path filter module. I once saw something like this in Joomla, although I never got it to work properly (one more reason for the switch to Drupal) and in Daisy the search feature used for the menu editor, is also used for the link editor.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t had the time to check the menu editor out, but being able to search for a node by strings inside the node, would certainly be a big improvement, even more so if the result is added to the menu as &#8216;node/&#8217; rather than the (auto-)alias of the path.<br />
Over time I have developed the following strategy (based on recommendations in several Drupal docs/books/websites): references to nodes are always done to the node id. I&#8217;ve added the autopath module to automatically create aliases. This way my links are fine if I change the title of the node, e.g. every year I update a Page node with the upcoming convention info, changing the year in the title. I know this is debatable, but for me it works fine and I have the added benefit of links that stay current.</p>
<p>Hmm, this would also be great for a &#8216;link editor&#8217;, where you have a search box to find existing nodes and when selecting the one you want, the node id is added for use with the path filter module. I once saw something like this in Joomla, although I never got it to work properly (one more reason for the switch to Drupal) and in Daisy the search feature used for the menu editor, is also used for the link editor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drupal&#8217;s menu system - take two by donquixote</title>
		<link>http://sourcefusion.nl/blog/2008/07/drupals-menu-system-take-two/comment-page-1/#comment-9880</link>
		<dc:creator>donquixote</dc:creator>
		<pubDate>Mon, 03 May 2010 13:14:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.sourcefusion.nl/blog/?p=22#comment-9880</guid>
		<description>Well, with menu editor you have two things to solve these problems:
1. autocomplete for the link path, to find existing nodes.
2. if you store  or  for the path, the menu item will send you to a page where you can create a node that will be linked to the menu item.

But yes, the autocomplete does not find strings inside of nodes, it only finds node titles. Do you think a search would be a huge improvement?</description>
		<content:encoded><![CDATA[<p>Well, with menu editor you have two things to solve these problems:<br />
1. autocomplete for the link path, to find existing nodes.<br />
2. if you store  or  for the path, the menu item will send you to a page where you can create a node that will be linked to the menu item.</p>
<p>But yes, the autocomplete does not find strings inside of nodes, it only finds node titles. Do you think a search would be a huge improvement?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drupal&#8217;s menu system - take two by helma</title>
		<link>http://sourcefusion.nl/blog/2008/07/drupals-menu-system-take-two/comment-page-1/#comment-9755</link>
		<dc:creator>helma</dc:creator>
		<pubDate>Mon, 26 Apr 2010 08:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.sourcefusion.nl/blog/?p=22#comment-9755</guid>
		<description>Sorry for the delay in replying. Looking at the menu_editor it certainly improves the speed in which a menu can be created or edited. What I still miss is Daisy's functionality of quickly looking up documents (related to Drupal's nodes) right from the menu.
Example: if I want to add a Drupal node to a menu, along with it's translated counterpart, I have to jot down or memorize both node IDs and add them subsequently to new menu items. In Daisy I would click the search button and find all documents containing the string I enter. Then I select the required document and Daisy adds the ID.
BTW same goes for adding links to other Daisy documents. Something I sorely miss in Drupal.</description>
		<content:encoded><![CDATA[<p>Sorry for the delay in replying. Looking at the menu_editor it certainly improves the speed in which a menu can be created or edited. What I still miss is Daisy&#8217;s functionality of quickly looking up documents (related to Drupal&#8217;s nodes) right from the menu.<br />
Example: if I want to add a Drupal node to a menu, along with it&#8217;s translated counterpart, I have to jot down or memorize both node IDs and add them subsequently to new menu items. In Daisy I would click the search button and find all documents containing the string I enter. Then I select the required document and Daisy adds the ID.<br />
BTW same goes for adding links to other Daisy documents. Something I sorely miss in Drupal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drupal&#8217;s menu system - take two by donquixote</title>
		<link>http://sourcefusion.nl/blog/2008/07/drupals-menu-system-take-two/comment-page-1/#comment-9462</link>
		<dc:creator>donquixote</dc:creator>
		<pubDate>Thu, 01 Apr 2010 02:42:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.sourcefusion.nl/blog/?p=22#comment-9462</guid>
		<description>If you are still interested in this: I used to have the same problem, and here is the solution:
http://drupal.org/project/menu_editor
happy?

I have not seen the daisy menu editor - is there anything that would make sense to adapt?</description>
		<content:encoded><![CDATA[<p>If you are still interested in this: I used to have the same problem, and here is the solution:<br />
<a href="http://drupal.org/project/menu_editor" rel="nofollow">http://drupal.org/project/menu_editor</a><br />
happy?</p>
<p>I have not seen the daisy menu editor - is there anything that would make sense to adapt?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe&#8217;s Help Center by Alex</title>
		<link>http://sourcefusion.nl/blog/2006/12/adobes-help-center/comment-page-1/#comment-9426</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sun, 28 Mar 2010 22:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.sourcefusion.nl/?p=4#comment-9426</guid>
		<description>I ended up deleting both xml files AND the prefs file before I got AHC visible. Thanks for your article!</description>
		<content:encoded><![CDATA[<p>I ended up deleting both xml files AND the prefs file before I got AHC visible. Thanks for your article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving Drupal and Gallery2 by Shai Efrati</title>
		<link>http://sourcefusion.nl/blog/2008/08/moving-drupal-and-gallery2/comment-page-1/#comment-3290</link>
		<dc:creator>Shai Efrati</dc:creator>
		<pubDate>Sat, 27 Jun 2009 16:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.sourcefusion.nl/blog/?p=29#comment-3290</guid>
		<description>Thanks! you just saved my website!


Shai.</description>
		<content:encoded><![CDATA[<p>Thanks! you just saved my website!</p>
<p>Shai.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drupal Clean URLs on OS X Leopard by iddaa</title>
		<link>http://sourcefusion.nl/blog/2008/07/drupal-clean-urls-on-os-x-leopard/comment-page-1/#comment-828</link>
		<dc:creator>iddaa</dc:creator>
		<pubDate>Sat, 04 Apr 2009 18:06:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.sourcefusion.nl/blog/?p=26#comment-828</guid>
		<description>very nice article. thanks</description>
		<content:encoded><![CDATA[<p>very nice article. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Update to Wordpress 2.7 by Margot</title>
		<link>http://sourcefusion.nl/blog/2008/12/update-to-wordpress-27/comment-page-1/#comment-376</link>
		<dc:creator>Margot</dc:creator>
		<pubDate>Thu, 26 Feb 2009 11:29:43 +0000</pubDate>
		<guid isPermaLink="false">http://sourcefusion.nl/blog/?p=37#comment-376</guid>
		<description>I, too, are often faced with the problem and still do not know how to solve it. Perhaps you like to respond to it?</description>
		<content:encoded><![CDATA[<p>I, too, are often faced with the problem and still do not know how to solve it. Perhaps you like to respond to it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Update to Wordpress 2.7 by Carolyn</title>
		<link>http://sourcefusion.nl/blog/2008/12/update-to-wordpress-27/comment-page-1/#comment-192</link>
		<dc:creator>Carolyn</dc:creator>
		<pubDate>Thu, 05 Feb 2009 09:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://sourcefusion.nl/blog/?p=37#comment-192</guid>
		<description>I also had a lot of difficulties with the update to Wordpress 2.7, but now it all is over and I am very happy.</description>
		<content:encoded><![CDATA[<p>I also had a lot of difficulties with the update to Wordpress 2.7, but now it all is over and I am very happy.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
