<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Derek Punsalan - 5ThirtyOne</title>
	
	<link>http://5thirtyone.com</link>
	<description>A freelancing, 5ThirtyOne semi-coherent blogging, UNEASYsilence co-authoring, radio station tracking front-end lead Apple fan residing in the rainy Pacific Northwest.</description>
	<lastBuildDate>Wed, 01 Jul 2009 20:16:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.0/</creativeCommons:license><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/5thirtyone" type="application/rss+xml" /><feedburner:emailServiceId>5thirtyone</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Easy thumbnails for The Unstandard (or any theme)</title>
		<link>http://feedproxy.google.com/~r/5thirtyone/~3/cPpH9yfh1aA/2112</link>
		<comments>http://5thirtyone.com/archives/2112#comments</comments>
		<pubDate>Wed, 01 Jul 2009 19:36:30 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[the unstandard]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[thumbnails]]></category>
		<category><![CDATA[timthumb.php]]></category>

		<guid isPermaLink="false">http://5thirtyone.com/?p=2112</guid>
		<description>One of the most requested features by The Unstandard WordPress theme users was a easier method for photo thumbnails on front pages. After exploring a few options including using the baked in WordPress media image re-sizer, Raul’s code snippet to be added to functions.php, and various plugins and scripts, I decided to go the route [...]</description>
			<content:encoded><![CDATA[<p align="center"><a href="http://5thirtyone.com/archives/2112"><img src="http://5thirtyone.com/wp-content/uploads/2009/07/timthumbsupport.png" alt="timthumb script support" title="timthumb script support" width="500" height="200" class="aligncenter size-full wp-image-2114" /></a></p>
<p>One of the most requested features by <a href="http://5thirtyone.com/the-unstandard">The Unstandard</a> WordPress theme users was a easier method for photo thumbnails on front pages. After exploring a few options including using the baked in WordPress media image re-sizer, <a href="http://raulraja.com/">Raul’s</a> code <a href="http://5thirtyone.com/archives/886/comment-page-21#comment-120571">snippet to be added to functions.php</a>, and various plugins and scripts, I decided to go the route of <a href="http://www.darrenhoyt.com/2008/04/02/timthumb-php-script-released/">Darren Hoyt’s timthumb script</a> for a official theme&nbsp;update.</p>
<h3>Old method vs. updated&nbsp;method</h3>
<p>Prior to the update, cropping and uploading two versions of a photo was required in order to prevent skewed or distorted images. For every post published, two photos were needed: 1 x large hero and 1 x smaller alternative.&nbsp;</p>
<p>For some, the flexibility of being able to specify two unique assets worked. That is why I have not changed that aspect of the theme. What is different is that cropping images prior to uploading is no longer necessary. Cropping, thumbnail creation, and caching is now handled by the timthumb.php&nbsp;script.</p>
<p>Users can still specify two unique images – one for the hero (if the post is the newest on the front page), and a second for older posts. Alternatively, users can upload one image 600px wide or greater then copy ‘n paste the same URI for the file in both custom&nbsp;fields.</p>
<p>Visit the <a href="http://5thirtyone.com/the-unstandard">download page</a> for info or edit your existing theme manually using the instructions&nbsp;below.</p>
<h3>Adding timthumb.php support&nbsp;manually</h3>
<p><a href="http://5thirtyone.com/wp-content/uploads/2009/07/Folder-heirarchy1.png"><img src="http://5thirtyone.com/wp-content/uploads/2009/07/Folder-heirarchy1-150x150.png" alt="Folder heirarchy" title="Folder heirarchy" width="150" height="150" class="alignright size-thumbnail wp-image-2113" /></a>First, visit Darren Hoyt&#8217;s site to <a href="http://www.darrenhoyt.com/2008/04/02/timthumb-php-script-released/">grab a copy of timthumb.php</a>. Next, visit your theme directory using a (s)FTP client and create a new folder called &#8217;scripts&#8217;. Within that, create another directory and name it &#8216;cache&#8217;. Check to make sure that both newly created folders are set to CHMOD 777 (so that timthumb can write to those&nbsp;folders).</p>
<p>If you&#8217;re using <a href="http://5thirtyone.com/the-unstandard">The Unstandard</a>, open index.php and look for the following&nbsp;code:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;a href=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_permalink<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; title=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot;&gt;&lt;img src=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> <span style="color: #000088;">$img_src</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; /&gt;&lt;/a&gt;</pre></div></div>

<p>Replace that with this new snippet which integrates the newly added timthumb&nbsp;script:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;a href=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_permalink<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; title=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot;&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> is_first_post<span style="color: #009900;">&#40;</span><span style="color: #000088;">$post</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">ID</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
	&lt;img src=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_directory'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/scripts/timthumb.php?src=<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> <span style="color: #000088;">$img_src</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&amp;w=593&amp;h=225&amp;zc=1&quot; width=&quot;593&quot; height=&quot;225&quot; /&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
	&lt;img src=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_directory'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/scripts/timthumb.php?src=<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> <span style="color: #000088;">$img_src</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&amp;w=293&amp;h=150&amp;zc=1&quot; width=&quot;293&quot; height=&quot;150&quot; /&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;/a&gt;</pre></div></div>

<p>What changed? The modified code for <a href="http://5thirtyone.com/the-unstandard">The Unstandard</a> users does one of two&nbsp;things:</p>
<ol>
<li>If the post is calling the larger hero image, use timthumb to create a thumbnail using the value set for &#8216;lead_image&#8217;.</li>
<li>If the post is not the latest, use timthumb to create a thumbnail using the value set for &#8217;secondary_image&#8217;.</li>
</ol>
<p>The script accepts a couple different parameters including height, width, zoom crop, and quality. Find out more <a&nbsp;href="http://www.darrenhoyt.com/2008/04/02/timthumb-php-script-released/">here</a>.</p>
<h3>Caveats relying on&nbsp;timthumb</h3>
<p>The only issue using timthumb to automatically create thumbnails is that <strong>image files must be hosted on your own site</strong>. Images hosted externally will not be thumbnailed and&nbsp;cached.</p>
<p>Note that if you plan on using the same image URI for both &#8216;lead_image&#8217; and &#8217;secondary_image&#8217;, it is better to cover your bases and upload a image equal to or greater than 600px to account for zooming /&nbsp;resizing.</p>
<div id="wherego_related"><h3>Readers Also Read</h3><ul><li><a href="http://5thirtyone.com/archives/875">WordPress Custom Fields; laying text over your lead&nbsp;graphic</a></li><li><a href="http://5thirtyone.com/the-unstandard">WordPress The Unstandard&nbsp;Download</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/OeXVpZzTyLu_JzugG9I6JIfTsik/0/da"><img src="http://feedads.g.doubleclick.net/~a/OeXVpZzTyLu_JzugG9I6JIfTsik/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/OeXVpZzTyLu_JzugG9I6JIfTsik/1/da"><img src="http://feedads.g.doubleclick.net/~a/OeXVpZzTyLu_JzugG9I6JIfTsik/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/5thirtyone?a=cPpH9yfh1aA:KbWOv_qhwu8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=cPpH9yfh1aA:KbWOv_qhwu8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=cPpH9yfh1aA:KbWOv_qhwu8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/5thirtyone?i=cPpH9yfh1aA:KbWOv_qhwu8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=cPpH9yfh1aA:KbWOv_qhwu8:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=cPpH9yfh1aA:KbWOv_qhwu8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/5thirtyone?i=cPpH9yfh1aA:KbWOv_qhwu8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=cPpH9yfh1aA:KbWOv_qhwu8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/5thirtyone?i=cPpH9yfh1aA:KbWOv_qhwu8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=cPpH9yfh1aA:KbWOv_qhwu8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/5thirtyone/~4/cPpH9yfh1aA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://5thirtyone.com/archives/2112/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://5thirtyone.com/archives/2112</feedburner:origLink></item>
		<item>
		<title>FriendFeed pushes new theme user option</title>
		<link>http://feedproxy.google.com/~r/5thirtyone/~3/E9b7JXMZyOQ/2107</link>
		<comments>http://5thirtyone.com/archives/2107#comments</comments>
		<pubDate>Tue, 30 Jun 2009 21:36:15 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Webbie]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[friendfeed]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://5thirtyone.com/?p=2107</guid>
		<description>FriendFeed just announced new themes for users. What&amp;#8217;s a social web service without, right? Oddly enough, the selected theme for a given user profile is visible for the profile owner&amp;#160;only.
Can I choose how my profile or group page looks to other people? At the moment, selecting a theme will change how FriendFeed looks to you, [...]</description>
			<content:encoded><![CDATA[<p><a href="http://friendfeed.com">FriendFeed</a> just announced new <a href="http://blog.friendfeed.com/2009/06/friendfeed-now-6x-more-awesomer-with.html">themes</a> for users. What&#8217;s a social web service without, right? Oddly enough, the selected theme for a given user profile is visible for <em>the profile owner</em>&nbsp;only.</p>
<blockquote><p>Can I choose how my profile or group page looks to other people? At the moment, selecting a theme will change how FriendFeed looks to you, and other people looking at your profile page will see it in whatever theme they&#8217;ve chosen. We know how important it is to be able to customize how your profile page or group page looks to the outside world, and while that isn&#8217;t part of today&#8217;s release, it&#8217;s on the&nbsp;roadmap.</p></blockquote>
<p align="center"><a href="http://5thirtyone.com/wp-content/uploads/2009/06/friendfeed-sample.png"><img src="http://5thirtyone.com/wp-content/uploads/2009/06/friendfeed-sample-500x363.png" alt="FriendFeed Sample" title="FriendFeed Sample" width="500" height="363" class="aligncenter size-medium wp-image-2108" /></a></p>
<p>A little strange. But hey, at least full theme integration is on the roadmap. I took a stab at the CSS only requirement for the themes but didn&#8217;t quite make it. Darn. If you are interested in following new theme releases, follow the <a href="http://friendfeed.com/friendfeed-themes">FriendFeed Themes</a> account. Release custom CSS stylesheet support and that theme directory will really take&nbsp;off.</p>
<div id="wherego_related"><h3>Readers Also Read</h3><ul><li><a href="http://5thirtyone.com/contact">Contact</a></li><li><a href="http://5thirtyone.com/archives/2049">Backblaze: Secure unlimited automatic backups for&nbsp;$5</a></li><li><a href="http://5thirtyone.com/grid-focus">WordPress Grid Focus&nbsp;Download</a></li><li><a href="http://5thirtyone.com/the-unstandard">WordPress The Unstandard&nbsp;Download</a></li><li><a href="http://5thirtyone.com/sweetcron-socialcubes">Sweetcron SocialCubes&nbsp;Download</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/Q3p1YU1I9SASfJw0dkrWsiCxiKE/0/da"><img src="http://feedads.g.doubleclick.net/~a/Q3p1YU1I9SASfJw0dkrWsiCxiKE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Q3p1YU1I9SASfJw0dkrWsiCxiKE/1/da"><img src="http://feedads.g.doubleclick.net/~a/Q3p1YU1I9SASfJw0dkrWsiCxiKE/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/5thirtyone?a=E9b7JXMZyOQ:-AzHZWL4GNI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=E9b7JXMZyOQ:-AzHZWL4GNI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=E9b7JXMZyOQ:-AzHZWL4GNI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/5thirtyone?i=E9b7JXMZyOQ:-AzHZWL4GNI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=E9b7JXMZyOQ:-AzHZWL4GNI:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=E9b7JXMZyOQ:-AzHZWL4GNI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/5thirtyone?i=E9b7JXMZyOQ:-AzHZWL4GNI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=E9b7JXMZyOQ:-AzHZWL4GNI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/5thirtyone?i=E9b7JXMZyOQ:-AzHZWL4GNI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=E9b7JXMZyOQ:-AzHZWL4GNI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/5thirtyone/~4/E9b7JXMZyOQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://5thirtyone.com/archives/2107/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://5thirtyone.com/archives/2107</feedburner:origLink></item>
		<item>
		<title>Win Visio Standard 2007 for designs, wireframes, or idea dumps</title>
		<link>http://feedproxy.google.com/~r/5thirtyone/~3/H_4cwC-V1lc/2104</link>
		<comments>http://5thirtyone.com/archives/2104#comments</comments>
		<pubDate>Tue, 30 Jun 2009 17:31:08 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[diagram]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[visio]]></category>
		<category><![CDATA[wireframe]]></category>

		<guid isPermaLink="false">http://5thirtyone.com/?p=2104</guid>
		<description>If I worked primarily on a PC, Microsoft Visio would be one of  the most used apps in my dock Start Menu. I can&amp;#8217;t speak from personal experience, but based on the features (and from what others have told me), Visio is a solid piece of software &amp;#8211; especially if your daily tasks involve [...]</description>
			<content:encoded><![CDATA[<p align="center"><img src="http://5thirtyone.com/wp-content/uploads/2009/06/visio-thumbnail.png" alt="Visio for free" title="Visio for free" width="500" height="200" class="aligncenter size-full wp-image-2105" /></p>
<p>If I worked primarily on a PC, <a href="http://office.microsoft.com/en-us/visio/default.aspx">Microsoft Visio</a> would be one of  the most used apps in my <del>dock</del> Start Menu. I can&#8217;t speak from personal experience, but based on the features (and from what others have told me), Visio is a solid piece of software &#8211; especially if your daily tasks involve creating rich visuals, UI&#8217;s, and prototypes. If I did work with Visio, I would definitely check out some of the available add-ons like the <a href="http://www.guuui.com/issues/02_07.php">rapid prototyping tool</a> or the <a href="http://www.abbett.org/2008/05/27/updated-sketch-gui-shapes-for-visio/">updated sketch GUI</a> elements (both via <a href="http://wireframes.linowski.ca/">Wireframes&nbsp;Magazine</a>).</p>
<h3>Microsoft Visio Standard 2007 for&nbsp;FREE</h3>
<p>Because I don&#8217;t run Windows unless I am testing against Internet Explorer, this copy of <a href="http://www.amazon.com/dp/B000HCZ8GC/?tag=5thirtyone-20">Visio Standard 2007</a> is of no value to me. But, I know someone else out there could sure use a legitimate copy minus the $200 retail asking price. Requirements for entry are&nbsp;simple:</p>
<ol>
<li>Some short blurb on how Visio can help you at home / work</li>
<li>Working email in the comment form (unless you don&#8217;t care about winning)</li>
</ol>
<p>Winner will be randomly selected from the comment list. Eeny, meeny, miny, moe. Entries for consideration will be accepted up until July&nbsp;17th.</p>
<div id="wherego_related"><h3>Readers Also Read</h3><ul><li><a href="http://5thirtyone.com/archives/614">My Dream App well under&nbsp;way</a></li><li><a href="http://5thirtyone.com/about">About</a></li><li><a href="http://5thirtyone.com/archives/2069">Random VirtualHostX license&nbsp;winners</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/l-hbudtlR5yQC39NZJgC1HlM6BE/0/da"><img src="http://feedads.g.doubleclick.net/~a/l-hbudtlR5yQC39NZJgC1HlM6BE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/l-hbudtlR5yQC39NZJgC1HlM6BE/1/da"><img src="http://feedads.g.doubleclick.net/~a/l-hbudtlR5yQC39NZJgC1HlM6BE/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/5thirtyone?a=H_4cwC-V1lc:perM1xQKckM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=H_4cwC-V1lc:perM1xQKckM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=H_4cwC-V1lc:perM1xQKckM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/5thirtyone?i=H_4cwC-V1lc:perM1xQKckM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=H_4cwC-V1lc:perM1xQKckM:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=H_4cwC-V1lc:perM1xQKckM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/5thirtyone?i=H_4cwC-V1lc:perM1xQKckM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=H_4cwC-V1lc:perM1xQKckM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/5thirtyone?i=H_4cwC-V1lc:perM1xQKckM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=H_4cwC-V1lc:perM1xQKckM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/5thirtyone/~4/H_4cwC-V1lc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://5thirtyone.com/archives/2104/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://5thirtyone.com/archives/2104</feedburner:origLink></item>
		<item>
		<title>Hi Apple, the Genius Bar knows, so… 3.0.1 Update soon?</title>
		<link>http://feedproxy.google.com/~r/5thirtyone/~3/da8SCgbrWxo/2100</link>
		<comments>http://5thirtyone.com/archives/2100#comments</comments>
		<pubDate>Wed, 24 Jun 2009 13:02:16 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[3gs]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[sound]]></category>

		<guid isPermaLink="false">http://5thirtyone.com/?p=2100</guid>
		<description>The iPhone 3GS is a great upgrade from the original iPhone 3G. The processor bump, memory boost, and 3.2 megapixel camera with tap-to-zoom &amp;#38; video recording have made me fall in love with the iPhone all over again. If you&amp;#8217;re contemplating or have made the jump from the iPhone 2G, the comparison between the two [...]</description>
			<content:encoded><![CDATA[<p align="center"><a href="http://www.flickr.com/photos/0401/3650610595/" title="Design Commission iPhone stencil by 0401, on Flickr"><img src="http://farm4.static.flickr.com/3340/3650610595_c5e8d054ec.jpg" width="500" height="375" alt="Design Commission iPhone stencil" /></a></p>
<p>The <a href="http://www.apple.com/iphone/iphone-3gs/">iPhone 3GS</a> is a great upgrade from the original iPhone 3G. The processor bump, memory boost, and 3.2 megapixel camera with tap-to-zoom &amp; video recording have made me fall in love with the iPhone all over again. If you&#8217;re contemplating or have made the jump from the iPhone 2G, the comparison between the two shows a <a href="http://www.ilounge.com/index.php/news/comments/iphone-3g-s-speed-comparison-videos-posted/">definite performance difference</a>. However, a bug has slipped by undetected by the quality&nbsp;inspection&#8230;</p>
<h3>The sound bytes you might&nbsp;hear</h3>
<p>Your handset is screaming for attention, albeit at a frequency you may not ever hear. It&#8217;s been a few days since I took home my shiny iPhone 3GS and had it not been for an early post over on <a href="http://www.boygeniusreport.com/2009/06/20/iphone-3g-s-plagued-by-sound-issues/">Boy Genius Report</a>, I would have continued thinking that Apple had outdone the last iPhone &#8211; problem free. Unfortunately, a flaw was found. A flaw that neither sight or touch could detect.&nbsp;</p>
<p>Lock your screen using the sleep button, send an SMS message, send a email, receive a calendar alert, or hear any OS related sounds. Depending on ambient noise levels or how well your ears can hear, your delicate eardrums may detect a high frequency note lasting roughly 3-4 seconds at the tail end of system sound&nbsp;file(s).</p>
<p align="center"><a href="http://5thirtyone.com/wp-content/uploads/2009/06/sound-test-2.png"><img src="http://5thirtyone.com/wp-content/uploads/2009/06/sound-test-2.png" alt="High frequency sound" title="High frequency sound" width="498" height="298" class="aligncenter size-full wp-image-2102" /></a></p>
<p>During the day, this high frequency isn&#8217;t an issue. At night while I lay in bed sending off a few emails or text messages, the sound is much more noticeable. It&#8217;s one of those things that if you weren&#8217;t aware of it to begin with, you would never notice. But now that you know it exists, you&#8217;re always listening for it. Or at least that&#8217;s the problem I have&nbsp;now.</p>
<h3>Genius Bar associate(s) acknowledge sloppy sound&nbsp;files</h3>
<p>Based on the discussion on the <a href="http://discussions.apple.com/thread.jspa?threadID=2050788">Apple Support</a> boards and a handful of other posts on the net, I had a small sliver of hope that the issue was hardware related. Thinking this, I dropped my info into the Apple Concierge station locking in some time with the geniuses behind the Genius&nbsp;Bar.</p>
<p>After explaining the audio conundrum, my phone was taken to the back for a little &quot;quiet&quot; alone time &#8211; away from the hoardes of people snatching up MacBook Pro&#8217;s or iMac&#8217;s. <em>What economy woes?</em> Five minutes later: &quot;Yes I hear it. I tested a few other 3GS phones back there and they all do the same&quot;.&nbsp;</p>
<p>So no handset replacement. Not a big deal. At least the Genius Bar representative tested [multiple phones] and confirmed that 3GS handsets have a problem. The conclusion &#8211; sloppy audio files. Hopefully Apple will release an update in the near future or announce that the first production batch of phones are a little sour. I was told the solution was to <em>keep the phone on vibrate</em> (which works) or ignore it. Decisions decisions. Keep the phone on silent? Or live with a tiny little voice&nbsp;screaming?</p>
<h3 id="3gsvote">Can you hear the &#8216;eeeeeee&#8217;?</h3>
<p>The sound is there. The question is can you hear it? Cast <a href="http://5thirtyone.com/archives/2100#3gsvote">your vote</a> then spread the&nbsp;word.</p>
Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.
<div id="wherego_related"><h3>Readers Also Read</h3><ul><li><a href="http://5thirtyone.com/contact">Contact</a></li><li><a href="http://5thirtyone.com/about">About</a></li><li><a href="http://5thirtyone.com/archives/2071">OS X desktop Twitter client game&nbsp;changer</a></li><li><a href="http://5thirtyone.com/the-unstandard">WordPress The Unstandard&nbsp;Download</a></li><li><a href="http://5thirtyone.com/archives/2098">12 bugs found with the new iPhone&nbsp;3GS</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/Mc4MVHTXk2x2-qiObfGbaMFEutQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/Mc4MVHTXk2x2-qiObfGbaMFEutQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Mc4MVHTXk2x2-qiObfGbaMFEutQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/Mc4MVHTXk2x2-qiObfGbaMFEutQ/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/5thirtyone?a=da8SCgbrWxo:PGKyvk4BTu0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=da8SCgbrWxo:PGKyvk4BTu0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=da8SCgbrWxo:PGKyvk4BTu0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/5thirtyone?i=da8SCgbrWxo:PGKyvk4BTu0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=da8SCgbrWxo:PGKyvk4BTu0:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=da8SCgbrWxo:PGKyvk4BTu0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/5thirtyone?i=da8SCgbrWxo:PGKyvk4BTu0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=da8SCgbrWxo:PGKyvk4BTu0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/5thirtyone?i=da8SCgbrWxo:PGKyvk4BTu0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=da8SCgbrWxo:PGKyvk4BTu0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/5thirtyone/~4/da8SCgbrWxo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://5thirtyone.com/archives/2100/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://5thirtyone.com/archives/2100</feedburner:origLink></item>
		<item>
		<title>Transformers: Revenge of the Fallen vs. Terminator Salvation</title>
		<link>http://feedproxy.google.com/~r/5thirtyone/~3/B4lGCF-pT5c/2085</link>
		<comments>http://5thirtyone.com/archives/2085#comments</comments>
		<pubDate>Thu, 21 May 2009 05:40:15 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[terminator]]></category>
		<category><![CDATA[transformers]]></category>

		<guid isPermaLink="false">http://5thirtyone.com/?p=2085</guid>
		<description>Not much needs to be said here. Transformers: Revenge of the Fallen and Terminator Salvation. Which one do you think will have a bigger box office&amp;#160;turnout?


Personally, I&amp;#8217;m leaning more towards Transformers as my favorite of the two. Original video embeds were from Vimeo but were taken&amp;#160;down.
Readers Also ReadWordPress Grid Focus&amp;#160;DownloadWordPress The Unstandard&amp;#160;DownloadUNO &amp;#8211; Seamless OSX&amp;#160;interfaceJavascript-free [...]</description>
			<content:encoded><![CDATA[<p>Not much needs to be said here. <a href="http://www.imdb.com/title/tt1055369/">Transformers: Revenge of the Fallen</a> and <a href="http://www.imdb.com/title/tt0438488/">Terminator Salvation</a>. Which one do you think will have a bigger box office&nbsp;turnout?</p>
<p align="center"><object type="application/x-shockwave-flash" style="width:500px; height:307px;" data="http://www.youtube.com/v/dmgbbGJW6ZE"><param name="movie" value="http://www.youtube.com/v/dmgbbGJW6ZE" /></object></p>
<p align="center"><object type="application/x-shockwave-flash" style="width:500px; height:307px;" data="http://www.youtube.com/v/IcYdjHpJUV8"><param name="movie" value="http://www.youtube.com/v/IcYdjHpJUV8" /></object></p>
<p>Personally, I&#8217;m leaning more towards Transformers as my favorite of the two. <em>Original video embeds were from Vimeo but were taken&nbsp;down.</em></p>
<div id="wherego_related"><h3>Readers Also Read</h3><ul><li><a href="http://5thirtyone.com/grid-focus">WordPress Grid Focus&nbsp;Download</a></li><li><a href="http://5thirtyone.com/the-unstandard">WordPress The Unstandard&nbsp;Download</a></li><li><a href="http://5thirtyone.com/archives/389">UNO &#8211; Seamless OSX&nbsp;interface</a></li><li><a href="http://5thirtyone.com/archives/549">Javascript-free image&nbsp;gallery</a></li><li><a href="http://5thirtyone.com/archives/867">Asus Eee PC sub-notebook running Apple OS&nbsp;X</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/VYgfSYIaJBO9PM6pcpC0PLKIEhk/0/da"><img src="http://feedads.g.doubleclick.net/~a/VYgfSYIaJBO9PM6pcpC0PLKIEhk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/VYgfSYIaJBO9PM6pcpC0PLKIEhk/1/da"><img src="http://feedads.g.doubleclick.net/~a/VYgfSYIaJBO9PM6pcpC0PLKIEhk/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/5thirtyone?a=B4lGCF-pT5c:azPNA6fc9ug:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=B4lGCF-pT5c:azPNA6fc9ug:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=B4lGCF-pT5c:azPNA6fc9ug:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/5thirtyone?i=B4lGCF-pT5c:azPNA6fc9ug:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=B4lGCF-pT5c:azPNA6fc9ug:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=B4lGCF-pT5c:azPNA6fc9ug:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/5thirtyone?i=B4lGCF-pT5c:azPNA6fc9ug:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=B4lGCF-pT5c:azPNA6fc9ug:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/5thirtyone?i=B4lGCF-pT5c:azPNA6fc9ug:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=B4lGCF-pT5c:azPNA6fc9ug:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/5thirtyone/~4/B4lGCF-pT5c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://5thirtyone.com/archives/2085/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		<feedburner:origLink>http://5thirtyone.com/archives/2085</feedburner:origLink></item>
		<item>
		<title>WordPress: Tweet shortened URL of current page to Twitter</title>
		<link>http://feedproxy.google.com/~r/5thirtyone/~3/UPDDE95u3WQ/2075</link>
		<comments>http://5thirtyone.com/archives/2075#comments</comments>
		<pubDate>Thu, 23 Apr 2009 03:22:33 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[delicious]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[Icons]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[post-id]]></category>
		<category><![CDATA[sharing]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[stumbleupon]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[url shorten]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://5thirtyone.com/?p=2075</guid>
		<description>One of the most requested pieces of code from the current iteration of 5thirtyone.com are the share links accompanying each article. Each link automatically grabs the current URL &amp;#38; title (if applicable) for the post or page and broadcasts it to the selected social network. This particular tutorial focuses on sharing your content via Twitter. [...]</description>
			<content:encoded><![CDATA[<p>One of the most requested pieces of code from the current iteration of <a href="http://5thirtyone.com/">5thirtyone.com</a> are the share links accompanying each article. Each link automatically grabs the current URL &amp; title (if applicable) for the post or page and broadcasts it to the selected social network. This particular tutorial focuses on <strong>sharing your content via <a href="http://twitter.com/">Twitter</a></strong>. By the end of this tutorial, you and your readers will be able to send content to Twitter directly from a WordPress page using a shortened version of the URL <em>without a&nbsp;plugin</em>.</p>
<h3>Understand the WordPress&nbsp;permalink</h3>
<p>The first time you install <a href="http://wordpress.org">WordPress</a>, your site is setup with a few default settings. One of which is the generic nondescript <a&nbsp;href="http://codex.wordpress.org/Using_Permalinks">permalink</a>:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">http://yourblog.com/?p=123</pre></div></div>

<p>Ideally, one of the first changes you should make to your site after a clean install is to update the permalink structure to something a little&nbsp;friendlier:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">http://yourblog.com/year/month/this-blog-post</pre></div></div>

<p>To update your permalink settings navigate to Dashboard > Settings > Permalinks. Note that the Apache <code>mod_rewrite</code> module must be enabled on your server and <code>.htaccess</code> file must be writable. Irregardless of any changes you make to the permalink structure, your posts will always retain their original <em>unique</em> Post-ID. In the example above, the Post-ID would be 123.&nbsp;</p>
<p align="center"><a href="http://5thirtyone.com/wp-content/uploads/2009/04/post-id.png" title="Unique WordPress Post-ID"><img src="http://5thirtyone.com/wp-content/uploads/2009/04/post-id.png" alt="Unique WordPress Post-ID" title="Unique WordPress Post-ID" width="450" height="77" class="alignnone size-full wp-image-2076" /></a></p>
<p>With pretty permalinks enabled, you can still see this unique ID when you hover on the URLs inside of your Dashboard (check your browser status bar). In the above screenshot, you can see the unique ID at the end of the URL <code>post=2071</code>. This unique ID is what we will use to generate the shortened version of a page URL when Tweeting a&nbsp;page.</p>
<h3>Maximize your 140 character limit on&nbsp;Twitter</h3>
<p align="center"><a href="http://5thirtyone.com/wp-content/uploads/2009/04/twitter-screenshot.png" title="Twitter 140 character limit"><img src="http://5thirtyone.com/wp-content/uploads/2009/04/twitter-screenshot-500x122.png" alt="Twitter 140 character limit" title="Twitter 140 character limit" width="500" height="122" class="alignnone size-medium wp-image-2077" /></a></p>
<p>Twitter enforces a <em>140 character limit</em>. Do you really want a long URL eating up valuable characters? See this example if I were to share a link from <a&nbsp;href="http://iboughtamac.com">IBoughtaMac</a>:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">http://iboughtamac.com/2009/04/02/busy-bees-making-money-with-on-the-job/</pre></div></div>

<p>If I wanted to share the link via Twitter, I would only have 67 characters to add any of my thoughts regarding the&nbsp;post:</p>
<p align="center"><a href="http://5thirtyone.com/wp-content/uploads/2009/04/sharing-iboughtamac.png" title="Sharing a link to iBoughtAMac"><img src="http://5thirtyone.com/wp-content/uploads/2009/04/sharing-iboughtamac-500x117.png" alt="Sharing a link to iBoughtAMac" title="Sharing a link to iBoughtAMac" width="500" height="117" class="alignnone size-medium wp-image-2078" /></a></p>
<p>Imagine if the URL had been shortened to something&nbsp;like:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">http://iboughtamac.com/s/1352</pre></div></div>

<p>The shortened URL (just an example Post-ID) turns the previous 67 remaining characters into 111 characters of free space. You maintain your personal &quot;brand&quot; &#8211; something you lose when you shorten URLs using a service like <a&nbsp;href="http://tinyurl.com">TinyURL</a>.</p>
<h3>First step: Modify your <code>.htaccess</code>&nbsp;file</h3>
<p>Even with a custom permalink enabled (what your visitors see), WordPress will continue to redirect any URLs which point to the default <code>?p=Post-ID</code> properly. We&#8217;re going to use this to our advantage when sharing shortened URLs. Using an FTP client, open your <code>.htaccess</code> file. Invisible files are hidden by default for most FTP clients so adjust your view settings if necessary. If you have customized your permalink structure, you will already have one of these files on your server. If not, simply create one now. Enter the following somewhere near the&nbsp;top:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># Redirect posts based on post-id</span>
RewriteEngine On 
RewriteRule ^s<span style="color: #000000; font-weight: bold;">/</span><span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000;">0</span>-<span style="color: #000000;">9</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>+<span style="color: #7a0874; font-weight: bold;">&#41;</span>$ ?<span style="color: #007800;">p</span>=$<span style="color: #000000;">1</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #007800;">R</span>=<span style="color: #000000;">301</span>,L<span style="color: #7a0874; font-weight: bold;">&#93;</span></pre></div></div>

<p>This rule tells Apache to redirect URLs like <code>http://blog.com/s/1</code> and <code>http://blog.com/s/9999</code> to <code>http://blog.com/?p=1</code> and <code>http://blog.com/?p=9999</code>. Of course, because your WordPress site will identify posts based on their unique ID, a visitor will immediately see that shortened URL redirect to the proper friendly version&nbsp;<code>http://blog.com/2009/04/20/my-new-dog-named-pinocchio-from-europe</code>.</p>
<h3>Second step: Add your &#8216;Tweet This&#8217;&nbsp;link</h3>
<p>Where and when you present a &#8216;Tweet This&#8217; link is up to you. The raw <code>HTML + PHP</code> is this little&nbsp;nugget:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;a class=&quot;share-via-twitter&quot; href=&quot;http://twitter.com/home?status=Reading: &lt;?php the_title(); ?&gt; &lt;?php echo get_option('home'); ?&gt;/s/&lt;?php the_ID(); ?&gt;&quot; title=&quot;Tweet this post&quot;&gt;Tweet This&lt;/a&gt;</pre></div></div>

<p>With a little bit of <code>CSS</code> and Komodo Media&#8217;s <a href="http://www.komodomedia.com/blog/2008/12/social-media-mini-iconpack/">awesome mini social icon set</a>, you can transform the plain link to look like a&nbsp;button.</p>
<h3>Extras: Non-Twitter social&nbsp;links</h3>
<p>You&#8217;ll notice that these links do not make use of the shortened version of a URL. There really isn&#8217;t a reason to shorten your site URLs when sharing through these services because 140 characters maximum is not&nbsp;enforced.</p>
<p><strong>Digg&nbsp;This</strong></p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;a href=&quot;http://digg.com/submit?phase=2&amp;url=&lt;?php echo get_permalink() ?&gt;&amp;title=&lt;?php the_title(); ?&gt;&quot; title=&quot;Digg this&quot;&gt;Digg This&lt;/a&gt;</pre></div></div>

<p><strong>Add to&nbsp;Delicious</strong></p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;a href=&quot;http://del.icio.us/post?url=&lt;?php echo get_permalink() ?&gt;&amp;title=&lt;?php the_title(); ?&gt;&quot; title=&quot;Add this page to Delicious&quot;&gt;Add to Delicious&lt;/a&gt;</pre></div></div>

<p><strong>StumbleUpon</strong></p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;a href=&quot;http://www.stumbleupon.com/submit?url=&lt;?php echo get_permalink() ?&gt;&amp;title=&lt;?php the_title(); ?&gt;&quot; title=&quot;Stumble this page&quot;&gt;Stumble This&lt;/a&gt;</pre></div></div>

<div id="wherego_related"><h3>Readers Also Read</h3><ul><li><a href="http://5thirtyone.com/grid-focus">WordPress Grid Focus&nbsp;Download</a></li><li><a href="http://5thirtyone.com/the-unstandard">WordPress The Unstandard&nbsp;Download</a></li><li><a href="http://5thirtyone.com/archives/2082">A horizonless&nbsp;Manhattan</a></li><li><a href="http://5thirtyone.com/basement">The&nbsp;Basement</a></li><li><a href="http://5thirtyone.com/about">About</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/NsnWtEa4BjDnFWIpg2HgEWYQQk4/0/da"><img src="http://feedads.g.doubleclick.net/~a/NsnWtEa4BjDnFWIpg2HgEWYQQk4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/NsnWtEa4BjDnFWIpg2HgEWYQQk4/1/da"><img src="http://feedads.g.doubleclick.net/~a/NsnWtEa4BjDnFWIpg2HgEWYQQk4/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/5thirtyone?a=UPDDE95u3WQ:On0luLgzAwU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=UPDDE95u3WQ:On0luLgzAwU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=UPDDE95u3WQ:On0luLgzAwU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/5thirtyone?i=UPDDE95u3WQ:On0luLgzAwU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=UPDDE95u3WQ:On0luLgzAwU:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=UPDDE95u3WQ:On0luLgzAwU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/5thirtyone?i=UPDDE95u3WQ:On0luLgzAwU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=UPDDE95u3WQ:On0luLgzAwU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/5thirtyone?i=UPDDE95u3WQ:On0luLgzAwU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=UPDDE95u3WQ:On0luLgzAwU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/5thirtyone/~4/UPDDE95u3WQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://5thirtyone.com/archives/2075/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		<feedburner:origLink>http://5thirtyone.com/archives/2075</feedburner:origLink></item>
		<item>
		<title>AT&amp;T FamilyMap, keeping tabs on your “loved” ones</title>
		<link>http://feedproxy.google.com/~r/5thirtyone/~3/kySpEbGnWMY/2064</link>
		<comments>http://5thirtyone.com/archives/2064#comments</comments>
		<pubDate>Mon, 20 Apr 2009 03:05:55 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Shamed]]></category>
		<category><![CDATA[attwireless]]></category>
		<category><![CDATA[cellphones]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[tracking]]></category>

		<guid isPermaLink="false">http://5thirtyone.com/?p=2064</guid>
		<description>On April 15th AT&amp;#38;T Wireless launched its browser based service FamilyMap which allows account holders to track mobile phones using cell tower triangulation or GPS (when available). Think of it as a personal lo-jack &amp;#8211; only instead of tracking a vehicle or motorcycle, it&amp;#8217;s purpose is to track individuals. To fulfill my curiosities concerning the [...]</description>
			<content:encoded><![CDATA[<p>On <a href="https://familymap.wireless.att.com/finder-att-family/welcome.htm">April 15th AT&amp;T Wireless launched its browser based service FamilyMap</a> which allows account holders to track mobile phones using cell tower triangulation or GPS (when available). Think of it as a personal lo-jack &#8211; only instead of tracking a vehicle or motorcycle, it&#8217;s purpose is to track individuals. To fulfill my curiosities concerning the service, I promptly enabled the feature on my account.&nbsp;</p>
<p>What I was surprised to find was that FamilyMap acts and feels like a completely different service offered to subscribers. Rather than redirected to your online Account Management at http://wireless.att.com/ to register, you do so on the <a href="https://familymap.wireless.att.com/">FamilyMap site</a>. Signing up requires 1) an AT&amp;T phone number, 2) name and social security number verification of the account holder, and 3) the phone numbers associated with the account to&nbsp;track.</p>
<h3>A service for cautious&nbsp;parents</h3>
<p>FamilyMap [undeniably] targets the needs of parents who prefer to know where their children are at any given moment. Here&#8217;s a peak at the service tracking myself (for those that are&nbsp;curious):</p>
<p align="center"><a href="http://5thirtyone.com/wp-content/uploads/2009/04/wide-results-footprint.png" title="Wide result returned"><img src="http://5thirtyone.com/wp-content/uploads/2009/04/wide-results-footprint-500x458.png" alt="Wide result returned" title="Wide result returned" width="500" height="458" class="alignnone size-medium wp-image-2066" /></a></p>
<p>Curious to know where Derek is at any given moment? After logging into FamilyMap, you would simply select &quot;locate&quot; underneath the picture and phone number of the individual you wish to track. FamilyMap will prompt you with a modal dialog explaining the fact that the result <em>may take up to 2 minute or longer</em>. Once the individual is located a small pin is placed on the&nbsp;map.</p>
<p align="center"><a href="http://5thirtyone.com/wp-content/uploads/2009/04/send-message.png" title="Send a message"><img src="http://5thirtyone.com/wp-content/uploads/2009/04/send-message-500x326.png" alt="Send a message" title="Send a message" width="500" height="326" class="alignnone size-medium wp-image-2067" /></a></p>
<p>The only options offered after locating an individual are to place a bookmark or compose a message to send via SMS.&nbsp;</p>
<p align="center"><a href="http://5thirtyone.com/wp-content/uploads/2009/04/schedule-check.png" title="Schedule a locate me check"><img src="http://5thirtyone.com/wp-content/uploads/2009/04/schedule-check.png" alt="Schedule a locate me check" title="Schedule a locate me check" width="397" height="407" class="alignnone size-full wp-image-2068" /></a></p>
<p>Because of the wait time required to track an individual, it is probably a good idea to setup a series of scheduled checks which FamilyMap will keep a historical record&nbsp;of.</p>
<h3>Up to 2 minutes or more for&nbsp;results</h3>
<p align="center"><a href="http://5thirtyone.com/wp-content/uploads/2009/04/location-tracking-time.png" title="Time required for tracking"><img src="http://5thirtyone.com/wp-content/uploads/2009/04/location-tracking-time.png" alt="Time required for location" title="Time required for location" width="405" height="195" class="alignnone size-full wp-image-2065" /></a></p>
<p>A lot can happen in 2+ minutes when it comes to tracking a handset. The accuracy of the result while tracking myself through the service were quite <em>disappointing</em>; especially when you compare the results against something like <a href="http://www.google.com/latitude/intro.html">Google Maps Mobile + Latitude</a> (free). My personal tests took anywhere between 3-4 minutes per&nbsp;request.</p>
<h3>Lack of main Account Management&nbsp;integration</h3>
<p>FamilyMap really should be a integrated with the main account holders home page. Unless AT&amp;T has future plans to turn FamilyMap into more of a &qout;social&quot; service, it should be integrated as a separate tab inside a users Account Management page. Lack of account integration means that in order to cancel the service, you need to call customer service directly to request the change. With a monthly charge of $9.99 for two lines, or $14.99 for up to 5, the service is not something you want to forget to&nbsp;cancel.</p>
<h3>Another attempt by AT&amp;T for consumer accessible mobile&nbsp;tracking</h3>
<p>In early 2002, AT&amp;T wireless offers subscribers a pay for service aimed at helping track friends who were near your current location using cell tower triangulation. The tracking service &#8211; <a href="http://news.cnet.com/2100-1033-946224.html">Find Friends</a> &#8211; was offered as part of <a href="http://www.pcworld.com/article/94443/atandt_wireless_shifts_into_mmode.html">mMode wireless add-on</a> with technology powered by <a href="http://www.kivera.com/index.php">Kivera</a>. A text message notification was sent to an individual whenever a friend requested knowledge of their&nbsp;whereabouts.</p>
<h3>Consumer cellphone tracking services will continue to&nbsp;improve</h3>
<p>Verizon Wireless offers a similar service for parents called <a href="http://products.vzw.com/index.aspx?id=fnd_chaperone">Chaperon</a> while T-Mobile has yet to offer a version for their customers. There is no question that the market for easily accessible consumer cellphone tracking services is out there. People are willing to pay a monthly in exchange for any time [discrete] real-time tracking&nbsp;information.</p>
<p>With free services like <a href="http://google.com/latitude">Google Latitude</a>, <a href="http://www.brightkite.com">Brighkite</a>, and <a href="http://fireeagle.yahoo.com">Fire Eagle</a> pushing the technology, paid for services offered by carriers have much room for&nbsp;improvement.</p>
<p>What are your thoughts? Are tracking services offered by carriers good or bad? From a parental standpoint, if you enabled the feature to track your children, would you tell them?&nbsp;</p>
<div id="wherego_related"><h3>Readers Also Read</h3><ul><li><a href="http://5thirtyone.com/about">About</a></li><li><a href="http://5thirtyone.com/archives/2071">OS X desktop Twitter client game&nbsp;changer</a></li><li><a href="http://5thirtyone.com/basement">The&nbsp;Basement</a></li><li><a href="http://5thirtyone.com/archives/876">Tracking Key, GPS tracking for your clandestine bag of&nbsp;gadgets</a></li><li><a href="http://5thirtyone.com/archives/507">Tick &#8211; Web 2.0 time &amp; budget&nbsp;tracking</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/jQvHb9ui_y73rZTRgKsD8_5rPNU/0/da"><img src="http://feedads.g.doubleclick.net/~a/jQvHb9ui_y73rZTRgKsD8_5rPNU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/jQvHb9ui_y73rZTRgKsD8_5rPNU/1/da"><img src="http://feedads.g.doubleclick.net/~a/jQvHb9ui_y73rZTRgKsD8_5rPNU/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/5thirtyone?a=kySpEbGnWMY:j8RES5zpDI0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=kySpEbGnWMY:j8RES5zpDI0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=kySpEbGnWMY:j8RES5zpDI0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/5thirtyone?i=kySpEbGnWMY:j8RES5zpDI0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=kySpEbGnWMY:j8RES5zpDI0:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=kySpEbGnWMY:j8RES5zpDI0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/5thirtyone?i=kySpEbGnWMY:j8RES5zpDI0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=kySpEbGnWMY:j8RES5zpDI0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/5thirtyone?i=kySpEbGnWMY:j8RES5zpDI0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=kySpEbGnWMY:j8RES5zpDI0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/5thirtyone/~4/kySpEbGnWMY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://5thirtyone.com/archives/2064/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://5thirtyone.com/archives/2064</feedburner:origLink></item>
		<item>
		<title>Random VirtualHostX license winners</title>
		<link>http://feedproxy.google.com/~r/5thirtyone/~3/GPD9TYd89zc/2069</link>
		<comments>http://5thirtyone.com/archives/2069#comments</comments>
		<pubDate>Mon, 20 Apr 2009 02:09:21 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Nonsense]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[giveaway]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[virtualhostx]]></category>

		<guid isPermaLink="false">http://5thirtyone.com/?p=2069</guid>
		<description>VirtualHostX is the easiest way to setup proper local URL&amp;#8217;s for test sites on OS X. Three licenses were available for readers compliments of Tyler H. The giveaway recipients were chosen randomly from the ordered list of comments. The winners and their most used apps for work&amp;#160;are:

Rob Abbott &amp;#8211; TextMate + Versions (claimed)
Mark Nichols &amp;#8211; [...]</description>
			<content:encoded><![CDATA[<p><a href="http://5thirtyone.com/wp-content/uploads/2009/04/virtualhostx-logo-sm20090206235104.png"><img src="http://5thirtyone.com/wp-content/uploads/2009/04/virtualhostx-logo-sm20090206235104.png" alt="virtualhostx-logo-sm20090206235104" title="virtualhostx-logo-sm20090206235104" width="140" height="78" class="alignright size-full wp-image-2070" /></a><a href="http://5thirtyone.com/archives/2046">VirtualHostX is the easiest way to setup proper local URL&#8217;s</a> for test sites on OS X. Three licenses were available for readers compliments of Tyler H. The giveaway recipients were chosen randomly from the ordered list of comments. The winners and their most used apps for work&nbsp;are:</p>
<ol>
<li><strike><a href="http://5thirtyone.com/archives/2046/comment-page-1#comment-119776">Rob Abbott</a> &#8211; TextMate + Versions</strike> (claimed)</li>
<li><strike><a href="http://5thirtyone.com/archives/2046/comment-page-1#comment-119782">Mark Nichols</a> &#8211; TextMate + Adium</strike> (claimed)</li>
<li><strike><a href="http://5thirtyone.com/archives/2046/comment-page-1#comment-119765">Eric DeLabar</a> &#8211; Coda + iTunes</strike> (claimed)</li>
</ol>
<p>Winners, please get in touch by April 27 to claim your license. Drop a note in the comments or use the <a href="http://5thirtyone.com/contact">contact&nbsp;form</a>.</p>
<div id="wherego_related"><h3>Readers Also Read</h3><ul><li><a href="http://5thirtyone.com/about">About</a></li><li><a href="http://5thirtyone.com/the-unstandard">WordPress The Unstandard&nbsp;Download</a></li><li><a href="http://5thirtyone.com/grid-focus">WordPress Grid Focus&nbsp;Download</a></li><li><a href="http://5thirtyone.com/archives/2046">VirtualHostX: Easy Virtual Hosting configuration on OS&nbsp;X</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/ErwfgCYB0757W3s2dZz-Ivwq-dI/0/da"><img src="http://feedads.g.doubleclick.net/~a/ErwfgCYB0757W3s2dZz-Ivwq-dI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/ErwfgCYB0757W3s2dZz-Ivwq-dI/1/da"><img src="http://feedads.g.doubleclick.net/~a/ErwfgCYB0757W3s2dZz-Ivwq-dI/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/5thirtyone?a=GPD9TYd89zc:YEFjuzYkbtM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=GPD9TYd89zc:YEFjuzYkbtM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=GPD9TYd89zc:YEFjuzYkbtM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/5thirtyone?i=GPD9TYd89zc:YEFjuzYkbtM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=GPD9TYd89zc:YEFjuzYkbtM:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=GPD9TYd89zc:YEFjuzYkbtM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/5thirtyone?i=GPD9TYd89zc:YEFjuzYkbtM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=GPD9TYd89zc:YEFjuzYkbtM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/5thirtyone?i=GPD9TYd89zc:YEFjuzYkbtM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=GPD9TYd89zc:YEFjuzYkbtM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/5thirtyone/~4/GPD9TYd89zc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://5thirtyone.com/archives/2069/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://5thirtyone.com/archives/2069</feedburner:origLink></item>
		<item>
		<title>Backblaze: Secure unlimited automatic backups for $5</title>
		<link>http://feedproxy.google.com/~r/5thirtyone/~3/yJ2d-nYrNJc/2049</link>
		<comments>http://5thirtyone.com/archives/2049#comments</comments>
		<pubDate>Tue, 14 Apr 2009 07:38:08 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[automatic]]></category>
		<category><![CDATA[backblaze]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[hardrive]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[subscription]]></category>

		<guid isPermaLink="false">http://5thirtyone.com/?p=2049</guid>
		<description>You really can&amp;#8217;t hide behind the excuse of &amp;#34;data corruption&amp;#34;, &amp;#34;accidental deletion&amp;#34;, or &amp;#34;stolen hardware&amp;#34; these days. Your digital data is valuable. If you don&amp;#8217;t have a backup plan in place, what are you waiting for? The cost of physical hardrives have dropped significantly over the past year. So much so that you should have [...]</description>
			<content:encoded><![CDATA[<p>You really can&#8217;t hide behind the excuse of &quot;data corruption&quot;, &quot;accidental deletion&quot;, or &quot;stolen hardware&quot; these days. Your digital data is <em>valuable</em>. If you don&#8217;t have a backup plan in place, what are you waiting for? The cost of physical hardrives have dropped significantly over the past year. So much so that you should have some type of basic backup plan running in the background <em>every day</em>.&nbsp;</p>
<p>Hardrives aren&#8217;t fail proof though. Everyone will experience a faulty drive some time in their life. If your livelihood revolves around your computer data, your [redundant] physical backups should be supplemented with off-site backups hosted securely online.&nbsp;</p>
<h3>The original option: JungleDisk + Amazon&nbsp;S3</h3>
<p>Prior to receiving notice of the latest offering from <a href="http://www.backblaze.com/">Backblaze</a>, my online backup routine consisted of a small desktop utility called <a href="http://www.jungledisk.com/">JungleDisk</a> + <a href="http://aws.amazon.com/s3/">Amazon&nbsp;S3</a>.</p>
<p align="center"><a href="http://5thirtyone.com/wp-content/uploads/2009/04/jungledisk-preferences.png" title="JungleDisk Preferences"><img src="http://5thirtyone.com/wp-content/uploads/2009/04/jungledisk-preferences-500x415.png" alt="JungleDisk Preferences" title="JungleDisk Preferences" width="500" height="415" class="alignnone size-medium wp-image-2051" /></a></p>
<p>The duo performed as expected with my monthly bill in the neighborhood of $11 per month ($2 / mo. for JungleDisk + ~$14 / mo. for S3 hosting). File management was done through a system folder with the added convenience of a web based UI for an extra $1 per month (<a href="http://www.jungledisk.com/plus.aspx">JungleDisk&nbsp;Plus</a>).</p>
<h3>The new option: Backblaze flat rate + convenient data restore&nbsp;options</h3>
<p>Why the change to <a href="http://www.backblaze.com/">Backblaze</a>? With JungleDisk + Amazon S3, the monthly cost for storing important data could increase over time as my usage requirements changed. With Backblaze, each computer is a flat <strong>$5 per month for unlimited automatic secure online backups</strong>.&nbsp;</p>
<p>Assuming my current habits continued unchanged, a year of unlimited Amazon S3 backups would cost ~$132. A year of unlimited Backblaze backups would cost $60. If you prepay a full year, you get <em>2 months free</em> bringing 12 months of backups down to $50 per year. On top of the lower cost, Backblaze offers three methods for restoring backups or historical versions of&nbsp;backups:</p>
<ol>
<li>Web restore via the desktop client or web browser. Archives will be queued up, zipped, and an email notification sent out when the download is ready.</li>
<li>4.2GB physical media DVD copies burned and shipped to you via Fedex.</li>
<li>500GB physical media Western Digital USB hardrive. Data is moved to a external drive and shipped to you via Fedex.</li>
</ol>
<p>Although it is much more convenient to have immediate access to file backups, it&#8217;s reassuring to have data retrieval options. There are small handful of online subscription services that I believe are worth paying for, and Backblaze has been added to the&nbsp;list.</p>
<p>Similar to Apple&#8217;s <a href="http://www.apple.com/macosx/features/timemachine.html">Time Machine</a> backups, Backblaze is constantly running in the background &#8211; accessible via the menu bar (OS X), or the task tray (Windows). You specify the folders to backup, create ignore rules, and control the bandwidth allotted for background data transfer. Screenshots below are of the OS X client but similar functionality / settings are found in the Windows client as&nbsp;well.</p>
<h3>Backblaze Backup&nbsp;Settings</h3>
<p align="center"><a href="http://5thirtyone.com/wp-content/uploads/2009/04/backblaze-preferences.png" title="Backblaze Backup Preferences"><img src="http://5thirtyone.com/wp-content/uploads/2009/04/backblaze-preferences-500x356.png" alt="Backblaze Backup Preferences" title="Backblaze Backup Preferences" width="500" height="356" class="alignnone size-medium wp-image-2052" /></a></p>
<p>Backblaze settings status view of my initial backup progress initiated after&nbsp;installation.</p>
<p align="center"><a title="Backblaze ignore rules" href="http://5thirtyone.com/wp-content/uploads/2009/04/ignore-rules.png"><img src="http://5thirtyone.com/wp-content/uploads/2009/04/ignore-rules-500x372.png" alt="Backblaze ignore rules" title="Backblaze ignore rules" width="500" height="372" class="alignnone size-medium wp-image-2053" /></a></p>
<p>You have the option of expanding on the default ignore rules initially setup out of the box. Note that Backblaze will backup any external drives you have connected via USB or Firewire (so make sure your exclusion rules are&nbsp;correct).</p>
<p align="center"><a title="Backblaze data encryption" href="http://5thirtyone.com/wp-content/uploads/2009/04/backblze-security.png"><img src="http://5thirtyone.com/wp-content/uploads/2009/04/backblze-security-500x372.png" alt="Backblaze data encryption" title="Backblaze data encryption" width="500" height="372" class="alignnone size-medium wp-image-2054" /></a></p>
<p>Backblaze offers its customers secure peace of mind when it comes to backing up data. The desktop utility encrypts data locally before transmitting (via a secure connection) where it is stored encrypted. Privacy nuts even have the option of providing their own private&nbsp;key.</p>
<h3>Access your online backups from anywhere any&nbsp;time</h3>
<p align="center"><a title="Web based file browser" href="http://5thirtyone.com/wp-content/uploads/2009/04/web-based-file-browser.png"><img src="http://5thirtyone.com/wp-content/uploads/2009/04/web-based-file-browser-500x249.png" alt="Web based file browser" title="Web based file browser" width="500" height="249" class="alignnone size-medium wp-image-2055" /></a></p>
<p>Included with the Backblaze subscription is access to a web based file manager accessible from anywhere with an internet browser. Need access to an old backup while you&#8217;re at a friends house? Visit your Backblaze user account to initiate a folder or file restore and wait for the email notification letting you know the download is&nbsp;ready.</p>
<p>With constant backups, it&#8217;s easy to make multiple changes to files over the course of a week and have those changes updated in Backblaze. Fortunately, the service allows you to look at up to 4 weeks of file revisions.&nbsp;</p>
<p align="center"><a title="Restore history" href="http://5thirtyone.com/wp-content/uploads/2009/04/restore-history.png"><img src="http://5thirtyone.com/wp-content/uploads/2009/04/restore-history-500x59.png" alt="Restore history" title="Restore history" width="500" height="59" class="alignnone size-medium wp-image-2056" /></a></p>
<p>File restores are initiated through the web interface. You select your restore method, select the folders or files that you wish to restore, and confirm your selection. Backblaze maintains a history of your restores up to 7 days after the request is&nbsp;submitted.</p>
<h3>Backups locally, in the &quot;cloud&quot;, and peace of&nbsp;mind</h3>
<p>I have been burned too many times in the past due to accident, file management carelessness, or hardware failure. Backblaze is the off site supplement to my redundant backups at home, the office, or on the&nbsp;road.</p>
<ul>
<li>Background backups on my home network with a Lacie drive connected to an Airport Extreme managed with Time Machine.</li>
<li>Manual full disk clones with <a href="http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html">SuperDuper</a> to multiple Western Digital Passports. Previously discussed: <a href="http://5thirtyone.com/archives/650">Practice safe computing, use a clone</a>.</li>
<li>Psuedo-backups with <a href="https://www.getdropbox.com/referrals/NTQ2MTEyOQ">Dropbox</a> &#8211; geared more for file sharing and quick syncing.</li>
<li>Background backups with <a href="http://www.backblaze.com/">Backblaze</a> for important files, photographs, and documents.</li>
</ul>
<p>If have yet to establish a regular backup routine, or are simply looking for a little more peace of mind with secure online backups, I highly recommend trying <a href="http://www.backblaze.com/">Backblaze</a>. $5 per month for unlimited backups + multiple file restore options is hard to pass up. To sweeten the unlimited backups deal, Backblaze will pick 25 random [new users] who sign up today and offer unlimited backups for an entire year for&nbsp;<em>free</em>.</p>
<p><strong>Note: If you are an existing Backblaze subscriber and wish to support / promote the online backup service while receiving referral credit &#8211; <a&nbsp;href="https://www.backblaze.com/partners.htm">https://www.backblaze.com/partners.htm</a>.</strong></p>
<div id="wherego_related"><h3>Readers Also Read</h3><ul><li><a href="http://5thirtyone.com/archives/650">Practice safe computing, use a&nbsp;clone</a></li><li><a href="http://5thirtyone.com/archives/2063">Twitter while looking&nbsp;busy</a></li><li><a href="http://5thirtyone.com/archives/1369">Secure data &quot;cloud&quot; with Wells&nbsp;Fargo</a></li><li><a href="http://5thirtyone.com/the-unstandard">WordPress The Unstandard&nbsp;Download</a></li><li><a href="http://5thirtyone.com/grid-focus">WordPress Grid Focus&nbsp;Download</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/qL_brCZjIvXzKEKFtAboL6U-gi0/0/da"><img src="http://feedads.g.doubleclick.net/~a/qL_brCZjIvXzKEKFtAboL6U-gi0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/qL_brCZjIvXzKEKFtAboL6U-gi0/1/da"><img src="http://feedads.g.doubleclick.net/~a/qL_brCZjIvXzKEKFtAboL6U-gi0/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/5thirtyone?a=yJ2d-nYrNJc:0QKrFb9lHg8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=yJ2d-nYrNJc:0QKrFb9lHg8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=yJ2d-nYrNJc:0QKrFb9lHg8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/5thirtyone?i=yJ2d-nYrNJc:0QKrFb9lHg8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=yJ2d-nYrNJc:0QKrFb9lHg8:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=yJ2d-nYrNJc:0QKrFb9lHg8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/5thirtyone?i=yJ2d-nYrNJc:0QKrFb9lHg8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=yJ2d-nYrNJc:0QKrFb9lHg8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/5thirtyone?i=yJ2d-nYrNJc:0QKrFb9lHg8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=yJ2d-nYrNJc:0QKrFb9lHg8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/5thirtyone/~4/yJ2d-nYrNJc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://5thirtyone.com/archives/2049/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		<feedburner:origLink>http://5thirtyone.com/archives/2049</feedburner:origLink></item>
		<item>
		<title>VirtualHostX: Easy Virtual Hosting configuration on OS X</title>
		<link>http://feedproxy.google.com/~r/5thirtyone/~3/RRlBH32JHz8/2046</link>
		<comments>http://5thirtyone.com/archives/2046#comments</comments>
		<pubDate>Fri, 10 Apr 2009 05:25:59 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[virtualhostx]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://5thirtyone.com/?p=2046</guid>
		<description>Having discovered VirtualHostX, I can&amp;#8217;t imagine going down the path of manually editing OS X configuration files ever again. If you have ever setup a local environment to test your website(s), you have surely found yourself spending a few minutes wrestling with Web Sharing and Apache &amp;#8211; the whole virtual hosting setup. Instead of testing [...]</description>
			<content:encoded><![CDATA[<p>Having discovered <a href="http://clickontyler.com/virtualhostx/">VirtualHostX</a>, I can&#8217;t imagine going down the path of manually editing OS X configuration files ever again. If you have ever setup a local environment to test your website(s), you have surely found yourself spending a few minutes wrestling with Web Sharing and Apache &#8211; the whole <a href="http://seansperte.com/entry/Setting_Up_a_Killer_Local_Web_Development_Environment_on_a_Mac_with_MAMP_an/">virtual hosting setup</a>. Instead of testing sites where your local URL looks something&nbsp;like:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">http://localhost/~Username</pre></div></div>

<p>You can organize server files and test sites on your computer using URLs&nbsp;like:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">http://yourdomain.site, http://this.isatest.local, http://absolute.dev</pre></div></div>

<p>So if this is your first experiment setting up virtual hosts, download a trial of <a href="http://clickontyler.com/virtualhostx/">VirtualHostX</a> ($9) or win 1 of 3 free licenses (<a href="#winVirtualHostX">details&nbsp;below</a>).</p>
<h3>Easy virtual hosts configuration with&nbsp;VirtualHostX</h3>
<p>VirtualHostX is the easiest way to develop sites locally without manual server&nbsp;configuration.</p>
<ul>
<li>Automatically configures your Mac’s web server settings</li>
<li>Supports custom Apache directives</li>
<li>Backup / Restore your web server settings</li>
<li>Compatible with Mac OS X 10.4 Tiger and 10.5 Leopard</li>
</ul>
<p align="center"><a href="http://5thirtyone.com/wp-content/uploads/2009/04/virtualhostx-screen.png" title="VirtualHostX main screen"><img src="http://5thirtyone.com/wp-content/uploads/2009/04/virtualhostx-screen-500x338.png" alt="VirtualHostX Screen" title="VirtualHostX Screen" width="500" height="338" class="alignnone size-medium wp-image-2047" /></a></p>
<p>Simply put, <a href="http://clickontyler.com/virtualhostx/">VirtualHostX</a> is a GUI alternative to manually editing your &quot;hosts&quot; and &quot;httpd-vhosts.conf&quot; files without needing to fire up the&nbsp;Terminal.</p>
<p align="center"><a href="http://5thirtyone.com/wp-content/uploads/2009/04/virtualhostx-approve.png" title="VirtualHostX requesting permission"><img src="http://5thirtyone.com/wp-content/uploads/2009/04/virtualhostx-approve.png" alt="Enter password" title="Enter password" class="wp-image-2048" /></a></p>
<p>Once you have decided on a URL and pointed VirtualHostX to the directory where your site files are stored, the app requests your password in order to restart Apache and you are ready for&nbsp;development.</p>
<h3 name="winVirtualHostX">Win 1 of 3 free VirtualHostX licenses</h3>
<p>I encourage you to download a <a href="http://clickontyler.com/virtualhostx/">trial</a> version. In the meantime, I&#8217;m giving away 3 free licenses compliments of Tyler H. for <a href="http://5thirtyone.com">5thirtyone.com</a> readers. So <em>how can you win a free&nbsp;license?</em></p>
<p><strong>What two pieces of software would you need [without a doubt] in order to efficiently get work done on a daily basis?</strong> Share your two pieces of software and reasons why. Three comments will be picked at random to receive a free VirtualHostX license.&nbsp;</p>
<p>If you don&#8217;t win a complimentary license, the $9 registration fee is well worth the convenience and time saved setting up new virtual&nbsp;hosts.</p>
<div id="wherego_related"><h3>Readers Also Read</h3><ul><li><a href="http://5thirtyone.com/archives/1129">Fix for Apache2 / localhost after Apple 10.5 Time Machine&nbsp;restore</a></li><li><a href="http://5thirtyone.com/archives/869">ies4osx, Internet Explorer, Intel Macs need only&nbsp;apply</a></li><li><a href="http://5thirtyone.com/about">About</a></li><li><a href="http://5thirtyone.com/archives/2069">Random VirtualHostX license&nbsp;winners</a></li><li><a href="http://5thirtyone.com/the-unstandard">WordPress The Unstandard&nbsp;Download</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/0mifnFQlGjhqjfu2BlmdbMBqJZM/0/da"><img src="http://feedads.g.doubleclick.net/~a/0mifnFQlGjhqjfu2BlmdbMBqJZM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/0mifnFQlGjhqjfu2BlmdbMBqJZM/1/da"><img src="http://feedads.g.doubleclick.net/~a/0mifnFQlGjhqjfu2BlmdbMBqJZM/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/5thirtyone?a=RRlBH32JHz8:B7oxnVOQOo0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=RRlBH32JHz8:B7oxnVOQOo0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=RRlBH32JHz8:B7oxnVOQOo0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/5thirtyone?i=RRlBH32JHz8:B7oxnVOQOo0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=RRlBH32JHz8:B7oxnVOQOo0:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=RRlBH32JHz8:B7oxnVOQOo0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/5thirtyone?i=RRlBH32JHz8:B7oxnVOQOo0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=RRlBH32JHz8:B7oxnVOQOo0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/5thirtyone?i=RRlBH32JHz8:B7oxnVOQOo0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/5thirtyone?a=RRlBH32JHz8:B7oxnVOQOo0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/5thirtyone?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/5thirtyone/~4/RRlBH32JHz8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://5thirtyone.com/archives/2046/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		<feedburner:origLink>http://5thirtyone.com/archives/2046</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 1.093 seconds. --><!-- Cached page generated by WP-Super-Cache on 2009-07-01 12:17:11 -->
