<?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; organizer</title>
	<atom:link href="http://www.ghacks.net/tag/organizer/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>Tue, 24 Nov 2009 22:37:16 +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>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>Make The Web Your Notebook with WebNotes (With 50 Pro Invites)</title>
		<link>http://www.ghacks.net/2009/06/13/make-the-web-your-notebook-with-webnotes-with-50-pro-invites/</link>
		<comments>http://www.ghacks.net/2009/06/13/make-the-web-your-notebook-with-webnotes-with-50-pro-invites/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 20:45:49 +0000</pubDate>
		<dc:creator>David Pierce</dc:creator>
				<category><![CDATA[The Web]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[annotation]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[notebook]]></category>
		<category><![CDATA[online service]]></category>
		<category><![CDATA[organizer]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[webnotes]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=13542</guid>
		<description><![CDATA[ I&#8217;m a student. I&#8217;m also a writer, a researcher, and a number of other things that all seem to involve a ton of research. Particularly that student thing. An increasing number of us, regardless of what we do, rely on the Web to get information, do research, and get work done.
For most of us [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ghacks.net/wp-content/uploads/2009/06/icon.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" src="http://www.ghacks.net/wp-content/uploads/2009/06/icon_thumb.png" border="0" alt="icon" width="194" height="74" align="left" /></a> I&#8217;m a student. I&#8217;m also a writer, a researcher, and a number of other things that all seem to involve a ton of research. Particularly that student thing. An increasing number of us, regardless of what we do, rely on the Web to get information, do research, and get work done.</p>
<p>For most of us (at least for me), that research involves the fun little dance of switching between Microsoft Word and the Internet, constantly reading, writing, losing my place, cursing the world, crying uncontrollably, and then getting back to work. But I digress.</p>
<p><span id="more-13542"></span>One of the best tools out there, of the many I&#8217;ve tried to avoid that vicious cycle, is <a href="http://www.webnotes.net">WebNotes</a>. I use it constantly as a student and a professional, and it offers the most features and best usability of any application out there.</p>
<p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" src="http://www.ghacks.net/wp-content/uploads/2009/06/note_thumb.png" border="0" alt="note" width="512" height="286" /></p>
<p>WebNotes, at its most basic, is an annotation tool. The first step is to install the toolbar (which works in Firefox and Internet Explorer), or the bookmarklet (which works in pretty much every browser, but with a couple fewer features). When you visit a website, the WebNotes software lets you can either highlight the text on the page, or make sticky notes with comments on the page. Everything you annotate is automatically added to your WebNotes organizer, for easy access later.</p>
<p><a href="http://www.ghacks.net/wp-content/uploads/2009/06/oprganiz.png"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" src="http://www.ghacks.net/wp-content/uploads/2009/06/oprganiz_thumb.png" border="0" alt="oprganiz" width="512" height="286" /></a></p>
<p>Once you&#8217;ve annotated a few pages, check out the WebNotes organizer. From there, you can either see the Web pages in their original form, view your highlights and comments on top of the page, or see only your markups. You can also search through your highlighted text and annotations, which makes finding that killer quote you came across an impressively easy proposition.</p>
<p><a href="http://www.ghacks.net/wp-content/uploads/2009/06/search.png"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" src="http://www.ghacks.net/wp-content/uploads/2009/06/search_thumb.png" border="0" alt="search" width="512" height="286" /></a></p>
<p>You can share notebooks, or individual notes (the organization and filing features of WebNotes make sharing them easy), which makes WebNotes great for collaborating on research within a group. There&#8217;s no emailing files necessary, no trying to figure out which version is most up-to-date; instead, all your research lives in one constantly-updated place.</p>
<p>For the more professional users, there&#8217;s the ability to create a &#8220;Report,&#8221; which is a well-designed aggregation of all your notes and highlights on a given subject. I&#8217;ve used it for giving presentations, or just summarizing research to someone else – it&#8217;s much more useful than I initially thought it would be.</p>
<p><a href="http://www.ghacks.net/wp-content/uploads/2009/06/report.png"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" src="http://www.ghacks.net/wp-content/uploads/2009/06/report_thumb.png" border="0" alt="report" width="512" height="353" /></a></p>
<p>The bottom-line of WebNotes is that it streamlines all your research. One, everything goes into one place, meaning there&#8217;s no hunting through twelve different Word documents to find what you want. Two, there&#8217;s no copy and paste – just highlight or comment, and everything gets saved automatically. The best thing about WebNotes, though, is that it lets you avoid the inevitable hunt through a page you <em>know </em>is useful, but that you can&#8217;t for the life of you figure out why.</p>
<p>A few weeks ago, WebNotes launched a &#8220;Pro&#8221; version, which adds some serious functionality to WebNotes. The biggest update, at least in my own use, is that WebNotes Pro lets you highlight and comment on PDF files. Particularly in school, I do a ton of reading PDF&#8217;s, and hate changing between the PDF and Word constantly so I can take notes. With WebNotes, that&#8217;s all avoided, and PDF markups go right into my organizer. (If you love the idea of PDF markup, but don&#8217;t want to use all that WebNotes has to offer, give <a href="http://www.foxitsoftware.com/pdf/reader/">Foxit Reader</a> a look – it&#8217;s got all the markup love you could want.)</p>
<p>The Pro version also offers better support, and Multi-Color highlighting. It&#8217;s aimed squarely at professionals and students who do a lot of research from a lot of different sources, and WebNotes wants to be the source for all your research and informational bookmarking. For me, personally, it&#8217;s become indispensable in both cases.</p>
<p>The Pro version costs $9.99/month, but there&#8217;s a 50% discount for students who use the promo code &#8220;student101&#8243;. For gHacks readers, however, there&#8217;s an even better deal:</p>
<p><strong>3 FREE months of the full, WebNotes Pro interface. </strong>The first 50 people to click <a href="http://www.webnotes.net/Register/PremiumRegistration.aspx?promoCode=ghacks"><strong>this link</strong></a> will get three months free of the Pro features, to test to your heart&#8217;s content.</p>
<p>If you don&#8217;t want the added features (and the price tag), you&#8217;ll be reverted to the free version of WebNotes – which is pretty great itself – after three months is up.</p>
<p>What do you think of WebNotes? Is there a better application out there?</p>

	Tags: <a href="http://www.ghacks.net/tag/annotation/" title="annotation" rel="tag">annotation</a>, <a href="http://www.ghacks.net/tag/internet/" title="internet" rel="tag">internet</a>, <a href="http://www.ghacks.net/tag/notebook/" title="notebook" rel="tag">notebook</a>, <a href="http://www.ghacks.net/tag/online-service/" title="online service" rel="tag">online service</a>, <a href="http://www.ghacks.net/tag/organizer/" title="organizer" rel="tag">organizer</a>, <a href="http://www.ghacks.net/tag/research/" title="research" rel="tag">research</a>, <a href="http://www.ghacks.net/tag/webnotes/" title="webnotes" rel="tag">webnotes</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/01/16/yubnub-a-social-internet-command-line/" title="YubNub a social internet command line (January 16, 2007)">YubNub a social internet command line</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/06/09/wolfram-alpha-gets-its-first-core-update-after-launch/" title="Wolfram Alpha Gets Its First Core Update After Launch (June 9, 2009)">Wolfram Alpha Gets Its First Core Update After Launch</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/07/03/wireless-network-scanner-inssider/" title="Wireless Network Scanner inSSIDer (July 3, 2009)">Wireless Network Scanner inSSIDer</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/05/09/windows-eeepc-900-cheaper-than-linux-model/" title="Windows EeePC 900 cheaper than Linux model (May 9, 2008)">Windows EeePC 900 cheaper than Linux model</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/01/11/why-you-should-not-run-an-open-wi-fi/" title="Why you should not run an Open Wi-Fi (January 11, 2008)">Why you should not run an Open Wi-Fi</a> (7)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/06/13/make-the-web-your-notebook-with-webnotes-with-50-pro-invites/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Essential PIM</title>
		<link>http://www.ghacks.net/2008/08/01/essential-pim/</link>
		<comments>http://www.ghacks.net/2008/08/01/essential-pim/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 06:54:36 +0000</pubDate>
		<dc:creator>joshua</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[essential pim]]></category>
		<category><![CDATA[organisational tool]]></category>
		<category><![CDATA[organizer]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=5766</guid>
		<description><![CDATA[Personal organisers are a dime a dozen but I’m yet to find one which full meets my requirements.
For some time however I did use Essential PIM and found it a good solid organisation tool. You can think of Essential as Outlook without email capabilities, which is actually useful for anyone who uses Gmail for most [...]]]></description>
			<content:encoded><![CDATA[<p>Personal organisers are a dime a dozen but I’m yet to find one which full meets my requirements.</p>
<p>For some time however I did use <a href="http://www.essentialpim.com/">Essential PIM</a> and found it a good solid organisation tool. You can think of Essential as Outlook without email capabilities, which is actually useful for anyone who uses <a href="http://www.ghacks.net/2009/02/09/gmail-90-tools-and-tips-to-make-you-a-gmail-pro/">Gmail</a> for most of their email.</p>
<p>The interface is actually pretty good, clean, polished and functional, which is a lot more then I can say for a lot of the organisational software I’ve seen. In fact it’s got such a nice interface you cant help but want to use it.</p>
<p>Essential PIM has 4 main functions:</p>
<p><span id="more-5766"></span>    * Schedule<br />
    * To Do<br />
    * Contacts<br />
    * Notes </p>
<p>It’s all very easy to use and intuitive, with the scheduling being particular efficient and easy to use. Data from other applications can be imported into Essential PIM including TXT, RTF and CSV as well as exported from Essential into other applications.</p>
<p>Another strong point is the ability to run the application from a USB stick, something I also used to do.</p>
<p>Essential PIM is a freemium product, for a reasonable fee you can upgrade to the pro product for some additional features including encryption, automatic backup, synchronisation with Outlook and better file sorting features.</p>
<p>Even just for the Contacts database this program is great and very easy to use, I recommend it.</p>

	Tags: <a href="http://www.ghacks.net/tag/essential-pim/" title="essential pim" rel="tag">essential pim</a>, <a href="http://www.ghacks.net/tag/organisational-tool/" title="organisational tool" rel="tag">organisational tool</a>, <a href="http://www.ghacks.net/tag/organizer/" title="organizer" rel="tag">organizer</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</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/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/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>
	<li><a href="http://www.ghacks.net/2008/07/10/yahoo-widget-position-restorer/" title="Yahoo Widget Position Restorer (July 10, 2008)">Yahoo Widget Position Restorer</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/08/01/essential-pim/feed/</wfw:commentRss>
		<slash:comments>1</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>
