<?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>MakeUseOf.com &#187; planning tools</title>
	<atom:link href="http://www.makeuseof.com/tags/planning-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Sun, 22 Nov 2009 01:06:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Show iCal Tasks &amp; Events On The Desktop [Mac only]</title>
		<link>http://www.makeuseof.com/tag/how-to-show-ical-tasks-events-on-the-desktop-mac-only/</link>
		<comments>http://www.makeuseof.com/tag/how-to-show-ical-tasks-events-on-the-desktop-mac-only/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 16:01:45 +0000</pubDate>
		<dc:creator>Jeffry Thurana</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[desktop enhancements]]></category>
		<category><![CDATA[iCal]]></category>
		<category><![CDATA[planning tools]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=29154</guid>
		<description><![CDATA[On my way to have a more organized life, I&#8217;ve tried to utilize iCal to the fullest. I have found the quickest way to add tasks and events to iCal, but have yet to find the quickest way to show them. I figure that instead of opening another app just to show my tasks and [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right: 20px; margin-top: 5px; margin-bottom: 5px;" src="http://www.makeuseof.com/wp-content/uploads/2009/11/00-Desktop-plus2.jpeg" alt="ical on desktop" vspace="5" width="300" height="188" align="left" />On my way to have a more organized life, I&#8217;ve tried to utilize iCal to the fullest. I have found <a href="http://www.makeuseof.com/tag/how-to-improve-ical-with-flexcal-mac-only/">the quickest way to add tasks and events to iCal</a>, but have yet to find the quickest way to show them. I figure that instead of opening another app just to show my tasks and events, why not make them always available on the desktop?</p>
<p>If I could do that, I could just use Expose&#8217;s shortcut (<em>Command + F3</em> in my MacBook) &#8211; or the <a href="http://www.makeuseof.com/tag/escape-from-your-cluttered-desktop-with-show-desktop-mac-only/">Show Desktop</a> we&#8217;ve discussed before &#8211; to show the desktop to see everything that I have to do printed there. Of course, those with large screens will have everything visible at all time even without the trick.</p>
<p>With my <a href="http://www.makeuseof.com/tag/how-to-display-system-information-in-style-using-geektool-mac/">recent adventure with GeekTool</a>, everything comes full circle. Now my tasks and events can be shown beautifully on the desktop, and I can look at them anytime I need to with a single stroke of a shortcut key combination.</p>
<p><span id="more-29154"></span><br />
To be able to show tasks and events from iCal on the desktop, we need help from two freewares: the previously mentioned <a href="http://projects.tynsoe.org/en/geektool/download.php">GeekTool</a> and <a href="http://hasseg.org/icalBuddy/">iCalBuddy</a>.</p>
<p>In short, iCalBuddy is a command-line utility that can be used to query the OS X calendar database for items. Being a command-line based application, iCalBuddy is the perfect scripting solution to be used along with GeekTool.</p>
<p>The installation used to be something that ordinary people would try to avoid &#8211; involving working with command lines in the Terminal. But the latest version of iCalBuddy comes with an &#8220;<em>install.command</em>&#8221; file, which will make the process a snap. All you need to do is double-click it to start the installation in Terminal and then continue the process by pressing any key (or <em>Ctrl + C</em> to cancel).</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/01-Install-iCal-Buddy-Terminal.jpg" alt="ical on desktop" width="550" height="419" /></p>
<p>Now that the installation is done, let&#8217;s add some to-dos and events to the desktop</p>
<p>After installing iCalBuddy, displaying iCal&#8217;s to-do and events on the desktop is a matter of adding new shell items from GeekTool. This means dragging out shell geeklets from GeekTool prefPane to the desktop and editing the items.</p>
<p>The most important part of the geeklet is the Command pane. This is the place where you write the command line to tell GeekTool what to do. This is the basic command line for iCalBuddy:</p>
<blockquote><p><em>/usr/local/bin/icalBuddy *****</em></p></blockquote>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/03-Command-Pane.jpg" alt="ical on desktop" width="279" height="341" /></p>
<p>The &#8220;******&#8221; is where you put the customization strings. There are a whole lot of variations that you could use with iCalBuddy&#8217;s command line. There are some manuals that come with the installation file of iCalBuddy that you can refer to for further information. You could also access the program&#8217;s manual page by running &#8220;<em>man icalBuddy</em>&#8221; in the terminal to read the documentation for all of the arguments you can use when calling icalBuddy.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/02-icalbuddy-manual.jpg" alt="ical events on desktop" width="550" height="440" /></p>
<p>As for me, these are the strings that I use for my desktop.</p>
<p>To display iCal&#8217;s to-do, I use:</p>
<blockquote><p><em>/usr/local/bin/icalBuddy &#8211;excludeTaskProps &#8220;notes&#8221; -nc uncompletedTasks | sed -e &#8220;s/*/&#8211;/&#8221; | sed -e &#8220;s/!/!!/&#8221;</em></p></blockquote>
<p>While to display iCal&#8217;s events, I use:</p>
<blockquote><p><em>/usr/local/bin/icalBuddy -nc eventsToday+7 | sed -e &#8220;s/*/&#8211;/&#8221; | sed -e &#8220;s/!/!!/&#8221;</em></p></blockquote>
<p>These strings are not mine. I picked them up from a discussion between iCalBuddy users and the creator. So, the credit goes to them. And as you can see, what the customization strings do are:</p>
<ul>
<li>removing notes from the tasks (&#8211;excludeTaskProps &#8220;notes&#8221;)</li>
<li>removing the calendar name (-nc)</li>
<li>changing the * symbol in front of each item with &#8212; symbols (sed -e &#8220;s/*/&#8211;/&#8221;)</li>
<li>displaying events for one whole week (+7)</li>
<li>emphasizing the overdue tasks and events (sed -e &#8220;s/!/!!/)</li>
</ul>
<p>You could do your own experiment adding and removing strings (or not).</p>
<h3><strong>Beautifying the look</strong></h3>
<p>Honestly, I spent so much more time experimenting on the look than on the function; dragging the position, changing the color, adjusting the size, that sort of thing. And here&#8217;s the final result (for now).</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/04-GeekTool-desktop.jpg" alt="ical events on desktop" width="550" height="344" /></p>
<p>You could just let your creativity run loose and design your own. But in case you are wondering, I&#8217;m using Apple&#8217;s standard wallpaper, and Gill Sans &#8211; Regular and Thin &#8211; for the font. As for the layout, size and color, I think the screenshot has revealed them all.</p>
<p>While doing this article, I also found out several communities of GeekTool users who &#8220;show off&#8221; and share their desktop designs. If you&#8217;ve tried GeekTool and think that your design is cool enough, you could share them using the comments below.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/icalendar-lite-a-free-transparent-desktop-calendar-for-windows/" title="iCalendar Lite- A Free Transparent Desktop Calendar (Windows) (September 12, 2009)">iCalendar Lite- A Free Transparent Desktop Calendar (Windows)</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-improve-ical-with-flexcal-mac-only/" title="How To Improve Your iCal Calendars With FlexCal [Mac Only] (November 8, 2009)">How To Improve Your iCal Calendars With FlexCal [Mac Only]</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/wally-an-incredible-cross-platform-wallpaper-rotation-app/" title="Wally- Awesome Wallpaper Rotator for Windows, Mac &#038; Linux (November 15, 2009)">Wally- Awesome Wallpaper Rotator for Windows, Mac &#038; Linux</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/three-free-calendar-applications-for-the-mac/" title="Three Free Desktop Calendar Applications For The Mac (July 30, 2009)">Three Free Desktop Calendar Applications For The Mac</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/three-cool-desktops-from-make-use-of-readers/" title="Three Cool Desktops from MakeUseOf Readers (April 16, 2008)">Three Cool Desktops from MakeUseOf Readers</a> (32)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-show-ical-tasks-events-on-the-desktop-mac-only/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SlateBox &#8211; An Easy and Quick Collaborative Visualization Tool</title>
		<link>http://www.makeuseof.com/tag/slatebox-beta-%e2%80%93-a-simple-and-quick-collaborative-visualization-tool/</link>
		<comments>http://www.makeuseof.com/tag/slatebox-beta-%e2%80%93-a-simple-and-quick-collaborative-visualization-tool/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 20:00:23 +0000</pubDate>
		<dc:creator>Saikat Basu</dc:creator>
				<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[diagrams]]></category>
		<category><![CDATA[mindmaps]]></category>
		<category><![CDATA[planning tools]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=29044</guid>
		<description><![CDATA[A beta web application or software conveys the promise of things to come. Yes, not everything may work seamlessly, but Twitter too was once just a chirp. The fun for us early birds is to check out the app and the technology behind it (and hope what we like, remains free).
SlateBox is a web application [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/11/Mindmap.png" alt="" vspace="5" align="left" />A beta web application or software conveys the promise of things to come. Yes, not everything may work seamlessly, but Twitter too was once just a chirp. The fun for us early birds is to check out the app and the technology behind it (and hope what we like, remains free).</p>
<p><a href="http://www.slatebox.com">SlateBox</a> is a web application that may seem knotty at first. But grope around a bit and you soon realize its child’s play. Is that why it’s called SlateBox?</p>
<p>Here I am getting ahead of myself &#8211; <strong>What’s SlateBox after all?</strong></p>
<p>Very simply, SlateBox is a collaborative visualization tool. Visualization tools are apps which help us plot or draw an idea into an image or diagram. The diagrams are meant to represent relationships between the ideas on display. Mindmaps are what can be called visualization aids. We have covered a few awesome <a href="http://www.makeuseof.com/tags/mindmaps/">Mindmapping</a> applications, both online and offline. SlateBox is a similar but also a bit different at the same time.</p>
<h3>SlateBox is a mindmapping application and a bit more</h3>
<p>Although it can used as such, SlateBox helps you with the visual ideas and also enables you to collaborate and share those ideas with others in real time. The visual ideas are built on ‘Slates’ which are like a blank canvas. We mentioned mindmaps, but SlateBox can be a collaborative visualization that for a whole lot of things like – designs, organizational charts, flow charts, process diagrams, work planning etc.<br />
<span id="more-29044"></span></p>
<h3>Let’s see how SlateBox works</h3>
<ol>
<li>SlateBox requires a simple sign-in and you are ready to roll out your first slate.</li>
<li>The basic building blocks of SlateBox are <em>Nodes</em> which are like droppable symbols standing for a step or stage of your schematic. The interface of SlateBox is three paned with the center pane being the main work area. The left panel is the <em>Template Panel</em> from where we drag and drop Nodes onto the <em>Drop Panel</em> (the central pane). The right placed panel is for setting the properties of the panels and the nodes.<img class="aligncenter size-full wp-image-29066" title="Interface" src="http://www.makeuseof.com/wp-content/uploads/2009/11/Interface.png" alt="Interface" width="580" height="290" /></li>
<li>A fresh slate starts from a click on <em>New Slate</em>. Enter a name, description and select a template. The choices seem thin now. You can also use a website as a template by specifying a URL. Templates are boilerplates with some default nodes. You can also start with an empty template and build it up from scratch.<img class="aligncenter size-full wp-image-29054" title="CreateNewSlate" src="http://www.makeuseof.com/wp-content/uploads/2009/11/CreateNewSlate.png" alt="CreateNewSlate" width="580" height="441" /></li>
<li>Pick a node from the <em>Template Panel</em> and drop it into the <em>Drop Pane</em>. A mouseover on each node shows a small bar on top with some icons. These are for resizing the node, entering text, creating the relationship arrows, creating a duplicate node and deleting the node.<br />
<img class="aligncenter size-full wp-image-29055" title="mainIdea" src="http://www.makeuseof.com/wp-content/uploads/2009/11/mainIdea.png" alt="mainIdea" width="580" height="461" /></li>
<li>Click the little pencil icon to define some text for this node. You can use the right panel for setting the visual properties for individual nodes. And yes, you can embed video or an image in the node.<br />
<img class="aligncenter size-full wp-image-29058" title="SetProperties" src="http://www.makeuseof.com/wp-content/uploads/2009/11/SetProperties.png" alt="SetProperties" width="531" height="487" /></li>
<li>To add some subordinate ideas, use the Template Panel to add subordinate nodes.<br />
<img class="aligncenter size-full wp-image-29061" title="SubordinateIdea" src="http://www.makeuseof.com/wp-content/uploads/2009/11/SubordinateIdea.png" alt="SubordinateIdea" width="580" height="432" /></li>
<li>Now, click the star shaped icon on each Node to bring out the relationship lines. Drag them across the nodes to connect one to the other. The properties of the relationship lines can be changed from the right panel. I had a bit of problem with the connectors &#8212; one of them just wouldn’t connect. Probably, a beta glitch.<br />
<img class="aligncenter size-full wp-image-29062" title="Connectors" src="http://www.makeuseof.com/wp-content/uploads/2009/11/Connectors.png" alt="Connectors" width="580" height="348" /></li>
<li>That’s it! Your first simple mindmap is finished. You don’t have to actively save your work because the Slate is always auto-saved.</li>
</ol>
<h3>Working together on one Slate</h3>
<p><img class="aligncenter size-full wp-image-29063" title="Collaborate" src="http://www.makeuseof.com/wp-content/uploads/2009/11/Collaborate.png" alt="Collaborate" width="580" height="137" /></p>
<p>The collaboration engine is still not fully explained and frankly, I couldn’t try it out for lack of ‘collaborators’ in real time. But according to the site, collaboration will – broadcast changes in real time to all users logged under one shared account. The status panel will also reflect the user who initiated the changes. Changes can also be locked by a user so the Slate can be presented to all users simultaneously.</p>
<p>SlateBox also provides a developer API which can be embedded in websites and used as small web applications. But that’s beyond the scope of an average user.</p>
<p>What a normal user would find in SlateBox is an easy to use and easier to setup collaborative visualization tool. An uncomplicated tool like SlateBox is a fit for small teams and tutor-pupil scenarios. Though in beta, SlateBox shows some promise as a fast collaborative visual mapper.</p>
<p>What are your first impressions on <a href="http://www.slatebox.com">SlateBox</a> (Beta)?</p>
<p><small>Image Credit: <a rel="nofollow" href="http://www.flickr.com/photos/49502969698@N01/99418297/">LukePDQ</a></small>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/when-is-good-easily-schedule-your-meetings-with-co-workers/" title="When Is Good &#8211; Easily Schedule Your Meetings With Co-Workers (October 23, 2009)">When Is Good &#8211; Easily Schedule Your Meetings With Co-Workers</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/ubidesk-fresh-comprehensive-online-team-collaboration/" title="Ubidesk: Fresh &#038; Comprehensive Online Team Collaboration (September 21, 2009)">Ubidesk: Fresh &#038; Comprehensive Online Team Collaboration</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/organize-and-plan-flawlessly-with-3-mindmapping-apps-mac/" title="MindMapping: 3 Simple Idea Mapping Software for Mac (June 25, 2009)">MindMapping: 3 Simple Idea Mapping Software for Mac</a> (13)</li>
	<li><a href="http://www.makeuseof.com/tag/create-online-mindmaps-with-seavus-dropmind/" title="Create Online Mind Maps with Seavus DropMind (August 23, 2009)">Create Online Mind Maps with Seavus DropMind</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/create-collaborative-flowchart-masterpieces-with-online-flowchart-software/" title="Create Collaborative Flowchart Masterpieces with Online Flowchart Software (October 12, 2009)">Create Collaborative Flowchart Masterpieces with Online Flowchart Software</a> (13)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/slatebox-beta-%e2%80%93-a-simple-and-quick-collaborative-visualization-tool/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How To Improve Your iCal Calendars With FlexCal [Mac Only]</title>
		<link>http://www.makeuseof.com/tag/how-to-improve-ical-with-flexcal-mac-only/</link>
		<comments>http://www.makeuseof.com/tag/how-to-improve-ical-with-flexcal-mac-only/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 12:01:37 +0000</pubDate>
		<dc:creator>Jeffry Thurana</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[iCal]]></category>
		<category><![CDATA[planning tools]]></category>
		<category><![CDATA[schedule]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=28487</guid>
		<description><![CDATA[When it comes to managing life and work, I used to be the kind of person who relied on memory alone. The furthest path I took was writing tasks on a small piece of paper and threw it away after everything was done. Call me disorganized, but somehow I survived.
But recently, I could barely keep [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/11/00-FlexCal-logo-plus.jpeg" alt="" vspace="5" align="left" />When it comes to managing life and work, I used to be the kind of person who relied on memory alone. The furthest path I took was writing tasks on a small piece of paper and threw it away after everything was done. Call me disorganized, but somehow I survived.</p>
<p>But recently, I could barely keep up with everything that happened around me just relying on my biological RAM alone. While I&#8217;ve tried several <a href="http://www.makeuseof.com/tag/three-free-calendar-applications-for-the-mac/">free to do applications</a> to <a href="http://www.makeuseof.com/tag/get-rid-of-your-overloaded-anxiety-with-anxiety-mac-only/">overcome my anxiety</a>, I couldn&#8217;t find free apps that can match the power of Apple&#8217;s <a href="http://www.makeuseof.com/tags/ical/">iCal calendar</a>.</p>
<p>So I chose iCal Calendars to help me manage my life better. One problem though, adding multiple tasks and events to iCal requires a rather lengthy process, including keeping it open at all time. Luckily, there&#8217;s <a href="http://flexgames.com/flexcal/?p=1">FlexCal</a>. This small application which reside in the System Preferences is designed to overcome that very problem.</p>
<h3><strong>The installation and settings</strong></h3>
<p>The installation process is quick and easy. Double click the prefPane file and choose which users you want to install this app to. Unless you use your Mac with several other users and don&#8217;t want the other users to use FlexCal, choose &#8220;<em>Install for all users of this computer</em>&#8220;.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/00-FlexCal-Install-System-Preferences.jpg" alt="ical calendars" width="405" height="228" /></p>
<p><span id="more-28487"></span><br />
Then the System Preferences will be opened. Since FlexCal is still <a href="http://www.makeuseof.com/tag/how-to-choose-between-32-bit-64-bit-windows-7-operating-systems/">in 32-bit</a>, System Preferences needed to be restarted before you can tamper with FlexCal settings.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/01b-System-Preferences-Restart.jpg" alt="ical calendars" width="434" height="145" /></p>
<p>There are several things that you should adjust to make FlexCal comfortable to use. First the &#8220;<em>Setup</em>&#8221; tab. Click the &#8220;<em>Start FlexCal</em>&#8221; button (obviously) and tick the &#8220;<em>Start FlexCal at login</em>&#8221; box to make sure that this app will be available at all time.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/02a-FlexCal-Settings-Setup.jpg" alt="ical calendars" width="550" height="357" /></p>
<p>Then you need to set your own shortcut to be able to access FlexCal quickly. Click on the shortcut field and press your chosen combination.</p>
<p>Don&#8217;t forget to choose which window should be opened every time you hit that shortcut key. If you add Tasks a lot, choose &#8220;<em>Task Window</em>&#8220;. The same thing goes the other way around. But whichever you choose, it&#8217;s not that important (and you&#8217;ll see why later on).</p>
<p>Next is the &#8220;<em>Advanced</em>&#8221; tab. This is the place to further configure FlexCal. You could choose to add an alarm to all new Events and how early should the alarm goes off. You could also choose which calendar should be the default place for all tasks and events, and whether you prefer to use Textual or Graphical style to display the calendar.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/02b-FlexCal-Setting-Advanced.jpg" alt="ical planner" width="550" height="409" /></p>
<h3><strong>Using FlexCal</strong></h3>
<p>Using this app is a only matter of hitting the shortcut key. If you choose &#8220;<em>Task Window</em>&#8221; as the default, this window will appear every time the key combination is pressed.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/03-FlexCal_-Task.jpg" alt="ical planner" width="459" height="221" /></p>
<p>But you could easily change the window to &#8220;<em>Events Window</em>&#8221; by hitting the combination one more time (and continuously alternate between the two).</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/04-FlexCal_-Event.jpg" alt="ical planner" width="446" height="550" /></p>
<p>Hit <em>enter</em> after typing the task/event and it will be saved to iCal. To cancel it, use the Esc key.</p>
<p>You could move between the field using the Tab key (forward) and the Shift + Tab key (backward), but you couldn&#8217;t edit the &#8220;<em>Calendar</em>&#8221; and &#8220;<em>Priority</em>&#8221; drop-down menu without using the mouse. The rodent is also needed to change the style of calendar from Textual to Graphical (and vice versa).</p>
<p>I wish the developer would add the ability to use the keyboard to its full extent so the process of adding Tasks and Events to iCal could be done without the need to lift a finger from the keyboard.</p>
<p>Other than that minor annoyance, FlexCal is something that every iCal user should have.</p>
<p>Do you use iCal calendars to manage your life? Do you know better free alternatives to add Tasks and Events to iCal quickly and easily? Share using the comments below.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/three-free-calendar-applications-for-the-mac/" title="Three Free Desktop Calendar Applications For The Mac (July 30, 2009)">Three Free Desktop Calendar Applications For The Mac</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/icalendar-lite-a-free-transparent-desktop-calendar-for-windows/" title="iCalendar Lite- A Free Transparent Desktop Calendar (Windows) (September 12, 2009)">iCalendar Lite- A Free Transparent Desktop Calendar (Windows)</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-show-ical-tasks-events-on-the-desktop-mac-only/" title="How To Show iCal Tasks &#038; Events On The Desktop [Mac only] (November 17, 2009)">How To Show iCal Tasks &#038; Events On The Desktop [Mac only]</a> (3)</li>
	<li><a href="http://www.makeuseof.com/tag/esyplanner-%e2%80%93-manage-your-day-with-this-easy-scheduler-daily-task-manager/" title="esyPlanner – Manage Your Day With This Easy Scheduler &#038; Daily Task Manager (September 12, 2009)">esyPlanner – Manage Your Day With This Easy Scheduler &#038; Daily Task Manager</a> (7)</li>
	<li><a href="http://www.makeuseof.com/tag/when-is-good-easily-schedule-your-meetings-with-co-workers/" title="When Is Good &#8211; Easily Schedule Your Meetings With Co-Workers (October 23, 2009)">When Is Good &#8211; Easily Schedule Your Meetings With Co-Workers</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-improve-ical-with-flexcal-mac-only/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Celtx &#8211; The Ultimate Screenwriting Software [Cross-Platform]</title>
		<link>http://www.makeuseof.com/tag/celtx-the-ultimate-screenwriting-suite-cross-platform/</link>
		<comments>http://www.makeuseof.com/tag/celtx-the-ultimate-screenwriting-suite-cross-platform/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 16:01:43 +0000</pubDate>
		<dc:creator>Simon Slangen</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[novel]]></category>
		<category><![CDATA[planning tools]]></category>
		<category><![CDATA[text editors]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=28332</guid>
		<description><![CDATA[A lot of old-school writers and producers still use the familiar pen and paper. Others have migrated to the digital world and are using Open Office or MS Word.
Personally I&#8217;ve never felt quite at home in Word to write a story. Instead, I&#8217;ve always been using creative writing suites or pre-production packages.
That&#8217;s right, there is [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/11/celtx.jpg" alt="celtx" vspace="5" align="left" />A lot of old-school writers and producers still use the familiar pen and paper. Others have migrated to the digital world and are using Open Office or MS Word.</p>
<p>Personally I&#8217;ve never felt quite at home in Word to write a story. Instead, I&#8217;ve always been using creative writing suites or pre-production packages.</p>
<p>That&#8217;s right, there is screenwriting software that&#8217;s specifically designed to help you formulate ideas and work in a simple, but flexible creative environment.</p>
<h2><strong><a href="http://celtx.com/">Celtx</a></strong></h2>
<p>I&#8217;ve written an <a href="http://www.makeuseof.com/tag/ywriter-word-processor-for-creative-writing/">article about yWriter</a> in the past, a tool that would help you with outlining and working on your stories. A creative writing suite, if you will. Celtx is different. Oh sure, Celtx will be able to help you with your creative writing, but it&#8217;ll do so much more.</p>
<p>Celtx is screenwriting software that aims to aid in all media pre-production. So what does this mean? Whether you&#8217;re working on a novel, a film, a comic, a radio or podcast broadcasting, or even a video game, Celtx will help you put down those ideas and help you plan them in a quick and efficient manner.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/celtx4.jpg" alt="celtx" /></p>
<p>With all types of features and support, you won&#8217;t have to jump over and through between five different screenwriting software applications anymore (if you even used any). Everything can be written, planned and colaborated from within Celtx.</p>
<p>Below we&#8217;ll take a look at some of the most prominent features in the application. Believe me, if you&#8217;re in the creative business, this is one application you&#8217;ll want to add to your arsenal.</p>
<p><span id="more-28332"></span></p>
<h3><strong>Writing Suite</strong></h3>
<p>For the storytellers, Celtx comes equipped with the same basic tools you&#8217;d expect and a few more advanced ones as well. With a place to list your characters, locations and the like, you don&#8217;t have to worry about losing track again. When outlining a story, you can also use the storyboard feature you&#8217;ll be discussing below. One cooks with the ingredients at hand, and in our case there&#8217;s a buffet already laid out.</p>
<p>One of the most important aspects of Celtx &#8211; and its greatest features &#8211; is the ease with which one can embed other types of media. If you feel the need to add a picture, drawing or movie fragment to your work, or even an mp3, you can do so with a few clicks of the mouse. One of the reasons I prefer to use the Celtx screenwriting software sis that it doesn&#8217;t try to force you into certain &#8216;development roads&#8217;. You can use your own creative way to get at your destination.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/celtx2.jpg" alt="celtx" width="550" height="387" /></p>
<p>In the writing category, Celtx comes with a few different editor flavors: Screenplay, stageplay,  AV scripts, audio play, comic book and text. It doesn&#8217;t matter in what branch you&#8217;re working, Celtx does not discriminate.</p>
<h3><strong>Storyboards</strong></h3>
<p>I have already mentioned the storyboards. Although you can indeed use them when you&#8217;re writing a novel, they&#8217;re much more commonly used in film production.</p>
<p>Create different sequences and easily add individual pictures and drawings, or even do a batch import. Label and narrate your pictures to create a detailed and intricate storyline. If you want, you can even specify the camera shot you intend to use.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/celtx3.jpg" alt="celtx" width="550" height="387" /></p>
<p>Drag and drop groups of images to change the order of events. When you&#8217;re done (for the moment), print the pages or share them with your partners. If you want you can even play them in a full screen diashow.</p>
<p>Download Celtx for Windows, Mac OS X and Linux at <a href="http://celtx.com/">Celtx</a></p>
<p>Believe me, this doesn&#8217;t even begin to describe what Celtx can do. I&#8217;ve been using a lot of software, but this is certainly one of the most amazing screenwriting software suites I&#8217;ve ever seen. If you&#8217;ve got something to add, or are left with an unanswered question, head for the comments section below.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-turn-ms-word-2007-into-a-minimalist-text-editor/" title="How To Turn MS Word 2007 Into A Minimalist Text Editor (June 9, 2009)">How To Turn MS Word 2007 Into A Minimalist Text Editor</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/battle-of-the-minimalist-text-editors/" title="Battle of the Minimalist Text Editors (May 7, 2008)">Battle of the Minimalist Text Editors</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/zim-a-desktop-wiki-note-taking-app-linux-windows/" title="ZIM &#8211; A Desktop Wiki / Note Taking App [Linux, Windows] (October 25, 2008)">ZIM &#8211; A Desktop Wiki / Note Taking App [Linux, Windows]</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/ywriter-word-processor-for-creative-writing/" title="yWriter &#8211; A Word Processor For Creative Writing (March 24, 2009)">yWriter &#8211; A Word Processor For Creative Writing</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/when-is-good-easily-schedule-your-meetings-with-co-workers/" title="When Is Good &#8211; Easily Schedule Your Meetings With Co-Workers (October 23, 2009)">When Is Good &#8211; Easily Schedule Your Meetings With Co-Workers</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/celtx-the-ultimate-screenwriting-suite-cross-platform/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Milpon &#8211; The Only Remember The Milk IPhone App You&#8217;ll Need</title>
		<link>http://www.makeuseof.com/tag/milpon-the-only-remember-the-milk-iphone-app-youll-need/</link>
		<comments>http://www.makeuseof.com/tag/milpon-the-only-remember-the-milk-iphone-app-youll-need/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 14:01:05 +0000</pubDate>
		<dc:creator>Angelina</dc:creator>
				<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[iPhone Apps]]></category>
		<category><![CDATA[planning tools]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[task manager]]></category>
		<category><![CDATA[to-do]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=27595</guid>
		<description><![CDATA[Remember The Milk is one of the most popular to-do webapps on the net right now. While it has an extensive list of ways to be integrated into your daily routine, from iCal exporting to mobile syncing through iPhone, Blackberry, and Android apps, some of these features are only accessible to Pro users.
To users who [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/10/MilponIconLarge_thumb.png" border="0" alt="MilponIconLarge" vspace="5" align="left" /><a href="http://www.rememberthemilk.com">Remember The Milk</a> is one of the most popular <a href="http://www.makeuseof.com/tags/to-do/">to-do</a> webapps on the net right now. While it has an extensive list of ways to be integrated into your daily routine, from iCal exporting to mobile syncing through iPhone, Blackberry, and Android apps, some of these features are only accessible to Pro users.</p>
<p>To users who would much rather not pay $25 a year to access RTM through their iPhone, luckily, there is an alternative to RTM’s own iPhone app. <a href="http://www.apptism.com/apps/milpon">Milpon</a> is the only iPhone todo app in the iTunes store that is both free and functional for managing your RTM tasks.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://www.makeuseof.com/wp-content/uploads/2009/10/IMG_0001_thumb.png" border="0" alt="best iphone todo app" width="324" height="484" /></p>
<p><span id="more-27595"></span><br />
When you first open the iPhone todo app, it takes you to an overview of the tasks that are due in the next week, as well as tasks that are overdue. Tasks are sorted in order of due date, in alphabetical order. The priorities of the tasks are written under the date. From here, you can complete tasks by touching the square, add tasks by clicking the (+) button in the upper right hand corner, or edit tasks by clicking their entries in the list. Doing either of the latter two will take you to a screen that looks like this:</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://www.makeuseof.com/wp-content/uploads/2009/10/IMG_0005_thumb.png" border="0" alt="best iphone todo app" width="324" height="484" /></p>
<p>The first line following the arrow is where you input the name of your task. Unfortunately, unlike the RTM website, you can’t add priorities and other details by using hash tags. To set a due date, click the calendar icon, which brings up a full sized calendar.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://www.makeuseof.com/wp-content/uploads/2009/10/IMG_0006_thumb.png" border="0" alt="best iphone todo app" width="324" height="484" /></p>
<p>This calendar is possibly my favorite feature of Milpon. You can scroll through the months by clicking the left and right arrows by the Month and Year entry, and then pick the exact date you want by clicking the corresponding  box on the calendar. This will bring you back to the main Add page, where you can set the other details like which list you want the task in, etc.</p>
<p>Another great thing about Milpon’s Add page is that, when you are assigning tags to a task, Milpon brings up a list of the tags that you have already created, and adds the tag you tap to the task you’re creating.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://www.makeuseof.com/wp-content/uploads/2009/10/IMG_0002_thumb.png" border="0" alt="iphone todo" width="324" height="484" /></p>
<p>When you are done creating a task, it will be filed with all of your other tasks, where it will be viewable in three ways. The screenshot above is of Milpon’s home screen. By clicking <em>Overview</em>, you will see a screen like the very first screenshot above, that details all the tasks due in the next week. If you click “<em>List</em>,” you’ll see all of your lists, followed by the number of tasks in that list. If you click “<em>Tag</em>,” you’ll see a list of your tags, followed by the number of tasks that have that tag.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://www.makeuseof.com/wp-content/uploads/2009/10/IMG_0003_thumb.png" border="0" alt="iphone todo" width="254" height="379" /></p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://www.makeuseof.com/wp-content/uploads/2009/10/IMG_0004_thumb.png" border="0" alt="iphone todo" width="254" height="379" /></p>
<p>I find the option to sort your tasks by their tags extremely useful, because you can set contexts (such as the location that your task should be completed at) as your tags, and then sort your tasks so that they are location specific. Then, you can view all of your “@phone” tasks while you’re making calls, and call everyone in one sitting.</p>
<p>Since Milpon is a relatively new app, it is still undergoing active development. For example, the latest update features automatic syncing! Instead of having to manually sync like in the previous releases, Milpon now syncs when you open the app. Unfortunately this means that you&#8217;ll still have to sync manually after making changes, but that&#8217;s still better than no automated syncing at all.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://www.makeuseof.com/wp-content/uploads/2009/10/photo_thumb.jpg" border="0" alt="remember the milk" width="324" height="484" /></p>
<p>You can sync manually by clicking the refresh icon in the upper left hand corner of the home screen. Syncing usually takes quite a while, which is a bit of a drawback, but you can still view and edit tasks while syncing, so that shouldn’t be too much of a concern.</p>
<p>I’ve been an avid fan since Milpon first launched, and it’s come a long way since its infant days. I foresee it making great progress as it gains more users, and I hope that it will become the RTM iPhone app of choice for non-Pro users.</p>
<p>Do you use Remember the Milk? Give Milpon a shot, and tell us what you think of it, in comparison to RTM’s own iPhone app.</p>
<p><a href="http://www.apptism.com/apps/milpon">Milpon</a>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/toodledo-an-online-task-management-app-with-iphone-integration/" title="Toodledo- Online Task Management App with iPhone Integration (September 23, 2009)">Toodledo- Online Task Management App with iPhone Integration</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/todoist-simple-but-powerful-task-management-app/" title="Todoist &#8211; Simple but Powerful Task Management App (March 11, 2008)">Todoist &#8211; Simple but Powerful Task Management App</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/things-getting-things-done-simplified-mac-only/" title="Things &#8211; &#8216;Getting Things Done&#8217; simplified [Mac Only] (March 4, 2008)">Things &#8211; &#8216;Getting Things Done&#8217; simplified [Mac Only]</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/rainlendar/" title="Stay Organized with Rainlendar Calendar (December 28, 2007)">Stay Organized with Rainlendar Calendar</a> (20)</li>
	<li><a href="http://www.makeuseof.com/tag/schedule-and-manage-your-messages-with-sendible/" title="Schedule &#038; Manage Your Messages With Sendible (July 11, 2008)">Schedule &#038; Manage Your Messages With Sendible</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/milpon-the-only-remember-the-milk-iphone-app-youll-need/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>When Is Good &#8211; Easily Schedule Your Meetings With Co-Workers</title>
		<link>http://www.makeuseof.com/tag/when-is-good-easily-schedule-your-meetings-with-co-workers/</link>
		<comments>http://www.makeuseof.com/tag/when-is-good-easily-schedule-your-meetings-with-co-workers/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 12:01:45 +0000</pubDate>
		<dc:creator>Karl L. Gechlik</dc:creator>
				<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[meetings]]></category>
		<category><![CDATA[office worker]]></category>
		<category><![CDATA[planning tools]]></category>
		<category><![CDATA[schedule]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=27394</guid>
		<description><![CDATA[We are having more and more meetings around my office. Sometimes it feels like we are having meeting about having meetings. As more and more meetings are popping up, a lot of them have been overlapping. How do you find a common time that is good for everyone?
Up until now I have sent out meeting [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/10/wigHead.png" border="0" alt="wigHead" vspace="5" align="left" />We are having more and more meetings around my office. Sometimes it feels like we are having meeting about having meetings. As more and more meetings are popping up, a lot of them have been overlapping. How do you find a common time that is good for everyone?</p>
<p>Up until now I have sent out meeting invitations via email for a date and time that I wanted to meet on. Then the responders would send me back comments on whether it was good for them or not.  If it wasn&#8217;t, and they were crucial to the meeting, we would re-schedule. But how about a meeting scheduler you can use <em>before</em> the meeting?</p>
<p>Wouldn’t it be nice to send out a link to your attendees where they could click on several possibilities for the meeting? You can then use the results to gather when it would be best to have the meeting. Have you used the new cover sheets on the TPS reports? No you haven&#8217;t? Well then we will need to have a meeting about that this weekend.</p>
<p>Let’s use the meeting scheduler <a href="http://www.whenisgood.net">When is Good</a> to schedule it.  You do not need to sign up or pay for an account to use the functionality we will talk about in this article.</p>
<p style="text-align: center;"><img class="aligncenter" style="border:1px solid black" src="http://www.makeuseof.com/wp-content/uploads/2009/10/wig1.png" border="0" alt="meeting scheduler" width="569" height="484" /></p>
<p><span id="more-27394"></span><br />
The features the free basic account has are shown below. This is really all we need to get the job done. But if you want to brand it or get a few simple options in there then by all means pay for a account. But as I said before, we are using this on the free account without signing up.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/wig2.png" border="0" alt="meeting scheduler" width="257" height="412" /></p>
<p>I clicked on <em>pricing</em> and then created an event under the <em>Basic</em> heading. Then you are off to create your event. You will see a calendar and a button to create an event. First you will need to name your event and hit that button.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/wig3.png" border="0" alt="when is good" width="569" height="275" /></p>
<p>I named my event <em>Test Event 1</em> and hit the <em>create event</em> button to continue on to selecting dates and times that are good for me.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/wig4.png" border="0" alt="schedule meetings online" width="482" height="82" /></p>
<p>Then you will see a message that instructs you to choose times and dates for your events. These will be the tentative times shown to the respondents of your email.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/wig5.png" border="0" alt="scheduling meetings" width="569" height="56" /></p>
<p>I notched off Saturday October 31st (Halloween!) at 2pm and Sunday November 1st at 1pm, 2pm and 3pm. These will be the only choices the users can choose between to keep things simple.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/wig6.png" border="0" alt="wig6" width="167" height="373" /></p>
<p>Once you have completed everything, you will get a super secret code. This code will enable your non-registered users to see the results of your survey. You can see mine below and actually use it to retrieve my results.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/wig7.png" border="0" alt="wig7" width="569" height="112" /></p>
<p>Now you are ready to compose an email, shoot out so instant messages or even send out a snail mail mailer. You will be given the link to send out, the link to go to where you will be able to review the responses from your survey. If you actually want to see how the user will see it, follow <a title="http://whenisgood.net/pa3id2" href="http://whenisgood.net/pa3id2">this link</a> and feel free to make a selection or two and submit it.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/wig8.png" border="0" alt="wig8" width="569" height="427" /></p>
<p>You can also choose if you want the meeting scheduler to email you the responses as they come in:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/wig9.png" border="0" alt="wig9" width="290" height="131" /></p>
<p>You can go and view the results of my survey <a title="http://whenisgood.net/pa3id2/results/7wzh7n" href="http://whenisgood.net/pa3id2/results/7wzh7n">here</a>.</p>
<p>This is the page that the user will see to make their choices:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/wigSurvey.png" border="0" alt="wigSurvey" width="569" height="233" /></p>
<p>To check the results of your survey, hit the <em>enter results code</em> link on the home page. This is the screen where you can enter your results code:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/wig10.png" border="0" alt="wig10" width="569" height="157" /></p>
<p>And now the moment you have all been waiting for….the results!</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/wigFinala.png" border="0" alt="wigFinala" width="569" height="233" /></p>
<p>This is the screen you should hope to see. You will get this when one item matches across all the respondents. If not you will see something (more likely) like this:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/wigFinalb.png" border="0" alt="wigFinalb" width="569" height="226" /></p>
<p>Good luck on your meeting! Do you use a better free meeting scheduler? We would love to hear about it in the comments!</p>
<p><a title="http://whenisgood.net" href="http://whenisgood.net">When Is Good</a>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/ubidesk-fresh-comprehensive-online-team-collaboration/" title="Ubidesk: Fresh &#038; Comprehensive Online Team Collaboration (September 21, 2009)">Ubidesk: Fresh &#038; Comprehensive Online Team Collaboration</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/wrike-project-collaboration-tool/" title="Wrike &#8211; Project Collaboration Tool (January 19, 2007)">Wrike &#8211; Project Collaboration Tool</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/use-doodle-polls-to-schedule-events-and-make-choices-within-groups/" title="Use Doodle to Make an Online Poll When Planning Group Events (June 19, 2009)">Use Doodle to Make an Online Poll When Planning Group Events</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/top-online-powerpoints-compared/" title="Top 6 Online Powerpoint Moguls Compared (December 8, 2006)">Top 6 Online Powerpoint Moguls Compared</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/3-excellent-web-based-office-suites/" title="Top 3 FREE web-based Office Suites (Word, Excel, PowerPoint, etc.) (June 28, 2007)">Top 3 FREE web-based Office Suites (Word, Excel, PowerPoint, etc.)</a> (12)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/when-is-good-easily-schedule-your-meetings-with-co-workers/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Sweet Home 3D: Be An Amateur Architect &amp; Plan Virtual Rooms</title>
		<link>http://www.makeuseof.com/tag/be-an-amateur-architect-plan-your-rooms-with-sweet-home-3d/</link>
		<comments>http://www.makeuseof.com/tag/be-an-amateur-architect-plan-your-rooms-with-sweet-home-3d/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 20:01:59 +0000</pubDate>
		<dc:creator>Karl L. Gechlik</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[planning tools]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=26034</guid>
		<description><![CDATA[Do you love home design? Maybe you are moving into a new place and want to lay it out before you move in to see where everything should go. What do you do to achieve this goal without a budget? Auto Cad costs a small fortune and there are not many other options.
I can think [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/10/arcHead.png" border="0" alt="arcHead" vspace="5" align="left" />Do you love home design? Maybe you are moving into a new place and want to lay it out before you move in to see where everything should go. What do you do to achieve this goal without a budget? Auto Cad costs a small fortune and there are not many other options.</p>
<p>I can think of all types of situations this would help with. A friend of mine is in this exact situation. They are going to be doing some renovations themselves and they have almost no budget. How do they draw up plans? Right now it is on graph paper and nowhere near printed to scale.</p>
<p>I looked and I looked and could not find much. But then it happened&#8230; Just like that I found a program that is either installable or available via the internet that lets you virtually plan out rooms. It is called Sweet Home 3D. We will be looking at the web version today which is located at <a title="http://www.sweethome3d.eu/SweetHome3DOnline.jsp?trial=true" href="http://www.sweethome3d.eu/SweetHome3DOnline.jsp?trial=true">Sweet Home 3D.</a></p>
<p>Did I mention it works on Mac and Linux as well? Well it does, so I hope that calms down some of you who feel we leave you out <img src='http://www.makeuseof.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Let’s take a look at how it works. When you first arrive here, you will see this screen. Note you can register to save your design or if you are a privacy nut feel free to design and run!</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/arc1.png" border="0" alt="virtual room plans" width="569" height="438" /></p>
<p><span id="more-26034"></span><br />
So, you have items you can add on your left hand side and the grid to put them on on your right hand side. I cropped some of the screen off so you could see it better in our limited width here. Select an item from the left and its dimensions appear below like so:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/arc2.png" border="0" alt="virtual room planner" width="481" height="367" /></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/arc3.png" border="0" alt="create virtual house plans" width="220" height="130" /></p>
<p>Then you can drag your item to anywhere on your grid. You can start virtually planning out rooms or start by laying out windows and walls. It is very easy. On top of that you can modify the size of each object so it can relate to your real world situations. Just double click on the dimensions and you will see this screen:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/arc4.png" border="0" alt="create virtual house plans" width="398" height="269" /></p>
<p>You can check the check box to display the name you give the item or leave it alone to suppress it. there are so many options to play with for each item including angle, elevation as well as color, mirrored shape or hidden (visible). Next let&#8217;s drag some items to our canvas.</p>
<p>Here is me adding some bathroom fixtures and a door.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/arc5.png" border="0" alt="arc5" width="220" height="130" /></p>
<p>And here is some more creativity:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/arc6.png" border="0" alt="arc6" width="569" height="562" /></p>
<p>You see, as I add the items in the top portion, it is rendered below so you can get a feel for it. Excuse me as I go design my pseudo playboy mansion. Maybe I could let some Sims live in it until I can afford it.</p>
<p>Do you know of any free autocad virtual room planners that are easy to use and have a small learning curve? We would love to check it out as well. Leave comments, thoughts or death threats in the comments kids!   In the meantime, check out these equivalents <a href="http://www.makeuseof.com/tag/3-floor-design-services-to-decorate-and-plan-your-house/">by Anthony</a> and <a href="http://www.makeuseof.com/tag/create-a-house-floor-plan-for-free-with-floorplanner/">by Ryan</a>.</p>
<p><a href="http://www.sweethome3d.eu/SweetHome3DOnline.jsp?trial=true">Sweet Home 3D</a>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/create-a-house-floor-plan-for-free-with-floorplanner/" title="Create a House Floor Plan with FloorPlanner (September 17, 2009)">Create a House Floor Plan with FloorPlanner</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/when-is-good-easily-schedule-your-meetings-with-co-workers/" title="When Is Good &#8211; Easily Schedule Your Meetings With Co-Workers (October 23, 2009)">When Is Good &#8211; Easily Schedule Your Meetings With Co-Workers</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/5-sites-to-recharge-your-creative-mind/" title="WEB DESIGN: 5 Sites To Get Inspiration and Ideas (January 17, 2009)">WEB DESIGN: 5 Sites To Get Inspiration and Ideas</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/use-doodle-polls-to-schedule-events-and-make-choices-within-groups/" title="Use Doodle to Make an Online Poll When Planning Group Events (June 19, 2009)">Use Doodle to Make an Online Poll When Planning Group Events</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/ubidesk-fresh-comprehensive-online-team-collaboration/" title="Ubidesk: Fresh &#038; Comprehensive Online Team Collaboration (September 21, 2009)">Ubidesk: Fresh &#038; Comprehensive Online Team Collaboration</a> (15)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/be-an-amateur-architect-plan-your-rooms-with-sweet-home-3d/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Mindopia &#8211; Check out Occupation Descriptions for a List of Different Careers</title>
		<link>http://www.makeuseof.com/tag/mindopia-beta-get-complete-occupation-descriptions-for-a-list-of-different-careers/</link>
		<comments>http://www.makeuseof.com/tag/mindopia-beta-get-complete-occupation-descriptions-for-a-list-of-different-careers/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 12:01:10 +0000</pubDate>
		<dc:creator>Saikat Basu</dc:creator>
				<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[employment]]></category>
		<category><![CDATA[job search]]></category>
		<category><![CDATA[make money]]></category>
		<category><![CDATA[planning tools]]></category>
		<category><![CDATA[wisdom of crowds]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=26037</guid>
		<description><![CDATA[Does your job fit you like a glove or is it a straitjacket? When I come across the current crop of job sites, I wish we had Web 2.0 in our career planning days; a search engine, a bit of social networking and a host of sites willing to flash your resume to prospective employers.
With [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/10/Thmnnail.png" alt="Thmnnail" vspace="5" align="left" />Does your job fit you like a glove or is it a straitjacket? When I come across the current crop of job sites, I wish we had Web 2.0 in our career planning days; a search engine, a bit of social networking and a host of sites willing to flash your resume to prospective employers.</p>
<p>With the Web, information isn’t a problem…information overload is. A few clicks and you find yourself navigating away from the information you wanted. What we all want is a single window giving us career occupation descriptions on a list of different career choices.</p>
<p><a href="http://mindopia.com/">Mindopia</a> seeks to answer that call by cutting short the path from career research to job hunting. Mindopia calls itself a career discovery website. Positioning itself as a single point source for job seekers to get the ‘inside scoop on careers’.</p>
<h3><strong>Old fashioned career planning wasn’t bad, was it?</strong></h3>
<p>Not at all, but don’t you feel that it was a bit too toilsome? Starting with a gut feeling about what we wanted to do…getting influenced by our peers or parents…going after subjects of our interest…oops, only to find that the reality of 9 to 5 work life was a bit different from what we had conjured up. A generation back we leapt before we looked. Some of us landed on our feet and some didn’t. Those of us who didn’t, started wishing that we researched a bit more before the leap.</p>
<p><span id="more-26037"></span></p>
<h3><strong>Is the web a better career hunting ground? </strong></h3>
<p>Mindopia (beta) is a new fangled Web 2.0 career discovery site to view career occupation descriptions and other details about a comprehensive list of different careers. So let me roll back my years and see how I would approach a writing career with journalism.</p>
<ol>
<li>The homepage looks clean and uncluttered with a list of featured careers, a career search bar and six tiny video thumbnails which looks like video clips of old pros giving advice on their particular expertise.</li>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/10/HomePage.png" alt="list of different careers" width="580" height="462" /></p>
<li>A little <em>My Page</em> link on the top tells me that it would be better if I register and create a profile of my own. It’s easy because it’s free. Add and edit your profile with details to make it complete.</li>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/10/Registration.png" alt="list of different careers" width="580" height="168" /></p>
<li>That done, let’s see what I can find for my interest in a journalism career. From <em>My Page</em>, I can click on the Explore careers dropdown which lists all careers currently covered by the site or I can use the top search bar.</li>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/10/My-Page.png" alt="list of careers" width="580" height="247" /></p>
<li>My selection takes me to the career page with all of its laid out sections. The information covers the following areas –
<ul>
<li>Career Advice from Those in the Field.</li>
<li> Salary Potential.</li>
<li> Find Schools.</li>
<li> Top Job Skills Needed.</li>
<li> Top Companies.</li>
<li> Jobs in your area.</li>
<li> Headline News.</li>
<li> Top Websites.</li>
<li> Top Books/DVDs.</li>
<li> About (which covers the significant details about the field).</li>
</ul>
</li>
<li>Three sections are of immediate interest to me as a first timer. <em>Career Advice from Those in the Field</em> is a bunch of video podcasts by veterans who answer the fundamentals a career seeker might ask.</li>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/10/Career-Advice.png" alt="career occupation description" width="580" height="251" /></p>
<li>The <em>About</em> section also delivers a lot of background info I need on my profession of choice.</li>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/10/About1.png" alt="career occupation description" width="580" height="437" /></p>
<li>The third area of immediate interest is of course the <em>Salary Potential </em>section. Clicking on the graph takes me into a page with a few wizards that let me assess the financial attributes of my job.</li>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/10/Salary.png" alt="career occupation description" width="322" height="248" /></p>
<li>The other sections add to all the inputs I will need to make an informed decision. Each detail is also a link which serves to expand on the info given. For instance, clicking on one of the resources under <em>Top Companies</em> takes me to a more expanded list of companies in this profession. I can click on <em>Add to Favorites</em> to add the resource to my profile or I can click on <em>Find Jobs</em> to see the kind of opportunities available near my area. Clicking on the job listings takes me to the recruitment site page where I can apply for the job.</li>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/10/JObs.png" alt="i need help deciding what career to choose" width="580" height="214" /></p>
<li> Similarly, I can expand <em>Find Schools</em> to use the search tool for locating a training resource.</li>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/10/School.png" alt="i need help deciding what career to choose" width="580" height="600" /></p>
<li>Each section also has the social networking angle covered through a <em>Contribute</em> link.  Members can recommend any career worthy info by clicking the link. The <em>Discussions</em> section is the message board where members can chit chat and add there two bits worth. Though, I couldn’t find any ongoing thread on Editor/Journalism careers.</li>
</ol>
<p>Trawling through the Editor/Journalism info given on Mindopia, I have got a fair idea of how to approach my choice of vocation. Mindopia succeeds to an extent in bringing me closer to my career.</p>
<h3><strong>Is Mindopia a one stop solution?</strong></h3>
<p>It can be a stepping stone but being a beta site it still suffers a few drawbacks. The first noticeable one is the still limited selection of careers. New age careers like being a radio jockey or an instructional designer are absent. Topical careers like environmental sciences should have been a default addition.</p>
<p>The profile page also seems a bit threadbare. A more targeted bio would have served a candidate better than generic information. I found uploading a photo particularly hard with its limitation of 104&#215;25 maximum sizes.</p>
<p>The absence of a Help section or a FAQ also sometimes made me feel lost.</p>
<p>But the cons apart, what I really liked about this work in progress site were its comprehensive sections on the careers. Expert-speak videos arranged around questions a beginner usually asks, makes taking the first step a lot easier. Job searching is generally a local activity so it will benefit US residents directly. Of course, international students can find it worthy of a visit too.</p>
<p>A beta site needs all the feedback it can get. Let us know if you like what <a href="http://mindopia.com/">Mindopia</a> offers in theory and fact.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/5-really-popular-online-job-application-forms/" title="5 Really Popular Online Job Application Forms: Burger King, Mcdonald&#8217;s, Wal Mart etc. (August 8, 2009)">5 Really Popular Online Job Application Forms: Burger King, Mcdonald&#8217;s, Wal Mart etc.</a> (7)</li>
	<li><a href="http://www.makeuseof.com/tag/4-more-somewhat-interesting-ways-to-earn-money-online/" title="4 More Somewhat Interesting Ways to Earn Money Online (May 6, 2009)">4 More Somewhat Interesting Ways to Earn Money Online</a> (18)</li>
	<li><a href="http://www.makeuseof.com/tag/top-free-resume-hosting-websites/" title="Top 5 Free Resume Hosting Websites (April 29, 2009)">Top 5 Free Resume Hosting Websites</a> (30)</li>
	<li><a href="http://www.makeuseof.com/tag/top-10-most-effective-job-search-websites/" title="Top 10 Most Effective Job Search Websites (June 13, 2009)">Top 10 Most Effective Job Search Websites</a> (24)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-use-igoogle-to-get-ahead-in-your-job-searches/" title="How To Use iGoogle To Get Ahead In Your Job Searches (November 13, 2009)">How To Use iGoogle To Get Ahead In Your Job Searches</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/mindopia-beta-get-complete-occupation-descriptions-for-a-list-of-different-careers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Toodledo- Online Task Management App with iPhone Integration</title>
		<link>http://www.makeuseof.com/tag/toodledo-an-online-task-management-app-with-iphone-integration/</link>
		<comments>http://www.makeuseof.com/tag/toodledo-an-online-task-management-app-with-iphone-integration/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 12:01:14 +0000</pubDate>
		<dc:creator>Karl L. Gechlik</dc:creator>
				<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[iPhone Apps]]></category>
		<category><![CDATA[planning tools]]></category>
		<category><![CDATA[scheduled tasks]]></category>
		<category><![CDATA[to-do]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=25432</guid>
		<description><![CDATA[I am in the market for a new to-do list manager. As usual when I need a new task management online application (FOR FREE!), I went looking through the MakeUseOf directory and found Toodledo.
Toodledo is a surprisingly good to do list manager. It is really awesome and I thought I would show it to you today. If [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/09/toodleHead.png" border="0" alt="toodleHead" vspace="5" align="left" />I am in the market for a new to-do list manager. As usual when I need a new task management online application (FOR FREE!), I went looking through the MakeUseOf directory and found <a title="http://www.makeuseof.com/dir/toodledo/" href="http://www.makeuseof.com/dir/toodledo/">Toodledo</a>.</p>
<p>Toodledo is a surprisingly good to do list manager. It is really awesome and I thought I would show it to you today. If you wear many hats and have lots of tasks to do throughout the day you need some sort of task management system. If you don’t, you will fail – epically.</p>
<p>The web application features include the ability to use <a href="http://www.toodledo.com/info/details.php#folders">folders</a>, <a href="http://www.toodledo.com/info/subtasks.php">subtasks</a>, <a href="http://www.toodledo.com/info/details.php#duedates">due-dates</a>, <a href="http://www.toodledo.com/info/details.php#priority">priorities</a>, <a href="http://www.toodledo.com/info/details.php#tags">tags</a>, <a href="http://www.toodledo.com/info/details.php#context">contexts</a>, <a href="http://www.toodledo.com/info/details.php#goals">goals</a>, <a href="http://www.toodledo.com/info/details.php#notes">notes</a>, and <a href="http://www.toodledo.com/info/details.php#time">time estimates</a>. Did I mention that it also works seamlessly with the iPhone?</p>
<p>Let’s take a good look at <a href="http://www.toodledo.com">ToodleDo</a> :</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/toodle1.png" border="0" alt="toodle1" width="569" height="107" /></p>
<p><span id="more-25432"></span><br />
You will need to sign up for a free account. You will see the sign in box on the right hand side and right below that will be the box to register. Hit that Green check mark next to the register button to continue.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/toodle2.png" border="0" alt="toodle2" width="333" height="381" /></p>
<p>All you have to give them is an email address and a password. You can also set up an account using your OpenID. There is a hyper link for this right below the sign in button.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/toodle3.png" border="0" alt="online task management" width="505" height="294" /></p>
<p>Once you are logged in you will see the overview as you can see below.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/toodle4.png" border="0" alt="task management online" width="569" height="271" /></p>
<p>Your menu bar is on the left but I mainly work out of the To-Do list. You will see two items already there for you to look at and play with. There will also be a tool tip telling you to check out the account settings page to dictate how the tasks are laid out. I did not see much difference in their two options. Clicking the <em>Show Details</em> option shows all the details associated with each task as you can see below:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/toodle6.png" border="0" alt="toodle6" width="569" height="209" /></p>
<p>Now let’s add our own item to the list. Simply hit the <em>Add item</em> button in the upper right hand corner and you will get a screen that looks like this:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/toodle7.png" border="0" alt="toodle7" width="569" height="136" /></p>
<p>Those are the basic fields and you will also see two buttons in the right hand side that say <em>Add multiple tasks</em> and <em>Import tasks</em>. The <em>add multiple tasks</em> window looks like this:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/toodle8.png" border="0" alt="toodle8" width="502" height="436" /></p>
<p>And the <em>import</em> window looks like this:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/toodle9.png" border="0" alt="toodle9" width="569" height="379" /></p>
<p>That is just a tip of the iceberg.  When it comes to importing and exporting, there are 3 more pages of options. But I digress and let’s get back to the actual task management online application.</p>
<p>Running down the menu the first item is <em>Sharing</em>. This enables you to let the world see your to-do list as well as your calendar and other options.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/toodle10.png" border="0" alt="free on line project management task track" width="533" height="769" /></p>
<p>The calendar option shows you a calendar with your tasks on them. You can also choose to use Google Calendar instead. It is a simple check box under the calendar option.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/calendar11.png" border="0" alt="calendar11" width="306" height="237" /></p>
<p>The scheduler is a pay feature so on we move to the Goals section:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/TOODLE11.png" border="0" alt="TOODLE11" width="569" height="513" /></p>
<p>There is still <em>Notes</em> and <em>History</em> that are available for free and very handy for tracking completed tasks and adding, importing or exporting notes again with a plethora of options!</p>
<p>Do you have a favorite To Do task management online application? Share it with us in the comments!</p>
<p><a href="http://toodledo.com">Toodledo</a>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/milpon-the-only-remember-the-milk-iphone-app-youll-need/" title="Milpon &#8211; The Only Remember The Milk IPhone App You&#8217;ll Need (October 28, 2009)">Milpon &#8211; The Only Remember The Milk IPhone App You&#8217;ll Need</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/ubidesk-fresh-comprehensive-online-team-collaboration/" title="Ubidesk: Fresh &#038; Comprehensive Online Team Collaboration (September 21, 2009)">Ubidesk: Fresh &#038; Comprehensive Online Team Collaboration</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/want-a-no-nonsense-web-editable-printable-checklist/" title="Printable Checklist : A No-Nonsense Online Checklist Creator (February 11, 2009)">Printable Checklist : A No-Nonsense Online Checklist Creator</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/icalendar-lite-a-free-transparent-desktop-calendar-for-windows/" title="iCalendar Lite- A Free Transparent Desktop Calendar (Windows) (September 12, 2009)">iCalendar Lite- A Free Transparent Desktop Calendar (Windows)</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/gantter-the-ultimate-free-online-project-management-software/" title="Gantter &#8211; The Ultimate Free Creative Project Management Tool (October 10, 2009)">Gantter &#8211; The Ultimate Free Creative Project Management Tool</a> (15)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/toodledo-an-online-task-management-app-with-iphone-integration/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Ubidesk: Fresh &amp; Comprehensive Online Team Collaboration</title>
		<link>http://www.makeuseof.com/tag/ubidesk-fresh-comprehensive-online-team-collaboration/</link>
		<comments>http://www.makeuseof.com/tag/ubidesk-fresh-comprehensive-online-team-collaboration/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 14:01:45 +0000</pubDate>
		<dc:creator>Stefan Neagu</dc:creator>
				<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[office worker]]></category>
		<category><![CDATA[planning tools]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[scheduled tasks]]></category>
		<category><![CDATA[tracking tools]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=25262</guid>
		<description><![CDATA[What makes the internet and technology in general very exciting, both from a consumer and journalist&#8217;s perspective, is the accelerated rate of innovation, or put more bluntly, of new stuff.
We&#8217;ve reviewed quite a lot of different tools that allow you to be more productive, organized and collaborative, such as Shareflow,Tokbox and Notely, but the search [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/09/ubidesk_bloglogo.jpg" border="0" alt="ubidesk_bloglogo" vspace="5" align="left" />What makes the internet and technology in general very exciting, both from a consumer and journalist&#8217;s perspective, is the accelerated rate of innovation, or put more bluntly, of new stuff.</p>
<p>We&#8217;ve reviewed quite a lot of different tools that allow you to be more <a href="http://www.makeuseof.com/tags/productivity">productive</a>, <a href="http://www.makeuseof.com/tags/organize">organized</a> and <a href="http://www.makeuseof.com/tags/collaboration">collaborative</a>, such as <a href="http://www.makeuseof.com/tag/enhance-your-productivity-collaboration-online-with-shareflow/">Shareflow</a>,<a href="http://www.makeuseof.com/tag/tokbox-etherpad-potential-google-wave-competitors-available-now/">Tokbox</a> and <a href="http://www.makeuseof.com/tag/notely-helps-students-get-organized-online/">Notely</a>, but the search has not ended.  Today we&#8217;re going to take a look at <a href="http://www.ubidesk.com">Ubidesk</a>, a fresh take on online team collaboration.</p>
<p style="text-align: center;"><img class="aligncenter" style="border:1px solid black" src="http://www.makeuseof.com/wp-content/uploads/2009/09/Screenshot20090919at12.35.42.png" border="0" alt="Screen-shot-2009-09-19-at-12.35.42" width="553" height="322" /></p>
<p><span id="more-25262"></span><br />
Launched just a couple of months ago, Ubidesk has already attracted the attention of the media and presents a solid feature list as well as a good user interface. Leveraging the SaaS (Software as a Service) concept, Ubidesk allows for team collaboration, be it in the same building or another continent, to instantly share and edit documents, upload files, manage both shared and private calendars, and manage tasks easily and efficient.</p>
<p style="text-align: center;"><img class="aligncenter" style="border:1px solid black" src="http://www.makeuseof.com/wp-content/uploads/2009/09/Screenshot20090919at12.33.56.png" border="0" alt="Screen-shot-2009-09-19-at-12.33.56" width="550" height="208" /></p>
<p>Ubidesk is definitely one of the most comprehensive solutions available at the moment. The online rich text editor has all the features you need to create complex documents, with formatting, images, tables, spell-checking and most essential &#8211; a solid revision tool that enables you to quickly spot changes made by other team members. If you&#8217;d rather not have your co-workers mess with your presentation, there is also a feature that locks new edits.</p>
<p style="text-align: center;"><img class="aligncenter" style="border:1px solid black" src="http://www.makeuseof.com/wp-content/uploads/2009/09/Screenshot20090919at12.40.32.png" border="0" alt="Screen-shot-2009-09-19-at-12.40.32" width="550" height="252" /></p>
<p>Since tasks and documents are almost always related to each other, you can assign documents to tasks and vice versa. Multiple documents can now be easily bundled for a task &#8211; no need to search a massive folder &#8211; and you&#8217;ve also got useful information such as the due date. Unlike other services, your tasks have different statuses: after a task is assigned, the status becomes &#8220;Started&#8221; when the assignee clicks the &#8220;Start&#8221; button. Nifty way to keep the project manager into the loop, isn&#8217;t it?</p>
<p style="text-align: center;"><img class="aligncenter" style="border:1px solid black" src="http://www.makeuseof.com/wp-content/uploads/2009/09/Screenshot20090919at12.54.34.png" border="0" alt="Screen-shot-2009-09-19-at-12.54.34" width="573" height="346" /></p>
<p>If you need more information about the development of a project or the status of your team collaboration, see who&#8217;s not doing their share or assign payment &#8211; the Timeline and the task log give a bird&#8217;s eye view of the changes. Are you working on the next generation MacBook hardware? Keep only the assigned project members in the loop by creating a hidden project. You&#8217;d like anyone to participate &#8211; make it public. Want others to see what&#8217;s going on, but not interfere, simply choose Protected.</p>
<p style="text-align: center;"><img class="aligncenter" style="border:1px solid black" src="http://www.makeuseof.com/wp-content/uploads/2009/09/Screenshot20090919at12.45.49.png" border="0" alt="Screen-shot-2009-09-19-at-12.45.49" width="550" height="321" /></p>
<p>With Ubidesk, you can manage  both your &#8220;Space&#8221; and personal calendar in one place. Keep your personal appointments private while sharing the work calendar with your colleagues &#8211; and see them all in one view, eliminating the possibility of overlapping appointments. Best of all, you can import and export at any time in the standard iCal format. Another aspect worth mentioning is the Sidebar. The Sidebar is a click away when you need to consult another document while writing or jot down notes in the Notepad.</p>
<p>There&#8217;s also no need to download files to your computer in order to view them &#8211; Ubidesk supports image and document formats such as JPEG, GIF, PDF, Microsoft Word, Excel, Powerpoint and OpenOffice. &#8220;Direct Edit&#8221; eliminates the need to re-upload documents after editing them in Microsoft Office. We’ve also got a dedicated discussion space – with separate threads for each topic. Security conscious users will surely note the use of 256bit key encrypted HTTPS protocol to transfer data between your computer and Ubidesk. It&#8217;s good security, the same your bank uses. They also pledge not screen or filter any data.</p>
<p>Overall, Ubidesk  is a good way to go around online team collaboration – a solid web app with lots of potential and great attention to details. <a href="http://www.ubidesk.com">Sign up for free</a> and share your impressions in the comments.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/when-is-good-easily-schedule-your-meetings-with-co-workers/" title="When Is Good &#8211; Easily Schedule Your Meetings With Co-Workers (October 23, 2009)">When Is Good &#8211; Easily Schedule Your Meetings With Co-Workers</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/wrike-project-collaboration-tool/" title="Wrike &#8211; Project Collaboration Tool (January 19, 2007)">Wrike &#8211; Project Collaboration Tool</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/top-online-powerpoints-compared/" title="Top 6 Online Powerpoint Moguls Compared (December 8, 2006)">Top 6 Online Powerpoint Moguls Compared</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/3-excellent-web-based-office-suites/" title="Top 3 FREE web-based Office Suites (Word, Excel, PowerPoint, etc.) (June 28, 2007)">Top 3 FREE web-based Office Suites (Word, Excel, PowerPoint, etc.)</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/toodledo-an-online-task-management-app-with-iphone-integration/" title="Toodledo- Online Task Management App with iPhone Integration (September 23, 2009)">Toodledo- Online Task Management App with iPhone Integration</a> (8)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/ubidesk-fresh-comprehensive-online-team-collaboration/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Create a House Floor Plan with FloorPlanner</title>
		<link>http://www.makeuseof.com/tag/create-a-house-floor-plan-for-free-with-floorplanner/</link>
		<comments>http://www.makeuseof.com/tag/create-a-house-floor-plan-for-free-with-floorplanner/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 18:01:09 +0000</pubDate>
		<dc:creator>Ryan Dube</dc:creator>
				<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[home decor]]></category>
		<category><![CDATA[image tools]]></category>
		<category><![CDATA[planning tools]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=24982</guid>
		<description><![CDATA[Throughout the years, every time I moved, I always looked forward to setting up the new place. During college, as the next school year approached, I would create a floor plan on a scrap of paper and imagine where I&#8217;d place the bed, desk, television and everything else.
When I got my first apartment, it was [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/09/simshouse2.gif" alt="simshouse" vspace="5" width="384" height="268" align="left" />Throughout the years, every time I moved, I always looked forward to setting up the new place. During college, as the next school year approached, I would create a floor plan on a scrap of paper and imagine where I&#8217;d place the bed, desk, television and everything else.</p>
<p>When I got my first apartment, it was the same way, but I had the opportunity to plan out more than one room. Unfortunately, the Internet was still in its infancy, and computer software that could generate floor plans were very expensive.</p>
<p>Today, students, apartment renters and home owners now have a very cool web app called <a href="http://www.floorplanner.com/">FloorPlanner</a>, where you can create a floor plan and place all of your furniture, appliances and more with one simple online application.</p>
<p><span id="more-24982"></span></p>
<h3>Create Any Floor Plan With FloorPlanner</h3>
<p>Anthony briefly mentioned FloorPlanner in his article on <a href="http://www.makeuseof.com/tag/3-floor-design-services-to-decorate-and-plan-your-house/">3 floor design services</a>, and of course there&#8217;s always <a href="http://www.makeuseof.com/dir/planningwiz-plan-design-rooms/">PlanningWiz</a>, mentioned before at MakeUseOf.  But I wanted to dig a littler further into FloorPlanner to show you how functional and useful this particular web app can be when you&#8217;re moving into a new place and simply want to get a look at different ways you could arrange the furniture.</p>
<p>The 3D feature of this application alone makes it well worth a try &#8211; why spend all day pushing your furniture around the house when you can get a virtual look at your room set up the way you want it? Don&#8217;t like it &#8211; then try something else by clicking the mouse!</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-24983" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/09/floorplan1.jpg" alt="create floor plan" width="572" height="330" /></p>
<p>With the free account, you get access to one &#8220;house&#8221; but you&#8217;re not limited to the number of times you can delete and recreate the floor plan, so this application is a perfect scratch-pad for trying out different room designs.  If you&#8217;ve ever played the Sims series of video games, this will definitely feel like you&#8217;re playing the game.</p>
<p>You have access to different construction &#8220;items&#8221; such as walls, windows, doors and more &#8211; but you also have access to a long list of furniture and other items such as a couch, television set and even plants.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-24984" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/09/floorplan2.jpg" alt="create floor plan" width="490" height="430" /></p>
<p>Each item has enough design choices that you can make your floor plan fairly detailed. The library contains 14 categories from including office, plants, garden objects and even people. You can simply drag and drop the item into your floor plan wherever you like. In this case I&#8217;m simulating the design of a dorm room with one door, so first I draw out the four walls and place the door.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/09/floorplan3.jpg" alt="create house floor plan" width="393" height="337" /></p>
<p>You&#8217;ll notice, as you create your design, that while you&#8217;re drawing out walls or placing windows and doors, the app shows you the exact dimensions in either feet or meters (you can select your choice of units).</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/09/floorplan4.jpg" alt="free floor plan software" width="518" height="389" /></p>
<p>Once you&#8217;re done building the structural floor plan (this can get even more elaborate if you&#8217;re laying out an entire house), then you&#8217;re finally ready to start decorating! Now you can start choosing from the room items provided throughout the item library, rather than the construction items you&#8217;ve been using up until now.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/09/floorplan51.jpg" alt="free floor plan software" width="456" height="396" /></p>
<p>Controls on the left side of the display screen, reminiscent of the controls on Google Maps, allow you to pan in all directions as well as zooming in and out. Here, you can see that I&#8217;ve designed a very retro-sheek layout with authentic leopard skin rug, big screen TV and a stylish mushroom bedside lamp. Yes, that&#8217;s a banana plant in the corner &#8211; stop laughing.</p>
<p>Now, in my opinion the absolute coolest part of this entire application is that when you click the little &#8220;3D&#8221; button in the upper right hand corner, the entire display mode changes over to a 3-dimensional representation of the floor plan you&#8217;ve just created &#8211; complete with little bitty animation on the television screen, how cool is that?</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/09/floorplan6.jpg" alt="free floor plan software" width="485" height="486" /></p>
<p>You can rotate the entire design simply by holding the mouse button and sliding the mouse around in any direction. View the room from any angle you like just to see how the layout will actually look in real life. Sometimes, setting up a room works great in your head until you start placing furniture and realize that it won&#8217;t work because certain furniture blocks a door or a window.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/09/floorplan7.jpg" alt="floor plan software" width="518" height="301" /></p>
<p>While the &#8220;<em>export to picture</em>&#8221; feature is unfortunately disabled in the free account, you still can share your designs with others on the web. Just click on &#8220;<em>My Account</em>&#8221; and go to your Dashboard. When you click on the green icon under &#8220;<em>Actions</em>&#8221; the screen above will come up, which provides you with links that you can send to your family and friends, or an iframe script that you can use to embed the design directly on your blog!</p>
<p>Have you ever used any floor plan design applications? Would you use one like this just to try out different room designs? Share your opinion in the comments section below.</p>
<p><a href="http://www.floorplanner.com/">FloorPlanner</a>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/be-an-amateur-architect-plan-your-rooms-with-sweet-home-3d/" title="Sweet Home 3D: Be An Amateur Architect &#038; Plan Virtual Rooms (October 3, 2009)">Sweet Home 3D: Be An Amateur Architect &#038; Plan Virtual Rooms</a> (5)</li>
	<li><a href="http://www.makeuseof.com/tag/5-online-resources-to-help-you-unclutter-decorate-your-home/" title="5 Online Resources To Help You Unclutter &#038; Decorate your Home (October 20, 2009)">5 Online Resources To Help You Unclutter &#038; Decorate your Home</a> (3)</li>
	<li><a href="http://www.makeuseof.com/tag/websites-images/" title="You have no idea what you can do with Images (November 29, 2006)">You have no idea what you can do with Images</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/wordle-become-addicted-to-rss-feeds-the-fun-way/" title="Wordle &#8211; Become Addicted To RSS Feeds The Fun Way (July 26, 2008)">Wordle &#8211; Become Addicted To RSS Feeds The Fun Way</a> (13)</li>
	<li><a href="http://www.makeuseof.com/tag/word-bubbles-for-dummies-make-your-images-speak-with-kyolo/" title="Word Bubbles for Dummies. Make your images speak with Kyolo! (July 19, 2008)">Word Bubbles for Dummies. Make your images speak with Kyolo!</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/create-a-house-floor-plan-for-free-with-floorplanner/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>iCalendar Lite- A Free Transparent Desktop Calendar (Windows)</title>
		<link>http://www.makeuseof.com/tag/icalendar-lite-a-free-transparent-desktop-calendar-for-windows/</link>
		<comments>http://www.makeuseof.com/tag/icalendar-lite-a-free-transparent-desktop-calendar-for-windows/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 22:01:04 +0000</pubDate>
		<dc:creator>Ryan Dube</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[desktop enhancements]]></category>
		<category><![CDATA[google calendar]]></category>
		<category><![CDATA[GTD]]></category>
		<category><![CDATA[planning tools]]></category>
		<category><![CDATA[schedule]]></category>
		<category><![CDATA[time management]]></category>
		<category><![CDATA[to-do]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=24570</guid>
		<description><![CDATA[I have to admit, I&#8217;m a calendar addict. The only problem is that even though I&#8217;ve tried them all, including Yahoo Calendar and Google Calendar, I&#8217;ve yet to find one that I&#8217;ve decided to stick with and use every day.
My problem is the very reason I constantly look for new calendar applications &#8211;  my [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/09/calendarapp.jpg" alt="calendarapp" vspace="5" align="left" />I have to admit, I&#8217;m <a href="http://www.makeuseof.com/tag/how-to-make-a-calendar-template-in-excel/">a calendar addict</a>. The only problem is that even though I&#8217;ve tried them all, including <a href="http://www.makeuseof.com/tag/organize-your-life-with-yahoo-calendar/">Yahoo Calendar</a> and <a href="http://www.makeuseof.com/tag/organize-your-schedule-and-share-events/">Google Calendar</a>, I&#8217;ve yet to find one that I&#8217;ve decided to stick with and use every day.</p>
<p>My problem is the very reason I constantly look for new calendar applications &#8211;  my mind is so filled with things to remember that I <em>forget to check</em> the calendar applications that I&#8217;ve installed. So it&#8217;s on to the next app, in hopes that it does a better job of reminding me to remember things. Alas, I believe I&#8217;ve finally found the solution, a very cool and free, transparent desktop calendar called <a href="http://www.desksware.com/">iCalendar Lite</a>.</p>
<p>Why do I love it? There are several reasons. First, it&#8217;s highly customizable. Second, it&#8217;s transparent (depending on how you configure it) so you can have it always in front of you no matter what you&#8217;re currently working on. Third, I really, really like how cool it looks.</p>
<p><span id="more-24570"></span></p>
<h3><strong>Setting Up iCalendar Lite &#8211; A Free Transparent Desktop Calendar<br />
</strong></h3>
<p>iCalendar Lite doesn&#8217;t originally install as a very transparent application that&#8217;s always &#8220;on top&#8221; of all of your other open apps. In some ways this is good, because many people don&#8217;t appreciate an application that insists on staying in the foreground. However, for our purposes, this is <em>exactly</em> what we want the calendar to do. This is how the calendar first shows up at the upper right corner of your screen after you install it.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-24573" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/09/icalendar1.jpg" alt="free transparent desktop calendar" width="387" height="373" /></p>
<p style="text-align: left;">As you can see, with the default skin and transparency settings, it isn&#8217;t transparent at all. Also, by default the application is set up to remain in the background when you click on any other application. To set it up so that it&#8217;s more transparent and on top of your current applications, you&#8217;ll need to change the settings. In your system tray, you&#8217;ll find the calendar app appears as a calendar icon. Right click on that icon and then click on &#8220;<em>Settings</em>&#8220;.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-24577" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/09/icalendar_icon.jpg" alt="icalendar_icon" width="276" height="31" /></p>
<p style="text-align: left;">Once you do that, the following window appears where you should make sure that the calendar is set up to run when you boot your PC, and also select whether or not you want the Event and To-Do windows to show up underneath the calendar itself.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-24575" src="http://www.makeuseof.com/wp-content/uploads/2009/09/icalendar2.jpg" alt="free transparent desktop calendar" width="508" height="386" /></p>
<p style="text-align: left;">Next, click on the &#8220;<em>Appearance</em>&#8221; to get to the screen where you can configure both the transparency and make the app remain on top of all other applications. Personally, I like the glass skin with 40% transparency, which makes the calendar look like a ghost. However, 100% transparency with the &#8220;Glass&#8221; skin also reveals the application underneath it and looks pretty cool too (see the bottom of this article).</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-24576" src="http://www.makeuseof.com/wp-content/uploads/2009/09/icalendar3.jpg" alt="free transparent calendar desktop" width="508" height="386" /></p>
<p>With the new settings, the calendar application shows up like a faint mist on top of the application that you&#8217;re currently working with. For me, this is a perfect calendar setup, because it&#8217;s always there&#8230;but not really. It lingers on the edge of the screen as a constant reminder that you&#8217;re on a schedule, and you have deadlines. The next article due date is coming up fast and if you don&#8217;t complete it, you better believe that the editor is going to be all up in your face&#8230; OK, moving on.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-24578" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/09/icalendar4.jpg" alt="freeware desktop calendar" width="283" height="336" /></p>
<p style="text-align: left;">As you can see, the calendar, event and to-do windows are unobtrusive and only slightly display on top of your application window, but not so much that they block the view or distract from what you&#8217;re working on.</p>
<h3 style="text-align: left;"><strong>Making Use Of iCalendar</strong></h3>
<p style="text-align: left;">When you want to add an item to the to-do list or the event alarm list, just right click the window and do so.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-24583" src="http://www.makeuseof.com/wp-content/uploads/2009/09/icalendar_event.jpg" alt="freeware desktop calendar" width="424" height="473" /></p>
<p style="text-align: left;">The to-do and event scheduling is pretty standard and has most of the features you expect in a decent calendar application, including delay time to an alarm, an alarm popup window, and notification sounds (configured in the general settings described above).</p>
<h3 style="text-align: left;"><strong>New Software &#8211; Needs A Few Bug Fixes</strong></h3>
<p style="text-align: left;">To show how much you can change the transparency, I&#8217;ve modified it to 100% with the &#8220;glass&#8221; skin in the display below.  However, aside from all of the &#8220;cool&#8221; factor of this app, it is clearly still new and in need of a few fixes.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-24581" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/09/icalendar5.jpg" alt="freeware desktop calendar" width="518" height="551" /></p>
<p style="text-align: left;">Throughout the application you&#8217;ll find occasional spelling errors &#8211; fairly minor. However, a significant bug in my mind is the fact that when you configure the calendar to remain &#8220;on top,&#8221; only the to-do and event windows actually remain on top of your applications. The calendar itself has a tendency to slip behind until you click on either the event or to-do windows, or enter the settings screen. Another bug I found was that if you enter the settings window, and then right click the icon and enter the settings window a second time, you can produce an assortment of application errors.</p>
<p style="text-align: left;">For my purposes, these bugs are minor and not a nuisance. For the most part the application is in the forefront as a constant reminder, and you can even sync the calendar with your Google calendar account &#8211; a cool feature if you&#8217;re like me and you&#8217;ve tried dozens of calendar apps, at least you don&#8217;t have to re-enter all of those birthdays again!</p>
<p style="text-align: left;">Have you been in search of a free transparent desktop calendar? Does iCalendar suit your needs? Give it a try and let us  know what you think in the comments section below.</p>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/esyplanner-%e2%80%93-manage-your-day-with-this-easy-scheduler-daily-task-manager/" title="esyPlanner – Manage Your Day With This Easy Scheduler &#038; Daily Task Manager (September 12, 2009)">esyPlanner – Manage Your Day With This Easy Scheduler &#038; Daily Task Manager</a> (7)</li>
	<li><a href="http://www.makeuseof.com/tag/tracks-an-advanced-getting-things-done-application/" title="Tracks &#8211; An Advanced &#8220;Getting Things Done&#8221; Application (March 11, 2009)">Tracks &#8211; An Advanced &#8220;Getting Things Done&#8221; Application</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/three-free-calendar-applications-for-the-mac/" title="Three Free Desktop Calendar Applications For The Mac (July 30, 2009)">Three Free Desktop Calendar Applications For The Mac</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/organize-your-life-with-yahoo-calendar/" title="Organize Your Life With Yahoo Calendar (March 15, 2009)">Organize Your Life With Yahoo Calendar</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-show-ical-tasks-events-on-the-desktop-mac-only/" title="How To Show iCal Tasks &#038; Events On The Desktop [Mac only] (November 17, 2009)">How To Show iCal Tasks &#038; Events On The Desktop [Mac only]</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/icalendar-lite-a-free-transparent-desktop-calendar-for-windows/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>esyPlanner – Manage Your Day With This Easy Scheduler &amp; Daily Task Manager</title>
		<link>http://www.makeuseof.com/tag/esyplanner-%e2%80%93-manage-your-day-with-this-easy-scheduler-daily-task-manager/</link>
		<comments>http://www.makeuseof.com/tag/esyplanner-%e2%80%93-manage-your-day-with-this-easy-scheduler-daily-task-manager/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 16:01:58 +0000</pubDate>
		<dc:creator>Saikat Basu</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[GTD]]></category>
		<category><![CDATA[planning tools]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[schedule]]></category>
		<category><![CDATA[time management]]></category>
		<category><![CDATA[to-do]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=24641</guid>
		<description><![CDATA[Time management apps are one area which has seen a lot of hustle and bustle in the last few years. And just like the hours in a day, we can’t have enough of them.
We all have our favorites. A browse through this website will throw up many a calendar and to-do app. Schedulers and daily [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/09/Thumbnail5.png" alt="Thumbnail" vspace="5" align="left" />Time management apps are one area which has seen a lot of hustle and bustle in the last few years. And just like the hours in a day, we can’t have enough of them.</p>
<p>We all have our favorites. A browse through this website will throw up many a calendar and <a href="http://www.makeuseof.com/tags/to-do/">to-do</a> app. Schedulers and daily task managers occupy one quadrant of GTD apps. Thinking of which, we also have the option of keeping our time planning offline or taking it <a href="http://www.makeuseof.com/tag/manage-your-life-with-free-online-time-management-tools/">online</a>.</p>
<p>I won’t take sides here; I am sure there are takers for both. What I will do is introduce you to a freeware which by the colorful looks of it could find its own legion of fans.</p>
<p><strong>esyPlanner</strong> is a Windows only (Windows 2K / XP / Vista) utility which is a <a href="http://www.makeuseof.com/tags/calendar/">calendar</a> based planner for keeping track of your events/tasks. More than that it also allows you to post notes, register your day-to-day experiences in a diary and also  manage your passwords.</p>
<p><span id="more-24641"></span><br />
The <em>esyPlanner (ver.2.0.09)</em> installer is 2.2 MB in size and can be downloaded from its <a href="http://web.tiscali.it/esyweb/">website</a>.</p>
<p>The first thing you will note is the distinctive desktop-like modeling of the webpage, down to a power button. The site and the software support two languages – Italian and English.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/Homepage.png" alt="Homepage" width="580" height="260" /></p>
<p>So let’s do a walkthrough of the daily task manager software by looking at the different areas of the program.</p>
<p>The software itself has a colorful, responsive interface. The interface has three panels – the <em>main panel</em> on the left, the <em>centered tab area</em> and the narrow<em> toolbar</em> on the right. The toolbar can be undocked and moved. The buttons are large and fairly intuitive. The balloon tips on a mouseover the buttons makes it easy to know what it is about.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/Main-Interface.png" alt="Main-Interface" width="580" height="349" /></p>
<p>A planner works around events or tasks and follows a calendar. Other features merely support the other information needs of day to day planning. So it is with esyPlanner.</p>
<p><strong>Events</strong> in esyPlanner can be set up around categories. Each category has a name and a color which labels it. All categories which are set up get listed under the categories section on the left panel.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/Categories_descp.png" alt="Categories_descp" width="341" height="385" /></p>
<p>Multiple calendars can be setup in esyPlanner, each with a description that identifies it. Calendars can be modified and deleted but one calendar is the required minimum. All calendars are listed on the left panel.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/Calendars.png" alt="Calendars" width="293" height="304" /></p>
<p><strong>Notes</strong> are text files for bits of information. They can be grouped in folders within the Notes panel. They can be arranged via drag and drops from one folder to the other. They can also be ordered by date or title.</p>
<p>All notes in esyPlanner have a calendar linked to it. Other information like category, status, due dates, recurrence, attachments and URL links can be also inputed to further enrich a note. An included screenshots tool can be also used to capture images. An event, a popup alert and even an email can be created from any note from a single click using the toolbar.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/Notes.png" alt="Notes" width="580" height="377" /></p>
<p>The <strong>Password</strong> area serves as a container for storing different user passwords. A master password is required to open the locked database.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/Password.png" alt="Password" width="534" height="109" /></p>
<p>The <strong>Settings</strong> panel has all the customization options for startup, views and color changes. Using the settings panel, the calendar views can be customized according to the starting hour for the day and the first day of the week.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/Settings.png" alt="Settings" width="258" height="324" /></p>
<h3><strong>Planner – A container for all events</strong></h3>
<p>Planner is where all the action will take place. All events get reflected in the centrally displayed Planner tab.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/Planner.png" alt="Planner" width="580" height="458" /></p>
<p>The Planner has two views – A <em>weekly</em> view with color coded events (according to the category colors) of the current week and the next. The colored rectangles for the events can be dragged and dropped to new locations. Each shift gets updated in both the monthly and weekly views.</p>
<p>A <em>month</em> view which shows the events spanning over the entire month. A mouseover the color boxes details the events in a balloon tip. The events are grouped in rows with each row corresponding to a category.</p>
<p>A small <em>Diary</em> tab can be used to keep a record of events for the day.</p>
<h3><strong>The tracking and monitoring systems</strong></h3>
<p>What good would a planner be if it doesn’t serve timely reminders about scheduled events? esyPlanner prods through the pop-ups which appear on cue. Pop-ups can be created from events and notes, hidden or deleted. Choosing <em>Daily Popup</em> from the menu opens a popup window with all the warnings and events of the day. This can put on auto each time the applications starts.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/PopUp.png" alt="PopUp" width="298" height="184" /></p>
<p>Popup warnings can also be set for individual notes from the Notes panel. The warning can be from a certain date, on that date, on each recurrence or can be switched off.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/Notes-Warning.png" alt="Notes-Warning" width="425" height="219" /></p>
<p>All warnings set can be glanced through on the <em>Warnings</em> tab of the central panel.</p>
<h3><strong>Some first impressions</strong></h3>
<p>In my opinion, a planner and scheduler application needs to be simple enough to jump in and use but it should also have enough flexible features that make planning (and changing) tasks a one click process. Essentially, the daily task manager application should be designed around our schedules rather than the other way round. On that score esyPlanner does not disappoint.</p>
<ul>
<li>Events can be set up for each unit of time and they can be made to recur as we want it to.</li>
<li>Events can be dragged and dropped from one date to the other.</li>
<li>Impromptu notes can be converted to events on the fly.</li>
<li>Multiple calendars lets us separate work and personal events.</li>
<li>Alerts are simple through popups.</li>
<li>The attachment inclusion and screen grabbing utility are a definite plus. Though, the password storage is a bit out of place.</li>
</ul>
<p>All of this is a nice package of customizable colors and fonts. The software is also not perplexing with the easy to understand balloon tipped buttons and a compact help file.</p>
<p>But a task management application is only as good as the way we exploit it for our productivity. So is it good enough for you? Only you can let us know.</p>
<p>Link: <a href="http://web.tiscali.it/esyweb/">esyPlanner</a></p>
<p><small>Image Credit: <a rel="nofollow" href="http://www.flickr.com/photos/58368629@N00/2564510004/">cmcbrown</a></small>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/icalendar-lite-a-free-transparent-desktop-calendar-for-windows/" title="iCalendar Lite- A Free Transparent Desktop Calendar (Windows) (September 12, 2009)">iCalendar Lite- A Free Transparent Desktop Calendar (Windows)</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/get-rid-of-your-overloaded-anxiety-with-anxiety-mac-only/" title="Get Rid of Your Overloaded Anxiety With Anxiety – Mac Only (April 1, 2009)">Get Rid of Your Overloaded Anxiety With Anxiety – Mac Only</a> (17)</li>
	<li><a href="http://www.makeuseof.com/tag/tracks-an-advanced-getting-things-done-application/" title="Tracks &#8211; An Advanced &#8220;Getting Things Done&#8221; Application (March 11, 2009)">Tracks &#8211; An Advanced &#8220;Getting Things Done&#8221; Application</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/three-free-calendar-applications-for-the-mac/" title="Three Free Desktop Calendar Applications For The Mac (July 30, 2009)">Three Free Desktop Calendar Applications For The Mac</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/rainlendar/" title="Stay Organized with Rainlendar Calendar (December 28, 2007)">Stay Organized with Rainlendar Calendar</a> (20)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/esyplanner-%e2%80%93-manage-your-day-with-this-easy-scheduler-daily-task-manager/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Create Online Mind Maps with Seavus DropMind</title>
		<link>http://www.makeuseof.com/tag/create-online-mindmaps-with-seavus-dropmind/</link>
		<comments>http://www.makeuseof.com/tag/create-online-mindmaps-with-seavus-dropmind/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 14:01:10 +0000</pubDate>
		<dc:creator>Simon Slangen</dc:creator>
				<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[mindmaps]]></category>
		<category><![CDATA[planning tools]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=22017</guid>
		<description><![CDATA[Whether you need to make corporate presentations, need a visual learning aid, or simply want to picture your thoughts, online mind maps can greatly simplify things.
If you&#8217;ve never worked with mindmaps (on paper or on your computer), it&#8217;s time to start.
Web Seavus DropMind
DropMind is an online and offline mindmapping application. We&#8217;ve discussed a few of [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/08/dropmind.jpg" alt="dropmind" vspace="5" align="left" />Whether you need to make corporate presentations, need a visual learning aid, or simply want to <em>picture your thoughts</em>, online mind maps can greatly simplify things.</p>
<p>If you&#8217;ve never worked with mindmaps (on paper or on your computer), it&#8217;s time to start.</p>
<h3><a href="http://web.dropmind.com/"><strong>Web Seavus DropMind</strong></a></h3>
<p>DropMind is an online and offline mindmapping application. We&#8217;ve discussed a few of these in the past, like <a href="http://www.makeuseof.com/dir/wisemapping-online-mindmapping-tool/">WiseMapping</a> and <a href="http://www.makeuseof.com/dir/wisdomap-online-mindmapper/">WisdoMap</a>, but DropMind is without doubt one of the most extensive suites on the market.</p>
<p>For this, and other reasons, DropMind comes with a pricetag. The offline software version costs you about $99 for a lifetime license. Sadly, the full-fledged online variant doesn&#8217;t come much cheaper, but Seavus <em>does</em> offer a free license with stripped functionality.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/dropmind3.jpg" alt="online mind maps" width="570" height="388" /></p>
<p><span id="more-22017"></span><br />
DropMind offers an extensive &#8211; although very comprehensive &#8211; graphical interface. Users can create topics and assign hierarchical values to them, like central, sibling, parent and key topics.</p>
<p>It&#8217;s possible to add graphical context aids, including symbols, arrows and callouts, to annotate and clarify your different topic levels. To make your mindmap not only easy, but even pleasurable on the eye, DropMind comes with a flexible format editor and allows you to fidget with the design until it fits your needs.</p>
<p>After you&#8217;ve spend some time toying around and getting to know the different options, you&#8217;ll discover how intuitive and easy to manipulate DropMind&#8217;s mindmaps are. Whether for corporate or studying purposes, you&#8217;ve got a new friend in DropMind that makes explaining things a lot easier.</p>
<h3><strong>Premium Features</strong></h3>
<p>So what exactly are you missing in this &#8217;stripped down&#8217; free version?  What are those golden premium features which you&#8217;ve been locked out from?</p>
<p>In essence, most premium features are aimed at the power users, like online-offline DropMind synchronization and Powerpoint export functionality. Nevertheless, there are some missing features that you could benefit from, like the possibility to save your mindmaps as an image, creating <em>templates</em> for future reference, or the celebrated <em>Presentation Mode</em>.</p>
<p>The biggest miss, however, is that you can create and store only 5 mind maps simultaneously as a free user, contrary to the <em>&#8216;</em>unlimited&#8217; of premium users. You&#8217;ll either have to export and delete the mindmaps you&#8217;ve made, or make several mindmaps in a single file. In truth, a single file is big enough to house quite a few maps (check the &#8216;navigator&#8217; in the topmost screenshot to get a basic).</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/08/dropmindcomp.jpg" alt="online mind maps" width="550" height="369" /></p>
<p>A full overview of all version differences can be found on DropMind&#8217;s Edition <a href="http://web.dropmind.com/Editions.aspx">comparison page</a>.</p>
<h3><strong>Academic Licences</strong></h3>
<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/08/academic.gif" alt="academic" vspace="5" align="left" />The schoolgoers amongst you are in big luck. It doesn&#8217;t matter what school you&#8217;re in, or what kind of education you&#8217;re in, if you&#8217;ve got an email address with an .edu domain, you automatically validate for an academic license.</p>
<p>This gives you a 12 month license of the premium version (worth $39) with all it&#8217;s features. If that isn&#8217;t enough to put a smile on your face, DropMind will give you a 30% discount on your next (if ever) purchase!</p>
<p>What do you think about Dropmind? Best online tool so far, or a waste of time? Perhaps you think the free version is too limited, or know a better alternative?  Let us know your thoughts in the comments section below.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/slatebox-beta-%e2%80%93-a-simple-and-quick-collaborative-visualization-tool/" title="SlateBox &#8211; An Easy and Quick Collaborative Visualization Tool (November 15, 2009)">SlateBox &#8211; An Easy and Quick Collaborative Visualization Tool</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/organize-and-plan-flawlessly-with-3-mindmapping-apps-mac/" title="MindMapping: 3 Simple Idea Mapping Software for Mac (June 25, 2009)">MindMapping: 3 Simple Idea Mapping Software for Mac</a> (13)</li>
	<li><a href="http://www.makeuseof.com/tag/when-is-good-easily-schedule-your-meetings-with-co-workers/" title="When Is Good &#8211; Easily Schedule Your Meetings With Co-Workers (October 23, 2009)">When Is Good &#8211; Easily Schedule Your Meetings With Co-Workers</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/use-doodle-polls-to-schedule-events-and-make-choices-within-groups/" title="Use Doodle to Make an Online Poll When Planning Group Events (June 19, 2009)">Use Doodle to Make an Online Poll When Planning Group Events</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/ubidesk-fresh-comprehensive-online-team-collaboration/" title="Ubidesk: Fresh &#038; Comprehensive Online Team Collaboration (September 21, 2009)">Ubidesk: Fresh &#038; Comprehensive Online Team Collaboration</a> (15)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/create-online-mindmaps-with-seavus-dropmind/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>A Quick Road Trip Planning Guide For Techno Geeks</title>
		<link>http://www.makeuseof.com/tag/a-quick-road-trip-planning-guide-for-techno-geeks/</link>
		<comments>http://www.makeuseof.com/tag/a-quick-road-trip-planning-guide-for-techno-geeks/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 22:01:59 +0000</pubDate>
		<dc:creator>Dean Sherwin</dc:creator>
				<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[directions]]></category>
		<category><![CDATA[holiday]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[planning tools]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[travel tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=22312</guid>
		<description><![CDATA[The post-war awakening of America sent thousands of youngsters on the road in the 1940&#8217;s as chronicled in Jack Kerouac’s &#8216;On the Road&#8216;. The 1960&#8217;s sent thousands of hopefuls on the road in brightly painted buses in search of fulfilment and enlightenment as chronicled in Rory MacLean’s Magic Bus.
Wanting to experience life as it was [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/08/road-trip.jpg" alt="road trip" vspace="5" width="347" height="231" align="left" />The post-war awakening of America sent thousands of youngsters on the road in the 1940&#8217;s as chronicled in Jack Kerouac’s &#8216;<em>On the Road</em>&#8216;. The 1960&#8217;s sent thousands of hopefuls on the road in brightly painted buses in search of fulfilment and enlightenment as chronicled in Rory MacLean’s <em>Magic Bus</em>.</p>
<p>Wanting to experience life as it was lived by the footloose heroes above is sending thousands on the road today who will have their movements and moments chronicled on the world wide web.</p>
<p>When you’re starting to plan a trip today, it’s not as easy as it was for Sal Paradise in the 1940s. You can’t simply board a greyhound and expect everything to go great. Planning and further planning are necessary to get from A to B. In this article, I will provide you with a road trip planning guide for the technology enthusiast by showing you the top web apps available for the backpacker, adventurer or holidaymaker.</p>
<p><span id="more-22312"></span></p>
<h3><a href="http://travel.yahoo.com/trip"><strong>Yahoo Trip Planner</strong></a></h3>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/Y-trip.jpg" alt="Y trip" /></p>
<p>This is a tool for road trip planning that will get most of the nitty gritty work done for you such as finding hotels, things to do, where to eat and it will even give you suggestions of where to go. The planner can be found <a href="http://travel.yahoo.com/trip">here</a>. When you first go to the trip planner, to your right you’ll see ‘<em>Create a Trip</em>’. Click on this button. You will be asked to sign in with your Yahoo ID. If you do not have one you can register <a href="https://edit.europe.yahoo.com/registration?_intl=ie&amp;new=1&amp;_done=http://ie.yahoo.com/">here.</a></p>
<p>When on the ‘<em>Create a Trip</em>’ page, enter in the location to which you want to travel. This could be a country, area, city or town.</p>
<p>Then, you’ll be asked for information about your trip such as dates and scheduled activities such as tours and outdoor pursuits. If you’re not sure about where to stay then enter the city you’re visiting into the destination bar. This will return tons of hotels, facilities and things to do in the area, which are constantly updated with event plans and new hotels, restaurants etc…</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/Yahoo-Trip-2.jpg" alt="Yahoo Trip (2" width="580" /></p>
<p>The trip planner also has a Journal to keep your friends and family informed. Here, you can write about your experiences on the open road. Your family (who undoubtedly will subscribe to your journal) will be able to keep track of what’s going on with you, look at your photos and comment on them. Think of this as a kind of travel Twitter come blog.</p>
<h3><a href="http://www.mapquest.com"><strong>MapQuest</strong></a></h3>
<p>Okay, so now you’ve got your ideas formulated into an envelope full of timetables, bus tickets, hotel reservations and your trusty passport. What&#8217;s next on your road trip planning to-do list? Well now, you have to know where to go. While the average internet user in you will automatically point you to Google Maps, I’d suggest using MapQuest as it is more tailored to the traveler who has a geeky side with a touch of organizational OCD.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/Map-Quest-SC.jpg" alt="Map Quest SC" width="580" /></p>
<p>Their maps are just as detailed as Google’s but give better information for those on-foot and in a car. For example, while you’re driving at cruising speed you may as well instruct Johnny in the seat next to you to pop open the Mac Book and see what’s to come. Along the top of the map window which is on the homepage of MapQuest you’ll see buttons like ’Gas Prices’ and ’Traffic’ that will inform you of the situation that lies ahead, such as low or high gas prices and traffic conditions ranging from &#8216;<em>Normal&#8217;</em> to the dreaded &#8216;<em>Road Closed&#8217;</em>.</p>
<p>How about the best restaurants or what’s going on in the city? Each major urban centre will have a star beside its name. Click on that star and MapQuest will give you all the current news on what’s happening in that city.</p>
<p>Quest Map is also available <a href="http://blog.mapquest.com/2008/10/20/mapquest-on-iphone-and-ipod/">on your iPhone</a>. To find it, the best thing to do is open up the Apple App Store and type MapQuest into the search bar. It is much the same as the web version with most of the same functions so I shan’t repeat myself.</p>
<h3><strong>Rand Mac Nally</strong></h3>
<p>This useful road trip planning website will give you the best info for the city you’re heading off to. Sure, the Yahoo! Trip Planner and Map Quest will give you small bursts of what’s hot in a city but Rand Mac Nally will condense the whole city and all of its thousands of energy pockets into a few articles that Johnny can read aloud whilst cruising along.</p>
<p>As you can see from the screenshot, there are loads of sub-categories for each city and along the left hand side; there are several options for any kind of traveler. Each city has a huge article detailing its history, cultural monuments and sights.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/RandMcNally.jpg" alt="RandMcNally" width="520" /></p>
<p>Rand Mac Nally is less of a planning tool and more of an idea mill from where I’m standing. Before traveling to a city, you can see what’s going on and some facts about the place like weather, population and the local culture and customs. It&#8217;s a perfect road trip planning guide.</p>
<p>My final advice for the tech savvy traveler in this article is to be prepared for failure. Often, while out on the road where the internet still comes via a phone line, relying totally on your Mac or iPhone for travel advice and suggestions is a silly move. The best thing (and perhaps the essence of travel itself) is to talk to the locals, see what’s going on and get the inside scoop. While it’s almost blasphemous to say on a website such as this one but the internet isn’t perfect.</p>
<p>On the other side of that coin however, making a journal entry on Yahoo! about how you were stranded offline for three days is interesting and makes for a great experience. Here are my Top Five Tech Travel Tips:</p>
<p>1. Always have spare batteries</p>
<p>2. Carry different plug converters for different regions</p>
<p>3. Charge your equipment at any chance you get &#8211; in cafés, hotels, anywhere there is a plug. Free electricity!</p>
<p>4. Download Google Maps for your Cell Phone. This can literally be a lifesaver. Read my article on how to do it <a href="http://www.makeuseof.com/tag/how-to-use-google-maps-on-your-basic-mobile-phone/">here</a>.</p>
<p>5. Tweet &#8211; loads!</p>
<p>Any other tips?
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-download-google-maps-for-offline-use/" title="Take Google Maps Offline &#038; Get Maps You Can Print using Google Maps Buddy (August 3, 2009)">Take Google Maps Offline &#038; Get Maps You Can Print using Google Maps Buddy</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/online-resources-for-planning-your-next-vacation/" title="Cool Online Resources to Plan Your Next Vacation (March 17, 2009)">Cool Online Resources to Plan Your Next Vacation</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/5-sites-to-help-you-find-the-perfect-hotel/" title="5 Review Sites To Help You Find The Perfect Hotel (October 7, 2008)">5 Review Sites To Help You Find The Perfect Hotel</a> (18)</li>
	<li><a href="http://www.makeuseof.com/tag/travel-the-world-with-hello-backpacker/" title="Travel The World with Hello Backpacker (January 27, 2009)">Travel The World with Hello Backpacker</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/the-five-best-things-about-google-maps/" title="The Five Best Things About Google Maps (August 1, 2008)">The Five Best Things About Google Maps</a> (24)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/a-quick-road-trip-planning-guide-for-techno-geeks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Three Free Desktop Calendar Applications For The Mac</title>
		<link>http://www.makeuseof.com/tag/three-free-calendar-applications-for-the-mac/</link>
		<comments>http://www.makeuseof.com/tag/three-free-calendar-applications-for-the-mac/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 18:01:36 +0000</pubDate>
		<dc:creator>Jeffry Thurana</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[planning tools]]></category>
		<category><![CDATA[schedule]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=21950</guid>
		<description><![CDATA[After noticing many yawns coming from the audience, the professor ended his extremely long lecture by saying, &#8220;Sorry, I completely lost track of the time. I didn&#8217;t bring my watch with me.&#8221;
One of the students replied, &#8220;Yes, but there&#8217;s a calendar next to you.&#8221;
That bored student might mention the calendar in a cynical tone, but [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/07/00-Human-Calendar.jpg" alt="Human Calendar" width="217" height="187" align="left" />After noticing many yawns coming from the audience, the professor ended his extremely long lecture by saying, &#8220;Sorry, I completely lost track of the time. I didn&#8217;t bring my watch with me.&#8221;</p>
<p>One of the students replied, &#8220;Yes, but there&#8217;s a calendar next to you.&#8221;</p>
<p>That bored student might mention the calendar in a cynical tone, but we can&#8217;t deny that modern people could never live without it. Almost all of their daily life activities are scheduled according to the calendar.</p>
<p><span id="more-21950"></span></p>
<h3><strong>Mac&#8217;s Native Calendar</strong></h3>
<p>Along with the dawn of the computer, the calendar also moved to the digital domain. For Mac territory, Mac OS X comes with its own calendar applications as a combination between iCal and the menubar clock.</p>
<p>The clock is activated by default, but you can adjust its properties by going to the System Preferences, choose Date &amp; Time, and then clicking the Clock tab.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/00_apple_clock_preferences.jpg" alt="00_apple_clock_preferences" /></p>
<p>But if you want to try a free third-party desktop calendar application, here are three alternatives that you can try.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/01-Dateline-Icon.png" alt="01 Dateline - Icon" /></p>
<h3><a href="http://www.machinecodex.com/dateline/index.php"><strong>Dateline</strong></a></h3>
<p>This application will put a linear transparent calendar in your desktop. By default, it will reside above everything else. If you click on a date, it will be opened in iCal.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/01b-Dateline-Above-iCal.png" alt="01b Dateline - Above iCal" width="550" height="165" /></p>
<p>For some people, the appearance of this desktop calendar might become annoying. But don&#8217;t be afraid because you can adjust the appearance by going to the Preferences menu and choose the Appearance tab.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/01c-Dateline-Appearance-Preferences.png" alt="01c Dateline - Appearance Preferences" /></p>
<p>Besides color and font, width and mark shape, you can also adjust the Window level of the calendar.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/02a-Rainlendar-Icon.png" alt="02a Rainlendar - Icon" /></p>
<h3><a href="http://www.rainlendar.net/cms/index.php?option=com_frontpage&amp;Itemid=1"><strong>Rainlendar Lite</strong></a></h3>
<p>This is a well-known customizable, free desktop calendar. At least on the Windows platform. I didn&#8217;t know that there was a Mac version until I did the research for this article. Some of the features are various skins to change the look and feel, to-do list and alarms, the ability to open multiple calendars for multiple purposes, and the ability to import and export calendars to and from different computers under different operating systems.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/02b-Rainlendar-Main.png" alt="02b Rainlendar - Main" /></p>
<p>You can add events easily by clicking on any date. A window will show up, just add the necessary details.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/02c-Rainlendar-Add-Event.png" alt="02c Rainlendar - Add Event" width="550" height="455" /></p>
<p>There are two versions: the Lite version (free) and the Pro version (not free, obviously). If you want to know the differences, please refer to <a href="http://www.rainlendar.net/cms/index.php?option=com_rny_compare">this page</a>.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/03a-magical-icon.png" alt="03a magical - icon" /></p>
<h3><a href="http://www.charcoaldesign.co.uk/magical"><strong>MagiCal</strong></a></h3>
<p>This free desktop calendar is an enhancement (or replacement &#8211; so they said) to Mac OS X&#8217;s native menubar clock. There are three versions to the application: PowerPC, Intel, and Universal Binary.</p>
<p>This app will reside in the menubar. You can open the main window by clicking on the menubar icon.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/03b-Magical-Main.png" alt="03b Magical - Main" /></p>
<p>And you can adjust many things &#8211; including showing the date and the clock &#8211; by going to the Preferences (click on the &#8220;i&#8221; sign on the main window of this app).</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/03c_magical___preferences.jpg" alt="03c_magical___preferences" width="550" height="435" /></p>
<p>Double clicking on any date on the MagiCal main window will open that date in iCal.</p>
<p>Do you use a Mac calendar application? Do you have other free alternatives?  Please share using the comments below.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/icalendar-lite-a-free-transparent-desktop-calendar-for-windows/" title="iCalendar Lite- A Free Transparent Desktop Calendar (Windows) (September 12, 2009)">iCalendar Lite- A Free Transparent Desktop Calendar (Windows)</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-improve-ical-with-flexcal-mac-only/" title="How To Improve Your iCal Calendars With FlexCal [Mac Only] (November 8, 2009)">How To Improve Your iCal Calendars With FlexCal [Mac Only]</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/esyplanner-%e2%80%93-manage-your-day-with-this-easy-scheduler-daily-task-manager/" title="esyPlanner – Manage Your Day With This Easy Scheduler &#038; Daily Task Manager (September 12, 2009)">esyPlanner – Manage Your Day With This Easy Scheduler &#038; Daily Task Manager</a> (7)</li>
	<li><a href="http://www.makeuseof.com/tag/when-is-good-easily-schedule-your-meetings-with-co-workers/" title="When Is Good &#8211; Easily Schedule Your Meetings With Co-Workers (October 23, 2009)">When Is Good &#8211; Easily Schedule Your Meetings With Co-Workers</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-show-ical-tasks-events-on-the-desktop-mac-only/" title="How To Show iCal Tasks &#038; Events On The Desktop [Mac only] (November 17, 2009)">How To Show iCal Tasks &#038; Events On The Desktop [Mac only]</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/three-free-calendar-applications-for-the-mac/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MindMapping: 3 Simple Idea Mapping Software for Mac</title>
		<link>http://www.makeuseof.com/tag/organize-and-plan-flawlessly-with-3-mindmapping-apps-mac/</link>
		<comments>http://www.makeuseof.com/tag/organize-and-plan-flawlessly-with-3-mindmapping-apps-mac/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 19:00:16 +0000</pubDate>
		<dc:creator>Jeffry Thurana</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[mindmaps]]></category>
		<category><![CDATA[organizer]]></category>
		<category><![CDATA[planning tools]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=19607</guid>
		<description><![CDATA[As a writer, I often stuck on a topic. Getting ideas is one thing, turning the ideas into a &#8220;readable and understandable&#8221; piece of work is another. I found that one of the best ways to expand and organize ideas is by mindmapping.
For those who are unfamiliar with the concept, here&#8217;s the quick description of [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-19608" src="http://www.makeuseof.com/wp-content/uploads/2009/06/00-guru_mindmap.gif" alt="" align="left" />As a writer, I often stuck on a topic. Getting ideas is one thing, turning the ideas into a &#8220;readable and understandable&#8221; piece of work is another. I found that one of the best ways to expand and organize ideas is by <a href="http://www.makeuseof.com/dir/tag/mindmapping/">mindmapping</a>.</p>
<p>For those who are unfamiliar with the concept, here&#8217;s the quick description of &#8216;<a href="http://en.wikipedia.org/wiki/Mindmap">mindmap</a>&#8216; quoted from Wikipedia:</p>
<blockquote style="clear: both"><p>
A <strong>mind map</strong> is a diagram used to represent words, ideas, tasks, or other items linked to and arranged around a central key word or idea. Mind maps are used to generate, visualize, structure, and classify ideas, and as an aid in study, organization, problem solving, decision making, and writing.
</p></blockquote>
<p>Basically, here&#8217;s what happen in the process of mindmapping: you start with a main topic or idea as the center of focus, then expand the ideas with related points through branches &#8211; or children as some people prefer to call them. Each of these children could also be expanded to grand children, great grand children, and so on. If the main idea is too general, you can pick one of the children to focus on.</p>
<p>Personally, I think nothing beats a large piece of paper and several color pencils for mindmapping, but there&#8217;s also nothing wrong about doing the process on your Mac. Especially if you have large monitor, and unreadable handwriting <img src='http://www.makeuseof.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Here are three free, simple idea mapping software for Mac.</p>
<p><span id="more-19607"></span></p>
<h3>1. <a href="http://www.thebrain.com/">Personal Brain</a></h3>
<p>This could be used not only for mindmapping but also for other uses such as visual bookmark manager, web site planning and site navigation, and also event planning.</p>
<p>To draw mindmaps using Personal Brain, you write the main idea as the starting point. Expanding the diagram could be done easily just by clicking on one of the points and drag a new child out of it.</p>
<p>For those who want to learn more about the app, the developer site provide users with a Learning Zone and Tutorials. This app is also available for Windows and Linux.</p>
<p>The free version limits users to view only three generations of a map at one time. The ability to attach files is also reserved for the Core and Pro version. To get the complete list of what each version can do, you can see <a href="http://www.thebrain.com/#-111">the features comparison between the versions</a>. While this app has many powerful features, I think the price to go beyond the free version is a bit too &#8216;much&#8217;.</p>
<p><img class="aligncenter size-full wp-image-19612" style="-webkit-user-drag: element; -webkit-user-select: none; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; padding-top: 0px; padding-right: 20px; padding-bottom: 0px; padding-left: 20px; background-color: #7b7b7b; background-position: initial initial; " title="01_personalbrain" src="http://www.makeuseof.com/wp-content/uploads/2009/06/01_personalbrain.png" alt="01_personalbrain" width="550" height="472" align="left" /></p>
<h3>2. <a href="http://freemind.sourceforge.net/wiki/index.php/Main_Page">FreeMind</a></h3>
<p>FreeMind is open source, simple idea mapping software written in Java, so you can use it in any computer which supports Java. I think the interface is not too intuitive and takes time to get used to.</p>
<p>I spent quite a moment sweeping through the main window trying to figure out how to start a mindmap diagram. Maybe it would be better if the &#8220;New&#8221; button is not so difficult to find. On the left pane, you can find so many icons without any explanation of their functions (I found out later that they are some kind of tags to mark the children).</p>
<p>If you don&#8217;t mind the appearance, and willing to spend time learning it, this app is actually very usable. You can even create several maps within one window. The new map will be opened in the new tab.</p>
<p>Then, if you feel like sharing your thoughts and ideas, you can submit your mindmaps in the developer&#8217;s <a href="http://freemind.sourceforge.net/wiki/index.php/Mind_Map_Gallery">wiki-style gallery</a>.</p>
<p><img class="aligncenter size-full wp-image-19613" style="-webkit-user-drag: element; -webkit-user-select: none; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; padding-top: 0px; padding-right: 20px; padding-bottom: 0px; padding-left: 20px; background-color: #7b7b7b; background-position: initial initial; " title="02_freemind" src="http://www.makeuseof.com/wp-content/uploads/2009/06/02_freemind.png" alt="02_freemind" width="550" height="436" align="left" /></p>
<h3>3. <a href="http://www.mindnode.com/">MindNode</a></h3>
<p>MindNode is a very easy to use mindmapping application. It features a very simple interface for quickly creating mind maps. Among the three, this one is the simplest. The interface is also the most Mac-ish.</p>
<p>The default starting page already contains a field to fill in the main idea and instruction to drag to create a new node (child). You can also adjust the position of each node easily.</p>
<p align="center"><img class="aligncenter size-full wp-image-19835" title="mindnode-create-new" src="http://www.makeuseof.com/wp-content/uploads/2009/06/mindnode-create-new.png" alt="mindnode-create-new" width="313" height="92" /></p>
<p>If you want to have more bells and whistles, such as the ability to create cross-connections and use the full screen mode, you can upgrade to the Pro version. To know the difference between the free and the pro version, read <a href="http://www.mindnode.com/mindnode/feature-chart/">the full comparison</a> list. For me, the free version is good enough. There are also video tutorials available on the site.</p>
<p>MindNode is only available for Mac.</p>
<p><img class="aligncenter size-full wp-image-19611" style="-webkit-user-drag: element; -webkit-user-select: none; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; padding-top: 0px; padding-right: 20px; padding-bottom: 0px; padding-left: 20px; background-color: #7b7b7b; background-position: initial initial; " title="03_mindnode" src="http://www.makeuseof.com/wp-content/uploads/2009/06/03_mindnode.png" alt="03_mindnode" width="550" height="403" align="left" /></p>
<p><strong>What&#8217;s Left On The Mind</strong><br />
It&#8217;s worth mentioning that I started the list with five examples of simple idea mapping software, and had to eliminated two because I simply can not give the apps a try. One is <a href="http://www.xmind.net">XMind</a>, which refused to work because of Java error. The other one is <a href="http://www.consideo-modeler.de/english/software.html">Consideo Modeller</a> which couldn&#8217;t be opened at all.</p>
<p>It&#8217;s possible that the error is at my side. I couldn&#8217;t be sure about that. But I felt it&#8217;s impossible to review any software without being able to try it first, isn&#8217;t it?</p>
<p>To list some alternatives, give <a href="http://www.makeuseof.com/dir/ekpenso-simple-mind-map-creator/">Ekpenso</a>, <a href="http://www.makeuseof.com/dir/bubblus-brainstorm-online-sharing-mindmaps/">Bubbl.us</a> and <a href="http://www.makeuseof.com/dir/text2mindmap-convert-lists-minmaps/">Text2MindMap</a> a try. Also, don&#8217;t miss out on the <a href="http://www.makeuseof.com/tag/top-picks-coolest-brainstorming-applications/">6 Excellent Brainstorming and Mindmapping Sites</a> by Kaly.</p>
<p>Finally, if you have any thoughts, opinions, and experiences on the Mindmapping process and applications, speak up using the comment below.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/slatebox-beta-%e2%80%93-a-simple-and-quick-collaborative-visualization-tool/" title="SlateBox &#8211; An Easy and Quick Collaborative Visualization Tool (November 15, 2009)">SlateBox &#8211; An Easy and Quick Collaborative Visualization Tool</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/create-online-mindmaps-with-seavus-dropmind/" title="Create Online Mind Maps with Seavus DropMind (August 23, 2009)">Create Online Mind Maps with Seavus DropMind</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/when-is-good-easily-schedule-your-meetings-with-co-workers/" title="When Is Good &#8211; Easily Schedule Your Meetings With Co-Workers (October 23, 2009)">When Is Good &#8211; Easily Schedule Your Meetings With Co-Workers</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/use-doodle-polls-to-schedule-events-and-make-choices-within-groups/" title="Use Doodle to Make an Online Poll When Planning Group Events (June 19, 2009)">Use Doodle to Make an Online Poll When Planning Group Events</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/ubidesk-fresh-comprehensive-online-team-collaboration/" title="Ubidesk: Fresh &#038; Comprehensive Online Team Collaboration (September 21, 2009)">Ubidesk: Fresh &#038; Comprehensive Online Team Collaboration</a> (15)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/organize-and-plan-flawlessly-with-3-mindmapping-apps-mac/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Create A Free Travel Packing Checklist With Packwhiz</title>
		<link>http://www.makeuseof.com/tag/create-complete-travel-packing-lists-with-packwhiz/</link>
		<comments>http://www.makeuseof.com/tag/create-complete-travel-packing-lists-with-packwhiz/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 15:00:56 +0000</pubDate>
		<dc:creator>Tina</dc:creator>
				<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[packing]]></category>
		<category><![CDATA[planning tools]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[travel tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=19654</guid>
		<description><![CDATA[The northern hemisphere welcomes summer. I hope most of you are preparing for a vacation to escape your hectic lives and recharge for a couple of days.
Before you get all busy preparing, take a moment to recall what went wrong on your last vacation. Did you pack well?
Forgetting an important item at home is one [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/packwhiz03.png" border="0" alt="travel" hspace="10" vspace="5" align="left" />The northern hemisphere welcomes summer. I hope most of you are preparing for a vacation to escape your hectic lives and recharge for a couple of days.</p>
<p>Before you get all busy preparing, take a moment to recall what went wrong on your last vacation. Did you pack well?</p>
<p>Forgetting an important item at home is one of the most annoying things to happen when you leave for a vacation. And why do we forget to pack things? Because we don&#8217;t work with lists or we make a list in a hurry without external suggestions. I bet it has happened to you before &#8212; it has certainly happened to me.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/traveltools01.png" border="0" alt="pack" hspace="10" vspace="5" align="left" /><a title="Packwhiz" href="http://www.packwhiz.com/">Packwhiz</a> is a <a href="http://www.makeuseof.com/dir/universalpackinglist-packing-list-generator/">packing list generator</a>. The best is, you can sign in using your Google account!</p>
<p>Once signed in, you can instantly generate your first free travel packing checklist. Give it a name and set the parameter that will define your list, i.e. is your destination domestic or international, what type of accommodation and transportation are you going to use, what will you be doing, and what type of weather is to be expected.<br />
<span id="more-19654"></span><br />
Click &#8220;Generate&#8221; to create a standard list or &#8220;Start from scratch&#8221; if you prefer to go from an empty list.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/packwhiz01.png" border="0" alt="list" /></p>
<p>If you went with &#8220;Generate&#8221;, you will see a long list of items on the following page. They are sorted into various categories, such as Toiletries and Personal Care, Documents and Money, Gadgets, Food and Drink, Medicine and more. The more parameters you check, the more thorough the list will be.</p>
<p>Basically, that&#8217;s your list and it&#8217;s done, unless you edit it. So, you need to go through your list and check all the items that you DO NOT need, then delete them. Of course, you can entirely personalize your list i.e. remove, edit and add items.</p>
<p>To edit an item, simply click on it and a menu will open. You can change the item name, category or add a description.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/packwhiz02.png" border="0" alt="packing list" /></p>
<p>Items can be added by clicking on the &#8220;new item&#8221; link at the bottom of each category. If you don&#8217;t like the way items are sorted, you can simply drag and drop them around.</p>
<p>Once you&#8217;re done, you can publish your list and share the URL or simply go back to your lists, create a new list or edit another one.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/packwhiz05.png" border="0" alt="menu" /></p>
<p>Personally, I think generating the list could be slightly more intuitive. I looked at the newly generated list and started checking all items I wanted to keep on my list. That was wrong, the list was already done. So I used the Feedback to give them my thoughts on how they could make removing a ton of items much easier. I found that the Feedback system is one of the best I have ever seen. Check it out, it&#8217;s super!</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/packwhiz04.png" border="0" alt="feedback" /></p>
<p>Packwhiz was launched earlier this year, so it&#8217;s brand new and there are a few things that need to be ironed out. But for now, it&#8217;s very uncomplicated to use and creates thorough, free travel packing checklists that are easy to edit and customize. Unfortunately, they didn&#8217;t yet integrate a print option.</p>
<p>For many more helpful tools and websites to improve your next vacation, check out the following posts. They include tips on planning your trip, locating ATMs or public toilets, tracking down metro connections, finding travel companions, surviving airports and flights, and tons more.</p>
<ul>
<li><a title="10 Travel Websites" href="http://www.makeuseof.com/tag/10-travel-websites-that-should-be-bookmarked/">10 Travel Websites that should be Bookmarked</a> by Aibek</li>
<li><a title="Traveller Websites" href="http://www.makeuseof.com/tag/3-must-check-traveller-websites-before-your-next-trip/">3 Must-check Traveller Websites before your Next Trip</a> by Anthony</li>
<li><a title="Flying Easy" href="http://www.makeuseof.com/tag/6-sites-to-make-flying-a-whole-lot-easier/">6 Sites To Make Flying A Whole Lot Easier</a> by David</li>
<li><a title="Flight Tracking" href="http://www.makeuseof.com/tag/top-5-airline-flight-tracking-websites/">Top 5 Airline FLight Tracking Websites</a> by Dave</li>
<li><a title="Vacation Resources" href="http://www.makeuseof.com/tag/online-resources-for-planning-your-next-vacation/">Cool Online Resources to Plan Your Next Vacation</a> by Tina (me)</li>
<li><a title="Hello Backpacker" href="http://www.makeuseof.com/tag/travel-the-world-with-hello-backpacker/">Tavel The World with Hello Backpacker</a> by Tina (me)</li>
<li><a title="On The Road" href="http://www.makeuseof.com/tag/how-to-stay-digitally-charged-and-connected-on-the-road/">How To Stay Digitally Charged and Connected On The Road</a> by Tina (me)</li>
</ul>
<p>Is there anything you own multiple times because you forgot to pack it? Confess! You&#8217;re not alone. <img src='http://www.makeuseof.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><small>Image credits: <a title="airplane" rel="nofollow" href="http://www.sxc.hu/profile/woodsy">woodsy</a></small>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/travel-the-world-with-hello-backpacker/" title="Travel The World with Hello Backpacker (January 27, 2009)">Travel The World with Hello Backpacker</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/share-your-trips-with-everytrail/" title="Share Your Trips With EveryTrail (April 3, 2009)">Share Your Trips With EveryTrail</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-stay-digitally-charged-and-connected-on-the-road/" title="How To Stay Digitally Charged and Connected On The Road (May 22, 2009)">How To Stay Digitally Charged and Connected On The Road</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/online-resources-for-planning-your-next-vacation/" title="Cool Online Resources to Plan Your Next Vacation (March 17, 2009)">Cool Online Resources to Plan Your Next Vacation</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/a-quick-road-trip-planning-guide-for-techno-geeks/" title="A Quick Road Trip Planning Guide For Techno Geeks (August 8, 2009)">A Quick Road Trip Planning Guide For Techno Geeks</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/create-complete-travel-packing-lists-with-packwhiz/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Use Doodle to Make an Online Poll When Planning Group Events</title>
		<link>http://www.makeuseof.com/tag/use-doodle-polls-to-schedule-events-and-make-choices-within-groups/</link>
		<comments>http://www.makeuseof.com/tag/use-doodle-polls-to-schedule-events-and-make-choices-within-groups/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 21:00:44 +0000</pubDate>
		<dc:creator>Tina</dc:creator>
				<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[meetings]]></category>
		<category><![CDATA[planning tools]]></category>
		<category><![CDATA[Polls]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=19487</guid>
		<description><![CDATA[Meetings, parties, where to go, what to do and most of all when &#8211; life is full of options. Making decisions is all the more complicated when a group of people has to agree. 
And then there&#8217;s always that poor fellow, who has to communicate back and forth with everyone to find the best solution.
If [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/doodle02.png" border="0" alt="vote" hspace="10" vspace="5" align="left" />Meetings, parties, where to go, what to do and most of all when &#8211; life is full of options. Making decisions is all the more complicated when a group of people has to agree. </p>
<p>And then there&#8217;s always that poor fellow, who has to communicate back and forth with everyone to find the best solution.</p>
<p>If you&#8217;re sick of it, try the following tool.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/doodle01.png" border="0" alt="doodle" hspace="10" vspace="5" align="left" /><a title="Doodle" href="http://doodle.com/">Doodle</a> is a webtool through which you can make an online poll to schedule an event or make a choice. Registration is optional and creating the polls couldn&#8217;t be any more simple.</p>
<p>This is where you start. Select the type of poll you want to launch. You can choose between &#8220;schedule an event&#8221; or &#8220;make a choice&#8221;, i.e. event or choice poll.<br />
<span id="more-19487"></span><br />
<img src="http://www.makeuseof.com/wp-content/uploads/2009/06/doodle03.png" border="0" alt="poll" /></p>
<p>The first step if you want to make an online poll for either poll type is the same: you set a title, add an optional description, and provide your name and eMail address.</p>
<p>The next step in scheduling an event is selecting the possible dates.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/doodle04.png" border="0" alt="schedule" /></p>
<p>Following the dates, you can add available times and set further options.</p>
<p>Doodle supports time zones; options offer &#8220;yes-no-ifneedbe&#8221; style polls, which allow the voter to weigh their selection; the poll can be hidden, so that only the creator can see the answers; also the number of OKs (votes) per participant can be limited.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/doodle05.png" border="0" alt="event" /></p>
<p>Setting up a choice poll is even more simple and gives you the same options described above.</p>
<p>A poll goes live once you hit the Finish button. You will be provided with the participation link, which you can send to the target crowd. Using the administration link, you can edit or delete the poll.</p>
<p>Below is an example of a running choice poll. As you can see, Doodle automatically does all the counting for you.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/doodle06.png" border="0" alt="choice" /></p>
<p>As I said, creating an account is optional. Having an account makes sense when you&#8217;re running several polls at once because it will help you keep track of them.</p>
<p>Taken together, Doodle is a decision tool cooked down to the minimum. Using smart settings and options, it can become an invaluable helper in everyday life.</p>
<p>If you came here for that other type of doodle, check out Karl&#8217;s article <a title="Share Doodle" href="http://www.makeuseof.com/tag/do-you-doodle-share-your-doodles-with-the-world/">Do you Doodle? Share your doodles with the world!</a></p>
<p>Will you Doodle? What works best for you in juggling group decisions? Share your ideas and solutions within the comments!</p>
<p><small>Image credits: <a title="vote" href="http://www.sxc.hu/profile/woodsy" rel="nofollow">woodsy</a></small>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/send-track-group-messages-and-conduct-polls-with-notifu/" title="Send &#038; Track Group Messages &#038; Conduct Polls With Notifu (November 4, 2008)">Send &#038; Track Group Messages &#038; Conduct Polls With Notifu</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/when-is-good-easily-schedule-your-meetings-with-co-workers/" title="When Is Good &#8211; Easily Schedule Your Meetings With Co-Workers (October 23, 2009)">When Is Good &#8211; Easily Schedule Your Meetings With Co-Workers</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/plan-your-next-party-invite-your-guests-with-anyvite/" title="Plan Your Next Party &#038; Invite Your Guests With Anyvite (February 26, 2009)">Plan Your Next Party &#038; Invite Your Guests With Anyvite</a> (2)</li>
	<li><a href="http://www.makeuseof.com/tag/make-use-of-podcast-36-meet-easier-and-iphonize-any-site/" title="Make Use Of Podcast #36: Meet Easier &#038; iPhoneize Any Site (November 14, 2008)">Make Use Of Podcast #36: Meet Easier &#038; iPhoneize Any Site</a> (1)</li>
	<li><a href="http://www.makeuseof.com/tag/6-reasons-to-fire-your-event-planner-use-google-instead/" title="6 Reasons To Fire Your Event Planner &#038; Use Google Instead (January 14, 2009)">6 Reasons To Fire Your Event Planner &#038; Use Google Instead</a> (14)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/use-doodle-polls-to-schedule-events-and-make-choices-within-groups/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Stay Digitally Charged and Connected On The Road</title>
		<link>http://www.makeuseof.com/tag/how-to-stay-digitally-charged-and-connected-on-the-road/</link>
		<comments>http://www.makeuseof.com/tag/how-to-stay-digitally-charged-and-connected-on-the-road/#comments</comments>
		<pubDate>Fri, 22 May 2009 21:00:20 +0000</pubDate>
		<dc:creator>Tina</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[planning tools]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[travel tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=17772</guid>
		<description><![CDATA[I&#8217;ve been traveling through North America for just over two weeks. Although I was well prepared as I had tested my equipment on a previous trip in Italy, I still managed to find some aspects to improve. I would like to share this experience with you.
Preparation
Before you head out for your trip, give yourself at least a week to acquire everything [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-17775" title="travelsmart02" src="http://www.makeuseof.com/wp-content/uploads/2009/05/travelsmart02.jpg" alt="travelsmart02" width="180" height="101" />I&#8217;ve been traveling through North America for just over two weeks. Although I was well prepared as I had tested my equipment on a previous trip in Italy, I still managed to find some aspects to improve. I would like to share this experience with you.</p>
<h2>Preparation</h2>
<p><img class="alignleft size-full wp-image-17782" title="travelsmart04" src="http://www.makeuseof.com/wp-content/uploads/2009/05/travelsmart04.jpg" alt="travelsmart04" width="150" height="207" />Before you head out for your trip, give yourself at least a week to acquire everything you will need to take with you.</p>
<p><a title="List Making Tools" href="http://www.makeuseof.com/tag/note-taking-and-list-making-made-easy-with-these-apps/">Make a list</a> with online <a href="http://www.makeuseof.com/dir/universalpackinglist-packing-list-generator/">traveling packing list</a> and work on it. That means, take some time to think of what you may need. Imagine what you&#8217;ll be doing and let the list grow.</p>
<p><span id="more-17772"></span></p>
<p>If there is something you still need to buy, do so immediately.</p>
<p>Put whatever you decide to take into a box and pack all of it, don&#8217;t toss anything away at the last minute unless you&#8217;re 100% sure that you won&#8217;t need it.</p>
<h2>What To Take</h2>
<p>Think of devices and their accessories, such as batteries, chargers, adaptors, cables, memory cards etc.</p>
<p>Also, take some extra digital storage space with you, so that you can backup photos and videos. This could be a USB stick, a small hard drive or an additional memory card.</p>
<p>Definitely bring a card reader!</p>
<p><img class="alignleft size-full wp-image-17774" title="travelsmart011" src="http://www.makeuseof.com/wp-content/uploads/2009/05/travelsmart011.jpg" alt="travelsmart011" width="200" height="172" />If you don&#8217;t want to rely on a computer for charging your devices, get a USB-to-power plug adaptor and actually take it with you. Depending on where you go, you may also need a power plug adaptor.</p>
<p>Make sure you have all your login information with you. It can be easy to forget URLs, usernames and passwords when it&#8217;s all saved on your local computer. Creating a USB stick with portable software (e.g. Firefox and/or Thunderbird) may also be a good idea and make you a bit more independent, in case you&#8217;re not taking your laptop. Aibek created a list of <a title="Portable Apps" href="http://www.makeuseof.com/tag/portable-software-usb/">100 Portable Apps for your USB Stick </a>(Windows and Mac).</p>
<h2>On The Road</h2>
<p><img class="alignleft size-full wp-image-17783" title="travelsmart05" src="http://www.makeuseof.com/wp-content/uploads/2009/05/travelsmart05.jpg" alt="travelsmart05" width="150" height="98" />If you decided to bring your computer, you will have little trouble finding internet access. Across Northern America and Europe, lots of places offer free or very cheap WiFi. Even most hostels offer it now.</p>
<p>David wrote an article compiling <a title="Finding Free WiFi" href="http://www.makeuseof.com/tag/always-stay-connected-with-these-wi-fi-hotspot-finders/">5 Wi-Fi Hotspot Finders To Find Free Wi-Fi Spots Near You</a>. You might want to make use of these tools before you head out onto the road, though.</p>
<p>If you don&#8217;t bring your laptop, you will have to hunt down the best and cheapest options to go online. In North America, I found that libraries are always a good bet. They offer high speed internet on very well maintained compuers. Many towns libraries offer free 15-minute internet and you can sign up as a one time patron to receive 1 hour of free internet. In Europe, Internet Cafes are a standard and you may try libraries as well.</p>
<h2>Sharing</h2>
<p>When coming back from a trip, everyone will ask you what it was like. Now, it can be not only tiring but also quite time consuming to share your stories with everyone individually. You should consider sharing your experiences while you&#8217;re on the road.</p>
<p><img class="alignleft size-full wp-image-17780" title="travelsmart03" src="http://www.makeuseof.com/wp-content/uploads/2009/05/travelsmart03.jpg" alt="travelsmart03" width="105" height="149" />What is working very well for me is <a title="Flickr" href="http://www.flickr.com">Flickr</a>. I use it as a sort of low maintenance blog. I upload my photos, add a title and use the description to share what I&#8217;ve been doing. To keep it all a bit more organized, I created a set. So after I upload and describe the photos, I add them to the set, where I can also define the order in which I want them to be viewed. This is my &#8220;<a title="Canada Set on Flickr" href="http://www.flickr.com/photos/positronict/sets/72157617466640269/">Flickr Travel Diary</a>&#8220;.</p>
<p>You can also upload videos to Flickr. I set up a YouTube channel to collect my videos. But what you do is up to you.</p>
<p>What did you find useful to stay charged and connected while traveling? Your input on the matter is very much appreciated!</p>
<p><small>Picture credits: <a title="suitcase" href="http://www.sxc.hu/profile/jana_koll" rel="nofollow">jana_koll</a>, <a title="USB plant" href="http://www.sxc.hu/profile/erkinsahin" rel="nofollow">erkinsahin</a>, <a title="Brando USB to Power Adaptor" href="http://usb.brando.com.hk/prod_detail.php?prod_id=00844" rel="nofollow">Brando</a>, <a title="road" href="http://www.sxc.hu/profile/br0" rel="nofollow">brO</a>.</small>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/travel-the-world-with-hello-backpacker/" title="Travel The World with Hello Backpacker (January 27, 2009)">Travel The World with Hello Backpacker</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/share-your-trips-with-everytrail/" title="Share Your Trips With EveryTrail (April 3, 2009)">Share Your Trips With EveryTrail</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/create-complete-travel-packing-lists-with-packwhiz/" title="Create A Free Travel Packing Checklist With Packwhiz (June 22, 2009)">Create A Free Travel Packing Checklist With Packwhiz</a> (2)</li>
	<li><a href="http://www.makeuseof.com/tag/online-resources-for-planning-your-next-vacation/" title="Cool Online Resources to Plan Your Next Vacation (March 17, 2009)">Cool Online Resources to Plan Your Next Vacation</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/a-quick-road-trip-planning-guide-for-techno-geeks/" title="A Quick Road Trip Planning Guide For Techno Geeks (August 8, 2009)">A Quick Road Trip Planning Guide For Techno Geeks</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-stay-digitally-charged-and-connected-on-the-road/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Share Your Trips With EveryTrail</title>
		<link>http://www.makeuseof.com/tag/share-your-trips-with-everytrail/</link>
		<comments>http://www.makeuseof.com/tag/share-your-trips-with-everytrail/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 14:01:44 +0000</pubDate>
		<dc:creator>Tina</dc:creator>
				<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[geotagging]]></category>
		<category><![CDATA[GPS]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[planning tools]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[travel tips]]></category>
		<category><![CDATA[vacation]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=14751</guid>
		<description><![CDATA[This year I&#8217;ll make a four week trip across the North American continent. I&#8217;m prepared to taking hundreds of photos, keeping a small tour diary and I will record my route with a GPS data logger.
To instantly share my whereabouts, detours, experiences and some photos with family and friends, I was looking for a one-in-all [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/03/everytrail06.png" border="0" alt="road trip" vspace="10" align="left" />This year I&#8217;ll make a four week trip across the North American continent. I&#8217;m prepared to taking hundreds of photos, keeping a small tour diary and I will record my route with a GPS data logger.</p>
<p>To instantly share my whereabouts, detours, experiences and some photos with family and friends, I was looking for a one-in-all tool that could easily be updated while I&#8217;m on the road.</p>
<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/03/everytrail01.png" border="0" alt="EveryTrail" vspace="10" align="left" />What I found was a website called <a title="EveryTrail" href="http://www.everytrail.com/">EveryTrail</a>. The original idea for it is to provide outdoor fans with a platform where they can manage and share their tour data or browse the tours of others to find inspiration. For me it will serve as a small travel diary.</p>
<p>The way it works is straightforward. There are three steps to creating a record of your own trip. First you can upload a GPS file or hand draw your trip on the map. Next you add details about the trip including title, date, type of activity, location, trip story, tips for others, and edit the statistics and the map view that will be shown.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/everytrail02.png" border="0" alt="gps data" /></p>
<p>Finally, you can add your photos. If both your camera and the GPS device were set to the same time, the photos will be automatically placed on the right spot of your route, based on their date and time setting. If that is not the case you can manually place them yourself.</p>
<p>Once it&#8217;s all done it will look something like the following example, depending on which information you included.</p>
<p>Top left: summary with trip story to the right.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/everytrail03.png" border="0" alt="trip summary" /></p>
<p>Middle left: map with photos to the right. You can also switch to see the full map or the stats instead of the photos.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/everytrail04.png" border="0" alt="trail map" /></p>
<p>Bottom: strip of all trail photos. Here you can initiate a sort of slide show and photos next to the map will cycle through the respective trail positions. Below the photo strip are the tags and GPS data downloads, joined by comments to the right. At the very bottom you&#8217;ll find share options and a picture summary.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/everytrail05.png" border="0" alt="trail tags" /></p>
<p>You don&#8217;t have to be a member of the site to enjoy exploring. There are over sixty thousand trips to be discovered. You can search the public trips by location, activity, keyword, trip date, all-time or recent popularity, and follow in the footsteps of previous hikers, geocachers, backpackers, skaters, drivers&#8230;</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/everytrail07.png" border="0" alt="trail tags" /></p>
<p>Aren&#8217;t detailed maps, GPS devices and the developments they have brought us a blessing for the outdoor lovers? On the other hand, true adventurers will find it ever more challenging to discover the unexplored. Are you encouraged to follow the trails they have left for us?</p>
<p><small><strong>Picture credits:</strong> <strong><a rel="nofollow" href="http://www.sxc.hu/profile/arinas74">arinas74</a></strong></small>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/online-resources-for-planning-your-next-vacation/" title="Cool Online Resources to Plan Your Next Vacation (March 17, 2009)">Cool Online Resources to Plan Your Next Vacation</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/travel-the-world-with-hello-backpacker/" title="Travel The World with Hello Backpacker (January 27, 2009)">Travel The World with Hello Backpacker</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-stay-digitally-charged-and-connected-on-the-road/" title="How To Stay Digitally Charged and Connected On The Road (May 22, 2009)">How To Stay Digitally Charged and Connected On The Road</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/create-complete-travel-packing-lists-with-packwhiz/" title="Create A Free Travel Packing Checklist With Packwhiz (June 22, 2009)">Create A Free Travel Packing Checklist With Packwhiz</a> (2)</li>
	<li><a href="http://www.makeuseof.com/tag/a-quick-road-trip-planning-guide-for-techno-geeks/" title="A Quick Road Trip Planning Guide For Techno Geeks (August 8, 2009)">A Quick Road Trip Planning Guide For Techno Geeks</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/share-your-trips-with-everytrail/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Cool Online Resources to Plan Your Next Vacation</title>
		<link>http://www.makeuseof.com/tag/online-resources-for-planning-your-next-vacation/</link>
		<comments>http://www.makeuseof.com/tag/online-resources-for-planning-your-next-vacation/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 15:01:12 +0000</pubDate>
		<dc:creator>Tina</dc:creator>
				<category><![CDATA[Lists of tools]]></category>
		<category><![CDATA[city guide]]></category>
		<category><![CDATA[holiday]]></category>
		<category><![CDATA[planning tools]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[travel tips]]></category>
		<category><![CDATA[vacation]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=14007</guid>
		<description><![CDATA[ It&#8217;s that time of year again. Winter is loosening its grip on the northern hemisphere, we&#8217;re switching to daylight savings time and people are planning their yearly vacations.
The internet makes it easy to find out about various destinations, great deals, attractions, local customs and curiosities that might otherwise have escaped your attention or become [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/03/vacation01.png" border="0" alt="plan-vacation" vspace="10" align="left" /> It&#8217;s that time of year again. Winter is loosening its grip on the northern hemisphere, we&#8217;re switching to daylight savings time and people are planning their yearly vacations.</p>
<p>The internet makes it easy to find out about various destinations, great deals, attractions, local customs and curiosities that might otherwise have escaped your attention or become an unpleasant surprise. But there is almost too much information to make up one&#8217;s mind. So where should you start?</p>
<p>Here is a small selection of websites that will hopefully help you filter for the best available deals and sights.</p>
<h2><a href="http://www.spottedbylocals.com/"><strong>Spotted by Locals</strong></a></h2>
<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/03/vacation02.png" border="0" alt="city recomendations" vspace="5" align="left" />Spotted by Locals covers 20 European cities and promises that you will experience cities like a local.</p>
<p>The articles are short and cover everything from art &amp; culture, bars and music, to relaxing, shopping and theaters. The attractions of each city can be browsed by category or area / district.</p>
<p>New spotters are hand selected by existing contributors and a face to face meeting is a must before you can write for Spotted by Locals, representing your own city. They are currently looking for new spotters, <a href="http://www.spottedbylocals.com/berlin/looking-for-spotters">maybe that would be you</a>?</p>
<h2><strong><a href="http://www.trivago.co.uk/">trivago</a></strong></h2>
<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/03/vacation03.png" border="0" alt="price comparison" vspace="5" align="left" />On trivago you can compare prices for hotels, browse the site for attractions, reviews and photos.</p>
<p>When comparing hotel prices in a given city on a specific date, you&#8217;ll be presented with a list of hotels on the right. To the left you can refine your search, for example by reducing the price range on a meter bar. When switching from Hotel to Attractions you&#8217;ll see a list of attractions for that very city and in the sidebar you can filter for bars, restaurants, museums etc. or pick specific places from the &#8220;browse box&#8221;, where all available attractions are pulled together and listed kind of like in a tag cloud.</p>
<p>The site operates based on member contributions. Each review is accompanied by a detailed rating and eventually photos. So whenever you return from a trip with novel experiences and great discoveries, this is where you can show off your travel expertise. <img src='http://www.makeuseof.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h2><strong><a href="http://www.infohub.com/">InfoHub</a></strong></h2>
<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/03/vacation04.png" border="0" alt="Info Hub" vspace="10" align="left" />InfoHub describes itself as &#8220;the ultimate source for out-of-the-ordinary and inspiring travel ideas&#8221; and I must say they have a point.</p>
<p>This speciality travel guide is indeed a great resource for finding all sorts of professionally organized tours around the globe. Of course these offers are not free, but using the site and looking for options is totally free and absolutely recommended.</p>
<p>You can browse by country or popular vacations, such as eco tourism, hiking &amp; trekking, photography &amp; videography, scuba diving or sports. A more detailed selection is available in the quick vacation search or you simply search the site for keywords.</p>
<h2><strong><a href="http://www.worldtravelguide.net/">World Travel Guide</a></strong></h2>
<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/03/vacation06.png" border="0" alt="world travel guide" vspace="10" align="left" />Although this page loaded a bit slow when I tested it, it appeared to be the most thorough, informative and easy to use travel guide site for locations around the world.</p>
<p>First you pick a destination from the map, and then you select the type of guide you&#8217;re looking for to the right. Your options are country, city, airport, attraction, cruise and weather guides.</p>
<p>If there is anything you need to know about a destination, like key facts, public holidays, climate, top things to see &amp; do, getting around by air, water, rail or on the road, this is where your inquisitiveness will be served with details, details and more details, packed in excellent articles, decorated with nice photos.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/vacation07.png" border="0" alt="travel guides" /></p>
<h2><a href="http://www.lonelyplanet.com/"><strong>Lonely Planet</strong></a></h2>
<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/03/vacation05.png" border="0" alt="lonely planet" vspace="10" align="left" />When embarking on an exciting vacation, how could anyone miss out on the Lonely Planet?  This is the ultimate and meanwhile mainstream information resource to help you plan your trip.</p>
<p>The archives are huge and you&#8217;ll find tons of useful information, reviews, beautiful photos, and recommendations. Like on trivago you can search for hotels, but also for hostels and within the Travel Services you can find out about available insurances, tours, car &amp; rail, view travel checklists (tips &amp; tricks included) and much more.</p>
<p>As a signed up member of the site you can contribute to discussions in the forum. The forums are what really make the Lonely Planet homepage most unique. Here you can discuss your experiences, expectations or find company for your next adventure tour.</p>
<p>Although the Lonely Planet appears to cover it all, I found that World Travel Guide was more easy to use for tracking down information and InfoHub provided a much better selection of available trips. The point is, different sites are good for different purposes and each site has its pros and cons.</p>
<p>So are you serious about booking your vacation now? Last year Varun wrote about <a title="Hotel Review Sites" href="http://www.makeuseof.com/tag/5-sites-to-help-you-find-the-perfect-hotel/">5 Review Sites to Help You Find The Perfect Hotel</a> and recently David covered <a title="Last Minute Booking" href="http://www.makeuseof.com/tag/want-to-get-away-try-these-last-minute-booking-sites/">6 Useful Last-Minute Booking Sites For Your Next Trip</a>.</p>
<p>Which resources do you turn to for the perfect trip?</p>
<p><small><strong>Picture credits: <a rel="nofollow" href="http://www.sxc.hu/profile/Zela">Zela</a></strong></small>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/share-your-trips-with-everytrail/" title="Share Your Trips With EveryTrail (April 3, 2009)">Share Your Trips With EveryTrail</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/a-quick-road-trip-planning-guide-for-techno-geeks/" title="A Quick Road Trip Planning Guide For Techno Geeks (August 8, 2009)">A Quick Road Trip Planning Guide For Techno Geeks</a> (3)</li>
	<li><a href="http://www.makeuseof.com/tag/5-sites-to-help-you-find-the-perfect-hotel/" title="5 Review Sites To Help You Find The Perfect Hotel (October 7, 2008)">5 Review Sites To Help You Find The Perfect Hotel</a> (18)</li>
	<li><a href="http://www.makeuseof.com/tag/travel-the-world-with-hello-backpacker/" title="Travel The World with Hello Backpacker (January 27, 2009)">Travel The World with Hello Backpacker</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-stay-digitally-charged-and-connected-on-the-road/" title="How To Stay Digitally Charged and Connected On The Road (May 22, 2009)">How To Stay Digitally Charged and Connected On The Road</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/online-resources-for-planning-your-next-vacation/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Plan Your Next Party &amp; Invite Your Guests With Anyvite</title>
		<link>http://www.makeuseof.com/tag/plan-your-next-party-invite-your-guests-with-anyvite/</link>
		<comments>http://www.makeuseof.com/tag/plan-your-next-party-invite-your-guests-with-anyvite/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 19:01:06 +0000</pubDate>
		<dc:creator>David Pierce</dc:creator>
				<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[invitations]]></category>
		<category><![CDATA[party]]></category>
		<category><![CDATA[planning tools]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=13024</guid>
		<description><![CDATA[Thanks to the Web, planning a party&#8217;s never been easier. You can get all the things you need, invite all your friends, and get your party rolling easily using the Web. For the invite section, most people still seem to use Evite.
No longer. Evite, while improving, isn&#8217;t nearly the best at what it does. That [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/02/58792361-f664ca1a72.gif" border="0" alt="plan your party" vspace="10" align="left" />Thanks to the Web, planning a party&#8217;s never been easier. You can get all the things you need, invite all your friends, and get your party rolling easily using the Web. For the invite section, most people still seem to use <a href="http://www.evite.com/">Evite</a>.</p>
<p>No longer. Evite, while improving, isn&#8217;t nearly the best at what it does. That title, in my humble opinion, rests squarely in the hands of <a href="http://anyvite.com">Anyvite</a>.</p>
<p>Anyvite is a simple, but feature-rich, way to create invitations and bring all your friends together. Anyvite helps you through every step of the event planning, from finding a venue to deciding whether or not your friends can bring friends (and how many). It&#8217;s an incredibly detailed application, that you can ignore entirely if all you want to do is send out a simple invitation.</p>
<p>The first thing you do with Anyvite is create your event: give it a name, a location, a date, and some information. You can style your invitation with one of Anyvite&#8217;s many themes, or create your own.</p>
<p>Then, start sending out the invitations. You can send the invitations by entering their email addresses, or you can import your address book from your Email or Evite account. You can see who&#8217;s RSVP&#8217;ed, and even export your guest list to other applications for easier managing. If you want to create an event for anyone and everyone, Anyvite gives you a link to share with people so they can sign up to attend without having to receive an email.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/02/creation.png" border="0" alt="creation" /></p>
<p>You get to change just about every option of the invite: do you want there to be a &#8220;maybe&#8221; option? How many attendees are you capping your party at? Want to remind your guests again before the party? You can do all that and more through Anyvite.</p>
<p>If you&#8217;re on the receiving end of an invitation, you&#8217;ve got tons of options as well. You can receive invitations, updates and reminders by email, text message, or over any Jabber IM (like Google Talk). You can RSVP by texting or IMing &#8220;RSVP y&#8221; or &#8220;RSVP n&#8221;, or even text a comment about the event or invitation. There&#8217;s even a mobile site ( <a href="http://m.anyvite.com">m.anyvite.com</a> ) that lets you create, manage and view invitations from your cell phone.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/02/invite.png" border="0" alt="invite" /></p>
<p>There&#8217;s a widget that you can embed on your website or blog – a cool feature if you&#8217;re hosting or attending relevant events. Your events can also be imported directly into your Google or Outlook calendar, making sure you never forget about that sweet party coming up tonight.</p>
<p>Anyvite, believe it or not, is even useful after your party is over. Anyvite provides you with a code that you put in the tags of a Flickr picture or a YouTube video, and anything with that tag shows up on the event page. It&#8217;s like its own scrapbook for your parties.</p>
<p>Anyvite is great because you can create an event in 10 seconds or an hour, depending on how specific and complex you want it to be. It&#8217;s incredibly simple to use, and great for planning events. The text-messaging integration also makes it perfect for last-second changes and needs for your party.</p>
<p>Next time you&#8217;re planning an event, do yourself and your guests a favor: ditch Evite, and stick with Anyvite for all your planning needs.</p>
<p>How do you use the Web to plan things?</p>
<p><small><strong>Photo Credit : <a rel="nofollow" href="http://flickr.com/photos/jemsweb/58792361/">jemsweb</a></strong></small>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/make-use-of-wufoo/" title="Wufoo &#8211; Easily build Forms, Surveys or Invitations (August 24, 2006)">Wufoo &#8211; Easily build Forms, Surveys or Invitations</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/use-doodle-polls-to-schedule-events-and-make-choices-within-groups/" title="Use Doodle to Make an Online Poll When Planning Group Events (June 19, 2009)">Use Doodle to Make an Online Poll When Planning Group Events</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/atomeet-organise-parties-with-your-friends/" title="Organize Your Party Online with Atomeet (January 3, 2009)">Organize Your Party Online with Atomeet</a> (0)</li>
	<li><a href="http://www.makeuseof.com/tag/6-reasons-to-fire-your-event-planner-use-google-instead/" title="6 Reasons To Fire Your Event Planner &#038; Use Google Instead (January 14, 2009)">6 Reasons To Fire Your Event Planner &#038; Use Google Instead</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/when-is-good-easily-schedule-your-meetings-with-co-workers/" title="When Is Good &#8211; Easily Schedule Your Meetings With Co-Workers (October 23, 2009)">When Is Good &#8211; Easily Schedule Your Meetings With Co-Workers</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/plan-your-next-party-invite-your-guests-with-anyvite/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Printable Checklist : A No-Nonsense Online Checklist Creator</title>
		<link>http://www.makeuseof.com/tag/want-a-no-nonsense-web-editable-printable-checklist/</link>
		<comments>http://www.makeuseof.com/tag/want-a-no-nonsense-web-editable-printable-checklist/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 15:01:04 +0000</pubDate>
		<dc:creator>Karl L. Gechlik</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[checklist]]></category>
		<category><![CDATA[planning tools]]></category>
		<category><![CDATA[printables]]></category>
		<category><![CDATA[to-do]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=11948</guid>
		<description><![CDATA[Yes I know that title is a little long winded but this is such a simple service and it is truly awesome. I personally use my Windows Mobile Touch Pro for all my list making and checking.
I have shown you how to set up two Windows Mobile phones to sync task lists. But what do [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/02/checklisthead1.png" border="0" alt="online checklist creator" width="194" height="193" align="left" />Yes I know that title is a little long winded but this is such a simple service and it is truly awesome. I personally use my Windows Mobile Touch Pro for all my list making and checking.</p>
<p>I have shown you how to <a href="http://www.makeuseof.com/tag/stay-in-sync-with-your-significant-other-using-free-exchange-server/">set up two Windows Mobile phones to sync task lists.</a> But what do you do when you need to print a quick check list? I mean from any web connected machine that can print? Do you open up Word or Excel and start formatting?</p>
<p>That was exactly what &#8220;AskTheAdmin&#8221; used to do until I found a little known site called the <a href="http://printablechecklist.org">Printable Checklist</a> and it is so simple I might have a hard time writing a whole article about it… <strong>Nah!</strong></p>
<p>Enter, a dead-simple to use and extremely useful online checklist creator.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/02/checklist1-thumb.png" border="0" alt="online checklist tool" /></p>
<p>I made my way over to the site and then without any downloading or logging in I was able to create a checklist, modify a list and of course print a list.</p>
<p>By clicking the &#8220;Add item&#8221; button you will get another line that says &#8220;Click to edit&#8221;.</p>
<p>You simply click on the line to get a text box to enter text. Pretty easy and straight forward eh?</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/02/checklist2-thumb.png" border="0" alt="online checklist tool" /></p>
<p>So let’s enter a sample list. I click on the green plus sign next to &#8220;add item&#8221; four times and create my rows. Then I enter my text line by line. I wind up with this little list that I can then tape to my monitor or forehead…</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/02/checklist3-thumb.png" border="0" alt="online checklist" /></p>
<p>Then of course you can print out your list using your browser&#8217;s print command. Then you can use one of those things, I think they call them, pens (?) to check off those boxes!</p>
<p>All kidding aside this is a very handy web application. I for one find it a lot easier to follow a printed list that I can cross out and crumple up than using my phone – especially in the supermarket. Did I mention that I hate the supermarket?</p>
<p>In conclusion – <strong>I love Printable Checklist and I hate the Supermarket. And I’m out <img src='http://www.makeuseof.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </strong></p>
<p>How do you keep up with your lists? Any other online checklist tool we don&#8217;t know about? Let us know in the comments!
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/toodledo-an-online-task-management-app-with-iphone-integration/" title="Toodledo- Online Task Management App with iPhone Integration (September 23, 2009)">Toodledo- Online Task Management App with iPhone Integration</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/milpon-the-only-remember-the-milk-iphone-app-youll-need/" title="Milpon &#8211; The Only Remember The Milk IPhone App You&#8217;ll Need (October 28, 2009)">Milpon &#8211; The Only Remember The Milk IPhone App You&#8217;ll Need</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/icalendar-lite-a-free-transparent-desktop-calendar-for-windows/" title="iCalendar Lite- A Free Transparent Desktop Calendar (Windows) (September 12, 2009)">iCalendar Lite- A Free Transparent Desktop Calendar (Windows)</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/esyplanner-%e2%80%93-manage-your-day-with-this-easy-scheduler-daily-task-manager/" title="esyPlanner – Manage Your Day With This Easy Scheduler &#038; Daily Task Manager (September 12, 2009)">esyPlanner – Manage Your Day With This Easy Scheduler &#038; Daily Task Manager</a> (7)</li>
	<li><a href="http://www.makeuseof.com/tag/create-printable-to-do-lists-to-get-organized-with-idailydiary/" title="Create Printable To Do Lists To Get Organized With iDailyDiary (July 16, 2009)">Create Printable To Do Lists To Get Organized With iDailyDiary</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/want-a-no-nonsense-web-editable-printable-checklist/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Travel The World with Hello Backpacker</title>
		<link>http://www.makeuseof.com/tag/travel-the-world-with-hello-backpacker/</link>
		<comments>http://www.makeuseof.com/tag/travel-the-world-with-hello-backpacker/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 15:01:00 +0000</pubDate>
		<dc:creator>Tina</dc:creator>
				<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[backpacking]]></category>
		<category><![CDATA[planning tools]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[travel tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=11251</guid>
		<description><![CDATA[Last year one of my couch surfers introduced me to what he calls his 5 year plan. At first I wasn&#8217;t impressed because I expected to hear one of those sleep-stimulating narratives of career, family, privately owned home etc.
But it turned out that he had a 5 year travel plan. Now doesn&#8217;t that makes sense? [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/01/backpacker02.png" border="0" alt="travel the world" align="left" />Last year one of my couch surfers introduced me to what he calls his 5 year plan. At first I wasn&#8217;t impressed because I expected to hear one of those sleep-stimulating narratives of career, family, privately owned home etc.</p>
<p>But it turned out that he had a 5 year travel plan. Now doesn&#8217;t that makes sense? I found it hilarious!</p>
<p>So did you already pick your travel destinations for the year 2009? Need some help planning your trip? Want to go backpacking?</p>
<h2><strong><a title="Hello Backpacker" href="http://www.hellobackpacker.com/">Hello Backpacker</a></strong></h2>
<p>You may want to look into the Hello Backpacker website to help you pick your travel destination and plan your world trip.</p>
<p>The site is set up into five different categories &#8211; get inspired, plan your trip, on the road, back home, and discuss. Let me guide you through each of them.</p>
<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/01/backpacker03.png" border="0" alt="plan world trip" hspace="10" vspace="5" align="left" />The <strong>travel videos</strong> contain material from the most famous cities, historical and natural sights. If you have any videos you would like to share you can submit them to the site.</p>
<p>The rest of that section still needs some work as it doesn&#8217;t contain a lot of material, so let&#8217;s move on to the next one because that is where it gets interesting.</p>
<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/01/backpack04.png" border="0" alt="plan your trip" hspace="10" vspace="5" align="left" />In the <strong>backpacker&#8217;s toolbox</strong> you can download a free 99 page PDF file that contains checklists, templates, FAQs and lots of advice to prepare you for your trip. A must have!</p>
<p>In the <strong>crowd recommendations</strong> section you can pick your travel destinations and see where other people who picked those destinations tend to visit.</p>
<p>In the next step you can compare <strong>price levels</strong> between those countries. Or you can go to that section directly and choose from different ways of doing that.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/backpacker04.png" border="0" alt="shopping" /></p>
<p>The <strong>power plugs</strong> section provides information about voltage, frequency and plugs used in different countries. That&#8217;s critical information if you&#8217;re going to carry an electric device that requires recharging.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/backpacker05.png" border="0" alt="on the road" /></p>
<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/01/backpacker06.png" border="0" alt="power adapter" hspace="10" vspace="5" align="left" />On the road you may know some country-specific <strong>gestures</strong> to keep out of trouble. But frankly, there are the same four gestures for every country and either they are using an de-escalated F** U sign or they fail to show the actual one. Very puzzling.</p>
<p>The <strong>currency card</strong> for currency conversions is more helpful, although you can never be sure how up to date it is. The currency converter tool may be better, at least it was already updated in 2009.</p>
<p>The conclusion of this section is the <strong>emergency card</strong> that you can create for yourself. It&#8217;s something you should really carry with you all the time, just in case. The one below is of course just an example. We all know you don&#8217;t call Chuck Norris, Chuck Norris will call you!</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/backpacker07.png" border="0" alt="emergency card" /></p>
<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/01/backpacker08.png" border="0" alt="home sweet home" hspace="10" vspace="5" align="left" />Once you&#8217;re back home you can update your <strong>travel map</strong> with all the places you want to see, don&#8217;t want to see or already have seen.</p>
<p>The <strong>profiling</strong> section is a small test of 10 questions that will tell you what kind of traveler you are. It totally failed me though since all the right answers were lacking and I had to pick the one I found least repellent. I actually don&#8217;t imagine myself shopping in New York and didn&#8217;t drink any latte in London (who can afford that anyways).</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/backpacker10.png" border="0" alt="world map" /></p>
<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/01/backpackers09.png" border="0" alt="discuss" hspace="10" vspace="5" align="left" />This leaves us with the last category.</p>
<p>Check out the <strong>forum</strong> to share your experiences and maybe you have some <strong>blog awards</strong> for the site, so that this section won&#8217;t be so sadly empty?</p>
<p>We have covered other <a title="MakeUseOf Travel" href="http://www.makeuseof.com/tags/travel/">websites useful to travelers</a> in the past, for example:</p>
<p>- <a title="10 Travel Websites" href="http://www.makeuseof.com/tag/10-travel-websites-that-should-be-bookmarked/">10 Travel Websites That Should Be Bookmarked </a> by Aibek<br />
- <a title="5 Hotel Review Sites" href="http://www.makeuseof.com/tag/5-sites-to-help-you-find-the-perfect-hotel/">5 Review Sites To Help You Find The Perfect Hotel</a> by Varun<br />
- <a title="6 Last-Minute Booking Sites" href="http://www.makeuseof.com/tag/want-to-get-away-try-these-last-minute-booking-sites/">6 Useful Last-Minute Booking Sites For Your Next Trip</a> by David<br />
- <a title="6 Flying Sites" href="http://www.makeuseof.com/tag/6-sites-to-make-flying-a-whole-lot-easier/">6 Sites To Make Flying A Whole Lot Easier</a> by David</p>
<p>How do you organize your trips and where will you go this year?</p>
<p><small><strong>Picture credits:</strong> <a title="girl with backpack" rel="nofollow" href="http://www.sxc.hu/profile/barunpatro">barunpatro</a></small>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/share-your-trips-with-everytrail/" title="Share Your Trips With EveryTrail (April 3, 2009)">Share Your Trips With EveryTrail</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-stay-digitally-charged-and-connected-on-the-road/" title="How To Stay Digitally Charged and Connected On The Road (May 22, 2009)">How To Stay Digitally Charged and Connected On The Road</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/create-complete-travel-packing-lists-with-packwhiz/" title="Create A Free Travel Packing Checklist With Packwhiz (June 22, 2009)">Create A Free Travel Packing Checklist With Packwhiz</a> (2)</li>
	<li><a href="http://www.makeuseof.com/tag/online-resources-for-planning-your-next-vacation/" title="Cool Online Resources to Plan Your Next Vacation (March 17, 2009)">Cool Online Resources to Plan Your Next Vacation</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/a-quick-road-trip-planning-guide-for-techno-geeks/" title="A Quick Road Trip Planning Guide For Techno Geeks (August 8, 2009)">A Quick Road Trip Planning Guide For Techno Geeks</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/travel-the-world-with-hello-backpacker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>6 Reasons To Fire Your Event Planner &amp; Use Google Instead</title>
		<link>http://www.makeuseof.com/tag/6-reasons-to-fire-your-event-planner-use-google-instead/</link>
		<comments>http://www.makeuseof.com/tag/6-reasons-to-fire-your-event-planner-use-google-instead/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 21:01:47 +0000</pubDate>
		<dc:creator>James Withers</dc:creator>
				<category><![CDATA[Lists of tools]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[planning tools]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=10529</guid>
		<description><![CDATA[Why spend hundreds of dollars on an event planner when you can use Google for free?
Seriously.  You&#8217;re going to be doing most of the legwork anyway if you&#8217;re planning a party.  Why send out precious invitations printed on smooth matte cardstock paper when you can just give friends a heads-up through email?  It&#8217;s less expensive, [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/01/google1.jpg" border="0" alt="" vspace="10" align="left" />Why spend hundreds of dollars on an <a title="event planner" href="http://www.makeuseof.com/dir/cat/web-services/event-organizing/">event planner</a> when you can use <a title="Google" href="http://www.makeuseof.com/tags/google/">Google</a> for free?</p>
<p>Seriously.  You&#8217;re going to be doing most of the legwork anyway if you&#8217;re planning a party.  Why send out precious invitations printed on smooth matte cardstock paper when you can just give friends a heads-up through email?  It&#8217;s less expensive, and much cooler to anyone with a laptop or iPhone.</p>
<p>So let&#8217;s see how Google can save you a lot of money on your next event.</p>
<h2><strong>Telephone Lookup</strong></h2>
<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/01/phone.jpg" border="0" alt="" vspace="5" align="left" />Whether choosing to hire or fire an event planner, certain research still needs to be done in order to prepare party invitations.</p>
<p>How many of your friends&#8217; addresses do you keep stored in your memory?  Probably not many.  However, calling friends up on a cellphone is as easy as pressing a few buttons.  Why not find their addresses just as easily?  Just type their phone numbers into the <a title="Google search" href="http://www.google.com/help/features.html">Google search</a> box (only numbers, without hyphens), and receive their addresses as search results.  Then, start mailing out your party invitations.</p>
<h2><strong>Google Notebook</strong></h2>
<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/01/notebook.jpg" border="0" alt="" vspace="5" align="left" />Once you locate an address through a Google search, you can save it just as easily by bringing <a href="http://www.google.com/notebook" target="_blank">Google Notebook</a> into play.  This app can be accessed through your <a href="https://www.google.com/accounts" target="_blank">Google account</a>, and the cool thing is that you can download a mini-notebook that can be drawn up at will from the bottom corner of your screen.  Just open it up (without leaving your search page), highlight the address you&#8217;ll be saving, press &#8220;clip&#8221; in <a title="Google Notebook" href="http://www.google.com/googlenotebook/faq.html#whyuse">Google Notebook</a>, and ta-da!  The info is saved.</p>
<p>Plus, you can even search your notebooks just as you would Google itself, to find any clips that you might misplace.</p>
<h2><strong>Google Street View</strong></h2>
<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/01/street.jpg" border="0" alt="" vspace="5" width="443" height="252" align="left" />If you&#8217;re going to make a map to send with your invitations, why not use <a title="Google Maps" href="http://www.makeuseof.com/tag/the-five-best-things-about-google-maps/">Google Maps</a>?  Furthermore, why not just go the full distance and use Google <a title="Street View" href="http://maps.google.com/help/maps/streetview/">Street View</a>?</p>
<p>Just type in your own address on Google Maps, and press the &#8220;street view&#8221; option included in the bubble containing your address.</p>
<p>What you&#8217;ll find is a photo-realistic, interactive map that will give your friends a perfect idea of how to get to your house.  If you choose to send a snailmail invitation, you can use the Street View pic of your residence as a reference; however, if you send your invites out via the internet, you can give your friends a Street View pic that they can manipulate with their mouse.</p>
<h2><strong>Google Bookmarks</strong></h2>
<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/01/bookmark.jpg" border="0" alt="" vspace="5" align="left" />While in the process of party-planning, you&#8217;ll probably get distracted quite often.  As soon as you begin to discover interesting sites on the internet, you&#8217;ve got to go to work or to run an errand.</p>
<p>Don&#8217;t worry.  <a title="Google's Bookmark tool" href="http://www.youtube.com/watch?v=dsCDBhl4b9s&amp;feature=related">Google&#8217;s Bookmark tool</a> will allow you to save whole sites for future reference.  In order to keep your thoughts organized, you can comment on the sites &amp; even add tags to them.</p>
<p>Of course, your bookmarks are searchable.</p>
<h2><strong>Google Calendar</strong></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/calendar.jpg" border="0" alt="" /></p>
<p>Every event planner needs a calendar, and Google&#8217;s got you covered.  <a title="Google Calendar" href="http://www.makeuseof.com/tag/best-of-google-calendar-addons-tips/">Google </a><span><a title="Google Calendar" href="http://www.makeuseof.com/tag/best-of-google-calendar-addons-tips/">Calendar</a> is easy to manipulate:  you can plan far into the future, to the very hour of the day in question.</span></p>
<p>You can even share your calendar with others, and when your friends agree to be at your event they&#8217;ll receive confirmation email reminders in Gmail.</p>
<h2><strong>Google Sites</strong></h2>
<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/01/blogs-give-students-a-broader-audience.jpg" border="0" alt="" vspace="5" width="238" height="179" align="left" />Once you&#8217;ve planned your party and you&#8217;re ready to send the invites, you can do it via Gmail by including a link in your letter to a customized <a title="Google site" href="http://www.google.com/sites/overview.html">Google Site</a>.</p>
<p>This recent app lets you build your own free web pages.  Save your friends the trouble of having to open up attachments in their mail, and simply upload all of your photos, info, &amp; links to your Google site.  Then, send out a carbon copy email to everyone on your invite list, giving them a direct link to the webpage.</p>
<h2><strong>Is Google The Best There Is?</strong></h2>
<p>All of the services described above can be accessed by logging into Google &amp; entering &#8220;My Account&#8221;.  Let us know if you&#8217;re a fan of Google&#8217;s services.  If not, are there other services that you recommend over Google&#8217;s?</p>
<p>A lot of companies seem to be using Google&#8217;s apps as a model, and some are creating software that is even more functional than what Google has to offer.</p>
<p>Feel free to comment about any other apps that are worth looking into.</p>
<p><strong>Photo Credit : <a href="http://www.flickr.com/photos/clevercupcakes/2594848213/" target="_blank" rel="nofollow">CleverCupCakes</a></strong><br />
<strong>Photo Credit : <a href="http://www.flickr.com/photos/aoneill/27718289/" target="_blank" rel="nofollow">Alexander O&#8217;Neill</a></strong><br />
<strong>Photo Credit : <a href="http://www.flickr.com/photos/pittaya/2527035238/" target="_blank" rel="nofollow">Pittaya</a></strong><br />
<strong>Photo Credit : <a href="http://www.flickr.com/photos/brandonweight/2276304240/" target="_blank" rel="nofollow">brandon.weight</a></strong><br />
<strong>Photo Credit : <a href="http://www.flickr.com/photos/derbeth/300105723" target="_blank" rel="nofollow">Derbeth</a></strong><br />
<strong>Photo Credit : <a href="http://www.flickr.com/photos/yandle/351501349" target="_blank" rel="nofollow">Yandle</a></strong><br />
<strong>Photo Credit : <a href="http://www.flickr.com/photos/futureofmath/76115036/in/set-1628138" target="_blank" rel="nofollow">Misterteacher</a></strong>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/use-doodle-polls-to-schedule-events-and-make-choices-within-groups/" title="Use Doodle to Make an Online Poll When Planning Group Events (June 19, 2009)">Use Doodle to Make an Online Poll When Planning Group Events</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/three-free-calendar-applications-for-the-mac/" title="Three Free Desktop Calendar Applications For The Mac (July 30, 2009)">Three Free Desktop Calendar Applications For The Mac</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/the-five-best-things-about-google-maps/" title="The Five Best Things About Google Maps (August 1, 2008)">The Five Best Things About Google Maps</a> (24)</li>
	<li><a href="http://www.makeuseof.com/tag/synchronize-your-google-contacts-calendar-rss-in-thunderbird/" title="Synchronize Your Google Contacts, Calendar &#038; RSS In Thunderbird (September 4, 2009)">Synchronize Your Google Contacts, Calendar &#038; RSS In Thunderbird</a> (17)</li>
	<li><a href="http://www.makeuseof.com/tag/plan-your-next-party-invite-your-guests-with-anyvite/" title="Plan Your Next Party &#038; Invite Your Guests With Anyvite (February 26, 2009)">Plan Your Next Party &#038; Invite Your Guests With Anyvite</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/6-reasons-to-fire-your-event-planner-use-google-instead/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>5 Review Sites To Help You Find The Perfect Hotel</title>
		<link>http://www.makeuseof.com/tag/5-sites-to-help-you-find-the-perfect-hotel/</link>
		<comments>http://www.makeuseof.com/tag/5-sites-to-help-you-find-the-perfect-hotel/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 16:01:37 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[Lists of tools]]></category>
		<category><![CDATA[holiday]]></category>
		<category><![CDATA[hotel reviews]]></category>
		<category><![CDATA[hotels]]></category>
		<category><![CDATA[planning tools]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[travel tips]]></category>
		<category><![CDATA[user reviews]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=6255</guid>
		<description><![CDATA[Here are 5 sites you can refer to the next time you are planning a holiday or a business trip and you need to search for hotels.
Share your videos and you can even make some money!
TravelPost
TravelPost gives you unbiased hotel reviews and ratings as they are written by actual visitors. What&#8217;s more TravelPost has some [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/10/bellagio.jpg" alt="" width="293" height="197" align="left" />Here are 5 sites you can refer to the next time you are planning a holiday or a business trip and you need to search for hotels.</p>
<p>Share your videos and you can even make some money!</p>
<h2><a href="http://www.travelpost.com">TravelPost</a></h2>
<p>TravelPost gives you unbiased hotel reviews and ratings as they are written by actual visitors. What&#8217;s more TravelPost has some information about the traveler as well (like budget and purpose of travel) so that you can compare your needs and the reviewer&#8217;s requirements and decide accordingly if the review is from your perspective.</p>
<p>The coverage is pretty good and the site also offers other functionalities like travel news, searching for deals and other such things.</p>
<p style="text-align: center;"><img class="aligncenter" style="width: 416px; height: 159px;" src="http://www.makeuseof.com/wp-content/uploads/2008/10/review1htl.png" alt="travelpost - unbiased hotel reviews" /></p>
<p style="text-align: center;"><img class="aligncenter" style="width: 407px; height: 317px;" src="http://www.makeuseof.com/wp-content/uploads/2008/10/review2htl.png" alt="review2" /></p>
<h2><a href="http://www.tvtrip.com/">TVtrip</a> and <a href="http://www.trivop.com/home.php">Trivop </a></h2>
<p>TVtrip and Trivop are your videoguides to hotels. If you&#8217;ve ever booked a hotel online, only to get there and find out that the images very cleverly showed only the best parts of the hotel, then check out the videoguides (although videos can be misleading as well). This also eliminates a lot of misinterpretation<br />
caused by either lack of expression on the reviewer&#8217;s part or misinterpretation on your part in case of text reviews.</p>
<p>The basic workings are similar, locate the place you are traveling to on the Google Maps Mashup or use the search functionality, a list of potential hotels will appear, click on one to view further details :</p>
<p style="text-align: center;"><img class="aligncenter" style="width: 557px; height: 369px;" src="http://www.makeuseof.com/wp-content/uploads/2008/10/tvtrip.png" alt="hotel video reviews" /></p>
<p style="text-align: center;"><img class="aligncenter" style="width: 576px; height: 516px;" src="http://www.makeuseof.com/wp-content/uploads/2008/10/tvo1.png" alt="tvotrip" /></p>
<h2><a href="http://www.tripr.tv/">Tripr</a></h2>
<p>Tripr is a videoguide with a difference. Tripr shows you &#8216;real&#8217; video reviews, made from a consumer&#8217;s point of view, because customers can make a video of the place they stayed at and upload it to Tripr. The concept thus gives a first hand customer perspective on the facilities. What&#8217;s more, if you upload a video to Tripr, you can get paid!</p>
<p>When your video results in a booking you will receive a commission for your video! There are some guidelines as to how the video should be shot and what all it should include.</p>
<p style="text-align: center;"><img class="aligncenter" style="width: 548px; height: 356px;" src="http://www.makeuseof.com/wp-content/uploads/2008/10/tripr.png" alt="tripr" /></p>
<h2><a href="http://www.tripadvisor.com/">TripAdvisor</a></h2>
<p>Although an all-in-one-place to get advice on your trip, if it&#8217;s only hotels you are looking for then you won&#8217;t be disappointed at TripAdvisor. It lists the hotels in the city you are looking for. You can then read reviews for the hotels. You can even find lots of information about the destination, restaurants, things to do etc with TripAdvisor.</p>
<p style="text-align: center;"><img class="aligncenter" style="width: 493px; height: 327px;" src="http://www.makeuseof.com/wp-content/uploads/2008/10/traveladvisor.png" alt="travel advisor reviews" /></p>
<p>Do you know of some other sites that offer similar functionalities? Have you used one in the past? Share your experiences and thoughts in the comments.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/online-resources-for-planning-your-next-vacation/" title="Cool Online Resources to Plan Your Next Vacation (March 17, 2009)">Cool Online Resources to Plan Your Next Vacation</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/a-quick-road-trip-planning-guide-for-techno-geeks/" title="A Quick Road Trip Planning Guide For Techno Geeks (August 8, 2009)">A Quick Road Trip Planning Guide For Techno Geeks</a> (3)</li>
	<li><a href="http://www.makeuseof.com/tag/want-to-get-away-try-these-last-minute-booking-sites/" title="6 Useful Last-Minute Booking Sites For Your Next Trip (January 15, 2009)">6 Useful Last-Minute Booking Sites For Your Next Trip</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/travel-the-world-with-hello-backpacker/" title="Travel The World with Hello Backpacker (January 27, 2009)">Travel The World with Hello Backpacker</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/share-your-trips-with-everytrail/" title="Share Your Trips With EveryTrail (April 3, 2009)">Share Your Trips With EveryTrail</a> (8)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/5-sites-to-help-you-find-the-perfect-hotel/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>The Five Best Things About Google Maps</title>
		<link>http://www.makeuseof.com/tag/the-five-best-things-about-google-maps/</link>
		<comments>http://www.makeuseof.com/tag/the-five-best-things-about-google-maps/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 16:01:48 +0000</pubDate>
		<dc:creator>Tina</dc:creator>
				<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[directions]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[planning tools]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=4246</guid>
		<description><![CDATA[

 Google Maps is one of the coolest tools available from Google, and without a doubt it&#8217;s the best, most complete and most detailed world map on the internet. I love it and use it all the time. The satellite shots help with orientation in new territory, public transport stations are listed in my area, [...]]]></description>
			<content:encoded><![CDATA[<table border="0">
<tr>
<td><img src="http://www.makeuseof.com/wp-content/uploads/2008/08/googlemapslogomain.bmp" border="0" alt="" align="left" /> <a title="Google Maps" href="http://maps.google.com">Google Maps</a> is one of the coolest tools available from Google, and without a doubt it&#8217;s the best, most complete and most detailed world map on the internet. I love it and use it all the time. The satellite shots help with orientation in new territory, public transport stations are listed in my area, and when I have to give directions, Google Maps is the place to go.</td>
<td><script type="text/javascript"><!--
digg_url="http://digg.com/software/The_Five_Best_Things_About_Google_Maps";
// --></script><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></td>
</tr>
</table>
<p>So here are the three best things about it &#8230;</p>
<h2>1. Default Location</h2>
<p>When you go to <a title="Google Maps" href="http://maps.google.com">maps.google.com</a> you will most likely see a map of North America. Being in Europe this is not very convenient for me, so I made my hometown my default location.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/07/googlemaps01.png" border="0" alt="" hspace="10" vspace="5" align="left" /> To set a default location at which Google Maps will always start when you open it, simply enter a location and then click &#8220;Make this my default location&#8221; on the left. The location you choose has to be at least a city, but can be as detailed as the exact street address.</p>
<h2>2. My Maps</h2>
<p>With <em>My Maps</em> you can create your own maps, annotate a Google Map, add comments, placemarks, draw directions or just goof around, which I did as you can see below.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/07/googlemaps03.png" border="0" alt="" vspace="5" align="left" /> Within <em>My Maps</em> click on <em>Create new map</em> and you&#8217;ll see four new tools in the top left corner of the map. From left to right: select/edit map features, add a placemark, draw a line, and draw a shape. Whatever you add to your map, it will appear in a small legend on the left, including the title and description you gave your items.</p>
<p>Needless to say you can save and share your maps, edit them anytime, collaborate on a map with others, make your maps public or keep them private.</p>
<p>With the <em>Collaborate</em> option you can invite individuals to edit your map, you can allow them to invite others as well, and you can even let anyone edit your map.</p>
<p>For a direct link click on <em>Link</em> in the top right corner of your map.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/07/googlemaps02.png" border="0" alt="Edit and Share Google Maps" /></p>
<h2>3. Browse Popular Maps</h2>
<p>The popular maps are both useful and fun. The <a title="Distance Measurement Tool" href="http://maps.google.com/ig/directory?ie=UTF8&amp;hl=en&amp;pid=mpl&amp;synd=mpl&amp;num=24&amp;url=http://www.google.com/mapfiles/mapplets/distance/distance.xml&amp;output=html">Distance Measurement Tool</a> for example is incredibly easy to use and easily reveals how far a distance it is from one point to the other, <a title="Place Finder" href="http://maps.google.com/ig/directory?ie=UTF8&amp;hl=en&amp;pid=mpl&amp;synd=mpl&amp;num=24&amp;url=http://wind4wings.googlepages.com/GoogleGeocoderPlugin.xml&amp;output=html">Place Finder</a> translates your location into latitude and longitude or vice versa, <a title="Amtrak Map" href="http://maps.google.com/ig/directory?ie=UTF8&amp;hl=en&amp;pid=mpl&amp;synd=mpl&amp;num=24&amp;url=http://mapmash.googlepages.com/amtrak.xml&amp;output=html">Amtrak</a> has a map with passenger rail connections and stations, another map lists all <a title="Crop Circles" href="http://maps.google.com/ig/directory?ie=UTF8&amp;hl=en&amp;pid=mpl&amp;synd=mpl&amp;num=24&amp;url=http://maps.google.com/maps/gx%3Foutput%3Dghapi%26q%3Dhttp://bbs.keyhole.com/ubb/download.php%3FNumber%3D175202&amp;output=html">Crop Circles</a> sightings, with <a title="Clouds" href="http://maps.google.com/ig/directory?ie=UTF8&amp;hl=en&amp;pid=mpl&amp;synd=mpl&amp;num=24&amp;url=http://www.daylightmap.com/clouds/cloud_mapplet.xml&amp;output=html">Clouds</a> you can view satellite pictures of global cloud cover, and much, much more.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/07/googlemaps04.png" border="0" alt="Distance Measurement Tool" /></p>
<p>Once you return to your maps you can check or uncheck the maps you have added, change settings or edit them (if applicable), and of course delete them.</p>
<h2>4. Get Directions</h2>
<p>It doesn&#8217;t work everywhere, but for most places you&#8217;ll be able to get directions by car. Recently also walking directions went live. Simply right click the map and select &#8220;Directions from here&#8221; at your start point, followed by &#8220;Directions <em>to</em> here&#8221; at your destination. Then choose <em>By car</em> or <em>Walking</em> from the drop-down menu. For the route I chose for my example <em>Walking</em> was not available &#8211; smart thing.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/07/googlemaps05.png" border="0" alt="Get Driving and Walking Directions" /></p>
<p>The coolest thing is that for some routes you can even view images of your trip.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/07/googlemaps06.png" border="0" alt="" /></p>
<h2>5. Google Mashups</h2>
<p>Have a cool idea for a map? Create it, make your own website and become popular, just like these guys&#8230;sort of.</p>
<ul>
<li>At <a title="safe2pee" href="http://safe2pee.org/beta/">safe2pee.org</a> you can find a bathroom in your area (US only).</li>
<li><a title="Antipodes Map" href="http://www.antipodemap.com/">Antipodes Map</a> will find what&#8217;s on the other side of the world. Interestingly Australia isn&#8217;t really down under you, but in the middle of the North Atlantic ocean.</li>
<li>The <a title="HealthMap" href="http://www.healthmap.org/en">HealthMap</a> lists the current global state of infectious diseases.</li>
<li><a title="QClock" href="http://www.qlock.com/time/gmaps?map=1">QClock</a> instantly displays the local time worldwide.</li>
<li>Use <a title="grüvr live music" href="http://gruvr.com/">grüvr</a> to find live music nearby.</li>
</ul>
<p>For more about Google Maps check out Mark&#8217;s post <a title="Mark's Google Maps Post" href="http://www.makeuseof.com/tag/google-maps-rolls-out-spanking-new-features/">Google Maps Rolls Out Spanking New Features</a> from May this year.</p>
<p>What&#8217;s your favorite Google Maps feature? What did I miss?</p>
<p><em>(By) Tina is a regular MUO author. In her offline life she’s a PhD student interested in unraveling signaling events that determine cartilage and bone development.</em>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-download-google-maps-for-offline-use/" title="Take Google Maps Offline &#038; Get Maps You Can Print using Google Maps Buddy (August 3, 2009)">Take Google Maps Offline &#038; Get Maps You Can Print using Google Maps Buddy</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-use-google-maps-on-your-basic-mobile-phone/" title="How To Use Google Maps On Your Basic Mobile Phone (August 4, 2009)">How To Use Google Maps On Your Basic Mobile Phone</a> (18)</li>
	<li><a href="http://www.makeuseof.com/tag/google-maps-adds-gps-to-mobile-phones/" title="Google Maps Adds GPS Tracking To Mobile Phones (December 28, 2008)">Google Maps Adds GPS Tracking To Mobile Phones</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/get-free-411-directory-assistance-with-goog411/" title="Get FREE 411 Directory Assistance with GOOG411 (December 11, 2007)">Get FREE 411 Directory Assistance with GOOG411</a> (27)</li>
	<li><a href="http://www.makeuseof.com/tag/a-quick-road-trip-planning-guide-for-techno-geeks/" title="A Quick Road Trip Planning Guide For Techno Geeks (August 8, 2009)">A Quick Road Trip Planning Guide For Techno Geeks</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/the-five-best-things-about-google-maps/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>10 Travel Websites that should be Bookmarked</title>
		<link>http://www.makeuseof.com/tag/10-travel-websites-that-should-be-bookmarked/</link>
		<comments>http://www.makeuseof.com/tag/10-travel-websites-that-should-be-bookmarked/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 03:40:05 +0000</pubDate>
		<dc:creator>Aibek</dc:creator>
				<category><![CDATA[Lists of tools]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[cheap flights]]></category>
		<category><![CDATA[city guide]]></category>
		<category><![CDATA[flights]]></category>
		<category><![CDATA[planning tools]]></category>
		<category><![CDATA[travel tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/tag/10-travel-websites-that-should-be-bookmarked/</guid>
		<description><![CDATA[Need a public-transport map for international cities that is downloadable to your cell- phone ? Or even perhaps an ATM machine locator anywhere around the world? Or even just a toilet finder for the emergency situation &#8230;.
Here are a bunch of websites that are diverse, interesting and even just quirky for anyone that is planning [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://makeuseof.com/images/cool-travel-websites.jpg" alt="Travel-websites.jpg" align="left" />Need a public-transport map for international cities that is downloadable to your cell- phone ? Or even perhaps an ATM machine locator anywhere around the world? Or even just a toilet finder for the emergency situation &#8230;.</p>
<p>Here are a bunch of websites that are diverse, interesting and even just quirky for anyone that is planning a trip or is simply a travel-addict. </p>
<p><a href="http://nanika.net/Metro/">MetrO</a> &#8211; <strong>Public Transport Guide for your mobile phone</strong></p>
<p>Métro is a free worldwide public transport guide can be used on the web and on most existing smart phones. Download the program for over 250 cities wordlwide and have an easy subway, bus and tram station guide rite on your phone. It lets you calculate travel time, major landmarks (in major cities), shortest distances and of-course travel direction between any stations.</p>
<p>Highlights include:</p>
<ul>
<li>- directions and information to major tourist attractions (in selected cities)</li>
<li>- download maps to your phone for selected cities.</li>
<li>- easy public transport <a href="http://imetro.nanika.net/metro">search function</a> between stops.</li>
<li>- and lots <a href="http://www.makeuseof.com/tag/metro-ultimate-public-transport-guide-for-your-phone">more</a></li>
</ul>
<p>In case you need a printable Metro map for a city you&#8217;re about to visit, also check out <a href="http://www.makeuseof.com/dir/subwaymaps-printable-metro-maps/">SubwayMap</a> in MUO directory.</p>
<p><a href="http://www.tripit.com/">TripIt</a> &#8211; <strong>Travel Itinerary planner</strong></p>
<p>TripIt is a handy itinerary planner for those going on an independent trip. Simply forward your individual booking confirmations, reservation emails etc. TripIt recognizes these emails and creates a master itinerary that puts together all the individual pieces, provides extra information where appropriate (maps, weather information etc), enables the user to add notes and ultimately share and collaborate on this master itinerary with others.</p>
<div align="center"><img src="http://makeuseof.com/dir/images/tripit-travel-planner.jpg" alt="TripIt - Tavel Planner" /></div>
<p>For more details and a review see &#8216;<a href="http://www.makeuseof.com/dir/tripit/">TripIt: Travel Itinerary Planner and Organizer</a>&#8216;</p>
<p><a href="http://visa.via.infonow.net/locator/global/">ATMLocator</a> &#8211; <strong>Global ATM locator</strong></p>
<p>A free service from VISA that lets you instantly locate ATM cash machines in your vicinity. Simply select country and city name, enter pincode (optional) and get address details and map for each ATM. Also access it while on the move from any web-enabled device. Over 170 countries covered.</p>
<div align="center"><img src="http://makeuseof.com/dir/images/atmlocator.JPG" alt="ATM Locator" /></div>
<p><a href="http://www.cryofinders.com/">CyroFinders</a> &#8211; <strong>Real-time worldwide flight arrival and departure information</strong></p>
<p>Get real-time information on flight arrival and departures for all major airports in the world. View airport location on a map, check weather information, <a href="http://www.makeuseof.com/dir/cryofinders/">and more</a>.</p>
<p><a href="http://www.yapta.com/">Yapta</a> &#8211;  <strong>Flight-ticket price tracker</strong></p>
<p>Yapta is neat service that allows users to track the price of the flight-ticket that they want to purchase or have already purchased . For people yet to buy a ticket, Yapta allows you to purchase the ticket when prices drop. If you have already bought a ticket, Yapta still allows you to track and see if prices drop. Many airlines have policies that allow for travelers to get refunds/vouchers (of the price difference) if the price of the ticket that they have purchased drops.</p>
<div align="center"><object width="425" height="373"><param name="movie" value="http://www.youtube.com/v/9mTD2HvJ4No&#038;rel=1&#038;border=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/9mTD2HvJ4No&#038;rel=1&#038;border=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="373"></embed></object></div>
<p>See full features list @ <a href="http://www.makeuseof.com/dir/yapta/">Yapta: Get Refund on Flight Tickets</a></p>
<p><a href="http://airlinemeals.net">AirlineMeals</a> &#8211; <strong>Huge directory of airline meals from around the world</strong></p>
<p>Fascinating user-contributed database of airline meals (over 5000 images of airline meals). Users submit photographs, rate, provide meal details (airline, class of travel, flight details etc) for each meal. Browse meals by airline, peak into crew meals, special meals, meals from the past (1970&#8217;s, 80&#8217;s), behind the scene images, airport lounge meals etc.</p>
<p><a href="http://sleepinginairports.com/">SleepingInAirports</a> &#8211; <strong>Guide for camping overnight or a few hours in an airport</strong></p>
<p>Ever needed to camp overnight in an airport either out of low funds or simply bad flight connections? This is the perfect website for such a situation.  Browse and read through brief overview of the airport along with user-submitted review on safety, facility, photos (where available), etc. A must for solo or women travelers who may have to experience such a situation. I personally have used it a couple of times when I had to camp overnight at airports ranging from Paris- Charles de Gaulle to Hamburg International airport and wanted to make sure that the airport even allows people to camp over.</p>
<div align="center"><img src="http://makeuseof.com/dir/images/sleeping-in-airports.gif" alt="Sleeping in Airports" /></div>
<p><a href="http://www.seatguru.com/">SeatGuru</a> &#8211; <strong>Extensive guide on airplane seating, in-flight amenities etc.</strong></p>
<p>Provides detailed information or a seat map (best to worst seats on the plane), amenities (power chords, bathrooms, tv&#8217;s) for different aircraft models of over 40 different major commercial airlines.  Simply select the airline followed by the aircraft model, and you are provided with general information on the airline (website, frequent flier partners etc) along with a seat map (you get a map of the seating structure of the plane- the best seats, what amenities are available on which seats etc).</p>
<div align="center"><img src="http://makeuseof.com/dir/images/seatguru-flight-amenities.jpg" alt="SeatGuru" /></div>
<p><a href="http://www.thebathroomdiaries.com/search.html">TheBathroomDiaries</a>- <strong>&#8220;Search the globe for a clean bathroom&#8221;</strong></p>
<p>Submit, rate and search through over 12000 bathrooms across the globe, read about the world&#8217;s <a href="http://www.thebathroomdiaries.com/GoldenPlungers.html">best-rated bathrooms</a> etc. It gets even better, you can access the website rite from your cell phone.  For readers based in the US, see <a href="http://www.mizpee.com/">MizPee</a>.</p>
<p>Did we miss something? Let us know in comments. Enjoy!
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/online-resources-for-planning-your-next-vacation/" title="Cool Online Resources to Plan Your Next Vacation (March 17, 2009)">Cool Online Resources to Plan Your Next Vacation</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/6-sites-to-make-flying-a-whole-lot-easier/" title="6 Sites To Make Flying A Whole Lot Easier (January 22, 2009)">6 Sites To Make Flying A Whole Lot Easier</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/travel-the-world-with-hello-backpacker/" title="Travel The World with Hello Backpacker (January 27, 2009)">Travel The World with Hello Backpacker</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/top-5-airline-flight-tracking-websites/" title="Top 5 Airline Flight Tracking Websites (February 11, 2008)">Top 5 Airline Flight Tracking Websites</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/share-your-trips-with-everytrail/" title="Share Your Trips With EveryTrail (April 3, 2009)">Share Your Trips With EveryTrail</a> (8)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/10-travel-websites-that-should-be-bookmarked/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
