<?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>ThePizzy.net/blog &#187; live mesh</title>
	<atom:link href="http://thepizzy.net/blog/tag/live-mesh/feed/" rel="self" type="application/rss+xml" />
	<link>http://thepizzy.net/blog</link>
	<description>Solving the complex in 140 characters or less...</description>
	<lastBuildDate>Mon, 02 Jan 2012 15:55:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19719</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Cloud File Synchronization</title>
		<link>http://thepizzy.net/blog/2010/12/cloud-file-synchronization/</link>
		<comments>http://thepizzy.net/blog/2010/12/cloud-file-synchronization/#comments</comments>
		<pubDate>Tue, 28 Dec 2010 16:00:01 +0000</pubDate>
		<dc:creator>[[Neo]]</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Living in the Cloud]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[chrome os]]></category>
		<category><![CDATA[cr-48]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[dropbox api]]></category>
		<category><![CDATA[file sync]]></category>
		<category><![CDATA[file synchronization]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[google chrome os]]></category>
		<category><![CDATA[html5 editor]]></category>
		<category><![CDATA[kodingen.com]]></category>
		<category><![CDATA[live framework]]></category>
		<category><![CDATA[live mesh]]></category>
		<category><![CDATA[netbook]]></category>

		<guid isPermaLink="false">http://thepizzy.net/blog/?p=896</guid>
		<description><![CDATA[While the rest of my work requires access to files on a server, when I'm mobile, everything must be in sync with the cloud. Here's my setup.]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-636 alignleft" title="Windows Live Sync icon" src="http://thepizzy.net/blog/wp-content/uploads/2010/10/3201.Sync256_5F00_1E0A24D91.png" alt="" width="256" height="256" />At my company, I&#8217;m the only IT person there. As such, my jobs range from fixing the hardware, to maintaining the network, to developing the website. And being the only person who&#8217;s able to do any of these things in the company, I can&#8217;t really be out of reach from the files needed to keep things going.</p>
<p>The one thing that has kept all of this in line for me for so many years has been Microsoft&#8217;s <a href="http://explore.live.com/windows-live-mesh?os=other" target="_blank">Windows Live Mesh</a>. I&#8217;ve known about others for many years, but none of them could offer remote desktop solutions as well as file sync without having to add additional software.</p>
<p>That was all well and good, until I got my Google Cr-48 Chrome OS Netbook. Microsoft allows you to connect to other computers through your local internet browser, but the feature is not supported for Chrome. This only poses a small problem, but it also removes a requirement of the service. If I can&#8217;t remote into a computer from Chrome on the Cr-48, then Mesh is no longer the only option for me.</p>
<p>The other issue I found (on any computer) was that to edit the files I had to do so locally &#8211; either they had to be on the computer via a share already, or I had to download them from Microsoft&#8217;s Skydrive. This was not a problem on a desktop computer &#8211; I would just open up Notepad. On the Cr-48, though, I can only view certain files natively within the Chrome browser&#8230;not edit them.</p>
<p>To edit the files, I&#8217;ve chosen to use <a href="http://kodingen.com" target="_blank">Kodingen.com</a>, for reasons that I will go in to with another blog post. However, keeping the files sync&#8217;d to a completely separate server on the internet would require one additional thing from my file synchronization software: an API.</p>
<p>Windows Live had an API called <a href="http://code.msdn.microsoft.com/LiveFramework" target="_blank">Live Framework</a>, but that was pulled in September 2009. I have yet to find out if that service is still available, and if it offers API access to your Mesh/Skydrive shares. In the meantime, I&#8217;ve turned my attention to <a href="http://dropbox.com" target="_blank">DropBox.com</a>.</p>
<p><img class="size-full wp-image-908 alignright" title="DropBox.com" src="http://thepizzy.net/blog/wp-content/uploads/2010/12/dropbox1.png" alt="" width="124" height="112" />DropBox has API access, as well as real-time file synchronization, and is multi-platform. It doesn&#8217;t offer the remote desktop connection ability, but that&#8217;s unavailable in Google Chrome anyway. It also doesn&#8217;t have the ability to create shares out of folders &#8211; you have to create a folder to share, but it must reside in the primary Drobox folder. This creates a dilemma when the files you want to sync are in a specific location and already in production. (You can find a full comparison of DropBox to Live Mesh <a href="http://downloadsquad.switched.com/2010/06/17/how-does-windows-live-sync-stack-up-to-dropbox/" target="_blank">here</a>.)</p>
<p>So right now, I have created a DropBox share on my Work PC. This sends files up to DropBox.com. I&#8217;ve also pulled down my development codes from Mesh and created a Mesh Store inside the DropBox folder. Now, I have my files sync&#8217;d from the Server to Mesh to my Work-PC to DropBox. The next step is to learn how to implement the API so that I can pass this information off to the Kodingen.com guys. I have yet to dive into the API, but my hope is that I can selectively sync folders from it, and in doing so, keep my intranet site sync&#8217;d with the Kodingen cloud for editing the files.</p>
<p>I will have more on the DropBox API stuff in a later post. For now, though, no matter which service you use for keeping your files in the cloud, you have to make sure you can manipulate them there as well.</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/api' rel='tag' target='_blank'>api</a>, <a class='technorati-link' href='http://technorati.com/tag/chrome+os' rel='tag' target='_blank'>chrome os</a>, <a class='technorati-link' href='http://technorati.com/tag/cr-48' rel='tag' target='_blank'>cr-48</a>, <a class='technorati-link' href='http://technorati.com/tag/dropbox' rel='tag' target='_blank'>dropbox</a>, <a class='technorati-link' href='http://technorati.com/tag/dropbox+api' rel='tag' target='_blank'>dropbox api</a>, <a class='technorati-link' href='http://technorati.com/tag/file+sync' rel='tag' target='_blank'>file sync</a>, <a class='technorati-link' href='http://technorati.com/tag/file+synchronization' rel='tag' target='_blank'>file synchronization</a>, <a class='technorati-link' href='http://technorati.com/tag/google+chrome' rel='tag' target='_blank'>google chrome</a>, <a class='technorati-link' href='http://technorati.com/tag/google+chrome+os' rel='tag' target='_blank'>google chrome os</a>, <a class='technorati-link' href='http://technorati.com/tag/html5+editor' rel='tag' target='_blank'>html5 editor</a>, <a class='technorati-link' href='http://technorati.com/tag/kodingen.com' rel='tag' target='_blank'>kodingen.com</a>, <a class='technorati-link' href='http://technorati.com/tag/live+framework' rel='tag' target='_blank'>live framework</a>, <a class='technorati-link' href='http://technorati.com/tag/live+mesh' rel='tag' target='_blank'>live mesh</a>, <a class='technorati-link' href='http://technorati.com/tag/netbook' rel='tag' target='_blank'>netbook</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://thepizzy.net/blog/2010/12/cloud-file-synchronization/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to sync your program’s plugins using Live Mesh</title>
		<link>http://thepizzy.net/blog/2009/03/how-to-use-live-mesh-to-sync-your-programs/</link>
		<comments>http://thepizzy.net/blog/2009/03/how-to-use-live-mesh-to-sync-your-programs/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 02:05:44 +0000</pubDate>
		<dc:creator>[[Neo]]</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[digsby]]></category>
		<category><![CDATA[how do i set up live mesh]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[live mesh]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[synchronization]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://thepizzy.net/blog/?p=227</guid>
		<description><![CDATA[I&#8217;m sure you&#8217;ve been at work, thinking &#8220;Crap, I don&#8217;t want to go home and do this, because I don&#8217;t have the software there.&#8221; Or maybe you do have the...]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m sure you&#8217;ve been at work, thinking &#8220;Crap, I don&#8217;t want to go home and do this, because I don&#8217;t have the software there.&#8221; Or maybe you do have the software, but you don&#8217;t have some certain set of plugins (i.e. Photoshop Brushes for a graphic designer), and you need a way to get those things synchronized in both places at once. <strong>***As such, this experiment implies that I will NOT be using this program in two locations simultaneously.***</strong> (That&#8217;s not to say that it can&#8217;t be done &#8211; but it is to say that it will require more human intervention to resolve the file version conflicts than I wish to do.)</p>
<p>Well, I have an answer &#8211; and this example will use the <a title="Digsby.com" href="http://digsby.com" target="_blank">Digsby Instant Messenger</a> client. (I&#8217;ll get technical after the story below.) Here&#8217;s a little background&#8230;<span id="more-227"></span></p>
<blockquote><p>I&#8217;ve been using <a title="Trillian.cc" href="http://trillian.cc/" target="_blank">Trillian</a> for my instant messaging software of choice since it was version 0.74a back in 2001. And I have never had any problems with it. It&#8217;s been a great tool to keep the 20-odd screennames I had back in the day all organized with their appropriate buddy lists joined or separated as necessary. Fortunately, I was invited to use their new <a title="Trillian Astra" href="http://www.trillian.im/" target="_blank">Trillian Astra</a> beta program for the past couple years. Using the Astra alpha/beta releases has been nice, as all the features from the Pro accounts were available for testing &#8211; that was, until <a href="http://blog.ceruleanstudios.com/?p=420" target="_blank">Build 98</a>, when they turned on the Basic/Pro distinction. Much to the chagrin of the beta testers, there was a major uprising because of this, with a lot of focus by the users being put on Chat Logs and server-side synchronization. To the praise of <a href="http://ceruleanstudios.com/" target="_blank">Cerulean Studios</a>, they reinstated the Pro functionality until they gave fair warning in <a href="http://blog.ceruleanstudios.com/?p=426" target="_blank">Build 99</a>.</p>
<p>One user mentioned Digsby as an alternative to Trillian. I&#8217;ve used other clients like <a href="http://meebo.com" target="_blank">meebo.com</a> as a cross-platform web-based chat, and <a href="http://pidgin.im" target="_blank">Pidgin</a> when I used Linux on my laptop (and even tried the Windows version recently). However, Digsby is the only one that provides the closest functionality to Trillian with the many social networks that it connects you to &#8211; with the somewhat-noticeable lack of MySpace IM. (But who really uses that anyway?)</p>
<p>Ultimately, I gave Digsby a shot on my laptop, running Windows 7 Beta 1, and it seemed to serve its purposes very nicely. I don&#8217;t use the laptop for anything beyond quick internet checking with <a href="http://google.com/chrome" target="_blank">Google Chrome</a>, collecting my emails in <a href="http://getthunderbird.com" target="_blank">Thunderbird</a>, an alarm clock using <a href="http://getsongbird.com/" target="_blank">Songbird</a>, and sending IMs.</p>
<p>Later, when Trillian released Build 99, I wasn&#8217;t thrilled about the limited Basic functionality I was relegated to &#8211; but also am not prepared to spend the nominal $25 to upgrade to Pro just yet. (Maybe I will this summer.) So, I installed Digsby at work, and on my desktop computers, and was back in business.</p>
<p>I noticed that once I installed Digsby on the other computers, it migrated my accounts, buddy lists configuration (i.e. meta contacts), and most of my preferences over. It wasn&#8217;t until I discovered there were also customizable themes and when I had to look through chat logs on 3 computers, that I noticed a need for further synchronization.</p>
<p>So I set out thinking of a way to do this&#8230;and that&#8217;s where we start.</p></blockquote>
<p>I&#8217;ve been using <a href="https://www.mesh.com/Welcome/howto/setup.aspx" target="_blank">Live Mesh</a> since it was <a href="http://office.microsoft.com/en-us/groove/FX100487641033.aspx" target="_blank">Microsoft Groove</a> in Microsoft Office 12 Beta 1. And I thoroughly enjoyed the functionality of being able to keep a single copy of my website code (since I run multiple sites on <a href="http://the-spot.net" target="_blank">the-spot.network</a>), and be able to work on them at work, at home, or with my laptop outside of <a href="http://maps.google.com/maps?hl=en&amp;safe=off&amp;client=firefox-a&amp;ie=UTF8&amp;q=jamba+juice+fort+worth&amp;fb=1&amp;split=1&amp;gl=us&amp;view=map&amp;ei=7_a7SdjwOqeEygWGn92IBg&amp;cd=1&amp;ll=32.755773,-97.329082&amp;spn=0.012018,0.019312&amp;z=16" target="_blank">Jamba Juice in Sundance Square</a>, Fort Worth, TX.</p>
<p>You can do this with both Groove or Mesh, but for the purposes of this article (since I don&#8217;t have Microsoft Office installed on the laptop), we&#8217;ll do it with Mesh (plus Mesh is free, Groove is part of Office 2007).</p>
<h2>Warning: Please read before you proceed.</h2>
<p>I had to do this SEVERAL times before it actually worked. By &#8220;SEVERAL&#8221; I mean that I had to reinstall Digsby a LOT because I didn&#8217;t do it correctly, or the permissions weren&#8217;t setup properly before I tried syncing. If I were you, I&#8217;d try something simple first, like creating a folder in Program Files, and sticking a txt file in it, and see if you can get it to sync. Once you&#8217;ve followed the instructions and learned how, give it a shot with the program you have in mind.</p>
<h2>Ok, you can continue.</h2>
<div id="attachment_228" class="wp-caption alignleft" style="width: 160px"><strong><a href="http://www.mesh.com"><img class="size-thumbnail wp-image-228" title="Sign Up for Mesh.com" src="http://thepizzy.net/blog/wp-content/uploads/2009/03/2009-03-14_1329-150x150.png" alt="Welcome to Mesh.com" width="150" height="150" /></a></strong><p class="wp-caption-text">Step 1: Sign up for Mesh.com</p></div>
<h3><strong><strong><strong><strong>Step 1: Sign into or up for Mesh.com</strong></strong></strong></strong></h3>
<p>Assuming you&#8217;ve already got a <a href="https://signup.live.com/signup.aspx" target="_blank">Windows Live Account</a>, sign into the  <a href="http://www.mesh.com" target="_blank">Live Mesh website</a>, with your Windows Live ID. Once you sign in, you&#8217;ll be taken to your Live Mesh Devices page.</p>
<div id="attachment_229" class="wp-caption alignright" style="width: 160px"><a href="http://www.mesh.com"><strong><img class="size-thumbnail wp-image-229" title="Add your computer to Mesh" src="http://thepizzy.net/blog/wp-content/uploads/2009/03/2009-03-14_1337-150x150.png" alt="Step 2: Add your computer to Mesh" width="150" height="150" /></strong></a><p class="wp-caption-text">Step 2: Add your computers to Mesh</p></div>
<h3>Step 2: Add your computer to Mesh</h3>
<p>From the Devices page, click <strong>Add Device</strong>. Use the drop-down menu to select your computer’s operating system, and then click <strong>Install</strong>. This downloads the Live Mesh software to your computer. Once you’ve installed the software, you’re ready to begin synchronizing folders between: your computer and your Live Desktop, your computer and other devices in your mesh, or your computer and a friend’s computer.</p>
<div id="attachment_236" class="wp-caption alignleft" style="width: 160px"><a href="http://thepizzy.net/blog/wp-content/uploads/2009/03/untitled-2.png"><img class="size-thumbnail wp-image-236" title="Live Mesh Window" src="http://thepizzy.net/blog/wp-content/uploads/2009/03/untitled-2-150x150.png" alt="Step 2a: Your Live Mesh device window" width="150" height="150" /></a><p class="wp-caption-text">Step 2a: Your Live Mesh device window</p></div>
<p>Do Step 2 on all the computers you wish to sync.</p>
<h3>Step 3: What do you want to sync?</h3>
<p>Mesh gives you about 5GB of cloud storage space. Because everything you sync between computers is also stored in at the Live Mesh website on your &#8220;Live Desktop&#8221;, the cumulative sum of all the files you want to keep synchronized cannot exceed 5GB.</p>
<p>For my example, I want to sync my Digsby themes so that I can use my them on whatever computer I am using. So, I navigate to the Program Files folder, and find the Digsbyresskins folder.</p>
<h3>Step 4: Setting the right permissions</h3>
<p>First things first though &#8211; if you&#8217;re using Windows Vista and have the User Access Control activated, then you&#8217;re not going to be able to write anything to this folder without giving Administrative Privilages. This will prevent Mesh from syncing the files and folders to anything your Program Files directory. So let&#8217;s fix it&#8230;</p>
<ol>
<li><strong>Right click on skins</strong>, choose <strong>Properties</strong></li>
<li>Click the <strong>Security Tab</strong>, and hit the <strong>Edit</strong> button</li>
<li>Hit <strong>Continue </strong>on the UAC window, click the <strong>Add</strong> button</li>
<li>Type your username and domain if needed, and hit <strong>OK<br />
</strong></li>
<li><em>(***If, in Step 8, you don&#8217;t see any files showing up, you might need to start over and add the &#8220;all user accounts&#8221; to have full permissions by selecting &#8220;&lt;localhost&gt;users&#8221;, and giving it Full Control. Otherwise, go ahead and set that permission now, if you don&#8217;t anticipate any security issues in doing so.***)</em></li>
<li>Check the <strong>Full Control</strong> checkbox, and hit <strong>OK</strong>, and hit <strong>OK</strong> again to close all the windows.</li>
</ol>
<p>Do this same thing on the other computers you&#8217;d like to sync with, adding the appropriate username for your account on that particular computer. Now you should be able to write files to that folder without needing approval.</p>
<h3>
<div id="attachment_241" class="wp-caption alignright" style="width: 160px"><a href="http://thepizzy.net/blog/wp-content/uploads/2009/03/untitled-41.png"><img class="size-thumbnail wp-image-241" title="Add your folder" src="http://thepizzy.net/blog/wp-content/uploads/2009/03/untitled-41-150x150.png" alt="Step 5: Add your folder to your Live Mesh" width="150" height="150" /></a><p class="wp-caption-text">Step 5: Add your folder to your Live Mesh</p></div>
<p>Step 5: Add the folder to your Live Mesh</h3>
<p>Now you&#8217;re ready to add your folder to your Live Mesh:</p>
<ol>
<li>First, remove everything in the folder you want to use. In my case, I cut all the theme folders in <strong>skins</strong>.</li>
<li><strong>Right click on skins</strong>, choose <strong>Add folder to Live Mesh</strong>.</li>
<li>You&#8217;ll get a window that pops up, asking what you&#8217;d like to name the folder. I just used &#8220;Digsby-skins&#8221;. Hit <strong>OK</strong>.</li>
<li>Paste the themes back into <strong>skins</strong> and let them sync.</li>
</ol>
<h3>
<div id="attachment_242" class="wp-caption alignleft" style="width: 160px"><a href="http://thepizzy.net/blog/wp-content/uploads/2009/03/2009-03-12_19381.png"><img class="size-thumbnail wp-image-242" title="Progress Meters" src="http://thepizzy.net/blog/wp-content/uploads/2009/03/2009-03-12_19381-150x150.png" alt="Step 6: The progress meters" width="150" height="150" /></a><p class="wp-caption-text">Step 6: The progress meters</p></div>
<p>Step 6: Let the folder Sync to Live Desktop</h3>
<p>My entire Digsby installation is about 60MB, with the themes making up about 3MB of that. Depending on what you&#8217;re actually syncing, this size will vary greatly &#8211; and so will the time it takes for everything to upload. If you open the folder you&#8217;ve chosen to sync, you&#8217;ll see a sidebar pop out of the right hand side of the window that shows the progress of your device.</p>
<p><em>Note: You&#8217;ll only see the devices that you&#8217;ve told to sync with this folder. Mine shows my laptop because I&#8217;ve already done this, we&#8217;ll get to adding the other devices next.</em></p>
<h3>
<div id="attachment_244" class="wp-caption alignright" style="width: 160px"><a href="http://thepizzy.net/blog/wp-content/uploads/2009/03/untitled-81.png"><img class="size-thumbnail wp-image-244" title="Mesh Folder Icon" src="http://thepizzy.net/blog/wp-content/uploads/2009/03/untitled-81-150x150.png" alt="Step 7: Icon to setup new Mesh folder" width="150" height="150" /></a><p class="wp-caption-text">Step 7: Icon to setup new Mesh folder</p></div>
<p>Step 7: Setting it up on the other computer.</h3>
<p>For this to work, you should have the same program installed on the other computer. This is not meant for sharing a program from computer to computer &#8211; just accessories like themes, plugins, settings, etc.</p>
<p>To set up your other computer, start over with Step 1 &#8211; install Live Mesh, add the computer, configure the Security settings, cut the contents from the folder you&#8217;re going to sync.</p>
<p>Once you&#8217;ve added this computer to Live Mesh, you&#8217;ll see a desktop icon, in my case &#8220;Digsby-skins&#8221;.</p>
<ol>
<li><strong>Double click the icon</strong> to get the setup window</li>
<li><strong>Click Browse</strong> and <strong>Navigate to the directory</strong> you want the sync&#8217;d files stored in and hit <strong>OK</strong></li>
</ol>
<p>You&#8217;ll want to give it some time to download the files that the source computer has put up on the Live Desktop. You can base that timeframe by the activity of the Progress Meters on the right of the directory window, as the image in Step 6 shows.</p>
<h3>
<div id="attachment_246" class="wp-caption alignleft" style="width: 160px"><a href="http://thepizzy.net/blog/wp-content/uploads/2009/03/2009-03-12_19421.png"><img class="size-thumbnail wp-image-246" title="conflict notification" src="http://thepizzy.net/blog/wp-content/uploads/2009/03/2009-03-12_19421-150x150.png" alt="Step 8: Conflict Notification" width="150" height="150" /></a><p class="wp-caption-text">Step 8: Conflict Notification</p></div>
<p>Step 8: Add any files from the secondary computer to be sync&#8217;d</h3>
<p>Once you have finished syncing the files from the source computer, you can cut/paste the files you moved on the secondary computer, back to their original location. This allows you to Overwrite any files that might be duplicated on both machines, instead of having to resolve any conflicts manually.</p>
<p>After you have copied the files on the secondary computer back to their original location, check to see that they are showing up on the primary computer. If they are, then everything is working like it should.</p>
<h3>Step 9: Testing the synchronization</h3>
<p>When everything is finally sync&#8217;d back between both computers, give it a test. You should now be able to load your program in both places, and if you happen to add a new plugin in one location, it should be available on the other computer soon thereafter.</p>
<h2>That&#8217;s that&#8230;</h2>
<p>That is how I have set up my Digsby installation to share Themes, and how I will instruct one of my coworkers to sync her Photoshop brushes between office and home. Let me know what you&#8217;re using it for in the comments below.<br />
<center><br /><a href="http://twitter.com/neotsn"><img class="size-full wp-image-583  aligncenter" title="twitter.com/neotsn" src="http://thepizzy.net/blog/wp-content/uploads/2010/08/twitter-wordpress-neo12.png" alt="twitter.com/neotsn" width="350" height="125" /></a></center></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/cloud+computing' rel='tag' target='_blank'>cloud computing</a>, <a class='technorati-link' href='http://technorati.com/tag/computer' rel='tag' target='_blank'>computer</a>, <a class='technorati-link' href='http://technorati.com/tag/digsby' rel='tag' target='_blank'>digsby</a>, <a class='technorati-link' href='http://technorati.com/tag/how+do+i+set+up+live+mesh' rel='tag' target='_blank'>how do i set up live mesh</a>, <a class='technorati-link' href='http://technorati.com/tag/How+To' rel='tag' target='_blank'>How To</a>, <a class='technorati-link' href='http://technorati.com/tag/internet' rel='tag' target='_blank'>internet</a>, <a class='technorati-link' href='http://technorati.com/tag/live+mesh' rel='tag' target='_blank'>live mesh</a>, <a class='technorati-link' href='http://technorati.com/tag/microsoft' rel='tag' target='_blank'>microsoft</a>, <a class='technorati-link' href='http://technorati.com/tag/network' rel='tag' target='_blank'>network</a>, <a class='technorati-link' href='http://technorati.com/tag/plugins' rel='tag' target='_blank'>plugins</a>, <a class='technorati-link' href='http://technorati.com/tag/sync' rel='tag' target='_blank'>sync</a>, <a class='technorati-link' href='http://technorati.com/tag/synchronization' rel='tag' target='_blank'>synchronization</a>, <a class='technorati-link' href='http://technorati.com/tag/theme' rel='tag' target='_blank'>theme</a>, <a class='technorati-link' href='http://technorati.com/tag/Windows' rel='tag' target='_blank'>Windows</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://thepizzy.net/blog/2009/03/how-to-use-live-mesh-to-sync-your-programs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

