<?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"
	>
<channel>
	<title>Comments for leftcolumn.net</title>
	<atom:link href="http://www.leftcolumn.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leftcolumn.net</link>
	<description>Software, productivity, and other useful stuff</description>
	<pubDate>Sun, 12 Oct 2008 00:36:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on How to manage a huge iTunes Library by Thomas Markel</title>
		<link>http://www.leftcolumn.net/2007/08/29/how-to-manage-a-huge-itunes-library/#comment-101</link>
		<dc:creator>Thomas Markel</dc:creator>
		<pubDate>Sat, 23 Aug 2008 22:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.leftcolumn.net/2007/08/29/how-to-manage-a-huge-itunes-library/#comment-101</guid>
		<description>Also for Windows try Dupe Eliminator for iTunes at http://www.markelsoft.com

If you're like most iTunes users, you probably have dozens (if not hundreds) of duplicate songs cluttering your playlists, taking up valuable space on your hard drive, and generally causing you grief.

Dupe Eliminator is an intuitive tool for Windows Vista and XP that removes all those duplicate files quickly and easily, including songs, movies, TV shows, podcasts and audiobooks.

With Dupe Eliminator, you'll never again have to manually slog through thousands of files looking for the tracks that play over and over again, or that maddening dead link to your favorite song that never works. Dupe Eliminator makes it simple to distinguish between a duplicate file and the original.

Anyone who has amassed an extensive music collection knows how difficult it is to organize all those files by hand. Who has the patience to painstakingly go through their iTunes library and remove one by one every duplicate and dead file?
Key Features of Dupe Eliminator

    * Smart Search: Smart searching allows you to precisely specify criteria for duplicates so that you never end up deleting something you wanted to save.
    * AutoClean Mode: Automatically clean your iTunes library without lifting so much as a finger.
    * Scheduled Search: Define a schedule for Dupe Eliminator to check your iTunes library when your at work, sleeping... whenever you want.
    * Audiobook Support: Eliminate your audiobook dupes.
    * Dead Tracks Eliminator: Get rid of those pesky tracks that never seem to play, as well as the "phantom" tracks that show up in your library but don't actually exist on your hard drive.
    * Determine what you want to keep: Like having more than one track of a certain song? You can keep whatever you like, and you can specify which file stays as the original and which one is marked as the duplicate.
    * UnDelete: If you make a mistake, then use UnDelete to restore the removed track(s) back to iTunes.

