<?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>Roaming in the computer world</title>
	<atom:link href="http://www.codingbeaver.com/myblog/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codingbeaver.com/myblog</link>
	<description>:: Anything about technology and my tech knowledge ::</description>
	<lastBuildDate>Mon, 16 Apr 2012 21:46:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>AJAX request timeout error</title>
		<link>http://www.codingbeaver.com/myblog/index.php/2012/04/16/ajax-request-timeout-error/</link>
		<comments>http://www.codingbeaver.com/myblog/index.php/2012/04/16/ajax-request-timeout-error/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 21:46:55 +0000</pubDate>
		<dc:creator>CodingBeaver</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.codingbeaver.com/myblog/?p=1220</guid>
		<description><![CDATA[The default value of AJAX postback is 90 seconds, so if you have a long asynchronous postback, you will get an error as this: Sys.WebForms.PageRequestManagerTimeoutException: The server request timed out. The fix is to change the default timeout value to &#8230; <a href="http://www.codingbeaver.com/myblog/index.php/2012/04/16/ajax-request-timeout-error/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The default value of AJAX postback is 90 seconds, so if you have a long asynchronous postback, you will get an error as this:</p>
<p>Sys.WebForms.PageRequestManagerTimeoutException: The server request timed out.</p>
<p>The fix is to change the default timeout value to a larger value in your ScriptManger’s AsyncPostBackTimeout property (10 minutes as below):</p>
<pre class="code"><span style="color: blue">&lt;</span><span style="color: maroon">asp</span><span style="color: blue">:</span><span style="color: maroon">ScriptManager </span><span style="color: red">ID</span><span style="color: blue">=&quot;ScriptManager1&quot; </span><span style="color: red">runat</span><span style="color: blue">=&quot;server&quot; </span><span style="color: red">AsyncPostBackTimeout</span><span style="color: blue">=&quot;600&quot;&gt;
        &lt;/</span><span style="color: maroon">asp</span><span style="color: blue">:</span><span style="color: maroon">ScriptManager</span><span style="color: blue">&gt;
</span></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.codingbeaver.com/myblog/index.php/2012/04/16/ajax-request-timeout-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Invalid Parameter Binding error when using Oracle ODP.NET TableAdapter</title>
		<link>http://www.codingbeaver.com/myblog/index.php/2012/04/16/invalid-parameter-binding-error-when-using-oracle-odp-net-tableadapter/</link>
		<comments>http://www.codingbeaver.com/myblog/index.php/2012/04/16/invalid-parameter-binding-error-when-using-oracle-odp-net-tableadapter/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 21:37:11 +0000</pubDate>
		<dc:creator>CodingBeaver</dc:creator>
				<category><![CDATA[.NET Application]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.codingbeaver.com/myblog/?p=1218</guid>
		<description><![CDATA[If you use Oracle ODP.NET in Visual Studio 2010 (or earlier version) to create a DataTable by using TableAdapter wizard, you may get an Invalid Parameter Binding error if there is a parameter in your query. For example, this simple &#8230; <a href="http://www.codingbeaver.com/myblog/index.php/2012/04/16/invalid-parameter-binding-error-when-using-oracle-odp-net-tableadapter/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you use Oracle ODP.NET in Visual Studio 2010 (or earlier version) to create a DataTable by using TableAdapter wizard, you may get an Invalid Parameter Binding error if there is a parameter in your query. For example, this simple select query below can cause the error:</p>
<div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper">
<div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px" id="codeSnippet">
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #0000ff">select</span> * <span style="color: #0000ff">from</span> Person <span style="color: #0000ff">where</span> personId=:person_uid</pre>
<p><!--CRLF--></div>
</div>
<p>The cause is strange because ODP.NET cannot recognize the parameter’s DbType and thus sets the DbType of the parameter to Object, so the fix is simple: just change the DbType from Object to Int32 or the correct DbType.</p>
<p>In Visual Studio, right click the query of the TableAdapter, then click Properties. From the Properties window, click Parameters drop down list, then change the DbType of the parameter from Object to Int32 (or the correct DbType in your application):</p>
<p><a href="http://www.codingbeaver.com/myblog/wp-content/uploads/2012/04/Oracle_Invalid_Parameter_Binding.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="Oracle_Invalid_Parameter_Binding" border="0" alt="Oracle_Invalid_Parameter_Binding" src="http://www.codingbeaver.com/myblog/wp-content/uploads/2012/04/Oracle_Invalid_Parameter_Binding_thumb.jpg" width="661" height="476" /></a></p>
<p>After the change, the error will go away. However, if you ever change the query, you will need to remember to change the DbType again because ODP.NET will set it to Object again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codingbeaver.com/myblog/index.php/2012/04/16/invalid-parameter-binding-error-when-using-oracle-odp-net-tableadapter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Forms Authentication Blocks Images and CSS Files</title>
		<link>http://www.codingbeaver.com/myblog/index.php/2012/04/11/asp-net-forms-authentication-blocks-images-and-css-files/</link>
		<comments>http://www.codingbeaver.com/myblog/index.php/2012/04/11/asp-net-forms-authentication-blocks-images-and-css-files/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 18:01:02 +0000</pubDate>
		<dc:creator>CodingBeaver</dc:creator>
				<category><![CDATA[.NET Security]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.codingbeaver.com/myblog/?p=1211</guid>
		<description><![CDATA[If you use the ASP.NET Forms Authentication in your web application that runs on IIS 7 or above with the integrated pipeline application pool, you may find that the images and the styles of your application are not displayed until &#8230; <a href="http://www.codingbeaver.com/myblog/index.php/2012/04/11/asp-net-forms-authentication-blocks-images-and-css-files/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you use the ASP.NET Forms Authentication in your web application that runs on IIS 7 or above with the integrated pipeline application pool, you may find that the images and the styles of your application are not displayed until you are logged in (authenticated). If you encounter this problem, here is the solution to fix it.</p>
<p>First, let me take one step back to explain why the problem happens. If you look at your web.config file, you will most likely see a property in the &lt;modules&gt; section as follows:</p>
<pre class="code"><span style="color: blue">&lt;</span><span style="color: #a31515">modules </span><span style="color: red">runAllManagedModulesForAllRequests</span><span style="color: blue">=</span>&quot;<span style="color: blue">true</span>&quot; <span style="color: blue">/&gt;
</span></pre>
<p>If you have implemented the Forms Authentication in your application, this line of code, when is set to true, tells ASP.NET to protect all contents in your application, including the images and css files from all unauthenticated users. So if you have images and styles on your login page, then they will not display. This is new in IIS 7 and above. To ensure the backwards compatibility, IIS 7 and above uses a precondition for the default configuration for all managed modules. So, by default, ASP.NET should only protect requests handled by a managed handler, such as .aspx or .asmx files, because of the precondition. However, the above line in the web.config when set to true will ignore the precondition, and thus all requests are handled by the managed handler.</p>
<p>Based on the information, the quick and dirty fix will be set the above line to false or simply remove the line from your web.config.</p>
<pre class="code"><span style="color: blue">&lt;</span><span style="color: #a31515">modules </span><span style="color: red">runAllManagedModulesForAllRequests</span><span style="color: blue">=</span>&quot;<span style="color: blue">false</span>&quot; <span style="color: blue">/&gt;
</span></pre>
<p>But what if your web application requires high security and you DO need to protect files other than .aspx and .asmx files? So the better solution will be set the above line to true, and at the same time to use &lt;location&gt; for your image files and css files to bypass the authentication.</p>
<pre class="code"><span style="color: blue">&lt;</span><span style="color: #a31515">location </span><span style="color: red">path</span><span style="color: blue">=</span>&quot;<span style="color: blue">Styles</span>&quot;<span style="color: blue">&gt;
    &lt;</span><span style="color: #a31515">system.web</span><span style="color: blue">&gt;
      &lt;</span><span style="color: #a31515">authorization</span><span style="color: blue">&gt;
        &lt;</span><span style="color: #a31515">allow </span><span style="color: red">users</span><span style="color: blue">=</span>&quot;<span style="color: blue">?</span>&quot;<span style="color: blue">/&gt;
      &lt;/</span><span style="color: #a31515">authorization</span><span style="color: blue">&gt;
    &lt;/</span><span style="color: #a31515">system.web</span><span style="color: blue">&gt;
  &lt;/</span><span style="color: #a31515">location</span><span style="color: blue">&gt;
  &lt;</span><span style="color: #a31515">location </span><span style="color: red">path</span><span style="color: blue">=</span>&quot;<span style="color: blue">App_Themes</span>&quot;<span style="color: blue">&gt;
    &lt;</span><span style="color: #a31515">system.web</span><span style="color: blue">&gt;
      &lt;</span><span style="color: #a31515">authorization</span><span style="color: blue">&gt;
        &lt;</span><span style="color: #a31515">allow </span><span style="color: red">users</span><span style="color: blue">=</span>&quot;<span style="color: blue">?</span>&quot;<span style="color: blue">/&gt;
      &lt;/</span><span style="color: #a31515">authorization</span><span style="color: blue">&gt;
    &lt;/</span><span style="color: #a31515">system.web</span><span style="color: blue">&gt;
&lt;/</span><span style="color: #a31515">location</span><span style="color: blue">&gt;
</span></pre>
<p>However, there is one more problem with the solution above. If your site has heavy traffic,</p>
<p><strong>runAllManagedModulesForAllRequests=&quot;true&quot;</strong> will force all requests to be handled by managed modules which will increase the load of your application, besides, you may only need some managed modules to handle all requests regardless of content, but for other modules, they can use the default configuration to handle the request. To do this, you will need to identify what modules should handle all requests regardless of content, for instance, the Forms Authentication Module and the URL Authorization Module; then modify the &lt;module&gt; property of your web.config file as follows:</p>
<pre class="code">  <span style="color: blue">&lt;</span><span style="color: #a31515">system.webServer</span><span style="color: blue">&gt;
    &lt;!--</span><span style="color: green">&lt;modules runAllManagedModulesForAllRequests=&quot;false&quot; /&gt;</span><span style="color: blue">--&gt;
    &lt;</span><span style="color: #a31515">modules</span><span style="color: blue">&gt;
      &lt;</span><span style="color: #a31515">remove </span><span style="color: red">name</span><span style="color: blue">=</span>&quot;<span style="color: blue">FormsAuthenticationModule</span>&quot; <span style="color: blue">/&gt;
      &lt;</span><span style="color: #a31515">add </span><span style="color: red">name</span><span style="color: blue">=</span>&quot;<span style="color: blue">FormsAuthenticationModule</span>&quot;
           <span style="color: red">type</span><span style="color: blue">=</span>&quot;<span style="color: blue">System.Web.Security.FormsAuthenticationModule</span>&quot; <span style="color: blue">/&gt;

      &lt;</span><span style="color: #a31515">remove </span><span style="color: red">name</span><span style="color: blue">=</span>&quot;<span style="color: blue">UrlAuthorization</span>&quot; <span style="color: blue">/&gt;
      &lt;</span><span style="color: #a31515">add </span><span style="color: red">name</span><span style="color: blue">=</span>&quot;<span style="color: blue">UrlAuthorization</span>&quot;
           <span style="color: red">type</span><span style="color: blue">=</span>&quot;<span style="color: blue">System.Web.Security.UrlAuthorizationModule</span>&quot; <span style="color: blue">/&gt;

      &lt;</span><span style="color: #a31515">remove </span><span style="color: red">name</span><span style="color: blue">=</span>&quot;<span style="color: blue">DefaultAuthentication</span>&quot; <span style="color: blue">/&gt;
      &lt;</span><span style="color: #a31515">add </span><span style="color: red">name</span><span style="color: blue">=</span>&quot;<span style="color: blue">DefaultAuthentication</span>&quot;
           <span style="color: red">type</span><span style="color: blue">=</span>&quot;<span style="color: blue">System.Web.Security.DefaultAuthenticationModule</span>&quot; <span style="color: blue">/&gt;
    &lt;/</span><span style="color: #a31515">modules</span><span style="color: blue">&gt;
  &lt;/</span><span style="color: #a31515">system.webServer</span><span style="color: blue">&gt;
</span></pre>
<p>This change combined with the &lt;location&gt; tag will allow ASP.NET to display the images and the style on your page, without causing security issues.</p>
<p>Hope this helps.</p>
<h3>References:</h3>
<ul>
<li><a href="http://learn.iis.net/page.aspx/244/how-to-take-advantage-of-the-iis-integrated-pipeline/" target="_blank">How to Take Advantage of the IIS 7.0 Integrated Pipeline</a></li>
<li><a href="http://learn.iis.net/page.aspx/121/iis-modules-overview/#Precondition" target="_blank">IIS Modules Overview</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.codingbeaver.com/myblog/index.php/2012/04/11/asp-net-forms-authentication-blocks-images-and-css-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Windows 8 logo</title>
		<link>http://www.codingbeaver.com/myblog/index.php/2012/02/21/new-windows-8-logo/</link>
		<comments>http://www.codingbeaver.com/myblog/index.php/2012/02/21/new-windows-8-logo/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 23:07:44 +0000</pubDate>
		<dc:creator>CodingBeaver</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.codingbeaver.com/myblog/?p=1206</guid>
		<description><![CDATA[In case you don’t know, the upcoming Windows 8 will have a new logo: Honestly, I am very disappointed with the design of the new logo because it is too simple and too clean, and it looks like a flag &#8230; <a href="http://www.codingbeaver.com/myblog/index.php/2012/02/21/new-windows-8-logo/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In case you don’t know, the upcoming Windows 8 will have a new logo:</p>
<p><a href="http://www.codingbeaver.com/myblog/wp-content/uploads/2012/02/1537.Win8Logo_01_008485DD.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="1537.Win8Logo_01_008485DD" border="0" alt="1537.Win8Logo_01_008485DD" src="http://www.codingbeaver.com/myblog/wp-content/uploads/2012/02/1537.Win8Logo_01_008485DD_thumb.jpg" width="640" height="135" /></a></p>
<p>Honestly, I am very disappointed with the design of the new logo because it is too simple and too clean, and it looks like a flag of a country: if you replace blue with white, and white with dark blue, it becomes the flag of Finland. </p>
<p><img src="http://flagpedia.net/data/flags/normal/fi.png" /></p>
<p>I hope it will be changed when Windows 8 is released.</p>
<p>For more information about the new logo, check <a href="http://windowsteamblog.com/windows/b/bloggingwindows/archive/2012/02/17/redesigning-the-windows-logo.aspx" target="_blank">Blogging Windows</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codingbeaver.com/myblog/index.php/2012/02/21/new-windows-8-logo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Illegal characters in path error</title>
		<link>http://www.codingbeaver.com/myblog/index.php/2012/02/14/illegal-characters-in-path-error/</link>
		<comments>http://www.codingbeaver.com/myblog/index.php/2012/02/14/illegal-characters-in-path-error/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 23:10:51 +0000</pubDate>
		<dc:creator>CodingBeaver</dc:creator>
				<category><![CDATA[.NET Application]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.codingbeaver.com/myblog/?p=1201</guid>
		<description><![CDATA[I am working on a project allows user to upload files to server and download uploaded files from server. It is simple and straight-forward: the file is save in file system, and the file path is saved in database. When &#8230; <a href="http://www.codingbeaver.com/myblog/index.php/2012/02/14/illegal-characters-in-path-error/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I am working on a project allows user to upload files to server and download uploaded files from server. It is simple and straight-forward: the file is save in file system, and the file path is saved in database. When user requests to download a file, the file path is returned from the database and user is prompted with the save file dialog to save the file. Everything has been working well, then suddenly one day the application threw a System.ArgumentException error saying “Illegal characters in path”. I checked the file system but didn’t find any illegal characters in any file names, so the problem is not in the file system. After more investigation, I found out the problem lies in the file path stored in database. </p>
<p>The data type for the file path column in database is varchar and doesn’t support Unicode text, so when a file that containing Unicode text in the file name is uploaded, the Unicode text becomes questions marks (?????), and when this file is requested for download, the question marks will cause the “Illegal characters in path” error. The fix is simple: change the data type from varchar to nvarchar to support Unicode text.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codingbeaver.com/myblog/index.php/2012/02/14/illegal-characters-in-path-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Features I enjoy in SugarSync</title>
		<link>http://www.codingbeaver.com/myblog/index.php/2012/01/17/features-i-enjoy-in-sugarsync/</link>
		<comments>http://www.codingbeaver.com/myblog/index.php/2012/01/17/features-i-enjoy-in-sugarsync/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 21:41:42 +0000</pubDate>
		<dc:creator>CodingBeaver</dc:creator>
				<category><![CDATA[Tools & Utilities]]></category>
		<category><![CDATA[Cloud Storage]]></category>
		<category><![CDATA[DropBox]]></category>
		<category><![CDATA[SpiderOak]]></category>
		<category><![CDATA[SugarSync]]></category>

		<guid isPermaLink="false">http://www.codingbeaver.com/myblog/?p=1198</guid>
		<description><![CDATA[I have been with SugarSync for almost a year now. I started with the 5 GB free plan and today I decided to upgrade my free plan to a paid plan. Why? Because I love SugarSync and I want to &#8230; <a href="http://www.codingbeaver.com/myblog/index.php/2012/01/17/features-i-enjoy-in-sugarsync/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have been with SugarSync for almost a year now. I started with the 5 GB free plan and today I decided to upgrade my free plan to a paid plan. Why? Because I love SugarSync and I want to support it to stay strong in business so I can continue enjoying the service it provides. </p>
<p>If you are looking for cloud storage with generous space, I suggest you to take a look at SugarSync. If you are currently using DropBox, or SpiderOak, I suggest you to read <a href="http://www.codingbeaver.com/myblog/index.php/2011/12/09/sugarsync-vs-dropbox-vs-spideroak-which-should-i-choose/" target="_blank">my previous post</a> for the comparison of these three providers.</p>
<p>Today, I am going to share with you some features that I like in SugarSync:</p>
<p><strong>1. Upload by Email</strong></p>
<p>This is so far my favorite feature. Once you sign up with SugarSync, you will automatically get an special email address like <strong>YourUsername.AGeneratedNumber@e2f.sugarsync.com</strong>, it is your Upload by Email address. If you send an email with attachment to this address, your attachment will be automatically uploaded to your SugarSync account and synced across your computers. To locate your Upload by Email address, first login to your SugarSync account, then click Account tab on the top, you will see your Upload by Email address under the Settings section. What if this email address is compromised by spammers? No worry, you can login and regenerate a new Upload by Email address.</p>
<p><strong>2. SugarSync for Outlook</strong></p>
<p>SugarSync plugin for Outlook allows user to send large attachment via SugarSync instead of the email attachment. The large attachment is uploaded and stored in the cloud in a folder called “Uploaded by Outlook” in your Web Archive, and the recipients will just need to click a link included in their email message to download the attachment. No need to worry about the size limit of the email attachment and also the uploaded attachment is backed up in the cloud.</p>
<p><strong>3. Flexibility of File Sync and Sharing</strong></p>
<p>After you install SugarSync client, a folder called Magic Briefcase will be created. Any file and folder in this folder will be automatically synced across your computers running SugarSync client. However, you can also choose any other folder on your computer to sync with any computer of yours without having to put them in Magic Briefcase. It is very useful if you just want to sync some file or folder with some specific computer, but not all computers.</p>
<p>SugarSync’s Magic Briefcase folder is similar to DropBox’s My DropBox folder. DropBox uses My DropBox folder for everything, including files you shared with other people and files other people shared with you, and the problem is the file sharing and sync will get confusing when you have a lot of files and folders. The shared file/folder will be synced across computer automatically, and you don’t have control over it. SugarSync, however, creates a folder called SugarSync Shared Folder when someone shared a file with you, and you can decide the destination where the shared file will reside. In my opinion, a separate folder for file sharing makes it easier to organize your files.</p>
<p><strong>4. Generous Storage Space</strong></p>
<p>SugarSync offers a free plan with 5 GB space for you to start with and offers some options to give you some bonus free space up to 1 GB. After you download and install SugarSync, login to your account, then click Getting Started on the top of the page, then complete those six tasks to earn up to 750 MB free space:</p>
<p><a href="http://www.codingbeaver.com/myblog/wp-content/uploads/2012/01/SugarSyncTasks.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="SugarSyncTasks" border="0" alt="SugarSyncTasks" src="http://www.codingbeaver.com/myblog/wp-content/uploads/2012/01/SugarSyncTasks_thumb.jpg" width="816" height="495" /></a></p>
<p>If you have iPhone, then you can install SugarSync for iPhone, then play a simple game in SugarSync for iPhone to earn additional 250 MB free space. So now you have 6 GB total free space. If you want to earn more free space, you can use SugarSync’s referral program to earn UNLIMITED free space.</p>
<p>There are a lot more features in SugarSync that I didn’t cover here, and the above features are those I like the most. You can check their web site to get a full list of features.</p>
<p>I hope you find this post and <a href="http://www.codingbeaver.com/myblog/index.php/2011/12/09/sugarsync-vs-dropbox-vs-spideroak-which-should-i-choose/" target="_blank">my previous post</a> helpful. Should you have decided to choose SugarSync, could you use <a href="https://www.sugarsync.com/referral?rf=e3izqm2hfvy70&amp;utm_source=txemail&amp;utm_medium=email&amp;utm_campaign=referral">my referral link</a> to sign up? If you use it to sign up a free 5GB account and install the client, you will get an extra 500 MB bonus space, and I will get a 500 MB bonus as the result of the referral. Thank you in advance.</p>
<p><a href="https://www.sugarsync.com/referral?rf=e3izqm2hfvy70&amp;utm_source=txemail&amp;utm_medium=email&amp;utm_campaign=referral">https://www.sugarsync.com/referral?rf=e3izqm2hfvy70&amp;utm_source=txemail&amp;utm_medium=email&amp;utm_campaign=referral</a></p>
<p>Happy Syncing!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codingbeaver.com/myblog/index.php/2012/01/17/features-i-enjoy-in-sugarsync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keep your SugarSync referral link on your own site</title>
		<link>http://www.codingbeaver.com/myblog/index.php/2011/12/21/keep-your-sugarsync-referral-link-on-your-own-site/</link>
		<comments>http://www.codingbeaver.com/myblog/index.php/2011/12/21/keep-your-sugarsync-referral-link-on-your-own-site/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 21:27:07 +0000</pubDate>
		<dc:creator>CodingBeaver</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.codingbeaver.com/myblog/?p=1194</guid>
		<description><![CDATA[Since I published my latest post titled “SugarSync vs DropBox vs SpiderOak, which should I choose”, several people have tried to post their SugarSync referral link in their comments on my post. I find it very annoying, so I would &#8230; <a href="http://www.codingbeaver.com/myblog/index.php/2011/12/21/keep-your-sugarsync-referral-link-on-your-own-site/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Since I published my latest post titled “<a href="http://www.codingbeaver.com/myblog/index.php/2011/12/09/sugarsync-vs-dropbox-vs-spideroak-which-should-i-choose/">SugarSync vs DropBox vs SpiderOak, which should I choose</a>”, several people have tried to post their SugarSync referral link in their comments on my post. I find it very annoying, so I would like to make it clear: <strong>please don’t post your SugarSync referral link on my site. If you want to earn bonus space by referring people, then post your referral link on your own site.</strong></p>
<p>Anyone who posts their referral link from SugarSync, DropBox, SpiderOak, or whatever, is not welcome here, and the post will be deleted immediately.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codingbeaver.com/myblog/index.php/2011/12/21/keep-your-sugarsync-referral-link-on-your-own-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSI Miami web page messed up</title>
		<link>http://www.codingbeaver.com/myblog/index.php/2011/12/19/csi-miami-web-page-messed-up/</link>
		<comments>http://www.codingbeaver.com/myblog/index.php/2011/12/19/csi-miami-web-page-messed-up/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 19:59:26 +0000</pubDate>
		<dc:creator>CodingBeaver</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.codingbeaver.com/myblog/?p=1191</guid>
		<description><![CDATA[I am a big fan of CSI: Miami show from CBS and will watch the show on-line if I miss an episode. This morning when I opened their web site to see if the latest episode has been uploaded, to &#8230; <a href="http://www.codingbeaver.com/myblog/index.php/2011/12/19/csi-miami-web-page-messed-up/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I am a big fan of <a href="http://www.cbs.com/shows/csi_miami/" target="_blank">CSI: Miami show</a> from CBS and will watch the show on-line if I miss an episode. This morning when I opened their web site to see if the latest episode has been uploaded, to my surprise, I found that CSI: Miami show’s web site was messed up with <a href="http://www.cbs.com/shows/the_good_wife/" target="_blank">The Good Wife show’s web site</a>. Take a look the screen shot below:</p>
<p><a href="http://www.codingbeaver.com/myblog/wp-content/uploads/2011/12/CSI_Miami_TheGoodWife.jpg" target="_blank"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="CSI_Miami_TheGoodWife" border="0" alt="CSI_Miami_TheGoodWife" src="http://www.codingbeaver.com/myblog/wp-content/uploads/2011/12/CSI_Miami_TheGoodWife_thumb.jpg" width="644" height="450" /></a></p>
<p>When I clicked Watch Now button, I was taken to The Good Wife show web site.</p>
<p>Maybe the web master of CBS.com had a rough weekend?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codingbeaver.com/myblog/index.php/2011/12/19/csi-miami-web-page-messed-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SugarSync vs DropBox vs SpiderOak, which should I choose?</title>
		<link>http://www.codingbeaver.com/myblog/index.php/2011/12/09/sugarsync-vs-dropbox-vs-spideroak-which-should-i-choose/</link>
		<comments>http://www.codingbeaver.com/myblog/index.php/2011/12/09/sugarsync-vs-dropbox-vs-spideroak-which-should-i-choose/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 19:01:20 +0000</pubDate>
		<dc:creator>CodingBeaver</dc:creator>
				<category><![CDATA[Tools & Utilities]]></category>
		<category><![CDATA[DropBox]]></category>
		<category><![CDATA[File Sync Service]]></category>
		<category><![CDATA[Online Backup]]></category>
		<category><![CDATA[SpiderOak]]></category>
		<category><![CDATA[SugarSync]]></category>

		<guid isPermaLink="false">http://www.codingbeaver.com/myblog/index.php/2011/12/09/sugarsync-vs-dropbox-vs-spideroak-which-should-i-choose/</guid>
		<description><![CDATA[I wrote a post in April regarding the pros and cons of several cloud storage/backup service providers based on my experience, such as Windows Live Mesh, DropBox, Memopal, SpiderOak, and SugarSync, and I concluded that SugarSync is better than the &#8230; <a href="http://www.codingbeaver.com/myblog/index.php/2011/12/09/sugarsync-vs-dropbox-vs-spideroak-which-should-i-choose/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I wrote <a href="http://www.codingbeaver.com/myblog/index.php/2011/04/29/drop-dropbox-and-pick-up-sugarsync/" target="_blank">a post in April</a> regarding the pros and cons of several cloud storage/backup service providers based on my experience, such as Windows Live Mesh, DropBox, Memopal, SpiderOak, and SugarSync, and I concluded that SugarSync is better than the others. Then you may ask what is the purpose of this post?</p>
<p>Well, it seems that many people are not happy with SugarSync because it does not have a native Linux client, so those people, especially Linux users, left SugarSync and chose either DropBox or SpiderOak. What I want to do here is to give a summary of the feature comparisons of the three service providers.</p>
<p><strong>1. Backup</strong></p>
<p>All three provide backup with recovery feature, but DropBox only backs up files in My DropBox folder on your computer. Both SugarSync and SpiderOak allow you to choose any folder on your computer to back up.</p>
<p><strong>2. Sync with multiple computers</strong></p>
<p>All three allow file/folder synchronization among multiple computers running their clients, but DropBox can only sync files/folders in My Dropbox on your computer. Both SugarSync and SpiderOak allow you to choose any file/folder on your computer to sync with another computer.</p>
<p><strong>3. Easy to use</strong></p>
<p>DropBox is very easy to set up and use. The installation process is simple and it will create a folder on your computer called My DropBox, and all files and folders will be synced automatically with other computers running the DropBox client.</p>
<p>SugarSync is also easy to set up and use. The installation process is simple and will create a folder called Magic Briefcase. Like DropBox&rsquo;s My Dropbox folder, any files/folders in Magic Briefcase will be synced automatically with other computers running the SugarSycn client.The client also allows you to choose any folder or file on one computer to sync to another computer.</p>
<p>SpiderOak is not very easy to use. The installation process is simple and easy to follow, but it takes quite some time to understand&nbsp; and to use the sync process. It does NOT create any folder for you, and it is up to you to choose which folder/file to sync.</p>
<p><strong>4. Remote access</strong></p>
<p>All three provide remote access to your files stored on their servers.</p>
<p><strong>5. Security</strong></p>
<p>All three provide encryption on your files that stored on their server, however, both SugarSync and DropBox claim that they have the ability to decrypt your files when needed for the legal purpose, because the decryption key of your files is stored on their servers too. SpiderOak, however, prevents anyone except you to decrypt your file, because the decryption key is not stored on their server, instead, the key is stored on your local computer when you install the client. If you are concerned about your privacy and don&rsquo;t want ANYONE except you to be able to access your files, then you have two options:</p>
<p>1). Encrypt your files before you upload to their server</p>
<p>2). Use SpiderOak</p>
<p>If you choose SpiderOak, then you need to remember the risk: if you ever forget your password, then you will not be able to access your files any more, because your password is created locally and is not stored on their server, and there is no password recovery feature. Then you may ask, what if I forget my password? Here is the answer from SpiderOak:</p>
<blockquote>
<h4>Q #13: What if I forget my SpiderOak password?</h4>
<p>At the time when you create your SpiderOak password, you will also be prompted to create a password hint. The creation of a password hint is not mandatory however it will be your only clue should you forget your password. If you choose to create a password hint, we advise you to create one that is informative enough so that you will remember but not too obvious so that anyone may guess. The password hint may be recovered anytime on the SpiderOak web page.</p>
<p>At SpiderOak we have created a true &#39;zero-knowledge environment&#39; meaning that no one including the SpiderOak employees will ever know what you are storing on your SpiderOak Network. We can maintain this environment because at no time will anybody know your password (or the answer to your password hint) except you.</p>
</blockquote>
<p>So I guess the zero-knowledge privacy comes with a price.</p>
<p><strong>6. File sharing</strong></p>
<p>All three allow file sharing, but the file sharing feature in DropBox is limited. You can only share files/folders in My DropBox folder, and all shared files from other people will be placed in your My DropBox folder. Both SugarSync and SpiderOak allow you to choose any file/folder on your computer to share with other people. The good thing about SugarSync sharing is that if another SugarSync user shared a file with you, then when you accepted the shared file, a folder called SugarSync Shared Folder will be created under My Documents (or Documents in Windiws Vista/7), and then a sub folder named after the user&rsquo;s name will also be created to better organize files.</p>
<p>SpiderOak, however, is very hard to use to share files/folders. For instance, you will need to create ShareID and RoomKey before you can start sharing something, it is not easy I warn you.</p>
<p><strong>7. Cross platform</strong></p>
<p>All three support Windows and Mac platforms, but SugarSync is the only one that does not support Linux platform at this moment, I hope they will have a Linux client soon.</p>
<p><strong>8. Mobile</strong></p>
<p>SugarSync supports more mobile devices than the other two:</p>
<p>SugarSync: iPad, iPhone, BlackBerry, Windows Mobile, Android, Symbian.</p>
<p>DropBox: iPad, iPhone, BlackBerry, Android.</p>
<p>SpiderOak: iPad, iPhone, Android, N900 Maemo</p>
<p><strong>9. Storage and subscription</strong></p>
<p>SugarSync provides 5 GB free storage plus 500 MB bonus for each account sign up referred by you (no limit). It also provides paid plans if you need more space and more features.</p>
<p>DropBox 2 GB free storage plus 250 MB bonus for each account sign up referred by you (no limit). It also provides paid plans.</p>
<p>SpiderOak provides 2 GB free storage plus free bonus storage for each account sigh up referred by you (up to 50 GB). It also provides paid plans.</p>
<p><strong><font style="background-color: #ffff00">10. Upload / Sync via Email</font></strong></p>
<p>Only SugarSync provides this nice feature. After you login your SugarSync account, click Account tab on the top, you will see your Upload by Email address under the Settings section:</p>
<p><img alt="SugarSyncUploadByEmail" height="263" src="http://www.codingbeaver.com/myblog/wp-content/uploads/2011/12/SugarSyncUploadByEmail.jpg" style="margin: 5px 5px 5px 0px; display: inline" title="SugarSyncUploadByEmail" width="640" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>If you send an email with an attachment to your Upload by Email address @e2f.sugarsync.com, then the attachment will be automatically uploaded to your SugarSync account and synced across your computers. You will find a new folder called Uploaded by Email is created under Magic Briefcase. I really like this feature because I can give my customer my Upload by Email address, and when they send attachments to that address, I will get them on any of my synced computer.</p>
<p>I hope you find this post and <u>my previous post</u> helpful. Should you have decided to choose SugarSync, could you use <a href="https://www.sugarsync.com/referral?rf=e3izqm2hfvy70&amp;utm_source=txemail&amp;utm_medium=email&amp;utm_campaign=referral" target="_blank">my referral link</a> to sign up? If you use it to sign up an free 5GB account, you will get an extra 500 MB bonus space, and I will get a 500 MB bonus as the result of the referral. Thank you in advance.</p>
<p><a href="https://www.sugarsync.com/referral?rf=e3izqm2hfvy70&amp;utm_source=txemail&amp;utm_medium=email&amp;utm_campaign=referral" target="_blank" title="https://www.sugarsync.com/referral?rf=e3izqm2hfvy70&amp;utm_source=txemail&amp;utm_medium=email&amp;utm_campaign=referral">https://www.sugarsync.com/referral?rf=e3izqm2hfvy70&amp;utm_source=txemail&amp;utm_medium=email&amp;utm_campaign=referral</a></p>
<p>Happy Syncing!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codingbeaver.com/myblog/index.php/2011/12/09/sugarsync-vs-dropbox-vs-spideroak-which-should-i-choose/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The origin of pizza</title>
		<link>http://www.codingbeaver.com/myblog/index.php/2011/10/04/the-origin-of-pizza/</link>
		<comments>http://www.codingbeaver.com/myblog/index.php/2011/10/04/the-origin-of-pizza/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 20:06:56 +0000</pubDate>
		<dc:creator>CodingBeaver</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.codingbeaver.com/myblog/index.php/2011/10/04/the-origin-of-pizza/</guid>
		<description><![CDATA[All I can say is LOL, especially the &#34;buy one get one free&#34; part. Funny.]]></description>
			<content:encoded><![CDATA[<p>All I can say is LOL, especially the &quot;buy one get one free&quot; part. Funny.</p>
<div class="wlWriterEditableSmartContent" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:ac241cc6-3ec4-42ae-9ec2-d5443a27d428" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px">
<div><object height="252" width="448"><param name="movie" value="http://www.youtube.com/v/KiLA6Bk_ivs?hl=en&#038;hd=1" /><embed height="252" src="http://www.youtube.com/v/KiLA6Bk_ivs?hl=en&#038;hd=1" type="application/x-shockwave-flash" width="448"></embed></object></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.codingbeaver.com/myblog/index.php/2011/10/04/the-origin-of-pizza/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

