<?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; pim</title>
	<atom:link href="http://www.ghacks.net/tag/pim/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>Mon, 09 Nov 2009 19:30:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>OSMO: Your friendly personal organizer</title>
		<link>http://www.ghacks.net/2009/09/30/osmo-your-friendly-personal-organizer/</link>
		<comments>http://www.ghacks.net/2009/09/30/osmo-your-friendly-personal-organizer/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 00:04:26 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Desktop Manager]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[organizer]]></category>
		<category><![CDATA[personal information manager]]></category>
		<category><![CDATA[pim]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=16790</guid>
		<description><![CDATA[Although integration has become widespread, there are instances when you might want a separate tool for organizing your life. Say, for instance, your company requires you use Zimbra, eGroupware, or Outlook for company calendaring and contacts. What if you want something on your machine to organize your life &#8211; that doesn&#8217;t require an online connection, [...]]]></description>
			<content:encoded><![CDATA[<p>Although integration has become widespread, there are instances when you might want a separate tool for organizing your life. Say, for instance, your company requires you use Zimbra, eGroupware, or Outlook for company calendaring and contacts. What if you want something on your machine to organize your life &#8211; that doesn&#8217;t require an online connection, is simple to use, and has a tiny footprint. If that&#8217;s you, OSMO is the tool you&#8217;ve been looking for.</p>
<p>OSMO is not an organizer that will do everything for you. I will not sync with your iPhone or your Blackberry. OSMO will not publish your calendar or allow you to drag and drop from one application to another. What OSMO will do is keep track of your calendar, tasks, contacts, and notes. In this article you will learn how to install OSMO and see just what it has to offer.</p>
<p><span id="more-16790"></span>NOTE: As of this writing, the OSMO website is not responding.</p>
<p><strong>Features</strong></p>
<p>The OSMO PIM offers the following features:</p>
<ul>
<li>Calendar</li>
<li>Tasks</li>
<li>Contacts</li>
<li>Notes</li>
<li>Alarms</li>
<li>Printing</li>
<li>Date calculator</li>
<li>Day notes</li>
<li>Timeline</li>
<li>iCal support</li>
<li>Notification alarms</li>
<li>GNOME system tray support</li>
</ul>
<p>And more.</p>
<p><strong>Installing OSMO</strong></p>
<p>Even though the OSMO web site has gone MIA, the application can be found in your distributions&#8217; repositories. So in order to install OSMO you only need follow these simple instructions:</p>
<ol>
<li>Open up your Add/Remove Software tool.</li>
<li>Search for &#8220;osmo&#8221; (no quotes).</li>
<li>Mark the results for installation.</li>
<li>Click Apply.</li>
<li>Sit back and enjoy the progress bar.</li>
</ol>
<div id="attachment_16793" class="wp-caption alignleft" style="width: 280px"><a rel="attachment wp-att-16793" href="http://www.ghacks.net/2009/09/30/osmo-your-friendly-personal-organizer/osmo_main/"><img class="size-full wp-image-16793" src="http://www.ghacks.net/wp-content/uploads/2009/09/osmo_main.png" alt="Figure 1" width="270" height="354" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>Once OSMO is installed you will find the executable menu entry in the Office sub-menu of the Applications menu. Click that entry and the OSMO main window will open (see Figure 1).</p>
<p>With OSMO, what you see is what you get. This is the only window you will need. From here you do everything. And the very first thing you will want to do is to make sure that OSMO runs in the background so, in order to recall your PIM, you only have to click on the OSMO icon in the system tray (the man in the suit with the black hair).</p>
<p>You can find this configuration option in the Options tab. At the bottom of this tab you will see two options:</p>
<ul>
<li>Enable System Tray</li>
<li>Start Minimized</li>
</ul>
<p>These should both be self explanitory.</p>
<p>Other options (in the General tab) you might want to take care of in the Options tab are:</p>
<ul>
<li>Date format</li>
<li>Time format</li>
<li>Web browser</li>
<li>E-mail client</li>
</ul>
<p>Now there are also sub-tabs for Calendar, Tasks, Contacts, and Notes. Poke around each sub-tab and configure these features to your liking. One configuration that might give you pause is the  &#8220;command&#8221; options. In the Tasks options you will see an option &#8220;Global notification command&#8221;. What you can do here is set a command for a task notification. You can get creative here, like using a sound with the &#8220;play&#8221; command. Whatever you use here, make sure it can be executed from within a terminal window. You could do something like this:</p>
<p><code>(xmessage -near An OSMO task awaits your attention) &amp;</code></p>
<p>The above would pop up a small window with the message &#8220;An OSMO task awaits your attention&#8221; when the reminder hits.</p>
<p>That&#8217;s it for the more important options. Now let&#8217;s take a look at the heart of OSMO.</p>
<p><strong>Calendar</strong></p>
<div id="attachment_16797" class="wp-caption alignright" style="width: 261px"><a rel="attachment wp-att-16797" href="http://www.ghacks.net/2009/09/30/osmo-your-friendly-personal-organizer/osmo_calendar-2/"><img class="size-full wp-image-16797" src="http://www.ghacks.net/wp-content/uploads/2009/09/osmo_calendar1.png" alt="Figure 2" width="251" height="314" /></a><p class="wp-caption-text">Figure 2</p></div>
<p>The OSMO calendar (see Figure 1) offers all the standard features you would expect in a PIM calendar. In order to add a task you only have to right click a date and select Add Task. The creation of a task is very straight forward. Also from this right click menu you can browse Notes, iCal Events, and export to iCal.</p>
<p>As you can see, when you view a particular day in the OSMO calendar it will give you the details of that day as well as showing the days tasks. What I like about this is that it is one of the most uncluttered views of all the PIMs I have tried. You quickly get an idea of what your day is like.</p>
<p>Another nice feature is that when you add a task to your calendar it is automatically created as a task. But what if you just want to add a meeting or office hours? You certainly don&#8217;t want all of your appointments to show up as tasks. No. To add non-task entries in your calendar you want to toggle the Day Note panel (Upper right icon in the icon toolbar) and then insert a time line by clicking the small clock icon in the Notes pane (see Figure 3).</p>
<div id="attachment_16798" class="wp-caption alignleft" style="width: 261px"><a rel="attachment wp-att-16798" href="http://www.ghacks.net/2009/09/30/osmo-your-friendly-personal-organizer/osmo_timeline/"><img class="size-full wp-image-16798" src="http://www.ghacks.net/wp-content/uploads/2009/09/osmo_timeline.png" alt="Figure 4" width="251" height="314" /></a><p class="wp-caption-text">Figure 4</p></div>
<p>When you add a timeline in the Notes you will see the notes pane go from an empty window to a window with a timeline broken into the interval you configure (when you click the Add timeline button).</p>
<p>Now you can add meetings in a more standard way, and without adding them as tasks.</p>
<p><strong>Final thoughts</strong></p>
<p>Although OSMO won&#8217;t make the balancing act between work and home a simple, automated task, it will allow you to keep yourself organized in a clean, user-friendly way. And you don&#8217;t have to worry about losing calendars on a server, getting bogged down in cumbersome UIs, or lost in feature-bloat.</p>
<p>OSMO is a simple, easy-to-use PIM that will keep you simply organized.</p>

	Tags: <a href="http://www.ghacks.net/tag/calendar/" title="calendar" rel="tag">calendar</a>, <a href="http://www.ghacks.net/tag/organizer/" title="organizer" rel="tag">organizer</a>, <a href="http://www.ghacks.net/tag/personal-information-manager/" title="personal information manager" rel="tag">personal information manager</a>, <a href="http://www.ghacks.net/tag/pim/" title="pim" rel="tag">pim</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/06/11/organize-your-life-with-total-organizer/" title="Organize your life with Total Organizer (June 11, 2008)">Organize your life with Total Organizer</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/04/28/kontact-the-swiss-army-knife-of-pims/" title="Kontact: The Swiss Army Knife of PIMs (April 28, 2009)">Kontact: The Swiss Army Knife of PIMs</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/05/23/use-synckolab-to-synchronize-your-thunderbird-data/" title="Use SyncKolab to synchronize your Thunderbird Data (May 23, 2008)">Use SyncKolab to synchronize your Thunderbird Data</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/01/05/spicebird-introduction/" title="Spicebird introduction (January 5, 2008)">Spicebird introduction</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/07/18/several-updates-to-windows-live/" title="Several Updates to Windows Live (July 18, 2008)">Several Updates to Windows Live</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/09/30/osmo-your-friendly-personal-organizer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Connect Evolution to Google mail and calendar</title>
		<link>http://www.ghacks.net/2009/05/14/connect-evolution-to-google-mail-and-calendar/</link>
		<comments>http://www.ghacks.net/2009/05/14/connect-evolution-to-google-mail-and-calendar/#comments</comments>
		<pubDate>Thu, 14 May 2009 14:41:55 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Online Services]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[Evolution]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google calendar]]></category>
		<category><![CDATA[groupware client]]></category>
		<category><![CDATA[pim]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=12811</guid>
		<description><![CDATA[How many email accounts do you have? How many calendars do you use? If you&#8217;re like me you have more than you can manage &#8211; unless you manage them in a centralized location. That is one of the beauties of using a groupware client like Evolution. And fortunately the Evolution PIM plays well with Google [...]]]></description>
			<content:encoded><![CDATA[<p>How many email accounts do you have? How many calendars do you use? If you&#8217;re like me you have more than you can manage &#8211; unless you manage them in a centralized location. That is one of the beauties of using a groupware client like Evolution. And fortunately the Evolution PIM plays well with Google mail and calendar.</p>
<p>In this article you will learn how to configure the open source groupware client, Evolution, to sync to your Google account so you can keep track of all of those calendars in one, easy location.</p>
<p><span id="more-12811"></span>I am going to assume you already have Evolution installed. You will need an Evolution installation &gt;= 2.12 in order to have both read and write access to your Google calendar. If your Evolution installation is pre-2.12 you will only have read access to your calendar. This does little good because you will not be able to add events to your Google calendar through Evolution. So if your installation is &lt; 2.12 you will need to upgrade.</p>
<p><strong>Setting up Google</strong></p>
<p>Before you get into configuring Evolution, you have to make a small change to your Google account. <span>You will first need to log onto your Google account (or <a href="http://www.ghacks.net/2009/02/09/gmail-90-tools-and-tips-to-make-you-a-gmail-pro/">Gmail</a> account). Once logged in click the Settings link. Within the Settings window click on the Forwarding and POP/IMAP tab. For Evolution to be able to retrieve your email you are going to use IMAP to connect. Enable this by clicking the check box for &#8220;Enable IMAP&#8221;. Once that is finished click &#8220;Save Changes&#8221;. Now you&#8217;re ready to move onto Evolution.</span></p>
<p><span><strong>Setting up Evolution for Gmail</strong></span></p>
<p><span>We will first set up evolution to connect to your gmail account. Go to the Edit menu and click on Preferences. From within this window you will see the Mail Accounts &#8220;tab&#8221;. Click this tab and then click the &#8220;Add&#8221; button, which will open up the mail account wizard. This should be fairly straight forward. Here is the pertinent information you will need to configure for Evolution to be able to work with your Gmail account:</span></p>
<ul>
<li><span>incoming server: imap.gmail.com</span></li>
<li><span>outgoing server: smtp.gmail.com<br />
</span></li>
<li><span>username: use your full gmail address<br />
</span></li>
<li><span>outgoing serer authentication type: Login</span></li>
</ul>
<p>Outside of the above configurations, everything else will be configured as you would for your standard account. Once the wizard is complete you can make your Gmail account your default if you choose. By doing this, all outgoing email will default to this address (unless you select a different email address from the From dropdown.</p>
<p><strong>Setting up Evolution for Google Calendar</strong></p>
<div id="attachment_12812" class="wp-caption alignleft" style="width: 240px"><a href="http://www.ghacks.net/wp-content/uploads/2009/05/evo_google_cal.png"><img class="size-full wp-image-12812" src="http://www.ghacks.net/wp-content/uploads/2009/05/evo_google_cal.png" alt="Figure 1" width="230" height="186" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>Configuring a Google calendar is just as simple as is the email account. The first thing you need to do is right click the area that contains the listing of your calendars. When you do this you will see a new pop up menu.  Click &#8220;New Calendar&#8221; from this menu (see Figure 1) will open up the calendar wizard.</p>
<p>The first thing you will want to do is select Google Calendar. In this same window there are a few items to take care of (see Figure 2):</p>
<p>Name: Just a name for this calendar.</p>
<p>Username: Your Gmail address.</p>
<p>Calendar: Here you will want to click the Retrieve List button to get a list</p>
<div id="attachment_12813" class="wp-caption alignright" style="width: 300px"><a href="http://www.ghacks.net/wp-content/uploads/2009/05/evol_cal_1.png"><img class="size-full wp-image-12813" src="http://www.ghacks.net/wp-content/uploads/2009/05/evol_cal_1.png" alt="Figure 2" width="290" height="247" /></a><p class="wp-caption-text">Figure 2</p></div>
<p>of your available Google calendars. You will need to supply your gmail password for this to complet. Once it is complete you can select which calendar you want to add from your list of Google calendars.</p>
<p>After you complete the configuration click OK. You should, almost immediately, see your Google calendar populate your Evolution calendar.</p>
<p>And that&#8217;s it. You are now ready to interact with Google mail and calendar with Evolution.</p>
<p><strong>Final thoughts</strong></p>
<p>Evolution is one of the finest PIMs available. And if you are a Gmail/Google Calendar user, Evolution is just the solution to keep all of your accounts easy to manage.</p>

	Tags: <a href="http://www.ghacks.net/tag/evolution/" title="Evolution" rel="tag">Evolution</a>, <a href="http://www.ghacks.net/tag/gmail/" title="gmail" rel="tag">gmail</a>, <a href="http://www.ghacks.net/tag/google-calendar/" title="google calendar" rel="tag">google calendar</a>, <a href="http://www.ghacks.net/tag/groupware-client/" title="groupware client" rel="tag">groupware client</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/pim/" title="pim" rel="tag">pim</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/04/28/kontact-the-swiss-army-knife-of-pims/" title="Kontact: The Swiss Army Knife of PIMs (April 28, 2009)">Kontact: The Swiss Army Knife of PIMs</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/06/20/use-bogofilter-for-better-junk-detection-in-evolution/" title="Use Bogofilter for better junk detection in Evolution (June 20, 2009)">Use Bogofilter for better junk detection in Evolution</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/02/09/replace-outlook-with-evolution-a-linux-groupware-suite/" title="Replace Outlook with Evolution: A Linux Groupware Suite (February 9, 2009)">Replace Outlook with Evolution: A Linux Groupware Suite</a> (17)</li>
	<li><a href="http://www.ghacks.net/2008/07/03/redesign-your-google-calendar-with-a-custom-skin/" title="Redesign your Google Calendar with a custom skin (July 3, 2008)">Redesign your Google Calendar with a custom skin</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/04/29/google-redesigned/" title="Google Redesigned (April 29, 2009)">Google Redesigned</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/05/14/connect-evolution-to-google-mail-and-calendar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Kontact: The Swiss Army Knife of PIMs</title>
		<link>http://www.ghacks.net/2009/04/28/kontact-the-swiss-army-knife-of-pims/</link>
		<comments>http://www.ghacks.net/2009/04/28/kontact-the-swiss-army-knife-of-pims/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 15:51:42 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Evolution]]></category>
		<category><![CDATA[kontact]]></category>
		<category><![CDATA[microsoft outlook]]></category>
		<category><![CDATA[personal information manager]]></category>
		<category><![CDATA[pim]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=12321</guid>
		<description><![CDATA[ If you&#8217;ve ever used a PIM (Personal Information Manager) you know how important they can be for both business and personal organization. Most users know Microsoft Outlook. Most Linux users know Evolution. But there is another PIM out there that has more to offer than any other PIM available. That PIM? Kontact.
Kontact is the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ghacks.net/wp-content/uploads/2009/04/kde_logo.png"><img class="alignleft size-full wp-image-12320" src="http://www.ghacks.net/wp-content/uploads/2009/04/kde_logo.png" alt="kde_logo" width="100" height="100" /></a> If you&#8217;ve ever used a PIM (Personal Information Manager) you know how important they can be for both business and personal organization. Most users know Microsoft Outlook. Most Linux users know Evolution. But there is another PIM out there that has more to offer than any other PIM available. That PIM? Kontact.</p>
<p>Kontact is the KDE entry in the groupware client race. It is the proverbial tortoise in a race with one giant hare, but as the race continues, Kontact improves and evolves at a faster pace than any of its competition. Does that mean Kontact is ready to usurp your current groupware client? Probably not, but it is definately worth a long, hard look. With that in mind, let&#8217;s take a look at the features it offers.</p>
<p><span id="more-12321"></span><strong>Tools and features</strong></p>
<p>Kontact has the usual suspects when it comes to groupware clients: Mail, Calendar, Contacts, and todos. But along with these tools are a few surprises you might not expect but will gladly welcome.</p>
<ul>
<li>Summary: Overview of everything happening in your Kontact including: Upcoming events, new email, news feeds, etc.</li>
<li>Notes: An infinite book of digital sticky notes. You can also drag and drop your notes into emails!</li>
<li>News: Collect your RSS feeds in one place.</li>
<li>KitchenSync: The universal syncing component.</li>
<li>Journal: Keep your own digital journal within the confines of Kontact.</li>
<li>Time Tracker: Keep track of time spent on projects and work.</li>
</ul>
<p>Kontact can also communicate with many groupware servers. The list includes:</p>
<p><a title="Kolab" href="http://www.kolab.org/" target="_blank">Kolab</a></p>
<p><a title="OpenExchange" href="http://www.suse.com/en/business/products/openexchange/" target="_blank">SuSE Linux OpenExchange Server</a></p>
<p><a title="eGroupware" href="http://www.egroupware.org/" target="_self">eGroupware</a></p>
<p><a title="OpenGroupware" href="http://www.opengroupware.org/" target="_blank">OpenGroupware</a></p>
<p><a title="Citadel" href="http://citadel.org/" target="_blank">Citadel</a></p>
<p><a title="Exchange" href="http://www.microsoft.com/exchange/" target="_blank">Microsoft Exchange*</a></p>
<p>* Support for Exchange is only partially implimented at this point.</p>
<p><a title="Groupwise" href="http://www.novell.com/products/groupwise/" target="_blank">Novell Groupwise</a></p>
<p>Obviously the single most important groupware server work must be done on Exchange. Once Kontact can fully commnicate with an Exchange server, Kontact will find far more support in the Enterprise level.</p>
<p>As far as features are concerned, the list is impressive. Outside of the usual groupware client features, Kontact also includes:</p>
<p><strong>Mail</strong></p>
<ul>
<li>GnuPG support built in</li>
<li>Out of office replies</li>
<li>Favorites folder</li>
<li>Certificate manager</li>
<li>Anti virus/Anti spam/Filters managers built in</li>
</ul>
<p><strong>Calendar</strong></p>
<ul>
<li>Publish calendars</li>
<li>Timeline/Time spent/What&#8217;s next views</li>
</ul>
<p><strong>Contacts</strong></p>
<ul>
<li>Distribution lists</li>
<li>Crypto settings for individual contacts</li>
<li>Custom fields</li>
</ul>
<p><strong>Why you should use Kontact</strong></p>
<p>If you are looking for a groupware client that offers more than the standard features, enables you to keep your life well organized (and Thunderbird isn&#8217;t enough for you) then Kontact is for you. You will enjoy the stability Kontact offers as well as the outstanding anti-spam tool (SpamAssassin) and anti-virus tool (ClamAV).</p>
<p><strong>Why you should not use Kontact</strong></p>
<div id="attachment_12435" class="wp-caption alignleft" style="width: 495px"><a href="http://www.ghacks.net/wp-content/uploads/2009/04/kontact.png"><img class="size-full wp-image-12435" src="http://www.ghacks.net/wp-content/uploads/2009/04/kontact.png" alt="Figure 1" width="485" height="379" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>If you need full Exchange support look the other way. It will be a while before the Kontact team manages to pull off full support for the most-deployed groupware server. You should also avoid Kontact if you prefer a less-is-more approach to your tools. You will understand completely when you first open up Kontact and see it&#8217;s &#8220;tools aplenty approach&#8221; (As you can see in Figure 1 to the left.).</p>
<p><strong>Final Thoughts</strong></p>
<p>I have used Kontact on and off for a number of years. I&#8217;ve seen it grow from an unstable, barely usable afterthought to a full-fledge, business-ready groupware client. Until recently I wouldn&#8217;t have recommended Kontact to anyone but the biggest KDE afficionados. Now, however, I think most people will find Kontact on par with most groupware clients. Outside of the lack of Exchange support (which is a deal breaker for many) I can&#8217;t see a reason not to give Kontact a try.</p>

	Tags: <a href="http://www.ghacks.net/tag/evolution/" title="Evolution" rel="tag">Evolution</a>, <a href="http://www.ghacks.net/tag/kontact/" title="kontact" rel="tag">kontact</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/microsoft-outlook/" title="microsoft outlook" rel="tag">microsoft outlook</a>, <a href="http://www.ghacks.net/tag/personal-information-manager/" title="personal information manager" rel="tag">personal information manager</a>, <a href="http://www.ghacks.net/tag/pim/" title="pim" rel="tag">pim</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/05/14/connect-evolution-to-google-mail-and-calendar/" title="Connect Evolution to Google mail and calendar (May 14, 2009)">Connect Evolution to Google mail and calendar</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/06/20/use-bogofilter-for-better-junk-detection-in-evolution/" title="Use Bogofilter for better junk detection in Evolution (June 20, 2009)">Use Bogofilter for better junk detection in Evolution</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/02/09/replace-outlook-with-evolution-a-linux-groupware-suite/" title="Replace Outlook with Evolution: A Linux Groupware Suite (February 9, 2009)">Replace Outlook with Evolution: A Linux Groupware Suite</a> (17)</li>
	<li><a href="http://www.ghacks.net/2009/09/30/osmo-your-friendly-personal-organizer/" title="OSMO: Your friendly personal organizer (September 30, 2009)">OSMO: Your friendly personal organizer</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/06/11/organize-your-life-with-total-organizer/" title="Organize your life with Total Organizer (June 11, 2008)">Organize your life with Total Organizer</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/04/28/kontact-the-swiss-army-knife-of-pims/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Organize yourself with Tobu</title>
		<link>http://www.ghacks.net/2008/06/18/organize-yourself-with-tobu/</link>
		<comments>http://www.ghacks.net/2008/06/18/organize-yourself-with-tobu/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 12:05:02 +0000</pubDate>
		<dc:creator>Daniel Pataki</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[pim]]></category>
		<category><![CDATA[task management]]></category>
		<category><![CDATA[tobu]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=5028</guid>
		<description><![CDATA[As you may know from my blog, I love information organizers. I think that sounds a bit sad looking back at that sentence, but nevertheless I do, and I cam across a cool little application today called Tobu. I think this is a great application for a number of reasons, but while getting into details [...]]]></description>
			<content:encoded><![CDATA[<p>As you may know from my blog, I love information organizers. I think that sounds a bit sad looking back at that sentence, but nevertheless I do, and I cam across a cool little application today called <a href="http://tobu.lightbird.net/">Tobu</a>. I think this is a great application for a number of reasons, but while getting into details would take ages, I can tell you right off the bat that Tobu isn&#8217;t for everyone.</p>
<p>It&#8217;s one of those applications that will be used by the geeky sort, those who don&#8217;t mind a stark exterior with a pretty complicated interface. Tobu is also different because as it describes itself, it is a &#8220;freeform information organizer&#8221;, and that pretty much holds up. You can use it for task lists, notes, thoughts, ideas, project planning, anything you like, but it will take some time to think it through and apply it.</p>
<p>The basics of it is that you create notes, with a name, a tag and a description. You can then simply list your notes by tag, or tag combination. That&#8217;s really all to it, but underneath this  simple method lies a pretty complicated system. Tags are the main way of navigating, just enter one or more and items will pop out quickly. You can also see the relation each item has to other tags for cross reference.</p>
<p><span id="more-5028"></span></p>
<p><img class="aligncenter size-full wp-image-5029" src="http://www.ghacks.net/wp-content/uploads/2008/06/tobu.gif" alt="Tobu information manager" width="500" height="114" />What I love about Tobu is that it really lets you do anything. Tag all your tasks with &#8220;task&#8221; (how original), and when you list items in that tag you will get your task list. You can also use &#8220;today&#8221;, &#8220;tomorrow&#8221; and other tags to designate time frames and schedules. Tag all your notes with &#8220;note&#8221; (I&#8217;m really something aren&#8217;t I?) and you can list all of them, seeing all the other tags applied, or list ones in the &#8220;notes&#8221; and &#8220;blog&#8221; section for notes about your blog.</p>
<p>The power of Tobu, and all other application like it is that they only provide the framework, while you provide the method. This makes these applications the most flexible out there, but you need the best possible composure to use them effectively. If consistency is your cup of tea however, you will love Tobu.</p>

	Tags: <a href="http://www.ghacks.net/tag/information/" title="information" rel="tag">information</a>, <a href="http://www.ghacks.net/tag/pim/" title="pim" rel="tag">pim</a>, <a href="http://www.ghacks.net/tag/task-management/" title="task management" rel="tag">task management</a>, <a href="http://www.ghacks.net/tag/tobu/" title="tobu" rel="tag">tobu</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/04/12/uk-sensitive-information-need-we-say-more/" title="UK. Sensitive Information. Need We Say More? (April 12, 2009)">UK. Sensitive Information. Need We Say More?</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/09/30/osmo-your-friendly-personal-organizer/" title="OSMO: Your friendly personal organizer (September 30, 2009)">OSMO: Your friendly personal organizer</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/06/11/organize-your-life-with-total-organizer/" title="Organize your life with Total Organizer (June 11, 2008)">Organize your life with Total Organizer</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/04/28/kontact-the-swiss-army-knife-of-pims/" title="Kontact: The Swiss Army Knife of PIMs (April 28, 2009)">Kontact: The Swiss Army Knife of PIMs</a> (3)</li>
	<li><a href="http://www.ghacks.net/2006/12/19/how-to-bypass-internet-censorship/" title="How to bypass Internet Censorship (December 19, 2006)">How to bypass Internet Censorship</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/06/18/organize-yourself-with-tobu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Organize your life with Total Organizer</title>
		<link>http://www.ghacks.net/2008/06/11/organize-your-life-with-total-organizer/</link>
		<comments>http://www.ghacks.net/2008/06/11/organize-your-life-with-total-organizer/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 21:06:27 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[organizer]]></category>
		<category><![CDATA[personal information manager]]></category>
		<category><![CDATA[pim]]></category>
		<category><![CDATA[total organizer]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=4950</guid>
		<description><![CDATA[Personal Information Managers, short PIMs, become increasingly popular especially in the young and hip Internet user group that tries to do everything electronically instead of using the pen and paper approach of previous generations. It&#8217;s only logical that life is organized by one, or multiple, applications as well and Total Organizer is one of those [...]]]></description>
			<content:encoded><![CDATA[<p>Personal Information Managers, short PIMs, become increasingly popular especially in the young and hip Internet user group that tries to do everything electronically instead of using the pen and paper approach of previous generations. It&#8217;s only logical that life is organized by one, or multiple, applications as well and Total Organizer is one of those programs.</p>
<p>As with every Personal Information Manager <a href="http://www.konradp.com/products/organizer/">Total Organizer</a> combines a calendar, an organizer, a to-do list, notebook and contact management software. Total Organizer uses a tree view that contains categories and subcategories with all those information. A category work could for instance contain different project subcategories each with their own calendar, notes, to-do list and contacts.</p>
<p>The main category combines all information from its subcategories which is important for the schedule obviously. The root category finally contains all information from all categories offering an overview of all activities, notes, contacts and the like.</p>
<p><span id="more-4950"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/06/organizer-500x398.gif" alt="organizer" title="organizer" width="500" height="398" class="alignnone size-medium wp-image-4951" /></p>
<p>Keywords can be assigned to every information that is being added to Total Organizer which can be  helpful when searching for specific information. Popup reminders can be enabled as well. The application uses less than 7 Megabytes which is pretty good for an organizer.</p>

	Tags: <a href="http://www.ghacks.net/tag/organizer/" title="organizer" rel="tag">organizer</a>, <a href="http://www.ghacks.net/tag/personal-information-manager/" title="personal information manager" rel="tag">personal information manager</a>, <a href="http://www.ghacks.net/tag/pim/" title="pim" rel="tag">pim</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a>, <a href="http://www.ghacks.net/tag/total-organizer/" title="total organizer" rel="tag">total organizer</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/09/30/osmo-your-friendly-personal-organizer/" title="OSMO: Your friendly personal organizer (September 30, 2009)">OSMO: Your friendly personal organizer</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/08/01/essential-pim/" title="Essential PIM (August 1, 2008)">Essential PIM</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/06/08/zip-repair/" title="Zip Repair (June 8, 2008)">Zip Repair</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/07/15/zen-key-an-all-purpose-application-manager/" title="Zen Key An All Purpose Application Manager (July 15, 2008)">Zen Key An All Purpose Application Manager</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/05/13/youtube-batch-downloader/" title="Youtube Batch Downloader (May 13, 2008)">Youtube Batch Downloader</a> (13)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/06/11/organize-your-life-with-total-organizer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
