<?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>gHacks technology news &#187; tags</title>
	<atom:link href="http://www.ghacks.net/tag/tags/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Wed, 25 Nov 2009 11:56:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Customize your replies with Claws Mail Templates</title>
		<link>http://www.ghacks.net/2009/07/19/customize-your-replies-with-claws-mail-templates/</link>
		<comments>http://www.ghacks.net/2009/07/19/customize-your-replies-with-claws-mail-templates/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 14:37:16 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[bottom posting]]></category>
		<category><![CDATA[claws mail]]></category>
		<category><![CDATA[regular expressions]]></category>
		<category><![CDATA[reply templates]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[top posting]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=14528</guid>
		<description><![CDATA[Lately I have been on a roll with Claws mail (see &#8220;Claws Mail: The unsung powerhouse email client&#8220;, &#8220;Claws Mail must have plugins&#8220;, &#8220;Create Message Filters in Claws Mail&#8220;, and &#8220;Encrypting email in Claws Mail&#8220;.) The reason for that? It&#8217;s an outstanding email client that is powerful, fast, and very flexible. In fact I would [...]]]></description>
			<content:encoded><![CDATA[<p>Lately I have been on a roll with Claws mail (see &#8220;<a title="Claws Mail" href="http://www.ghacks.net/2009/07/04/claws-mail-the-unsung-powerhouse-email-client/" target="_blank">Claws Mail: The unsung powerhouse email client</a>&#8220;, &#8220;<a title="Claws Mail plugins" href="http://www.ghacks.net/2009/07/04/claws-mail-must-have-plugins/" target="_blank">Claws Mail must have plugins</a>&#8220;, &#8220;<a title="Claws Mail filters" href="http://www.ghacks.net/2009/07/10/create-message-filters-in-claws-mail/" target="_blank">Create Message Filters in Claws Mail</a>&#8220;, and &#8220;<a title="Claws Mail encryption" href="http://www.ghacks.net/2009/07/11/encrypting-email-in-claws-mail/" target="_blank">Encrypting email in Claws Mail</a>&#8220;.) The reason for that? It&#8217;s an outstanding email client that is powerful, fast, and very flexible. In fact I would argue that Claws Mail is one of the most flexible email clients available. To illustrate that I want to introduce you to a feature that I find a &#8220;must use&#8221; for my email needs. That feature? Templates.</p>
<p>The Claws Mail template feature allows you to create specific templates that format your email in precisely the way you want them. Your compositions, your replies, and your forwards can leave your PC laid out exactly the way you want them. And it doesn&#8217;t take a programmer or guru to set templates up. You just have to understand the strings used by Claws Mail that allow you to insert specific, pre-configured fields into the body of your email.</p>
<p><span id="more-14528"></span></p>
<div id="attachment_14535" class="wp-caption alignleft" style="width: 310px"><a rel="attachment wp-att-14535" href="http://www.ghacks.net/2009/07/19/customize-your-replies-with-claws-mail-templates/templates-2/"><img class="size-medium wp-image-14535" src="http://www.ghacks.net/wp-content/uploads/2009/07/templates1-500x402.png" alt="Figure 1" width="300" height="241" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>You can create templates within one of two windows: &#8220;Preferences for current account&#8221; or &#8220;Preferences&#8221; (the former only configures templates for the account being used and the latter configures templates globally). Both of these windows can be opened from within the Configuration menu. Once in either of these windows go to the Templates section where you will find  three tabs (see Figure 1): Compose, Reply, and Forward. The first thing you must do is decide what type of template you want to create. Most often people use the Reply template so they can format how they want their replies to look.</p>
<p>As you can see, in Figure 1, I have already created a template. The template I have created does this when I reply to an email:</p>
<p>The first line of the reply reads <em>In a recent email ORIGINAL_SENDER said the following:</em></p>
<p><em>QUOTED_EMAIL</em></p>
<p><em>to this REPLY_SENDER says:</em></p>
<p><em>BODY_OF_REPLY</em></p>
<p><em>A: Because it makes understanding the conversation harder?<br />
Q: What is wrong with top posting?</em></p>
<ul>
<li>Where ORIGINAL_SENDER is who the email came from.</li>
<li>Where QUOTED_EMAIL is the quoted text of the email you are replying to.</li>
<li>Where REPLY_SENDER is the full name of the user replying.</li>
<li>Where BODY_OF_REPLY is the text written in the reply.</li>
</ul>
<p>You will also notice a bit of snarkiness at the end. ;-)</p>
<p>To achieve this layout I used the following pre-defined tags:</p>
<ul>
<li>%N &#8211; Original sender.</li>
<li>\n &#8211; New line marker.</li>
<li>%Q &#8211; Quoted message body.</li>
<li>%af &#8211; Full name of sender (me).</li>
<li>%X &#8211; Cursor position.</li>
</ul>
<p>The %X tag is one of the most interesting of the tags. It is with this tag you define where you want your cursor to be placed when you begin the email. Because Claws Mail defaults to bottom posting, and has no means to change this to top posting, you have to define top posting by using the %X tag. So if I want to always top post in my replies I would create a reply template like this:</p>
<p><code>%X\n<br />
Is my reply to an email sent by %N, that said:\n<br />
%Q</code></p>
<p>To get a full list of all the possible tags to use click the Information button inside of the Templates configuration window. You will also notice you can use regular expressions in your templates. The possibilites abound!</p>
<p><strong>Final thoughts</strong></p>
<p>Once you start using templates in Claws Mail you will really begin to see how flexible this application is. Once I started using templates I never looked back to Thunderbird. Have you created a cool template for Claws Mail? If so, share it with your fellow Ghacks readers.</p>

	Tags: <a href="http://www.ghacks.net/tag/bottom-posting/" title="bottom posting" rel="tag">bottom posting</a>, <a href="http://www.ghacks.net/tag/claws-mail/" title="claws mail" rel="tag">claws mail</a>, <a href="http://www.ghacks.net/tag/regular-expressions/" title="regular expressions" rel="tag">regular expressions</a>, <a href="http://www.ghacks.net/tag/reply-templates/" title="reply templates" rel="tag">reply templates</a>, <a href="http://www.ghacks.net/tag/tags/" title="tags" rel="tag">tags</a>, <a href="http://www.ghacks.net/tag/top-posting/" title="top posting" rel="tag">top posting</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/07/21/make-claws-mail-aware-when-you-need-top-or-bottom-posting/" title="Make Claws Mail aware when you need top or bottom posting (July 21, 2009)">Make Claws Mail aware when you need top or bottom posting</a> (13)</li>
	<li><a href="http://www.ghacks.net/2009/04/08/wordpress-blogs-create-custom-tag-pages/" title="Wordpress Blogs: Create Custom Tag Pages (April 8, 2009)">Wordpress Blogs: Create Custom Tag Pages</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/03/22/tags-for-your-files/" title="Tags For Your Files (March 22, 2009)">Tags For Your Files</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/10/01/tag-your-photo-collection/" title="Tag your Photo Collection (October 1, 2007)">Tag your Photo Collection</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/08/05/set-up-claws-mail-to-work-with-gmail/" title="Set up Claws Mail to work with Gmail (August 5, 2009)">Set up Claws Mail to work with Gmail</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/07/19/customize-your-replies-with-claws-mail-templates/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Wordpress Blogs: Create Custom Tag Pages</title>
		<link>http://www.ghacks.net/2009/04/08/wordpress-blogs-create-custom-tag-pages/</link>
		<comments>http://www.ghacks.net/2009/04/08/wordpress-blogs-create-custom-tag-pages/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 07:06:51 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Tutorials Advanced]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[custom tag pages]]></category>
		<category><![CDATA[custom tags]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress blog]]></category>
		<category><![CDATA[wordpress tips]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/04/08/wordpress-blogs-create-custom-tag-pages/</guid>
		<description><![CDATA[A Wordpress blog post consists of a handful of elements like the title and body but also tags, categories and comments. Tag pages usually display excerpts of all posts that use the same tag. One example: If you search for Windows 7 Download on Google you find that a tag page for my website Windows [...]]]></description>
			<content:encoded><![CDATA[<p>A Wordpress blog post consists of a handful of elements like the title and body but also tags, categories and comments. Tag pages usually display excerpts of all posts that use the same tag. One example: If you search for <a href="http://windows7news.com/tag/windows-7-download/">Windows 7 Download</a> on Google you find that a tag page for my website <a href="http://windows7news.com/">Windows 7</a> News is ranking on the third page of the results. Tag pages on the other hand are usually not the pages that visitors expect when visiting a website.</p>
<p>Webmasters can however utilize tag pages better in their Wordpress blogs by creating so called custom tag pages which can contain any information they want. If you open the page above you notice that it does not contain a listing of blog excerpts but a custom page for that tag.</p>
<p>Wordpress provides the means to create those custom tag pages easily. Custom tag pages can be created in the theme directory of the Wordpress directory by adding a new template file to the theme. This new template file needs to begin with tag followed by the post slug of the tag. In the case of the Windows 7 Download tag it would have to be named <strong>tag-windows-7-download.php</strong>.</p>
<p><span id="more-11768"></span>Custom tag pages have a higher priority than the default ones that show only excerpts of the posts. The easiest way to fill the custom tag with content is the following:</p>
<p>Wordpress looks for the following files in order to create those tag pages:</p>
<ul>
<li>tag-slug.php</li>
<li>tag.php</li>
<li>archive.php</li>
<li>index.php</li>
</ul>
<p>Look into your theme folder and see if there is a tag.php file. If it is copy its contents and create a new php file that is using the tag-slug.php as its name. If ther eis no tag.php look for archive.php and finally index.php.</p>
<p>Now simply add content to the file. It might take some experimentation at the beginning but it can be really worth it in the long run. If you have any questions or additions let me know in the comments.</p>

	Tags: <a href="http://www.ghacks.net/tag/blog/" title="blog" rel="tag">blog</a>, <a href="http://www.ghacks.net/tag/custom-tag-pages/" title="custom tag pages" rel="tag">custom tag pages</a>, <a href="http://www.ghacks.net/tag/custom-tags/" title="custom tags" rel="tag">custom tags</a>, <a href="http://www.ghacks.net/tag/tags/" title="tags" rel="tag">tags</a>, <a href="http://www.ghacks.net/tag/web-development/" title="web development" rel="tag">web development</a>, <a href="http://www.ghacks.net/tag/wordpress/" title="wordpress" rel="tag">wordpress</a>, <a href="http://www.ghacks.net/tag/wordpress-blog/" title="wordpress blog" rel="tag">wordpress blog</a>, <a href="http://www.ghacks.net/tag/wordpress-tips/" title="wordpress tips" rel="tag">wordpress tips</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/02/02/wordpress-your-attempt-to-edit-this-post-has-failed/" title="Wordpress: Your attempt to edit this post has failed (February 2, 2009)">Wordpress: Your attempt to edit this post has failed</a> (8)</li>
	<li><a href="http://www.ghacks.net/2008/11/25/wordpress-265-security-update/" title="Wordpress 2.6.5 Security Update (November 25, 2008)">Wordpress 2.6.5 Security Update</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/04/09/how-to-show-5-top-categories-in-wordpress/" title="How to show 5 top categories in Wordpress (April 9, 2009)">How to show 5 top categories in Wordpress</a> (9)</li>
	<li><a href="http://www.ghacks.net/2008/08/05/zoundry-raven-portable-blog-editor/" title="Zoundry Raven portable Blog Editor (August 5, 2008)">Zoundry Raven portable Blog Editor</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/04/16/wordpress-seo-advanced-nofollow/" title="Wordpress SEO: Advanced Nofollow (April 16, 2009)">Wordpress SEO: Advanced Nofollow</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/04/08/wordpress-blogs-create-custom-tag-pages/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Tags For Your Files</title>
		<link>http://www.ghacks.net/2009/03/22/tags-for-your-files/</link>
		<comments>http://www.ghacks.net/2009/03/22/tags-for-your-files/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 22:45:49 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[desktop search]]></category>
		<category><![CDATA[file search]]></category>
		<category><![CDATA[tag]]></category>
		<category><![CDATA[tag 2 find]]></category>
		<category><![CDATA[tag files]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[windows search]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/03/22/tags-for-your-files/</guid>
		<description><![CDATA[The usual way of organizing files is by either performing a realtime search on the computer system or by using a search software that build an index of files which speeds up the search tremendously. The search usually finds file names and directories but can also search for information contained in the files, at least [...]]]></description>
			<content:encoded><![CDATA[<p>The usual way of organizing files is by either performing a realtime search on the computer system or by using a search software that build an index of files which speeds up the search tremendously. The search usually finds file names and directories but can also search for information contained in the files, at least some file types like documents. </p>
<p>Tag 2 Find uses a different approach. It brings the tags known from indexing websites to the computer desktop. It is currently available in a preview version for the Windows operating system. Users who have been using services like Delicious and Flickr or run their own blog will be immediately comfortably with the software program. Any file located on the computer system can be tagged by the user. No user would want to tag all files as this would mean to work with hundreds of thousands of files which could take a lifetime. The software program can assist the user by automatically suggesting tags based on file names, directory names, file extensions and even metadata for multimedia files.</p>
<p>It is furthermore possible to include and exclude drives from the program completely. The software program will display a wizard after installation that is walking the user through the first initial configuration. The user can pick drives, directories and files that he wants to tag right away. Tag 2 Find can also be integrated in Windows Explorer to add tags right away for selected files.</p>
<p><span id="more-11380"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/03/tags-500x350.jpg" alt="tags" title="tags" width="500" height="350" class="alignnone size-medium wp-image-11379" /></p>
<p>It would be impracticable if the application window would have to be opened to search the files and tags. The application is therefor offering a floating transparent search window that can be moved around on the computer desktop. Entering tags into that search form will open another transparent connected window that is displaying the results which include hits, partial hits and related tags. A click on a resulting tag will show all the file names that have been tagged with the word or phrase.</p>
<p><a href="http://www.tag2find.com/">Tag 2 Find</a> can monitor the computer system for new files. The folders that are monitored can be defined in the application. It is for instance monitoring the Windows Clipboard and will display files that are copied to it for a while waiting for user input.</p>
<p>Additional options that might be interesting for some users are access to a tag cloud, automatic category management for selected file types, color coding tabs, drag and drop support plus import and export options for tags. It is really surprising how stable and extensive this early version of the software program is.</p>
<p>The only downside is the rather large resource usage. The software program uses roughly 23 Megabytes of computer memory while displaying the floating tags search box and about 53 Megabytes of virtual memory. Tag 2 Find runs on Windows XP or Windows Vista and requires the Microsoft .net Framework 2.0, an NTFS formatted file system (at least on the partitions that contain files that the user wants to tag and administrative privileges during installation.</p>

	Tags: <a href="http://www.ghacks.net/tag/desktop-search/" title="desktop search" rel="tag">desktop search</a>, <a href="http://www.ghacks.net/tag/file-search/" title="file search" rel="tag">file search</a>, <a href="http://www.ghacks.net/tag/tag/" title="tag" rel="tag">tag</a>, <a href="http://www.ghacks.net/tag/tag-2-find/" title="tag 2 find" rel="tag">tag 2 find</a>, <a href="http://www.ghacks.net/tag/tag-files/" title="tag files" rel="tag">tag files</a>, <a href="http://www.ghacks.net/tag/tags/" title="tags" rel="tag">tags</a>, <a href="http://www.ghacks.net/tag/windows-search/" title="windows search" rel="tag">windows search</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/04/27/windows-search-replacement-fileseek/" title="Windows Search Replacement Fileseek (April 27, 2008)">Windows Search Replacement Fileseek</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/07/23/windows-search-40/" title="Windows Search 4.0 (July 23, 2008)">Windows Search 4.0</a> (12)</li>
	<li><a href="http://www.ghacks.net/2007/11/05/save-and-locate-all-files-on-your-hard-drives-fast/" title="Save and Locate all Files on your hard drives fast (November 5, 2007)">Save and Locate all Files on your hard drives fast</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/08/03/portable-desktop-search-software-thesearchman/" title="Portable Desktop Search Software TheSearchMan (August 3, 2009)">Portable Desktop Search Software TheSearchMan</a> (8)</li>
	<li><a href="http://www.ghacks.net/2009/08/16/windows-ifilter-explorer/" title="Windows IFilter Explorer (August 16, 2009)">Windows IFilter Explorer</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/03/22/tags-for-your-files/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A great way to search Flickr</title>
		<link>http://www.ghacks.net/2007/10/20/a-great-way-to-search-flickr/</link>
		<comments>http://www.ghacks.net/2007/10/20/a-great-way-to-search-flickr/#comments</comments>
		<pubDate>Sat, 20 Oct 2007 19:34:24 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Online Services]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[related tag browser]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/10/20/a-great-way-to-search-flickr/</guid>
		<description><![CDATA[The so called Flickr Related Tag Browser offers an interesting and comfortable way to search Flickr using tags. The user enters a tag of his choice and the website compiles the relevant information and pictures from Flickr. 25 of the pictures are shown as tiny thumbnails which increase in size if the user moves the mouse over any of them.]]></description>
			<content:encoded><![CDATA[<p>The so called Flickr Related Tag Browser offers an interesting and comfortable way to search Flickr using tags. The user enters a tag of his choice and the website compiles the relevant information and pictures from Flickr. 25 of the pictures are shown as tiny thumbnails which increase in size if the user moves the mouse over any of them.</p>
<p>Related tags are shown as a circle around the thumbnails making it easy to explore more pictures by simply clicking on another tag. A click on an image loads that picture on the same site giving the user the option to visit the Flickr photo page to see or discover more from the user who uploaded the picture to Flickr.</p>
<p><img src="http://www.ghacks.net/files/screens/2007/10/flickr-browser.jpg" alt="flickr browser" /></p>
<p><span id="more-2152"></span>Some tags have no related tags which essentially means that no related tags are shown around the thumbnails. Images are displayed pretty fast, it never took longer than a few seconds to display all 25 thumbnails. Guess it depends on the connection of the connected user though.</p>
<p><img src="http://www.ghacks.net/files/screens/2007/10/flickr-browser.jpg" alt="flickr browser" /></p>
<p><!--more-->Read More:<br />
<a href="http://www.airtightinteractive.com/projects/related_tag_browser/app/#/"><br />
Flickr Related Tag Browser</a></p>

	Tags: <a href="http://www.ghacks.net/tag/flickr/" title="flickr" rel="tag">flickr</a>, <a href="http://www.ghacks.net/tag/related-tag-browser/" title="related tag browser" rel="tag">related tag browser</a>, <a href="http://www.ghacks.net/tag/tags/" title="tags" rel="tag">tags</a>, <a href="http://www.ghacks.net/tag/web-20/" title="web 2.0" rel="tag">web 2.0</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/01/06/snapfoo-mobile-photo-blogging/" title="Snapfoo Mobile Photo Blogging (January 6, 2008)">Snapfoo Mobile Photo Blogging</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/05/16/lockr-access-control-for-web-20/" title="Lockr: Access Control for Web 2.0 (May 16, 2008)">Lockr: Access Control for Web 2.0</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/11/12/zflick-adobe-air-flickr-photo-viewer/" title="ZFlick Adobe Air Flickr Photo Viewer (November 12, 2009)">ZFlick Adobe Air Flickr Photo Viewer</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/04/08/wordpress-blogs-create-custom-tag-pages/" title="Wordpress Blogs: Create Custom Tag Pages (April 8, 2009)">Wordpress Blogs: Create Custom Tag Pages</a> (5)</li>
	<li><a href="http://www.ghacks.net/2007/10/21/windows-live-photo-gallery/" title="Windows Live Photo Gallery (October 21, 2007)">Windows Live Photo Gallery</a> (8)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/10/20/a-great-way-to-search-flickr/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Tag your Photo Collection</title>
		<link>http://www.ghacks.net/2007/10/01/tag-your-photo-collection/</link>
		<comments>http://www.ghacks.net/2007/10/01/tag-your-photo-collection/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 07:33:48 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[digital camera]]></category>
		<category><![CDATA[foto tagger]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[picture information]]></category>
		<category><![CDATA[pictures]]></category>
		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/10/01/tag-your-photo-collection/</guid>
		<description><![CDATA[So, you have been on holiday in that beautiful country making lots of photos but after a year you realize that you can't remember the names of most places and people that you took a picture of. Or, you have been at a family reunion or anniversary and after looking at the pictures taken you are not able to identify some of the people on the images.]]></description>
			<content:encoded><![CDATA[<p>So, you have been on holiday in that beautiful country making lots of photos but after a year you realize that you can&#8217;t remember the names of most places and people that you took a picture of. Or, you have been at a family reunion or anniversary and after looking at the pictures taken you are not able to identify some of the people on the images.</p>
<p>If this has happened to you in the past &#8211; I know it happened to me &#8211; you should take a look at the software Foto Tagger. With Foto Tagger users can add textual information to the image. This looks like a small yellow sticky note with an arrow pointing to the object or person in question.</p>
<p><span id="more-2070"></span><img src="http://www.ghacks.net/files/screens/2007/10/photo-tagger.jpg" alt="foto tagger" /></p>
<p>Those images can then be saved, send to other users or published on websites such as Flickr, Blogger or Livejournal. Those possibilities are build into Foto Tagger. It is however not a problem to export an image or folder to html with Foto Tagger to publish it on your own website.</p>
<p>Foto Tagger uses FotoML, an open XML-based photo annotation format, to save these information. I was not able to find a single image viewer supporting that format which is not that of a problem unless you edit the image afterwards in an image editor.</p>
<p>This could &#8211; and most likely will &#8211; destroy the tags. Foto Tagger lets you start image editors from the programs interface which solves the problem by using temporary files.</p>
<p><strong>Read More:</strong></p>
<p><a href="http://www.fototagger.com/">Foto Tagger</a></p>

	Tags: <a href="http://www.ghacks.net/tag/digital-camera/" title="digital camera" rel="tag">digital camera</a>, <a href="http://www.ghacks.net/tag/foto-tagger/" title="foto tagger" rel="tag">foto tagger</a>, <a href="http://www.ghacks.net/tag/images/" title="images" rel="tag">images</a>, <a href="http://www.ghacks.net/tag/picture-information/" title="picture information" rel="tag">picture information</a>, <a href="http://www.ghacks.net/tag/pictures/" title="pictures" rel="tag">pictures</a>, <a href="http://www.ghacks.net/tag/tags/" title="tags" rel="tag">tags</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/09/27/digital-camera-enhancer/" title="Digital Camera Enhancer (September 27, 2007)">Digital Camera Enhancer</a> (7)</li>
	<li><a href="http://www.ghacks.net/2008/10/23/xnview-add-ons-and-format-plugins/" title="XnView Add-ons and Format Plugins (October 23, 2008)">XnView Add-ons and Format Plugins</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/03/25/sort-and-rename-pictures-by-exif-data/" title="Sort and Rename Pictures by Exif Data (March 25, 2008)">Sort and Rename Pictures by Exif Data</a> (1)</li>
	<li><a href="http://www.ghacks.net/2007/04/23/sometimes-a-picture-says-more-than-1000-words/" title="Sometimes a picture says more than 1000 words (April 23, 2007)">Sometimes a picture says more than 1000 words</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/05/22/search-folders-for-duplicate-images/" title="Search folders for duplicate images (May 22, 2008)">Search folders for duplicate images</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/10/01/tag-your-photo-collection/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
