<?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>Tagamac &#187; advice</title>
	<atom:link href="http://tagamac.com/tags/advice/feed/" rel="self" type="application/rss+xml" />
	<link>http://tagamac.com</link>
	<description>simple mac tagging</description>
	<lastBuildDate>Fri, 05 Feb 2010 16:26:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>In search of a scratchpad, part two</title>
		<link>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2009%2F09%2Fscratchpad_part2%2F&#038;seed_title=In+search+of+a+scratchpad%2C+part+two</link>
		<comments>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2009%2F09%2Fscratchpad_part2%2F&#038;seed_title=In+search+of+a+scratchpad%2C+part+two#comments</comments>
		<pubDate>Wed, 09 Sep 2009 04:07:06 +0000</pubDate>
		<dc:creator>Ian Beck</dc:creator>
				<category><![CDATA[Mac tagging]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[custom solution]]></category>
		<category><![CDATA[tagging]]></category>

		<guid isPermaLink="false">http://tagamac.com/?p=457</guid>
		<description><![CDATA[As I discussed in the first part of this series, I often come across information while at work that I want to save or act on later while on my own time (or vice versa). In an attempt to address this need, I set up a personal scratchpad using Together. Sadly, though Together offered some [...]]]></description>
			<content:encoded><![CDATA[<p>As I discussed in the <a href="http://tagamac.com/2008/12/scratchpad_part1/">first part of this series</a>, I often come across information while at work that I want to save or act on later while on my own time (or vice versa).  In an attempt to address this need, I set up a personal scratchpad using <a href="http://reinventedsoftware.com/together/">Together</a>.  Sadly, though Together offered some fantastic advantages, its incredibly spotty synchronization with MobileMe eventually convinced me to abandon it in favor of something a bit more involved.</p>
<p><img class="right noborder" src="http://tagamac.com/wp-content/uploads/2007/09/voodoopad.jpg" alt="VoodooPad" />The second solution I turned to, and the one that I have been using and fine-tuning for the last eight months, was <a href="http://flyingmeat.com/voodoopad/">VoodooPad</a>.  Despite some unique drawbacks of its own, VoodooPad offers near-perfect synchronization, a daily log that far surpasses Together&#8217;s in usefulness, and the ability to append text to practically anything.  The only downside is that VoodooPad is less flexible about what it can store (and how you can retrieve that info later) because everything is text-based whereas in Together you can toss whatever you want into your scratchpad, be it a PDF, image, bookmark, etc.<span id="more-457"></span></p>
<h4>Components</h4>
<p>To setup your own scratchpad using VoodooPad, you&#8217;ll need three things:</p>
<ul>
<li><strong>VoodooPad 4.2+</strong>; the lite version just won&#8217;t cut the mustard, and as of 4.2 the Pro version is rather anachronistic</li>
<li><a href="http://obdev.at/products/launchbar/">LaunchBar</a>, <a href="http://www.blacktree.com/">Quicksilver</a>, <a href="http://www.red-sweater.com/fastscripts/">FastScripts</a>, or some other easy way to invoke Applescripts</li>
<li>The <a href="http://onecrayon.com/downloads/scratchpad_template.zip">Scratchpad Template</a> (that&#8217;s a download link)</li>
</ul>
<p>If you wish to synchronize your scratchpad between multiple computers, you&#8217;ll also need MobileMe or any other WebDAV-based server.</p>
<p>Installation instructions are included with the scratchpad template; the key thing to remember is that your scratchpad has to be open in VoodooPad and be the only document with the word &#8220;scratchpad&#8221; (case insensitive) somewhere in the document&#8217;s name or the Applescripts won&#8217;t work.</p>
<h4>What it does</h4>
<p>The scratchpad uses enriched plain text to accomplish its organizational goals.  Similar to <a href="http://www.hogbaysoftware.com/products/taskpaper">TaskPaper</a>, all of the text you enter in the scratchpad is without formatting of any kind.  However, thanks to VoodooPad&#8217;s automatic linking of terms associated with a document page the text is enriched with links that lead you to various useful, automatically generated pages.  (It&#8217;s worth noting that VoodooPad does support rich text; the scratchpad defaults to plain text because plain text is more portable if you decide to change scratchpad solutions and is also easier to export for the web.  You can definitely switch the scratchpad to rich text if you like, but it&#8217;s untested.)</p>
<p>The most basic idea for the scratchpad is the textual tag.  A textual tag is nothing more than a VoodooPad link, but the page it links to is special: it automatically collects all of the lines in the document that contain the page&#8217;s title and displays them in a list.  This is a handy way to gather data from across the document without needing to do any work on your part.  For instance, I create a textual tag for every one of my clients, so that when I need to review all the daily log entries associated with them I just click the client name in a recent log entry and am instantly provided with every other log entry for that client.  You could also use textual tags similar to the way TaskPaper does and organize tasks with them.</p>
<p>A handy way to automatically create textual tags is to use any word prefaced by an @ symbol when using the daily log or quick note Applescripts (for example, &#8220;@today&#8221;).  These will automatically be converted to textual tags (if they don&#8217;t already exist) without any work on your part.</p>
<p>There are other special scratchpad pages, as well: any page (including auto-generated pages) can be designated an inbox, which allows you to append information to it using the quick note Applescript; you can create index pages for listing tag pages, logs, etc.; and composite pages gather the full contents of other pages and display them in a long list (useful if you want to view all of the daily logs for a given month, for instance).</p>
<p>These special pages are all created the same way: you just add a new page to the document like you normally would (typically by selecting some text and choosing <strong>Edit &rarr; Make Link</strong>), and then attach a special Voodoopad page tag to the page.  A VoodooPad page tag, unlike a textual tag, is applied to an entire page using the VoodooPad palettes.  You can feel free to use VoodooPad&#8217;s page tags however you wish as long as you only use reserved tags like &#8220;tag&#8221;, &#8220;inbox&#8221;, and &#8220;composite&#8221; to designate special scratchpad pages.</p>
<p>Once you&#8217;ve added one of the special page tags to a page, the auto-generation script will populate the page contents the next time you open it.  There are also several meta keys you can use to customize what is displayed on a given page, the order of items, and so forth.  Full documentation is available within the scratchpad itself.</p>
<h4>How I use it</h4>
<p>Unlike my Together scratchpad of yore with its handy shelf, I interact with my VoodooPad scratchpad almost exclusively through Applescripts invoked via LaunchBar.  When I finish a task or have something else that I want to log as a timestamped note, I hit control-space to open LaunchBar, type &#8220;dl&#8221; (for Daily Log), hit space, type my log entry, and hit enter to save it.  VoodooPad typically is running in the background, so the whole operation takes a few seconds at most.</p>
<p>If I find a link or something else I want to save, I copy it, invoke LaunchBar, type &#8220;QN&#8221; for Quick Note, hit space, and paste in the URL or type whatever note it is that I want to save.  I then hit enter, choose from the list of inboxes that the Applescript provides me with, and when I&#8217;m on my personal computer I can then check those inboxes to see if there&#8217;s anything I need to process.</p>
<p>I rarely use the automatically generated textual tags (although I thought I would originally) because I much prefer the clean @-less textual tags that I create by hand (which additionally can include space characters and so forth).</p>
<h4>Additional deliciousness</h4>
<p>Though my main usage of my scratchpad has tended over time to focus a lot on daily logs and&mdash;to a lesser extent&mdash;noting URLs or things I want to think about/remember when not at work, you can easily use your scratchpad in more interesting ways.  For instance, the web export system is setup to automatically generate a nice-looking version of the scratchpad, including well-formatted daily logs, with everything else formatted using <a href="http://daringfireball.net/projects/markdown/">Markdown</a> if you want to share it with someone.</p>
<p>Setting up a TaskPaper-like task manager would not be particularly difficult, either, since you can specify tag pages to be inboxes as well as tags (useful if you want to track quick notes right alongside relevant daily log entries, for instance).</p>
<p>I&#8217;m sure folks will come up with their own unique usages, too; I&#8217;ve tried to keep things flexible and simple enough that it can appeal to numerous different workflows. The page auto-generation and web exporting is controlled by a pair of reasonably simple Python scripts and a page that controls the web export template, so those should be easy to modify or tweak if you so desire and are comfortable with Python.</p>
<h4>Caveats and downsides</h4>
<p>Overall, I&#8217;ve been extremely happy with my VoodooPad scratchpad.  Certainly it isn&#8217;t as flexible as Together, but it&#8217;s also been far more stable.  However, it is not without downsides:</p>
<ul>
<li>Because auto-generated pages are only refreshed when you open the page, things can quickly get out of date if you leave pages open.  Currently the only way to update every page in the document is to do a web export.</li>
<li>As your scratchpad grows larger, opening auto-generated pages will grow slower.  Mine is eight months old with hundreds of pages and still moving pretty snappy, but the slowdown is inevitable thanks to the way that I have to parse through every page in order to autogenerate others.</li>
<li>The Quick Note Applescript relies on your inbox index page being up-to-date; sadly there is no way to request all pages in a tag from VoodooPad via Applescript, so you&#8217;ll need to close and reopen your inbox index whenever you create a new inbox.</li>
<li>The lack of easy-to-define smart pages or collections is also unfortunate, although I&#8217;ve found the meta-information based approach to work reasonably well for me.</li>
</ul>
<h4>Make it your own</h4>
<p>I&#8217;m providing this template because I&#8217;ve found having a digital scratchpad that I can easily sync among multiple computers to be extremely handy.  If you end up using it, I&#8217;d <a href="http://tagamac.com/contact/">love to hear</a> how you find it useful or limiting!  I&#8217;ll definitely be updating the scripts and so forth as I continue to use and refine it myself, and I&#8217;ll share any significant improvements (updating will likely be a matter of copying and pasting a couple of pages into your personal scratchpad and maybe updating the Applescripts).</p>
<p>Good luck, and enjoy the scratchpad!</p>
<p><strong>Resources for the scratchpad:</strong></p>
<ul>
<li><a href="http://flyingmeat.com/voodoopad/">VoodooPad</a></li>
<li><a href="http://onecrayon.com/downloads/scratchpad_template.zip">The Scratchpad Template</a></li>
<li><a href="http://www.obdev.com/products/launchbar/">LaunchBar</a>, <a href="http://code.google.com/p/blacktree-alchemy/">Quicksilver</a>, or <a href="http://www.red-sweater.com/fastscripts/">FastScripts</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2009%2F09%2Fscratchpad_part2%2F&#038;seed_title=In+search+of+a+scratchpad%2C+part+two/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>In search of a scratchpad, part one</title>
		<link>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2008%2F12%2Fscratchpad_part1%2F&#038;seed_title=In+search+of+a+scratchpad%2C+part+one</link>
		<comments>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2008%2F12%2Fscratchpad_part1%2F&#038;seed_title=In+search+of+a+scratchpad%2C+part+one#comments</comments>
		<pubDate>Wed, 03 Dec 2008 17:11:03 +0000</pubDate>
		<dc:creator>Ian Beck</dc:creator>
				<category><![CDATA[Mac tagging]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[custom solution]]></category>
		<category><![CDATA[tagging]]></category>

		<guid isPermaLink="false">http://tagamac.com/?p=368</guid>
		<description><![CDATA[One of the key problems I face every day is that I have two computers, one brain, and a tendency to forget things. Perhaps while at work I&#8217;ll see a link on Twitter that I&#8217;d like to read on my lunch break but which skips my mind once lunch rolls around. Or maybe I forget [...]]]></description>
			<content:encoded><![CDATA[<p>One of the key problems I face every day is that I have two computers, one brain, and a tendency to forget things.  Perhaps while at work I&#8217;ll see a link on <a href="http://twitter.com/ianbeck/">Twitter</a> that I&#8217;d like to read on my lunch break but which skips my mind once lunch rolls around.  Or maybe I forget to fill out my timesheet details and the next day have trouble remembering what exactly I did all day.  Sometimes I&#8217;ll be off work and see a program that I definitely want to remember to install on my work computer only to start work the next day oblivious.  How do I track such minor details without wasting time or brain space?  The answer, I&#8217;ve decided, is that I need a scratchpad: somewhere that I can quickly toss ideas, URLs, and thoughts that will be synchronized between my computers and contains some simple organizational scheme to allow me to easily identify what needs attention.</p>
<p><img class="right noborder" src="http://tagamac.com/wp-content/uploads/2007/11/together.jpg" alt="Together" />For the past few weeks I have been investigating software that might serve me as a scratchpad.  Although I have not yet developed the perfect solution, I would like to share my first, somewhat flawed solution using <a href="http://reinventedsoftware.com/together/">Together</a> from Reinvented Software.  Together gets almost everything exactly right, but falls short for me thanks to the buggy and error-prone synchronization of <a href="http://www.apple.com/mobileme/">MobileMe</a>.  Despite the shortcomings of its synchronization, however, setting up a scratchpad in Together is extremely easy and for people who don&#8217;t rely on synchronization (or perhaps just have better luck with MobileMe sync services than I) Together is an excellent choice for a scratchpad.<span id="more-368"></span></p>
<p><strong>Update Sept. 2009:</strong> at long last I&#8217;ve published <a href="http://tagamac.com/2009/09/scratchpad_part2/">part two</a> of this series describing my VoodooPad-based solution.  Check it out!</p>
<h4>Parts of the goal</h4>
<p>When I set out to build myself a scratchpad I had two things I wanted:</p>
<ol>
<li>Easy storage, synchronization, and retrieval of info</li>
<li>A daily log</li>
</ol>
<p>The first is well covered by Together&#8217;s built-in tools for capturing files and so forth, complemented by some simple tag-based organizing and a couple of smart folders.</p>
<p>The second required a bit more custom work.  The idea of keeping a daily log is one that I first discovered when Chris Bowler described his <a href="http://theweeklyreview.ca/2008/08/27/track-yourself-with-a-log-file/">custom log file</a>.  Although his solution wasn&#8217;t really what I was looking for, the idea of keeping an easily updated, timestamped log of what I&#8217;ve done throughout the day grabbed my imagination.  When I&#8217;m focused on a task, I rarely remember to switch to my time tracking software and enter details about what I&#8217;ve just completed, but adding a line of text to a daily log would be another matter since I could use my favorite tool <a href="http://www.obdev.com/products/launchbar/">LaunchBar</a> to easily make a note without switching applications or getting out of the flow.</p>
<h4>Setting up the scratchpad</h4>
<p>To set up your scratchpad, you&#8217;ll first need to create a Together library for it (you could use your current library, of course, but you&#8217;ll have that much more data to sync).  To add and manage libraries, choose <strong>Together &rarr; Library Manager</strong>.  I named mine &#8220;Scratchpad&#8221;, but the name doesn&#8217;t really matter.  If you&#8217;re going to be synching your library with MobileMe you may as well turn that on now.</p>
<p class="sidequote right">You&#8217;ll have more luck with synching if you sync hourly (or less frequently).  You can change how often MobileMe syncs in the System Preferences.</p>
<p>Aside from daily logs, whether your scratchpad is useful will rely on how you organize using groups and tags.  Because I&#8217;m using two computers, one for work and one for personal use, what works for me is to start with two root level folders (I work for a company called Tierra Interactive; you could call the folder &#8220;Work&#8221; or the name of your employer just as easily):</p>
<p class="center"><img class="noborder" src="http://tagamac.com/wp-content/uploads/2008/12/together-root-folders.png" alt="My scratchpad's root folders" title="" /></p>
<p>As you can see in the screenshot, I&#8217;ve opened up the Group Info window (accessible by right-clicking a group and choosing Show Group Info or by choosing <strong>File &rarr; Show Group Info</strong>).  One of the big reasons to have two root-level groups (aside from making it easy to focus in on those two areas) is that you can use them to automatically assign tags to any item that is added to that group using the Group Info window.  This makes adding items to your library and being able to utilize intelligent smart groups much easier because you can either:</p>
<ol>
<li>Add an item to the Personal folder when you import it to have it automatically show up in any smart groups targeting the &#8220;personal&#8221; tag.</li>
<li>Add it anywhere else, but manually assign the personal tag to make sure it shows up in smart groups targeting &#8220;personal&#8221;</li>
</ol>
<p>This may seem redundant (in the first scenario, you&#8217;re effectively categorizing something &#8220;personal&#8221; twice), but consider the following: what if you find a link to a piece of software that you want to install on both your computers?  If you found it at work, you may not have time to do it right then, so you&#8217;ll want to make sure it ends up in your work folder.  However, you also want it in your personal action items.  If you were relying solely on folder-based organization, you&#8217;d have to either duplicate the item or create an alias, both of which require more effort and thus make it less likely you&#8217;ll use the system at all.</p>
<p>Depending on how you use your scratchpad, having two folders (with tags available in case you decide to use smart groups in the future) may be enough.  You could, if you desired, use the two folders to track items for work vs. personal, and once you&#8217;d dealt with an item either move it out of the folder and back into the library to archive it, or just delete it entirely.  However, I wouldn&#8217;t be me if I didn&#8217;t suggest one further refinement: a simple system of tagging to make retrieving and acting on items even easier.</p>
<h4>Taking action</h4>
<p>When I was setting up my scratchpad, I realized that there are two basic types of items that I&#8217;m going to be storing:</p>
<ol>
<li>Things I want to take action on</li>
<li>Things I want to remember</li>
</ol>
<p>With this in mind, I decided to use a tagging system that allowed me to filter for action items and, if I needed, search for specific types of items using descriptive tags.</p>
<p>Although a simple &#8220;action&#8221; tag would work fine, I ended up using tags that look like this: &#8220;action: install&#8221;, &#8220;action: blog&#8221;, &#8220;action: evaluate&#8221;, etc.  For some people, this may be needless complexity.  For me, though, it provides a simple way to remind myself what I wanted to do with the item without needing to add a note or some other piece of metadata that would require something more than the Together shelf.  Why did I bookmark that page?  Oh, I wanted to blog about it.</p>
<p class="sidequote right"><strong>Remember:</strong> the fewer tags you assign to an item, the more likely you&#8217;ll be able to maintain your tagging system.  I generally only assign two or three tags to any given item: a descriptive tag or two and an optional action tag.  (And Together automatically adds &#8220;personal&#8221; or &#8220;work&#8221;.)</p>
<p>For other items, I simply attach a descriptive tag to it: &#8220;password&#8221;, &#8220;big web client&#8221;, &#8220;idea&#8221;, etc.  I&#8217;m not currently using any of these tags to filter my items, but simple descriptive tags will likely be useful down the road if I need to filter the increasing number of items in my scratchpad to, say, find all URLs pertaining to a specific client.</p>
<p>In order to be able to easily focus on my action items, I have two virtually identical smart views (only difference is filtering based on work vs. personal tags):</p>
<p class="center"><img class="noborder" src="http://tagamac.com/wp-content/uploads/2008/12/together-smart-group.png" alt="My scrathpad's primary folders and action item smart group" title="" /></p>
<p>The first rule uses a feature of Together that I didn&#8217;t know about before I set out to create a scratchpad.  In Together rules, you can use an asterisk as a wild-card, which came in real handy for my &#8220;action&#8221; tags.  The other rules should be self-explanatory, although the label is new.  The meaning a label assigns can usually be duplicated with a tag, but I often find labels useful for marking priority or status because they colorize items.  I opted to archive items with a gray &#8220;Archived&#8221; label in order to visually separate out the items that I&#8217;ve acted on from the ones that await action when viewing either my folders or the root library group.  An additional benefit of using a label to archive items is that I don&#8217;t have to lose information; if I deleted the &#8220;action&#8221; tag, then I would have to rely on memory to recall why I wanted that particular item in the scratchpad at all.</p>
<p>Once you&#8217;ve got your folders and smart groups set up, you&#8217;re ready to start using your scratchpad.  However, if you want a daily log there&#8217;s a couple more steps.</p>
<h4>Setting up a daily log</h4>
<p>Personally, I prefer the idea of keeping a folder full of daily logs rather than just tossing everything into an ongoing text file (easier to append text files than parse them, if I need to switch down the road), so I wrote an Applescript that will look for a file named based on the current date, create it if it doesn&#8217;t exist, and then add a timestamped log entry.  The Applescript actually doesn&#8217;t require Together, so if you feel like running a daily log without Together feel free to give it a look-see, as well.</p>
<p><strong><a href="http://onecrayon.com/downloads/Together_Scratchpad_Scripts.zip">Download Together Daily Log Applescripts</a></strong></p>
<p>Whether you&#8217;re using Together or not, you&#8217;ll need to create the folder for the logs to live in before running the script.  In the earlier screenshot of my folder structure you can see I have them living in &#8220;Tierra/Logs&#8221; in my Tierra library.</p>
<p>Once you&#8217;ve got the folders set up, open the Applescript in Script Editor (or the <a href="http://code.google.com/p/blacktree-alchemy/">Quicksilver</a> version, if you&#8217;re a Quicksilver user) and change the property declarations at the top of the file to point the script toward the right folder (see screenshot below).  Once you&#8217;ve done that, save the script and you&#8217;re in business.</p>
<p class="center"><img class="noborder" src="http://tagamac.com/wp-content/uploads/2008/12/together-applescript.png" alt="" /></p>
<p>Assuming that you&#8217;re running Together, it should automatically import the log files when they are created (just make sure you have &#8220;Auto import files added to library folders&#8221; checked in the Import preferences).  If automatic importing isn&#8217;t working, try relaunching Together and creating an empty text file using the Finder to kick-start Together (this worked for me, but if you&#8217;re having trouble please refer to the <a href="http://reinventedsoftware.com/support/together">Together support</a>).</p>
<p>Here&#8217;s my daily log workflow: I&#8217;m using LaunchBar and have it set to scan the scripts folder in my Library, so I put Daily Log.scpt here: <strong>~/Library/Scripts/Applications/Together</strong>.  To add an entry to the log, I invoke LaunchBar, type &#8220;dl&#8221;, hit space, type my log entry, and hit return. Easy, quick, and then a log of what I&#8217;ve been doing during the day is available when I need to fill out my timesheet.</p>
<p>I&#8217;ve been finding Together an excellent choice for a scratchpad that includes a daily log; hopefully you will find it just as convenient (or at least have found some food for thought in my approach to some simple tag-based organization).</p>
<h4>Downsides</h4>
<p>I&#8217;ve been using Together as my scratchpad for a couple of weeks, and overall have really loved it.  As I mentioned above, MobileMe&#8217;s significant issues with keeping even a simple Together library in sync have convinced me that I need to look elsewhere for my perfect solution, but if the synching were consistent and painless I&#8217;d have no qualms using Together for the long haul.</p>
<p>That said, there are some potentially significant downsides to this system, particularly for people with an eye on their budgets.  MobileMe is not a cheap service, and because it&#8217;s the only way to sync Together it&#8217;s definitely necessary for anyone who&#8217;s interested in a scratchpad they can access from multiple computers.  For an optimal workflow with the daily log you&#8217;ll also need LaunchBar or Quicksilver, and although Quicksilver is free, LaunchBar is far superior in my experience (and has the additional benefit of not having been abandoned by its developer).</p>
<p>It&#8217;s worth mentioning, too, that a computerized scratchpad like the one I&#8217;ve outlined here is completely worthless for some folks.  Unless you&#8217;re on your computer for most of the day, you&#8217;ll likely find a pad of paper and pen far more useful.</p>
<h4>Other options</h4>
<p>Although Together was one of my first picks for scratchpad software, I did investigate other options.  <a href="http://www.evernote.com/">Evernote</a> as an idea was extremely appealing, but in execution the service only seems worth using if you&#8217;re on the road a lot and need to store info (particularly images) via your cell phone.  The desktop Evernote program is simply too clunky for someone who is always at the computer like myself, particularly given the existence of several excellent file libraries.</p>
<p>I also considered just using plain text files and making a daily log that could double as a scratchpad, a la Chris Bowler&#8217;s solution, but I wanted a simple organizational method (in this case using tags), which was not possible with plain text.  Tossing URLs that I want to visit into my daily logs would just be throwing them into a black hole; I doubt I&#8217;d bother to take the time to review them when I switched computers.</p>
<p>Together&#8217;s competitors, <a href="http://www.barebones.com/products/yojimbo/">Yojimbo</a> and <a href="http://c-command.com/eaglefiler/">EagleFiler</a>, were worth consideration, but neither could handle the workflow that I desired (EagleFiler because of its lack of any kind of easy-to-use synching, and Yojimbo because it doesn&#8217;t offer any good way to append text to a file/library item so far as I could tell).  For people who want a scratchpad for a single computer, however, EagleFiler might be worth a second glance (particularly if you own it and don&#8217;t own Together).</p>
<h4>Looking forward</h4>
<p>As you may have figured out from my dissatisfaction with Together&#8217;s synching and the &#8220;part one&#8221; in the title, my quest for a scratchpad is not yet over.  I&#8217;m currently in the early testing stages of an alternative solution using <a href="http://flyingmeat.com/voodoopad/voodoopadpro.html">VoodooPad Pro 4</a> that has fantastic synching support but requires a bit more gruntwork on my part to get up and running.  I&#8217;ll be sharing my second scratchpad solution once it&#8217;s finished, but in the meantime I hope that my work with Together will benefit some other folks who have been battling with the same mind-overflow issues that I&#8217;ve been facing.</p>
<p><strong>Resources for the scratchpad:</strong></p>
<ul>
<li><a href="http://reinventedsoftware.com/together/">Together</a></li>
<li><a href="http://onecrayon.com/downloads/Together_Scratchpad_Scripts.zip">Download Daily Log Applescript</a></li>
<li><a href="http://www.obdev.com/products/launchbar/">LaunchBar</a> or <a href="http://code.google.com/p/blacktree-alchemy/">Quicksilver</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2008%2F12%2Fscratchpad_part1%2F&#038;seed_title=In+search+of+a+scratchpad%2C+part+one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Looking backwards</title>
		<link>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2008%2F02%2Flooking_backwards%2F&#038;seed_title=Looking+backwards</link>
		<comments>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2008%2F02%2Flooking_backwards%2F&#038;seed_title=Looking+backwards#comments</comments>
		<pubDate>Wed, 27 Feb 2008 05:14:28 +0000</pubDate>
		<dc:creator>Ian Beck</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[tagging]]></category>

		<guid isPermaLink="false">http://tagamac.com/2008/02/looking_backwards/</guid>
		<description><![CDATA[When I first started using Things to organize my daily tasks, I sat down and took the time to carefully craft a list of tags that I wanted to use. I knew what what kinds of tasks I&#8217;d be tagging, so I was able with some creativity to come up with a list that was [...]]]></description>
			<content:encoded><![CDATA[<p>When I first started using <a href="http://culturedcode.com/things/">Things</a> to organize my daily tasks, I sat down and took the time to carefully craft a list of tags that I wanted to use.  I knew what what kinds of tasks I&#8217;d be tagging, so I was able with some creativity to come up with a list that was succinct yet exhaustive.  Having worked with that list of tags for a few months, I&#8217;ve only added one or two tags.</p>
<p>This tells me my system was a good one.  Aside from not needing to expand the tag cloud, most tasks I only need to assign 1-2 tags per task, and and tasks inherit one more based on which project I stick them into.  My tag filter bar is clean, and small enough to be useful even in lists with lots of tasks.  When I posted the list in the <a href="http://culturedcode.com/things/wiki/index.php?title=Real-world_tagging_examples">Things wiki</a> I got some very positive feedback.  But having used the list religiously for a couple months, I have realized something: about 80% of my tags are completely useless.<span id="more-260"></span></p>
<p>This is because, up until now, I haven&#8217;t brought myself to noticed the obvious:</p>
<p><strong>Tags are only useful if you need to find something.</strong></p>
<p>Of course, it&#8217;s hard to tell when you&#8217;re first starting to tag whether you&#8217;ll actually use those tags down the road to find items easier.  That&#8217;s actually one of the benefits of tagging: whether or not you use them, they&#8217;re easy to add.</p>
<p>The tricky bit is striking a long-term balance: if you tag willy-nilly with the assumption that it&#8217;s better to have lots of tags that you might search for someday than to have a few that you&#8217;ll definitely search for, you&#8217;re very likely to stop tagging sooner rather than later.  Tagging may takes very little time but it adds up, and feeling obligated to attach a bunch of tags that you know you&#8217;ll never use is a quick route to tagging disillusionment (oh, the horror!).</p>
<p>So what&#8217;s to be done?  Something really simple: look backwards.</p>
<p>You won&#8217;t be able to do this until you&#8217;ve been using a tagging tool for a while and you certainly don&#8217;t need to do it often, but every once in a while when it comes time to tag something, take a quick break and consider the tags you were planning to use.  Have you ever searched for them?  Have you even searched for tags similar to them?</p>
<p>When I planned out my grand Things tagging system, I included a subset of tags that described the type of task.  I&#8217;m a web designer most of the day, so these were tags like &#8220;markup&#8221;, &#8220;styling&#8221;, &#8220;coding&#8221;, &#8220;research&#8221;, etc.  Although I&#8217;ve faithfully used these tags with every task I&#8217;ve entered, I have never once filtered my list of tasks for any of them.</p>
<p>If I hadn&#8217;t taken a moment to look backwards, I might never have noticed this and would have kept wasting my time tagging tasks with tags that aren&#8217;t actually relevant to the task&#8217;s completion.</p>
<p>Of course, this example isn&#8217;t useful in all situations.  Particularly in public and collaborative tagging systems, using tags that you&#8217;ve never searched for and might never search for can help others.  Sometimes it&#8217;s a good idea to tag descriptively without worrying about the utility of your tags.  But especially if you find yourself using a piece of tagging software that you originally loved less and less often, take a look backwards and ponder whether some of your tagging habits are just cruft that&#8217;s weighing you down.  When you begin to tag things out of habit and not because the tags are useful, it&#8217;s the beginning of the end.</p>
]]></content:encoded>
			<wfw:commentRss>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2008%2F02%2Flooking_backwards%2F&#038;seed_title=Looking+backwards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comparing GTD task managers</title>
		<link>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F11%2Fgtd_task_managers%2F&#038;seed_title=Comparing+GTD+task+managers</link>
		<comments>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F11%2Fgtd_task_managers%2F&#038;seed_title=Comparing+GTD+task+managers#comments</comments>
		<pubDate>Sun, 25 Nov 2007 00:10:32 +0000</pubDate>
		<dc:creator>Ian Beck</dc:creator>
				<category><![CDATA[Mac tagging]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[gtd]]></category>
		<category><![CDATA[links]]></category>

		<guid isPermaLink="false">http://tagamac.com/2007/11/gtd_task_managers/</guid>
		<description><![CDATA[Which Getting Things Done application to use has been on my mind lately, thanks in large part to the public release of OmniFocus which was closely followed by the iGTD 2 previews and my own Things screencast. With so many good-looking options either available or soon to be available, I&#8217;m sure that more people than [...]]]></description>
			<content:encoded><![CDATA[<p>Which Getting Things Done application to use has been on my mind lately, thanks in large part to the public release of OmniFocus which was closely followed by the <a href="http://igtd.pl/iGTD/iGTD2/index.html">iGTD 2 previews</a> and my own <a href="http://tagamac.com/2007/11/things_screencast/">Things screencast</a>.  With so many good-looking options either available or soon to be available, I&#8217;m sure that more people than I have been wondering which app will be right for them.  Since I&#8217;ve had a chance to use almost all of them, I figured it would be nice to offer a quick general comparison of the available (and pending) options.</p>
<p>There are some similar aspects to all GTD task managers, but I think one of the primary deciding factors whether or not a particular piece of software will work for you is how much structure you need or desire.  With that in mind, here&#8217;s the GTD software for Mac OS X, ordered from most structured to least: Midnight Inbox, OmniFocus, iGTD, TaskPaper, iGTD 2 (early development), and Things (approaching public preview).  If you&#8217;re like me and agonize over task managers, then this is a pretty daunting list (and if you count some of the less polished options, it&#8217;s nowhere near complete).  However, with an eye to structure, I don&#8217;t think it is all that difficult to narrow the list down to a couple of applications that you should try.<span id="more-194"></span></p>
<h4>Just what is &#8220;structure,&#8221; anyway?</h4>
<p>Structure in a GTD app applies both to the metadata attached to tasks (do tasks have contexts attached?  Tags?  Priorities?) and to the workflow that the application&#8217;s interface encourages (are you encouraged to focus on projects, or focus on tasks that you need to do today?).  Some applications give the user very specific information and a very specific workflow (the more structured apps), while others allow much more freedom (the less structured).</p>
<p>For some people, the highly structured apps will be the most appealing because the workflow and information attached to tasks makes perfect sense to them.  For others (myself included), the less structured apps will be more inviting because they allow the user to craft a more personalized system (and are often less complex for users who don&#8217;t want to use the advanced features).</p>
<p>Figuring out whether you prefer more or less structured approaches to GTD is something everyone will have to do on their own.  Odds are if a screencast or feature list for a given application makes you think, &#8220;Wow!&#8221; and start imagining what you could do with it, that&#8217;s the type of application for you.</p>
<p>But enough with generalities!  Let&#8217;s take a look at the actual applications side-by-side.</p>
<h4>Structure to live by: projects and contexts</h4>
<p><a href="http://www.midnightbeep.com/">Midnight Inbox</a> (&#36;35) is by far the most structured of the available apps, and it is also one of the few polished GTD apps available (and has been available for some time, unlike the still-in-development OmniFocus).  Personally I think that using Midnight Inbox is like having David Allen standing behind you, twisting your arm, and shouting in your ear, &#8220;Do it my way!&#8221;  That said, if a five-step, context-oriented task workflow makes sense to you and you&#8217;re willing to let the software know best and collect what it thinks you need to organize, then Midnight Inbox is worth a look.  It&#8217;s certainly a polished-looking piece of software, and is one of the few GTD applications available as a stable, tested release.</p>
<p>Midnight Inbox&#8217;s biggest strength (which also happens to be its biggest failing) is that it can collect practically anything on your computer automatically (email messages, iCal to-dos, text documents in a specific folder, etc.) and encourage you to review them for actionable tasks.  This can be really handy, but for myself I&#8217;d just end up frittering away all my time collecting, organizing, and reviewing tasks rather than completing them.</p>
<p><img class='right noborder' src='http://tagamac.com/wp-content/uploads/2007/11/omnifocus.jpg' alt='OmniFocus' /><a href="http://www.omnigroup.com/applications/omnifocus/">OmniFocus</a> (&#36;39.95 prerelease; &#36;79.95 standard) is nowhere near as controlling as Midnight Inbox, but it is still highly structured around projects and contexts.  Tasks have quite a lot of specific metadata attached to them, but are displayed in an easy-to-understand outline similar to OmniOutliner.</p>
<p>OmniFocus is another app where, for me, there&#8217;s a little too much complexity (bringing about a &#8220;I&#8217;m not getting any work done because I&#8217;m constantly playing with OmniFocus&#8221; type of workflow).  In its defense, OmniFocus does provide an inviting interface to tempt you in, and with complexity comes great power.  If working out of contexts and projects makes sense to you, then OmniFocus is probably your best option, if only because of Omni&#8217;s attention to detail, great interface design (overlooking, for the moment, their obsession with inspector windows), and dedicated support team.</p>
<p>An unfortunate result of OmniFocus being the only one of these apps that is produced by a larger company (compared to the individuals and small teams working on the other apps) is that its price will be less competitive when it finally goes release candidate.  At the time of this writing, there&#8217;s a lot of pressure to just buy OmniFocus without really being able to experiment with the other options because the prerelease price is half what it will cost after January 8, 2008.</p>
<p><img class='left noborder' src='http://tagamac.com/wp-content/uploads/2007/07/igtd.jpg' alt='iGTD' />Then there&#8217;s <a href="http://igtd.pl/iGTD/index.html">iGTD</a> (free).  I have a love/hate relationship with iGTD.  It has a lot of power, but terrible interface design.  Balancing that out, it&#8217;s free, which is a pretty tempting price point. iGTD has a far worse learning curve than OmniFocus and is plagued by many of the same problems (as far as restricting you to contexts and projects).  It additionally has a bad case of feature bloat which OmniFocus, while pretty overwhelming at first glance, has minimized.</p>
<p>If none of the other options look like they&#8217;ll provide the power you need to manage your tasks, then iGTD is very likely the perfect program for you.  It integrates with just about everything (notably MailTags) and provides more metadata than you ever knew you needed.  However, particularly given the brief glimpses we&#8217;ve had of iGTD 2, iGTD looks like it will be badly outclassed in the very near future.</p>
<p><img class='right noborder' src='http://tagamac.com/wp-content/uploads/2007/10/taskpaper.jpg' alt='TaskPaper' />Straddling the fence between the more structured and less structured apps is <a href="http://hogbaysoftware.com/products/taskpaper">TaskPaper</a> (&#36;18.95 intro price).  TaskPaper is by far the least complex GTD task manager available, and if all you need to do is jot down lists of tasks sorted by basic projects and tags, then TaskPaper is probably the perfect solution for you.  TaskPaper doesn&#8217;t compete with the other GTD apps as much as it provides an interesting counterpoint in task management minimalism.  It is extremely limited, but a perfect step up from plain text lists for some people.  Unfortunately, its tagging is only really effective when used similar to OmniFocus/iGTD contexts</p>
<p>I&#8217;ve actually been using TaskPaper as my primary task manager for the last few weeks just to see if I could, and it&#8217;s been an interesting experience.  On the one hand, using TaskPaper made me realize that I don&#8217;t need a really complicated solution.  On the other, it turned out that some features from the other GTD apps are things that I want.  I highly recommend using TaskPaper for anyone who has tried a number of GTD task managers without being able to pick one.  It&#8217;s an experience that really helps clarify your needs.</p>
<h4>Laid-back structure: focus and tags</h4>
<p>As much as I wish it were otherwise, the two less structured GTD apps have not yet been released to the public.</p>
<p>Although there has yet been nothing except preview screenshots and short screencasts, <a href="http://igtd.pl/iGTD/iGTD2/index.html">iGTD 2</a> (forthcoming; free) is looking like a solid step in the right direction for iGTD.  iGTD 2 looks like it will abandon the standard project/context framework supplied by the many other apps in favor of tags and &#8220;focus.&#8221;  Focusing on tasks, a central component of both iGTD 2 and Things, is basically looking at tasks based on general shared characteristics (such as tasks that need to be done next versus tasks that need to be done today).</p>
<p>Not only is iGTD 2 much less structured than other available apps, but it looks like it will be pulling on some of the immense power of iGTD, but filtering it through an interface that is far, far superior.  The tabs and saved workspaces in particular are a pretty ingenious approach to viewing complex assortments of tasks.  I also think that its attempt to use natural language for its interface elements is bang on target, and may well help iGTD 2 to dip into the more casual task manager crowd that iGTD is currently alienating through its complexity.</p>
<p><img class='left noborder' src='http://tagamac.com/wp-content/uploads/2007/07/things.jpg' alt='Things' />And finally we get to <a href="http://culturedcode.com/things/">Things</a> (forthcoming; pricing as yet unannounced), the least structured of all the task managers.  Like TaskPaper, one of Things&#8217;s goals is to simplify task management.  However, unlike TaskPaper, Things still provides a lot of potential power through its versatile and intuitive tagging system.  Things doesn&#8217;t yet provide feature parity with some of the more structured applications; what it provides instead is an elegant and easy-to-use system for sorting and accomplishing tasks that scales to the complexity the user wishes to have.</p>
<p>Things still has a definite structure, of course; it provides an interface that expects your workflow to include steps like collecting tasks, organizing tasks, and then completing tasks like most of the other GTD managers.  Tagging (and Things&#8217;s intuitive tag filtering) is what allows more freedom in Things structure than within, for instance, OmniFocus&#8217;s strictly defined metadata.</p>
<h4>Which solution?</h4>
<p>If you know whether structure appeals to you or not, you should hopefully now have a better idea of which GTD apps are the most worth the time it takes to evaluate.  Thinking about task managers in terms of how they structure tasks and workflow is a much different way to think about software than most people are used to (feature comparisons are much more standard), but I think it&#8217;s one of the most important things to think about for an application that is so intimately related to the actions that you take in your life.</p>
<p>Of course, features are important, too.  The applications with the most features (and thus the most complexity) are probably iGTD and OmniFocus.  Things and iGTD 2 are difficult to evaluate based on features because neither is feature complete yet.  Midnight Inbox is fairly feature-rich but in an all-in-one-solution way, and TaskPaper almost doesn&#8217;t have features at all (in a good way).</p>
<p>The truth of the matter is that it still isn&#8217;t possible to compare OmniFocus vs. Things vs. iGTD or iGTD 2.  Until we have at least a 1.0 release candidate for all of the main contenders, it will be very hard to compare features and performance, which is why I avoided trying to compare specific features of any of the applications.</p>
<p>Just looking at the software that&#8217;s publicly available, iGTD and OmniFocus are the best choices if you need a feature-rich application, and TaskPaper is the best stopgap for people with simpler needs.  Depending on how many features Cultured Code is able to cram into its public preview version of Things, Things may also be able to serve some people before it is released.</p>
<p>Although I&#8217;m really looking forward to the less structured software (I do love my tags), if you prefer a structured solution to task management you may be able to find the perfect application without much more ado.  Whatever your preferences, good luck!  Finding the task manager that works for you can be a difficult and time-consuming process, so I hope that this general comparison has helped you slim down the options somewhat.</p>
]]></content:encoded>
			<wfw:commentRss>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F11%2Fgtd_task_managers%2F&#038;seed_title=Comparing+GTD+task+managers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tagging files with file libraries</title>
		<link>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F11%2Ffile_libraries%2F&#038;seed_title=Tagging+files+with+file+libraries</link>
		<comments>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F11%2Ffile_libraries%2F&#038;seed_title=Tagging+files+with+file+libraries#comments</comments>
		<pubDate>Thu, 22 Nov 2007 09:33:39 +0000</pubDate>
		<dc:creator>Ian Beck</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[file library]]></category>
		<category><![CDATA[links]]></category>

		<guid isPermaLink="false">http://tagamac.com/2007/11/file_libraries/</guid>
		<description><![CDATA[I know it&#8217;s hardly standard practice to publish things on major holidays, but I wanted to give my U.S. readers something to do while they&#8217;re recovering from eating too much turkey, and I can hardly think of a better distraction than an article that I&#8217;ve been meaning to write for months, continuing my series of [...]]]></description>
			<content:encoded><![CDATA[<div class='series_toc'><h3>Tags for every situation</h3><ol><li><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Fproductivity_tagging%2F&amp;seed_title=Tagging+files+with+file+libraries' title='Tagging for productivity'>Tagging for productivity</a></li><li><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Flibrary_vs_system%2F&amp;seed_title=Tagging+files+with+file+libraries' title='File library vs. file system'>File library vs. file system</a></li><li><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F09%2Ffile_system_tagging%2F&amp;seed_title=Tagging+files+with+file+libraries' title='File system tagging'>File system tagging</a></li><li>Tagging files with file libraries</li></ol></div> <p>I know it&#8217;s hardly standard practice to publish things on major holidays, but I wanted to give my U.S. readers something to do while they&#8217;re recovering from eating too much turkey, and I can hardly think of a better distraction than an article that I&#8217;ve been meaning to write for months, continuing my series of tagging software recommendations.  This time the topic is file libraries, and unlike <a href="http://tagamac.com/2007/09/file_system_tagging/">file system tagging</a> solutions, there&#8217;s a lot of good options out there.</p>
<p>To recap, a file library is an application that collects, searches, and browses your files outside of the standard Finder and Spotlight interface.  File libraries contain some of the best examples of tagging interfaces currently available on the Mac, and thanks to the limitations Spotlight has with regards to tagging often provide streamlined and useful tagging for a variety of file types.<span id="more-128"></span></p>
<h4>The main contenders</h4>
<p>To my mind, there are currently three main contenders if you are looking for a tag-based file library: EagleFiler, Yojimbo, and Together.</p>
<p><img class='left noborder' src='http://tagamac.com/wp-content/uploads/2007/08/eaglefiler.jpg' alt='EagleFiler' /><a href="http://c-command.com/eaglefiler/">EagleFiler</a> (&#36;40) is currently my file library of choice.  EagleFiler stores your files in a Finder-friendly format very similar to iTunes (they&#8217;re on-disk in a folder of your choosing, but EagleFiler manages them).  This (and the pseudo-hierarchical tagging) is perhaps the most attractive feature of EagleFiler.  Getting files into EagleFiler is dead easy (usually a single keypress away) and EagleFiler natively supports PDFs, web archives, RTF documents, emails, chats, and more (you can always store unsupported documents in EagleFiler, as well; they just won&#8217;t have a preview and you&#8217;ll have to edit them in another program).  Of particular note is EagleFiler&#8217;s support for archiving email; this is a cool feature in and of itself (and not available in the other two), but to make things even better EagleFiler supports <a href="http://www.indev.ca/MailTags.html">MailTags</a>.</p>
<p>EagleFiler&#8217;s pseudo-hierarchical tags are one of its main selling points for me.  Particularly when it comes to tagging generic files, most programs only support tag clouds which are often little use for people who have a large number of tags.  EagleFiler&#8217;s tags are not truly hierarchical unfortunately, because the program doesn&#8217;t recognize any relationship between parent and child tags, but just being able to sort tags into related groups makes browsing them much easier, and EagleFiler&#8217;s developer has mentioned that he may in the future beef up EagleFiler&#8217;s hierarchical tagging.  EagleFiler&#8217;s tagging is complemented by standard-style folders (which are mirrored in the Finder) for those who are not comfortable with a flat, tagged library.</p>
<p>The major downside to EagleFiler is that users cannot create smart views or otherwise save their searches.  However, browsing by tag and then using the reasonably powerful search bar are usually enough for me.  EagleFiler is not a program to miss if you are looking for simple, powerful, tag-driven document organization.</p>
<p><img class='right noborder' src='http://tagamac.com/wp-content/uploads/2007/11/yojimbo.jpg' alt='Yojimbo' /><a href="http://barebones.com/products/yojimbo/">Yojimbo</a> (&#36;39) is probably the simplest file library you&#8217;ll find, but is quite effective despite its simplicity.  Yojimbo provides basic tagging and folder-based organization (called &#8220;collections&#8221; within the program), but does not have any sort of tag browser.  Instead, you have to create pseudo-smart view &#8220;tag collections&#8221; to browse your tagged files.  Yojimbo does not store your files in a Finder-friendly format, but in this case it&#8217;s a good thing.</p>
<p>Yojimbo&#8217;s strength lies not in expansive features or open storage (Yojimbo is, to be honest, pretty bare bones), but rather in the fact that it is phenomenally portable.  If you need to access to disparate files and data (such as text documents, images, PDFs, web archives or bookmarks, serial numbers, or passwords) across multiple computers (Mac or PC), then Yojimbo is a solid home run.  Not only does it provide synching via .Mac (cool in its own right, when you consider the range of data Yojimbo can handle), but <a href="http://www.webjimbo.com/">Webjimbo</a> (&#36;29.95) provides a completely web-driven interface into your Yojimbo library from anywhere (including your iPhone).</p>
<p>I wouldn&#8217;t recommend Yojimbo for large file libraries or for general tag-based organization, but for keeping yourself connected to your data and files, Yojimbo is the single best solution that I know.</p>
<p><img class='left noborder' src='http://tagamac.com/wp-content/uploads/2007/11/together.jpg' alt='Together' /><a href="http://reinventedsoftware.com/together/">Together</a> (&#36;39; &#36;14.95 upgrade from KIT) is a recently released massive upgrade to KIT (Leopard only, unfortunately).  I was never a big fan of KIT.  It was completely tag-based, which was cool in theory, but it was as simplistic as Yojimbo without really providing a compelling reason to use it.  Together, on the other hand, is a whole new story.  Together now permits hierarchical folder organization (mirrored in the Finder), smart groups, a tag-browser that mixes in other types of metadata in addition to tags, tab browsing, and a svelte widescreen-optimized interface that will be instantly familiar to anyone who has used iTunes.</p>
<p>Together provides an excellent merger of form and function.  Its tagging is not as good as EagleFiler&#8217;s, but its tag-browser-on-steroids provides a kind of power that casual taggers who aren&#8217;t totally comfortable with giving up folders will find intuitive and useful.  Its interface shares many similarities with Yojimbo in a really good way (particularly the quick import &#8220;shelf&#8221; that hangs out at the side of the screen) and is all around just a little more inviting than either EagleFiler or Yojimbo.  Additionally, Together allows you to move, copy, or simply link to your files, which means that you can, presumably, use it as a searching and browsing front-end to your current file system without modifying your folder hierarchy.  Like EagleFiler, Together also easily supports multiple libraries if you want or need to separate your files.</p>
<h4>The pseudo-libraries</h4>
<p>Although EagleFiler, Yojimbo, or Together is probably what you&#8217;re looking for if you&#8217;re looking for a file library, there are also a couple other pieces of quality software to consider.  They aren&#8217;t quite file libraries in the traditional sense, but they aren&#8217;t quite file system tagging, either.  The culprits: Nifty Box and Leap.</p>
<p><img class='right noborder' src='http://tagamac.com/wp-content/uploads/2007/11/niftybox.jpg' alt='Nifty Box' />Nifty Box (&euro;24.95) provides a tagging and searching interface for your files, but doesn&#8217;t collect or manage them in any way.  Instead, adding a file to Nifty Box creates a link to that file.  Additionally, tagging files in Nifty Box causes the tags to be added to the file&#8217;s Spotlight comments, allowing you to find your files via Spotlight as well as using Nifty Box&#8217;s quicker and more efficient tag database.  Nifty Box doesn&#8217;t have any particularly standout features, but it is a solid possibility if you want something a little more involved than <a href="http://bigrobotsoftware.com/">TagBot</a> or <a href="http://www.nudgenudge.eu/punakea">Punkea</a> but a little less managed than typical file libraries.</p>
<p><img class='left noborder' src='http://tagamac.com/wp-content/uploads/2007/10/leap.jpg' alt='Leap' /><a href="http://www.ironicsoftware.com/leap/">Leap</a> (currently &#36;34, bundled with Yep), currently in public beta, is another pseudo-file library but with slightly more ambitious aims than Nifty Box.  Leap ties directly into Spotlight, thus requiring no &#8220;importing&#8221;.  Tags applied in Leap are not attached to files in the Finder (although the developers plan to export tags to Spotlight comments), so if you want to tag or browse via tags you have to it from within the program.  On the other hand, Leap has a complex tag browser similar to Togethers, allowing both folders and tags to be browsed as if they were tags.  This makes migrating from a complex folder structure to Leap&#8217;s tags that much easier, and allows you to find a fair amount of usefulness from Leap without ever having to tag a file.</p>
<p>Leap is advertised as a Finder replacement, and although I don&#8217;t think it&#8217;s adequate to really replace the Finder, it&#8217;s an intriguing way to access your files, and may be a great solution if you don&#8217;t want them managed, but still want the lightning fast searching and tag browsing of a file library.</p>
<h4>When I was your age, tags was called folders!</h4>
<p>Although it pains me to admit it, there are a plethora of options for collecting files and other data that don&#8217;t involve tags at all.</p>
<p><a href="http://www.devon-technologies.com/products/devonthink/">DevonThink</a> (&#36;39.95 personal; &#36;79.95 pro; &#36;149.95 pro office) is a favorite for people who like real ultimate power (no, not <a href="http://www.realultimatepower.net/">that kind</a>) when it comes to handling their files.  DevonThink&#8217;s complexity and price point have always scared me off, but if you&#8217;re looking for something with a little more <em>umph</em> than the file libraries above, this may be the one.</p>
<p>Generalized data managers such as <a href="http://flyingmeat.com/voodoopad/">VoodooPad</a>, <a href="http://journler.com/">Journler</a>, or <a href="http://www.circusponies.com/">Circus Ponies Notebook</a> are also popular places to collect files and data for some people, but I&#8217;ll take a dedicated file library any day.</p>
<p>Whatever you end up using, by choosing a tag-based file library to manage your documents, files, emails, and whatever else, you&#8217;ll be providing yourself with a searching and browsing experience that Spotlight, Leopard improvements notwithstanding, still can&#8217;t match.  If you&#8217;ve ever wondered if there&#8217;s an easier way to store files than your documents folder, you have only to download a good file library to see the difference it can make.</p>
<p>Found the perfect tag-based file library and shocked that I didn&#8217;t include it in the list?  <a href="http://tagamac.com/contact/">Give me a shout</a> and let me know the error of my ways!  I always love hearing from readers, and any excuse to try a new piece of software is good thing.</p>
 <div class='series_links'><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F09%2Ffile_system_tagging%2F&amp;seed_title=Tagging+files+with+file+libraries' title='File system tagging'>&larr; Previous in series</a>&nbsp; </div>]]></content:encoded>
			<wfw:commentRss>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F11%2Ffile_libraries%2F&#038;seed_title=Tagging+files+with+file+libraries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Leopard&#8217;s Spotlight: actually useful</title>
		<link>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F11%2Fspotlight_strikes_back%2F&#038;seed_title=Leopard%26%238217%3Bs+Spotlight%3A+actually+useful</link>
		<comments>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F11%2Fspotlight_strikes_back%2F&#038;seed_title=Leopard%26%238217%3Bs+Spotlight%3A+actually+useful#comments</comments>
		<pubDate>Wed, 14 Nov 2007 17:21:51 +0000</pubDate>
		<dc:creator>Ian Beck</dc:creator>
				<category><![CDATA[Mac tagging]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[spotlight]]></category>

		<guid isPermaLink="false">http://tagamac.com/2007/11/spotlight_strikes_back/</guid>
		<description><![CDATA[Matt Neuburg has posted an excellent article called Spotlight Strikes Back about the primary differences in Spotlight from 10.4 to 10.5, including some tips and tricks on using the new boolean operators and so forth under 10.5. Although I&#8217;m not a particular fan of Matt&#8217;s NotLight (preferring FileSpot), his observations and advice are right on [...]]]></description>
			<content:encoded><![CDATA[<p>Matt Neuburg has posted an excellent article called <a href="http://db.tidbits.com/article/9283">Spotlight Strikes Back</a> about the primary differences in Spotlight from 10.4 to 10.5, including some tips and tricks on using the new boolean operators and so forth under 10.5.  Although I&#8217;m not a particular fan of Matt&#8217;s NotLight (preferring <a href="http://mac.synthesisstudios.com/mac/filespot/about">FileSpot</a>), his observations and advice are right on target.</p>
<p>Definitely a useful article to read if you use Spotlight much (for finding tagged files, for instance), although it doesn&#8217;t have anything to do with tagging specifically.  (Thanks to <a href="http://daringfireball.net/linked/2007/november#tue-13-spotlight">Daring Fireball</a> for the link.)</p>
]]></content:encoded>
			<wfw:commentRss>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F11%2Fspotlight_strikes_back%2F&#038;seed_title=Leopard%26%238217%3Bs+Spotlight%3A+actually+useful/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My own 35 essential Mac (freelancing) apps</title>
		<link>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F10%2Fessential_apps%2F&#038;seed_title=My+own+35+essential+Mac+%28freelancing%29+apps</link>
		<comments>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F10%2Fessential_apps%2F&#038;seed_title=My+own+35+essential+Mac+%28freelancing%29+apps#comments</comments>
		<pubDate>Sun, 14 Oct 2007 20:27:15 +0000</pubDate>
		<dc:creator>Ian Beck</dc:creator>
				<category><![CDATA[Off topic]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[shareware]]></category>

		<guid isPermaLink="false">http://tagamac.com/2007/10/essential_apps/</guid>
		<description><![CDATA[A little while ago, Freelance Switch posted a list of 35 essential Mac apps. I wasn&#8217;t particularly impressed with the list. Aside from its complete lack of any meaningful organization (except its implied ranking from &#8220;most essential&#8221; to &#8220;less essential&#8221;), it included software that hasn&#8217;t been released yet while excluding a lot of really great [...]]]></description>
			<content:encoded><![CDATA[<p>A little while ago, Freelance Switch posted a list of <a href="http://freelanceswitch.com/working/35-absolutely-essential-mac-apps/">35 essential Mac apps</a>.  I wasn&#8217;t particularly impressed with the list.  Aside from its complete lack of any meaningful organization (except its implied ranking from &#8220;most essential&#8221; to &#8220;less essential&#8221;), it included software that hasn&#8217;t been released yet while excluding a lot of really great software that&#8217;s been out for a while.  Sure, <a href="http://culturedcode.com/things/">Things</a> looks pretty cool, but since no one can use it, how can it be &#8220;essential&#8221;?</p>
<p>I&#8217;ve finally finished writing up <a href="http://beckism.com/bydesign/2007/10/essential_apps/">my own list of 35 essential Mac apps</a>, posted over on Beckism.com.  There&#8217;s some overlap with Freelance Switch, and some of the really good stuff from Freelance Switch didn&#8217;t make it on because I personally don&#8217;t find it particularly essential, so you&#8217;ll probably want to check out both lists.  Of course, it doesn&#8217;t have much to do with tagging (I haven&#8217;t needed tagging software for my freelance work, so there isn&#8217;t much tagging software on the list), but I figured you&#8217;d be interested nonetheless.  Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F10%2Fessential_apps%2F&#038;seed_title=My+own+35+essential+Mac+%28freelancing%29+apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>43 Folders exclusive</title>
		<link>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F10%2F43folders_exclusive%2F&#038;seed_title=43+Folders+exclusive</link>
		<comments>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F10%2F43folders_exclusive%2F&#038;seed_title=43+Folders+exclusive#comments</comments>
		<pubDate>Fri, 05 Oct 2007 16:05:13 +0000</pubDate>
		<dc:creator>Ian Beck</dc:creator>
				<category><![CDATA[Site news]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[tagamac]]></category>
		<category><![CDATA[tagging]]></category>

		<guid isPermaLink="false">http://tagamac.com/2007/10/43folders_exclusive/</guid>
		<description><![CDATA[Merlin Mann over at 43 Folders asked me to share some of my tagging feng shui with him and his readers. The result is a little how-to article on building a consistent tagging system called Becoming a tagging kung-fu master. It&#8217;s a rather good read, if I do say so myself, with similar ideas to [...]]]></description>
			<content:encoded><![CDATA[<p>Merlin Mann over at <a href="http://www.43folders.com/">43 Folders</a> asked me to share some of my tagging <em>feng shui</em> with him and his readers.  The result is a little how-to article on building a consistent tagging system called <a href="http://www.43folders.com/2007/10/04/becoming-tagging-kungfu-master">Becoming a tagging kung-fu master</a>.  It&#8217;s a rather good read, if I do say so myself, with similar ideas to <a href="http://tagamac.com/2007/09/the_what/">The what</a> and a couple other articles in the &#8220;Tagging guidelines&#8221; series.</p>
<p>For visitors from 43 Folders exploring Tagamac for the first time, welcome! you might want to check out <a href="http://tagamac.com/2007/07/best_practices/">Tagging best practices</a> (the site&#8217;s most popular article to date), <a href="http://tagamac.com/2007/09/easy_choices/">Easy choices</a> (a short counterpoint to some of the thoughts from the 43 Folders article and my previous &#8220;The what&#8221; article), or the <a href="http://tagamac.com/archives/reviews/">software reviews</a>.  There is also a list of the most popular articles in the <a href="http://tagamac.com/archives/">archives</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F10%2F43folders_exclusive%2F&#038;seed_title=43+Folders+exclusive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy choices</title>
		<link>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F09%2Feasy_choices%2F&#038;seed_title=Easy+choices</link>
		<comments>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F09%2Feasy_choices%2F&#038;seed_title=Easy+choices#comments</comments>
		<pubDate>Fri, 21 Sep 2007 06:03:27 +0000</pubDate>
		<dc:creator>Ian Beck</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[tagging]]></category>

		<guid isPermaLink="false">http://tagamac.com/2007/09/easy_choices/</guid>
		<description><![CDATA[I like to think about things. I especially like thinking about things logically, piece-by-piece. Tagamac itself is a great example of this; it seems to me that most blogs get started because someone thinks to themselves, &#8220;I wanna blog about Spam!&#8221; (or whatever random topic) and sits down and does it. I thought to myself, [...]]]></description>
			<content:encoded><![CDATA[<p>I like to think about things.  I especially like thinking about things logically, piece-by-piece.  Tagamac itself is a great example of this; it seems to me that most blogs get started because someone thinks to themselves, &#8220;I wanna blog about Spam!&#8221; (or whatever random topic) and sits down and does it.  I thought to myself, &#8220;Gee, tagging is swell!&#8221; and then sat down and methodically listed out the things that I would write about.  Seriously; I&#8217;ve got the OmniOutliner documents to prove it.</p>
<p>This tendency also translates into my advice on tagging.  When I came up with the idea of &#8220;<a href="http://tagamac.com/2007/09/the_what/">the what</a>&#8220;, it was because I had sat down and tried to think of the most efficient way to tag.  The article didn&#8217;t come from a system; the system came from the article.  <strong>But mine is not the only way.</strong><span id="more-123"></span></p>
<p><a href="http://www.sivas.com/microcontent/musings/blog/tagging_advice/">Arnaud Leene notes</a> that &#8220;the what&#8221; is a very formal way to tag.  He&#8217;s right; identifying &#8220;the what&#8221; is a step-by-step process focused on consciously crafting a consistent tagging system.  It&#8217;s not fun.  It&#8217;s not flashy.  It&#8217;s plodding and onerous.  When I myself take the time to sit down and identify the attributes that I&#8217;m tagging, I feel like some sort of robot.  Hello-I-am-tag-o-tron, well-oiled-machine.</p>
<p>I have to admit, though, that not everyone in this world is addicted to logic or methodically moving from point A to point B.  In fact, I suspect that most people turn to tagging because they find it easier than using single folders or categories.  When you&#8217;re tagging, you can just toss any jumble of words on something in the hope that it&#8217;ll make finding things easier in the future.  Choosing a tag isn&#8217;t a life-or-death, here-or-there choice.  It&#8217;s naming a possibility.</p>
<p>No matter how much you take my advice on finding &#8220;the what&#8221; (or anything else) to heart, when you&#8217;re tagging things in everyday life you should always remember that <strong>tagging is about making easy choices</strong>.  If you find yourself freaking out about what tag to assign to your photo of Aunt Sally, then you may as well not be tagging because you&#8217;ll be wasting as much energy and time as if you had thrown the photo in a random folder and then had to search for it later.  If you think about &#8220;the what&#8221; more than you tag, then that system isn&#8217;t working for you.</p>
<p>Whether you lean more towards sober planning or random free-loving tag-fests, if you&#8217;re able to find the method that makes assigning tags to an item nothing more than several easy choices, you&#8217;ll be reaping the benefits of tagging in no time.</p>
]]></content:encoded>
			<wfw:commentRss>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F09%2Feasy_choices%2F&#038;seed_title=Easy+choices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>File system tagging</title>
		<link>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F09%2Ffile_system_tagging%2F&#038;seed_title=File+system+tagging</link>
		<comments>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F09%2Ffile_system_tagging%2F&#038;seed_title=File+system+tagging#comments</comments>
		<pubDate>Thu, 06 Sep 2007 07:05:51 +0000</pubDate>
		<dc:creator>Ian Beck</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[spotlight]]></category>

		<guid isPermaLink="false">http://tagamac.com/2007/09/file_system_tagging/</guid>
		<description><![CDATA[The fact is that people usually want to tag their files, but unfortunately file system tagging is still one of the most difficult and onerous tagging activities. Although there are a number of different tools now to choose from, if you want to use tags in your file system you will likely need to roll [...]]]></description>
			<content:encoded><![CDATA[<div class='series_toc'><h3>Tags for every situation</h3><ol><li><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Fproductivity_tagging%2F&amp;seed_title=File+system+tagging' title='Tagging for productivity'>Tagging for productivity</a></li><li><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Flibrary_vs_system%2F&amp;seed_title=File+system+tagging' title='File library vs. file system'>File library vs. file system</a></li><li>File system tagging</li><li><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F11%2Ffile_libraries%2F&amp;seed_title=File+system+tagging' title='Tagging files with file libraries'>Tagging files with file libraries</a></li></ol></div> <p>The fact is that people usually want to tag their files, but unfortunately file system tagging is still one of the most difficult and onerous tagging activities.  Although there are a number of different tools now to choose from, if you want to use tags in your file system you will likely need to roll your own solution to some extent.</p>
<p>There are two main categories of file system tagging software: software intended to help you tag your files, and software that you can use to roll your own solution.  Keep in mind that the focus of this series of articles is on helping you find software; coming up with a workflow will still be up to you (although I&#8217;ll be publishing some workflow advice down the road).<span id="more-88"></span></p>
<h4>The main two</h4>
<p>There are two programs whose entire point is file system tagging: TagBot and Punakea.</p>
<p><a href="http://www.bigrobotsoftware.com/">TagBot</a> (&#36;20) provides you with a floating palette of tags for drag and drop tagging and a Finder contextual menu.  Although you can double click a tag in the palette to open a Smart Folder for that tag, TagBot is primarily useful for tagging (rather than browsing or searching).  Tags are stored in Spotlight comments using the popular &#038;tag format (tag name with a &#8220;&#038;&#8221; prefix).  Unfortunately, this means that you can only use single word tags (so get ready to <a href="http://tagamac.com/2007/08/spaces/">replace those spaces</a>!).</p>
<p>TagBot is not an all-in-one tool, but may be the perfect companion to your other tagging tools; it fits particularly well into Quicksilver tagging systems (more on this later).  If you&#8217;re using TagBot alone, <a href="http://mac.synthesisstudios.com/mac/filespot/about">FileSpot</a> would be an excellent complement, because it uses the same format for tags and picks up searching and browsing where TagBot leaves off (besides having loads of other cool features).</p>
<p><a href="http://www.nudgenudge.eu/punakea">Punakea</a> (free) also uses Spotlight comments, but approaches them very differently: Punakea tags are surrounded by a truly horrific bunch of gobbledy-gook.  Although this makes finding tagged files with Spotlight more onerous, it also allows Punakea to offer much more advanced tagging (including multiple word tags).  Punakea provides a drag-and-drop sidebar for tagging that conveniently stays out of sight when not in use, and has an excellent cumulative tag cloud for browsing tagged files.</p>
<p>Despite some shortcomings, Punakea is well worth trying out because it is the only software that comes close to being an all-in-one solution for file system tagging.  You also can&#8217;t beat the price, although the software is still technically in beta and may be buggy.</p>
<p>To be honest, I&#8217;m pretty torn between Punakea and TagBot and have not settled on one to use myself.  If you prefer a simple tagging solution to supplement your folders and Spotlight use, then TagBot is likely the best solution.  If you&#8217;d like to try using tagging as your only way of organizing documents (or want a great tag browsing interface), then Punakea is the answer.</p>
<h4>Roll yer own</h4>
<p>Outside of TagBot and Punakea, <a href="http://quicksilver.blacktree.com/">Quicksilver</a> (free) is your best solution for file system tagging (it&#8217;s possible to use Applescript and <a href="http://obdev.at/products/launchbar/">LaunchBar</a> for tagging, as well, but Quicksilver has Spotlight comment editing integrated).  Some people also like to use <a href="http://www.stclairsoft.com/DefaultFolderX/">Default Folder X</a> (&#36;34.95) to throw tags into the Spotlight comments when they are saving files (further streamlining the process).  You may also find <a href="http://www.noodlesoft.com/hazel.php">Hazel</a> (&#36;21.95) useful for managing files, or even assigning tags automatically, although it will require some creativity on your part to come up with useful rules.</p>
<p>If you&#8217;d like an in-depth walkthrough on using Quicksilver and Default Folder X to tag files, try the Apple Blog&#8217;s series on using metadata in OS X.  Unfortunately, the series doesn&#8217;t have any internal navigation, but you can link to all five articles in the series from Tagamac&#8217;s <a href="http://tagamac.com/2007/08/tagging_resources/">tagging resources</a> article.</p>
<p>Of course, you could also eschew all that fancy schmancy software stuff, and just tag files using the Finder&#8217;s Get Info window.</p>
<p>Rolling your own file system tagging can be very rewarding; after all, you have complete control over every step of the workflow, so you can craft it to suit yourself.  However, it also requires the most energy, thought, and training.  If you&#8217;d like to roll your own system with the least amount of effort, then you&#8217;re likely best off with a combination of Quicksilver, TagBot, and possibly FileSpot.  Definitely check out the Apple Blog&#8217;s series mentioned above; it&#8217;s required reading for Quicksilver-based file system tagging.</p>
<h4>But wait, there&#8217;s more!</h4>
<p>Okay, I kind of lied when I said there were only two applications dedicated to file system tagging.  The thing is, there are only two obviously good options.  There is a third sort-of-good option, and a slew of stuff that&#8217;s unequivocally bad.</p>
<p>The third option is a Java application called <a href="http://www.inuron.com/">Nucle Browser</a> (free) and its companion, the McNucle server.  This is actually a very promising project, not least because of its cross-platform nature and ability to remotely access your tagged file system.  Of course, I can count the number of decent Java apps that I&#8217;ve used on one hand (and wouldn&#8217;t be impaired in said counting even if I lost a few fingers), but there you go.</p>
<p>Although my initial experiences with Nucle Browser were very negative, the most recent beta is much more useable.  Of course, the double application server/client setup is annoying, as is the occasional unresponsiveness, long launch time, and fact that they store your IP address on their server (which is how you connect the Nucle Browser to the McNucle server).  If you can get over these shortcomings, though, it definitely has potential.  I wouldn&#8217;t recommend Nucle Browser for most users, but if the feature-set sounds intriguing feel free to download it and give it a whirl.</p>
<p>Finally, if you&#8217;re really a glutton for punishment, you could try out <a href="http://www.macupdate.com/info.php/id/23385/droplight">DropLight</a>, <a href="http://desklampx.com/">DeskLamp</a>, <a href="http://www.aeroquartet.com/Lab/">Branding Iron</a>, or any number of <a href="http://pianomansam.110mb.com/software/software.html">Applescripts</a>.  I wouldn&#8217;t recommend it, though.  Most of this software is scraping the bottom of the barrel, and some of it has somehow managed to bury itself beneath the barrel entirely.</p>
<p>If you&#8217;re comfortable defining your own workflow using multiple pieces of software, then you will likely find file system tagging useful and rewarding.  If, however, you aren&#8217;t interested in putting that much effort into your tagging system or only need to tag a subset of your documents, you may find a file library more to your taste.  I&#8217;ll be covering file libraries next, so stay tuned, or, if you don&#8217;t want my advice, check out file libraries on the <a href="http://tagamac.com/software/#filelibrary">software page</a>.</p>
<p>Know of a better way to tag your file system?  <a href="http://tagamac.com/contact/">Let me know</a>!  I love to hear from readers, and I&#8217;m always looking for new software and workflows to try out.</p>
 <div class='series_links'><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Flibrary_vs_system%2F&amp;seed_title=File+system+tagging' title='File library vs. file system'>&larr; Previous in series</a>&nbsp; &nbsp;<a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F11%2Ffile_libraries%2F&amp;seed_title=File+system+tagging' title='Tagging files with file libraries'>Next in series &rarr;</a></div>]]></content:encoded>
			<wfw:commentRss>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F09%2Ffile_system_tagging%2F&#038;seed_title=File+system+tagging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The what</title>
		<link>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F09%2Fthe_what%2F&#038;seed_title=The+what</link>
		<comments>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F09%2Fthe_what%2F&#038;seed_title=The+what#comments</comments>
		<pubDate>Sun, 02 Sep 2007 16:00:13 +0000</pubDate>
		<dc:creator>Ian Beck</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[tagging]]></category>

		<guid isPermaLink="false">http://tagamac.com/2007/09/the_what/</guid>
		<description><![CDATA[Creating a consistent tagging system is like baking a perfect pie crust: it makes you salivate to think about, but some days it just doesn&#8217;t work out. Fortunately, consistent tagging (unlike a perfect pie crust) isn&#8217;t affected by humidity; all you need is some careful attention to detail. And perhaps the most important detail to [...]]]></description>
			<content:encoded><![CDATA[<div class='series_toc'><h3>Tagging guidelines</h3><ol><li><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F07%2Fbest_practices%2F&amp;seed_title=The+what' title='Tagging best practices'>Tagging best practices</a></li><li><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Fsingular_question%2F&amp;seed_title=The+what' title='A singular question'>A singular question</a></li><li><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Fspaces%2F&amp;seed_title=The+what' title='Replacing spaces'>Replacing spaces</a></li><li><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Fmore_to_life%2F&amp;seed_title=The+what' title='More to life than tags'>More to life than tags</a></li><li>The what</li></ol></div> <p>Creating a consistent tagging system is like baking a perfect pie crust: it makes you salivate to think about, but some days it just doesn&#8217;t work out.  Fortunately, consistent tagging (unlike a perfect pie crust) isn&#8217;t affected by humidity; all you need is some careful attention to detail.  And perhaps the most important detail to keep in mind while you are tagging is &#8220;the what&#8221;.</p>
<p>Quite simply, the what is just your answer to a two-part question: what item and what attributes?  Despite the simplicity of the question, knowing the what is a vital part of creating a consistent tagging system.  You can take or leave my <a href="http://tagamac.com/2007/07/best_practices/">SLS guidelines</a>, but if you really want consistency you&#8217;re going to have to ask yourself about attributes.<span id="more-87"></span></p>
<h4>What item?</h4>
<p>The first part of the what is usually pretty obvious: are you tagging <a href="http://www.bullstorm.se/KeywordManager.php">photos</a>, <a href="http://indev.ca/MailTags.html">email</a>, <a href="http://www.journler.com/">journal entries</a>, <a href="http://returnself.com/">characters in your novel</a>, or something else entirely?</p>
<p>Obvious as it may be, deciding what items you are tagging can still require some thought.  Although you can generally delineate items based on their file format, there are some exceptions to think about.  For instance, JPEGs, PNGs, and GIFs are all images while Word, Pages, and RTF documents are all text documents.  When answering &#8220;what item?&#8221; you&#8217;ll need to decide what items to group under a larger heading and which to separate out on their own.</p>
<p>Keep in mind that if you are grouping items you&#8217;ll want to use only the most generic groups.  Thinking of Pages and Word documents as essays is not useful, even if you only ever write essays in Word and Pages.  You may in the future write something in Word that is not an essay, and then your whole way of thinking about tags will get fouled up.  When you aren&#8217;t using items inside specific programs or individual file formats, use the most general categories of items that you can.</p>
<p>If you&#8217;re having some trouble thinking of what items you&#8217;re tagging, here&#8217;s a list of common ones to get you started:</p>
<ul>
<li>Photos (or images) &mdash; JPEGs, PNGs, TIFFs, etc.</li>
<li>Text documents &mdash; Word, Pages, RTF, etc.</li>
<li>Bookmarks (or web pages)</li>
<li>PDFs</li>
<li>Email</li>
<li>Other program-specific items</li>
</ul>
<p>Once you know what items you are tagging, you can figure out what attributes to tag.</p>
<h4>What attributes?</h4>
<p>Knowing what attributes you are tagging is the heart of the what, and the key to crafting a consistent tagging system.  Basically, you want to identify what you think of when you think of a given type of item.  You can do this by looking at items that you have tagged in the past to see trends in what kinds of tags you&#8217;re using or by brainstorming out a list of an item&#8217;s attributes (or for best results do both).</p>
<p>For example, perhaps you tag text documents based on their status (unfinished, first draft, revised, etc.), their genre (nonfiction, fiction, poetry, etc.), and their type of writing (essay, short story, fragment, etc.).  If so, then status, genre, and type of writing are the attributes that you are tagging, and you should try to use them for all text documents (to the extent that it makes sense).</p>
<p>The attributes that you&#8217;ll use will differ based on the type of item, so you&#8217;ll have to come up with a unique list for each item type.  Make sure not to use any attributes that are already available in the item&#8217;s metadata (after all, there&#8217;s <a href="http://tagamac.com/2007/08/more_to_life/">more to life than tags</a>).</p>
<p>Once you have your list of attributes for each type of item, you&#8217;ll need to decide which attributes on the list are worth tagging.  After all, if you think of a text document&#8217;s subject but are never going to search for text documents based on subject then there&#8217;s no reason to use a subject tag.</p>
<p>At last, though, you should have an idea of what attributes you want to tag for any given type of item, and then all that&#8217;s left is to consistently tag based on those attributes.  This will help you in two ways: first, you don&#8217;t have to waste time and energy when you&#8217;re tagging new items trying to figure out what tags to use because you&#8217;ll know which attributes you should tag.  Second, you&#8217;ll know what kind of tags to search or browse for to find different kinds of items.  And perhaps best of all, you&#8217;ll have a set of general guidelines based on your unique way of thinking about tagged items that will stay consistent over time.</p>
<p>There will of course be cases where you&#8217;ll not use an attribute for an item or will use another attribute, but in general knowing the what will allow you to keep your tags much more consistent than if you were just throwing tags on items based on your feelings and thoughts of the moment.</p>
<h4>Finding the what</h4>
<p>There&#8217;s no one correct way to find the what.  Some people may want to sit down before they start tagging at all and deliberately map out a list of attributes for each type of item they will tag.  If you do this, you&#8217;ll likely have a very consistent and well thought out tagging system.  However, you could also just keep the what in mind while you&#8217;re tagging and observe what attributes you tend to use.  It&#8217;ll be sloppier, but you&#8217;ll still end up with a more consistent tagging system than you would otherwise.</p>
<p>One last thing to remember is that the what will change over time.  New software will come out and you&#8217;ll think of new ways to organize items or begin to think about tagged items differently.  Even if you take the deliberate road and create a list of attributes to tag, you&#8217;ll need to be flexible.  Putting some effort into figuring out the what early on will certainly be worthwhile, but there is ultimately no fighting the vicissitudes of time and the human brain.</p>
 <div class='series_links'><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Fmore_to_life%2F&amp;seed_title=The+what' title='More to life than tags'>&larr; Previous in series</a>&nbsp; </div>]]></content:encoded>
			<wfw:commentRss>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F09%2Fthe_what%2F&#038;seed_title=The+what/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More to life than tags</title>
		<link>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Fmore_to_life%2F&#038;seed_title=More+to+life+than+tags</link>
		<comments>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Fmore_to_life%2F&#038;seed_title=More+to+life+than+tags#comments</comments>
		<pubDate>Thu, 23 Aug 2007 04:17:44 +0000</pubDate>
		<dc:creator>Ian Beck</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[tagging]]></category>

		<guid isPermaLink="false">http://tagamac.com/2007/08/more_to_life/</guid>
		<description><![CDATA[I&#8217;ve said it before and I&#8217;ll say it again: tags are an extremely flexible way to organize the mad rush of information that is your computer. As you no doubt have picked up (from the existence of this blog, if nothing else), I have a bit of a love affair with tags. However, while tag-love [...]]]></description>
			<content:encoded><![CDATA[<div class='series_toc'><h3>Tagging guidelines</h3><ol><li><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F07%2Fbest_practices%2F&amp;seed_title=More+to+life+than+tags' title='Tagging best practices'>Tagging best practices</a></li><li><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Fsingular_question%2F&amp;seed_title=More+to+life+than+tags' title='A singular question'>A singular question</a></li><li><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Fspaces%2F&amp;seed_title=More+to+life+than+tags' title='Replacing spaces'>Replacing spaces</a></li><li>More to life than tags</li><li><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F09%2Fthe_what%2F&amp;seed_title=More+to+life+than+tags' title='The what'>The what</a></li></ol></div> <p>I&#8217;ve said it before and I&#8217;ll say it again: tags are an extremely flexible way to organize the mad rush of information that is your computer.  As you no doubt have picked up (from the existence of this blog, if nothing else), I have a bit of a love affair with tags.</p>
<p>However, while tag-love is a special and beautiful thing, if you are going to create a really great tagging system one of the most important things you have to know is when not to tag.<span id="more-77"></span></p>
<p>Remembering that there&#8217;s more to life than tags is sometimes difficult, particularly if you&#8217;ve just discovered tags and had that little &#8220;ah-ha!&#8221; moment when you realized that folders are not the only way (if you haven&#8217;t had this moment, take it from me: it&#8217;s a good one).  Many converts to tagging, in their zeal to jump into a new system of organization, forget a simple fact: tags are the least effective metadata you have available to use.</p>
<p>This is because most metadata comes in key / value pairs.  The key is what the information is (for example, the date a document was created), and the value is the information specific to the item (for example, I have a text document on my computer that was created on Dec. 17, 2005).  Key / value metadata is really useful, because you can search a specific key based on a specific value, so you know exactly what kind of items you should find.  Custom searches can be targeted very effectively using key / value metadata.</p>
<p>Tags, unlike most metadata, are just a value.  Unless you get tricky with your tagging, a tag contains no information about what it represents.  If I tag a photo &#8220;paris&#8221; it could be the city or the celebrity, and until I&#8217;ve looked at each of the photos that my search turns up I won&#8217;t know.</p>
<p>Because searching through key / value metadata is far more effective than searching through tags, you need to make sure you know what kinds of metadata are already attached to the items you are tagging.  Unless you&#8217;ve made a conscious effort not to duplicate information from key / value metadata in your tags, you may well discover that tagging and finding items is more of a head-ache than it&#8217;s worth.</p>
<p>There are several ways you can find out what metadata is attached to an item before you begin tagging.  The Finder&#8217;s Get Info window is an excellent place to discover the basic, automatic information that gets attached to every file on your computer.  You can also choose <strong>File&rarr;New Smart Folder</strong> in the Finder to see some of the information that you can easily search.  Third party Spotlight extenders like <a href="http://mac.synthesisstudios.com/mac/filespot/about/">FileSpot</a> can help even more in this regard.  In iPhoto, you can find the large amount of information automatically attached to photographs by selecting a photograph and choosing <strong>Photos&rarr;Get Info</strong> or hitting <strong>command-I</strong>.  Most other programs that include tags have some sort of key / value metadata attached to items, as well.  You just have to find it.  (The shortcut <strong>command-I</strong> is fairly prevalent for getting such info; if you&#8217;re at a loss, just try it to see what happens.)</p>
<p>Once you&#8217;ve figured out what metadata is already attached to a type of item, then when you&#8217;re tagging those items you should make a conscious effort not to duplicate that metadata.</p>
<p>Tags are amazing and flexible, but unless you know when not to tag they will make your life needlessly complicated.</p>
 <div class='series_links'><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Fspaces%2F&amp;seed_title=More+to+life+than+tags' title='Replacing spaces'>&larr; Previous in series</a>&nbsp; &nbsp;<a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F09%2Fthe_what%2F&amp;seed_title=More+to+life+than+tags' title='The what'>Next in series &rarr;</a></div>]]></content:encoded>
			<wfw:commentRss>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Fmore_to_life%2F&#038;seed_title=More+to+life+than+tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tagging for productivity</title>
		<link>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Fproductivity_tagging%2F&#038;seed_title=Tagging+for+productivity</link>
		<comments>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Fproductivity_tagging%2F&#038;seed_title=Tagging+for+productivity#comments</comments>
		<pubDate>Tue, 21 Aug 2007 09:36:02 +0000</pubDate>
		<dc:creator>Ian Beck</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[links]]></category>

		<guid isPermaLink="false">http://tagamac.com/2007/08/productivity_tagging/</guid>
		<description><![CDATA[I suppose I&#8217;ve put off talking about the actual tools you&#8217;ll use for tagging long enough. It&#8217;s time to do a run-down of the available tagging software with some advice from your&#8217;s truly on whether it&#8217;s worth using or not. This series will focus on the different areas where you might be tagging: productivity (read: [...]]]></description>
			<content:encoded><![CDATA[<div class='series_toc'><h3>Tags for every situation</h3><ol><li>Tagging for productivity</li><li><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Flibrary_vs_system%2F&amp;seed_title=Tagging+for+productivity' title='File library vs. file system'>File library vs. file system</a></li><li><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F09%2Ffile_system_tagging%2F&amp;seed_title=Tagging+for+productivity' title='File system tagging'>File system tagging</a></li><li><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F11%2Ffile_libraries%2F&amp;seed_title=Tagging+for+productivity' title='Tagging files with file libraries'>Tagging files with file libraries</a></li></ol></div> <p>I suppose I&#8217;ve put off talking about the actual tools you&#8217;ll use for tagging long enough.  It&#8217;s time to do a run-down of the available tagging software with some advice from your&#8217;s truly on whether it&#8217;s worth using or not.</p>
<p>This series will focus on the different areas where you might be tagging: productivity (read: miscellaneous), file libraries and the file system, photos, bookmarks, and general writing.  These articles will not contain specific workflow examples, however; I&#8217;m just pointing out the tools you can use.  I&#8217;ll get to how best to actually use them later.<span id="more-57"></span></p>
<p>I&#8217;m starting with my miscellaneous category because it contains what is essentially the One True Tagging Tool on the Mac: <a href="http://www.indev.ca/MailTags.html">MailTags</a>.</p>
<p>MailTags is not a perfect example of tagging or browsing (some of its failings are that it has auto-completion on single emails only, a clumsy contextual menu for multiple emails, and only allows searches or saved searches to locate items).  However, it is still quite possibly the most useful tagging implementation on the Mac.  Other programs make a point of stating that they are compatible with MailTags.  That&#8217;s how cool it is.</p>
<p>The reason MailTags is so useful is because it does more than just tagging.  The tagging, if you use it carefully and thoughtfully, will make locating and filing emails a lot easier and simpler than the old folder system (hint: define some rules to apply tags, and do it early).  MailTags also offers iCal integration, project management, and more, which is what makes it really stand out as a must-have app.  This is perhaps a useful object lesson: you can do a lot of cool stuff with tags, but the best tagging software will implement tagging into a larger picture.</p>
<p>Next up is <a href="http://www.igtd.pl/">iGTD</a>, the &#8220;getting things done&#8221; app from Bartek Bargiel.  Although I&#8217;ve written an <a href="http://tagamac.com/2007/08/igtd_review/">in-depth review of iGTD</a>, the short version is that iGTD is a very powerful application that is overly complicated to use.  Tagging in particular seems like a feature that is of limited usefulness, although the integration with MailTags is definitely a big plus.</p>
<p>If you do much coding, you might want to try out <a href="http://www.mcubedsw.com/software/codecollectorpro/">Code Collector Pro</a>, an app that stores snippets of code and sports a number of fun features beyond tags, such as support for TextMate syntax coloring bundles.  Tags and smart views are the main organization within the program, and work nicely.  Although text expanding programs or TextMate snippets might serve you just as well, Code Collector Pro is definitely worth a look-see if you need a quick and easy way to track reusable snippets of code.</p>
<p>Finances in need of some tags to make sorting them out easier?  Check out <a href="http://www.midnightapps.com/">Cha-Ching</a>.  Although the program is nowhere near as powerful as many financial managers, it is a lot simpler and it has a nice tagging implementation with useful and simple smart folders.  I&#8217;ve been using it for a month or two and been overall pretty happy with it.  Then again, my needs are simple and I&#8217;m biased towards tags.</p>
<p>Should you enjoy using 37signal&#8217;s <a href="http://www.backpackit.com/">Backpack</a> service you should definitely check out <a href="http://infinitenil.com/packrat/">PackRat</a>, a desktop client to the web-based Backpack.  I am not a big Backpack fan, but it can definitely be a useful service, and PackRat brings it offline; always a nice addition to a sweet web 2.0 application.</p>
<p>Of course, this is hardly an exhaustive list of tagging programs that can help your productivity out, but most of the others can be more easily categorized.  Next up I&#8217;ll be covering those favorites of tagging junkies: file libraries and file system tagging.</p>
 <div class='series_links'> &nbsp;<a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Flibrary_vs_system%2F&amp;seed_title=Tagging+for+productivity' title='File library vs. file system'>Next in series &rarr;</a></div>]]></content:encoded>
			<wfw:commentRss>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Fproductivity_tagging%2F&#038;seed_title=Tagging+for+productivity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Replacing spaces</title>
		<link>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Fspaces%2F&#038;seed_title=Replacing+spaces</link>
		<comments>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Fspaces%2F&#038;seed_title=Replacing+spaces#comments</comments>
		<pubDate>Wed, 08 Aug 2007 17:47:46 +0000</pubDate>
		<dc:creator>Ian Beck</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[tagging]]></category>

		<guid isPermaLink="false">http://tagamac.com/2007/08/spaces/</guid>
		<description><![CDATA[Sadly, not all tagging software is coded equal. Sometimes tags are thrown in as just one more bell or whistle, intended to plump up a feature-set without being particularly useful. Other times developers don&#8217;t understand tags themselves and end up implementing them in a way that is not as friendly as it should be. Sometimes [...]]]></description>
			<content:encoded><![CDATA[<div class='series_toc'><h3>Tagging guidelines</h3><ol><li><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F07%2Fbest_practices%2F&amp;seed_title=Replacing+spaces' title='Tagging best practices'>Tagging best practices</a></li><li><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Fsingular_question%2F&amp;seed_title=Replacing+spaces' title='A singular question'>A singular question</a></li><li>Replacing spaces</li><li><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Fmore_to_life%2F&amp;seed_title=Replacing+spaces' title='More to life than tags'>More to life than tags</a></li><li><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F09%2Fthe_what%2F&amp;seed_title=Replacing+spaces' title='The what'>The what</a></li></ol></div> <p>Sadly, not all tagging software is coded equal.  Sometimes tags are thrown in as just one more bell or whistle, intended to plump up a feature-set without being particularly useful.  Other times developers don&#8217;t understand tags themselves and end up implementing them in a way that is not as friendly as it should be.  Sometimes supporting spaces in tags causes other problems (such is the case when trying to roll your own tagging system using Spotlight comments).</p>
<p>In any case, you may well run across a piece of tagging software that does not allow you to use spaces in your tags, which can be a major pain in the nether regions.  What you do about it is really up to you (although of course I have some suggestions), but when you decide remember the tagging mantra: consistency, consistency, consistency.  Pick something and stick with it.<span id="more-22"></span></p>
<p>Developers disallow spaces in tags for any number of reasons.  Some, such as the difficulties with Spotlight comments, are totally legit and you just have to work around them.  Others, such as the idea that tags should only ever be a single word, merely show that they don&#8217;t really understand tagging (sometimes it is impossible to use a single word; for instance, when I&#8217;m using <a href="http://midnightapps.com/">Cha-Ching</a> to file my financial expenses, I need to tag some of them &#8220;one crayon&#8221; so I know it&#8217;s a <a href="http://onecrayon.com/">One Crayon</a> business expense; thankfully, Cha-Ching is friendly about spaces).  In these cases, file those feature requests!</p>
<p>Whatever the reasons, we&#8217;re living in the present and not some perfect world of the future, so your best option is to use some character to substitute for a space.</p>
<p>I highly recommend the underscore.  Underscores have been a standard space replacement online for quite some time; it looks kind of like a space, it&#8217;s about the same size as a space, and it doesn&#8217;t really have any other practical usage now that typewriters are out of fashion.</p>
<p>Other good options are the hyphen and the plus sign, but they are less desirable for two reasons: 1) they are more intrusive when it comes to reading the tag, and 2) they are sometimes used for more powerful searching.  Of course, if the software developer disallowed spaces, then they may well not support AND/OR and NOT searching, but you never know what the future may hold.</p>
<p>Another option, of course, is to go wiki-style and use camel case (for example: &#8220;ShortStory&#8221;).  I personally advise against this because it opens up an even nastier can of worms than normal in the lowercase/uppercase debate (do you capitalize the first word or not?  What about for proper nouns?), but it is as always up to you.</p>
<p>If you are lucky, of course, the software will be friendly enough to substitute an underscore when you hit the spacebar (instead of completing the tag).  But if not, go with the underscore anyway.  It&#8217;s a winner.</p>
 <div class='series_links'><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Fsingular_question%2F&amp;seed_title=Replacing+spaces' title='A singular question'>&larr; Previous in series</a>&nbsp; &nbsp;<a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Fmore_to_life%2F&amp;seed_title=Replacing+spaces' title='More to life than tags'>Next in series &rarr;</a></div>]]></content:encoded>
			<wfw:commentRss>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Fspaces%2F&#038;seed_title=Replacing+spaces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some tagging resources</title>
		<link>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Ftagging_resources%2F&#038;seed_title=Some+tagging+resources</link>
		<comments>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Ftagging_resources%2F&#038;seed_title=Some+tagging+resources#comments</comments>
		<pubDate>Tue, 07 Aug 2007 02:42:16 +0000</pubDate>
		<dc:creator>Ian Beck</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[tagging]]></category>

		<guid isPermaLink="false">http://tagamac.com/2007/08/tagging_resources/</guid>
		<description><![CDATA[My vision for Tagamac involves turning it into a resource that helps people with all aspects of tagging: understanding the concepts, finding software, creating a workflow, tagging consistently, etc. However, that&#8217;s a lot to cover, and it&#8217;s going to take me time to get to everything. While I&#8217;m plugging away at it, though, there are [...]]]></description>
			<content:encoded><![CDATA[<p>My vision for Tagamac involves turning it into a resource that helps people with all aspects of tagging: understanding the concepts, finding software, creating a workflow, tagging consistently, etc.  However, that&#8217;s a lot to cover, and it&#8217;s going to take me time to get to everything.  While I&#8217;m plugging away at it, though, there are people out there who want to know how to tag <em>right now</em>.  Quite frankly, in its current inception, Tagamac is not particularly helpful when it comes to jumping straight into tags.  I don&#8217;t have any software recommendations or workflow advice; so far I&#8217;ve mainly been <a href="http://tagamac.com/tags/definition/">defining</a> and offering basic <a href="http://tagamac.com/2007/07/best_practices/">guidelines</a>.</p>
<p>I will try to get some software recommendations and reviews written in the near future, but it may be some time before I&#8217;m able to jump headfirst into real workflows.  In the meantime, I&#8217;d like to offer some good resources elsewhere on the web that you can use to get your tagging system off the ground.  Sadly, I haven&#8217;t been able to locate many good resources (which is a big reason I started Tagamac, actually), but at least there&#8217;s a few.<span id="more-51"></span></p>
<p>Probably your best bet when thinking about tagging is <a href="http://theappleblog.com/">The Apple Blog&#8217;s</a> wonderful, step-by-step overview of file system tagging using <a href="http://quicksilver.blacktree.com/">Quicksilver</a> and <a href="http://www.stclairsoft.com/DefaultFolderX/">Default Folder X</a>.  Here are the links to the complete five part series:</p>
<ul>
<li><a href="http://theappleblog.com/2007/02/01/using-metadata-effectively-in-os-x/">Part One: Using Metadata Effectively</a></li>
<li><a href="http://theappleblog.com/2007/02/09/2nd-metadata-post/">Part Two: The Tools</a></li>
<li><a href="http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/">Part Three: Screencast</a></li>
<li><a href="http://theappleblog.com/2007/02/20/answering-metadata-screencast-questions/">Part Four: Answering Screencast Questions</a></li>
<li><a href="http://theappleblog.com/2007/03/01/metadata-in-os-x-wrap-up/">Part Five: Wrap Up</a></li>
</ul>
<p>If you are interested in collaborative or public tagging (through services such as <a href="http://del.icio.us">del.icio.us</a>), then you may find Wired&#8217;s <a href="http://www.wired.com/science/discoveries/news/2005/10/69084">Tips from Top Taggers</a> or TechSoup&#8217;s <a href="http://www.techsoup.org/learningcenter/webbuilding/page5508.cfm">Thirteen Tips for Effective Tagging</a> interesting.</p>
<p>I&#8217;ve found some other articles on tagging, but they tend to either focus on very limited tagging systems (such as those on a single website), or not provide much of use.  If you know of any other great articles or websites that offer good tips on tagging, please <a href="http://tagamac.com/contact/">let me know</a>!  I don&#8217;t want to leave anyone out in the cold while I&#8217;m working on my great crusade to create a full and complete tagging resource, but I certainly don&#8217;t have encyclopedic knowledge of everything that&#8217;s been written about tags.</p>
]]></content:encoded>
			<wfw:commentRss>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Ftagging_resources%2F&#038;seed_title=Some+tagging+resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A singular question</title>
		<link>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Fsingular_question%2F&#038;seed_title=A+singular+question</link>
		<comments>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Fsingular_question%2F&#038;seed_title=A+singular+question#comments</comments>
		<pubDate>Sun, 05 Aug 2007 21:24:33 +0000</pubDate>
		<dc:creator>Ian Beck</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[tagging]]></category>

		<guid isPermaLink="false">http://tagamac.com/2007/08/singular_question/</guid>
		<description><![CDATA[Since I published my advice on tagging best practices, the most common question I&#8217;ve received has been something along the lines of &#8220;why the heck would you use singular tags?&#8221; Everyone agrees that consistency is the name of the game, and it&#8217;s hard to argue with succinctness. Some people disagree with using lowercase tags, but [...]]]></description>
			<content:encoded><![CDATA[<div class='series_toc'><h3>Tagging guidelines</h3><ol><li><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F07%2Fbest_practices%2F&amp;seed_title=A+singular+question' title='Tagging best practices'>Tagging best practices</a></li><li>A singular question</li><li><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Fspaces%2F&amp;seed_title=A+singular+question' title='Replacing spaces'>Replacing spaces</a></li><li><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Fmore_to_life%2F&amp;seed_title=A+singular+question' title='More to life than tags'>More to life than tags</a></li><li><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F09%2Fthe_what%2F&amp;seed_title=A+singular+question' title='The what'>The what</a></li></ol></div> <p>Since I published my advice on <a href="http://tagamac.com/2007/07/best_practices/">tagging best practices</a>, the most common question I&#8217;ve received has been something along the lines of &#8220;why the heck would you use singular tags?&#8221;  Everyone agrees that consistency is the name of the game, and it&#8217;s hard to argue with succinctness.  Some people disagree with using lowercase tags, but quite honestly it&#8217;s mainly personal preference (unless the program uses case-sensitive searching).</p>
<p>Whether or not to use singular tags, though, is a much more open question, and I&#8217;d like to lay out the reasons that I included a recommendation to stick to singular.<span id="more-42"></span></p>
<p>First I should mention that I don&#8217;t think every tag should be singular; whether or not you use singular tags is highly situational.  For instance, if you have a photograph with a group of people in it, then tagging it &#8220;person&#8221; is utterly ridiculous.  When I advise using singular tags, my hope is that people will try to stick to singular tags only when appropriate.  If singular tags are the baseline, then searching for &#8220;people&#8221; as opposed to &#8220;person&#8221; means you get two different sets of items rather than one set of items that includes both.  (Of course it can work the other way if you use plural tags as your baseline, too.  Whatever makes the most sense to you is what matters.)</p>
<p>Second, a major assumption that I held going into the best practices article was that you are tagging items in a desktop program for personal usage.  In this case, there is no question over what you will search for because you have complete control over all three <a href="http://tagamac.com/2007/07/parts_of_tagging/">parts of tagging</a>.  However, if you are tagging items so that other people will find them (the case in most online tagging), you will need to think about tags differently.  Sticking to plural tags may actually benefit you more for online tagging, because people tend to think of tags online as categories.  Neglecting to mention that my SLS guidelines are most appropriate for personal use was an oversight of mine; there are large differences between personal, public, and collaborative tagging.</p>
<p>Ideally, of course, your tagging software would permit creating synonyms for tags.  Unfortunately, we don&#8217;t live in an ideal world, and this is pretty rare (might even be non-existent; off the top of my head I can&#8217;t think of any software that supports tag synonyms).</p>
<p>At base, whether you tag by default with singular or plural really relies on how you think about tags: are you tagging what an item <em>is</em> or what an item <em>is one of</em>?  In the first case, you should use singular as much as you can.  In the second, you should stick to plural.  For example, I could tag this article &#8220;clarification&#8221; because I am clarifying an earlier argument.  Or I could decide that my &#8220;clarification&#8221; tag is more like a category; it contains multiple items, each of which is a clarification.  In that case, I would tag this post &#8220;clarifications&#8221;.</p>
<p>I personally prefer to use singular tags as my default because I think of tags as terms that describe a specific item.  For me, a tag says, &#8220;This item is a [blank]&#8220;.  I am not sorting items into categories; rather I am attaching descriptive terms to items.  The wonderful thing about tags, though, is that if thinking about tags like this makes no sense to you, you don&#8217;t have to follow my advise.</p>
<p>I knew when I included both lowercase and singular into my little &#8220;SLS&#8221; scheme that they were mostly reliant on individual preference.  The reason that I included them, however, is because both the capitalization and plurality of your tags are things you must consider when you are building a tagging system.  I don&#8217;t care whether you tag things the way I do; what I care about is that you think about the issue before you start tagging inconsistently and causing a lot of pain for yourself.</p>
<p>I hope this has helped to clarify my standpoint on the plurality of tags!  If you have any thoughts on the matter, I would love to <a href="http://tagamac.com/contact/">hear from you</a>!</p>
 <div class='series_links'><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F07%2Fbest_practices%2F&amp;seed_title=A+singular+question' title='Tagging best practices'>&larr; Previous in series</a>&nbsp; &nbsp;<a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Fspaces%2F&amp;seed_title=A+singular+question' title='Replacing spaces'>Next in series &rarr;</a></div>]]></content:encoded>
			<wfw:commentRss>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Fsingular_question%2F&#038;seed_title=A+singular+question/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tagging best practices</title>
		<link>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F07%2Fbest_practices%2F&#038;seed_title=Tagging+best+practices</link>
		<comments>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F07%2Fbest_practices%2F&#038;seed_title=Tagging+best+practices#comments</comments>
		<pubDate>Sat, 28 Jul 2007 21:28:42 +0000</pubDate>
		<dc:creator>Ian Beck</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[tagging]]></category>

		<guid isPermaLink="false">http://tagamac.com/2007/07/best_practices/</guid>
		<description><![CDATA[In all honesty, best practices for tagging vary greatly depending on the type of tagging system and tag browser you are using. Additionally, because tags are so flexible, how you use them also relies a lot on what makes sense to you. There are still some things you should think about when you tag, though, [...]]]></description>
			<content:encoded><![CDATA[<div class='series_toc'><h3>Tagging guidelines</h3><ol><li>Tagging best practices</li><li><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Fsingular_question%2F&amp;seed_title=Tagging+best+practices' title='A singular question'>A singular question</a></li><li><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Fspaces%2F&amp;seed_title=Tagging+best+practices' title='Replacing spaces'>Replacing spaces</a></li><li><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Fmore_to_life%2F&amp;seed_title=Tagging+best+practices' title='More to life than tags'>More to life than tags</a></li><li><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F09%2Fthe_what%2F&amp;seed_title=Tagging+best+practices' title='The what'>The what</a></li></ol></div> <p><img class='right noborder' src='http://tagamac.com/wp-content/uploads/2007/07/sls.jpg' alt='Consistency: succinct, lowercase, singular' />In all honesty, best practices for tagging vary greatly depending on the type of tagging system and tag browser you are using.  Additionally, because tags are so flexible, how you use them also relies a lot on what makes sense to you.  There are still some things you should think about when you tag, though, and I think they&#8217;re important enough that I&#8217;m posting them now before I dive more in-depth into tags.</p>
<p>First off is tagging&#8217;s golden rule: <strong>be consistent</strong>.  You can disregard every other piece of advice I give you, but consistency is the single thing you must strive for when tagging.  Everything else is window dressing.  That said, here are three things that I think almost every tag should be, regardless of what program or system you&#8217;re using: <strong>succinct</strong>, <strong>lowercase</strong>, and <strong>singular</strong>.<span id="more-15"></span></p>
<h4>Succinct</h4>
<p>Of the three, this is the one that is absolutely necessary.  Tags must be <strong>short</strong>, <strong>simple</strong>, and <strong>memorable</strong>.  Always pick a single word over a phrase.  Pick a word that is the most descriptive you can think of, but is also one you will remember later.  Never use a complicated word when a simple one will work.</p>
<p>A succinct tag is easier to remember when you are tagging later items or searching, quicker to comprehend when you&#8217;re scanning through tags, and improves your sex appeal.</p>
<p>Alright, so good tagging and sex appeal aren&#8217;t actually related; you get the point.  Be succinct.</p>
<h4>Lowercase</h4>
<p>Keeping all of your tags lowercase is a really, really good idea, but you won&#8217;t be struck by lightning or anything if you capitalize them.  The main reason to stick with lowercase is consistency.  Not only are tags generally lowercase by convention (which means some programs may have difficulties with upper case letters in tags), but lowercase is a better default.</p>
<p>For one thing, if you keep all your tags lowercase, then it is impossible to have problems with a program mistakenly matching the case of a tag.  For another, it is easier to maintain consistency if you always use lowercase letters.  Capitalizing only proper nouns may work, but down the road you may change which words you capitalize or use capitalization inconsistently with some words.  And hey, lowercase letters are just quicker to type.</p>
<p>You don&#8217;t have to keep everything lowercase, but I strongly recommend it (grammar-Nazi that I am, when I first started using tags I capitalized proper nouns; then I sat down and thought about it and realized I was being a bit silly).</p>
<h4>Singular</h4>
<p>Of my three best practice guidelines, this is the one that you&#8217;ll ignore the most.  The reason that I include it at all is that <strong>you should only use plural tags when absolutely necessary</strong>.  If you stick to singular words by default, then it reduces the questions you may have when searching your tags.  &#8220;Did I tag that photo &#8216;people&#8217; or &#8216;person&#8217;?&#8221; is a question that wastes your time and adds unnecessary difficulty to tagging.</p>
<p>By consciously making an effort to keep everything single, you will improve your ability to find exactly what you are looking for, which is what tags are all about.  There are certainly times when you should use a plural tag; just make it count.</p>
<h4>Consistency</h4>
<p>At root having &#8220;SLS&#8221; tags is really all about consistency.  By keeping your tags succinct, lowercase, and singular, you&#8217;ll be making it easier to search them and tag similar items consistently.</p>
<p>There is, however, a lot of variation in how to tag an item.  Whether you use specific or general tags, more or fewer tags, and redundant or distinct tags has more to do with the software you are using than anything else.  But that&#8217;s a topic for another time; for now, I hope you will find the idea of SLS tags useful!</p>
 <div class='series_links'> &nbsp;<a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Fsingular_question%2F&amp;seed_title=Tagging+best+practices' title='A singular question'>Next in series &rarr;</a></div>]]></content:encoded>
			<wfw:commentRss>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F07%2Fbest_practices%2F&#038;seed_title=Tagging+best+practices/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

