<?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>Jon Fox &#187; Great Stuff</title>
	<atom:link href="http://jonefox.com/blog/category/great-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonefox.com/blog</link>
	<description>My rants, ramblings, and random thoughts</description>
	<lastBuildDate>Mon, 24 May 2010 16:12:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><cloud domain='jonefox.com' port='80' path='/blog/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>How to sync Firefox across multiple computers using Dropbox</title>
		<link>http://jonefox.com/blog/2009/11/16/how-to-sync-firefox-across-multiple-computers-using-dropbox/</link>
		<comments>http://jonefox.com/blog/2009/11/16/how-to-sync-firefox-across-multiple-computers-using-dropbox/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 20:56:19 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[Great Stuff]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[sync firefox across multiple computers]]></category>
		<category><![CDATA[synchronization]]></category>

		<guid isPermaLink="false">http://jonefox.com/blog/?p=256</guid>
		<description><![CDATA[I often work across several different computers. I have a desktop, a macbook, and a laptop that all get used for a variety of tasks pretty much everyday. This can be a huge pain to keep things synchronized &#8211; especially web browsing (which is the vast majority of what I do). I&#8217;ve used several plugins [...]]]></description>
			<content:encoded><![CDATA[<p>I often work across several different computers.  I have a desktop, a macbook, and a laptop that all get used for a variety of tasks pretty much everyday.  This can be a huge pain to keep things synchronized &#8211; especially web browsing (which is the vast majority of what I do).  I&#8217;ve used several plugins in the past to help synchronize my setup, including <a href="http://www.xmarks.com/">Xmarks</a> (formerly FoxMarks), but <strong>FINALLY</strong> I&#8217;ve found a solution that will sync all of my bookmarks, extensions, session history, settings, <a href="https://addons.mozilla.org/en-US/firefox/addon/748">greasemonkey scripts</a>, etc in one solution.  In short, I&#8217;m using <a href="https://www.dropbox.com/referrals/NTE0NTQ3OTk">Dropbox</a> (a great service on its own) to synchronize my <a href="http://support.mozilla.com/en-US/kb/Profiles">Firefox profile</a> across all the computers using a <a href="http://en.wikipedia.org/wiki/Symbolic_link">symlinked</a> directory.  Detailed instructions to follow.</p>
<ol>
<li>First thing to do is head over to <a href="https://www.dropbox.com/referrals/NTE0NTQ3OTk">Dropbox</a>, get an account, and install it on all the computers you&#8217;ll be syncing across.  This is very straight forward and they have installation options for Windows, Mac, and Linux.</li>
<li>Pick which computer has your &#8220;master&#8221; profile (the one that will be the starting profile replicated across all your machines) and start there.</li>
<li>Close Firefox if it&#8217;s open.</li>
<li>Next, you need to find your Firefox profile folder.  Details for this on all major platforms can be found <a href="http://kb.mozillazine.org/Profile_folder_-_Firefox">here</a>.</li>
<li>Once you have found your profile folder to sync, I <strong><em>STRONGLY</em></strong> recommend that you backup this folder somewhere.</li>
<li>Find your Dropbox folder (defaults to <code>/Users/[username]/Dropbox</code> on a Mac and <code>C:\Users\[username]\Documents\My DropBox</code> on Windows), create a new directory to store your Firefox profile in (I used <code>firefox-profile</code>).</li>
<li>Copy the contents of your Firefox profile folder (found in step 4) into the newly created Dropbox folder created in the previous step. It should start syncing immediately, I recommend waiting till it&#8217;s complete before continuing.</li>
<li>Store the name of the Firefox profile folder somewhere, and delete this folder.</li>
<li>Now we need to create a symbolic link between the Firefox profile folder (which you backed up, right?) and the Dropbox folder we just found in the last step.  On Mac/Linux the command for a symlink uses the syntax <code>ln -s target link_name</code> &#8211; which you may need to run as root (On Windows, the command uses the syntax <code>MKLINK /D link_name target</code> &#8211; this should be run from the command prompt and you may need to run this as admin in order to complete this.  You can run this as an admin by going to start, typing cmd, right click the command prompt option and choose &#8220;run as administrator&#8221;) where link_name is the original Firefox profile folder (found in step 4) and target should be the shared directory in Dropbox used to store the profile (I used <code>firefox-profile</code> in my Dropbox folder &#8211; be sure to use the full paths for simplicity).  </li>
<li>Repeat steps 8 &#038; 9 for each computer, finding the Dropbox and Firefox profile folders on each system. Also, be sure to close Firefox completely before modifying the profile folder &#8211; and back up if you&#8217;d like to keep that profile info.</li>
</ol>
<p>And that&#8217;s it!  When you reopen Firefox it should open using the shared Dropbox directory and sync all your plugins, bookmarks, session history, etc across all of the machines.  There are a few things I should mention as well though.  First, you&#8217;ll probably want to turn off Dropbox notifications, as these files change often while browsing and will be resynchronized with each update.  Notifications for this can get annoying quickly.  You also might notice some weirdness if you browse on multiple computers at the same time&#8230;both keep trying to save their session history (and everything else) to each other and will continuously overwrite each other.  Shouldn&#8217;t do any permanent damage, but worth thinking about.</p>
<p>Let me know if you have any other suggestions of if you get this working for yourself in the comments below.</p>
]]></content:encoded>
			<wfw:commentRss>http://jonefox.com/blog/2009/11/16/how-to-sync-firefox-across-multiple-computers-using-dropbox/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Power Twitter</title>
		<link>http://jonefox.com/blog/2009/01/07/power-twitter/</link>
		<comments>http://jonefox.com/blog/2009/01/07/power-twitter/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 06:38:00 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[Great Stuff]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[power twitter]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://jonefox.com/blog/?p=129</guid>
		<description><![CDATA[Been playing with Power Twitter recently and I love it! For those of you not already familiar with it, it&#8217;s a FireFox addon that builds on the Twitter.com UI to add a bunch of missing features (that Twitter should&#8217;ve already added). Some of the features include: Search right from your Twitter home page Including all [...]]]></description>
			<content:encoded><![CDATA[<p>Been playing with <a href="https://addons.mozilla.org/en-US/firefox/addon/9591">Power Twitter</a> recently and I love it!  For those of you not already familiar with it, it&#8217;s a FireFox addon that builds on the Twitter.com UI to add a bunch of missing features (that <a href="http://twitter.com">Twitter </a>should&#8217;ve already added).</p>
<p>Some of the features include:</p>
<ul>
<li>Search right from your Twitter home page</li>
<li>Including all replies (including tweets that your @username is in the middle of the tweet instead of just at the beginning) on the replies tab</li>
<li>Expanding <a href="http://tinyurl.com">tinyurl</a> style links to include the title of the page they link to</li>
<li>Embedding media directly in the Twitter interface instead of only through links (like twitpic)</li>
<li>Providing a mouseover on a user&#8217;s avatar to show their recent tweets (giving needed context sometimes)</li>
<li>And a few other nice odds and ends&#8230;</li>
</ul>

<p>I included a few screenshots of some of these features above.</p>
<p>Overall this has proven to be a really great plugin from my usage so far.  I find a lot of it is stuff that I didn&#8217;t realize how much I would use until I have it.  I think it&#8217;s great that the Twitter community is active enough to modify the Twitter interface using FireFox addons, but it does raise a few questions about why the Twitter team isn&#8217;t integrating this stuff themselves.</p>
<p>In any case, if you use Twitter from the interface at Twitter.com much (and you browse in FireFox) I&#8217;d definitely recommend giving this addon a try.</p>
]]></content:encoded>
			<wfw:commentRss>http://jonefox.com/blog/2009/01/07/power-twitter/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>PlayOn!</title>
		<link>http://jonefox.com/blog/2009/01/05/playon/</link>
		<comments>http://jonefox.com/blog/2009/01/05/playon/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 04:20:46 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[Great Stuff]]></category>
		<category><![CDATA[hulu]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[netflix]]></category>
		<category><![CDATA[PlayOn!]]></category>
		<category><![CDATA[ps3]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://jonefox.com/blog/?p=127</guid>
		<description><![CDATA[I just recently discovered PlayOn! which is a media server that allows you to stream content to your PS3 or Xbox from online sources like Hulu, YouTube, CBS, Netflix and others. Setup is super simple. Just download a small app to one of your computers on the same network as the console, install it, put [...]]]></description>
			<content:encoded><![CDATA[<p>I just recently discovered <a href="http://www.themediamall.com/playon">PlayOn!</a> which is a media server that allows you to stream content to your PS3 or Xbox from online sources like <a href="http://hulu.com">Hulu</a>, <a href="http://youtube.com">YouTube</a>, <a href="http://cbs.com">CBS</a>, <a href="http://netflix.com">Netflix</a> and others.  Setup is super simple.  Just download a small app to one of your computers on the same network as the console, install it, put in your credentials (for the sites that require it), and then browse to the new media server on your PS3.  I literally was up and running in about 5 minutes.</p>
<p>So far I really love the service.  I&#8217;m an active Netflix user and love the &#8220;Instant Watch&#8221; section.  I used to run this through a computer hooked up to my TV, which worked, but was extremely clunky to use.  There are separate boxes you can buy to have this same functionality, but why pay for new hardware when the PS3 is already hooked up, network ready, and fully capable.  I also really like having Hulu and other mainstream media sites built right in.  It&#8217;s just one more step in moving to the on-demand, internet ready media systems that are starting to take off.</p>
<p>The only downside to the software is that it&#8217;s not free.  I&#8217;m currently using the free trial, and I&#8217;m told that the software will be ~$30 when it&#8217;s out of beta and no longer a free trial.  A bit of a road block for some, I&#8217;m sure, but more than worth it for me to be able to do this completely seamlessly without adding another box to my living room setup.</p>
<p>I&#8217;m also planning to give <a href="http://boxee.tv/">Boxee</a> a try soon.  As far as I know there&#8217;s no way to stream this to the PS3, but I&#8217;d be willing to use a PC for this if it worked well enough.  I&#8217;d also like to find a nice way to watch video podcasts on my PS3&#8230;anyone out there doing this?</p>
<p>Overall a really great piece of software that is super simple to use.  Definitely recommend it.</p>
]]></content:encoded>
			<wfw:commentRss>http://jonefox.com/blog/2009/01/05/playon/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
