<?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>Newsome.Org &#187; How to</title>
	<atom:link href="http://www.newsome.org/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.newsome.org</link>
	<description>Kent Newsome on technology, music and life</description>
	<lastBuildDate>Sat, 04 Feb 2012 18:54:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Integrate Facebook into a WordPress Blog</title>
		<link>http://www.newsome.org/2011/01/how-to-integrate-facebook-into-a-wordpress-blog/</link>
		<comments>http://www.newsome.org/2011/01/how-to-integrate-facebook-into-a-wordpress-blog/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 01:20:07 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">http://www.newsome.org/2011/01/how-to-integrate-facebook-into-a-wordpress-blog/</guid>
		<description><![CDATA[Following up on my surprising, even to me, change of heart regarding Facebook, I’ve added some more Facebook integration at Newsome.Org.&#160; Here’s what I have done, how you can do it with your WordPress blog, and how your picture can instantly appear right over there.&#160;&#160; &#8212;&#8212;&#62; Sharing I’ve used the AddtoAny plugin for some time.&#160; [...]]]></description>
			<content:encoded><![CDATA[<p><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="facebook_logo" border="0" alt="facebook_logo" src="http://www.newsome.org/wp-content/uploads/2011/01/facebook_logo.jpg" width="316" height="125" /></p>
<p>Following up on my surprising, even to me, <a href="http://www.newsome.org/2011/01/my-unexpected-defense-of-facebook/" target="_blank">change of heart</a> regarding <a href="http://www.facebook.com/newsome" target="_blank">Facebook</a>, I’ve added some more Facebook integration at Newsome.Org.&#160; Here’s what I have done, how you can do it with your WordPress blog, and how your picture can instantly appear right over there.&#160;&#160; &#8212;&#8212;&gt;</p>
<p><strong>Sharing</strong></p>
<p>I’ve used the <a href="http://www.addtoany.com/" target="_blank">AddtoAny plugin</a> for some time.&#160; It appears at the bottom of each post and allows readers to instantly share my posts to <a href="http://www.facebook.com/newsome" target="_blank">Facebook</a> (Friend me if we are), <a href="http://twitter.com/kentnewsome" target="_blank">Twitter</a> (follow me via that link) and just about every other social network, with just the click of a button.</p>
<p><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="image" border="0" alt="image" src="http://www.newsome.org/wp-content/uploads/2011/01/image19.png" width="240" height="60" /></p>
<p>A couple of caveats. </p>
<p>I hate the way the plugin adds the marketing plug to the end of items you share on Twitter.&#160; I always delete it before hitting the final Tweet button.</p>
<p><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="image" border="0" alt="image" src="http://www.newsome.org/wp-content/uploads/2011/01/image20.png" width="312" height="107" /></p>
<p>Finally, be sure to add <a href="http://neoacademic.com/2010/06/20/removing-secret-behavioral-marketing-from-wordpress-addtoany/" target="_blank">this important code</a> to the Additional Options blank in the plugin settings, to avoid an annoying privacy glitch.</p>
<p>1. Open the AddtoAny Settings menu (found under Plugins) </p>
<p>2. Scroll down to the text box labeled Additional Options</p>
<p>3. Add the following text:</p>
<p>var a2a_config = a2a_config || {};    <br />a2a_config.no_3p = 1;</p>
<p><strong>Facebook Likes</strong></p>
<p>It is much, much easier for a reader to Like a post via a one-click button than it is to go through the Sharing process.&#160; For this reason, I think a Facebook Like button is a mandatory addition to blogs.</p>
<p>It’s not easy to manually add the required code to the various WordPress files.&#160; Fortunately for WordPress users, there is a <a href="http://wordpress.org/extend/plugins/like/" target="_blank">handy plugin</a> that does it for you.&#160; Why not test it out at the top of this post.&#160; Come on!&#160; It will be fun.</p>
<p><strong>Facebook Activity</strong></p>
<p>The third prong of my Facebook implementation involved adding a Facebook Activity widget that will show who has Shared or Liked my posts.&#160; See the box in the right hand column?&#160; If you click the Like button at the top of a post or Share any post via the AddtoAny plugin described above, your name and photo will appear in that box.</p>
<p>Right now, it’s all me, which is sort of lame.&#160; So add your picture there and help beautify Newsome.Org!</p>
<p>It’s really easy to add this feature.&#160; Just go to the <a href="http://developers.facebook.com/docs/reference/plugins/activity" target="_blank">Facebook plugin page</a>, get your code and add that code in the desired place.&#160; With my WordPress theme, it’s a simple matter of creating a text widget called Facebook Activity and inserting the code.&#160; If you run into any problems leave a question in the Comments and I’ll try to help.</p>
<p>That’s it, for now.&#160; Do you have any ideas for adding Facebook connectivity to a blog?</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.newsome.org%2F2011%2F01%2Fhow-to-integrate-facebook-into-a-wordpress-blog%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.newsome.org%2F2011%2F01%2Fhow-to-integrate-facebook-into-a-wordpress-blog%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.newsome.org%2F2011%2F01%2Fhow-to-integrate-facebook-into-a-wordpress-blog%2F&amp;linkname=How%20to%20Integrate%20Facebook%20into%20a%20WordPress%20Blog" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.newsome.org%2F2011%2F01%2Fhow-to-integrate-facebook-into-a-wordpress-blog%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.newsome.org%2F2011%2F01%2Fhow-to-integrate-facebook-into-a-wordpress-blog%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_plus" href="http://www.addtoany.com/add_to/google_plus?linkurl=http%3A%2F%2Fwww.newsome.org%2F2011%2F01%2Fhow-to-integrate-facebook-into-a-wordpress-blog%2F&amp;linkname=How%20to%20Integrate%20Facebook%20into%20a%20WordPress%20Blog" title="Google+" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/google_plus.png" width="16" height="16" alt="Google+"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.newsome.org%2F2011%2F01%2Fhow-to-integrate-facebook-into-a-wordpress-blog%2F&amp;counturl=http%3A%2F%2Fwww.newsome.org%2F2011%2F01%2Fhow-to-integrate-facebook-into-a-wordpress-blog%2F&amp;count=none&amp;text=How%20to%20Integrate%20Facebook%20into%20a%20WordPress%20Blog" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.newsome.org%2F2011%2F01%2Fhow-to-integrate-facebook-into-a-wordpress-blog%2F&amp;counturl=http%3A%2F%2Fwww.newsome.org%2F2011%2F01%2Fhow-to-integrate-facebook-into-a-wordpress-blog%2F&amp;count=none&amp;text=How%20to%20Integrate%20Facebook%20into%20a%20WordPress%20Blog" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_stumbleupon" href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.newsome.org%2F2011%2F01%2Fhow-to-integrate-facebook-into-a-wordpress-blog%2F&amp;linkname=How%20to%20Integrate%20Facebook%20into%20a%20WordPress%20Blog" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a><a class="a2a_button_friendfeed" href="http://www.addtoany.com/add_to/friendfeed?linkurl=http%3A%2F%2Fwww.newsome.org%2F2011%2F01%2Fhow-to-integrate-facebook-into-a-wordpress-blog%2F&amp;linkname=How%20to%20Integrate%20Facebook%20into%20a%20WordPress%20Blog" title="FriendFeed" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/friendfeed.png" width="16" height="16" alt="FriendFeed"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.newsome.org%2F2011%2F01%2Fhow-to-integrate-facebook-into-a-wordpress-blog%2F&amp;linkname=How%20to%20Integrate%20Facebook%20into%20a%20WordPress%20Blog" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_instapaper" href="http://www.addtoany.com/add_to/instapaper?linkurl=http%3A%2F%2Fwww.newsome.org%2F2011%2F01%2Fhow-to-integrate-facebook-into-a-wordpress-blog%2F&amp;linkname=How%20to%20Integrate%20Facebook%20into%20a%20WordPress%20Blog" title="Instapaper" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/instapaper.png" width="16" height="16" alt="Instapaper"/></a><a class="a2a_button_read_it_later" href="http://www.addtoany.com/add_to/read_it_later?linkurl=http%3A%2F%2Fwww.newsome.org%2F2011%2F01%2Fhow-to-integrate-facebook-into-a-wordpress-blog%2F&amp;linkname=How%20to%20Integrate%20Facebook%20into%20a%20WordPress%20Blog" title="Read It Later" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/read_it_later.png" width="16" height="16" alt="Read It Later"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.newsome.org%2F2011%2F01%2Fhow-to-integrate-facebook-into-a-wordpress-blog%2F&amp;title=How%20to%20Integrate%20Facebook%20into%20a%20WordPress%20Blog" id="wpa2a_2"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.newsome.org/2011/01/how-to-integrate-facebook-into-a-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Create an Awesome Custom Sharing Domain with Bit.ly Pro</title>
		<link>http://www.newsome.org/2011/01/how-to-create-an-awesome-custom-sharing-domain-with-bit-ly-pro/</link>
		<comments>http://www.newsome.org/2011/01/how-to-create-an-awesome-custom-sharing-domain-with-bit-ly-pro/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 01:47:53 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[bit.ly]]></category>
		<category><![CDATA[sharing]]></category>

		<guid isPermaLink="false">http://www.newsome.org/2011/01/how-to-create-an-awesome-custom-sharing-domain-with-bit-ly-pro/</guid>
		<description><![CDATA[OK, get ready for a big helping of awesome.  Here’s how to create a custom sharing domain.  In about 15 minutes. Step One: Get a Cool Domain Maybe you already have one you want to use.  If not, pick one out and register it with your preferred registrar.  I use Network Solutions, but any service [...]]]></description>
			<content:encoded><![CDATA[<p>OK, get ready for a big helping of awesome.  Here’s how to create a custom sharing domain.  In about 15 minutes.</p>
<p><strong>Step One: Get a Cool Domain</strong></p>
<p>Maybe you already have one you want to use.  If not, pick one out and register it with your preferred registrar.  I use Network Solutions, but any service will do.  I chose newsome.cc.  Get it?  Like copying you on a an email or one of those old timey letters.</p>
<p><strong>Step Two: Get a Bit.ly Pro Account</strong></p>
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="bitly" src="http://www.newsome.org/wp-content/uploads/2011/01/bitly.jpg" border="0" alt="bitly" width="151" height="120" /></p>
<p>I’ve been using <a href="http://www.bit.ly" target="_blank">Bit.ly</a> as my default and preferred link shortener for a long time.  Their new <a href="http://bit.ly/pro/products" target="_blank">Pro Accounts</a>, which is required to make this process work, are free, but still in beta.  I signed up on Sunday and got my acceptance email this morning.  Excellent.</p>
<p>Registering for a Pro Account doesn’t affect your previously shared links.  All existing data remains in place.  The Pro Account merely adds features.  Once you have the Pro Account in place, you are presented with a Settings page, where you insert your custom domain name, and receive instructions on configuring your domain.  This is an easy process that consists only of changing your domain’s <a href="http://www.domainmonster.com/glossary/dns/arecord/" target="_blank">A-Record</a>.  Make note of the IP address Bit.ly provides.  You’ll need it in a moment.</p>
<p><strong>Step Three: Configure Your Domain</strong></p>
<p>As noted above, I use Network Solutions, but the process should be very similar for all domain registrars.</p>
<p>Go to your Account Management page or dashboard, and select the applicable domain (in my case newsome.cc).  Select the link to edit your DNS settings.  At Network Solutions, it is “Edit Advanced DNS Records.”</p>
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="image" src="http://www.newsome.org/wp-content/uploads/2011/01/image1.png" border="0" alt="image" width="447" height="183" /></p>
<p>Then the link that allows you to edit the domain’s A-Records.</p>
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="image" src="http://www.newsome.org/wp-content/uploads/2011/01/image2.png" border="0" alt="image" width="398" height="199" /></p>
<p>Then replace the “www,” “@ (None),” and “* (All Others)” records with the IP address Bit.ly provided you on the Settings page.</p>
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="image" src="http://www.newsome.org/wp-content/uploads/2011/01/image3.png" border="0" alt="image" width="453" height="164" /></p>
<p>The editing form will tell you that it can take hours for the DNS change to take effect.  In my case it happened instantly.  Literally.</p>
<p>Go back you your Bit.ly Settings page and confirm your custom domain by clicking on the button.  Easy peasy.</p>
<p>Now, when you shorten a link via Bit.ly (I use the <a href="https://chrome.google.com/extensions/detail/iabeihobmhlgpkcgjiloemdbofjbdcic" target="_blank">Bit.ly Chrome extension</a>), instead of the bit.ly domain, your shortened links will use your custom domain.</p>
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="image" src="http://www.newsome.org/wp-content/uploads/2011/01/image4.png" border="0" alt="image" width="425" height="117" /></p>
<p>Very, very cool.</p>
<p><strong>Step Four: Set Up a Google Reader Send To</strong></p>
<p>Now that we have our custom sharing domain up and running, we need to create a way to share links from within <a href="http://www.newsome.org/2009/01/tech-for-grownups-why-you-need-google/" target="_blank">Google Reader</a>.</p>
<p>From Google Reader, go to Settings.  Then Send To.</p>
<p>Click on “Create a custom link,” near the bottom of the page.  Fill in the blanks as follows.</p>
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="image" src="http://www.newsome.org/wp-content/uploads/2011/01/image5.png" border="0" alt="image" width="458" height="139" /></p>
<p>I put “Interesting” before my shared links.  You can change that to whatever intro you’d like, or delete it altogether.  If you don’t want any intro, the last part would read “&amp;s=${title}”.</p>
<p>Bit.ly Pro rocks.  I love, love, love it.  In a day or so, I’ll tell you about some of its features.  And being a good beta tester, a couple of features I’d like added.</p>
<p>Why not set up a custom sharing domain right now, and test it out by sharing this post!</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.newsome.org%2F2011%2F01%2Fhow-to-create-an-awesome-custom-sharing-domain-with-bit-ly-pro%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.newsome.org%2F2011%2F01%2Fhow-to-create-an-awesome-custom-sharing-domain-with-bit-ly-pro%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.newsome.org%2F2011%2F01%2Fhow-to-create-an-awesome-custom-sharing-domain-with-bit-ly-pro%2F&amp;linkname=How%20to%20Create%20an%20Awesome%20Custom%20Sharing%20Domain%20with%20Bit.ly%20Pro" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.newsome.org%2F2011%2F01%2Fhow-to-create-an-awesome-custom-sharing-domain-with-bit-ly-pro%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.newsome.org%2F2011%2F01%2Fhow-to-create-an-awesome-custom-sharing-domain-with-bit-ly-pro%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_plus" href="http://www.addtoany.com/add_to/google_plus?linkurl=http%3A%2F%2Fwww.newsome.org%2F2011%2F01%2Fhow-to-create-an-awesome-custom-sharing-domain-with-bit-ly-pro%2F&amp;linkname=How%20to%20Create%20an%20Awesome%20Custom%20Sharing%20Domain%20with%20Bit.ly%20Pro" title="Google+" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/google_plus.png" width="16" height="16" alt="Google+"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.newsome.org%2F2011%2F01%2Fhow-to-create-an-awesome-custom-sharing-domain-with-bit-ly-pro%2F&amp;counturl=http%3A%2F%2Fwww.newsome.org%2F2011%2F01%2Fhow-to-create-an-awesome-custom-sharing-domain-with-bit-ly-pro%2F&amp;count=none&amp;text=How%20to%20Create%20an%20Awesome%20Custom%20Sharing%20Domain%20with%20Bit.ly%20Pro" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.newsome.org%2F2011%2F01%2Fhow-to-create-an-awesome-custom-sharing-domain-with-bit-ly-pro%2F&amp;counturl=http%3A%2F%2Fwww.newsome.org%2F2011%2F01%2Fhow-to-create-an-awesome-custom-sharing-domain-with-bit-ly-pro%2F&amp;count=none&amp;text=How%20to%20Create%20an%20Awesome%20Custom%20Sharing%20Domain%20with%20Bit.ly%20Pro" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_stumbleupon" href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.newsome.org%2F2011%2F01%2Fhow-to-create-an-awesome-custom-sharing-domain-with-bit-ly-pro%2F&amp;linkname=How%20to%20Create%20an%20Awesome%20Custom%20Sharing%20Domain%20with%20Bit.ly%20Pro" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a><a class="a2a_button_friendfeed" href="http://www.addtoany.com/add_to/friendfeed?linkurl=http%3A%2F%2Fwww.newsome.org%2F2011%2F01%2Fhow-to-create-an-awesome-custom-sharing-domain-with-bit-ly-pro%2F&amp;linkname=How%20to%20Create%20an%20Awesome%20Custom%20Sharing%20Domain%20with%20Bit.ly%20Pro" title="FriendFeed" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/friendfeed.png" width="16" height="16" alt="FriendFeed"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.newsome.org%2F2011%2F01%2Fhow-to-create-an-awesome-custom-sharing-domain-with-bit-ly-pro%2F&amp;linkname=How%20to%20Create%20an%20Awesome%20Custom%20Sharing%20Domain%20with%20Bit.ly%20Pro" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_instapaper" href="http://www.addtoany.com/add_to/instapaper?linkurl=http%3A%2F%2Fwww.newsome.org%2F2011%2F01%2Fhow-to-create-an-awesome-custom-sharing-domain-with-bit-ly-pro%2F&amp;linkname=How%20to%20Create%20an%20Awesome%20Custom%20Sharing%20Domain%20with%20Bit.ly%20Pro" title="Instapaper" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/instapaper.png" width="16" height="16" alt="Instapaper"/></a><a class="a2a_button_read_it_later" href="http://www.addtoany.com/add_to/read_it_later?linkurl=http%3A%2F%2Fwww.newsome.org%2F2011%2F01%2Fhow-to-create-an-awesome-custom-sharing-domain-with-bit-ly-pro%2F&amp;linkname=How%20to%20Create%20an%20Awesome%20Custom%20Sharing%20Domain%20with%20Bit.ly%20Pro" title="Read It Later" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/read_it_later.png" width="16" height="16" alt="Read It Later"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.newsome.org%2F2011%2F01%2Fhow-to-create-an-awesome-custom-sharing-domain-with-bit-ly-pro%2F&amp;title=How%20to%20Create%20an%20Awesome%20Custom%20Sharing%20Domain%20with%20Bit.ly%20Pro" id="wpa2a_4"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.newsome.org/2011/01/how-to-create-an-awesome-custom-sharing-domain-with-bit-ly-pro/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to Make Your Crappy Netbook Awesome with Jolicloud</title>
		<link>http://www.newsome.org/2010/08/how-to-make-your-crappy-netbook-awesome-with-jolicloud/</link>
		<comments>http://www.newsome.org/2010/08/how-to-make-your-crappy-netbook-awesome-with-jolicloud/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 15:29:47 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[jolicloud]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[netbooks]]></category>

		<guid isPermaLink="false">http://www.newsome.org/2010/08/how-to-make-your-crappy-netbook-awesome-with-jolicloud/</guid>
		<description><![CDATA[I have bought some stupid gear in my time.&#160; Really stupid. Now I’m never going to top this, which was undoubtedly the stupidest thing I’ve ever wasted my hard earned money on. &#160; Yes, I actually bought a Samsung Q1 Honestly, I can’t believe that someone who can get through grade school, much less college [...]]]></description>
			<content:encoded><![CDATA[<p>I have bought some stupid gear in my time.&#160; Really stupid.</p>
<p>Now I’m never going to top this, which was undoubtedly the stupidest thing I’ve ever wasted my hard earned money on. </p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.newsome.org/wp-content/uploads/2010/08/image14.png" width="240" height="182" />&#160; <br /><em>Yes, I actually bought a Samsung Q1      <br /></em></p>
<p>Honestly, I can’t believe that someone who can get through grade school, much less college and grad school, would be dumb enough to buy one of those.&#160; But this isn’t about that.&#160; Thankfully.</p>
<p>This is about what could be the second stupidest thing I’ve ever bought.&#160; An <a href="http://en.wikipedia.org/wiki/HP_2133_Mini-Note_PC" target="_blank">HP 2133 netbook</a>.&#160; After I was overcome by its itty bitty screen and general lameness (and that was before the iPad rendered <u>all</u> netbooks null), I quickly hid it in a cabinet in my study, hoping that no one would know.&#160; As luck would have it, Cassidy found it the other day and asked me if she could have it.</p>
<p>I previously tried to install <a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> on it, specifically the <a href="http://www.ubuntu.com/netbook" target="_blank">Netbook Edition</a> (which looks really, really cool), but was once again foiled by the Broadcom wireless card incompatibility, which kills Ubuntu buzzes the way sledgehammers kill gnats.&#160; So I reinstalled Windows (let me say again how much I love <a href="http://technet.microsoft.com/" target="_blank">TechNet</a>).&#160; And handed it to Cassidy, telling her she could have it as long as she told people she found it in a dumpster, and not in her daddy’s study.</p>
<p>It took about 3 minutes for her to declare it unusable.&#160; With any version of Windows, the screen is just too small to do anything other than, maybe, read an email.&#160; Opening programs is a crap shoot, with the success rate at actually opening the program you’re aiming for with the touchpad and tiny screen at around one in three.&#160; Cassidy tried to work on a short story she is writing, and quickly gave up.&#160; Just about anything drove the netbook to a screeching, time draining, hour glass spinning halt.</p>
<p>So she gave it back.&#160; Emphatically.</p>
<p>Since it’s been sitting on the counter in my study, taunting me, I decided to try and save it.&#160; And I decided to use <a href="http://www.jolicloud.com/" target="_blank">Jolicloud</a> to do so.&#160; Jolicloud is described as “a super-optimized Linux that makes the most of your netbook hardware, battery, graphics and connectivity with a cool interface that will make your life easier.”</p>
<p>Let’s see how it goes.</p>
<p><strong>Before</strong></p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_1089" border="0" alt="IMG_1089" src="http://www.newsome.org/wp-content/uploads/2010/08/IMG_1089.jpg" width="363" height="276" />&#160; </p>
<p>I’d turn it on, but I’d die of old age before it booted into Windows.</p>
<p><strong>Getting Jolicloud (Harder than it Should Be, But Worth It)</strong></p>
<p>I almost abandoned this experiment, and turned this post into an anti-Jolicloud rant when I found out you can only get Jolicloud via a BitTorrent client.&#160; I don’t know anything about torrents, and I don’t want to know anything about them.&#160; This pissed me off, but I was invested so…</p>
<p>I went to download <a href="http://www.utorrent.com/" target="_blank">uTorrent</a>.&#160; And look at this little gem:</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.newsome.org/wp-content/uploads/2010/08/image15.png" width="362" height="226" /> </p>
<p>Really?&#160; Are you serious?&#160; How completely bush league is this?&#160; I must have been right to avoid all this torrent business.&#160; How desperate must Ask.Com be to sneak onto computers to have to resort to semi-trojan status?</p>
<p>I was getting madder by the minute, but nothing is as bad as seeing that useless netbook on the counter, so I unchecked the boxes and proceeded.&#160; </p>
<p>Torrent movies must be really fun, it’s telling me I have 11 hours to go to download a 689 MB file.&#160; This is almost as fun as typing on a netbook.&#160; At the end of the day, it took something less than 11 hours, but a long time nonetheless.&#160; At a screaming 1.x kBs a second.</p>
<p><strong>Creating a USB Installer</strong></p>
<p>Next you download the <a href="http://www.jolicloud.com/guides/partition-install#download-jolicloud-usb-creator" target="_blank">USB Creator</a>, thankfully without uTorrent.&#160; Hopefully, now that I have the iso file things will be back to sane.</p>
<p>To create the USB installer, you install and run the USB Creator, and point the application to the downloaded iso file and an inserted USB stick.&#160; The approach is identical to other USB installations I have done, including the lamentable Windows&gt;Ubuntu&gt;Windows installations on this netbook.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.newsome.org/wp-content/uploads/2010/08/image16.png" width="311" height="204" /> </p>
<p>Other than <a href="http://www.microsoft.com/security_essentials/" target="_blank">Microsoft Security Essentials</a> asking about the Jolicloud files and whether I wanted to send them for a risk assessment, things went smoothly.&#160; It took about 3 minutes to create the USB installer.&#160; After uTorrent, this seemed like warp speed times infinity.</p>
<p><strong>Installing Jolicloud</strong></p>
<p>This is where things took a turn for the good.</p>
<p>I stuck the USB stick in the netbook and fired it up.&#160; Well, maybe not fired.&#160; I turned it on and it slowly chugged to life. </p>
<p>Jolicloud recognized and connected via the wireless card.&#160; A+ for that!&#160; Ubuntu still hasn’t gotten that part right.</p>
<p>Full installation is a 7-step, easy process, during which you choose your language, set your local time, pick your keyboard layout, decide if you want to delete any existing partitions (yes, in my case, as I want the netbook to be Jolicloud-only), decide if you want a single or side by side installation (single in my case, for the same reason), and pick a user and computer name.&#160; This process seems really well implemented and takes just a few minutes.</p>
<p>You then create an account.&#160; I used Facebook Connect, and was connected with my Facebook account instantly.&#160; Then you create a Jolicloud name and password.&#160; Easy peasy.</p>
<p>You are given the opportunity to connect with any of your Facebook friends who are already using Jolicloud.&#160; My pal <a href="http://rickmahn.com/" target="_blank">Rick</a> was already using Jolicloud, and I was prompted to connect with him.&#160; I’m not yet sure what happens after you connect, but it’s a cool feature.</p>
<p>Did I mention that I’m happy about the wireless card thing?</p>
<p>After the installation process is over, you restart and you’re ready to go.&#160; And go you can.&#160; Jolicloud boots up quickly and has the chops to perform all the usual tasks- only this time without pulling your hair out.</p>
<p>There are a ton of apps available, with more to come.&#160; You can even see what your Facebook friends like.</p>
</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.newsome.org/wp-content/uploads/2010/08/image17.png" width="359" height="218" /> </p>
<p><strong>After</strong></p>
<p><img style="display: inline" title="IMG_1093" alt="IMG_1093" src="http://www.newsome.org/wp-content/uploads/2010/08/IMG_1093.jpg" width="362" height="280" /> </p>
</p>
<p>Very nice.&#160; Now if I can just keep Cassidy from taking it back.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.newsome.org%2F2010%2F08%2Fhow-to-make-your-crappy-netbook-awesome-with-jolicloud%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.newsome.org%2F2010%2F08%2Fhow-to-make-your-crappy-netbook-awesome-with-jolicloud%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F08%2Fhow-to-make-your-crappy-netbook-awesome-with-jolicloud%2F&amp;linkname=How%20to%20Make%20Your%20Crappy%20Netbook%20Awesome%20with%20Jolicloud" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.newsome.org%2F2010%2F08%2Fhow-to-make-your-crappy-netbook-awesome-with-jolicloud%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.newsome.org%2F2010%2F08%2Fhow-to-make-your-crappy-netbook-awesome-with-jolicloud%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_plus" href="http://www.addtoany.com/add_to/google_plus?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F08%2Fhow-to-make-your-crappy-netbook-awesome-with-jolicloud%2F&amp;linkname=How%20to%20Make%20Your%20Crappy%20Netbook%20Awesome%20with%20Jolicloud" title="Google+" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/google_plus.png" width="16" height="16" alt="Google+"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.newsome.org%2F2010%2F08%2Fhow-to-make-your-crappy-netbook-awesome-with-jolicloud%2F&amp;counturl=http%3A%2F%2Fwww.newsome.org%2F2010%2F08%2Fhow-to-make-your-crappy-netbook-awesome-with-jolicloud%2F&amp;count=none&amp;text=How%20to%20Make%20Your%20Crappy%20Netbook%20Awesome%20with%20Jolicloud" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.newsome.org%2F2010%2F08%2Fhow-to-make-your-crappy-netbook-awesome-with-jolicloud%2F&amp;counturl=http%3A%2F%2Fwww.newsome.org%2F2010%2F08%2Fhow-to-make-your-crappy-netbook-awesome-with-jolicloud%2F&amp;count=none&amp;text=How%20to%20Make%20Your%20Crappy%20Netbook%20Awesome%20with%20Jolicloud" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_stumbleupon" href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F08%2Fhow-to-make-your-crappy-netbook-awesome-with-jolicloud%2F&amp;linkname=How%20to%20Make%20Your%20Crappy%20Netbook%20Awesome%20with%20Jolicloud" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a><a class="a2a_button_friendfeed" href="http://www.addtoany.com/add_to/friendfeed?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F08%2Fhow-to-make-your-crappy-netbook-awesome-with-jolicloud%2F&amp;linkname=How%20to%20Make%20Your%20Crappy%20Netbook%20Awesome%20with%20Jolicloud" title="FriendFeed" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/friendfeed.png" width="16" height="16" alt="FriendFeed"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F08%2Fhow-to-make-your-crappy-netbook-awesome-with-jolicloud%2F&amp;linkname=How%20to%20Make%20Your%20Crappy%20Netbook%20Awesome%20with%20Jolicloud" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_instapaper" href="http://www.addtoany.com/add_to/instapaper?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F08%2Fhow-to-make-your-crappy-netbook-awesome-with-jolicloud%2F&amp;linkname=How%20to%20Make%20Your%20Crappy%20Netbook%20Awesome%20with%20Jolicloud" title="Instapaper" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/instapaper.png" width="16" height="16" alt="Instapaper"/></a><a class="a2a_button_read_it_later" href="http://www.addtoany.com/add_to/read_it_later?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F08%2Fhow-to-make-your-crappy-netbook-awesome-with-jolicloud%2F&amp;linkname=How%20to%20Make%20Your%20Crappy%20Netbook%20Awesome%20with%20Jolicloud" title="Read It Later" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/read_it_later.png" width="16" height="16" alt="Read It Later"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.newsome.org%2F2010%2F08%2Fhow-to-make-your-crappy-netbook-awesome-with-jolicloud%2F&amp;title=How%20to%20Make%20Your%20Crappy%20Netbook%20Awesome%20with%20Jolicloud" id="wpa2a_6"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.newsome.org/2010/08/how-to-make-your-crappy-netbook-awesome-with-jolicloud/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Create a Life Stream Page on Your Blog, With Posterous</title>
		<link>http://www.newsome.org/2010/02/how-to-create-a-life-stream-page-on-your-blog-with-posterous/</link>
		<comments>http://www.newsome.org/2010/02/how-to-create-a-life-stream-page-on-your-blog-with-posterous/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 19:51:12 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[lifestream]]></category>
		<category><![CDATA[posterous]]></category>

		<guid isPermaLink="false">http://www.newsome.org/2010/02/how-to-create-a-life-stream-page-on-your-blog-with-posterous.shtml</guid>
		<description><![CDATA[We’re really rocking the blog development lately.  Yesterday, I showed you how to point a domain to one of your blog categories. Today, we’re going to create a life stream page, on your blog, using Posterous. You can use the life stream page we’re about to create for just about anything.  You could send all [...]]]></description>
			<content:encoded><![CDATA[<p>We’re really rocking the blog development lately.  Yesterday, I showed you how to <a href="http://www.newsome.org/2010/02/how-to-point-a-domain-to-a-blog-category.shtml" target="_blank">point a domain to one of your blog categories</a>.</p>
<p>Today, we’re going to create a life stream page, on your blog, using <a href="http://posterous.com/" target="_blank">Posterous</a>.</p>
<p>You can use the life stream page we’re about to create for just about anything.  You could send all of your life stream content there, <a href="http://posterous.com/help/autopost" target="_blank">autopost</a> it to Twitter, Facebook, etc. and end up with a great, chronological and searchable archive of all of your content.  I have Twitter already integrated into Newsome.Org, via the widget in the right hand column, so I’m going to do something a little different.</p>
<p>I want to create a page where I can automatically upload and share impromptu iPhone photos, and maybe some other tidbits from time to time.  Notwithstanding the limited chops of the iPhone camera, I find a lot of iPhone photos really compelling, partially because of those limitations.  Plus I almost always have my iPhone with me.</p>
<p><img style="display: inline; border-width: 0px;" title="image" src="http://www.newsome.org/wp-content/uploads/2010/02/image67.png" border="0" alt="image" width="354" height="270" /></p>
<p>But, as part of my ongoing content consolidation and simplification project, I want my iPhone photo stream to be available here, as a Page.</p>
<p>Let’s get started.</p>
<p><strong>Get a a Posterous Page</strong></p>
<p>If you don’t already have a Posterous page, <a href="http://posterous.com/" target="_blank">go sign up</a>.  Learn <a href="http://posterous.com/help" target="_blank">how to use it</a>- it’s about as easy as it could possibly be.  <a href="http://themes.posterous.com/" target="_blank">Theme</a> your Posterous page to have the same look and feel as your blog.  You’ll probably have to start with a canned theme and then customize it to your liking.</p>
<p><img style="display: inline; border-width: 0px;" title="image" src="http://www.newsome.org/wp-content/uploads/2010/02/image68.png" border="0" alt="image" width="368" height="85" /></p>
<p><strong>Make a Content Plan</strong></p>
<p>Next, decide how you’re going to use your life stream page.  Posterous makes it really easy to <a href="http://posterous.com/help/autopost" target="_blank">autopost</a> content to the social networks and other sites.  With a little work you can make Posterous your content hub and control panel.</p>
<p><strong>Get Any Ancillary Apps You’ll Need</strong></p>
<p>As noted, I want to use my page primarily as a place to upload and share impromptu iPhone photos.  A great way to do this is via the iPhone app <a href="http://posterous.com/picposterous" target="_blank">PicPosterous</a> (iTunes <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=324621527&amp;mt=8" target="_blank">link</a>).  It will make sharing iPhone photos via Posterous easy and almost completely automated.</p>
<p>I’m not crazy about the way it forces you do use albums, but it works OK.  I do like the fact that photos from each album are posted together.  I’ll just do an album for each day.  That seems burdensome, but it’s not really.  You’d need to name the photo anyway, and this means you only have to name the first one (e.g., 02/28/10) you post each day.  Any others can be sent directly to that album.</p>
<p><strong>Embed into a Blog Page with an iFrame</strong></p>
<p>Now to embed the Posterous page you have crated into your blog via an iFrame.</p>
<p><em>In WordPress</em></p>
<p>I use WordPress.  Here’s how you do it with my theme.  The process may differ slightly from theme to theme, but the basic concepts should be the same.</p>
<p>Create a new Page, and name it.  I called mine iStream.</p>
<p>If you have columns on your main blog pages, you’ll probably need to use a full width template for this page.  Many WordPress themes have this option for Pages.  If yours doesn’t, you’ll have to <a href="http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates" target="_blank">create a Page template</a>.  Or change themes.</p>
<p>Add the iFrame code.  Here’s mine:</p>
<p><img style="display: inline; border-width: 0px;" title="image" src="http://www.newsome.org/wp-content/uploads/2010/02/image69.png" border="0" alt="image" width="477" height="112" /></p>
<p><em>In Blogger</em></p>
<p>If you use Blogger, simply create a new Page, via Posting&gt;Edit Pages&gt;New Page, and include the iFrame code.  Be sure to select the Edit HTML tab first.</p>
<p>I don’t know that many, if any, Blogger templates have full width templates available for Pages.  If not, the resulting life stream Page may require horizontal scrolling, which is not good.  If I find (or someone provides in a comment) a solution for this, I’ll add it here.</p>
<p>The best bet if you really want a life stream page in Blogger might be to select a wide, one or two column template.</p>
<p><strong>Add the New Page to Your Page Navigation</strong></p>
<p>Once I created <a href="http://www.newsome.org/istream" target="_blank">my new Page</a>, I added it under the Media tab at the top of the Newsome.Org blog pages.</p>
<p>That’s all there is to it.  Looks great.  Easy to use.  Consolidated.</p>
<p>I like it.</p>
<p><strong>Brother, Can You Spare a Word?</strong></p>
<p>I’m working hard so you don’t have to.  If you like what I’m doing here at Newsome.Org, please spread the word via Retweets and links.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-create-a-life-stream-page-on-your-blog-with-posterous%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-create-a-life-stream-page-on-your-blog-with-posterous%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-create-a-life-stream-page-on-your-blog-with-posterous%2F&amp;linkname=How%20to%20Create%20a%20Life%20Stream%20Page%20on%20Your%20Blog%2C%20With%20Posterous" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-create-a-life-stream-page-on-your-blog-with-posterous%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-create-a-life-stream-page-on-your-blog-with-posterous%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_plus" href="http://www.addtoany.com/add_to/google_plus?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-create-a-life-stream-page-on-your-blog-with-posterous%2F&amp;linkname=How%20to%20Create%20a%20Life%20Stream%20Page%20on%20Your%20Blog%2C%20With%20Posterous" title="Google+" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/google_plus.png" width="16" height="16" alt="Google+"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-create-a-life-stream-page-on-your-blog-with-posterous%2F&amp;counturl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-create-a-life-stream-page-on-your-blog-with-posterous%2F&amp;count=none&amp;text=How%20to%20Create%20a%20Life%20Stream%20Page%20on%20Your%20Blog%2C%20With%20Posterous" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-create-a-life-stream-page-on-your-blog-with-posterous%2F&amp;counturl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-create-a-life-stream-page-on-your-blog-with-posterous%2F&amp;count=none&amp;text=How%20to%20Create%20a%20Life%20Stream%20Page%20on%20Your%20Blog%2C%20With%20Posterous" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_stumbleupon" href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-create-a-life-stream-page-on-your-blog-with-posterous%2F&amp;linkname=How%20to%20Create%20a%20Life%20Stream%20Page%20on%20Your%20Blog%2C%20With%20Posterous" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a><a class="a2a_button_friendfeed" href="http://www.addtoany.com/add_to/friendfeed?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-create-a-life-stream-page-on-your-blog-with-posterous%2F&amp;linkname=How%20to%20Create%20a%20Life%20Stream%20Page%20on%20Your%20Blog%2C%20With%20Posterous" title="FriendFeed" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/friendfeed.png" width="16" height="16" alt="FriendFeed"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-create-a-life-stream-page-on-your-blog-with-posterous%2F&amp;linkname=How%20to%20Create%20a%20Life%20Stream%20Page%20on%20Your%20Blog%2C%20With%20Posterous" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_instapaper" href="http://www.addtoany.com/add_to/instapaper?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-create-a-life-stream-page-on-your-blog-with-posterous%2F&amp;linkname=How%20to%20Create%20a%20Life%20Stream%20Page%20on%20Your%20Blog%2C%20With%20Posterous" title="Instapaper" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/instapaper.png" width="16" height="16" alt="Instapaper"/></a><a class="a2a_button_read_it_later" href="http://www.addtoany.com/add_to/read_it_later?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-create-a-life-stream-page-on-your-blog-with-posterous%2F&amp;linkname=How%20to%20Create%20a%20Life%20Stream%20Page%20on%20Your%20Blog%2C%20With%20Posterous" title="Read It Later" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/read_it_later.png" width="16" height="16" alt="Read It Later"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-create-a-life-stream-page-on-your-blog-with-posterous%2F&amp;title=How%20to%20Create%20a%20Life%20Stream%20Page%20on%20Your%20Blog%2C%20With%20Posterous" id="wpa2a_8"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.newsome.org/2010/02/how-to-create-a-life-stream-page-on-your-blog-with-posterous/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Point a Domain to a Blog Category</title>
		<link>http://www.newsome.org/2010/02/how-to-point-a-domain-to-a-blog-category/</link>
		<comments>http://www.newsome.org/2010/02/how-to-point-a-domain-to-a-blog-category/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 03:02:52 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.newsome.org/2010/02/how-to-point-a-domain-to-a-blog-category.shtml</guid>
		<description><![CDATA[One of my long-time and oft-stated problems with all of the so-called social networks is the brand and attention dilution that occurs when content producers cast their content across numerous networks, sending readers on a wild goose chase as they try to keep up with everything.&#160; While I’ve done a lot better than most when [...]]]></description>
			<content:encoded><![CDATA[<p>One of my long-time and oft-stated problems with all of the so-called social networks is the brand and attention dilution that occurs when content producers cast their content across numerous networks, sending readers on a wild goose chase as they try to keep up with everything.&#160; While I’ve done a lot better than most when it comes to keeping my content centered around my web site (Newsome.Org), I too have been lured into spreading myself too thin, network-wise.</p>
<p>I’m going to fix that.&#160; I am in the process of consolidating most of my content and much of my applications.&#160; When all is said and done, I will be a power user of this blog and a small number of ancillary networks (maybe as few as two: <a href="http://twitter.com/kentnewsome" target="_blank">Twitter</a> and <a href="http://www.facebook.com/newsome" target="_blank">Facebook</a>).&#160; Additionally, I intend to shrink my cloud toolbox down to a manageable size.&#160; More on that later.</p>
<p>Today I want to take the first step, which is to consolidate our music recommendation blog, which was previously hosted at <a href="http://www.tumblr.com/" target="_blank">Tumblr</a>, into Newsome.Org.&#160; Specifically, I want that content to be included here- under the Music category.&#160; But I want to continue to use the cool and valuable top level domain (GoodSongs.Com) that I have been using for song recommendations.</p>
<p>Here’s how that can be done.</p>
<p><strong>What You’ll Need</strong></p>
<p>To have this need and to make this work, you’ll need a blog platform that includes categories, tags or some other naming convention that has a URL.&#160; I use WordPress, and I have a Music category (see the menu at the top of the page).&#160; The URL for that category is <a title="http://www.newsome.org/category/music" href="http://www.newsome.org/category/music">http://www.newsome.org/category/music</a>.</p>
<p>You&#8217;ll also need a domain (or a sub-domain) separate from the one that you use for your blog, that you want to point to the category.&#160; As noted above, I am going to cause GoodSongs.Com, which previously pointed to a custom domain at Tumblr, to be redirected to my Music category here.</p>
<p><strong>Use a Redirect</strong></p>
<p>One way to redirect a domain to a blog category is through <a href="http://en.wikipedia.org/wiki/URL_redirection" target="_blank">URL redirection</a>&#160; or a <a href="http://en.wikipedia.org/wiki/URL_redirection#Refresh_Meta_tag_and_HTTP_refresh_header" target="_blank">refresh meta tag</a>.&#160; A redirection makes sense if you have a long-standing or popular site that you want to move, so you can preserve links and Google juice.&#160; If you, like me, just want to use your domain as an alternate address for a blog category- or if you don’t have the technical chops or server access to do a redirection, web forwarding might be your solution.</p>
<p><strong>Configure Web Forwarding</strong></p>
<p>I use Network Solutions as my primary domain registrar.&#160; Here’s how you configure your domain for web forwarding via Network Solutions.&#160; The process is probably similar at other registrars, but you may need to explore the configuration dashboard and maybe the help files to find the right pages and settings.</p>
<p>From your primary Dashboard, select the Web Forwarding option.&#160; At Network Solutions, it’s under the Domain Names tab at the top of the page.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.newsome.org/wp-content/uploads/2010/02/image63.png" width="345" height="174" /> </p>
<p>From the resulting page, select the domain you want to forward, then click on “Continue with Web Forwarding.”</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.newsome.org/wp-content/uploads/2010/02/image64.png" width="353" height="173" /> </p>
<p>On the next screen, fill in the URL of the category in the blank.&#160; Web masking won’t work if your URL is a directory or database, but that’s OK.&#160; The purpose is to get the readers to the new location at the blog category page.&#160; You can brand the forwarded domain from within the category.</p>
<p><strong>It Might Cost a Little</strong></p>
<p>I don’t know what other registrars charge for web forwarding.&#160; Network Solutions charges $12.00 a year.&#160; A buck a month doesn’t seem too bad for a little consolidation.&#160; Particularly consolidation that can be accomplished (or changed) via a few clicks on a web page.&#160; Simple is good.</p>
<p><strong>Don’t Forget to Feed Your Feed</strong></p>
<p>If you have an RSS feed at the domain you are forwarding to the blog category, don’t forget to update the feed once you make this change.</p>
<p>In my case, I already had an RSS feed for GoodSongs.Com, which I publish via <a href="http://feedburner.google.com/" target="_blank">Feedburner</a>.&#160; My WordPress theme creates a feed for each category, so all I had to do was change my feed location for GoodSongs.Com to the category feed.</p>
<p>From the main Feedburner dashboard for the applicable feed, select Edit Feed Details.</p>
<p>&#160;<img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.newsome.org/wp-content/uploads/2010/02/image65.png" width="340" height="137" /> </p>
<p>Then replace the current “Original Feed” with your new one.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.newsome.org/wp-content/uploads/2010/02/image66.png" width="344" height="192" /> </p>
<p><strong>That’s It</strong></p>
<p>Once you’ve taken those simple steps, your domain will be forwarded to the blog category you selected.&#160; Notice how <a href="http://www.goodsongs.com" target="_blank">GoodSongs.Com</a> now points to the Music category here at Newsome.Org.</p>
<p>That’s step one in my consolidation and simplification process.&#160; Stay tuned for more.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-point-a-domain-to-a-blog-category%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-point-a-domain-to-a-blog-category%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-point-a-domain-to-a-blog-category%2F&amp;linkname=How%20to%20Point%20a%20Domain%20to%20a%20Blog%20Category" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-point-a-domain-to-a-blog-category%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-point-a-domain-to-a-blog-category%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_plus" href="http://www.addtoany.com/add_to/google_plus?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-point-a-domain-to-a-blog-category%2F&amp;linkname=How%20to%20Point%20a%20Domain%20to%20a%20Blog%20Category" title="Google+" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/google_plus.png" width="16" height="16" alt="Google+"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-point-a-domain-to-a-blog-category%2F&amp;counturl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-point-a-domain-to-a-blog-category%2F&amp;count=none&amp;text=How%20to%20Point%20a%20Domain%20to%20a%20Blog%20Category" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-point-a-domain-to-a-blog-category%2F&amp;counturl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-point-a-domain-to-a-blog-category%2F&amp;count=none&amp;text=How%20to%20Point%20a%20Domain%20to%20a%20Blog%20Category" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_stumbleupon" href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-point-a-domain-to-a-blog-category%2F&amp;linkname=How%20to%20Point%20a%20Domain%20to%20a%20Blog%20Category" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a><a class="a2a_button_friendfeed" href="http://www.addtoany.com/add_to/friendfeed?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-point-a-domain-to-a-blog-category%2F&amp;linkname=How%20to%20Point%20a%20Domain%20to%20a%20Blog%20Category" title="FriendFeed" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/friendfeed.png" width="16" height="16" alt="FriendFeed"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-point-a-domain-to-a-blog-category%2F&amp;linkname=How%20to%20Point%20a%20Domain%20to%20a%20Blog%20Category" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_instapaper" href="http://www.addtoany.com/add_to/instapaper?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-point-a-domain-to-a-blog-category%2F&amp;linkname=How%20to%20Point%20a%20Domain%20to%20a%20Blog%20Category" title="Instapaper" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/instapaper.png" width="16" height="16" alt="Instapaper"/></a><a class="a2a_button_read_it_later" href="http://www.addtoany.com/add_to/read_it_later?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-point-a-domain-to-a-blog-category%2F&amp;linkname=How%20to%20Point%20a%20Domain%20to%20a%20Blog%20Category" title="Read It Later" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/read_it_later.png" width="16" height="16" alt="Read It Later"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-point-a-domain-to-a-blog-category%2F&amp;title=How%20to%20Point%20a%20Domain%20to%20a%20Blog%20Category" id="wpa2a_10"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.newsome.org/2010/02/how-to-point-a-domain-to-a-blog-category/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Set Up Email Subscriptions for Your Blog</title>
		<link>http://www.newsome.org/2010/02/how-to-set-up-email-subscriptions-for-your-blog/</link>
		<comments>http://www.newsome.org/2010/02/how-to-set-up-email-subscriptions-for-your-blog/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 01:41:08 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://www.newsome.org/?p=5774</guid>
		<description><![CDATA[There are a lot of nerds out there- like me for example- who think that RSS and feed readers are the only way online information should be consumed.  We feel bad about being nerds, until we remember there is a whole class of uber-nerds, who think that not only information,  but every part of life, [...]]]></description>
			<content:encoded><![CDATA[<p><img style="display: inline; margin-left: 0px; margin-right: 0px; border-width: 0px;" title="image" src="http://www.newsome.org/wp-content/uploads/2010/02/image47.png" border="0" alt="image" width="216" height="170" align="left" /> There are a lot of nerds out there- like me for example- who think that <a href="http://en.wikipedia.org/wiki/Rss" target="_blank">RSS</a> and <a href="http://www.newsome.org/2009/01/tech-for-grownups-why-you-need-google.shtml" target="_blank">feed readers</a> are the only way online information should be consumed.  We feel bad about being nerds, until we remember there is a whole class of uber-nerds, who think that not only information,  but every part of life, is derived from <a href="http://scobleizer.posterous.com/why-twitter-is-underhyped-and-is-probably-wor" target="_blank">Twitter</a>.  Or, God forbid, via <a href="http://thomashawk.com/2010/02/google-buzz-dont-listen-to-the-naysayers-theyre-wrong.html" target="_blank">Google Buzz</a>(kill).  Just kidding, both of those guys are smart dudes and friends of mine, in addition to being uber-nerds.</p>
<p>But enough about those so-called social networks.</p>
<p>Because today I want to show you how to do a subscription service that someone with tan lines might actually use.  An email subscription.  You remember <a href="http://en.wikipedia.org/wiki/Email" target="_blank">email</a>, right?  That service that millions of people who either (a) have never heard of or (b) laugh hysterically at those who use Twitter use every day.  All day.</p>
<p>So let&#8217;s assume that (1) you&#8217;ve been outside in the past 48 hours and (2) you&#8217;d like to put together an email subscription service for your blog.</p>
<p><strong>Step 1: Pick a Service</strong></p>
<p>If you use <a href="http://feedburner.google.com/" target="_blank">Feedburner</a> for your RSS feed, this is pretty easy.  Use Feedburner.  The other major choice is <a href="http://www.feedblitz.com/" target="_blank">Feedblitz</a>.  I used Feedblitz for a while, but its navigation structure makes Facebook&#8217;s byzantine navigation system seem downright GPS-like.  Plus, Feedblitz wants you to to (cover your ears webkidz) <a href="http://www.feedblitz.com/newsletter/pricing.asp" target="_blank">pay for</a> its premium service.  So as a part of my <a href="http://www.newsome.org/2010/02/the-wordpress-process-part-6.shtml" target="_blank">forced march</a> to WordPress and Blogger Custom Domains, I decided to take my email party back to Feedburner.</p>
<p><strong>Step 2: Configuring Feedburner</strong></p>
<p>Here&#8217;s how to configure your Feedburner account to permit and manage email subscriptions.</p>
<p>From your Feedburner dashboard, click on Publicize and then Email subscriptions.</p>
<p><img style="display: inline; border-width: 0px;" title="image" src="http://www.newsome.org/wp-content/uploads/2010/02/image48.png" border="0" alt="image" width="280" height="424" /></p>
<p>From the Subscription Management page, you can get code to embed a form or a link on your blog.  You can also enable a notification feature that will inform you when someone unsubscribes.  I wish Twitter had that feature.</p>
<p>Next, go to the Communications Preferences page.  From here, you can set up your email address and the subject line and message for your email confirmations.</p>
<p><img style="display: inline; border-width: 0px;" title="image" src="http://www.newsome.org/wp-content/uploads/2010/02/image49.png" border="0" alt="image" width="290" height="309" /></p>
<p>The next stop is the Email Branding page.  Here&#8217;s where you can really customize the look and feel of your emails.  You want the email to have the same branding, look and feel as your blog.  Note that you can create and upload a custom logo that will appear in your emails.</p>
<p><img style="display: inline; border-width: 0px;" title="image" src="http://www.newsome.org/wp-content/uploads/2010/02/image50.png" border="0" alt="image" width="290" height="521" /></p>
<p>Finally, you can set your time zone and preferred delivery time via the Delivery Options page.</p>
<p><strong>Step 3: Displaying the Subscription Option on Your Blog</strong></p>
<p>Once you have configured your email subscription service, you&#8217;ll need to make potential subscribers aware of it.  Many WordPress themes and Blogger templates are pre-configured to display email subscription information.  See the top of this blog (WordPress) or Err Bear Music (Blogger) for examples.</p>
<p><img style="display: inline; border: 0px;" title="image" src="http://www.newsome.org/wp-content/uploads/2010/02/image281.png" border="0" alt="image" width="373" height="116" /></p>
<p>Even if your theme or template doesn&#8217;t come pre-configured, you can easily add a subscription form or link, by adding the code that Feedburner provides on the Subscription Management page.</p>
<p>In addition to displaying the option on your blog, you should consider adding a link to your email signature, as those who would be most interested in an email subscription may not visit your blog, but do use and see email.</p>
<p><strong>Step 4: Post as Normal and Let the Service Do the Work</strong></p>
<p>After setting up your service and displaying a subscription form or link, your email subscribers will receive one email each day containing your blog posts for that day.</p>
<p>Here is a sample, from one of my recent subscription emails.</p>
<p><img style="display: inline; border-width: 0px;" title="image" src="http://www.newsome.org/wp-content/uploads/2010/02/image52.png" border="0" alt="image" width="373" height="336" /></p>
<p><strong>Step 5: While You’re Thinking About It, Subscribe to Newsome.Org Via Email</strong></p>
<p>By clicking <a href="http://feedburner.google.com/fb/a/mailverify?uri=newsome&amp;loc=en_US" target="_blank">here</a>.</p>
<p>That’s it.  Let the emailing begin!</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-set-up-email-subscriptions-for-your-blog%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-set-up-email-subscriptions-for-your-blog%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-set-up-email-subscriptions-for-your-blog%2F&amp;linkname=How%20to%20Set%20Up%20Email%20Subscriptions%20for%20Your%20Blog" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-set-up-email-subscriptions-for-your-blog%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-set-up-email-subscriptions-for-your-blog%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_plus" href="http://www.addtoany.com/add_to/google_plus?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-set-up-email-subscriptions-for-your-blog%2F&amp;linkname=How%20to%20Set%20Up%20Email%20Subscriptions%20for%20Your%20Blog" title="Google+" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/google_plus.png" width="16" height="16" alt="Google+"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-set-up-email-subscriptions-for-your-blog%2F&amp;counturl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-set-up-email-subscriptions-for-your-blog%2F&amp;count=none&amp;text=How%20to%20Set%20Up%20Email%20Subscriptions%20for%20Your%20Blog" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-set-up-email-subscriptions-for-your-blog%2F&amp;counturl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-set-up-email-subscriptions-for-your-blog%2F&amp;count=none&amp;text=How%20to%20Set%20Up%20Email%20Subscriptions%20for%20Your%20Blog" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_stumbleupon" href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-set-up-email-subscriptions-for-your-blog%2F&amp;linkname=How%20to%20Set%20Up%20Email%20Subscriptions%20for%20Your%20Blog" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a><a class="a2a_button_friendfeed" href="http://www.addtoany.com/add_to/friendfeed?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-set-up-email-subscriptions-for-your-blog%2F&amp;linkname=How%20to%20Set%20Up%20Email%20Subscriptions%20for%20Your%20Blog" title="FriendFeed" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/friendfeed.png" width="16" height="16" alt="FriendFeed"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-set-up-email-subscriptions-for-your-blog%2F&amp;linkname=How%20to%20Set%20Up%20Email%20Subscriptions%20for%20Your%20Blog" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_instapaper" href="http://www.addtoany.com/add_to/instapaper?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-set-up-email-subscriptions-for-your-blog%2F&amp;linkname=How%20to%20Set%20Up%20Email%20Subscriptions%20for%20Your%20Blog" title="Instapaper" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/instapaper.png" width="16" height="16" alt="Instapaper"/></a><a class="a2a_button_read_it_later" href="http://www.addtoany.com/add_to/read_it_later?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-set-up-email-subscriptions-for-your-blog%2F&amp;linkname=How%20to%20Set%20Up%20Email%20Subscriptions%20for%20Your%20Blog" title="Read It Later" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/read_it_later.png" width="16" height="16" alt="Read It Later"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-set-up-email-subscriptions-for-your-blog%2F&amp;title=How%20to%20Set%20Up%20Email%20Subscriptions%20for%20Your%20Blog" id="wpa2a_12"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.newsome.org/2010/02/how-to-set-up-email-subscriptions-for-your-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Record LPs to CDs Without a Computer</title>
		<link>http://www.newsome.org/2010/02/record-lps-to-cds-without-a-computer/</link>
		<comments>http://www.newsome.org/2010/02/record-lps-to-cds-without-a-computer/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 03:00:55 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[records]]></category>

		<guid isPermaLink="false">http://www.newsome.org/2010/02/record-lps-to-cds-without-a-computer.shtml</guid>
		<description><![CDATA[As most of you know, I’m a big music fan, having bought records, 8-tracks, cassettes, CDs and MP3s pretty much non-stop since I bought my first LP (Glen Campbell) back in the mid-sixties, and having been a songwriter and (starving) musician for years. The combination of music and evolving technology means I often find myself [...]]]></description>
			<content:encoded><![CDATA[<p>As most of you know, I’m a big music fan, having bought records, 8-tracks, cassettes, CDs and MP3s pretty much non-stop since I bought my first LP (Glen Campbell) back in the mid-sixties, and having been a <a href="http://www.errbear.com/" target="_blank">songwriter</a> and (starving) musician for years.</p>
<p>The combination of music and evolving technology means I often find myself with some great records on outdated media.&#160; Generally, this means great LPs that aren’t available on CD or MP3.&#160; I’ve converted quite a few records, and did <a href="http://www.newsome.org/2006/09/how-to-convert-lps-to-mp3s.shtml" target="_blank">a tutorial</a> that remains one of my most viewed posts.</p>
<p>The approach I describe in that tutorial is as workable today as it was the day I wrote it.&#160; But recently I decided to try another approach.&#160; I wanted to bypass the computer altogether, and record directly from LP to CD.&#160; Then, and only then, do I want to move or rip the songs to my MP3 library.</p>
<p> The tool I chose to do this is an <a href="http://www.amazon.com/exec/obidos/ASIN/B001B9SH4U/ranchodenada-20" target="_blank">Ion LP2CD turntable</a>.&#160; This is one versatile turntable.&#160; It will connect to your receiver or your computer (via USB), and it has a built-in CD burner that will burn the LP directly to CD.&#160; Or, actually, to its internal flash drive, and then to a CD.&#160; This intermediate step is a good thing, since you can trim the song files, correct any glitches in the automatic song splitting and even reorder the songs, before you burn the CD.</p>
<p>Sweet, huh?</p>
<p><strong>Unboxing</strong></p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.newsome.org/wp-content/uploads/2010/02/image43.png" width="356" height="271" /> </p>
<p>The turntable is fairly compact for one that includes a built-in CD burner.&#160; I was able to put it together without reading the instructions.&#160; Two hints: look closely for all the small pieces (the 45 insert, the counter weight for the arm, the needle, etc.), which come taped to various parts of the packing styrofoam; and don’t forget to pull the rubber drive belt around the spindle (see page 5 of the Quickstart Guide).&#160; It took me less than 5 minutes to get the turntable put together,&#160; plugged in and ready to rock and roll.</p>
<p><strong>Picking a Test Record</strong></p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.newsome.org/wp-content/uploads/2010/02/image44.png" width="347" height="264" /> </p>
<p>One the the best records you’ve never heard is The Charlie Daniels Band’s 1974 record, <em>Way Down Yonder</em>.&#160; This is pre-Devil Went Down to Georgia Charlie Daniels, and sounds much more like the Allman Brothers or good, early and bluesy Elvin Bishop, than later era Charlie.&#160; Sadly, it’s not available on CD or MP3.&#160; But I have the record, and decided to use it to test the turntable.</p>
<p><strong>Recording</strong></p>
<p>The turntable has a handy headphone jack, so you can hear what you’re doing.</p>
<p>To record an album, put it on the turntable, play it a bit to get the sound levels right.&#160; There’s a recording level knob and a level indicator on the led screen.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.newsome.org/wp-content/uploads/2010/02/image45.png" width="378" height="144" /> </p>
<p>Once you’re ready, put the turntable in “INT” mode (internal flash drive), put the needle where you want to start, press Record button (the red light will come on), press the Play/Pause button, and then immediately the Start/Stop button, to begin the recording.&#160; The turntable will attempt to automatically split the tracks based on gaps.&#160; It does a good job, unless the record has a fair amount of scratches.&#160; Fear not, it’s easy to manually split tracks once you’ve finished the recording.</p>
<p>In my test, Side A, which had a few scratches, didn’t split perfectly, but Side B did.</p>
<p><strong>Splitting and Trimming</strong></p>
<p>After you’ve recorded the record onto the flash drive, you can split tracks by navigating via Fast Forward or Reverse to the desired place and pressing the Split button.&#160; You can also easily split out and erase long silences between tracks, if necessary.</p>
<p>In sum, this process works very well.&#160; It’s easy, and even fun.</p>
<p><strong>Recording to CD</strong></p>
<p>Once you’re ready, recording to a CD is as easy as putting a blank CD-R into the CD drive and pressing the Burn CD button.&#160; It literally could not be any easier.</p>
<p><strong>The Results</strong></p>
<p>The CD sounds great.&#160; Sure, you can hear the same scratches you hear when you play the LP, but the reproduction is excellent.&#160; Ripping the CD to your MP3 library is quick and easy.</p>
<p>Here’s the excellent song <a href="http://dl.dropbox.com/u/607532/Charlie%20Daniels%20Band%20-%20Land%20of%20Opportunity.mp3" target="_blank">Land of Opportunity</a>, to hear for yourself.</p>
<p>My only wish would be that the device record to the CD in MP3 format.&#160; It would be great to save a step and avoid having to rip the CD.</p>
<p><strong>But It Ain’t Cheap</strong></p>
<p>The biggest, and just about only, drawback to the LP2CD turntable is its price: $321 (<a href="http://www.amazon.com/exec/obidos/ASIN/B001B9SH4U/ranchodenada-20" target="_blank">at Amazon</a>).&#160; If you have one or two records to convert, it’s definitely not for you.&#160; If you have- or would like to buy- a lot of hard to find LPs, it just might be your ticket.</p>
<p>It’s going to be mine.&#160; Time to browse eBay for some classic vinyl.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.newsome.org/wp-content/uploads/2010/02/image46.png" width="361" height="277" /> </p>
<p><em>The inside cover of this excellent record</em></p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Frecord-lps-to-cds-without-a-computer%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Frecord-lps-to-cds-without-a-computer%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Frecord-lps-to-cds-without-a-computer%2F&amp;linkname=Record%20LPs%20to%20CDs%20Without%20a%20Computer" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Frecord-lps-to-cds-without-a-computer%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Frecord-lps-to-cds-without-a-computer%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_plus" href="http://www.addtoany.com/add_to/google_plus?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Frecord-lps-to-cds-without-a-computer%2F&amp;linkname=Record%20LPs%20to%20CDs%20Without%20a%20Computer" title="Google+" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/google_plus.png" width="16" height="16" alt="Google+"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Frecord-lps-to-cds-without-a-computer%2F&amp;counturl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Frecord-lps-to-cds-without-a-computer%2F&amp;count=none&amp;text=Record%20LPs%20to%20CDs%20Without%20a%20Computer" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Frecord-lps-to-cds-without-a-computer%2F&amp;counturl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Frecord-lps-to-cds-without-a-computer%2F&amp;count=none&amp;text=Record%20LPs%20to%20CDs%20Without%20a%20Computer" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_stumbleupon" href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Frecord-lps-to-cds-without-a-computer%2F&amp;linkname=Record%20LPs%20to%20CDs%20Without%20a%20Computer" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a><a class="a2a_button_friendfeed" href="http://www.addtoany.com/add_to/friendfeed?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Frecord-lps-to-cds-without-a-computer%2F&amp;linkname=Record%20LPs%20to%20CDs%20Without%20a%20Computer" title="FriendFeed" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/friendfeed.png" width="16" height="16" alt="FriendFeed"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Frecord-lps-to-cds-without-a-computer%2F&amp;linkname=Record%20LPs%20to%20CDs%20Without%20a%20Computer" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_instapaper" href="http://www.addtoany.com/add_to/instapaper?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Frecord-lps-to-cds-without-a-computer%2F&amp;linkname=Record%20LPs%20to%20CDs%20Without%20a%20Computer" title="Instapaper" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/instapaper.png" width="16" height="16" alt="Instapaper"/></a><a class="a2a_button_read_it_later" href="http://www.addtoany.com/add_to/read_it_later?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Frecord-lps-to-cds-without-a-computer%2F&amp;linkname=Record%20LPs%20to%20CDs%20Without%20a%20Computer" title="Read It Later" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/read_it_later.png" width="16" height="16" alt="Read It Later"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Frecord-lps-to-cds-without-a-computer%2F&amp;title=Record%20LPs%20to%20CDs%20Without%20a%20Computer" id="wpa2a_14"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.newsome.org/2010/02/record-lps-to-cds-without-a-computer/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://dl.dropbox.com/u/607532/Charlie%20Daniels%20Band%20-%20Land%20of%20Opportunity.mp3" length="4416528" type="audio/mpeg" />
		</item>
		<item>
		<title>How to Vastly Improve Your Facebook Experience with Filters and Lists</title>
		<link>http://www.newsome.org/2010/02/how-to-vastly-improve-your-facebook-experience-with-filters-and-lists/</link>
		<comments>http://www.newsome.org/2010/02/how-to-vastly-improve-your-facebook-experience-with-filters-and-lists/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 21:18:48 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">http://www.newsome.org/2010/02/how-to-vastly-improve-your-facebook-experience-with-filters-and-lists.shtml</guid>
		<description><![CDATA[The sheer number of friends I have, in the real world and on the internet, who use Facebook ultimately led me to capitulate and start using it a little.&#160; I’m not a huge fan by any means, but I will admit that I enjoy seeing what my friends are up to. But like every other [...]]]></description>
			<content:encoded><![CDATA[<p>The sheer number of friends I have, in the real world and on the internet, who use <a href="http://www.facebook.com/" target="_blank">Facebook</a> ultimately led me to capitulate and start using it a little.&#160; I’m not a huge fan by any means, but I will admit that I enjoy seeing what my friends are up to.</p>
<p>But like every other social application, you have to work a little to keep the experience efficient and rewarding.</p>
<p><strong>Filters Make Good News Feeds</strong></p>
<p>The most useful Facebook feature I have ever stumbled across is the ability to filter out certain content.&#160; This has allowed me to banish from my sight all things Farmville, as well as most other games and gift apps (you know, where someone sends you a hug, or whatnot).&#160; If you want to filter something, hover over an entry, click the “Hide” button that appears and choose to hide the application.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.newsome.org/wp-content/uploads/2010/02/image26.png" width="339" height="124" />&#160; </p>
<p>Presto, no more screen clutter.</p>
<p>Doing this vastly improved my Facebook experience.</p>
<p>If you later decide you can’t live without the content you have filtered out, go to the bottom of your Top News page (not your Most Recent page), and click on Edit Options.&#160; From there you can add any exiles back to your news feed.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.newsome.org/wp-content/uploads/2010/02/image27.png" width="336" height="286" /> </p>
<p><strong>The Circle is Large</strong></p>
<p>Another thing that can really enhance your Facebook experience is the use of lists.&#160; Here’s how you make a list, why you should and what lists allow you to do.</p>
<p>I have a very eclectic group of Facebbook friends.&#160; Some from my hometown (Cheraw, SC), some from college (Wake Forest), some from Texas, and some that I know through years of tech blogging.&#160; There are a couple of things I’d like to be able to do.</p>
<p>1. Have the option to read content from only one group at a time.</p>
<p>2. Share some things with one group, but not others.</p>
<p><strong>Make a List and Check it Twice</strong></p>
<p>The first step is to create Friends lists.&#160; Take the time to decide on the best way to divide your Friends.&#160; I decided to divide my as follows: Cheraw, WFU, Texas and Tech.&#160; I may add more later.</p>
<p>Start by clicking Friends on the left side of your Home page.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.newsome.org/wp-content/uploads/2010/02/image28.png" width="225" height="244" /> </p>
<p>Then click the Create a List button near the top right of the next page.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.newsome.org/wp-content/uploads/2010/02/image29.png" width="318" height="193" /> </p>
<p>Name your list, and click on the applicable photos to add your friends to that list.&#160; Friends can be on multiple lists.&#160; When you save it, the newly created list will appear under Friends in the left hand column, when you click on the Friends link.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.newsome.org/wp-content/uploads/2010/02/image30.png" width="324" height="181" /> </p>
<p>Now, if you want to see content from only people on one of your lists, all you have to do is click on that list.</p>
<p><strong>Quick Note: Deleting a Facebook List</strong></p>
<p>Facebook has probably the most unintuitive terminology and navigation structure in the history of the world.&#160; You can see above that I originally had a Personal list, which I decided not to use.&#160; To delete a list, Click on Account (near the top right of the page) and select Edit Friends.&#160; You’ll see your lists in the left hand column.&#160; To delete a list, click on it and select Delete List at the top.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.newsome.org/wp-content/uploads/2010/02/image31.png" width="316" height="198" /> </p>
<p>So that’s the way to set up lists that you can filter for content, and to delete ones you no longer want.</p>
<p><strong>Protecting Your Info</strong></p>
<p>Another thing lists allow you do do is decide what portions of your personal information and content can be seen by each group.&#160; I haven’t done a lot of this yet, but here’s how you do it.</p>
<p>Click on Account and then Privacy Settings.&#160; From here, you can customize the way lots of information is distributed.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.newsome.org/wp-content/uploads/2010/02/image32.png" width="329" height="279" /> </p>
<p>Let’s say you want to control who can see your mobile phone number.&#160; First, click on the Contact Information link.&#160; Then click on the button beside Mobile Phone.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.newsome.org/wp-content/uploads/2010/02/image33.png" width="335" height="97" /> </p>
<p>From the pop-up menu, click Customize.&#160; In the box beside “These people” select Specific People.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.newsome.org/wp-content/uploads/2010/02/image34.png" width="332" height="208" /> </p>
<p>From this page, you can elect to make this information available to only specific lists and/or to hide it from specific lists.</p>
<p><strong>You Can Also Customize Posts</strong></p>
<p>Once you have lists set up, you can also share content with only certain lists.&#160; Let’s say I want to share an article about the Wake Forest basketball team’s latest clinic in under-achieving with only my WFU list.</p>
<p>After inserting and attaching the link, click on the lock icon near the bottom of the box.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.newsome.org/wp-content/uploads/2010/02/image35.png" width="349" height="203" /> </p>
<p>Again, select Specific People in the box beside “These people,” and type the applicable list in the box.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.newsome.org/wp-content/uploads/2010/02/image36.png" width="353" height="219" /> </p>
<p>This will share the link with people in my WFU list, but not with people in other lists, who didn’t go to Wake Forest and can be spared from the frustration that comes with being a Deacon fan.</p>
<p><strong>It’s Hard, But Manageable</strong></p>
<p>Facebook is burdened by a byzantine navigation structure that harkens back to <a href="http://en.wikipedia.org/wiki/Facebook" target="_blank">its origins</a>.&#160; It is a lot harder to configure and navigate around Facebook that it ought to be.&#160; But it can, and should, be done if you want to get as much out of Facebook as possible.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-vastly-improve-your-facebook-experience-with-filters-and-lists%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-vastly-improve-your-facebook-experience-with-filters-and-lists%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-vastly-improve-your-facebook-experience-with-filters-and-lists%2F&amp;linkname=How%20to%20Vastly%20Improve%20Your%20Facebook%20Experience%20with%20Filters%20and%20Lists" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-vastly-improve-your-facebook-experience-with-filters-and-lists%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-vastly-improve-your-facebook-experience-with-filters-and-lists%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_plus" href="http://www.addtoany.com/add_to/google_plus?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-vastly-improve-your-facebook-experience-with-filters-and-lists%2F&amp;linkname=How%20to%20Vastly%20Improve%20Your%20Facebook%20Experience%20with%20Filters%20and%20Lists" title="Google+" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/google_plus.png" width="16" height="16" alt="Google+"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-vastly-improve-your-facebook-experience-with-filters-and-lists%2F&amp;counturl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-vastly-improve-your-facebook-experience-with-filters-and-lists%2F&amp;count=none&amp;text=How%20to%20Vastly%20Improve%20Your%20Facebook%20Experience%20with%20Filters%20and%20Lists" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-vastly-improve-your-facebook-experience-with-filters-and-lists%2F&amp;counturl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-vastly-improve-your-facebook-experience-with-filters-and-lists%2F&amp;count=none&amp;text=How%20to%20Vastly%20Improve%20Your%20Facebook%20Experience%20with%20Filters%20and%20Lists" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_stumbleupon" href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-vastly-improve-your-facebook-experience-with-filters-and-lists%2F&amp;linkname=How%20to%20Vastly%20Improve%20Your%20Facebook%20Experience%20with%20Filters%20and%20Lists" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a><a class="a2a_button_friendfeed" href="http://www.addtoany.com/add_to/friendfeed?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-vastly-improve-your-facebook-experience-with-filters-and-lists%2F&amp;linkname=How%20to%20Vastly%20Improve%20Your%20Facebook%20Experience%20with%20Filters%20and%20Lists" title="FriendFeed" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/friendfeed.png" width="16" height="16" alt="FriendFeed"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-vastly-improve-your-facebook-experience-with-filters-and-lists%2F&amp;linkname=How%20to%20Vastly%20Improve%20Your%20Facebook%20Experience%20with%20Filters%20and%20Lists" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_instapaper" href="http://www.addtoany.com/add_to/instapaper?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-vastly-improve-your-facebook-experience-with-filters-and-lists%2F&amp;linkname=How%20to%20Vastly%20Improve%20Your%20Facebook%20Experience%20with%20Filters%20and%20Lists" title="Instapaper" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/instapaper.png" width="16" height="16" alt="Instapaper"/></a><a class="a2a_button_read_it_later" href="http://www.addtoany.com/add_to/read_it_later?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-vastly-improve-your-facebook-experience-with-filters-and-lists%2F&amp;linkname=How%20to%20Vastly%20Improve%20Your%20Facebook%20Experience%20with%20Filters%20and%20Lists" title="Read It Later" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/read_it_later.png" width="16" height="16" alt="Read It Later"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-vastly-improve-your-facebook-experience-with-filters-and-lists%2F&amp;title=How%20to%20Vastly%20Improve%20Your%20Facebook%20Experience%20with%20Filters%20and%20Lists" id="wpa2a_16"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.newsome.org/2010/02/how-to-vastly-improve-your-facebook-experience-with-filters-and-lists/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to Use the New Newsome.Org</title>
		<link>http://www.newsome.org/2010/02/how-to-use-the-new-newsome-org/</link>
		<comments>http://www.newsome.org/2010/02/how-to-use-the-new-newsome-org/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 06:37:41 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.newsome.org/2010/02/how-to-use-the-new-newsome-org.shtml</guid>
		<description><![CDATA[OK, our migration to WordPress, which was documented here, is complete, and I am very happy with the results.&#160; In sum, I think the new look and the new functionality rocks. But, as a blog partially targeted to grownups who don’t necessarily live in Google Reader or on Facebook or Twitter, we have a lot [...]]]></description>
			<content:encoded><![CDATA[<p>OK, our migration to WordPress, which <a href="http://www.newsome.org/2010/02/the-wordpress-process-part-6.shtml" target="_blank">was documented here</a>, is complete, and I am very happy with the results.&#160; In sum, I think the new look and the new functionality rocks.</p>
<p>But, as a blog partially targeted to grownups who don’t necessarily live in Google Reader or on Facebook or Twitter, we have a lot of readers who consume our content the old fashioned way.&#160; By coming to the web site and clicking around.</p>
<p>I’ve had a few questions, so here’s a rundown on how to use the new layout.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.newsome.org/wp-content/uploads/2010/02/image22.png" width="443" height="250" /> </p>
<p>First, what hasn’t changed.&#160; The newest content, across all Categories, is still located in the middle column, with the newest post at the top.&#160; This has not changed- it was the same way in the prior layout.</p>
<p><strong>Categories</strong></p>
<p>But now, there are additional options, if you want to filter your content.&#160; You can slice and dice content several ways.&#160; First, by Category.&#160; Note the horizontal menu between the red header and the gray line at the top of the page: Home, Tech, Music, Life, How to, etc.</p>
<p>Let’s say you want to read only our music content.&#160; Click on that link in the top menu, and the center content will display only our music content, with the newest content at the top.&#160; Same with Tech, Life and How to (our tech tutorials).&#160; If you want to hear our podcasts, there’s the Podcast link.</p>
<p>Media, which has two sub-categories, is the place to go for photographs or videos.</p>
<p>Finally, there is an About page for those who want to know more about me and a Contact page, where you can send me an email or leave me a voice mail.</p>
<p>In sum, the default Home page has the same content as our old layout, but there are now topical options that display specific kinds of content.</p>
<p><strong>More Ways to Find Good Stuff</strong></p>
<p>Categories are great, but there are even more ways to drill down to the content you want.</p>
<p>See the box in the right hand column with tabs: Popular, Latest, Comments and Tags.&#160; Popular shows the recent posts that have the most discussion (e.g., comments, reactions, etc.).&#160; Latest shows a quick list of our latest posts.&#160; Comments displays the most recent discussions that have occurred in comments to posts.&#160; And finally, Tags are a clickable index where you can click on a topic and get only content about that topic.&#160; If you are looking for something very specific, the Tags tab is the place to start.</p>
<p><strong>You Can Read Content in a RSS Reader</strong></p>
<p>Another option is to read our content in a feed reader, such as <a href="http://www.newsome.org/2009/01/tech-for-grownups-why-you-need-google.shtml" target="_blank">Google Reader</a>.&#160; We have our <a href="http://feeds2.feedburner.com/newsome" target="_blank">main RSS feed</a>, which has the same form and content as always.&#160; Additionally, there are Category-specific RSS feeds near the top of each Category page.</p>
<p><strong>Or Via Email</strong></p>
<p>If you’d rather avoid the whole web-business and don’t use a feed reader, there’s the option to have a single email delivered straight to your inbox every night, with all of our posts for that day included.&#160; To subscribe by email, click <a href="http://feedburner.google.com/fb/a/mailverify?uri=newsome&amp;loc=en_US" target="_blank">here</a> or on the link near the top of the page.</p>
<p><strong>What About the Sidebars?</strong></p>
<p>There are a lot of extra goodies in the two side columns.</p>
<p>On the left hand side, we have a Menu of Newsome.Org content; links to my pages on the various social networks and photo and video sites; links to our excellent, hand-crafted Pandora radio stations (take a listen, you’ll like them); and hand-picked music and book recommendations (which are linked&#160; to Amazon, where you can buy and download them or have them mailed with just a couple of clicks).</p>
<p>On the right hand side is the tabbed content box described above; a search box, where you can search Newsome.Org and see what others have recently searched for (that list is also clickable); a list of my latest Twitter posts; and some of my Flickr photos (click for the larger versions).</p>
<p>That’s it. </p>
<p>We’ve made it easy to find the content you’re looking for.&#160; Enjoy.&#160; Leave us a comment and tell us what you think!</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-use-the-new-newsome-org%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-use-the-new-newsome-org%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-use-the-new-newsome-org%2F&amp;linkname=How%20to%20Use%20the%20New%20Newsome.Org" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-use-the-new-newsome-org%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-use-the-new-newsome-org%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_plus" href="http://www.addtoany.com/add_to/google_plus?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-use-the-new-newsome-org%2F&amp;linkname=How%20to%20Use%20the%20New%20Newsome.Org" title="Google+" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/google_plus.png" width="16" height="16" alt="Google+"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-use-the-new-newsome-org%2F&amp;counturl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-use-the-new-newsome-org%2F&amp;count=none&amp;text=How%20to%20Use%20the%20New%20Newsome.Org" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-use-the-new-newsome-org%2F&amp;counturl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-use-the-new-newsome-org%2F&amp;count=none&amp;text=How%20to%20Use%20the%20New%20Newsome.Org" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_stumbleupon" href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-use-the-new-newsome-org%2F&amp;linkname=How%20to%20Use%20the%20New%20Newsome.Org" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a><a class="a2a_button_friendfeed" href="http://www.addtoany.com/add_to/friendfeed?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-use-the-new-newsome-org%2F&amp;linkname=How%20to%20Use%20the%20New%20Newsome.Org" title="FriendFeed" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/friendfeed.png" width="16" height="16" alt="FriendFeed"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-use-the-new-newsome-org%2F&amp;linkname=How%20to%20Use%20the%20New%20Newsome.Org" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_instapaper" href="http://www.addtoany.com/add_to/instapaper?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-use-the-new-newsome-org%2F&amp;linkname=How%20to%20Use%20the%20New%20Newsome.Org" title="Instapaper" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/instapaper.png" width="16" height="16" alt="Instapaper"/></a><a class="a2a_button_read_it_later" href="http://www.addtoany.com/add_to/read_it_later?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-use-the-new-newsome-org%2F&amp;linkname=How%20to%20Use%20the%20New%20Newsome.Org" title="Read It Later" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/read_it_later.png" width="16" height="16" alt="Read It Later"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-use-the-new-newsome-org%2F&amp;title=How%20to%20Use%20the%20New%20Newsome.Org" id="wpa2a_18"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.newsome.org/2010/02/how-to-use-the-new-newsome-org/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to Share Your Google Calendar</title>
		<link>http://www.newsome.org/2010/02/how-to-share-your-google-calendar/</link>
		<comments>http://www.newsome.org/2010/02/how-to-share-your-google-calendar/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 00:34:30 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google calendar]]></category>

		<guid isPermaLink="false">http://www.newsome.org/?p=5716</guid>
		<description><![CDATA[I&#8217;ve done a few hard things. Learned code. Built a computer from parts. Finished a Rubik&#8217;s Cube. Learned how to navigate around Facebook (sort of).&#160; You get the picture. But nothing prepared me for the chore that was configuring my Google Calendar to allow my secretary to see and add appointments. So I thought I&#8217;d [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve done a few hard things. Learned code. Built a computer from parts. Finished a Rubik&#8217;s Cube. Learned how to navigate around Facebook (sort of).&#160; You get the picture.</p>
<p>But nothing prepared me for the chore that was configuring my Google Calendar to allow my secretary to see and add appointments.</p>
<p>So I thought I&#8217;d so a step by step to save someone a little agony.</p>
<p>I use <a href="http://www.google.com/apps/intl/en/group/index.html" target="_blank">Google Apps</a> for my email and calendar, so there are a couple of extra steps that may not be required for regular Google Calendar users.</p>
<p><strong>Step 1: Configure Sharing Rights (Google Apps Only)</strong></p>
<p>This is where a lot of Google Apps users get tripped up.</p>
<p>To share your calendar with people outside your domain (in my case, those without @newsome.org email addresses), you must enable sharing with people outside your domain, within Google Apps.&#160; From your Google Apps Dashboard, click on Calendar and then set the “Sharing options” for users &quot;Outside this domain&quot; to &quot;Share all information, and outsiders can change calendars.&quot;&#160; If you don&#8217;t do this, the person you are trying to share your calendar with will, at most, only be able to see if you are free or busy- no details and no ability to add items to your calendar.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.newsome.org/wp-content/uploads/2010/02/image19.png" width="444" height="128" /> </p>
<p><strong>Step 2: Wait a While (Google Apps Only)</strong></p>
<p>Once you configure your Google Apps as described in Step 1, it takes a little while (maybe an hour) for your revised sharing settings to take effect.&#160; This can be very frustrating to those who don&#8217;t know about this delay.</p>
<p>So be patient.&#160; Go grab some lunch.</p>
<p><strong>Step 3: Make Sure the Person Has a Google Account</strong></p>
<p>In order to log-in and see your calendar, the person you want to share your calendar with must have a Google account.&#160; This is not the same thing as a Gmail account.&#160; Any email address can be used to create a Google account.&#160; The <a href="https://www.google.com/accounts/NewAccount" target="_blank">sign up page is here</a>.</p>
<p><strong>Step 4: Grant Access via Your Calendar</strong></p>
<p>Now go to your Google calendar.&#160; Navigate to Settings&gt;Calendars.&#160; Look beside your calendar (the one you want to share, not someone else&#8217;s that is being shared with you) and click on &quot;Shared: Edit Settings.&quot;&#160; Add the person&#8217;s email address to the blank under “Share with specific people” and choose &quot;Make changes to events.&quot;&#160; Click on the &quot;Add Person&quot; button, and the entered email address should appear in the list below, with the correct sharing level.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.newsome.org/wp-content/uploads/2010/02/image20.png" width="437" height="98" /> </p>
<p>If it still says &quot;See only free/busy (hide details),&quot; then you need to go back to Steps 1 and 2 above.&#160; Probably it’s a matter of the delay described in Step 2.</p>
<p><strong>Step 5: Log-in and Share Away</strong></p>
<p>Then, once the person logs into his or her Google account, he or she will be able to access and add to your calendar.</p>
<p>That&#8217;s it.&#160; Post any questions in the comments.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-share-your-google-calendar%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-share-your-google-calendar%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-share-your-google-calendar%2F&amp;linkname=How%20to%20Share%20Your%20Google%20Calendar" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-share-your-google-calendar%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-share-your-google-calendar%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_plus" href="http://www.addtoany.com/add_to/google_plus?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-share-your-google-calendar%2F&amp;linkname=How%20to%20Share%20Your%20Google%20Calendar" title="Google+" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/google_plus.png" width="16" height="16" alt="Google+"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-share-your-google-calendar%2F&amp;counturl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-share-your-google-calendar%2F&amp;count=none&amp;text=How%20to%20Share%20Your%20Google%20Calendar" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-share-your-google-calendar%2F&amp;counturl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-share-your-google-calendar%2F&amp;count=none&amp;text=How%20to%20Share%20Your%20Google%20Calendar" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_stumbleupon" href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-share-your-google-calendar%2F&amp;linkname=How%20to%20Share%20Your%20Google%20Calendar" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a><a class="a2a_button_friendfeed" href="http://www.addtoany.com/add_to/friendfeed?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-share-your-google-calendar%2F&amp;linkname=How%20to%20Share%20Your%20Google%20Calendar" title="FriendFeed" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/friendfeed.png" width="16" height="16" alt="FriendFeed"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-share-your-google-calendar%2F&amp;linkname=How%20to%20Share%20Your%20Google%20Calendar" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_instapaper" href="http://www.addtoany.com/add_to/instapaper?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-share-your-google-calendar%2F&amp;linkname=How%20to%20Share%20Your%20Google%20Calendar" title="Instapaper" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/instapaper.png" width="16" height="16" alt="Instapaper"/></a><a class="a2a_button_read_it_later" href="http://www.addtoany.com/add_to/read_it_later?linkurl=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-share-your-google-calendar%2F&amp;linkname=How%20to%20Share%20Your%20Google%20Calendar" title="Read It Later" rel="nofollow" target="_blank"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/icons/read_it_later.png" width="16" height="16" alt="Read It Later"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.newsome.org%2F2010%2F02%2Fhow-to-share-your-google-calendar%2F&amp;title=How%20to%20Share%20Your%20Google%20Calendar" id="wpa2a_20"><img src="http://www.newsome.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.newsome.org/2010/02/how-to-share-your-google-calendar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

