<?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>TechNullogy &#187; C#</title>
	<atom:link href="http://www.technullogy.net/index.php/tag/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.technullogy.net</link>
	<description>Musings of a convert to nerdism</description>
	<lastBuildDate>Thu, 22 Jul 2010 19:43:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Sync Files and Folders Between Computers</title>
		<link>http://www.technullogy.net/index.php/2010/02/06/sync-files-and-folders-between-computers/</link>
		<comments>http://www.technullogy.net/index.php/2010/02/06/sync-files-and-folders-between-computers/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 16:42:01 +0000</pubDate>
		<dc:creator>MJ Hufford</dc:creator>
				<category><![CDATA[General Musings]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Live Mesh]]></category>
		<category><![CDATA[Live Sync]]></category>

		<guid isPermaLink="false">http://www.technullogy.net/?p=146</guid>
		<description><![CDATA[I have one music library on my iMac (running Snow Leopard) and another on my MacBook Pro (BootCamp &#8211; running Windows 7 Ultimate).  My wife purchases music on the iMac and I purchase from my laptop.  Sometimes we use iTunes, other times we use Wal-Mart.com.  Hence the need for a sync utility.  I came across [...]]]></description>
			<content:encoded><![CDATA[<p>I have one music library on my iMac (running Snow Leopard) and another on my MacBook Pro (BootCamp &#8211; running Windows 7 Ultimate).  My wife purchases music on the iMac and I purchase from my laptop.  Sometimes we use iTunes, other times we use Wal-Mart.com.  Hence the need for a sync utility.  I came across Microsoft&#8217;s Live Sync while looking for a platform  agnostic utility to sync my music library.</p>
<h2><a href="https://sync.live.com/">Live Sync</a></h2>
<p>Windows Live Sync is an application and web service used to synchronize files and folders across multiple computers and with multiple users.  You can sync up to 20 different folders with up to 20,000 files each.  It also provides a nice web interface for browsing your remote computers&#8217; hard drives (don&#8217;t worry, it&#8217;s all encrypted).</p>
<p><a href="http://www.technullogy.net/wp-content/uploads/2010/02/FolderShare.png"><img class="aligncenter size-medium wp-image-194" title="FolderShare (Live Sync)" src="http://www.technullogy.net/wp-content/uploads/2010/02/FolderShare-274x300.png" alt="" width="274" height="300" /></a></p>
<p>You can invite friends to share/sync folders and grant permissions as readers, contributors or owners.</p>
<p>In theory, this should have worked great.  My problem was that I already had folders that were out of sync with each other.  Live Sync seemed to have a hard time with this.  It was also quite slow in syncing 10+ GB over the internet.</p>
<p>I use this to quickly and conveniently access files on my home network from anywhere in the world.  This could also be a great solution for musicians who are working on a project  remotely.  It&#8217;s a user-friendly, FREE way to sync your music projects.</p>
<p><a href="http://www.technullogy.net/wp-content/uploads/2010/02/ScreenShot.png"><img class="aligncenter size-medium wp-image-195" title="LiveSyncBrowse" src="http://www.technullogy.net/wp-content/uploads/2010/02/ScreenShot-300x236.png" alt="" width="300" height="236" /></a></p>
<h2><a href="https://www.mesh.com/">Live Mesh</a></h2>
<div>
<p>Live Mesh is another cool Microsoft product that gives you all the features of LiveSync, but adds support for remote desktop (requires ActiveX) and 5GB of online storage (not much, eh?).  Microsoft describes Live Mesh like this:</p>
<blockquote><p>With Live Mesh, you can synchronize files with all of  your devices, so you always have the latest versions handy. Access your  files from any device or from the web, easily share them with others,  and get notified whenever someone changes a file.  Use Live Mesh to connect to your other computer and  access its desktop as if you were sitting right in front of it.</p></blockquote>
<p><a href="http://www.technullogy.net/wp-content/uploads/2010/02/LiveMesh.png"><img class="aligncenter size-medium wp-image-196" title="LiveMesh" src="http://www.technullogy.net/wp-content/uploads/2010/02/LiveMesh-300x200.png" alt="" width="300" height="200" /></a></p>
<p>I downloaded the Vista x64 version for Windows 7 and it worked fine.  Very cool&#8230;and has it&#8217;s place&#8230;but it still didn&#8217;t meet my needs for reasons mentioned earlier. Live Mesh boasts future support for mobile devices, but has been advertised as &#8220;Coming Soon&#8221; for about a year.</p>
</div>
<h2>Home Brew</h2>
<p>So, I learned about a couple nice utilities from Microsoft that run smoothly on Mac, but at this point I&#8217;ve decided to write my own folder sync utility in C#.  It&#8217;s a console app right now.  I have the following config settings available:</p>
<ul>
<li>Local folder location</li>
<li>Remote folder location (supports UNC paths for network shares)</li>
<li>Copy from local to remote</li>
<li>Copy from remote to local</li>
<li>Enable verbose logging</li>
<li>Log file location</li>
<li>Append or overwrite log file</li>
<li>Overwrite files if source is larger &#8211; if there are files of different sizes with the same name in the same folder. This option will overwrite the destination file if the source file is larger</li>
<li>File types to exclude (I use this because I don&#8217;t want DS_Store files copied to Windows and I don&#8217;t want desktop.ini or .lnk files copied to the Mac)</li>
</ul>
<p>So far so good.  I copied 10 gigs of files in 5000 directories (on a local 100Mbps network) in about 20 minutes.  This could come in handy if you need to sync a local folder with a network share at work.  Thoughts from the peanut gallery?  Should I turn it into a windows app and post it here for download?</p>
<p><a href="http://www.labnol.org/internet/compare-windows-live-sync-mesh-and-skydrive/6166/">Click here to check out a great blog post about Live Sync, Live Mesh and SkyDrive.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.technullogy.net/index.php/2010/02/06/sync-files-and-folders-between-computers/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Free .NET Weather &amp; Rounded Div Container Controls</title>
		<link>http://www.technullogy.net/index.php/2009/08/20/free-net-weather-rounded-div-container-controls/</link>
		<comments>http://www.technullogy.net/index.php/2009/08/20/free-net-weather-rounded-div-container-controls/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 02:14:43 +0000</pubDate>
		<dc:creator>MJ Hufford</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Server Controls]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[User Controls]]></category>

		<guid isPermaLink="false">http://www.technullogy.net/?p=126</guid>
		<description><![CDATA[I used to run very small business on the side called &#8220;MJ Consulting&#8221;. I provided basic IT services to mom &#38; pop shop businesses in my area; making sure that it did not conflict with any interests at my real job with Wachter. It was so small that I barely made enough to pay for [...]]]></description>
			<content:encoded><![CDATA[<p>I used to run very small business on the side called &#8220;MJ Consulting&#8221;.  I provided basic IT services to mom &amp; pop shop businesses in my area; making sure that it did not conflict with any interests at my real job with Wachter.  It was so small that I barely made enough to pay for the business license, domain name and a couple trips through the Wendy&#8217;s drive-thru. <img src='http://www.technullogy.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Well I haven&#8217;t done anything in that name for about a year, so I shut down the site.  However, I had some .NET controls there.  One was a Weather Channel control and another was a rounded corner &#8220;div&#8221; container.  Typical &#8220;drag n drop&#8221; server controls.  If you came here looking for those, you can find them using the links below.  Shoot me an email if you have any questions or find a bug.  Happy coding!</p>
<p><a href="http://www.box.net/shared/8pmqbey4e4">Download Rounded Div Control 3.2</a> Updated 02/27/2010<br />
<a title="MJC Weather .NET Control" href="http://www.box.net/shared/n8sndictbg">Download Weather Control 2.2</a> Updated 02/27/2010<br />

<a href='http://www.technullogy.net/index.php/2009/08/20/free-net-weather-rounded-div-container-controls/mjcroundeddiv/' title='MjcRoundedDiv'><img width="150" height="150" src="http://www.technullogy.net/wp-content/uploads/2009/08/MjcRoundedDiv-150x150.png" class="attachment-thumbnail" alt="MjcRoundedDiv" title="MjcRoundedDiv" /></a>
<a href='http://www.technullogy.net/index.php/2009/08/20/free-net-weather-rounded-div-container-controls/myweather/' title='MyWeather'><img width="150" height="150" src="http://www.technullogy.net/wp-content/uploads/2009/08/MyWeather-150x150.jpg" class="attachment-thumbnail" alt="MyWeather" title="MyWeather" /></a>
</p>
<p>Full source is now available on CodePlex.com for both controls.Visit <a title="Yeah baby!" href="http://weatherforecast.codeplex.com/">http://WeatherForecast.Codeplex.com</a> or <a title="That's what I'm talkin' about!" href="http://roundcorners.codeplex.com/">http://RoundCorners.Codeplex.com</a> for more details.</p>
<p>
<!-- Begin PayPal Donations by http://wpstorm.net/ -->
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><div class="paypal-donations"><input type="hidden" name="cmd" value="_donations" /><input type="hidden" name="business" value="mjhufford@gmail.com" /><input type="hidden" name="item_name" value="TechNullogy.net" /><input type="hidden" name="amount" value="5.00" /><input type="hidden" name="currency_code" value="USD" /><input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online." /><img alt="" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" /></div></form>
<!-- End PayPal Donations -->
<br />
Like these free controls?  Please make a small donation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technullogy.net/index.php/2009/08/20/free-net-weather-rounded-div-container-controls/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
	</channel>
</rss>
