<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MakeUseOf.com &#187; spreadsheet</title>
	<atom:link href="http://www.makeuseof.com/tags/spreadsheet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Mon, 23 Nov 2009 02:08:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Convert Delimited Text Files To Excel Spreadsheets</title>
		<link>http://www.makeuseof.com/tag/how-to-convert-delimited-text-files-into-excel-spreadsheets/</link>
		<comments>http://www.makeuseof.com/tag/how-to-convert-delimited-text-files-into-excel-spreadsheets/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 20:01:57 +0000</pubDate>
		<dc:creator>Saikat Basu</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[microsoft excel]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[spreadsheet]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=28495</guid>
		<description><![CDATA[I am not much of an Excel hand; spending most of my time either in Microsoft Word or PowerPoint. My most regular use of Excel is as a tool to keep track of my schedule and to list what I am putting out on the web as a writer. So I can safely say that [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/07/excel_logo.jpg" alt="excel_logo" vspace="5" align="left" />I am not much of an Excel hand; spending most of my time either in Microsoft Word or PowerPoint. My most regular use of Excel is as a tool to keep track of my schedule and to list what I am putting out on the web as a writer. So I can safely say that at least in my case, the enormous power that’s in this spreadsheet program lies latent. But it happens to all of us that sometimes some tasks, if not taken, get thrust upon us (just like greatness!).</p>
<p>So it was with me when I had to convert a delimited text data file to Excel and format it within the columns and rows. That’s a rough challenge for a guy who has a chronic fear of anything that resembles figures. The raw file that I had in my hand consisted of higgledy-piggledy blocks of text and numbers. My simple task was to make sense out of this jumble by importing it into Excel and sorting the data into columns and rows.</p>
<p>Thankfully, many web tutorials came to the rescue of my dead brain cells.</p>
<p><strong>Delimited files</strong> are a simple way to store data and import or export it between various applications. Delimited in essence means, data that’s separated by specific delimiter characters. Common delimiters are <em>tab, comma</em> and <em>semicolon</em>.</p>
<p><span id="more-28495"></span><br />
Think of delimited files as the most basic file format that’s almost uniformly accepted by most spreadsheet and database programs. For those of us who don’t go down that road, a common example is the CSV (Comma Separated Value) files or Tab-separated files we come across in the Import Export wizards of email programs like Outlook and Gmail.</p>
<p>A delimited file is of no actual use unless it is converted into some form suitable for analysis and study. Microsoft makes it easy to convert a delimited file to a spreadsheet in three easy steps.</p>
<p>Let’s start with a text file with some data separated by commas.</p>
<p>To bring the data into Excel –</p>
<ol>
<li>Open Excel and copy-paste the text contents into a spreadsheet. The contents take up one column and several rows.</li>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/012.png" alt="convert delimited file to excel" width="580" height="400" /></p>
<li>Click on the column header to select the entire column. Click on the <em>Data</em> tab in the ribbon and then <em>Text to Columns</em> in the <em>Data Tools</em> group.</li>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/023.png" alt="convert delimited file to excel" width="580" height="318" /></p>
<li>Clicking on the above command opens the <em>Convert Text to Columns Wizard</em>.</li>
<li><strong>Alternatively</strong> – You can directly import a text file into Excel. Excel handles file types &#8211; Text, Comma Separated Values and Printer Text File. Make sure to dropdown to <em>All Files</em> or <em>Text Files</em> in the File Open dialog while selecting the file to import. If Excel recognizes it to be a delimited file, it opens the <em>Text Import Wizard</em> which is similar to the <em>Convert Text to Columns Wizard</em>.</li>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/Step01.png" alt="convert delimited file to excel" width="575" height="414" /></p>
<p>In the Wizard, choose <em>Delimited</em> and click on <em>Next</em>.</p>
<li>In the second step, choose the <em>Delimiter</em> for you particular file (comma, in our case). For some other character, check <em>Other</em> and enter the character in the little field. The <em>Data Preview</em> window gives you an idea how the contents get separated into columnar data. Click on <em>Next</em>.</li>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/Step02.png" alt="convert delimited to excel" width="575" height="414" /></p>
<li>In the final window, you get to set the data type for each column by selecting it in the preview. The default data format is <em>General</em>. Date and numeric values can also be handled here.</li>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/Step03.png" alt="convert delimited to excel" width="575" height="414" /></p>
<li>Click on <em>Finish</em> to exit the wizard and get your neatly arranged spreadsheet.</li>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/Final.png" alt="convert delimited to excel" width="556" height="159" /></p>
</ol>
<p>It’s just three easy steps courtesy of a wizard. This simple utility gives us the ability to import delimited text files into Excel and apply its number crunching tools on it.</p>
<p>Liked this? We have other <a href="http://www.makeuseof.com/tags/microsoft-excel/">Excel</a> tutorials to make an analyst out of you.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/save-time-effort-by-using-the-texter-as-a-text-replacement-software/" title="Type Emails Faster with Texter Text Replacement Software (November 20, 2009)">Type Emails Faster with Texter Text Replacement Software</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/sublime-text-the-text-editor-youll-fall-in-love-with/" title="Sublime Text: The Text Editor You&#8217;ll Fall in Love With (Windows) (October 20, 2009)">Sublime Text: The Text Editor You&#8217;ll Fall in Love With (Windows)</a> (20)</li>
	<li><a href="http://www.makeuseof.com/tag/excel-spreadsheet-techniques-to-make-a-personal-budget/" title="Make a Personal Budget on Excel in 4 Easy Steps (August 1, 2009)">Make a Personal Budget on Excel in 4 Easy Steps</a> (26)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-split-a-huge-csv-excel-workbook-into-seperate-files/" title="How To Split a Huge CSV Excel Spreadsheet into Separate Files (August 14, 2009)">How To Split a Huge CSV Excel Spreadsheet into Separate Files</a> (5)</li>
	<li><a href="http://www.makeuseof.com/tag/build-yourself-a-virtual-cloud-to-fall-back-on/" title="Build Yourself A Virtual Cloud To Fall Back On (August 15, 2008)">Build Yourself A Virtual Cloud To Fall Back On</a> (21)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-convert-delimited-text-files-into-excel-spreadsheets/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Split a Huge CSV Excel Spreadsheet into Separate Files</title>
		<link>http://www.makeuseof.com/tag/how-to-split-a-huge-csv-excel-workbook-into-seperate-files/</link>
		<comments>http://www.makeuseof.com/tag/how-to-split-a-huge-csv-excel-workbook-into-seperate-files/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 12:01:27 +0000</pubDate>
		<dc:creator>Karl L. Gechlik</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[microsoft excel]]></category>
		<category><![CDATA[microsoft office]]></category>
		<category><![CDATA[spreadsheet]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=22876</guid>
		<description><![CDATA[I recently started working with  a company that does HUGE mailing lists. I deal with a lot of records everyday but this really is a lot of data.
They have an opt-in mailing list that they blast to once or twice a month. When I say huge I am talking about between 7 and 8 million [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/08/csvHead.gif" border="0" alt="csvHead" vspace="5" align="left" />I recently started working with  a company that does HUGE mailing lists. I deal with a lot of records everyday but this really is a lot of data.</p>
<p>They have an opt-in mailing list that they blast to once or twice a month. When I say huge I am talking about between 7 and 8 million email addresses.</p>
<p>Now if you have ever tried to open a file like this in excel you would see something that looks like this:</p>
<p style="text-align: center;"><span id="more-22876"></span><br />
<img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/CSVSplit1.gif" border="0" alt="split excel spreadsheet into seperate files" width="529" height="511" /></p>
<p>The reason you get this error is simple.</p>
<p>Excel can only handle 65,536 lines per sheet. It cannot display the rest of it and will truncate it. This is not good if you need to cut your list into smaller pieces. In my case I need to have less than 1 million records in my csv file to be able to import it into my mailing list program.</p>
<p>I tried using Base from Open Office with the same results. Now I could open this as a text file and chop it up manually or import it into an access database and try and manipulate it there as well. But hey let’s check out a free and EASY alternative to split an Excel spreadsheet into seperate files. It is called FXFisherman’s CSV Splitter v1.1 by Sopheap LY.</p>
<p>We came across it <a href="http://www.freeportway.com/downloads/CSVSplitter.zip">here</a> but I was able to trace it’s origins to the actual post on a forum it was created for and that is <a href="http://www.fxfisherman.com/forums/forex-metatrader/tools-utilities/75-csv-splitter-divide-large-csv-files.html">here</a>. The original purpose of the app was to work with stock data in smaller chunks from a huge dump.</p>
<p>But hey I guess it will work on ANY csv file. Simply download the application and run it – no install required.</p>
<p>That will bring you to this screen:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/csv2.gif" border="0" alt="split excel workbook into seperate files" width="500" height="196" /></p>
<p>Now this program has two simple options : you can split the csv file by the number of lines and specify the maximum number of files. Simply type in the number of lines you want to split each file into, and/or make the maximum pieces that you would want to see.</p>
<p>Next browse for your file by hitting the <em>Browse</em> file button and then hit the <em>Split Now!</em> Button.</p>
<p>When the program is complete you should see something that looks like this:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/csv3.gif" border="0" alt="split excel workbook into seperate files" width="506" height="198" /></p>
<p>This tells me that my file of approximately 100,000 records was split successfully into a few even files. If they were more than 25 pieces with 50,000 lines in each it would have changed the algorithm to make each one slightly larger. Either which way this saved the day! I was able to import almost 4 million addresses at the end of the day into smaller chunks! (Thank god for interns!)</p>
<p>Do you know of a better, easier and / or faster way to accomplish the same thing?
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/build-yourself-a-virtual-cloud-to-fall-back-on/" title="Build Yourself A Virtual Cloud To Fall Back On (August 15, 2008)">Build Yourself A Virtual Cloud To Fall Back On</a> (21)</li>
	<li><a href="http://www.makeuseof.com/tag/use-officetab-to-give-microsoft-office-applications-firefox-like-tabs/" title="Use OfficeTab To Give Microsoft Office Firefox-Like Tabs (August 26, 2009)">Use OfficeTab To Give Microsoft Office Firefox-Like Tabs</a> (45)</li>
	<li><a href="http://www.makeuseof.com/tag/3-excellent-web-based-office-suites/" title="Top 3 FREE web-based Office Suites (Word, Excel, PowerPoint, etc.) (June 28, 2007)">Top 3 FREE web-based Office Suites (Word, Excel, PowerPoint, etc.)</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/oxygenoffice-pro-enhanced-version-of-openoffice/" title="OxygenOffice Pro: Enhanced Version of OpenOffice (October 20, 2007)">OxygenOffice Pro: Enhanced Version of OpenOffice</a> (5)</li>
	<li><a href="http://www.makeuseof.com/tag/excel-spreadsheet-techniques-to-make-a-personal-budget/" title="Make a Personal Budget on Excel in 4 Easy Steps (August 1, 2009)">Make a Personal Budget on Excel in 4 Easy Steps</a> (26)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-split-a-huge-csv-excel-workbook-into-seperate-files/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Make a Personal Budget on Excel in 4 Easy Steps</title>
		<link>http://www.makeuseof.com/tag/excel-spreadsheet-techniques-to-make-a-personal-budget/</link>
		<comments>http://www.makeuseof.com/tag/excel-spreadsheet-techniques-to-make-a-personal-budget/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 16:01:35 +0000</pubDate>
		<dc:creator>Ryan Dube</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[budget]]></category>
		<category><![CDATA[family]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[microsoft excel]]></category>
		<category><![CDATA[spreadsheet]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=22126</guid>
		<description><![CDATA[About 10 years ago, my wife and I were straddled with so much debt that we thought it would take the rest of our lives, or at least the next sixty years, to pay it all off. The combination of school loans, car loans and credit card debt was enough to make a grown man [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/07/excel_logo.jpg" alt="excel_logo" vspace="5" width="198" height="202" align="left" />About 10 years ago, my wife and I were straddled with so much debt that we thought it would take the rest of our lives, or at least the next sixty years, to pay it all off. The combination of school loans, car loans and credit card debt was enough to make a grown man double over and cry. There came a moment when we realized that we either had to make a personal budget that could outsmart the system or it would keep us enslaved for our entire adult lives.</p>
<p>That&#8217;s when I sat down with a blank Microsoft Excel spreadsheet in front of me and just started playing around, using various techniques to cut down our budget to bare bones, and create a debt plan that wouldn&#8217;t take decades to eliminate our debt, but also wouldn&#8217;t keep us eating Macaroni and Cheese for dinner until we retire. In the end, I was able to eliminate all of our credit card debt in only 5 years, and we even had good enough credit in the end to get approved for a low-rate mortgage to buy our first home.</p>
<p>Today, I&#8217;m going to share a few of the nifty spreadsheet techniques that I used to generate a usable (and useful) budget, and finally, I&#8217;m going to share a technique to pay down your debt in a fraction of the time using the same exact payments you&#8217;re making today.  It&#8217;s a trick that I&#8217;ve seen a lot of guys trying to sell elsewhere on the net &#8211; I&#8217;m going to share it with MakeUseOf readers here, for free.</p>
<p><span id="more-22126"></span></p>
<h3><strong>Step 1: Structure a Personal Budget Spreadsheet That Doesn&#8217;t Drive You Nuts</strong></h3>
<p>Anyone who has tried to make a personal &#8220;budget&#8221; knows the basics. You need to make a log of all of your bills and all of your income. Your bottom line is how much you have left over for fun, or how much fun you have to cut out of your lifestyle before you go bankrupt. It sounds easy, but when you start entering all of your details into a spreadsheet, things get very messy very quickly. A lot of people give up after the first attempt.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: black 1px solid;" src="http://www.makeuseof.com/wp-content/uploads/2009/07/sheetlayout1.jpg" alt="sheetlayout1" width="545" height="453" /></p>
<p>The basic layout is easy enough. List your bills in the first left column, and then in the next few columns list total balance you owe, monthly required payments, and the date that the bill is usually due.  These four columns are really all you need to create a budget.</p>
<p>However, here I&#8217;ve gone an extra step and added a column to the right for each month for easy expense tracking. However, once you get a large number of columns and rows, the screen starts to scroll and you can&#8217;t always see the bills to the left or the header at the top. The quick and easy technique to fix this is using the &#8220;freeze panes&#8221; feature.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: black 1px solid;" src="http://www.makeuseof.com/wp-content/uploads/2009/07/freezepanes2.jpg" alt="freezepanes2" width="432" height="386" /></p>
<p>First, select the box where the intersection at the upper left represents the row and column that you <em>don&#8217;t want to scroll</em> when you use the spreadsheet&#8217;s scrollbars. First, select Window-&gt;Split, and then go back again and select Window-&gt;Freeze Panes.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: black 1px solid;" src="http://www.makeuseof.com/wp-content/uploads/2009/07/scrolldown3.jpg" alt="scrolldown3" width="452" height="366" /></p>
<p>Now, when you scroll up or down (as shown here), the header and left column remain static, so you always know what the value you&#8217;ve selected applies to. This is a very useful feature and since I have a very bad short term memory, it has saved me a great deal of frustration where I normally would have had to keep scrolling back to check which bill I&#8217;d selected.</p>
<h3><strong>Step 2: Lay Out an Organized Budget Using Shading</strong></h3>
<p>I remember looking for a free budget spreadsheet back then and finding all of these templates filled with data that just made my head ache. Without clear lines separating the major sections of your budget, you&#8217;ll have a hard time zoning in on the area that you&#8217;re interested in. The best way to organize a budget spreadsheet is by shading each summary section between your major groups.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: black 1px solid;" src="http://www.makeuseof.com/wp-content/uploads/2009/07/topsections4.jpg" alt="topsections4" width="494" height="337" /></p>
<p>As you can see here, the first section of the budget pertains to bills, including household utilities and fixed bills, as well as another section devoted to only credit cards. At the bottom of this particular section, the total for fixed bills is highlighted with light green shading so it&#8217;s clear and easy to find.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: black 1px solid;" src="http://www.makeuseof.com/wp-content/uploads/2009/07/midsections5b.jpg" alt="midsections5b" width="428" height="336" /></p>
<p>As you can see, once you start shading rows, the entire spreadsheet becomes much more organized and easier to follow.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/fill.jpg" alt="fill" width="162" height="122" /></p>
<p>The &#8220;Fill&#8221; tool is located on the Excel menu bar and appears as a paint can tipping over with paint pouring out. Just highlight the entire row (click the numbered gray cell to the left) and then click the Fill button and select what color you&#8217;d like to use.</p>
<h3><strong>Step #3 &#8211; Use Excel Formulas to Project Your Credit Card Balances Into the Future</strong></h3>
<p>Now that you can make a personal budget that is well organized and structured in a way that&#8217;s very easy to follow, the next step is attacking that nagging credit card debt that&#8217;s been plaguing you for years. In these next examples, the same formatting techniques are used to create a list of credit card balances and monthly payments.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-22132" style="border: black 1px solid;" src="http://www.makeuseof.com/wp-content/uploads/2009/07/debtsetup7.jpg" alt="debtsetup7" width="537" height="452" /></p>
<p>Set up your debt log in the same way &#8211; split and freeze the panes, but this time list each month along the left, and your credit card balances (and monthly payments) to the right. After you&#8217;ve entered in your current balance in the top cell (for example, in this case Capital One is $3,000), in the next cell below it you would enter a formula that multiplies that balance by your card&#8217;s interest rate and divides by twelve. That is your estimated monthly interest.</p>
<p>Then you subtract your monthly payment from the balance, and add the interest that you just calculated. Once you&#8217;ve got that first cell calculated correctly, you can duplicate the formula for every month below it by clicking and holding the small box to the lower right of the cell you just calculated, and dragging it down as far as you like. Each month will have a new calculated balance based on the previous months balance.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: black 1px solid;" src="http://www.makeuseof.com/wp-content/uploads/2009/07/regularpayments8.jpg" alt="regularpayments8" width="353" height="393" /></p>
<p>When you do this projection, you&#8217;ll eventually find the spot where the balance is completely paid off. As you can see from my own calculations, when I maintain a $250 payment every month until it&#8217;s paid off, it&#8217;ll take me until July 2012 to pay off the entire Advanta credit card balance.</p>
<h3><strong>Step #4 &#8211; Recalculate Payments Based on Interest and Eliminate Your Debt</strong></h3>
<p>By playing around with this kind of spreadsheet, I uncovered the very simple, common-sense solution that a lot of scammers out there are charging people for. Instead of maintaining constant payments on each of your credit cards until it&#8217;s paid off &#8211; you pay the minimum balance on all of them, and divert all of your current &#8220;debt-payment&#8221; money toward the credit card with the highest interest. Here is how it works.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: black 1px solid;" src="http://www.makeuseof.com/wp-content/uploads/2009/07/quickerpayoff9.jpg" alt="quickerpayoff9" width="495" height="375" /></p>
<p>This is also why I love Excel. By using the ability to &#8220;autofill&#8221; the monthly balance calculations, I tested different scenarios to pay off debts faster. Instead of paying $100 on Discover and taking until 2011 to pay that balance off, I paid $200 and will have it paid off by December 2009. Then I take that $200 and add it to the existing $250 I pay on Advanta.</p>
<p>As you can see, the Advanta balance is paid off in April of 2011, almost a year earlier. If you have additional credit card balances, you simply &#8220;snowball&#8221; the payment and eliminate your debt in months rather than years. Excel allows you to see that concept in a very cool graphical form by using the formula &#8220;autofill&#8221; feature.</p>
<p>Do you use Excel or other spreadsheets to make a personal budget or to plan out your family bills? Share your own tips and resources in the comments section below.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/make-a-household-budget-that-works-with-budgetsketch/" title="Use BudgetSketch To Make A Household Budget That Works (October 15, 2009)">Use BudgetSketch To Make A Household Budget That Works</a> (25)</li>
	<li><a href="http://www.makeuseof.com/tag/tas-free-easy-to-use-financial-accounting-software/" title="TAS &#8211; Free Easy To Use Financial Accounting Software (September 11, 2009)">TAS &#8211; Free Easy To Use Financial Accounting Software</a> (19)</li>
	<li><a href="http://www.makeuseof.com/tag/free-budgeting-help-with-simpled-budget-software-windows/" title="SimpleD Budget &#8211; Free Budget Tracker Software (Windows) (March 12, 2009)">SimpleD Budget &#8211; Free Budget Tracker Software (Windows)</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-split-a-huge-csv-excel-workbook-into-seperate-files/" title="How To Split a Huge CSV Excel Spreadsheet into Separate Files (August 14, 2009)">How To Split a Huge CSV Excel Spreadsheet into Separate Files</a> (5)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-make-a-budget-and-wipe-out-debt-with-quicken-online/" title="How To Make A Budget And Wipe Out Debt With Quicken Online (June 27, 2009)">How To Make A Budget And Wipe Out Debt With Quicken Online</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/excel-spreadsheet-techniques-to-make-a-personal-budget/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Easily Search Web for Documents, Spreadsheets, Presentations &amp; Images with Outwit</title>
		<link>http://www.makeuseof.com/tag/harvest-the-web-for-data-with-outwit/</link>
		<comments>http://www.makeuseof.com/tag/harvest-the-web-for-data-with-outwit/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 18:52:57 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[documents]]></category>
		<category><![CDATA[firefox addons]]></category>
		<category><![CDATA[Image Search]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[research tools]]></category>
		<category><![CDATA[search tips]]></category>
		<category><![CDATA[spreadsheet]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=16115</guid>
		<description><![CDATA[The intertubes are steaming with all kinds of documents and information that you can use as reference or guidelines for your projects, presentations, homework, research and what not. You can search for these documents and data using Google or any other search engine of your choice (ex. PDF Search Engine), however the results displayed as [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/04/logoout.png" align="left">The intertubes are steaming with all kinds of documents and information that you can use as reference or guidelines for your projects, presentations, homework, research and what not. You can search for these documents and data using Google or any other search engine of your choice (ex. <a href="http://www.makeuseof.com/dir/pdf-search-engine/">PDF Search Engine</a>), however the results displayed as normal web search results might not be as intuitive as you want. Just try Outwit for such purposes and you will see what I mean.</p>
<p>Available as a Firefox addon and thus available for Windows, Linux and Mac Outwit is a web collection engine that lets you search for documents, images and other kinds of information online and displays the results in a very Windows Explorer like interface.</p>
<p>Head over to the <a href="http://www.outwit.com/">Outwit webpage</a> and install the Firefox addon. There are separate addons for Outwit Hub, Outwit Docs and Images. You can then access the Outwit interface via the toolbar button or the tools menu.</p>
<p>Consider Outwit Docs for example. Once you open it up its pretty intuitive, type what you want to search in the search box and you will see results from Internet and your local files. You can check/uncheck the type of files you want to search for. Found the file you were looking for? Great, just right click and choose to open it up or save it or whatever you would want to do with it.</p>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/04/docview.png"></p>
<p>You can have multiple searches going on simultaneously (reminiscent of something like Limewire) and the results would continue to increase when more such files are discovered that meet your search criteria.</p>
<p>Then there is a basket (strangely called the &#8220;catch&#8221;) which is like a temporary holding place for the documents (your catch) that you find interesting and would like to download later in bulk.</p>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/04/basket.png"></p>
<p>So much for documents, there is a lot more you can do. Outwit Images that lets you search for images in a similar fashion. Even more powerful tool however is the Outwit Hub. Where as Outwit docs and Outwit images search for documents and images respectively, Outwit Hub can be used to search for a variety of information types.</p>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/04/leftpanel.png"></p>
<p>Outwit Hub is used for information extraction from webpages. Fire it up and then enter the search query or URL of a webpage. Outwit Hub will then show you different kinds of data that can be extracted from the webpage. Click on the view type on the left hand side pane and you can view the page, all the images on the page, links, email addresses, text, rss feeds found and so on. Then there are the data extraction tools which allow you to extract data from tables, lists and other data structures on the webpage.</p>
<p>These tools have a great potential if you are looking for data or documents of any kind. Granted, you can always copy and paste and search for them on Google but you can do so much more with tools like these. A lot more flexibility, more control and ease of use. You can for example extract the data from a table and export it as excel spreadsheet or as SQL statements in just a few clicks from within Outwit Hub.</p>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/04/exportcatch.png"></p>
<p>Do you know of any such tools or extensions you use for similar purposes? Mention them in comments, we would love to hear and check them out!</p>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/5-great-alternatives-to-google-docs-you-should-consider/" title="5 Great Alternatives To Google Docs You Should Consider (March 26, 2009)">5 Great Alternatives To Google Docs You Should Consider</a> (28)</li>
	<li><a href="http://www.makeuseof.com/tag/yolink-a-search-accelerator-for-deep-internet-research/" title="Yolink &#8211; A Search Accelerator for Deep Internet Research (October 18, 2009)">Yolink &#8211; A Search Accelerator for Deep Internet Research</a> (7)</li>
	<li><a href="http://www.makeuseof.com/tag/make-your-speeches-shine-with-acrobat-presentations/" title="Make Your Speeches Shine with Acrobat Presentations (June 2, 2009)">Make Your Speeches Shine with Acrobat Presentations</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/making-your-own-firefox-search-plugins-other-tips/" title="Make Your Own FireFox Search Plugins &#038; Other Tips (February 15, 2009)">Make Your Own FireFox Search Plugins &#038; Other Tips</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-expand-googles-universal-search/" title="How to Expand Google&#8217;s Universal Search (March 4, 2009)">How to Expand Google&#8217;s Universal Search</a> (20)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/harvest-the-web-for-data-with-outwit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Great Alternatives To Google Docs You Should Consider</title>
		<link>http://www.makeuseof.com/tag/5-great-alternatives-to-google-docs-you-should-consider/</link>
		<comments>http://www.makeuseof.com/tag/5-great-alternatives-to-google-docs-you-should-consider/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 19:01:37 +0000</pubDate>
		<dc:creator>David Pierce</dc:creator>
				<category><![CDATA[Lists of tools]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[better alternatives]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[documents]]></category>
		<category><![CDATA[google docs]]></category>
		<category><![CDATA[microsoft office]]></category>
		<category><![CDATA[microsoft word]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[slideshows]]></category>
		<category><![CDATA[spreadsheet]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=14792</guid>
		<description><![CDATA[ More and more of my word processing is getting moved to the Web these days for a number of reasons. My writing is accessible from anywhere, is open to collaboration and sharing, is easy to import and export, and is just a better way to do work in this constantly connected world we increasingly [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/03/pen-and-paper.jpg" border="0" alt="alternatives-to-google-docs" vspace="10" align="left" /> More and more of my word processing is getting moved to the Web these days for a number of reasons. My writing is accessible from anywhere, is open to collaboration and sharing, is easy to import and export, and is just a better way to do work in this constantly connected world we increasingly live in.</p>
<p>For a while now, my solution has been <a href="http://google.com/docs">Google Docs</a>. It&#8217;s a great service, and one that has served me well over the months and years I&#8217;ve been using it. Google Docs, though, is not without its issues and downsides, some of which have left me in constant search for the best and brightest of the online document managing application.</p>
<p>Well, I haven&#8217;t found it yet, but I&#8217;ve found five pretty great alternatives to Google Docs that you might want to check out. All of these, and Google Docs, offer the same basic editing features; instead of rehashing them over and over, I&#8217;ll point out the one or few great features that put the application on this list.</p>
<h2><strong><a href="http://www.adobe.com/acom/buzzword/">Buzzword</a></strong></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/buzzword.jpg" border="0" alt="buzzword - google docs alternative" /></p>
<p>My current online editor of choice, <a href="http://www.adobe.com/acom/buzzword/">Buzzword</a>, is Adobe&#8217;s offering in the online word-processing department. It&#8217;s attractive, flash-based, and incredibly simple to use. In addition to all the standard features, Buzzword offers a few key uses for users of all levels. Buzzword lets you share documents with people, giving individuals varying levels of access, from comments to editing to just reading the document.</p>
<p>Also useful is the Version History tracker, which tracks your changes and lets you revert to an earlier version of the document in only one click.</p>
<p>Buzzword is the prettiest of the bunch, and while it&#8217;s not terribly feature-rich when it comes to document editing, its collaboration and tracking tools more than make up for it.</p>
<h2><strong><a href="http://www.zoho.com">Zoho</a></strong></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/zoho.png" border="0" alt="zoho" /></p>
<p>The number of applications <a href="http://www.zoho.com">Zoho</a> offers, from an email service to a personal wiki and a &#8220;centralized public repository&#8221; (whatever that is) is ridiculous. I&#8217;ve become a big Zoho fan recently, and it has a huge number of useful tools at your disposal.</p>
<p>The writer itself is excellent, with a ton of editing options organized in a way that looks much like Office 2007&#8217;s Ribbon interface. Almost anything you can do in Word can be done in Zoho, from adding a header and footer to directly posting a document to your blog.</p>
<p>Zoho is the most feature-complete of the Web-based applications, including Google Docs, and is incredibly easy to use. Zoho doesn&#8217;t get nearly the press Google Docs does, but I can&#8217;t see a reason not to switch to Zoho.</p>
<h2><strong><a href="http://etherpad.com">Etherpad</a></strong></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/etherpad.png" border="0" alt="etherpad" /></p>
<p>If collaboration is what you&#8217;re into, give <a href="http://etherpad.com">Etherpad</a> a good look. There&#8217;s no need to sign up for Etherpad – just click &#8220;Start New Pad&#8221; and get going. Then, either share a link to the pad or send invitations to your contacts by email.</p>
<p>As users come in, you can edit the text on the pad in real-time, and changes automatically appear. You can chat in the sidebar, highlight which user made a given change, and save revisions in order to revert if a mistake is made.</p>
<p>Etherpad is perfect for coding and programming, but is also great for writing and editing documents. There aren&#8217;t as many features to Etherpad, and all your editing is in plain text, but it&#8217;s so collaborative and useful that it deserves a mention anyway.</p>
<h2><strong><a href="http://www.peepel.com">Peepel</a></strong></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/screen1.png" border="0" alt="Screen1" /></p>
<p><a href="http://www.peepel.com">Peepel</a> is basically a whole suite of desktop applications, stored within your browser. You can run multiple Peepel windows in the same browser window, letting you manage more pieces of your workflow all at once.</p>
<p>Peepel offers services like the WebWriter word processor, WebSheet for spreadsheets, a contact manager, great file-sharing and collaboration tools, and the Workspace Manager that lets you save your layout and return to it later.</p>
<p>Peepel isn&#8217;t the flashiest of the applications, but I love the ability to run more than one document or application in the same window.</p>
<h2><strong><a href="http://opengoo.org">OpenGoo</a></strong></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/opengoo.png" border="0" alt="opengoo" /></p>
<p><a href="http://opengoo.org">OpenGoo</a> is similar in appearance to both Google Docs and the Zoho suite, with a well-integrated interface available to you. You can access calendars, tasks, documents, sticky notes, email, contacts, and time-tracking tools all from within the OpenGoo interface.</p>
<p>For document editing, OpenGoo is much like Google Docs. You can create documents or slideshows, and the interface is much like Google&#8217;s. You can edit documents, and then tag them or add them to folders for easier organization.</p>
<p>One thing I liked was that a new document is opened in the same window, with the document browser in the sidebar, whereas Google Docs always opens a new window.</p>
<p>If all you want is documents, there&#8217;s not a lot unique about OpenGoo; if you&#8217;re looking for a more complete interface and application, it&#8217;s a great choice.</p>
<p>What do you use for document editing, either online or off? Which one of the above mentioned online office apps in your opinon is the best alternative to Google Docs?
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/make-beautiful-online-presentations-with-sliderocket/" title="Make Beautiful Online Presentations With Sliderocket (September 20, 2008)">Make Beautiful Online Presentations With Sliderocket</a> (13)</li>
	<li><a href="http://www.makeuseof.com/tag/google-docs-and-spreadsheets/" title="Google Docs and Spreadsheets (October 14, 2006)">Google Docs and Spreadsheets</a> (13)</li>
	<li><a href="http://www.makeuseof.com/tag/use-microsoft-office-as-an-offline-google-docs-edito/" title="Use Microsoft Office As An Offline Google Docs Editor with Offisync [Windows] (July 14, 2009)">Use Microsoft Office As An Offline Google Docs Editor with Offisync [Windows]</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/edit-files-collaboratively-with-gobby/" title="Edit Files Collaboratively With Gobby (November 11, 2008)">Edit Files Collaboratively With Gobby</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/3-websites-to-get-any-document-for-free/" title="3 Excellent Sites to Get Free Document Templates (November 6, 2007)">3 Excellent Sites to Get Free Document Templates</a> (60)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/5-great-alternatives-to-google-docs-you-should-consider/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Build Yourself A Virtual Cloud To Fall Back On</title>
		<link>http://www.makeuseof.com/tag/build-yourself-a-virtual-cloud-to-fall-back-on/</link>
		<comments>http://www.makeuseof.com/tag/build-yourself-a-virtual-cloud-to-fall-back-on/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 18:02:21 +0000</pubDate>
		<dc:creator>Tina</dc:creator>
				<category><![CDATA[Lists of tools]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[instant messaging]]></category>
		<category><![CDATA[microsoft excel]]></category>
		<category><![CDATA[microsoft office]]></category>
		<category><![CDATA[microsoft word]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[spreadsheet]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=4612</guid>
		<description><![CDATA[These days virtually everyone is in touch with Cloud Computing. In fact, most of us are relying on it to some degree. The internet, metaphorically referred to as &#8220;the cloud&#8221;, produces ever more Web 2.0 applications that enable us to take our lives online. We don&#8217;t write diaries &#8211; we blog.  We don&#8217;t call [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/08/clouds.png" border="0" alt="" align="left" />These days virtually everyone is in touch with <a href="http://en.wikipedia.org/wiki/Cloud_computing">Cloud Computing</a>. In fact, most of us are relying on it to some degree. The internet, metaphorically referred to as &#8220;the cloud&#8221;, produces ever more Web 2.0 applications that enable us to take our lives online. We don&#8217;t write diaries &#8211; we blog.  We don&#8217;t call to share news &#8211; we twitter.  We meet friends through social networks, and our busy calendars are readily available online.</p>
<p>Ultimately, the cloud will be able to replace a majority of everyday programs on local desktop computers. This brings freedom and convenience in that we don&#8217;t have to buy expensive software, we can access our data wherever we go, and we don&#8217;t have to worry about updates or security, since it&#8217;s all taken care of by the providers. The danger of course is loss of control over your privacy and data, and potential consequences are data piracy or identity theft. What if the service fails and data cannot be accessed? Imagine the internet went down, all hell would break loose.  These are just some of the scenarios to be considered.</p>
<p>While at this point it may not be advisable to transfer your whole life to a cloud, detaching from a desktop computer may actually have great advantages, such as retaining a great deal of independence. So after starting with a somewhat lengthy introduction, let me provide you with a short list of online software alternatives to popular desktop applications.</p>
<h2>Microsoft Word becomes <a title="Zoho" href="http://www.zoho.com">Zoho</a></h2>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/08/cloudcomputing.png" border="0" alt="" hspace="10" vspace="5" align="left" /> <a title="Zoho @ MUO" href="http://www.makeuseof.com/dir/zoho/">Zoho</a> is, without a doubt, one of the most complete online office suites available to date. Zoho comes with a word processor, spreadsheets, presentation tool, note taker, organizer, project management, web conferencing and much, much more.</p>
<p>Other than that it provides plugins for MS Office, MS Outlook, Firefox, and IE to ensure you&#8217;re not locked up with this service, but can take your files out of the cloud to create backups or avoid online storage.</p>
<h2>Microsoft PowerPoint becomes <a title="Preezo" href="http://preezo.com/">Preezo</a></h2>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/08/cloudcomputing02.png" border="0" alt="" hspace="10" vspace="5" align="left" /> If you don&#8217;t want to rely on Zoho to replace your whole office suite, here is an alternative for PowerPoint worth mentioning. Preezo is an Ajax-based web application to create and share professional presentations over the web without the need for software or plugins installed on your computer. It totally looks and works like PowerPoint and you can import or export .ppt files. Perfect.</p>
<h2>Microsoft Excel becomes <a title="EditGrid" href="http://www.editgrid.com">EditGrid</a> or <a title="chartAll" href="http://www.chartall.com/">ChartAll</a></h2>
<p>Not <em>quite</em> Excel but close. EditGrid is one of the most comprehensive online spreadsheet providers. Another possible alternative, much simpler but therefore not requiring you to sign up, is chartAll.</p>
<h2>MS Outlook becomes <a title="Google Mail" href="http://mail.google.com">Google Mail</a></h2>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/08/cloudcomputing06.png" border="0" alt="" hspace="10" vspace="5" align="left" /> What more do I need to say? At this point we are stuck with Google because to my knowledge there is not a worthy alternative to GMail.</p>
<p>If you would like to learn more about GMail, and let me tell you there is a lot you probably don&#8217;t know about it yet, <a title="Search MUO for GMail" href="http://www.makeuseof.com/tech-fun/search/?cx=009717636731598800244%3Aqhe4rh7wuxs&amp;cof=FORID%3A11&amp;q=gmail&amp;sa=Search#949">search Make Use Of</a> for some great articles! Or go directly to our <a href="http://www.makeuseof.com/tags/gmail/">Gmail tag</a>.</p>
<h2>Microsoft OneNote becomes <a title="LinoIt" href="http://linoit.com">LinoIt</a> or <a title="Springnote" href="http://www.springnote.com/">Springnote</a></h2>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/08/cloudcomputing05.png" border="0" alt="" hspace="10" vspace="5" align="left" /> LinoIt is an online pinboard to which you can stick your notes to. You can have multiple canvases for multiple purposes, make them public or share them with specific users. The stickies can serve as reminders or to-to lists, organizing and customizing stickies is easy, and you can post new ones by eMail.</p>
<p>If you&#8217;re looking for more advanced note taking, give Springnote a try, which I  <a title="Advanced Online Note Taking Made Easy" href="http://www.makeuseof.com/tag/advanced-online-note-taking-made-easy/">reviewed in detail</a> several weeks ago.</p>
<h2>Adobe Photoshop becomes <a title="Splashup" href="http://www.splashup.com/">Splashup</a> or <a href="https://www.photoshop.com/express/landing.html">PhotoShop Express</a></h2>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/08/cloudcomputing04.png" border="0" alt="" hspace="10" vspace="5" align="left" /> Websites like <a href="http://www.makeuseof.com/dir/photoshop-express/">Photoshop Express</a> or <a title="Who Needs Photoshop When You Can Have Splashup" href="http://www.makeuseof.com/tag/who-needs-photoshop-when-you-can-have-splashup/">Splashup</a> may not be a complete or worthy replacement for Adobe&#8217;s Photoshop. However, they provide a very familiar interface and cover more than just the most basic <a href="http://www.makeuseof.com/dir/tag/image-editing/">photo editing tools</a>. Definitely better than fiddling with some crappy desktop application (e.g. the Windows default), when Photoshop is not available.</p>
<h2>Instant Messengers become <a title="meebo" href="http://www.meebo.com/">Meebo</a></h2>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/08/cloudcomputing03.png" border="0" alt="" hspace="10" vspace="5" align="left" /> Meebo allows instant messaging through all popular messengers via your browser. It supports AIM, Yahoo!, MSN, Google Talk, and more.</p>
<p>Simon wrote about Meebo and two more <a title="3 Web-Based IM Clients" href="http://www.makeuseof.com/tag/3-web-based-im-clients-for-chatting-the-night-away/">web-based IM clients</a> back in July this year.</p>
<h2>Your Desktop Online</h2>
<p>Back in March I wrote about <a title="Take your Desktop Online" href="http://www.makeuseof.com/tag/eight-ways-to-get-yourself-online-desktop/">online desktops (aka Web Os)</a>. As pointed out in the comments, this may not make sense for most people. However, to retain a familiar desktop environment with shortcuts and wallpapers, it may be quite nice to have. It&#8217;s those seemingly superfluous things that make life great.</p>
<p>Now that you know some alternatives to desktop applications, let me say this: It may be convenient to use Google for everything, but unless there is absolutely no better alternative, don&#8217;t. Keep a variety and make your private cloud rest on more than just one foot. Last but not least, keep backups!</p>
<p>How far into Cloud Computing are you, and which services would you rather not trust anonymous providers with?</p>
<p><em>(By) Tina is a regular MUO author. In her offline life she’s a PhD student interested in unraveling signaling events that determine cartilage and bone development.</em>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/use-officetab-to-give-microsoft-office-applications-firefox-like-tabs/" title="Use OfficeTab To Give Microsoft Office Firefox-Like Tabs (August 26, 2009)">Use OfficeTab To Give Microsoft Office Firefox-Like Tabs</a> (45)</li>
	<li><a href="http://www.makeuseof.com/tag/3-excellent-web-based-office-suites/" title="Top 3 FREE web-based Office Suites (Word, Excel, PowerPoint, etc.) (June 28, 2007)">Top 3 FREE web-based Office Suites (Word, Excel, PowerPoint, etc.)</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/oxygenoffice-pro-enhanced-version-of-openoffice/" title="OxygenOffice Pro: Enhanced Version of OpenOffice (October 20, 2007)">OxygenOffice Pro: Enhanced Version of OpenOffice</a> (5)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-split-a-huge-csv-excel-workbook-into-seperate-files/" title="How To Split a Huge CSV Excel Spreadsheet into Separate Files (August 14, 2009)">How To Split a Huge CSV Excel Spreadsheet into Separate Files</a> (5)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-open-edit-and-print-any-text-document-file/" title="How To Open, Edit and Print any Text Document File (May 10, 2009)">How To Open, Edit and Print any Text Document File</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/build-yourself-a-virtual-cloud-to-fall-back-on/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Google Docs and Spreadsheets</title>
		<link>http://www.makeuseof.com/tag/google-docs-and-spreadsheets/</link>
		<comments>http://www.makeuseof.com/tag/google-docs-and-spreadsheets/#comments</comments>
		<pubDate>Sat, 14 Oct 2006 12:40:46 +0000</pubDate>
		<dc:creator>Aibek</dc:creator>
				<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[documents]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[microsoft office]]></category>
		<category><![CDATA[microsoft word]]></category>
		<category><![CDATA[spreadsheet]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/tag/google-docs-and-spreadsheets/</guid>
		<description><![CDATA[ Recently we have reviewed writely an &#8216;online word solution&#8217;. Now google released Google Docs and Spreadsheets, which is mainly a combination of formerly separate Google services, Writely and Google Spreadsheets. Google Spreadsheets does same things as Writely but for spreadsheet type documents. By using it is possible to create/edit/share spreadsheet documents (ex; Excel documents) [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/images/googledocs1.JPG" align="left" /> Recently we have <a href="/tag/writely-online-word-processor/">reviewed writely</a> an &#8216;online word solution&#8217;. Now google released <a href="http://docs.google.com">Google Docs and Spreadsheets</a>, which is mainly a combination of formerly separate Google services, Writely and Google Spreadsheets. Google Spreadsheets does same things as Writely but for spreadsheet type documents. By using it is possible to create/edit/share spreadsheet documents (ex; Excel documents) online. For more information and features check out Writely review (link above).</p>
<p>Both Writely and Google Spreadsheets websites now redirect to &#8216;Google Docs &amp; Spreadsheets&#8217;. So, it means from now on we have one service that combines both, which I think is a lot more convenient for users.</p>
<p>An interactive Tour to this service can be viewed <a href="http://www.google.com/google-d-s/tour1.html">here</a>.</p>
<p><img src="/images/googledocs2.JPG" /></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/5-great-alternatives-to-google-docs-you-should-consider/" title="5 Great Alternatives To Google Docs You Should Consider (March 26, 2009)">5 Great Alternatives To Google Docs You Should Consider</a> (28)</li>
	<li><a href="http://www.makeuseof.com/tag/writely-online-word-processor/" title="Writely &#8211; Online Word Processor (October 8, 2006)">Writely &#8211; Online Word Processor</a> (2)</li>
	<li><a href="http://www.makeuseof.com/tag/use-microsoft-office-as-an-offline-google-docs-edito/" title="Use Microsoft Office As An Offline Google Docs Editor with Offisync [Windows] (July 14, 2009)">Use Microsoft Office As An Offline Google Docs Editor with Offisync [Windows]</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/3-excellent-web-based-office-suites/" title="Top 3 FREE web-based Office Suites (Word, Excel, PowerPoint, etc.) (June 28, 2007)">Top 3 FREE web-based Office Suites (Word, Excel, PowerPoint, etc.)</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/online-word-processor-a-closer-look-at-adobes-buzzword/" title="Online Word Processor: A Closer Look at Adobe&#8217;s Buzzword (December 3, 2007)">Online Word Processor: A Closer Look at Adobe&#8217;s Buzzword</a> (7)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/google-docs-and-spreadsheets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
