<?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/"
	>

<channel>
	<title>AhelioTech Ltd</title>
	<atom:link href="http://www.aheliotech.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aheliotech.com</link>
	<description>A Brighter Future Today!</description>
	<pubDate>Wed, 10 Mar 2010 07:00:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Keep Your Passwords Safe on a Piece of Paper</title>
		<link>http://www.aheliotech.com/keep-your-passwords-safe-on-a-piece-of-paper/</link>
		<comments>http://www.aheliotech.com/keep-your-passwords-safe-on-a-piece-of-paper/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 07:00:39 +0000</pubDate>
		<dc:creator>Eric Hullibarger</dc:creator>
		
		<category><![CDATA[Digital Inspiration]]></category>

		<guid isPermaLink="false">http://www.aheliotech.com/keep-your-passwords-safe-on-a-piece-of-paper/</guid>
		<description><![CDATA[ If you use the same password on multiple websites, your may be in for some trouble. 
Say your password for website badwebsite.com is the same as the password for goodwebsite.com. Now if the website badwebsite.com gets compromised (or the owner is malign to start with), they’ll know your password. Chances are that your username [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" border="0" alt="Important Passwords on Paper" align="right" src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/57cb4_password_on_paper.png" width="214" height="122" /> If you use the same password on multiple websites, your may be in for some trouble. </p>
<p>Say your password for website <em>badwebsite.com</em> is the same as the password for <em>goodwebsite.com</em>. Now if the website <em>badwebsite.com</em> gets compromised (or the owner is malign to start with), they’ll know your password. Chances are that your username is the same (email address) for both websites so the <em>badwebsite.com</em> people can can easily log in to your <em>goodwebsite.com</em> account and impersonate you. </p>
<p>Yeah, there are quite a few reliable <a href="http://www.labnol.org/software/safe-password-manager-tools/6429/" target="_blank">Password Managers</a> that serve as a strong room for your complex passwords but that they require you to install specific software on the computer. What do you do when you want to check your web email on a different computer where you do not have your security tools installed and you do not remember your secure, random, email password?</p>
<p>In addition, I doubt you can memorize all your passwords for each and every website, if they are secure from brute-forcing and unique, that is. </p>
<h2><strong>Write your passwords down on a paper</strong></h2>
<p>What I am trying to solve is to give users a simple way of generating strong passwords unique to every website they visit using just a piece of paper, credit card-sized, that you can carry in your wallet. </p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="password_card" src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/57cb4_password_card.png" width="541" height="179" /></p>
<p>What you need is just a piece that has a unique (per card) combination of secret letters to help you create a unique password for each website. You may use the RAND() function in an Excel spreadsheet to generate unique password cards. </p>
<p>To create a password, take each letter of the website you want to create a password for and then take the corresponding code from the table. For example, if you want to create a password for www.amazon.com, it would be: </p>
<p>1st letter is a –&gt; a (Column 2, Row 1)   <br />2nd letter is m –&gt; jv (Column 7, Row 2)    <br />3rd letter is a -&gt; AN6     <br />4th letter is z -&gt; xs7     <br />5th letter is o –&gt; enb</p>
<p>So the password for your Amazon website becomes <strong>ajvAN6xs7enb</strong>.</p>
<p>You can optionally (make sure you do this with all your passwords) intertwine the generated password with a memorized password – it could the city name where you were born, your childhood hero, name of your favorite author or anything memorable.</p>
<p>For instance, if you were born in Philadelphia, the password for Amazon.com would be ajvAN6xs7enb intertwined with Philadelphia: <strong>PahjviAN6lxs7aenbdelphia</strong>. This would ensure that your identity consists of something you know (Philadelphia) and something you have (the paper password card).</p>
<p>Even if a malicious administrator of website <em>badwebsite.com</em> retrieves your password for that website, they cannot impersonate you on say PayPal or Amazon because you aren’t reusing passwords anymore. </p>
<p>It is a bit cumbersome to use if you had to use it to type in passwords each time, but when used in conjunction with your everyday &quot;<a href="http://www.labnol.org/software/browsers/view-stored-password-firefox-internet-explorer/1906/" target="_blank">remember password</a>&quot; feature found in every browser, you get extra security at the cost of just tiny real state in your wallet.</p>
<p>Security involves trade-offs, in this case is between usability, portability and robustness against collusion or more sophisticated attacks. Arguably though, for a vast majority of people, this is more realistic than carrying an electronic password generator.</p>
<p><em>The writer, </em><a href="http://www.linkedin.com/in/andrestorrubia" target="_blank"><em>Andres Torrubia</em></a><em>, is the co-founder and CEO of </em><a href="http://www.fixr.com/" target="_blank"><em>Fixr</em></a><em>, an eBay like online marketplace for homeowners and contractors.</em></p>
<p>Related: <a title="Measure the strength of your password online" href="http://www.labnol.org/internet/password-strength-meters/12751/">How Strong is your Password ?</a></p>
<p><strong><a href="http://www.labnol.org/software/write-passwords-safely-on-paper/12972/">Keep Your Passwords Safe on a Piece of Paper</a></strong></p>
<p>Originally published at <a href="http://www.labnol.org">Digital Inspiration</a> by <a href="http://www.labnol.org/about/">Amit Agarwal</a>.
<p><a href="http://www.facebook.com/sharer.php?u=http://www.labnol.org/software/write-passwords-safely-on-paper/12972/" target="_blank"><img src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/2975f_fcbk.png" alt="Facebook" width="84" height="32" /></a> &nbsp;&nbsp; <a href="http://twitter.com/home?source=digitalinspiration&amp;status=Keep Your Passwords Safe on a Piece of Paper http://labnol.org/?p=12972 - via @labnol" target="_blank"><img src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/2975f_twtr.png" alt="Twitter" width="81" height="32" /></a> &nbsp;&nbsp; <a href="http://www.labnol.org"><img src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/2975f_di-mobile.png" vspace="5" width="161" height="23" alt="Technology Blog" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aheliotech.com/keep-your-passwords-safe-on-a-piece-of-paper/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Make Your Own Laptop Bag with a Hoodie</title>
		<link>http://www.aheliotech.com/make-your-own-laptop-bag-with-a-hoodie/</link>
		<comments>http://www.aheliotech.com/make-your-own-laptop-bag-with-a-hoodie/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 07:00:37 +0000</pubDate>
		<dc:creator>Eric Hullibarger</dc:creator>
		
		<category><![CDATA[Digital Inspiration]]></category>

		<guid isPermaLink="false">http://www.aheliotech.com/make-your-own-laptop-bag-with-a-hoodie/</guid>
		<description><![CDATA[
Got a jacket with a hood? Then watch this video as it explains how you can quickly turn your hooded jacket into a laptop carrying bag.
   
The video is part of the Just Undo It series by Antonio Scarponi that shows how you can transform a simple hoodie into useful stuff like a [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="Laptop Bag" src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/b449d_laptop-bag.jpg" /></p>
<p>Got a <a title="Hoodie Jacket" href="http://img.labnol.org/di/hooded-jacket.jpg" rel="lightbox" target="_blank">jacket with a hood</a>? Then watch this video as it explains how you can quickly turn your hooded jacket into a laptop carrying bag.</p>
<p><!-- Smart Youtube --><span></span>   </p>
<p>The video is part of the <a href="http://www.conceptualdevices.com/2010/03/just-undo-it/">Just Undo It</a> series by Antonio Scarponi that shows how you can transform a simple hoodie into useful stuff like a pillow, a backpack or even a baby carrier. More videos follow:</p>
<p><!-- Smart Youtube --><span></span></p>
<p>Thanks <a href="http://www.swiss-miss.com/" target="_blank"><em>Swiss Miss</em></a> for the tip. </p>
<p><strong><a href="http://www.labnol.org/home/make-laptop-bag-with-jacket/12996/">Make Your Own Laptop Bag with a Hoodie</a></strong></p>
<p>Originally published at <a href="http://www.labnol.org">Digital Inspiration</a> by <a href="http://www.labnol.org/about/">Amit Agarwal</a>.
<p><a href="http://www.facebook.com/sharer.php?u=http://www.labnol.org/home/make-laptop-bag-with-jacket/12996/" target="_blank"><img src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/38254_fcbk.png" alt="Facebook" width="84" height="32" /></a> &nbsp;&nbsp; <a href="http://twitter.com/home?source=digitalinspiration&amp;status=Make Your Own Laptop Bag with a Hoodie http://labnol.org/?p=12996 - via @labnol" target="_blank"><img src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/38254_twtr.png" alt="Twitter" width="81" height="32" /></a> &nbsp;&nbsp; <a href="http://www.labnol.org"><img src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/2aa0a_di-mobile.png" vspace="5" width="161" height="23" alt="Technology Blog" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aheliotech.com/make-your-own-laptop-bag-with-a-hoodie/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Announcing Winners of the Intel Tips Contest</title>
		<link>http://www.aheliotech.com/announcing-winners-of-the-intel-tips-contest/</link>
		<comments>http://www.aheliotech.com/announcing-winners-of-the-intel-tips-contest/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 07:00:30 +0000</pubDate>
		<dc:creator>Eric Hullibarger</dc:creator>
		
		<category><![CDATA[Digital Inspiration]]></category>

		<guid isPermaLink="false">http://www.aheliotech.com/announcing-winners-of-the-intel-tips-contest/</guid>
		<description><![CDATA[Thank you all for participating in the Intel Contest. The winners are:
Week 1: Eeshan Chatterjee from Manipal, Karnataka 
Week 2: Viren Mehta from Mumbai, Maharashtra
Week 3: Namita Guj from Navi Mumbai, Maharashtra
Week 4: Sidharth Bhan from Bangalore, Karnataka
Grand Prize: Namita Guj from Navi Mumbai, Maharashtra
The weekly winners will receive a Sony digital music player each [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="Laptop with Intel Core i5 Processor" align="right" src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/3dc5e_intellaptop.jpg" width="100" height="92" />Thank you all for participating in the <a href="http://www.labnol.org/internet/intel-contest/12642/">Intel Contest</a>. The winners are:</p>
<p><strong>Week 1</strong>: Eeshan Chatterjee from Manipal, Karnataka </p>
<p><strong>Week 2</strong>: Viren Mehta from Mumbai, Maharashtra</p>
<p><strong>Week 3</strong>: Namita Guj from Navi Mumbai, Maharashtra</p>
<p><strong>Week 4</strong>: Sidharth Bhan from Bangalore, Karnataka</p>
<p><strong>Grand Prize</strong>: Namita Guj from Navi Mumbai, Maharashtra</p>
<p>The weekly winners will receive a Sony digital music player each while the grand winner will get a Core i5 powered Laptop computer from Intel India.</p>
<p>Congratulations! Please send me your complete postal addresses (with phone number) so that the prizes can be delivered to your place.</p>
<p>I do plan to publish some of the entries on this blog so stay tuned!</p>
<p><strong><a href="http://www.labnol.org/home/intel-contest-winners/12990/">Announcing Winners of the Intel Tips Contest</a></strong></p>
<p>Originally published at <a href="http://www.labnol.org">Digital Inspiration</a> by <a href="http://www.labnol.org/about/">Amit Agarwal</a>.
<p><a href="http://www.facebook.com/sharer.php?u=http://www.labnol.org/home/intel-contest-winners/12990/" target="_blank"><img src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/3dc5e_fcbk.png" alt="Facebook" width="84" height="32" /></a> &nbsp;&nbsp; <a href="http://twitter.com/home?source=digitalinspiration&amp;status=Announcing Winners of the Intel Tips Contest http://labnol.org/?p=12990 - via @labnol" target="_blank"><img src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/63692_twtr.png" alt="Twitter" width="81" height="32" /></a> &nbsp;&nbsp; <a href="http://www.labnol.org"><img src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/63692_di-mobile.png" vspace="5" width="161" height="23" alt="Technology Blog" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aheliotech.com/announcing-winners-of-the-intel-tips-contest/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Short Documentary on Google</title>
		<link>http://www.aheliotech.com/a-short-documentary-on-google/</link>
		<comments>http://www.aheliotech.com/a-short-documentary-on-google/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 07:00:29 +0000</pubDate>
		<dc:creator>Eric Hullibarger</dc:creator>
		
		<category><![CDATA[Digital Inspiration]]></category>

		<guid isPermaLink="false">http://www.aheliotech.com/a-short-documentary-on-google/</guid>
		<description><![CDATA[We think of Google as a search engine but they are an advertising company. This short documentary on Google will give you a good idea of what Google is trying to do and how the different pieces fit together. 
They want to own the cables that deliver the Internet and also the electricity to power [...]]]></description>
			<content:encoded><![CDATA[<p><p>We think of Google as a search engine but they are an advertising company. This short documentary on Google will give you a good idea of what Google is trying to do and how the different pieces fit together. </p>
<blockquote><p>They want to own the cables that deliver the Internet and also the electricity to power them.</p>
</blockquote>
<p>Not every number or statistic that you see in the movie may be true but it is still a good recap of Google’s constantly growing list of products and features. The movie originally aired on Australian TV show &#8211; Hungary Beast. </p>
<p>Thanks <a href="http://infosthetics.com/archives/2010/03/accusing_googles_business_practice_through_infographic_movies.html"><em>Andrew Vande Moere</em></a> for the tip.</p>
<p>Also see: <a href="http://labnol.blogspot.com/2007/03/best-film-ever-made-about-google.html">Google’s Master Plan</a></p>
<p><strong><a href="http://www.labnol.org/internet/google-documentary/12989/">A Short Documentary on Google</a></strong></p>
<p>Originally published at <a href="http://www.labnol.org">Digital Inspiration</a> by <a href="http://www.labnol.org/about/">Amit Agarwal</a>.
<p><a href="http://www.facebook.com/sharer.php?u=http://www.labnol.org/internet/google-documentary/12989/" target="_blank"><img src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/b8b47_fcbk.png" alt="Facebook" width="84" height="32" /></a> &nbsp;&nbsp; <a href="http://twitter.com/home?source=digitalinspiration&amp;status=A Short Documentary on Google http://labnol.org/?p=12989 - via @labnol" target="_blank"><img src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/b8b47_twtr.png" alt="Twitter" width="81" height="32" /></a> &nbsp;&nbsp; <a href="http://www.labnol.org"><img src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/3dc5e_di-mobile.png" vspace="5" width="161" height="23" alt="Technology Blog" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aheliotech.com/a-short-documentary-on-google/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Turn your Images into Spreadsheet Art</title>
		<link>http://www.aheliotech.com/turn-your-images-into-spreadsheet-art/</link>
		<comments>http://www.aheliotech.com/turn-your-images-into-spreadsheet-art/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 07:00:28 +0000</pubDate>
		<dc:creator>Eric Hullibarger</dc:creator>
		
		<category><![CDATA[Digital Inspiration]]></category>

		<guid isPermaLink="false">http://www.aheliotech.com/turn-your-images-into-spreadsheet-art/</guid>
		<description><![CDATA[This time-lapse video captures how the Google Docs team turned an online spreadsheet into sort of a painting canvas by filling individual cells of the sheet with different colors simultaneously.

It might have take them several days to plan and draw the whole thing but luckily, you get to enjoy the process in under 60 seconds.
How [...]]]></description>
			<content:encoded><![CDATA[<p>This time-lapse video captures how the Google Docs team turned an <a href="http://spreadsheets.google.com/ccc?key=0AveB4CyIeYEkdGRtbW9pYVhNU2VBZnZzeGV5eHhreEE&amp;hl=en">online spreadsheet</a> into sort of a painting canvas by filling individual cells of the sheet with different colors simultaneously.</p>
<p><!-- Smart Youtube --><span></span></p>
<p>It might have take them <a href="http://www.google.com/google-d-s/holiday08_bts.html">several days</a> to plan and draw the whole thing but luckily, you get to enjoy the process in under 60 seconds.</p>
<h2>How to Paint in an Excel Spreadsheet?</h2>
<p>If you want to create your own <a title="How to Create Art with Microsoft Excel" href="http://www.labnol.org/software/spreadsheet-art-painting-with-excel/6074/">spreadsheet art</a> but don’t have the time (or patience) to carefully paint every single square cell manually, here’s a nice shortcut.</p>
<p>Go to <a href="http://www.boydevlin.com/excelart.htm">boydevlin.com</a> and download their free Excel Art program. It’s a standalone utility that will convert any bitmap image into a spreadsheet that you then open in Microsoft Excel or even Google Docs. You don’t need Excel to use Excel art.</p>
<p><img style="display: inline; border-width: 0px;" src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/52f5d_excel_mosaic.png" border="0" alt="Excel Spreadsheet Mosaic" width="540" height="408" /></p>
<p><strong>Excel as a Pixel Drawing Tool</strong></p>
<p>For instance, here’re pixel portraits of painter <a href="http://spreadsheets.google.com/ccc?key=0AveB4CyIeYEkdEZVbFQ2UjY1a2g0cnBjMnFqUDdPalE&amp;hl=en">Vincent van Gogh</a> (Google Docs) and <a title="Mona Lisa" rel="lightbox" href="http://farm3.static.flickr.com/2740/4419418931_b9b2bbfbc8_o.png" target="_blank">Mona Lisa</a> all created with Excel Art. The conversion might appear a little pixelated from close but its beautiful nonetheless.</p>
<p>Thanks <em>Richard Devlin</em> for the tip.</p>
<p><strong><a href="http://www.labnol.org/software/turn-images-into-pixel-art/12978/">Turn your Images into Spreadsheet Art</a></strong></p>
<p>Originally published at <a href="http://www.labnol.org">Digital Inspiration</a> by <a href="http://www.labnol.org/about/">Amit Agarwal</a>.
<p><a href="http://www.facebook.com/sharer.php?u=http://www.labnol.org/software/turn-images-into-pixel-art/12978/" target="_blank"><img src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/52f5d_fcbk.png" alt="Facebook" width="84" height="32" /></a> &nbsp;&nbsp; <a href="http://twitter.com/home?source=digitalinspiration&amp;status=Turn your Images into Spreadsheet Art http://labnol.org/?p=12978 - via @labnol" target="_blank"><img src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/b8b47_twtr.png" alt="Twitter" width="81" height="32" /></a> &nbsp;&nbsp; <a href="http://www.labnol.org"><img src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/b8b47_di-mobile.png" vspace="5" width="161" height="23" alt="Technology Blog" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aheliotech.com/turn-your-images-into-spreadsheet-art/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Manage Google Docs from Microsoft Outlook</title>
		<link>http://www.aheliotech.com/manage-google-docs-from-microsoft-outlook/</link>
		<comments>http://www.aheliotech.com/manage-google-docs-from-microsoft-outlook/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 07:00:26 +0000</pubDate>
		<dc:creator>Eric Hullibarger</dc:creator>
		
		<category><![CDATA[Digital Inspiration]]></category>

		<guid isPermaLink="false">http://www.aheliotech.com/manage-google-docs-from-microsoft-outlook/</guid>
		<description><![CDATA[If you spend most of your day inside Microsoft Outlook and also use Google Docs for storing documents and other files online, here’s a free Outlook plug-in that will let you manage your Google Docs account right from your favorite email client.
The plug-in, called Harmony for Google Docs, adds a sidebar to your Outlook so [...]]]></description>
			<content:encoded><![CDATA[<p>If you spend most of your day inside Microsoft Outlook and also use Google Docs for storing documents and other files online, here’s a free Outlook plug-in that will let you manage your Google Docs account right from your favorite email client.</p>
<p>The plug-in, called Harmony for Google Docs, adds a sidebar to your Outlook so you can access your online documents from virtually any Outlook screen. </p>
<p>When you send an email message that contains attachments, Harmony will ask if you want to upload the attachments to Google Docs and instead send links of the uploaded files to the recipient. </p>
<p><a title="Find Google Docs by Title or Document Text" href="http://img.labnol.org/di/find_documents.png" rel="lightbox"><img border="0" alt="Find Google Documents" src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/0cdec_find_documents_thumb.png" width="146" height="152" /></a> <a title="Google Docs File Manager inside Outlook" href="http://img.labnol.org/di/arrange_documents.png" rel="lightbox"><img border="0" alt="Start or Delete Documents" src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/0cdec_arrange_documents_thumb.png" width="162" height="152" /></a> <a title="Download Google Documents to the Desktop" href="http://img.labnol.org/di/downloaddocuments.png" rel="lightbox"><img border="0" alt="Download Google Documents" src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/802ca_downloaddocuments_thumb.png" width="218" height="152" /></a></p>
<p> <strong>Upload &amp; Download Google Documents using Outlook</strong></p>
<p>There’s more. You can drag-n-drop files from the desktop into Outlook sidebar and they’ll immediately get uploaded to your Google Docs account. If you are reading an email inside Outlook, you can drag the file attachments from that email into the sidebar and they’ll be uploaded as well.</p>
<p>Alternatively, if you want to download one or more Google Documents from the cloud to your local computer, just drag the files from the Outlook sidebar to your desktop. It can’t get easier than this.</p>
</p>
<p>Harmony will add a Google Docs search function to your Outlook so you easily can find documents that are already in your Google Account and attach them directly to your email messages. Harmony can find documents based on the title or it can even for text inside the documents.</p>
<p>Double-click any document name in the sidebar and you’ll be able to edit it right inside Outlook – when you are done, the changes are saved online.</p>
<p>Harmony currently supports Outlook 2007 though they plan to add support for Outlook 2003 and Outlook 2010 as well.</p>
<p>Go to <a href="http://harmony.mainsoft.com/">mainsoft.com</a> to download Harmony for Google Docs for free. Do check the homepage video to understand how the plug-in can be a great time-saver for employees who have to work on Office documents collaboratively. Thanks <a href="http://techcrunch.com/2010/03/09/mainsofts-harmony-brings-google-docs-to-microsoft-outlook/">Leena Rao</a>.</p>
<p>Related story: <a href="http://www.labnol.org/software/open-google-docs-in-microsoft-office/8696/">Edit Google Docs in Microsoft Office</a></p>
<p><strong><a href="http://www.labnol.org/software/manage-google-docs-with-outlook/12980/">Manage Google Docs from Microsoft Outlook</a></strong></p>
<p>Originally published at <a href="http://www.labnol.org">Digital Inspiration</a> by <a href="http://www.labnol.org/about/">Amit Agarwal</a>.
<p><a href="http://www.facebook.com/sharer.php?u=http://www.labnol.org/software/manage-google-docs-with-outlook/12980/" target="_blank"><img src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/802ca_fcbk.png" alt="Facebook" width="84" height="32" /></a> &nbsp;&nbsp; <a href="http://twitter.com/home?source=digitalinspiration&amp;status=Manage Google Docs from Microsoft Outlook http://labnol.org/?p=12980 - via @labnol" target="_blank"><img src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/ae3da_twtr.png" alt="Twitter" width="81" height="32" /></a> &nbsp;&nbsp; <a href="http://www.labnol.org"><img src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/ae3da_di-mobile.png" vspace="5" width="161" height="23" alt="Technology Blog" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aheliotech.com/manage-google-docs-from-microsoft-outlook/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Export Email Addresses of all your Facebook Friends</title>
		<link>http://www.aheliotech.com/how-to-export-email-addresses-of-all-your-facebook-friends/</link>
		<comments>http://www.aheliotech.com/how-to-export-email-addresses-of-all-your-facebook-friends/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 07:00:23 +0000</pubDate>
		<dc:creator>Eric Hullibarger</dc:creator>
		
		<category><![CDATA[Digital Inspiration]]></category>

		<guid isPermaLink="false">http://www.aheliotech.com/how-to-export-email-addresses-of-all-your-facebook-friends/</guid>
		<description><![CDATA[Search the Facebook Apps directory for something like “export contacts” and you’ll come across quite a few applications that sound as if they can transfer your friends contact information out of Facebook.
There’s an app called “Export Friends” that will save you friends names, city, birthday and their current location in a CSV (text) file that [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="Download Facebook Email Addresses" align="right" src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/10774_facebook_email_addresses.png" />Search the Facebook Apps directory for something like “<a href="http://facebook.com/apps">export contacts</a>” and you’ll come across quite a few applications that sound as if they can transfer your friends contact information out of Facebook.</p>
<p>There’s an app called “Export Friends” that will save you friends names, city, birthday and their current location in a CSV (text) file that you then import into Excel, Gmail or any other web email program.</p>
<p>Then there are <a href="http://www.labnol.org/software/outlook-addins-for-social-networking/10724/">social plug-ins</a> that can sync photos and status updates of your Facebook friends with matching contacts in Outlook.</p>
<p>The problem is that none of these apps can download what&#160; you are looking – <strong>the phone numbers and email addresses of your Facebook friends</strong>. There are Greasemonkey scripts and <a href="http://labnol.blogspot.com/2007/10/to-download-contacts-from-facebook-to.html">other hacks</a> that can pull this information from Facebook through “web scraping” but don’t ever take that route as Zuckerberg’s army might ban your account forever.</p>
<h2>Export Email Addresses of your Facebook Contacts</h2>
<p>Facebook APIs don’t expose email addresses of users and hence none of the Facebook apps can provide you with the actual contact data of your friends. There’s however a simple (and perfectly legal) workaround that can help you easily download all your friends email addresses from Facebook’s walled garden.</p>
<p><!-- Smart Youtube --><span></span></p>
<p>The trick, as you can see in the video, is actually quite simple.</p>
<p>Go to <a href="http://address.yahoo.com/?VPC=contact_import_landing" target="_blank">address.yahoo.com</a> and click the Facebook icon. A login dialog should pop-up, just sign-in with your Facebook credentials and within seconds, you entire Facebook address book will be available inside your Yahoo Mail Account. Once the import is done, click <a href="http://address.yahoo.com/?_src=&amp;VPC=tools_export" target="_blank">this link</a> to download a CSV file with the email addresses of all your Facebook contacts to your desktop.</p>
<p>You can then import the CSV file into Gmail Contacts, LinkedIn, your phone address book or any of the social sites where you want to connect with your existing Facebook circle.</p>
<p><em>Update</em>: If Yahoo! is unable to import your Facebook Address book, open your Facebook page and choose “Application Settings” under Account. Next remove the “Yahoo! Contact Importer” application from your Facebook profile and try the steps mentioned in the video again. </p>
<p>Related: <a href="http://www.labnol.org/software/download-facebook-photo-albums/9647/" target="_blank">How to Download Facebook Photo Albums</a></p>
<p><strong><a href="http://www.labnol.org/internet/export-email-addresses-from-facebook/12970/">How to Export Email Addresses of all your Facebook Friends</a></strong></p>
<p>Originally published at <a href="http://www.labnol.org">Digital Inspiration</a> by <a href="http://www.labnol.org/about/">Amit Agarwal</a>.
<p><a href="http://www.facebook.com/sharer.php?u=http://www.labnol.org/internet/export-email-addresses-from-facebook/12970/" target="_blank"><img src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/ed16c_fcbk.png" alt="Facebook" width="84" height="32" /></a> &nbsp;&nbsp; <a href="http://twitter.com/home?source=digitalinspiration&amp;status=How to Export Email Addresses of all your Facebook Friends http://labnol.org/?p=12970 - via @labnol" target="_blank"><img src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/ed16c_twtr.png" alt="Twitter" width="81" height="32" /></a> &nbsp;&nbsp; <a href="http://www.labnol.org"><img src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/ed16c_di-mobile.png" vspace="5" width="161" height="23" alt="Technology Blog" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aheliotech.com/how-to-export-email-addresses-of-all-your-facebook-friends/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The New MSN.com Homepage</title>
		<link>http://www.aheliotech.com/the-new-msncom-homepage/</link>
		<comments>http://www.aheliotech.com/the-new-msncom-homepage/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 07:00:21 +0000</pubDate>
		<dc:creator>Eric Hullibarger</dc:creator>
		
		<category><![CDATA[Digital Inspiration]]></category>

		<guid isPermaLink="false">http://www.aheliotech.com/the-new-msncom-homepage/</guid>
		<description><![CDATA[
Microsoft is slowly rolling out a new design for their MSN.com homepage. The design is clean and doesn’t appear busy anymore.
Like Yahoo, you can check your friend’s tweets and their Facebook status updates right on the MSN page. You can even update your status without leaving the homepage.
Visit msn.com to see if the new design [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="msn.com homepage " src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/cbb43_msn.com_.png" width="530" height="750" /></p>
<p>Microsoft is slowly rolling out a new design for their MSN.com homepage. The design is clean and doesn’t appear busy anymore.</p>
<p>Like Yahoo, you can check your friend’s tweets and their Facebook status updates right on the MSN page. You can even update your status without leaving the homepage.</p>
<p>Visit msn.com to see if the new design is live for you and if it’s not, just head over to <a href="http://www.msn.com/Preview.aspx">msn.com/preview</a>. They have created a new butterfly logo for the MSN logo as well.</p>
<p><img alt="msn logo with butterfly" src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/82520_msn_logo.png" width="374" height="77" /></p>
<p>Thanks <a href="http://twitter.com/mfp2"><em>Michael Palermiti</em></a> for the tip.</p>
<p><strong><a href="http://www.labnol.org/internet/new-msn-homepage/12992/">The New MSN.com Homepage</a></strong></p>
<p>Originally published at <a href="http://www.labnol.org">Digital Inspiration</a> by <a href="http://www.labnol.org/about/">Amit Agarwal</a>.
<p><a href="http://www.facebook.com/sharer.php?u=http://www.labnol.org/internet/new-msn-homepage/12992/" target="_blank"><img src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/82520_fcbk.png" alt="Facebook" width="84" height="32" /></a> &nbsp;&nbsp; <a href="http://twitter.com/home?source=digitalinspiration&amp;status=The New MSN.com Homepage http://labnol.org/?p=12992 - via @labnol" target="_blank"><img src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/82520_twtr.png" alt="Twitter" width="81" height="32" /></a> &nbsp;&nbsp; <a href="http://www.labnol.org"><img src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/250ab_di-mobile.png" vspace="5" width="161" height="23" alt="Technology Blog" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aheliotech.com/the-new-msncom-homepage/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Office 2010 Coming in June; Free Upgrade for New Office 2007 Customers</title>
		<link>http://www.aheliotech.com/office-2010-coming-in-june-free-upgrade-for-new-office-2007-customers/</link>
		<comments>http://www.aheliotech.com/office-2010-coming-in-june-free-upgrade-for-new-office-2007-customers/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 05:40:18 +0000</pubDate>
		<dc:creator>Eric Hullibarger</dc:creator>
		
		<category><![CDATA[Digital Inspiration]]></category>

		<guid isPermaLink="false">http://www.aheliotech.com/office-2010-coming-in-june-free-upgrade-for-new-office-2007-customers/</guid>
		<description><![CDATA[Microsoft Office 2010, which is clearly the best version of Office ever, will hit the retail shelves in June 2010.
If you a business customers or an  MSDN / TechNet subscriber, you&#8217;ll get access to all the new Office products including Visio, Project and SharePoint in May itself.
Buy Office 2007, Upgrade to Office 2010 for free
If [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Office 2010" href="http://www.labnol.org/tag/office-2010/"><img style="display: inline; margin-left: 0px; margin-right: 0px; border: 0px;" src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/3d50a_image9.png" border="0" alt="image" width="180" height="124" align="right" /></a>Microsoft Office 2010, which is clearly the <a title="Visual Tour of Microsoft Office 2010" href="http://www.labnol.org/software/microsoft-office-2010-review/11132/" target="_blank">best version of Office</a> ever, will hit the retail shelves in June 2010.</p>
<p>If you a business customers or an  MSDN / TechNet subscriber, you&#8217;ll get access to all the new Office products including Visio, Project and SharePoint in May itself.</p>
<p><strong>Buy Office 2007, Upgrade to Office 2010 for free</strong></p>
<p>If you are planning to buy yourself a copy of Office, you don&#8217;t have to postpone your purchase decision – just buy a copy of Office 2007 today and you can later upgrade to Office 2010 for free.</p>
<p>To qualify for the free upgrad, you must purchase and active your Office 2007 suite between March 5, 2010 and September 30, 2010.</p>
<p>The other good part is you won&#8217;t have to uninstall your copy of Office 2007 for running Office 2010 – the two versions can co-exist except for maybe Outlook.</p>
<p>For details, visit <a href="http://www.office.com/techg">www.office.com/techg</a>.</p>
<p><strong><a href="http://www.labnol.org/software/office-2010-upgrade-free-for-office-2007-users/12961/">Office 2010 Coming in June; Free Upgrade for New Office 2007 Customers</a></strong></p>
<p>Originally published at <a href="http://www.labnol.org">Digital Inspiration</a> by <a href="http://www.labnol.org/about/">Amit Agarwal</a>.
<p><a href="http://www.facebook.com/sharer.php?u=http://www.labnol.org/software/office-2010-upgrade-free-for-office-2007-users/12961/" target="_blank"><img src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/3d50a_fcbk.png" alt="Facebook" width="84" height="32" /></a> &nbsp;&nbsp; <a href="http://twitter.com/home?source=digitalinspiration&amp;status=Office 2010 Coming in June; Free Upgrade for New Office 2007 Customers http://labnol.org/?p=12961 - via @labnol" target="_blank"><img src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/3d50a_twtr.png" alt="Twitter" width="81" height="32" /></a> &nbsp;&nbsp; <a href="http://www.labnol.org"><img src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/94bfa_di-mobile.png" vspace="5" width="161" height="23" alt="Technology Blog" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aheliotech.com/office-2010-coming-in-june-free-upgrade-for-new-office-2007-customers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Plan your Delhi Metro Trip with Google Maps</title>
		<link>http://www.aheliotech.com/plan-your-delhi-metro-trip-with-google-maps/</link>
		<comments>http://www.aheliotech.com/plan-your-delhi-metro-trip-with-google-maps/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 05:40:16 +0000</pubDate>
		<dc:creator>Eric Hullibarger</dc:creator>
		
		<category><![CDATA[Digital Inspiration]]></category>

		<guid isPermaLink="false">http://www.aheliotech.com/plan-your-delhi-metro-trip-with-google-maps/</guid>
		<description><![CDATA[If you are based in New Delhi or are planning a trip to the Indian Capital in the near future but have no clue about the city&#8217;s transportation system, here&#8217;s something that should interest you.
All the Delhi Metro Rail stations and train routes are now available on Google Maps.

You just have to key-in your current [...]]]></description>
			<content:encoded><![CDATA[<p>If you are based in New Delhi or are planning a trip to the Indian Capital in the near future but have no clue about the city&#8217;s transportation system, here&#8217;s something that should interest you.</p>
<p>All the Delhi Metro Rail stations and train routes are now available on <a href="http://www.google.com/maps?ie=UTF8&amp;ll=28.647657,77.171868&amp;spn=0.146405,0.298272&amp;dirflg=r" target="_blank">Google Maps</a>.</p>
<p><img src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/98678_delhi_metro_maps.jpg" alt="Delhi Metro Rail on Google Maps" width="541" height="359" /></p>
<p>You just have to key-in your current location (where you are starting from) and the end address (where you are going to) and Google Maps will instantly give you the required information such as which Metro should you take and the train&#8217;s schedule.</p>
<p>If there&#8217;re no Metro stations at your starting address, Google Maps will automatically suggest you a path and the best mode of transportation for you to quickly reach the nearest Metro station.</p>
<p>In addition to Delhi DMRC, Google Maps also includes transit details for Kolkata Metro, Chennai MRTS and Hyderabad MMTS. Here&#8217;s a video demo on how you can use Google Maps to plan trips with the metro service in Delhi and other cities.</p>
<p><!-- Smart Youtube --><span></span></p>
<p>If you don&#8217;t plan to travel by Metro but are only curious to know the areas in Delhi that are connected by Metro Rail, just check the &#8220;Transit&#8221; option under the &#8220;More&#8221; menu.</p>
<p>Thanks <em><a href="http://blog.arpitnext.com/" target="_blank">Arpit Kumar</a></em> for the tip.</p>
<p><strong><a href="http://www.labnol.org/india/delhi-metro-rail-on-google-maps/12952/">Plan your Delhi Metro Trip with Google Maps</a></strong></p>
<p>Originally published at <a href="http://www.labnol.org">Digital Inspiration</a> by <a href="http://www.labnol.org/about/">Amit Agarwal</a>.
<p><a href="http://www.facebook.com/sharer.php?u=http://www.labnol.org/india/delhi-metro-rail-on-google-maps/12952/" target="_blank"><img src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/610c2_fcbk.png" alt="Facebook" width="84" height="32" /></a> &nbsp;&nbsp; <a href="http://twitter.com/home?source=digitalinspiration&amp;status=Plan your Delhi Metro Trip with Google Maps http://labnol.org/?p=12952 - via @labnol" target="_blank"><img src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/aeeec_twtr.png" alt="Twitter" width="81" height="32" /></a> &nbsp;&nbsp; <a href="http://www.labnol.org"><img src="http://www.aheliotech.com/wp-content/plugins/wp-o-matic/cache/aeeec_di-mobile.png" vspace="5" width="161" height="23" alt="Technology Blog" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aheliotech.com/plan-your-delhi-metro-trip-with-google-maps/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
