<?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>BIT Consultants &#187; Downloads</title>
	<atom:link href="http://www.bitconsultants.net/tag/downloads/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bitconsultants.net</link>
	<description></description>
	<lastBuildDate>Sat, 28 Jan 2012 02:19:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Home Sharing Broken in iTunes 10.5.3 (fixed)</title>
		<link>http://www.bitconsultants.net/2012/home-sharing-broken-in-itunes-10-5-3-fixed/</link>
		<comments>http://www.bitconsultants.net/2012/home-sharing-broken-in-itunes-10-5-3-fixed/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 02:14:01 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[IOS]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.bitconsultants.net/?p=509</guid>
		<description><![CDATA[Fix broken home sharing in the latest iTunes release]]></description>
			<content:encoded><![CDATA[<p>[WINDOWS ONLY] After I updated to iTunes 10.5.3, I noticed that home sharing did not work at all. I took all of the steps at Apple&#8217;s support article (<a href="http://support.apple.com/kb/TS2972" rel="nofollow">http://support.apple.com/kb/TS2972</a>) to no avail. Ultimately, I figured out that the problem is with 10.5.3 itself. Here is how to get Home Sharing working again:</p>
<div id="gads" style="width: 340px; float: right;"><script type="text/javascript">// <![CDATA[
google_ad_client = "pub-4761320180230999";
/* 336x280, created 4/15/10 */
google_ad_slot = "4518447987";
google_ad_width = 336;
google_ad_height = 280;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script></div>
<p>Download iTunes 10.5.2 here:<br />
32 bit: <a href="http://www.filehippo.com/download_itunes_32/11232/" rel="nofollow">http://www.filehippo.com/download_itunes_32/11232/</a><br />
64 bit: <a href="http://www.filehippo.com/download_itunes_64/11233/" rel="nofollow">http://www.filehippo.com/download_itunes_64/11233/</a></p>
<p>Click on &#8220;Start&#8221; or the Windows Orb (depending on which version of Windows you are using) and click Run. If you don&#8217;t see &#8220;Run&#8221;, hold the Window key on your keyboard and press &#8216;r&#8217;. Enter the following text into the run dialog:<br />
%APPDATA%\Apple Computer</p>
<p>Highlight all of the folders in the window that opens (Ctrl + a) and copy them (Ctrl + c), create a new folder on your desktop and call it &#8216;Apple Computer&#8217;. This is just a backup in case something goes wrong with the reinstall.</p>
<p>Once again, go to Start > Run (Window key + r) and type: appwiz.cpl</p>
<p>Look for iTunes in the list, and uninstall it. Once the uninstall is complete, double-click the iTunes installer you downloaded from File Hippo and follow the prompts. Once the installation completes, open iTunes and login to your Apple account when prompted, ensure that Home Sharing is turned on by clicking on Advanced in the menu (it should say &#8220;Turn off Home Sharing (YOUR ACCOUNT)&#8221; if Home Sharing is turned on).</p>
<p>That&#8217;s it.</p>]]></content:encoded>
			<wfw:commentRss>http://www.bitconsultants.net/2012/home-sharing-broken-in-itunes-10-5-3-fixed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simplified Interface to HTML5 local storage</title>
		<link>http://www.bitconsultants.net/2010/simplified-interface-to-html5-local-storage/</link>
		<comments>http://www.bitconsultants.net/2010/simplified-interface-to-html5-local-storage/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 06:00:45 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.bitconsultants.net/?p=336</guid>
		<description><![CDATA[Documentation &#038; Sandbox: http://rmcvey.github.com/jsper Cart example: http://rmcvey.github.com/jsper/cart_example.html I decided it was time to dive into the HTML5 local storage API the other night, knowing that it has<a href="http://www.bitconsultants.net/2010/simplified-interface-to-html5-local-storage/"> Read More...</a>]]></description>
			<content:encoded><![CDATA[<p><strong>Documentation &#038; Sandbox:</strong> <a href="http://rmcvey.github.com/jsper">http://rmcvey.github.com/jsper</a><br />
<strong>Cart example:</strong> <a href="http://rmcvey.github.com/jsper/cart_example.html">http://rmcvey.github.com/jsper/cart_example.html</a><br />
<br />
I decided it was time to dive into the HTML5 local storage API the other night, knowing that it has a lot of potential. There are a few  problems inherent to using it, the biggest problem being lack of support in older browsers (and to a lesser degree that it is not implemented exactly the same across browsers). The other major problem I have with localStorage is that you can only store strings. I have found a few classes that help with localStorage, but I have problems with them too because:</p>
<ul>
<li>they utilize browser plugins like Flash</li>
<li>are enormously cumbersome to use with too many configuration options,</li>
<li>and once again, only store strings. </li>
<li>no unit tests</li>
<li>buggy</li>
<li>did I mention they are cumbersome to use and only hold strings????</li>
</ul>
<p>So, I have set out to resolve these grievances and have come quite close with jsper.  JSPER is a wrapper class around local storage that provides a more friendly api to localStorage using simple get and set methods:</p>
<pre class="brush: jscript; title: Code Example; notranslate">
jsper.set('foo', {bar:'baz',boz:{bez:'biz'}});
//jsper.get returns the type of object you gave it; in this case, an object
var my_object = jsper.get('foo');

jsper.set('arr', ['a', 'b', 'c', 'd']);
// returns an array
var my_array = jsper.get('arr');
</pre>
<p>In addition to automatic serialization/deserialization, there are a number of other useful methods, most of which (non-getters) are chainable, overloaded and accept callbacks. Jstore allows you to inspect the current storage engine, force a different storage engine (including session-lifetime storage).</p>
<p>Iterating over a collection</p>
<pre class="brush: jscript; title: Code Example; notranslate">
// set an array in storage
jsper.set('an_array', ['This', 'is', 'pretty', 'cool']);
var message = &quot;&quot;;
// perform iteration, data is the stored value and index is numerical index
jsper.each('an_array', function(data, index){
   message += &quot; &quot;+data;
});
console.log(message);//outputs: &quot;This is pretty cool&quot;
</pre>
<p>Lots more information @github: <a href="http://github.com/rmcvey/jsper">http://github.com/rmcvey/jsper</a><br />
Also, I made it into a jquery plugin if you are into that sort of thing: <a href="http://plugins.jquery.com/project/jsperdb"></p>]]></content:encoded>
			<wfw:commentRss>http://www.bitconsultants.net/2010/simplified-interface-to-html5-local-storage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deleted File Recovery</title>
		<link>http://www.bitconsultants.net/2009/deleted-file-recovery/</link>
		<comments>http://www.bitconsultants.net/2009/deleted-file-recovery/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 18:17:58 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Disk Tools]]></category>
		<category><![CDATA[Downloads]]></category>

		<guid isPermaLink="false">http://bitconsultants.net/?p=3</guid>
		<description><![CDATA[We can recover files that you thought were long gone.]]></description>
			<content:encoded><![CDATA[<p>Browsing the interwebs this morning, I came across a great program that is made by the fine folks who made <a title="CCLeaner" href="http://www.ccleaner.com/" target="_blank">CCleaner</a> (my favorite disk cleanup program). The program is called <a title="Recuva" href="http://www.google.com/url?sa=t&amp;source=web&amp;ct=res&amp;cd=1&amp;url=http%3A%2F%2Fwww.piriform.com%2Frecuva&amp;ei=1ofLSsGbLIqosgOKt4CYAQ&amp;usg=AFQjCNEGa6mVKDuZ6f9XgpNYDpVereCAiw" target="_blank">Recuva</a>, and though it&#8217;s title is a bit uninspiring it has proven to be fairly awesome at file recovery. I put a couple of junk files in my recycle bin and emptied it than waited an hour or two while performing my normal routine. I ran the default scan on C: just to see what deleted files it would recover and was fairly shocked when it found around 2,000 items, some of which I had deleted 6 &#8211; 8 months ago.  The better part, is that it actually recovered the files perfectly.</p>
<p>Some of the other benefits of this free program are:</p>
<ul>
<li>Search by file type</li>
<li>Search specific drives</li>
<li>Hidden system files</li>
<li>Securely overwritten files</li>
<li>Zero byte files</li>
<li>It&#8217;s Free!</li>
</ul>
<p><a href="http://www.bitconsultants.net/resources/downloads">View all of our recommended software</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.bitconsultants.net/2009/deleted-file-recovery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using xcache
Page Caching using xcache
Object Caching 362/425 objects using memcached

Served from: www.bitconsultants.net @ 2012-02-05 15:44:17 -->