Who Needs Dupe Eliminator for iTunes?
You do if you've ever:

    * Been frustrated by dead or duplicate tracks in your iTunes library.
    * Wanted a quick and efficient way to organize your music files.
    * Needed an option to organize your songs, videos, audiobooks, or podcasts.</description>
		<content:encoded><![CDATA[<p>Also for Windows try Dupe Eliminator for iTunes at <a href="http://www.markelsoft.com" rel="nofollow">http://www.markelsoft.com</a></p>
<p>If you&#8217;re like most iTunes users, you probably have dozens (if not hundreds) of duplicate songs cluttering your playlists, taking up valuable space on your hard drive, and generally causing you grief.</p>
<p>Dupe Eliminator is an intuitive tool for Windows Vista and XP that removes all those duplicate files quickly and easily, including songs, movies, TV shows, podcasts and audiobooks.</p>
<p>With Dupe Eliminator, you&#8217;ll never again have to manually slog through thousands of files looking for the tracks that play over and over again, or that maddening dead link to your favorite song that never works. Dupe Eliminator makes it simple to distinguish between a duplicate file and the original.</p>
<p>Anyone who has amassed an extensive music collection knows how difficult it is to organize all those files by hand. Who has the patience to painstakingly go through their iTunes library and remove one by one every duplicate and dead file?<br />
Key Features of Dupe Eliminator</p>
<p>    * Smart Search: Smart searching allows you to precisely specify criteria for duplicates so that you never end up deleting something you wanted to save.<br />
    * AutoClean Mode: Automatically clean your iTunes library without lifting so much as a finger.<br />
    * Scheduled Search: Define a schedule for Dupe Eliminator to check your iTunes library when your at work, sleeping&#8230; whenever you want.<br />
    * Audiobook Support: Eliminate your audiobook dupes.<br />
    * Dead Tracks Eliminator: Get rid of those pesky tracks that never seem to play, as well as the &#8220;phantom&#8221; tracks that show up in your library but don&#8217;t actually exist on your hard drive.<br />
    * Determine what you want to keep: Like having more than one track of a certain song? You can keep whatever you like, and you can specify which file stays as the original and which one is marked as the duplicate.<br />
    * UnDelete: If you make a mistake, then use UnDelete to restore the removed track(s) back to iTunes.</p>
<p>Who Needs Dupe Eliminator for iTunes?<br />
You do if you&#8217;ve ever:</p>
<p>    * Been frustrated by dead or duplicate tracks in your iTunes library.<br />
    * Wanted a quick and efficient way to organize your music files.<br />
    * Needed an option to organize your songs, videos, audiobooks, or podcasts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to make TinyMCE in Drupal put icons all on one row by Kamran Zafar</title>
		<link>http://www.leftcolumn.net/2007/08/29/how-to-make-tinymce-in-drupal-put-icons-all-on-one-row/#comment-98</link>
		<dc:creator>Kamran Zafar</dc:creator>
		<pubDate>Mon, 28 Jul 2008 07:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.leftcolumn.net/2007/08/29/how-to-make-tinymce-in-drupal-put-icons-all-on-one-row/#comment-98</guid>
		<description>I searching how to put all icons in one line of tiny mce using drupal 5. Thanks putting this. There one issue in this code is that the single quotes written in array are not syntactically correct. here are they provided in correct form to just copy paste them in your "[drupal root]/modules/tinymce/plugin_reg.php" file.

Change the code from this: (with correct quotes)
$plugins['default']['theme_advanced_buttons1'] = array('bold', 'italic', 'underline', 'strikethrough', 'justifyleft', 'justifycenter', 'justifyright', 'justifyfull', 'bullist', 'numlist', 'outdent', 'indent', 'undo', 'redo', 'link', 'unlink', 'anchor');
$plugins['default']['theme_advanced_buttons2'] = array('image', 'cleanup', 'forecolor', 'backcolor', 'sup', 'sub', 'code', 'hr');
$plugins['default']['theme_advanced_buttons3'] = array('cut', 'copy', 'paste', 'visualaid', 'removeformat', 'charmap', 'help');

To this: (with correct quotes)
$plugins['default']['theme_advanced_buttons1'] = array('bold', 'italic', 'underline', 'strikethrough', 'justifyleft', 'justifycenter', 'justifyright', 'justifyfull', 'bullist', 'numlist', 'outdent', 'indent', 'undo', 'redo', 'link', 'unlink', 'anchor', 'image', 'cleanup', 'forecolor', 'backcolor', 'sup', 'sub', 'code', 'hr', 'cut', 'copy', 'paste', 'visualaid', 'removeformat', 'charmap', 'help');</description>
		<content:encoded><![CDATA[<p>I searching how to put all icons in one line of tiny mce using drupal 5. Thanks putting this. There one issue in this code is that the single quotes written in array are not syntactically correct. here are they provided in correct form to just copy paste them in your &#8220;[drupal root]/modules/tinymce/plugin_reg.php&#8221; file.</p>
<p>Change the code from this: (with correct quotes)<br />
$plugins['default']['theme_advanced_buttons1'] = array(&#8217;bold&#8217;, &#8216;italic&#8217;, &#8216;underline&#8217;, &#8217;strikethrough&#8217;, &#8216;justifyleft&#8217;, &#8216;justifycenter&#8217;, &#8216;justifyright&#8217;, &#8216;justifyfull&#8217;, &#8216;bullist&#8217;, &#8216;numlist&#8217;, &#8216;outdent&#8217;, &#8216;indent&#8217;, &#8216;undo&#8217;, &#8216;redo&#8217;, &#8216;link&#8217;, &#8216;unlink&#8217;, &#8216;anchor&#8217;);<br />
$plugins['default']['theme_advanced_buttons2'] = array(&#8217;image&#8217;, &#8216;cleanup&#8217;, &#8216;forecolor&#8217;, &#8216;backcolor&#8217;, &#8217;sup&#8217;, &#8217;sub&#8217;, &#8216;code&#8217;, &#8216;hr&#8217;);<br />
$plugins['default']['theme_advanced_buttons3'] = array(&#8217;cut&#8217;, &#8216;copy&#8217;, &#8216;paste&#8217;, &#8216;visualaid&#8217;, &#8216;removeformat&#8217;, &#8216;charmap&#8217;, &#8216;help&#8217;);</p>
<p>To this: (with correct quotes)<br />
$plugins['default']['theme_advanced_buttons1'] = array(&#8217;bold&#8217;, &#8216;italic&#8217;, &#8216;underline&#8217;, &#8217;strikethrough&#8217;, &#8216;justifyleft&#8217;, &#8216;justifycenter&#8217;, &#8216;justifyright&#8217;, &#8216;justifyfull&#8217;, &#8216;bullist&#8217;, &#8216;numlist&#8217;, &#8216;outdent&#8217;, &#8216;indent&#8217;, &#8216;undo&#8217;, &#8216;redo&#8217;, &#8216;link&#8217;, &#8216;unlink&#8217;, &#8216;anchor&#8217;, &#8216;image&#8217;, &#8216;cleanup&#8217;, &#8216;forecolor&#8217;, &#8216;backcolor&#8217;, &#8217;sup&#8217;, &#8217;sub&#8217;, &#8216;code&#8217;, &#8216;hr&#8217;, &#8216;cut&#8217;, &#8216;copy&#8217;, &#8216;paste&#8217;, &#8216;visualaid&#8217;, &#8216;removeformat&#8217;, &#8216;charmap&#8217;, &#8216;help&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New home for Undone by admin</title>
		<link>http://www.leftcolumn.net/2008/03/27/new-home-for-undone/#comment-80</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 18 Apr 2008 03:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.leftcolumn.net/2008/03/27/new-home-for-undone/#comment-80</guid>
		<description>Hi bmljenny,

Thanks for the feedback, very useful to hear how people work and what works for them! What I'll probably do is put these features in and add an item to the settings page that lets you switch on / off the due date functionality, that way if people don't want them it keeps the interface nice and simple.

Once due dates are added, there are lots of ways undone could present them to you - emailing you a daily list, for example. Also there'd be a set of pages - 'Today', 'This Week', 'This Month', and a calendar navigation gadget? Exportable calendar items would be available, probably for ical, google calendar and outlook.

Cheers!

Joe</description>
		<content:encoded><![CDATA[<p>Hi bmljenny,</p>
<p>Thanks for the feedback, very useful to hear how people work and what works for them! What I&#8217;ll probably do is put these features in and add an item to the settings page that lets you switch on / off the due date functionality, that way if people don&#8217;t want them it keeps the interface nice and simple.</p>
<p>Once due dates are added, there are lots of ways undone could present them to you - emailing you a daily list, for example. Also there&#8217;d be a set of pages - &#8216;Today&#8217;, &#8216;This Week&#8217;, &#8216;This Month&#8217;, and a calendar navigation gadget? Exportable calendar items would be available, probably for ical, google calendar and outlook.</p>
<p>Cheers!</p>
<p>Joe</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New home for Undone by bmljenny</title>
		<link>http://www.leftcolumn.net/2008/03/27/new-home-for-undone/#comment-79</link>
		<dc:creator>bmljenny</dc:creator>
		<pubDate>Fri, 18 Apr 2008 00:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.leftcolumn.net/2008/03/27/new-home-for-undone/#comment-79</guid>
		<description>I came via Jane's e-Learning pick site... I like the power and flexibility of the project/tag approach - infinite variety there.  However, for me and my projects, I'm more concerned about tying tasks and projects to a date on the calendar than to the number of hours or minutes a task will take.  I'm not billing by the hour, and I don't account for or budget my time that way.   I suppose I could use dates as tags, but that would be ugly.  I want a field for Due on X date.  That could drive features like show me what I have coming up this week, etc.  I don't know if I would want this integrated with my Outlook or Google calendar or not...  Cool product!</description>
		<content:encoded><![CDATA[<p>I came via Jane&#8217;s e-Learning pick site&#8230; I like the power and flexibility of the project/tag approach - infinite variety there.  However, for me and my projects, I&#8217;m more concerned about tying tasks and projects to a date on the calendar than to the number of hours or minutes a task will take.  I&#8217;m not billing by the hour, and I don&#8217;t account for or budget my time that way.   I suppose I could use dates as tags, but that would be ugly.  I want a field for Due on X date.  That could drive features like show me what I have coming up this week, etc.  I don&#8217;t know if I would want this integrated with my Outlook or Google calendar or not&#8230;  Cool product!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contact by We have been mentioned&#8230;</title>
		<link>http://www.leftcolumn.net/contact/#comment-78</link>
		<dc:creator>We have been mentioned&#8230;</dc:creator>
		<pubDate>Wed, 16 Apr 2008 23:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.leftcolumn.net/contact/#comment-78</guid>
		<description>[...] up an account. If you have any feedback on how we can better support learning, learners, or LMS, let us know. [...]</description>
		<content:encoded><![CDATA[<p>[...] up an account. If you have any feedback on how we can better support learning, learners, or LMS, let us know. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New home for Undone by Stacey Derbinshire</title>
		<link>http://www.leftcolumn.net/2008/03/27/new-home-for-undone/#comment-72</link>
		<dc:creator>Stacey Derbinshire</dc:creator>
		<pubDate>Thu, 27 Mar 2008 09:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.leftcolumn.net/2008/03/27/new-home-for-undone/#comment-72</guid>
		<description>I found your blog on google and read a few of your other posts.  I just added you to my Google News Reader. Keep up the good work.  Look forward to reading more from you in the future.

Stacey Derbinshire</description>
		<content:encoded><![CDATA[<p>I found your blog on google and read a few of your other posts.  I just added you to my Google News Reader. Keep up the good work.  Look forward to reading more from you in the future.</p>
<p>Stacey Derbinshire</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contact by New home for Undone</title>
		<link>http://www.leftcolumn.net/contact/#comment-71</link>
		<dc:creator>New home for Undone</dc:creator>
		<pubDate>Thu, 27 Mar 2008 08:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.leftcolumn.net/contact/#comment-71</guid>
		<description>[...] small enhancements, and there are more on the way. See our features wanted list, and use the contact form or leave a comment to suggest features [...]</description>
		<content:encoded><![CDATA[<p>[...] small enhancements, and there are more on the way. See our features wanted list, and use the contact form or leave a comment to suggest features [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to manage a huge iTunes Library by admin</title>
		<link>http://www.leftcolumn.net/2007/08/29/how-to-manage-a-huge-itunes-library/#comment-55</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 09 Feb 2008 02:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.leftcolumn.net/2007/08/29/how-to-manage-a-huge-itunes-library/#comment-55</guid>
		<description>How big is your iTunes library? It sounds like it might be too big to fit in memory. If OSX has to page the library to disk, it will slow down. Here's a few things you could try:

-Get some more RAM
-Make sure there's a couple of gig free disk space on the drive where OSX is installed
-Make sure the maintenance jobs get run, see http://www.macdevcenter.com/pub/a/mac/2003/11/21/maintenance.html 

Even a G4 should deal with a big iTunes Library ok if it has enough RAM, although one exception is when you have non-western characters in song titles etc. My old G4 used to slow right down when scrolling down a playlist with lots of Kanji titles. I haven't had the same issue on my Intel iMac, which has more RAM.

Anyway, good luck!</description>
		<content:encoded><![CDATA[<p>How big is your iTunes library? It sounds like it might be too big to fit in memory. If OSX has to page the library to disk, it will slow down. Here&#8217;s a few things you could try:</p>
<p>-Get some more RAM<br />
-Make sure there&#8217;s a couple of gig free disk space on the drive where OSX is installed<br />
-Make sure the maintenance jobs get run, see <a href="http://www.macdevcenter.com/pub/a/mac/2003/11/21/maintenance.html" rel="nofollow">http://www.macdevcenter.com/pub/a/mac/2003/11/21/maintenance.html</a> </p>
<p>Even a G4 should deal with a big iTunes Library ok if it has enough RAM, although one exception is when you have non-western characters in song titles etc. My old G4 used to slow right down when scrolling down a playlist with lots of Kanji titles. I haven&#8217;t had the same issue on my Intel iMac, which has more RAM.</p>
<p>Anyway, good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to manage a huge iTunes Library by Peter</title>
		<link>http://www.leftcolumn.net/2007/08/29/how-to-manage-a-huge-itunes-library/#comment-54</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Thu, 07 Feb 2008 17:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.leftcolumn.net/2007/08/29/how-to-manage-a-huge-itunes-library/#comment-54</guid>
		<description>Hi :) These are all good comments,but I would love to have itunes be usable with a huge playlist. For me it really isn't- it takes between 20seconds and a minute to bring the dialog box up after choosing "Get info" on a file....


/Peter</description>
		<content:encoded><![CDATA[<p>Hi <img src='http://www.leftcolumn.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> These are all good comments,but I would love to have itunes be usable with a huge playlist. For me it really isn&#8217;t- it takes between 20seconds and a minute to bring the dialog box up after choosing &#8220;Get info&#8221; on a file&#8230;.</p>
<p>/Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contact by Undone is more done</title>
		<link>http://www.leftcolumn.net/contact/#comment-41</link>
		<dc:creator>Undone is more done</dc:creator>
		<pubDate>Mon, 14 Jan 2008 02:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.leftcolumn.net/contact/#comment-41</guid>
		<description>[...] profile and it&#8217;s Feed version for some more features we&#8217;ve got planned, and use the contact form if you have any suggestions or [...]</description>
		<content:encoded><![CDATA[<p>[...] profile and it&#8217;s Feed version for some more features we&#8217;ve got planned, and use the contact form if you have any suggestions or [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
