<?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; tagging</title>
	<atom:link href="http://tagamac.com/tags/tagging/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>OpenMeta officially released</title>
		<link>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2009%2F01%2Fopenmeta_released%2F&#038;seed_title=OpenMeta+officially+released</link>
		<comments>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2009%2F01%2Fopenmeta_released%2F&#038;seed_title=OpenMeta+officially+released#comments</comments>
		<pubDate>Tue, 20 Jan 2009 16:33:30 +0000</pubDate>
		<dc:creator>Ian Beck</dc:creator>
				<category><![CDATA[Software updates]]></category>
		<category><![CDATA[10.5]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[tagging]]></category>

		<guid isPermaLink="false">http://tagamac.com/?p=393</guid>
		<description><![CDATA[Yesterday was a big day for tagging; aside from the release of Tags, Ironic Software officially released OpenMeta, their new open source framework for tagging miscellaneous files using extended attributes (xattr) on Mac OS X 10.5. In addition to the OpenMeta code itself, they also released Tagger&#8212;a free utility for tagging, rating, or finding files [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday was a big day for tagging; aside from the release of <a href="http://gravityapps.com/tags/">Tags</a>, Ironic Software officially released <a href="http://code.google.com/p/openmeta/">OpenMeta</a>, their new open source framework for tagging miscellaneous files using extended attributes (xattr) on Mac OS X 10.5.  In addition to the OpenMeta code itself, they also released Tagger&mdash;a free utility for tagging, rating, or finding files using OpenMeta&mdash;and OMTool&mdash;a command lined utility for working with OpenMeta metadata.  Both utilities are available for download from the <a href="http://ironicsoftware.com/">Ironic Software homepage</a>.</p>
<p>The exciting part about OpenMeta is that developers finally have a standardized way to assign and read tags on files (other than the less-than-ideal Spotlight comment hack of yore) which has the potential to free users from getting tied down to a particular solution.  Aside from Tags and <a href="http://ironicsoftware.com/deep/">Deep</a> (the first of which is compatible with OpenMeta, the second of which was the first program to use it), <a href="http://indev.ca/MailTags.html">MailTags</a> is also in the process of <a href="http://twitter.com/indev/status/1132124180">joining the OpenMeta bandwagon</a> (not available in public builds yet, unfortunately). Hopefully software like <a href="http://reinventedsoftware.com/together/">Together</a>, <a href="http://c-command.com/eaglefiler/">EagleFiler</a>, and others of that ilk will also begin to incorporate OpenMeta, allowing users to tag and find files across the system and their various tagging programs without needing to keep all of those programs running.</p>
]]></content:encoded>
			<wfw:commentRss>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2009%2F01%2Fopenmeta_released%2F&#038;seed_title=OpenMeta+officially+released/feed/</wfw:commentRss>
		<slash:comments>0</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>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>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>The realms of tagging</title>
		<link>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Ftagging_realms%2F&#038;seed_title=The+realms+of+tagging</link>
		<comments>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Ftagging_realms%2F&#038;seed_title=The+realms+of+tagging#comments</comments>
		<pubDate>Fri, 17 Aug 2007 16:00:16 +0000</pubDate>
		<dc:creator>Ian Beck</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[definition]]></category>
		<category><![CDATA[tagging]]></category>

		<guid isPermaLink="false">http://tagamac.com/2007/08/tagging_realms/</guid>
		<description><![CDATA[Tagging as a popular phenomenon was developed online, where many tagging systems feature tags created by the members of a site. Thanks to this phenomenon, a lot of the intellectual thought about tagging centers around &#8220;folksonomies&#8221; and other ideas of collaborative tagging. However, there are actually three distinct realms of tagging, and each requires you [...]]]></description>
			<content:encoded><![CDATA[<div class='series_toc'><h3>Defining tagging</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%2Fparts_of_tagging%2F&amp;seed_title=The+realms+of+tagging' title='The parts of tagging'>The parts of 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%2F08%2Ftag_browsers%2F&amp;seed_title=The+realms+of+tagging' title='Tag browsers'>Tag browsers</a></li><li>The realms of tagging</li></ol></div> <p>Tagging as a popular phenomenon was developed online, where many tagging systems feature tags created by the members of a site.  Thanks to this phenomenon, a lot of the intellectual thought about tagging centers around &#8220;folksonomies&#8221; and other ideas of collaborative tagging.</p>
<p>However, there are actually three distinct realms of tagging, and each requires you think about tagging in a slightly different way: <strong>private</strong>, <strong>public</strong>, and <strong>collaborative</strong>.<span id="more-49"></span></p>
<p>All three realms are hopefully somewhat self-explanatory, but there are some interesting things to note about each.</p>
<h4>Private</h4>
<p>A private tagging system is one where a single individual tags items, searches for items, and browses for items.  This is the single easiest type of tagging, because it requires the least thought.  You can tag things the way you think about them without worrying how other people may think.</p>
<p>Private tagging systems are most often found in desktop software, but occasionally do make their way online.  A lot of the early advice that I&#8217;ve published on Tagamac assumes that you are crafting a personal tagging system because of my early focus with Tagamac on desktop tagging.</p>
<h4>Public</h4>
<p>A public tagging system is created and maintained by a single individual, but other people can search and browse the tags.  An excellent example is the tags on every Tagamac article: I&#8217;m in complete control of them, but they are intended for the benefit of other people.</p>
<p>Public tagging is trickier than private tagging because besides being consistent, you also have to consider how the other people will use tags when browsing and searching, and tag accordingly.  For example, my advice to keep tags singular may not be a good idea in public tagging, where people tend to think of tags as categories rather than information attached to a specific item.</p>
<p>It&#8217;s worth noting that you may well make different choices when tagging if the other users are searching or browsing for tags.  In a browsing system, you don&#8217;t have to worry quite as much at what might be the terms that come first to mind for your visitors, because they&#8217;ll have all the terms in front of them.  If it is a searching system, though, you&#8217;ll have to keep the ways your visitors might be thinking firmly in the forefront of your mind.</p>
<h4>Collaborative</h4>
<p>In a collaborative tagging system every user tags items.  This kind of system is fairly prevalent online.  &#8220;Folksonomy&#8221; is often used to refer to collaborative tagging.</p>
<p>Collaborative tagging has a lot of strengths, but consistency is usually not one of them.  Because everyone tags differently, tags can quickly become a giant mess.  On the other hand, if the user base is large enough items tend to be tagged more thoroughly than in either a private or public system.  Generally, if you are contributing to a collaborative tagging system (such as <a href="http://del.icio.us">del.icio.us</a> or <a href="http://flicr.com">Flickr</a>) you should try to keep your personal tagging system consistent (to maintain your own sanity) and also try to consistently use the tagging conventions that have evolved in the tagging system you&#8217;re using.</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%2Ftag_browsers%2F&amp;seed_title=The+realms+of+tagging' title='Tag browsers'>&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%2F08%2Ftagging_realms%2F&#038;seed_title=The+realms+of+tagging/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>UTW-RPC update: 1.5</title>
		<link>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Futw-rpc_15%2F&#038;seed_title=UTW-RPC+update%3A+1.5</link>
		<comments>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Futw-rpc_15%2F&#038;seed_title=UTW-RPC+update%3A+1.5#comments</comments>
		<pubDate>Mon, 06 Aug 2007 20:33:08 +0000</pubDate>
		<dc:creator>Ian Beck</dc:creator>
				<category><![CDATA[Software updates]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[tagging]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://tagamac.com/2007/08/utw-rpc_15/</guid>
		<description><![CDATA[Although this isn&#8217;t really a piece of software, per se, Circle Six Design updated their UTW-RPC WordPress plugin to work with WordPress 2.2.1+. The plugin allows remote editing using tools such as ecto or MarsEdit to assign tags using the popular Ultimate Tag Warrior or Simple Tagging plugins. The WordPress admin area is alright, but [...]]]></description>
			<content:encoded><![CDATA[<p>Although this isn&#8217;t really a piece of software, per se, <a href="http://blog.circlesixdesign.com/">Circle Six Design</a> updated their UTW-RPC WordPress plugin to work with WordPress 2.2.1+.  The plugin allows remote editing using tools such as <a href="http://ecto.kung-foo.tv/">ecto</a> or <a href="http://www.red-sweater.com/marsedit/">MarsEdit</a> to assign tags using the popular <a href="http://neato.co.nz/ultimate-tag-warrior/">Ultimate Tag Warrior</a> or <a href="http://wordpress.org/extend/plugins/simple-tagging-plugin/">Simple Tagging</a> plugins.  The WordPress admin area is alright, but I&#8217;ve long been a fan of ecto, and this plugin is the magic that allows me to use it.</p>
<p>To download the plugin and for more info, visit the <a href="http://blog.circlesixdesign.com/download/utw-rpc-autotag/">UTW-RPC and AutoTag download page</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%2F08%2Futw-rpc_15%2F&#038;seed_title=UTW-RPC+update%3A+1.5/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>The parts of tagging</title>
		<link>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F07%2Fparts_of_tagging%2F&#038;seed_title=The+parts+of+tagging</link>
		<comments>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F07%2Fparts_of_tagging%2F&#038;seed_title=The+parts+of+tagging#comments</comments>
		<pubDate>Tue, 31 Jul 2007 07:30:25 +0000</pubDate>
		<dc:creator>Ian Beck</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[browsing]]></category>
		<category><![CDATA[definition]]></category>
		<category><![CDATA[searching]]></category>
		<category><![CDATA[tagging]]></category>

		<guid isPermaLink="false">http://tagamac.com/2007/07/parts_of_tagging/</guid>
		<description><![CDATA[I like to think that tagging is straightforward. It may seem like a strange way to organize and find information at first, but once you get used to it the whole process is not that complicated. However, even when a subject is not particularly complicated, it can still be difficult to talk about. I have [...]]]></description>
			<content:encoded><![CDATA[<div class='series_toc'><h3>Defining tagging</h3><ol><li>The parts of tagging</li><li><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Ftag_browsers%2F&amp;seed_title=The+parts+of+tagging' title='Tag browsers'>Tag browsers</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%2Ftagging_realms%2F&amp;seed_title=The+parts+of+tagging' title='The realms of tagging'>The realms of tagging</a></li></ol></div> <p>I like to think that tagging is straightforward.  It may seem like a strange way to organize and find information at first, but once you get used to it the whole process is not that complicated.</p>
<p>However, even when a subject is not particularly complicated, it can still be difficult to talk about.  I have found in my journey through life (and academia, which are not one and the same no matter what they tell you) that one of the most important parts of any discussion of a topic is solid definitions.  As a result, I am going to try to break down using tags into simple definitions over the course of several articles.  This article is the first, and defines the three actions that you will perform when working with tags:<span id="more-21"></span></p>
<p><strong>Tagging</strong>: <em>the act of attaching a tag to something.</em>  This is probably what you think of first when you think of tags.  Tagging also refers to maintenance of your pool of tags; removing tags, renaming tags, organizing tags, adding new tags, etc.  Tagging is the creative portion of using tags, because you have to think up which tags to use (also when you are thinking of using the <a href="http://tagamac.com/2007/07/best_practices/">SLS system</a> or not).</p>
<p><strong>Searching</strong>: <em>the act of using tags to find specific targeted items.</em>  You could also call this &#8220;filtering&#8221; if you wanted.  Searching is what you do when you know what you are trying to find, and you use tags to locate it.  An example would be if I wanted to find that picture of my friend Suzy that I took in New York, and searched for items with the tags &#8220;suzy&#8221; and &#8220;new york&#8221;.  Searching also covers using saved searches to sort and locate items.</p>
<p><strong>Browsing</strong>: <em>the act of using tags to find related items.</em>  Unlike searching, browsing doesn&#8217;t target any specific item or subset of items.  Instead, when you browse tags you are usually looking for related items.  For example, I might browse my &#8220;suzy&#8221; tag to see all pictures of Suzy.  Closer to home, the tags attached to each article on Tagamac are best suited for browsing because while they do not supplement the search system (and are thus not very useful for locating specific articles), they do make it easy to find articles that are related.</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%2Ftag_browsers%2F&amp;seed_title=The+parts+of+tagging' title='Tag browsers'>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%2Fparts_of_tagging%2F&#038;seed_title=The+parts+of+tagging/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>

