<?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; personal information manager</title>
	<atom:link href="http://www.ghacks.net/tag/personal-information-manager/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 15:03:44 +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>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>Ghacks Christmas Giveaway: Do-Organizer And TexNotes Pro</title>
		<link>http://www.ghacks.net/2008/12/05/ghacks-christmas-giveaway-do-organizer-and-texnotes-pro/</link>
		<comments>http://www.ghacks.net/2008/12/05/ghacks-christmas-giveaway-do-organizer-and-texnotes-pro/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 10:00:32 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[do-organizer]]></category>
		<category><![CDATA[ghacks Christmas giveaway]]></category>
		<category><![CDATA[personal information manager]]></category>
		<category><![CDATA[portable software]]></category>
		<category><![CDATA[productivity tool]]></category>
		<category><![CDATA[texnotes pro]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=8727</guid>
		<description><![CDATA[We are in full swing on the fifth day of the Ghacks Christmas Giveaway. After handing out such illustrious and popular software such as Kaspersky Internet Security or Newsbin Pro it is time to fill the first user request. You might remember that I have asked you to suggest software that you wanted to see [...]]]></description>
			<content:encoded><![CDATA[<p>We are in full swing on the fifth day of the Ghacks Christmas Giveaway. After handing out such illustrious and popular software such as Kaspersky Internet Security or Newsbin Pro it is time to fill the first user request. You might remember that I have asked you to suggest software that you wanted to see in the giveaway. It was RG who suggested Do-Organizer and <a href="http://www.gemx.com/">GemX</a>, that&#8217;s the company producing the software, was generous enough to not only give us 5 copies of Do-Organizer but also 10 for TexNotes Pro for the giveaway.</p>
<p>One copy of Do-Organizer will be awarded to RG who made the suggestion. The other copies of both software programs are up for grabs. Lets start with a review of Do-Organizer first:</p>
<p><a href="http://www.gemx.com/?page_id=1884">Do-Organizer</a> is a Personal Information Manager (PIM) that helps the user stay on top of everything. The company is offering a fully functional 30-days test version on their website. The personal information manager will run on Windows 2000, XP or Windows Vista.</p>
<p>The first thing that users will notice is the clean but stunning graphical interface. First time users will have to get accommodated to the plethora of icons in the main interface but it should not take long until they feel comfortable especially since everything can be moved around and hidden like in Microsoft Office 2007.</p>
<p><span id="more-8727"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/12/do-organizer2-500x375.jpg" alt="" title="do-organizer" width="500" height="375" class="alignnone size-medium wp-image-8729" /></p>
<p>Probably the first step after starting the organizer should be data import from other sources. </p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/12/do-organizer-500x405.jpg" alt="" title="do-organizer" width="500" height="405" class="alignnone size-medium wp-image-8728" /></p>
<p>Do-Organizer can import Contacts, Tasks, Appointments, Resources, Emails, Bookmarks or Finance Transactions from files. There is always the option to import the data from csv files with additional file types available depending on the data that should be imported.</p>
<p>There is one special import option for Outlook users which makes it even easier for Outlook users to import contacts, appointments or tasks into the personal information manager. All data can be managed in several ways. Contacts for example can be placed into folders like friends, work, important or family with the option to add new folders to the mix. Each contact can be edited to add or change information. It is furthermore possible to use flags to be able to identify items more easily.</p>
<p>Do-Organizer is a general, very comprehensive, all purpose personal information manager that is covering all the basics from managing contacts to appointments and tasks. One of the unique selling points of the software is the ability to link (or associate) items. It is for example possible to link an event with contacts which aids the information flow.</p>
<p>Other modules that Do-Organizer ships with are planners, journals, a password vault, a mind mapping module or a finance and spreadsheet module.</p>
<p>The software comes with a small toolbar that acts independently from the main program. The toolbar docks by default to the top center of the computer screen but it can be moved around freely or closed. It provides quick access to the most important modules of the personal information manager.</p>
<p>Do-Organizer is a very comprehensive personal information manager. It can be installed to a USB device as it does not write information to the Registry which makes it an excellent travel companion that keeps all important data in one secure place.</p>
<p><a href="http://www.gemx.com/?page_id=1885">TexNotes Pro</a> is the second application that is up for grabs today. TexNotes Pro is a feature rich productivity tool, some would say text organizer. What it basically does is that it can store all kinds of data giving the user the means at hand to organize it the way he wants.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/12/texnotes_pro-499x430.jpg" alt="texnotes pro" title="texnotes pro" width="499" height="430" class="alignnone size-medium wp-image-8730" /></p>
<p>Data is divided into so called Notebooks and Notes. Notebooks are folders that contain notes. Notes can contain all kinds of data that the user adds to them while Notebooks are simply the table of contents.</p>
<p>The productivity tools provided by TexNotes Pro are quite extensive. They range from templates and styles to hyperlinks, annotations, anchors, bookmarks and OLE objects (for example Microsoft Office, Open Office documents, PDF documents or even sounds)</p>
<p>The formatting options are as extensive as the productivity tools. Everything that&#8217;s in Rich Text Editors is also available in TexNotes Pro. Users can add tables, paragraphs, change fonts and styles, add images and more.</p>
<p>One of the most interesting options of TexNotes Pro is the ability to publish a document as a executable ebook. That&#8217;s basically an ebook that can be executed on the computer right away without needing any additional software. Content can also be exported into various formats such as html, rich text format, html with css and even doc or docx.</p>
<p>Four copies of Do-Organizer and 10 copies of TexNotes Pro can be won by filling out a comment below. If you already know those applications you are welcome to add your thoughts in the comments. </p>

	Tags: <a href="http://www.ghacks.net/tag/do-organizer/" title="do-organizer" rel="tag">do-organizer</a>, <a href="http://www.ghacks.net/tag/ghacks-christmas-giveaway/" title="ghacks Christmas giveaway" rel="tag">ghacks Christmas giveaway</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/portable-software/" title="portable software" rel="tag">portable software</a>, <a href="http://www.ghacks.net/tag/productivity-tool/" title="productivity tool" rel="tag">productivity tool</a>, <a href="http://www.ghacks.net/tag/texnotes-pro/" title="texnotes pro" rel="tag">texnotes pro</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/12/22/ghacks-christmas-giveaway-winsnap-and-windowspace/" title="Ghacks Christmas Giveaway: WinSnap And WindowSpace (December 22, 2008)">Ghacks Christmas Giveaway: WinSnap And WindowSpace</a> (78)</li>
	<li><a href="http://www.ghacks.net/2009/09/01/youtube-video-search-is-a-barebone-youtube-downloader/" title="Youtube Video Search Is A Barebone Youtube Downloader (September 1, 2009)">Youtube Video Search Is A Barebone Youtube Downloader</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/10/21/xkcd-comic-wallpaper-changer/" title="Xkcd Comic Wallpaper Changer (October 21, 2009)">Xkcd Comic Wallpaper Changer</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/04/10/wireless-networking-software-homedale/" title="Wireless Networking Software Homedale (April 10, 2009)">Wireless Networking Software Homedale</a> (13)</li>
	<li><a href="http://www.ghacks.net/2009/03/06/windows-xp-default-internet-browser-per-user-profile/" title="Windows XP: Default Internet Browser Per User Profile (March 6, 2009)">Windows XP: Default Internet Browser Per User Profile</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/12/05/ghacks-christmas-giveaway-do-organizer-and-texnotes-pro/feed/</wfw:commentRss>
		<slash:comments>75</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>
