<?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>Daniel B. Curran Jr. &#187; Reader Question</title>
	<atom:link href="http://danielcurran.com/category/reader-question/feed/" rel="self" type="application/rss+xml" />
	<link>http://danielcurran.com</link>
	<description>"How To" For People Just Like You!</description>
	<lastBuildDate>Sat, 22 Oct 2011 19:48:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To Create A Reminder Email For Outlook Email From Excel</title>
		<link>http://danielcurran.com/outlook/how-to-create-a-reminder-email-for-outlook-email-from-excel/</link>
		<comments>http://danielcurran.com/outlook/how-to-create-a-reminder-email-for-outlook-email-from-excel/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 22:16:54 +0000</pubDate>
		<dc:creator>Daniel Curran</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Reader Question]]></category>
		<category><![CDATA[Automatic]]></category>
		<category><![CDATA[eMail]]></category>
		<category><![CDATA[Message]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Reminder]]></category>

		<guid isPermaLink="false">http://danielcurran.com/?p=305</guid>
		<description><![CDATA[Do you want Excel to alert you of an approaching due date? Do you want to be able to send an automatic email to a person related to an item in that spreadsheet? Try it this way:]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://danielcurran.com/outlook/how-to-create-a-reminder-email-for-outlook-email-from-excel/"></g:plusone></div><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielcurran.com%2Foutlook%2Fhow-to-create-a-reminder-email-for-outlook-email-from-excel%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fdanielcurran.com_2Foutlook_2Fhow-to-create-a-reminder-email-for-outlook-email-from-excel_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielcurran.com%2Foutlook%2Fhow-to-create-a-reminder-email-for-outlook-email-from-excel%2F&amp;source=DanCurranJr&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>How many times have I been asked this &#8211; let me count the ways . . .</p>
<blockquote><p>How can I set up an excel document with suspense dates and get alerts from Outlook to remind me when they are due?</p>
<p>I built an Excel project management spreadsheet that uses start and end dates to track tasks. One field shows remaining days to complete the task. My question, is there a way to have excel utilize my Outlook to send me an email once a task is within 3 days of completion or past due? (I do not have the funds to license all my staff with Microsoft Project)</p></blockquote>
<p>And a dozen more in the comments of various articles. Here&#8217;s the deal gang, while this sounds like an excellent idea &#8211; automatic Outlook reminders from an Excel spreadsheet &#8211; its not.</p>
<p>If you approach this with VBA code that says &#8220;Send an email to Outlook when . . .&#8221; that &#8220;When&#8221; statement has the potential to really screw some things up. First off, the spreadsheet needs to be open for the code to run. What happens when you go on vacation for two weeks and come back and open the file? What if you just forget to open the actual file because you are relying on an automatic reminder? How many pop-up meail windows are you going to get? How do you know everyone was emailed that needed to be emailed?</p>
<p>This is a case where automation sounds fantastic but in my opinion its really not a good idea.</p>
<p>Soapbox aside . . . Of course I <em>have </em>figured out an alternative for you.</p>
<p>I think the original script for this came from Martin Green over at<a href="www.fontstuff.com " target="_blank"> FontStuff.com</a>, or I found it in a discussion board. Disclaimer: I have modified the script to bend it to my will but I want to give props to whoever wrote the original core script. OK, props given &#8211; lets solve this mystery!</p>
<p><strong>Do you want Excel to alert you of an approaching due date? Do you want to be able to send an automatic email to a person related to an item in that spreadsheet? Try it this way:</strong></p>
<p style="padding-left: 30px;">1. Download this file: <a href="http://danielcurran.com/freeware/Outlook Email from Excel.zip">Outlook eMail from Excel</a>.<em> (17k zip)</em><br />
It is the example we will work from. I am going to show you a few tricks and then leave you to your own devices. Copy the pieces that work for your unique situation, ignore the ones you don&#8217;t need.</p>
<p style="padding-left: 30px;">2. We are going to be working in developer mode so make sure you know how to enable it in Excel. The directions are in <a href="http://danielcurran.com/instructions/insert-a-drop-down-calendar-menu-in-excel-choose-a-date/" target="_blank">this posting</a>.</p>
<p style="padding-left: 30px;">3. Open up the spreadsheet you downloaded and follow along&#8230; Oh, and the spreadsheet has a Macro in it that you have to enable. Its safe, Trust me. I used to work for the Government.</p>
<p>So what are we looking at?</p>
<p><img class="aligncenter size-large wp-image-519" style="border: 1px solid black;" title="excel-outlook1" src="http://danielcurran.com/wp-content/uploads/2009/02/excel-outlook12-1024x394.jpg" alt="excel-outlook1" width="614" height="236" /></p>
<p style="text-align: center;">
<p style="text-align: center;">
<p>These columns can be rearranged anyway you see fit for your unique project. In this example we have people&#8217;s names, an email subject, an imaginary due date, an &#8220;email sent?&#8221; column, the person&#8217;s email address and a custom body message.</p>
<p>Click on any cell in a row to select it and then click the SEND MAIL button at the top of the spreadsheet. I&#8217;ll choose row 6, &#8220;Bill Jones&#8221;, the email generated looks like this:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-523" style="border: 1px solid black;" title="excel-outlook2" src="http://danielcurran.com/wp-content/uploads/2009/02/excel-outlook2.jpg" alt="excel-outlook2" width="433" height="221" /></p>
<p>What happened? The email address was filled, the subject line of the email was filled in and the custom body message was put in the body between two other lines of text.</p>
<p>Light-bulbs going off yet?</p>
<p>Where did those other lines of text in the body come from? A Macro. Let&#8217;s take a look at that macro so you can customize it.</p>
<p>Choose the <strong>DEVELOPER </strong>tab in Excel and click <strong>Macros </strong>(Again, the directions for enabling the Developer tab are in <a href="http://danielcurran.com/instructions/insert-a-drop-down-calendar-menu-in-excel-choose-a-date/" target="_blank">this posting</a>.)</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-524" style="border: 1px solid black;" title="excel-outlook3" src="http://danielcurran.com/wp-content/uploads/2009/02/excel-outlook3.jpg" alt="excel-outlook3" width="436" height="108" /></p>
<p>With the Macro box open select <strong>SendEmail </strong>and <strong>Edit</strong>.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-525" style="border: 1px solid black;" title="excel-outlook4" src="http://danielcurran.com/wp-content/uploads/2009/02/excel-outlook4.jpg" alt="excel-outlook4" width="257" height="105" /></p>
<p>Here is the code that does the magic.</p>
<p>There are 3 lines of code you need to be aware of so you can modify them if need be:</p>
<ol>
<li>Email = Cells(ActiveCell.Row, 10)</li>
<li>Subj = Cells(ActiveCell.Row, 4)</li>
<li>Msg = Msg &amp; &#8220;Dear &#8221; &amp; Cells(ActiveCell.Row, 1) &amp; &#8220;,&#8221; &amp; vbCrLf &amp; vbCrLf &amp; &#8220;Here is some precanned text before the BODY info in the spreadsheet. &#8221; &amp; vbCrLf &amp; vbCrLf &amp; Cells(ActiveCell.Row, 13) &amp; vbCrLf &amp; vbCrLf &amp; &#8221; And here is some more precanned text in the macro AFTER the Body stuff.&#8221;</li>
</ol>
<p>Line 1 says &#8220;<em>Get the email <strong>address </strong>from Row 10 of the active cell</em>.&#8221; This is a little misleading, its actually column 10 or &#8220;J&#8221;.</p>
<p>Line 2? Get the email <strong>subject </strong>from row (column) 4 or &#8220;D&#8221;</p>
<p>And Line 3? Prints &#8220;<strong>Dear</strong>&#8221; and whatever in is column 1 or &#8220;A&#8221;, and then the <strong>precanned text</strong> before and after whatever in in the spreadsheet in column 13 or &#8220;M&#8221;.</p>
<p>If you change around the columns in your spreadsheet, simply change the numbers to correspond to the data&#8217;s new location! You can even add more information in the email from your spreadsheet &#8211; the magic term is &#8220;<em>Cells(ActiveCell.Row, <strong>????</strong>)</em>&#8221;</p>
<p>Not too bad! Not too complicated either.</p>
<p>Now lets take a look at the date information back in the spreadsheet:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-526" style="border: 1px solid black;" title="excel-outlook5" src="http://danielcurran.com/wp-content/uploads/2009/02/excel-outlook5.jpg" alt="excel-outlook5" width="196" height="158" /></p>
<p>In the top right hand corner of the spreadsheet is Today&#8217;s Date, Excel formula being &#8220;<em>=TODAY()</em>&#8221;</p>
<p>The dates in column &#8220;F&#8221; are &#8220;Due Dates&#8221; I entered in manually. Maybe your spreadsheet will calculate these cells from other data you have. The color change is based on a &#8220;Rule&#8221; that is comparing the date we entered to today&#8217;s date. You could just as easily give yourself a heads-up by referencing a date in the future instead of today&#8217;s date &#8220;<em>=Today () +7&#8243;, </em>etc.</p>
<p>Back to the rule:<em><br />
</em></p>
<ol>
<li>Highlight cell F4</li>
<li>Select Conditional Formatting</li>
<li>Select Manage Rules</li>
</ol>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-528" style="border: 1px solid black;" title="excel-outlook6" src="http://danielcurran.com/wp-content/uploads/2009/02/excel-outlook6.jpg" alt="excel-outlook6" width="241" height="318" /></p>
<p>And there is the rule that says &#8220;<em>Blank Cells are just whit</em>e&#8221; and &#8220;<em>If the value of this cell (the date of this cell) is less than or equal to Today&#8217;s Date in R1 &#8211; color me reddish</em>.&#8221;</p>
<p>You know have a visual flag that the item is due or past due and action needs to be taken!  Again, change this to whatever suits your need! Make it red, make it green &#8211; your choice!</p>
<p>The red X in the sent column is just another &#8220;food for thought&#8221; column. A reminder to yourself that you actually acted on the due or overdue item. So let&#8217;s look at this from the beginning on a typical work day:</p>
<ol>
<li>Come in to the office.</li>
<li>Have Coffee</li>
<li>Chit Chat</li>
<li>Check Facebook</li>
<li> Etc.</li>
<li>Open Spreadsheet</li>
<li>Look at the DATE column. Is anything highlighted that doesn&#8217;t have a Sent notification?</li>
<li>Yes? Click a cell in that row and click the SEND EMAIL button.</li>
<li>Send the email</li>
<li>Put an X in the Sent box!</li>
<li>Check Facebook</li>
</ol>
<p>That&#8217;s pretty labor unintensive! Seriously? 3 Steps</p>
<ol>
<li>Look at the DATE column. Is anything highlighted that doesn&#8217;t have a Sent notification?</li>
<li>Yes? Click a cell in that row and click the SEND EMAIL button.</li>
<li>Put an X in the Sent box!</li>
</ol>
<p>I am looking forward to see how all of you will improve upon this simple concept. This has been a hot topic in the comments section. There is no one size fits all solution but I hope that by taking this simplistic approach I save a lot of people a lot of time.</p>
<p>It doesn&#8217;t have to be complicated, and you don&#8217;t need to be a programmer!
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielcurran.com%2Foutlook%2Fhow-to-create-a-reminder-email-for-outlook-email-from-excel%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fdanielcurran.com_2Foutlook_2Fhow-to-create-a-reminder-email-for-outlook-email-from-excel_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielcurran.com%2Foutlook%2Fhow-to-create-a-reminder-email-for-outlook-email-from-excel%2F&amp;source=DanCurranJr&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://danielcurran.com/outlook/how-to-create-a-reminder-email-for-outlook-email-from-excel/"></g:plusone></div><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://danielcurran.com/instructions/setting-up-separate-accounts-multiple-profiles-in-outlook/" rel="bookmark" class="wherego_title">Setting Up Separate Accounts, Multiple Profiles In Outlook</a></li><li><a href="http://danielcurran.com/freeware/a-free-much-faster-alternative-to-adobe-acrobat-reader/" rel="bookmark" class="wherego_title">A Free, MUCH Faster Alternative to Adobe Acrobat Reader</a></li><li><a href="http://danielcurran.com/freeware/how-to-sync-outlook-tasks-with-your-iphone-for-free/" rel="bookmark" class="wherego_title">How To Sync Outlook Tasks With Your iPhone (For Free)</a></li><li><a href="http://danielcurran.com/outlook/how-to-wrap-the-text-of-outlook-calendar-appointments-to-see-meeting-details/" rel="bookmark" class="wherego_title">How To Wrap The Text of Outlook Calendar Appointments To See Meeting Details</a></li><li><a href="http://danielcurran.com/instructions/preview-a-powerpoint-presentation-word-document-excel-spreadsheet-in-outlook-2007/" rel="bookmark" class="wherego_title">Preview a PowerPoint Presentation, Word Document, Excel Spreadsheet In Outlook 2007</a></li><li><a href="http://danielcurran.com/instructions/how-to-use-spell-check-in-an-excel-spreadsheet-or-workbook/" rel="bookmark" class="wherego_title">How To Use Spell Check in an Excel Spreadsheet or Workbook</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/" onclick="pageTracker._trackPageview('/outgoing/ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/?referer=');">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielcurran.com/outlook/how-to-create-a-reminder-email-for-outlook-email-from-excel/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>How To Print An Outlook 2007 Calendar With 15 Minute Increments</title>
		<link>http://danielcurran.com/instructions/how-to-print-an-outlook-2007-calendar-with-15-minute-increments/</link>
		<comments>http://danielcurran.com/instructions/how-to-print-an-outlook-2007-calendar-with-15-minute-increments/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 00:10:37 +0000</pubDate>
		<dc:creator>Daniel Curran</dc:creator>
				<category><![CDATA[Calendar]]></category>
		<category><![CDATA[Instructions]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Reader Question]]></category>
		<category><![CDATA[15]]></category>
		<category><![CDATA[15 Minute]]></category>
		<category><![CDATA[Increment]]></category>
		<category><![CDATA[Schedule]]></category>
		<category><![CDATA[Time]]></category>

		<guid isPermaLink="false">http://danielcurran.com/?p=443</guid>
		<description><![CDATA[For many people the default setting in the Outlook calendar of 30 minutes time increments is not granular enough. For some, a 15 minute schedule is more useful. But the problem people run into with Outlook 2007 is trying to print showing 15 minute increments! Need to print your schedule in 15 minute blocks? I&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://danielcurran.com/instructions/how-to-print-an-outlook-2007-calendar-with-15-minute-increments/"></g:plusone></div><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fhow-to-print-an-outlook-2007-calendar-with-15-minute-increments%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fdanielcurran.com_2Finstructions_2Fhow-to-print-an-outlook-2007-calendar-with-15-minute-increments_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fhow-to-print-an-outlook-2007-calendar-with-15-minute-increments%2F&amp;source=DanCurranJr&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>For many people the default setting in the Outlook calendar of 30 minutes time increments is not granular enough. For some, a 15 minute schedule is more useful. But the problem people run into with Outlook 2007 is trying to print showing 15 minute increments!</p>
<p>Need to print your schedule in 15 minute blocks? I&#8217;ll show you how in less than 2:</p>
<p>First off, lets make sure your Outlook calendar is showing the 15 minute day.</p>
<p>Open your calendar, select <strong>DAY </strong>or <strong>WEEK </strong></p>
<p><strong>Right click</strong> on the time bar to the left like this:</p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-447" style="border: 1px solid black;" title="15-minute-1" src="http://danielcurran.com/wp-content/uploads/2009/01/15-minute-1-229x300.jpg" alt="15-minute-1" width="229" height="300" /></p>
<p style="text-align: left;">Select<strong> 15 Minute</strong> from the menu. Now you can see your daily schedule in the time increment of your choice. OK, lets get to the printing part.</p>
<p style="text-align: left;">In your Outlook Calendar select <strong>FILE </strong>&#8211;&gt; <strong>PRINT </strong>and for the sake of this tutorial we&#8217;ll select a <strong>Daily Style</strong> &#8211; BUT WAIT! We need to <strong>DEFINE STYLES..</strong> So click on <strong>DEFINE STYLES..</strong></p>
<p style="text-align: center;"><strong><img class="aligncenter size-medium wp-image-449" style="border: 1px solid black;" title="15-minute-2" src="http://danielcurran.com/wp-content/uploads/2009/01/15-minute-2-300x216.jpg" alt="15-minute-2" width="300" height="216" /></strong></p>
<p style="text-align: left;">Then, let&#8217;s select <strong>Daily Style</strong> and choose <strong>EDIT </strong>like so:</p>
<p style="text-align: center;"><strong><img class="aligncenter size-medium wp-image-450" style="border: 1px solid black;" title="15-minute-3" src="http://danielcurran.com/wp-content/uploads/2009/01/15-minute-3-300x199.jpg" alt="15-minute-3" width="300" height="199" /></strong></p>
<p style="text-align: left;">And here comes the magic -<em> reduce the time in the <strong>Print From &#8211; Print To</strong> range to 8 hours</em>. For example, 9am to 5pm:</p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-451" style="border: 1px solid black;" title="15-minute-4" src="http://danielcurran.com/wp-content/uploads/2009/01/15-minute-4-300x197.jpg" alt="15-minute-4" width="300" height="197" /></p>
<p style="text-align: left;">That&#8217;s it! That&#8217;s what you have been pulling out your hair over!</p>
<p style="text-align: left;">You can play around with other settings (I like really small fonts in my calendars) to customize the look and feel of your printouts. But just to show it really works, I present to you, an Outlook 15 minute day print preview:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-452" style="border: 1px solid black;" title="15-minute-5" src="http://danielcurran.com/wp-content/uploads/2009/01/15-minute-5.jpg" alt="15-minute-5" width="346" height="375" /></p>
<p style="text-align: left;">Seems I&#8217;m free on the 17th . . .<strong><br />
</strong>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fhow-to-print-an-outlook-2007-calendar-with-15-minute-increments%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fdanielcurran.com_2Finstructions_2Fhow-to-print-an-outlook-2007-calendar-with-15-minute-increments_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fhow-to-print-an-outlook-2007-calendar-with-15-minute-increments%2F&amp;source=DanCurranJr&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://danielcurran.com/instructions/how-to-print-an-outlook-2007-calendar-with-15-minute-increments/"></g:plusone></div><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://danielcurran.com/wordpress/what-to-do-if-you-get-an-error-500-internal-server-error-after-upgrading-wordpress/" rel="bookmark" class="wherego_title">What To Do If You Get An Error 500 &#8211; Internal Server Error After Upgrading WordPress</a></li><li><a href="http://danielcurran.com/freeware/sync-outlook-tasks-between-two-or-more-computers/" rel="bookmark" class="wherego_title">Sync Outlook Tasks Between Two or More Computers</a></li><li><a href="http://danielcurran.com/wordpress/solved-how-to-fix-a-wordpress-captcha-text-font-error/" rel="bookmark" class="wherego_title">SOLVED: How To Fix A WordPress Captcha Text Font Error</a></li><li><a href="http://danielcurran.com/wordpress/firefox-crashes-when-adding-an-image-in-wordpress-solution/" rel="bookmark" class="wherego_title">Firefox Crashes When Adding an Image in WordPress -Solution</a></li><li><a href="http://danielcurran.com/bit-torrent/how-to-automatically-and-anonymously-download-your-favorite-tv-shows/" rel="bookmark" class="wherego_title">How To Automatically and Anonymously Download Your Favorite TV Shows</a></li><li><a href="http://danielcurran.com/outlook/how-to-make-google-calendar-sync-work-with-microsoft-outlook-2010/" rel="bookmark" class="wherego_title">How To Make Google Calendar Sync Work With Microsoft Outlook 2010</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/" onclick="pageTracker._trackPageview('/outgoing/ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/?referer=');">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielcurran.com/instructions/how-to-print-an-outlook-2007-calendar-with-15-minute-increments/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>How To Update Your Twitter Status from Facebook</title>
		<link>http://danielcurran.com/instructions/how-to-update-twitter-from-your-facebook-status/</link>
		<comments>http://danielcurran.com/instructions/how-to-update-twitter-from-your-facebook-status/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 23:17:14 +0000</pubDate>
		<dc:creator>Daniel Curran</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Instructions]]></category>
		<category><![CDATA[Reader Question]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Status]]></category>
		<category><![CDATA[Synchronize]]></category>
		<category><![CDATA[TwitterFeed]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://danielcurran.com/?p=421</guid>
		<description><![CDATA[I have already addressed how to update your Facebook status from Twitter, but in the comments I was asked if you could do the opposite &#8211; update Twitter from Facebook. Yes You can! There is a Facebook application called fb2twitter that will automate the process. The application is not fool-proof but it commands a pretty [...]]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://danielcurran.com/instructions/how-to-update-twitter-from-your-facebook-status/"></g:plusone></div><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fhow-to-update-twitter-from-your-facebook-status%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fdanielcurran.com_2Finstructions_2Fhow-to-update-twitter-from-your-facebook-status_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fhow-to-update-twitter-from-your-facebook-status%2F&amp;source=DanCurranJr&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I have already addressed how to <a href="http://danielcurran.com/instructions/how-to-update-your-facebook-status-with-twitter/" target="_blank">update your Facebook status from Twitter</a>, but in the <a href="http://danielcurran.com/instructions/how-to-update-your-facebook-status-with-twitter/#respond" target="_blank">comments </a>I was asked if you could do the opposite &#8211; update Twitter from Facebook. Yes You can!</p>
<p>There is a Facebook application called <a href="http://www.facebook.com/apps/application.php?id=37869243997" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.facebook.com/apps/application.php?id=37869243997&amp;referer=');">fb2twitter</a> that will automate the process. The application is not fool-proof but it commands a pretty decent user feedback rating. Read up on the user comments if you have any issues.</p>
<p>Here&#8217;s another way to do it:</p>
<p>Log into <a href="http://www.facebook.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.facebook.com?referer=');">Facebook</a>.</p>
<p>Click this link: <a href="http://www.new.facebook.com/minifeed.php?filter=11" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.new.facebook.com/minifeed.php?filter=11&amp;referer=');">http://www.new.facebook.com/minifeed.php?filter=11</a></p>
<p>You should get a page that looks like this:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-423" style="border: 1px solid black;" title="facebook-feed1" src="http://danielcurran.com/wp-content/uploads/2009/01/facebook-feed1.jpg" alt="facebook-feed1" width="392" height="366" /></p>
<p>On the bottom right-hand side you will see <strong>Subscribe to these Stories</strong>:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-424" style="border: 1px solid black;" title="facebook-feed2" src="http://danielcurran.com/wp-content/uploads/2009/01/facebook-feed2.jpg" alt="facebook-feed2" width="200" height="80" /></p>
<p style="text-align: left;">You want to save the address under My Status. That&#8217;s the RSS feed information we are going to give to TwitterFeed. So right click on <strong>My Status</strong> and copy the URL or click <strong>My Status</strong> and save the URL address from your browser.</p>
<p style="text-align: left;">Mine looks like this:</p>
<p style="text-align: left;"><a href="http://www.new.facebook.com/feeds/status.php?id=709745864&amp;viewer=709745864&amp;key=6673382bb3&amp;format=rss20" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.new.facebook.com/feeds/status.php?id=709745864_amp_viewer=709745864_amp_key=6673382bb3_amp_format=rss20&amp;referer=');">http://www.new.facebook.com/feeds/status.php?id=709745864&amp;viewer=709745864&amp;key=6673382bb3&amp;format=rss20 </a></p>
<p>Now head over to <a href="http://www.twitterfeed.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.twitterfeed.com?referer=');">TwitterFeed </a>and create an account or login (I just used my Google account information to sign in.).</p>
<p>Once signed in to TwitterFeed, <strong>create a new feed</strong> and you&#8217;ll get this screen:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-425" style="border: 1px solid black;" title="twitterfeed" src="http://danielcurran.com/wp-content/uploads/2009/01/twitterfeed.jpg" alt="twitterfeed" width="534" height="432" /></p>
<p><strong>Username and Password</strong>? Whatever you use to log into Twitter.</p>
<p><strong>RSS Feed URL</strong>? That&#8217;s the address we got from Facebook.</p>
<p><strong>Update Frequency</strong>? 20 minutes? 60 minutes? How often do you update Facebook?</p>
<p><strong>Prefix </strong>each tweet with? Maybe &#8220;Via Facebook&#8221; or just leave it blank!
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fhow-to-update-twitter-from-your-facebook-status%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fdanielcurran.com_2Finstructions_2Fhow-to-update-twitter-from-your-facebook-status_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fhow-to-update-twitter-from-your-facebook-status%2F&amp;source=DanCurranJr&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://danielcurran.com/instructions/how-to-update-twitter-from-your-facebook-status/"></g:plusone></div><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://danielcurran.com/wordpress/firefox-crashes-when-adding-an-image-in-wordpress-solution/" rel="bookmark" class="wherego_title">Firefox Crashes When Adding an Image in WordPress -Solution</a></li><li><a href="http://danielcurran.com/wordpress/wordpress-error-the-server-xyz-at-magic-requires-a-username-and-password/" rel="bookmark" class="wherego_title">WordPress Error: The server XYZ at Magic Requires a Username and Password.</a></li><li><a href="http://danielcurran.com/outlook/how-to-fix-your-port-settings-if-cannot-send-mail-from-outlook/" rel="bookmark" class="wherego_title">How To Fix Your Port Settings If Cannot Send Mail From Outlook</a></li><li><a href="http://danielcurran.com/bit-torrent/how-to-automatically-and-anonymously-download-your-favorite-tv-shows/" rel="bookmark" class="wherego_title">How To Automatically and Anonymously Download Your Favorite TV Shows</a></li><li><a href="http://danielcurran.com/wordpress/solved-how-to-fix-a-wordpress-captcha-text-font-error/" rel="bookmark" class="wherego_title">SOLVED: How To Fix A WordPress Captcha Text Font Error</a></li><li><a href="http://danielcurran.com/instructions/how-to-create-a-group-in-facebook/" rel="bookmark" class="wherego_title">How To Create Your Own Group in Facebook</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/" onclick="pageTracker._trackPageview('/outgoing/ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/?referer=');">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielcurran.com/instructions/how-to-update-twitter-from-your-facebook-status/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>How To Create Your Own Group in Facebook</title>
		<link>http://danielcurran.com/instructions/how-to-create-a-group-in-facebook/</link>
		<comments>http://danielcurran.com/instructions/how-to-create-a-group-in-facebook/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 18:10:25 +0000</pubDate>
		<dc:creator>Daniel Curran</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Instructions]]></category>
		<category><![CDATA[Reader Question]]></category>
		<category><![CDATA[Group]]></category>
		<category><![CDATA[Groups]]></category>

		<guid isPermaLink="false">http://danielcurran.com/?p=410</guid>
		<description><![CDATA[So you are officially addicted to Facebook and are ready to start your own &#8220;1,000,000 Sigs To Show How Awesome I Am&#8221; group. Several people friends have emailed me asking how they can create their own group in facebook &#8211; I live to serve. Advanced Facebook User? Want the Lightening-Fast Way To Create A Group? [...]]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://danielcurran.com/instructions/how-to-create-a-group-in-facebook/"></g:plusone></div><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fhow-to-create-a-group-in-facebook%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fdanielcurran.com_2Finstructions_2Fhow-to-create-a-group-in-facebook_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fhow-to-create-a-group-in-facebook%2F&amp;source=DanCurranJr&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>So you are officially addicted to Facebook and are ready to start your own &#8220;1,000,000 Sigs To Show How Awesome I Am&#8221; group.</p>
<p>Several <span style="text-decoration: line-through;">people</span> <em>friends </em>have emailed me asking how they can create their own group in facebook &#8211; I live to serve.</p>
<p>Advanced Facebook User? Want the Lightening-Fast Way To Create A Group? Just <a href="http://www.facebook.com/groups/create.php" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.facebook.com/groups/create.php?referer=');">Click Here</a> &#8211; Otherwise:</p>
<ul>
<li>Log in to <a href="http://www.facebook.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.facebook.com?referer=');">facebook</a></li>
<li>In the bottom left-hand corner is the <strong>Applications </strong>button &#8211; click it and select <strong>GROUPS</strong></li>
</ul>
<p>WHAT? You don&#8217;t have the Groups application? Ok, pump those breaks &#8211; let install it.</p>
<ul>
<li>Click the <strong>applications button</strong> and a menu will appear</li>
<li>At the top of the menu select <strong>Find More</strong></li>
<li>There is a <strong>Search </strong>Applications box on the top right &#8211; type <strong>GROUPS </strong>and hit <strong>Enter</strong></li>
<li>You should see Groups come up in the top slot:</li>
</ul>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-411" style="border: 1px solid black;" title="Facebook Groups " src="http://danielcurran.com/wp-content/uploads/2009/01/groups.jpg" alt="Facebook Groups " width="573" height="95" /></p>
<p style="text-align: left;">Click on it and ADD the Application.</p>
<p style="text-align: left;">Ok, back on track now? Were was I . .</p>
<ul>
<li>In the bottom left-hand corner is the <strong>Applications </strong>button &#8211; click it and select <strong>GROUPS</strong></li>
<li>Top right &#8211; <strong>Create A New Group:</strong></li>
</ul>
<p style="text-align: center;"><img class="size-full wp-image-414 aligncenter" title="create-facebook-group" src="http://danielcurran.com/wp-content/uploads/2009/01/create-facebook-group.jpg" alt="create-facebook-group" width="153" height="37" /></p>
<p>And I&#8217;m going to leave you there! Follow the rest of the directions and you&#8217;re on your way to sharing pictures of kittens or masterpieces of Victorian Literature &#8211; whatever it is you fancy &#8211; with like-minded facebookers.<br />
<a href="http://www.facebook.com/groups/create.php" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.facebook.com/groups/create.php?referer=');"></a>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fhow-to-create-a-group-in-facebook%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fdanielcurran.com_2Finstructions_2Fhow-to-create-a-group-in-facebook_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fhow-to-create-a-group-in-facebook%2F&amp;source=DanCurranJr&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://danielcurran.com/instructions/how-to-create-a-group-in-facebook/"></g:plusone></div><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://danielcurran.com/bit-torrent/how-to-automatically-and-anonymously-download-your-favorite-tv-shows/" rel="bookmark" class="wherego_title">How To Automatically and Anonymously Download Your Favorite TV Shows</a></li><li><a href="http://danielcurran.com/wordpress/firefox-crashes-when-adding-an-image-in-wordpress-solution/" rel="bookmark" class="wherego_title">Firefox Crashes When Adding an Image in WordPress -Solution</a></li><li><a href="http://danielcurran.com/instructions/how-to-install-microsoft-date-time-picker-control-60-sp4/" rel="bookmark" class="wherego_title">How to Install Microsoft Date &#038; Time Picker Control 6.0 (SP4)</a></li><li><a href="http://danielcurran.com/photography/how-to-manage-pictures-from-multiple-digital-cameras/" rel="bookmark" class="wherego_title">How To Manage Pictures From Multiple Digital Cameras</a></li><li><a href="http://danielcurran.com/instructions/how-to-update-your-facebook-status-with-twitter/" rel="bookmark" class="wherego_title">How To Update Your Facebook Status With Twitter</a></li><li><a href="http://danielcurran.com/instructions/how-to-update-twitter-from-your-facebook-status/" rel="bookmark" class="wherego_title">How To Update Your Twitter Status from Facebook</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/" onclick="pageTracker._trackPageview('/outgoing/ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/?referer=');">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielcurran.com/instructions/how-to-create-a-group-in-facebook/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>How To Wrap The Text of Outlook Calendar Appointments To See Meeting Details</title>
		<link>http://danielcurran.com/outlook/how-to-wrap-the-text-of-outlook-calendar-appointments-to-see-meeting-details/</link>
		<comments>http://danielcurran.com/outlook/how-to-wrap-the-text-of-outlook-calendar-appointments-to-see-meeting-details/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 22:43:49 +0000</pubDate>
		<dc:creator>Daniel Curran</dc:creator>
				<category><![CDATA[Calendar]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Reader Question]]></category>
		<category><![CDATA[Appointment]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Print]]></category>
		<category><![CDATA[Slipstick]]></category>
		<category><![CDATA[Text]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Wrap]]></category>

		<guid isPermaLink="false">http://danielcurran.com/?p=377</guid>
		<description><![CDATA[I am using Outlook 2007 w/ Windows Vista.  In previous versions, I was able to wrap the text of calendar appointments when printing my calendar so that all meeting details would actually print.  How do I do this in outlook 2007? Or not . . . In Outlook 2007 the printing feature has a lot [...]]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://danielcurran.com/outlook/how-to-wrap-the-text-of-outlook-calendar-appointments-to-see-meeting-details/"></g:plusone></div><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielcurran.com%2Foutlook%2Fhow-to-wrap-the-text-of-outlook-calendar-appointments-to-see-meeting-details%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fdanielcurran.com_2Foutlook_2Fhow-to-wrap-the-text-of-outlook-calendar-appointments-to-see-meeting-details_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielcurran.com%2Foutlook%2Fhow-to-wrap-the-text-of-outlook-calendar-appointments-to-see-meeting-details%2F&amp;source=DanCurranJr&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<blockquote><p>I am using Outlook 2007 w/ Windows Vista.  In previous versions, I was able to wrap the text of calendar appointments when printing my calendar so that all meeting details would actually print.  How do I do this in outlook 2007?</p></blockquote>
<p>Or not . . .</p>
<p>In Outlook 2007 the printing feature has a lot of little quirks that are being discovered &#8211; the <a href="http://office.microsoft.com/en-us/outlook/HA101687211033.aspx" target="_blank" onclick="pageTracker._trackPageview('/outgoing/office.microsoft.com/en-us/outlook/HA101687211033.aspx?referer=');">calendar printing assistant</a> I discussed in another article fixes some of them, but not this problem.</p>
<blockquote><p>The Calendar Printing Assistant for Office Outlook 2007 is an application for people who need an easy way to print and customize their Outlook 2007 calendar information. It puts you in control of the tools you need and helps you plan and create designer-quality output.</p></blockquote>
<p>Slipstick has <a href="http://www.slipstick.com/addins/calendar_print.asp" onclick="pageTracker._trackPageview('/outgoing/www.slipstick.com/addins/calendar_print.asp?referer=');">a list of Outlook tools</a> that may fix the problem. See if one of those addressess your need and if anyone else has a suggestion or an answer, please add a comment!
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielcurran.com%2Foutlook%2Fhow-to-wrap-the-text-of-outlook-calendar-appointments-to-see-meeting-details%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fdanielcurran.com_2Foutlook_2Fhow-to-wrap-the-text-of-outlook-calendar-appointments-to-see-meeting-details_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielcurran.com%2Foutlook%2Fhow-to-wrap-the-text-of-outlook-calendar-appointments-to-see-meeting-details%2F&amp;source=DanCurranJr&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://danielcurran.com/outlook/how-to-wrap-the-text-of-outlook-calendar-appointments-to-see-meeting-details/"></g:plusone></div><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://danielcurran.com/wordpress/firefox-crashes-when-adding-an-image-in-wordpress-solution/" rel="bookmark" class="wherego_title">Firefox Crashes When Adding an Image in WordPress -Solution</a></li><li><a href="http://danielcurran.com/instructions/how-to-show-non-consecutive-days-in-one-outlook-calendar-view/" rel="bookmark" class="wherego_title">How To Show Non-Consecutive Days In One Outlook Calendar View</a></li><li><a href="http://danielcurran.com/instructions/how-to-print-an-outlook-2007-calendar-with-15-minute-increments/" rel="bookmark" class="wherego_title">How To Print An Outlook 2007 Calendar With 15 Minute Increments</a></li><li><a href="http://danielcurran.com/instructions/how-to-add-mms-messaging-to-a-jailbroken-iphone-running-3-0/" rel="bookmark" class="wherego_title">How To Add MMS Messaging to A Jailbroken iPhone Running 3.0</a></li><li><a href="http://danielcurran.com/instructions/how-to-forward-or-email-a-webpage-url-in-google-chrome/" rel="bookmark" class="wherego_title">How to Forward or eMail a Webpage URL in Google Chrome</a></li><li><a href="http://danielcurran.com/instructions/how-to-install-microsoft-date-time-picker-control-60-sp4/" rel="bookmark" class="wherego_title">How to Install Microsoft Date &#038; Time Picker Control 6.0 (SP4)</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/" onclick="pageTracker._trackPageview('/outgoing/ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/?referer=');">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielcurran.com/outlook/how-to-wrap-the-text-of-outlook-calendar-appointments-to-see-meeting-details/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How To Update Your Facebook Status With Twitter</title>
		<link>http://danielcurran.com/instructions/how-to-update-your-facebook-status-with-twitter/</link>
		<comments>http://danielcurran.com/instructions/how-to-update-your-facebook-status-with-twitter/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 22:29:12 +0000</pubDate>
		<dc:creator>Daniel Curran</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Instructions]]></category>
		<category><![CDATA[Reader Question]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Facebook Inc]]></category>
		<category><![CDATA[Human Interest]]></category>
		<category><![CDATA[Online social networking]]></category>
		<category><![CDATA[search box]]></category>
		<category><![CDATA[Social information processing]]></category>
		<category><![CDATA[Status]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[Twitter Inc]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://danielcurran.com/?p=360</guid>
		<description><![CDATA[Would you like to be able to update your facebook status from your favorite Twitter program? Then let&#8217;s do it! The inspiration? Subject: How do I get my tweets from Twitter on Facebook? &#8220;Dear Dan:  I noticed that you can update Facebook by posting on Twitter.  How did you get that to work?  Best, Julie&#8221; [...]]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://danielcurran.com/instructions/how-to-update-your-facebook-status-with-twitter/"></g:plusone></div><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fhow-to-update-your-facebook-status-with-twitter%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fdanielcurran.com_2Finstructions_2Fhow-to-update-your-facebook-status-with-twitter_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fhow-to-update-your-facebook-status-with-twitter%2F&amp;source=DanCurranJr&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Would you like to be able to update your facebook status from your favorite Twitter program? Then let&#8217;s do it!</p>
<p>The inspiration?</p>
<blockquote><p>Subject: How do I get my tweets from Twitter on Facebook?</p>
<p>&#8220;Dear Dan:  I noticed that you can update Facebook by posting on Twitter.  How did you get that to work?  Best, Julie&#8221;</p></blockquote>
<p>Ok Julie, First Step, Log in to your <a href="http://www.facebook.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.facebook.com?referer=');">facebook </a>account.</p>
<p>Then, try <a href="http://www.facebook.com/home.php#/apps/application.php?id=2231777543&amp;ref=s" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.facebook.com/home.php_/apps/application.php?id=2231777543_amp_ref=s&amp;referer=');">this link</a> to take you straight to the twitter application. If it has changed or doesn&#8217;t work, simply do a search from the facebook search box for&#8221; twitter&#8221; and choose the tab that says APPLICATION. You should see the twitter application listed like this:</p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-365" style="border: 1px solid black;" title="twitter11" src="http://danielcurran.com/wp-content/uploads/2008/12/twitter11-300x39.jpg" alt="twitter11" width="300" height="39" /></p>
<p style="text-align: center;">
<p style="text-align: left;">Select VIEW APPLICATION and then from the Twitter application page select GO TO APPLICATION.</p>
<p style="text-align: left;">You will be asked to ALLOW ACCESS, do so!</p>
<p style="text-align: left;">Next, you will be asked to log in to your twitter account. Make it so. . . and you should see this:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-369" style="border: 1px solid black;" title="twitter21" src="http://danielcurran.com/wp-content/uploads/2008/12/twitter21.jpg" alt="twitter21" width="439" height="71" /></p>
<p style="text-align: left;">Select the &#8220;Allow Twitter To Update Your Facebook Status&#8221; and then you have one more screen to go:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-372" style="border: 1px solid black;" title="twitter3" src="http://danielcurran.com/wp-content/uploads/2008/12/twitter3.jpg" alt="twitter3" width="382" height="141" /></p>
<p style="text-align: left;">Allow the Status Update and your done! Twitter away with your favorite Twitter program and when you do, your facebook status will be updated.</p>
<p style="text-align: left;">A good first tweet? How about a link to this tutorial!</p>
<p style="text-align: left;">
<p style="text-align: center;">
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fhow-to-update-your-facebook-status-with-twitter%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fdanielcurran.com_2Finstructions_2Fhow-to-update-your-facebook-status-with-twitter_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fhow-to-update-your-facebook-status-with-twitter%2F&amp;source=DanCurranJr&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://danielcurran.com/instructions/how-to-update-your-facebook-status-with-twitter/"></g:plusone></div><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://danielcurran.com/photography/quickly-reduce-the-file-size-of-an-image-with-microsoft-outlook/" rel="bookmark" class="wherego_title">Quickly Reduce the File Size of an Image with Microsoft Outlook</a></li><li><a href="http://danielcurran.com/wordpress/wordpress-error-the-server-xyz-at-magic-requires-a-username-and-password/" rel="bookmark" class="wherego_title">WordPress Error: The server XYZ at Magic Requires a Username and Password.</a></li><li><a href="http://danielcurran.com/wordpress/firefox-crashes-when-adding-an-image-in-wordpress-solution/" rel="bookmark" class="wherego_title">Firefox Crashes When Adding an Image in WordPress -Solution</a></li><li><a href="http://danielcurran.com/outlook/how-to-fix-your-port-settings-if-cannot-send-mail-from-outlook/" rel="bookmark" class="wherego_title">How To Fix Your Port Settings If Cannot Send Mail From Outlook</a></li><li><a href="http://danielcurran.com/instructions/how-to-update-twitter-from-your-facebook-status/" rel="bookmark" class="wherego_title">How To Update Your Twitter Status from Facebook</a></li><li><a href="http://danielcurran.com/instructions/how-to-update-twitter-with-articles-you-digg-tweet-on-twitter-what-you-dugg-on-digg/" rel="bookmark" class="wherego_title">How To Update Twitter With Articles You Digg &#8211; Tweet on Twitter What You Dugg on Digg.</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/" onclick="pageTracker._trackPageview('/outgoing/ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/?referer=');">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielcurran.com/instructions/how-to-update-your-facebook-status-with-twitter/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Insert a Drop Down Calendar Menu In Excel &#8211; Choose a Date!</title>
		<link>http://danielcurran.com/instructions/insert-a-drop-down-calendar-menu-in-excel-choose-a-date/</link>
		<comments>http://danielcurran.com/instructions/insert-a-drop-down-calendar-menu-in-excel-choose-a-date/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 16:36:18 +0000</pubDate>
		<dc:creator>Daniel Curran</dc:creator>
				<category><![CDATA[Calendar]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Instructions]]></category>
		<category><![CDATA[Reader Question]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[Drop Down]]></category>
		<category><![CDATA[Pull Down]]></category>

		<guid isPermaLink="false">http://danielcurran.com/?p=326</guid>
		<description><![CDATA[So you want to create a drop down calendar in Excel? Apart from sending alerts to Outlook from Excel (working on that article as well) this has been the most requested how-to as of late. For example: Reader Tim Asks: How do I insert a calendar as a way for a user to click on [...]]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://danielcurran.com/instructions/insert-a-drop-down-calendar-menu-in-excel-choose-a-date/"></g:plusone></div><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Finsert-a-drop-down-calendar-menu-in-excel-choose-a-date%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fdanielcurran.com_2Finstructions_2Finsert-a-drop-down-calendar-menu-in-excel-choose-a-date_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Finsert-a-drop-down-calendar-menu-in-excel-choose-a-date%2F&amp;source=DanCurranJr&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>So you want to create a drop down calendar in Excel? Apart from sending alerts to Outlook from Excel (working on that article as well) this has been the most requested how-to as of late. For example:</p>
<p>Reader Tim Asks:</p>
<blockquote><p>How do I insert a calendar as a way for a user to click on the cell have the date box open and choose the date that should be in the cell? Also where do I send the beer?</p></blockquote>
<p>Reader Wayne Asked:</p>
<blockquote><p>I am sure that I saw a pull down menu in a worksheet cell.  I want to have a cell formated so that I can have a pull down menu of a calendar in which to choose the date.</p></blockquote>
<p>This seems like it would be so easy yet when you look around on-line the answers are all full of VBA scripts and custom code.</p>
<p>I assume you just want someone using the spreadsheet to be able to select a cell, have a calendar drop down and then populate the field with whatever date the person chooses. Yes it can be done. Yes it is fairly involved. And yes, I have a workaround.</p>
<p>Would you like the easiest, cheesiest, sleaziest way to do this? Well then watch this:</p>
<p>The first thing you need to do is enable the <strong>Developer Tab</strong> in Excel.</p>
<ol>
<li>Select the <strong>Pearl </strong>or &#8220;<strong>Office Button</strong>&#8221; in Excel. The Pearl is the ball in the top left corner that gives you the option to Print, Save, etc.</li>
<li>With the Pearl menu open select <strong>Excel Options</strong> from the very bottom on the right.</li>
<li>Another menu will open &#8211; Select <strong>Popular</strong></li>
<li>Check the box for &#8220;<strong>Show Developer Tab in the Ribbon</strong>&#8220;</li>
</ol>
<p style="text-align: center;"><a href="http://danielcurran.com/wp-content/uploads/2008/12/developer-tab.jpg" rel="shadowbox[sbpost-326];player=img;" rel="lightbox[326]"><img class="aligncenter size-medium wp-image-328" style="border: 1px solid black;" title="developer-tab" src="http://danielcurran.com/wp-content/uploads/2008/12/developer-tab-300x149.jpg" alt="" width="300" height="149" /></a></p>
<p>Now you have the developer tab with all the controls for forms, xml, code, etc.</p>
<p style="text-align: center;"><a href="http://danielcurran.com/wp-content/uploads/2008/12/developr-tab.jpg" rel="shadowbox[sbpost-326];player=img;" rel="lightbox[326]"><img class="aligncenter size-medium wp-image-334" style="border: 1px solid black;" title="developr-tab" src="http://danielcurran.com/wp-content/uploads/2008/12/developr-tab-300x48.jpg" alt="" width="300" height="48" /></a></p>
<p>Go to the <strong>developer tab</strong> and select <strong>Insert</strong>, followed by the little Pink Floyd-esque <strong>More Controls</strong> icon.</p>
<p style="text-align: center;"><a href="http://danielcurran.com/wp-content/uploads/2008/12/insert-more.jpg" rel="shadowbox[sbpost-326];player=img;" rel="lightbox[326]"><img class="aligncenter size-medium wp-image-329" style="border: 1px solid black;" title="insert-more" src="http://danielcurran.com/wp-content/uploads/2008/12/insert-more.jpg" alt="" width="138" height="206" /></a></p>
<p>Scroll through the list of controls and look what&#8217;s available. There are all sorts of funky add-ins you can use in your spreadsheets! We are looking for the <strong>Microsoft Date and Time Picker Control</strong></p>
<p style="text-align: center;"><a href="http://danielcurran.com/wp-content/uploads/2008/12/date-time-picker.jpg" rel="shadowbox[sbpost-326];player=img;" rel="lightbox[326]"><img class="size-medium wp-image-330 aligncenter" title="date-time-picker" src="http://danielcurran.com/wp-content/uploads/2008/12/date-time-picker-300x279.jpg" alt="" width="300" height="279" /></a></p>
<p>Highlight it and select OK.</p>
<p>Your mouse will turn in to a cross hair &#8211; click and hold, draw a rectangle, release. You now have a date box!</p>
<p>You will also see code in the top akin to &#8220;=EMBED(&#8220;MSComCtl2.DTPicker.2&#8243;,&#8221;")&#8221;</p>
<p>You will also notice that you are in Design Mode because that icon is highlighted. This allows you to play with the settings for the date box you just created.</p>
<p style="text-align: center;"><a href="http://danielcurran.com/wp-content/uploads/2008/12/design-mode.jpg" rel="shadowbox[sbpost-326];player=img;" rel="lightbox[326]"><img class="aligncenter size-medium wp-image-335" style="border: 1px solid black;" title="design-mode" src="http://danielcurran.com/wp-content/uploads/2008/12/design-mode.jpg" alt="" width="295" height="256" /></a></p>
<p>Deselect <strong>Design Mode </strong>and you have a date control! Select the drop down and a calendar appears! Holy Cow that&#8217;s super cool awesome but guess what! It doesn&#8217;t do anything!</p>
<p>You can click it and change the date as much as you want but nothing else is changing in your spreadsheet!</p>
<p>Here is where the genius of my non-code writing laziness pays off. Ready?</p>
<p>What cell do you want the date to change in? Let&#8217;s say C5</p>
<ol>
<li>Ok, In B5 type <strong>SELECT DATE:</strong></li>
<li>In D5 enter the formula <strong>=C5</strong></li>
<li>Still got that calendar control visible like in the image above?</li>
<li>Let&#8217;s go back to <strong>Design Mode</strong> by clicking it. Move the calendar control box up around the C3 area just to move it out of the way.</li>
<li>Right Click in the calendar control and select <strong>Properties</strong>.</li>
<li>A properties menu will open up</li>
<li>Look for the field <strong>Linked Cell</strong> and enter C5 (that&#8217;s where we want the date change to happen)<br />
<a href="http://danielcurran.com/wp-content/uploads/2008/12/properties.jpg" rel="shadowbox[sbpost-326];player=img;" rel="lightbox[326]"><img class="aligncenter size-medium wp-image-338" style="border: 1px solid black;" title="properties" src="http://danielcurran.com/wp-content/uploads/2008/12/properties-285x300.jpg" alt="" width="285" height="300" /></a></li>
<li><em>You might get an error message &#8211; ignore it! </em></li>
<li>Close the <strong>Properties </strong>menu</li>
<li>Deselect <strong>Design Mode</strong></li>
</ol>
<p>Here&#8217;s where it all comes together. .</p>
<ol>
<li>Select the Date Drop down and change the date</li>
<li>You will see Cell C5 change to that date</li>
<li>You will see cell D5 (which =C5) change as well. The D5 was just to ensure that C5 was actually showing a date.</li>
<li>Repeat step 1-3 until you are as giddy as a little girl.</li>
</ol>
<p>Last Question: How do I use this?</p>
<p>Well you can create as many of these drop downs as you like. You can tell each one what cell to update (Linked Cell) and you can move the Date Control right over the top of the field it is updating!  Think about that &#8211; Move the date picker right over the top of the cell it is linked to. Only you know the truth! There is no advanced code, you&#8217;re just hiding the data in C5 under the Date control that is updating or controlling C5! Then do any date calculations you need to do using C5 as the reference!</p>
<p>I told you it was sleazy, cheesy and easy!</p>
<p>I&#8217;ll make it even easier &#8211; here&#8217;s the spreadsheet I used to write this tutorial and take screen shots</p>
<p style="padding-left: 60px;"><a href="http://danielcurran.com/wp-content/uploads/2008/12/excel-date-drop-down-example.xlsx">Excel Drop Down Date Example</a> (12k)</p>
<p>And Tim, You any any other reader can always send the beer to me by clicking beer mug at the top of the page.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Finsert-a-drop-down-calendar-menu-in-excel-choose-a-date%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fdanielcurran.com_2Finstructions_2Finsert-a-drop-down-calendar-menu-in-excel-choose-a-date_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Finsert-a-drop-down-calendar-menu-in-excel-choose-a-date%2F&amp;source=DanCurranJr&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://danielcurran.com/instructions/insert-a-drop-down-calendar-menu-in-excel-choose-a-date/"></g:plusone></div><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://danielcurran.com/instructions/how-to-install-microsoft-date-time-picker-control-60-sp4/" rel="bookmark" class="wherego_title">How to Install Microsoft Date &#038; Time Picker Control 6.0 (SP4)</a></li><li><a href="http://danielcurran.com/outlook/how-to-make-google-calendar-sync-work-with-microsoft-outlook-2010/" rel="bookmark" class="wherego_title">How To Make Google Calendar Sync Work With Microsoft Outlook 2010</a></li><li><a href="http://danielcurran.com/instructions/embedding-an-outlook-calendar-event-in-an-office-document/" rel="bookmark" class="wherego_title">Embedding An Outlook Calendar Event in an Office Document</a></li><li><a href="http://danielcurran.com/instructions/how-to-add-mms-messaging-to-a-jailbroken-iphone-running-3-0/" rel="bookmark" class="wherego_title">How To Add MMS Messaging to A Jailbroken iPhone Running 3.0</a></li><li><a href="http://danielcurran.com/freeware/how-to-print-multiple-outlook-calendars-and-tasks-in-overlay-mode/" rel="bookmark" class="wherego_title">How To Print Multiple Outlook Calendars And Tasks In Overlay Mode</a></li><li><a href="http://danielcurran.com/wordpress/solved-how-to-fix-a-wordpress-captcha-text-font-error/" rel="bookmark" class="wherego_title">SOLVED: How To Fix A WordPress Captcha Text Font Error</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/" onclick="pageTracker._trackPageview('/outgoing/ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/?referer=');">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielcurran.com/instructions/insert-a-drop-down-calendar-menu-in-excel-choose-a-date/feed/</wfw:commentRss>
		<slash:comments>118</slash:comments>
		</item>
		<item>
		<title>Preview a PowerPoint Presentation, Word Document, Excel Spreadsheet In Outlook 2007</title>
		<link>http://danielcurran.com/instructions/preview-a-powerpoint-presentation-word-document-excel-spreadsheet-in-outlook-2007/</link>
		<comments>http://danielcurran.com/instructions/preview-a-powerpoint-presentation-word-document-excel-spreadsheet-in-outlook-2007/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 22:37:39 +0000</pubDate>
		<dc:creator>Daniel Curran</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Instructions]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[Reader Question]]></category>
		<category><![CDATA[Word]]></category>
		<category><![CDATA[Embed]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[Preview]]></category>

		<guid isPermaLink="false">http://danielcurran.com/?p=316</guid>
		<description><![CDATA[Reader D. Rogers Asked: &#8220;Is there a way to embed a powerpoint document in Outlook so that you can actually view the presentation from the body of the email?&#8221; Yes there is! If you are using Outlook 2007 there is a built-in preview function. There are two ways to use it. I personally like to [...]]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://danielcurran.com/instructions/preview-a-powerpoint-presentation-word-document-excel-spreadsheet-in-outlook-2007/"></g:plusone></div><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fpreview-a-powerpoint-presentation-word-document-excel-spreadsheet-in-outlook-2007%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fdanielcurran.com_2Finstructions_2Fpreview-a-powerpoint-presentation-word-document-excel-spreadsheet-in-outlook-2007_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fpreview-a-powerpoint-presentation-word-document-excel-spreadsheet-in-outlook-2007%2F&amp;source=DanCurranJr&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p class="MsoPlainText">Reader D. Rogers <a href="http://danielcurran.com/about/" target="_blank">Asked</a>:</p>
<p class="MsoPlainText">
<blockquote>
<p class="MsoPlainText">&#8220;Is there a way to embed a powerpoint document in Outlook so that you can actually view the presentation from the body of the email?&#8221;</p>
</blockquote>
<p class="MsoPlainText">
<p class="MsoPlainText">Yes there is! If you are using Outlook 2007 there is a built-in preview function. There are two ways to use it.</p>
<p class="MsoPlainText">
<p class="MsoPlainText">I personally like to use the Reading Pane function in Outlook (set to the right) to see the entire body of an email message I have selected. To enable this option open Outlook and select <strong>View </strong>-&gt; <strong>Reading Pane</strong>:</p>
<p class="MsoPlainText">
<p class="MsoPlainText" style="text-align: center;"><a href="http://danielcurran.com/wp-content/uploads/2008/12/preview-option.jpg" rel="shadowbox[sbpost-316];player=img;" rel="lightbox[316]"><img class="aligncenter size-medium wp-image-317" style="border: 1px solid black;" title="preview-option" src="http://danielcurran.com/wp-content/uploads/2008/12/preview-option-300x267.jpg" alt="" width="300" height="267" /></a></p>
<p class="MsoPlainText">
<p class="MsoPlainText">Then, click on an email in your inbox that contains a PowerPoint attachment (or a Word Document or Excel File) and you will see the following warning:</p>
<p class="MsoPlainText">
<p class="MsoPlainText" style="text-align: center;"><a href="http://danielcurran.com/wp-content/uploads/2008/12/preview-file.jpg" rel="shadowbox[sbpost-316];player=img;" rel="lightbox[316]"><img class="aligncenter size-medium wp-image-318" style="border: 1px solid black;" title="preview-file" src="http://danielcurran.com/wp-content/uploads/2008/12/preview-file-300x269.jpg" alt="" width="300" height="269" /></a></p>
<p class="MsoPlainText" style="text-align: center;">
<p class="MsoPlainText" style="text-align: left;">Selecting <strong>Preview File </strong>will start the preview engine and you will see the contents of the attachments right in the the email message itself!</p>
<p class="MsoPlainText" style="text-align: left;">
<p class="MsoPlainText" style="text-align: left;">If you choose not to use the reading pane, you can open any email with a previewable attachment and you will get the same option to preview the file:</p>
<p class="MsoPlainText" style="text-align: left;">
<p class="MsoPlainText" style="text-align: center;"><a href="http://danielcurran.com/wp-content/uploads/2008/12/preview-in-email.jpg" rel="shadowbox[sbpost-316];player=img;" rel="lightbox[316]"><img class="aligncenter size-medium wp-image-319" style="border: 1px solid black;" title="preview-in-email" src="http://danielcurran.com/wp-content/uploads/2008/12/preview-in-email-300x162.jpg" alt="" width="300" height="162" /></a></p>
<p class="MsoPlainText" style="text-align: center;">
<p class="MsoPlainText">Select <strong>Preview File</strong> and and you never have to fire up PowerPoint, Word, Excel, etc &#8211; the contents of the file will be viewed right in the email body!</p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fpreview-a-powerpoint-presentation-word-document-excel-spreadsheet-in-outlook-2007%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fdanielcurran.com_2Finstructions_2Fpreview-a-powerpoint-presentation-word-document-excel-spreadsheet-in-outlook-2007_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fpreview-a-powerpoint-presentation-word-document-excel-spreadsheet-in-outlook-2007%2F&amp;source=DanCurranJr&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://danielcurran.com/instructions/preview-a-powerpoint-presentation-word-document-excel-spreadsheet-in-outlook-2007/"></g:plusone></div><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://danielcurran.com/wordpress/solved-how-to-fix-a-wordpress-captcha-text-font-error/" rel="bookmark" class="wherego_title">SOLVED: How To Fix A WordPress Captcha Text Font Error</a></li><li><a href="http://danielcurran.com/photography/quickly-reduce-the-file-size-of-an-image-with-microsoft-outlook/" rel="bookmark" class="wherego_title">Quickly Reduce the File Size of an Image with Microsoft Outlook</a></li><li><a href="http://danielcurran.com/instructions/how-to-use-spell-check-in-an-excel-spreadsheet-or-workbook/" rel="bookmark" class="wherego_title">How To Use Spell Check in an Excel Spreadsheet or Workbook</a></li><li><a href="http://danielcurran.com/instructions/how-to-print-an-outlook-2007-calendar-with-15-minute-increments/" rel="bookmark" class="wherego_title">How To Print An Outlook 2007 Calendar With 15 Minute Increments</a></li><li><a href="http://danielcurran.com/freeware/how-to-print-multiple-outlook-calendars-and-tasks-in-overlay-mode/" rel="bookmark" class="wherego_title">How To Print Multiple Outlook Calendars And Tasks In Overlay Mode</a></li><li><a href="http://danielcurran.com/outlook/how-to-wrap-the-text-of-outlook-calendar-appointments-to-see-meeting-details/" rel="bookmark" class="wherego_title">How To Wrap The Text of Outlook Calendar Appointments To See Meeting Details</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/" onclick="pageTracker._trackPageview('/outgoing/ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/?referer=');">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielcurran.com/instructions/preview-a-powerpoint-presentation-word-document-excel-spreadsheet-in-outlook-2007/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Can You Show Events from Multiple Oulook Calendars in the To-Do Bar?</title>
		<link>http://danielcurran.com/outlook/can-you-show-events-from-multiple-oulook-calendars-in-the-to-do-bar/</link>
		<comments>http://danielcurran.com/outlook/can-you-show-events-from-multiple-oulook-calendars-in-the-to-do-bar/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 23:57:35 +0000</pubDate>
		<dc:creator>Daniel Curran</dc:creator>
				<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Reader Question]]></category>
		<category><![CDATA[Tasks]]></category>
		<category><![CDATA[Calendar]]></category>
		<category><![CDATA[Customization]]></category>
		<category><![CDATA[To Do]]></category>

		<guid isPermaLink="false">http://danielcurran.com/?p=308</guid>
		<description><![CDATA[Steven sent the following question: This is a problem that apparently no one has been able to come up with a solution for. I have 8 different calendars in outlook that sync with my iPhone and Google calendars. I&#8217;d like to start using outlook and see my calendar in the &#8220;To-Do&#8221; Bar, however, there doesn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://danielcurran.com/outlook/can-you-show-events-from-multiple-oulook-calendars-in-the-to-do-bar/"></g:plusone></div><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielcurran.com%2Foutlook%2Fcan-you-show-events-from-multiple-oulook-calendars-in-the-to-do-bar%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fdanielcurran.com_2Foutlook_2Fcan-you-show-events-from-multiple-oulook-calendars-in-the-to-do-bar_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielcurran.com%2Foutlook%2Fcan-you-show-events-from-multiple-oulook-calendars-in-the-to-do-bar%2F&amp;source=DanCurranJr&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Steven sent the following question:</p>
<blockquote><p>This is a problem that apparently no one has been able to come up with a solution for. I have 8 different calendars in outlook that sync with my iPhone and Google calendars. I&#8217;d like to start using outlook and see my calendar in the &#8220;To-Do&#8221; Bar, however, there doesn&#8217;t appear to be a way to show multiple calendars in this. Can you figure out a solution to this?</p></blockquote>
<p>Sorry Steven, in Outlook 2007 only the main calendar is supported and it can&#8217;t be changed in the current version.</p>
<p>The only work around that comes to mind is to use categories and custom views instead, but with 8 calendars that might not be feasible either.</p>
<p>Anyone believe otherwise or have a solution? Let me know in the <a href="http://danielcurran.com/outlook/can-you-show-events-from-multiple-oulook-calendars-in-the-to-do-bar/#respond">comments</a>!
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielcurran.com%2Foutlook%2Fcan-you-show-events-from-multiple-oulook-calendars-in-the-to-do-bar%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fdanielcurran.com_2Foutlook_2Fcan-you-show-events-from-multiple-oulook-calendars-in-the-to-do-bar_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielcurran.com%2Foutlook%2Fcan-you-show-events-from-multiple-oulook-calendars-in-the-to-do-bar%2F&amp;source=DanCurranJr&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://danielcurran.com/outlook/can-you-show-events-from-multiple-oulook-calendars-in-the-to-do-bar/"></g:plusone></div><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://danielcurran.com/outlook/how-to-fix-your-port-settings-if-cannot-send-mail-from-outlook/" rel="bookmark" class="wherego_title">How To Fix Your Port Settings If Cannot Send Mail From Outlook</a></li><li><a href="http://danielcurran.com/instructions/sync-two-microsoft-outlook-calendars-with-google/" rel="bookmark" class="wherego_title">Sync Two Microsoft Outlook Calendars &#8211;  With Google!</a></li><li><a href="http://danielcurran.com/wordpress/solved-how-to-fix-a-wordpress-captcha-text-font-error/" rel="bookmark" class="wherego_title">SOLVED: How To Fix A WordPress Captcha Text Font Error</a></li><li><a href="http://danielcurran.com/bit-torrent/how-to-automatically-and-anonymously-download-your-favorite-tv-shows/" rel="bookmark" class="wherego_title">How To Automatically and Anonymously Download Your Favorite TV Shows</a></li><li><a href="http://danielcurran.com/freeware/how-to-sync-outlook-tasks-with-your-iphone-for-free/" rel="bookmark" class="wherego_title">How To Sync Outlook Tasks With Your iPhone (For Free)</a></li><li><a href="http://danielcurran.com/freeware/sync-outlook-tasks-between-two-or-more-computers/" rel="bookmark" class="wherego_title">Sync Outlook Tasks Between Two or More Computers</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/" onclick="pageTracker._trackPageview('/outgoing/ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/?referer=');">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielcurran.com/outlook/can-you-show-events-from-multiple-oulook-calendars-in-the-to-do-bar/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Sync Tasks: ToodleDo Free Link vs. the ToDo $10 iPhone Application</title>
		<link>http://danielcurran.com/instructions/sync-tasks-toodledo-free-link-vs-the-todo-10-iphone-application/</link>
		<comments>http://danielcurran.com/instructions/sync-tasks-toodledo-free-link-vs-the-todo-10-iphone-application/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 22:37:57 +0000</pubDate>
		<dc:creator>Daniel Curran</dc:creator>
				<category><![CDATA[DVD]]></category>
		<category><![CDATA[Instructions]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Reader Question]]></category>
		<category><![CDATA[Tasks]]></category>
		<category><![CDATA[Sync]]></category>
		<category><![CDATA[ToDo]]></category>
		<category><![CDATA[ToodleDo]]></category>

		<guid isPermaLink="false">http://danielcurran.com/?p=212</guid>
		<description><![CDATA[Part 4 of the 4 part series! How To Sync Outlook Tasks With Your iPhone, For Free How To Sync Outlook Tasks Between Two or More Computers How To Get Alerts for Tasks on your iPhone Sync Tasks: ToodleDo Free Link vs. the ToDo $10 iPhone Application. Way back in part one I ended up [...]]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://danielcurran.com/instructions/sync-tasks-toodledo-free-link-vs-the-todo-10-iphone-application/"></g:plusone></div><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fsync-tasks-toodledo-free-link-vs-the-todo-10-iphone-application%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fdanielcurran.com_2Finstructions_2Fsync-tasks-toodledo-free-link-vs-the-todo-10-iphone-application_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fsync-tasks-toodledo-free-link-vs-the-todo-10-iphone-application%2F&amp;source=DanCurranJr&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Part 4 of the 4 part series!
<ol>
<li><a href="../instructions/freeware/how-to-sync-outlook-tasks-with-your-iphone-for-free/">How To Sync Outlook Tasks With Your iPhone, For Free</a></li>
<li><a href="../freeware/sync-outlook-tasks-between-two-or-more-computers/">How To Sync Outlook Tasks Between Two or More Computers</a></li>
<li><a href="http://danielcurran.com/instructions/how-to-get-alerts-for-tasks-on-your-iphone/">How To Get Alerts for Tasks on your iPhone</a></li>
<li><strong>Sync Tasks: ToodleDo Free Link vs. the ToDo $10 iPhone Application.</strong></li>
<p><strong></strong></ol>
<p>Way back in part one I ended up the article with:</p>
<blockquote><p>There is also a third party iPhone / iPod touch application that will synchronize with Toodledo and allow you to work offline. This application is called <a href="http://www.appigo.com/todo/index.html" onclick="pageTracker._trackPageview('/outgoing/www.appigo.com/todo/index.html?referer=');">Todo</a> and is available from <a href="http://www.appigo.com/" onclick="pageTracker._trackPageview('/outgoing/www.appigo.com/?referer=');">Appigo</a> on the <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=282778557&amp;mt=8" onclick="pageTracker._trackPageview('/outgoing/phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=282778557_amp_mt=8&amp;referer=');">iTunes App Store</a> for about $10 but to be honest I don’t see the advantage of paying for it.</p></blockquote>
<p>After that, Lonnie77 Wrote:</p>
<blockquote><p>I’ve been using Appigo Todo for a few weeks now and won’t go without it. The huge advantage it has is that I have my tasks everywhere, even in the mountains where I don’t even get cell coverage. Totally worth the $10 to me just for that alone! Another plus is that it’s a lot more zippy, especially compared to the slow edge network in my area.</p></blockquote>
<p>I love it when readers leave comments like that!</p>
<p>So I bought the $10 <a href="http://www.appigo.com/todo/index.html" onclick="pageTracker._trackPageview('/outgoing/www.appigo.com/todo/index.html?referer=');">Todo</a> and ran it side-by-side with ToodleDo&#8217;s  <a href="http://www.toodledo.com/slim/index.php" onclick="pageTracker._trackPageview('/outgoing/www.toodledo.com/slim/index.php?referer=');">iPhone optimized</a> task list. I found that I did indeed like the ability to quickly check my tasks without having to go online. I found myself leaning more and more towards ToDo when another reader emailed me to let me know that <a href="http://www.toodledo.com/index.php?f=1" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.toodledo.com/index.php?f=1&amp;referer=');">ToodleDo</a> had a new horse in the race . . .</p>
<p><a href="http://danielcurran.com/wp-content/uploads/2008/11/toodledo.jpg" rel="shadowbox[sbpost-212];player=img;" rel="lightbox[212]"><img class="alignleft size-medium wp-image-254" style="margin: 4px;" title="toodledo" src="http://danielcurran.com/wp-content/uploads/2008/11/toodledo-143x300.jpg" alt="" width="86" height="180" /></a><a href="http://www.toodledo.com/index.php?f=1" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.toodledo.com/index.php?f=1&amp;referer=');">ToodleDo</a> is now available as a native application on your iPhone. You can use it as a standalone application, or you can have it seamlessly synchronized with Toodledo.com, so you will always have access to your important tasks, even when you don&#8217;t have an internet connection.</p>
<p>It is available from the <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=292755387&amp;mt=8" target="_blank" onclick="pageTracker._trackPageview('/outgoing/phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=292755387_amp_mt=8&amp;referer=');">iTunes Store</a> for only $3.99!</p>
<p>I have now uninstalled the $10 ToDo application, deleted the link to the ToodleDo web application and absolutely love the $4 native ToodleDo application.</p>
<p>Toodledo on the iPhone has most of the same functionality that you get from using the website, and I am amazed by the amount of stuff you can do to your task list from their website. <a href="http://www.toodledo.com/index.php?f=1" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.toodledo.com/index.php?f=1&amp;referer=');">Check it out here</a>.</p>
<p><a href="http://danielcurran.com/wp-content/uploads/2008/11/due-time.jpg" rel="shadowbox[sbpost-212];player=img;" rel="lightbox[212]"><img class="alignright size-medium wp-image-256" style="margin: 5px;" title="due-time" src="http://danielcurran.com/wp-content/uploads/2008/11/due-time-208x300.jpg" alt="" width="125" height="180" /></a>But here is the kicker! I was the first person to document <a href="http://danielcurran.com/instructions/how-to-get-alerts-for-tasks-on-your-iphone/">How To Get Alerts for Tasks on your iPhone</a> and it has been a very popular article. But get this! It is even <em>easier </em>with the <a href="http://www.toodledo.com/index.php?f=1" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.toodledo.com/index.php?f=1&amp;referer=');">ToodleDo</a> software.</p>
<ul>
<li>After you start the program, go to SETTINGS.</li>
<li>Select SYNCHRONIZATION and set it to AUTO SYNC</li>
<li>Then go to FIELDS USED and turn on DUE TIME</li>
</ul>
<p>Now, the chain of events set up in <a href="http://danielcurran.com/instructions/how-to-get-alerts-for-tasks-on-your-iphone/">How To Get Alerts for Tasks on your iPhone</a><a href="../freeware/how-to-get-alerts-for-tasks-on-your-iphone/"></a> are even easier!</p>
<p>I will go back to the <a href="http://danielcurran.com/instructions/how-to-get-alerts-for-tasks-on-your-iphone/">How To Get Alerts for Tasks on your iPhone</a> post and make a reference to this posting because hands-down, this is the best way to go!</p>
<p>Conclusion? <a href="http://www.toodledo.com/index.php?f=1" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.toodledo.com/index.php?f=1&amp;referer=');">ToodleDo</a>, for $3.99 from the <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=292755387&amp;mt=8" target="_blank" onclick="pageTracker._trackPageview('/outgoing/phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=292755387_amp_mt=8&amp;referer=');">iTunes Store</a> &#8211; Go for it!
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fsync-tasks-toodledo-free-link-vs-the-todo-10-iphone-application%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fdanielcurran.com_2Finstructions_2Fsync-tasks-toodledo-free-link-vs-the-todo-10-iphone-application_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fsync-tasks-toodledo-free-link-vs-the-todo-10-iphone-application%2F&amp;source=DanCurranJr&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://danielcurran.com/instructions/sync-tasks-toodledo-free-link-vs-the-todo-10-iphone-application/"></g:plusone></div><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://danielcurran.com/freeware/how-to-copy-an-iso-file-to-a-dvd-for-free/" rel="bookmark" class="wherego_title">How To Copy an ISO File to a DVD</a></li><li><a href="http://danielcurran.com/outlook/viewing-and-working-with-multiple-calendars-as-one-in-outlook/" rel="bookmark" class="wherego_title">Viewing and Working With Multiple Calendars As One in Outlook</a></li><li><a href="http://danielcurran.com/freeware/a-free-alternative-to-winzip-or-winrar-7-zip/" rel="bookmark" class="wherego_title">A Free Alternative to Winzip or WinRar: 7-Zip</a></li><li><a href="http://danielcurran.com/outlook/how-to-fix-your-port-settings-if-cannot-send-mail-from-outlook/" rel="bookmark" class="wherego_title">How To Fix Your Port Settings If Cannot Send Mail From Outlook</a></li><li><a href="http://danielcurran.com/instructions/how-to-add-mms-messaging-to-a-jailbroken-iphone-running-3-0/" rel="bookmark" class="wherego_title">How To Add MMS Messaging to A Jailbroken iPhone Running 3.0</a></li><li><a href="http://danielcurran.com/wordpress/solved-how-to-fix-a-wordpress-captcha-text-font-error/" rel="bookmark" class="wherego_title">SOLVED: How To Fix A WordPress Captcha Text Font Error</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/" onclick="pageTracker._trackPageview('/outgoing/ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/?referer=');">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielcurran.com/instructions/sync-tasks-toodledo-free-link-vs-the-todo-10-iphone-application/feed/</wfw:commentRss>
		<slash:comments>71</slash:comments>
		</item>
	</channel>
</rss>

