<?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>era404</title>
	<atom:link href="http://www.era404.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.era404.com</link>
	<description>Design, Development and Strategy</description>
	<lastBuildDate>Fri, 14 Jun 2013 20:26:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
		<item>
		<title>WordPress Video Thumbnails and Facebook</title>
		<link>http://www.era404.com/info/wordpress-video-thumbnails/</link>
		<comments>http://www.era404.com/info/wordpress-video-thumbnails/#comments</comments>
		<pubDate>Mon, 06 May 2013 21:46:58 +0000</pubDate>
		<dc:creator>admin404</dc:creator>
				<category><![CDATA[Information Resources]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress seo]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.era404.com/?p=2392</guid>
		<description><![CDATA[Video Thumbnails (also called &#8220;Poster Movies&#8221; by Quicktime and &#8220;Poster Images&#8221; by other video services) are the photos that are displayed in a video player before a video is activated and/or while the video is buffering. If your blog is built on WordPress, and your videos are hosted on YouTube, you&#8217;ll notice that Facebook&#8217;s &#8220;Like&#8221; and &#8220;Send&#8221; buttons will rather liberally &#8220;scrape&#8221; (Facebook&#8217;s version of spidering and indexing) the article you posted. If you have the WordPress SEO plugin installed, you&#8217;re given some greater control over the granularity of your meta. But neither the WordPress core nor this popular plugin currently has a handler for passing YouTube video thumbnails to your social networks via Open Graph. For posts that are videos ...]]></description>
				<content:encoded><![CDATA[<p><strong>Video Thumbnails</strong> (also called &#8220;Poster Movies&#8221; by Quicktime and &#8220;Poster Images&#8221; by other video services) are the photos that are displayed in a video player before a video is activated and/or while the video is buffering.</p>
<p>If your blog is built on <a title="WordPress" href="http://www.wordpress.org">WordPress</a>, and your videos are hosted on YouTube, you&#8217;ll notice that <a title="Facebook Like &amp; Send Buttons" href="https://developers.facebook.com/docs/plugins/">Facebook&#8217;s &#8220;Like&#8221; and &#8220;Send&#8221; buttons</a> will rather liberally &#8220;scrape&#8221; (Facebook&#8217;s version of <em>spidering</em> and indexing) the article you posted. If you have the <a title="WordPress SEO, by Yoast" href="http://yoast.com/wordpress/seo/#utm_source=era404.com">WordPress SEO</a> plugin installed, you&#8217;re given some greater control over the granularity of your meta. But neither the WordPress core nor this popular plugin currently has a handler for passing YouTube video thumbnails to your social networks via <a title="The Open Graph Protocol" href="http://ogp.me/">Open Graph</a>. For posts that are videos with only a few words of supplemental copy, Facebook users may not be enticed to click these shared links if they don&#8217;t include video thumbnails.</p>
<p>Until <a title="WordPress SEO, by Yoast" href="http://yoast.com/wordpress/seo/#utm_source=era404.com">WordPress SEO</a> updates its image handlers, here&#8217;s a quick, easy trick to extract a video ID from your YouTube embed code and use it to pass a thumbnail to Facebook via the YouTube API.</p>
<p>Find the file <strong>class-opengraph.php</strong>, typically here:<br />
<em>http://www.yourdomain.com/wp-content/plugins/wordpress-seo/frontend/class-opengraph.php</em></p>
<p>Jump to <strong>around line 264</strong>, in the function called &#8220;image&#8221;, and you&#8217;ll find the following code:</p>
<div id="wpshdo_1" class="wp-synhighlighter-outer"><div id="wpshdt_1" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_1"></a><a id="wpshat_1" class="wp-synhighlighter-title" href="#codesyntax_1"  onClick="javascript:wpsh_toggleBlock(1)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_1" onClick="javascript:wpsh_code(1)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.era404.com/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_1" onClick="javascript:wpsh_print(1)" title="Print code"><img border="0" style="border: 0 none" src="http://www.era404.com/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.era404.com/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.era404.com/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_1" class="wp-synhighlighter-inner" style="display: block;"><pre class="php" style="font-family:monospace;"><span class="sy0">...</span>	<span class="kw1">if</span> <span class="br0">&#40;</span> <a href="http://www.php.net/preg_match_all"><span class="kw3">preg_match_all</span></a><span class="br0">&#40;</span> <span class="st_h">'/&lt;img [^&gt;]+&gt;/'</span><span class="sy0">,</span> <span class="re0">$post</span><span class="sy0">-&gt;</span><span class="me1">post_content</span><span class="sy0">,</span> <span class="re0">$matches</span> <span class="br0">&#41;</span> <span class="br0">&#41;</span> <span class="br0">&#123;</span>
		<span class="kw1">foreach</span> <span class="br0">&#40;</span> <span class="re0">$matches</span><span class="br0">&#91;</span>0<span class="br0">&#93;</span> <span class="kw1">as</span> <span class="re0">$img</span> <span class="br0">&#41;</span> <span class="br0">&#123;</span>
			<span class="kw1">if</span> <span class="br0">&#40;</span> <a href="http://www.php.net/preg_match"><span class="kw3">preg_match</span></a><span class="br0">&#40;</span> <span class="st_h">'/src=(&quot;|\')(.*?)\1/'</span><span class="sy0">,</span> <span class="re0">$img</span><span class="sy0">,</span> <span class="re0">$match</span> <span class="br0">&#41;</span><span class="br0">&#41;</span>
			<span class="re0">$this</span><span class="sy0">-&gt;</span><span class="me1">image_output</span><span class="br0">&#40;</span> <span class="re0">$match</span><span class="br0">&#91;</span>2<span class="br0">&#93;</span> <span class="br0">&#41;</span><span class="sy0">;</span>
		<span class="br0">&#125;</span>
	<span class="br0">&#125;</span>		
<span class="br0">&#125;</span></pre></div></div>
<p>Add a little chunk of code to search for video embeds, and include thumbnails among the Open Graph meta properties, if they&#8217;re found.</p>
<div id="wpshdo_2" class="wp-synhighlighter-outer"><div id="wpshdt_2" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_2"></a><a id="wpshat_2" class="wp-synhighlighter-title" href="#codesyntax_2"  onClick="javascript:wpsh_toggleBlock(2)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_2" onClick="javascript:wpsh_code(2)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.era404.com/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_2" onClick="javascript:wpsh_print(2)" title="Print code"><img border="0" style="border: 0 none" src="http://www.era404.com/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.era404.com/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.era404.com/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_2" class="wp-synhighlighter-inner" style="display: block;"><pre class="php" style="font-family:monospace;"><span class="sy0">...</span>	<span class="kw1">if</span> <span class="br0">&#40;</span> <a href="http://www.php.net/preg_match_all"><span class="kw3">preg_match_all</span></a><span class="br0">&#40;</span> <span class="st_h">'/&lt;img [^&gt;]+&gt;/'</span><span class="sy0">,</span> <span class="re0">$post</span><span class="sy0">-&gt;</span><span class="me1">post_content</span><span class="sy0">,</span> <span class="re0">$matches</span> <span class="br0">&#41;</span> <span class="br0">&#41;</span> <span class="br0">&#123;</span>
		<span class="kw1">foreach</span> <span class="br0">&#40;</span> <span class="re0">$matches</span><span class="br0">&#91;</span>0<span class="br0">&#93;</span> <span class="kw1">as</span> <span class="re0">$img</span> <span class="br0">&#41;</span> <span class="br0">&#123;</span>
			<span class="kw1">if</span> <span class="br0">&#40;</span> <a href="http://www.php.net/preg_match"><span class="kw3">preg_match</span></a><span class="br0">&#40;</span> <span class="st_h">'/src=(&quot;|\')(.*?)\1/'</span><span class="sy0">,</span> <span class="re0">$img</span><span class="sy0">,</span> <span class="re0">$match</span> <span class="br0">&#41;</span><span class="br0">&#41;</span>
			<span class="re0">$this</span><span class="sy0">-&gt;</span><span class="me1">image_output</span><span class="br0">&#40;</span> <span class="re0">$match</span><span class="br0">&#91;</span>2<span class="br0">&#93;</span> <span class="br0">&#41;</span><span class="sy0">;</span>
		<span class="br0">&#125;</span>
	<span class="br0">&#125;</span>
&nbsp;
	<span class="kw1">if</span> <span class="br0">&#40;</span><a href="http://www.php.net/preg_match_all"><span class="kw3">preg_match_all</span></a><span class="br0">&#40;</span><span class="st0">&quot;#(?&lt;=v=)[a-zA-Z0-9-]+(?=&amp;)|(?&lt;=v\/)[^&amp;<span class="es1">\n</span>]+(?=\?)|(?&lt;=v=)[^&amp;<span class="es1">\n</span>]+|(?&lt;=youtu.be/)[^&amp;<span class="es1">\n</span>]+#&quot;</span><span class="sy0">,</span> <span class="re0">$post</span><span class="sy0">-&gt;</span><span class="me1">post_content</span><span class="sy0">,</span> <span class="re0">$matches</span><span class="br0">&#41;</span><span class="br0">&#41;</span> <span class="br0">&#123;</span>
		<span class="kw1">foreach</span><span class="br0">&#40;</span><a href="http://www.php.net/array_unique"><span class="kw3">array_unique</span></a><span class="br0">&#40;</span><span class="re0">$matches</span><span class="br0">&#91;</span>0<span class="br0">&#93;</span><span class="br0">&#41;</span> <span class="kw1">as</span> <span class="re0">$m</span><span class="br0">&#41;</span> <span class="re0">$this</span><span class="sy0">-&gt;</span><span class="me1">image_output</span><span class="br0">&#40;</span><span class="st0">&quot;http://img.youtube.com/vi/<span class="es4">{$m}</span>/0.jpg&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span>
	<span class="br0">&#125;</span>		
<span class="br0">&#125;</span></pre></div></div>
<p>There is no need to republish your posts or rescrape your page using Facebook&#8217;s <a title="Facebook Debugger / Linter" href="https://developers.facebook.com/tools/debug" target="_blank">Debugger</a>. Just reload your browser, share the post on Facebook, and your problem is solved.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.era404.com/info/wordpress-video-thumbnails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache Mod_Rewrite for Vanity URLs</title>
		<link>http://www.era404.com/info/rewriting-urls/</link>
		<comments>http://www.era404.com/info/rewriting-urls/#comments</comments>
		<pubDate>Tue, 05 Mar 2013 20:12:39 +0000</pubDate>
		<dc:creator>admin404</dc:creator>
				<category><![CDATA[Information Resources]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[engine]]></category>
		<category><![CDATA[mod]]></category>
		<category><![CDATA[request_filename]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[rewritecond]]></category>
		<category><![CDATA[rewriteengine]]></category>
		<category><![CDATA[rewriterule]]></category>
		<category><![CDATA[script_filename]]></category>
		<category><![CDATA[uniform resource locator]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.era404.com/?p=2299</guid>
		<description><![CDATA[Ever wondered how web services like Twitter (twitter.com/era404), Facebook (facebook.com/era404), and MySpace (currently: new.myspace.com/era404) are able to serve vanity URLs for their numerous users? The answer is in the rewrite. Working with URL rewriting (namely: Apache&#8217;s mod_rewrite, a rule-based rewriting engine) can be a little bit confusing. LiquidWeb Hosting&#8217;s stellar technical support team passed the inquiry from tech-to-tech before a solution was found. This solution was further polished by ERA404 systems guru, Tony Muka, and is explained below. &#160;What are the rules? We mentioned &#8220;rule-based&#8221; when describing this Apache module. So what are the rules? 1. Ignore files that already exist on your web-space (index.htm, logo.png, and so on). 2. Ignore directories that already exist on your webspace, too (image folders, script folders, ...]]></description>
				<content:encoded><![CDATA[<p>Ever wondered how web services like <strong>Twitter</strong> (<a title="era404 on Twitter" href="http://twitter.com/era404" target="_blank">twitter.com/era404</a>), <strong>Facebook</strong> (<a title="ERA404 on Facebook" href="http://facebook.com/era404" target="_blank">facebook.com/era404</a>), and <strong>MySpace</strong> (currently: <a title="era404 on MySpace" href="http://new.myspace.com/era404" target="_blank" class="broken_link">new.myspace.com/era404</a>) are able to serve vanity URLs for their numerous users? The answer is in the rewrite.</p>
<p>Working with URL rewriting (namely: <a title="Apache HTTP Server - mod_rewrite URL Rewriting Engine" href="http://httpd.apache.org/docs/current/mod/mod_rewrite.html">Apache&#8217;s mod_rewrite</a>, a rule-based rewriting engine) can be a little bit confusing. <a title="LiquidWeb - Managed Dedicated Server Hosting" href="http://www.liquidweb.com/">LiquidWeb</a> Hosting&#8217;s stellar technical support team passed the inquiry from tech-to-tech before a solution was found. This solution was further polished by ERA404 systems guru, <a title="Senior Systems Technician, Tony Muka in the ERA404 Network" href="http://www.era404.com/about/network/">Tony Muka</a>, and is explained below.</p>
<h2>&nbsp;<br />What are the rules?</h2>
<p>We mentioned &#8220;rule-based&#8221; when describing this Apache module. So what are the rules?</p>
<p>1. Ignore files that already exist on your web-space (index.htm, logo.png, and so on).</p>
<div id="wpshdo_3" class="wp-synhighlighter-outer"><div id="wpshdt_3" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_3"></a><a id="wpshat_3" class="wp-synhighlighter-title" href="#codesyntax_3"  onClick="javascript:wpsh_toggleBlock(3)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_3" onClick="javascript:wpsh_code(3)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.era404.com/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_3" onClick="javascript:wpsh_print(3)" title="Print code"><img border="0" style="border: 0 none" src="http://www.era404.com/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.era404.com/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.era404.com/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_3" class="wp-synhighlighter-inner" style="display: block;"><pre class="apache" style="font-family:monospace;"><span class="kw1">RewriteCond</span> %{SCRIPT_FILENAME} !-f</pre></div></div>
<p>2. Ignore directories that already exist on your webspace, too (image folders, script folders, and so on).</p>
<div id="wpshdo_4" class="wp-synhighlighter-outer"><div id="wpshdt_4" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_4"></a><a id="wpshat_4" class="wp-synhighlighter-title" href="#codesyntax_4"  onClick="javascript:wpsh_toggleBlock(4)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_4" onClick="javascript:wpsh_code(4)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.era404.com/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_4" onClick="javascript:wpsh_print(4)" title="Print code"><img border="0" style="border: 0 none" src="http://www.era404.com/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.era404.com/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.era404.com/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_4" class="wp-synhighlighter-inner" style="display: block;"><pre class="apache" style="font-family:monospace;"><span class="kw1">RewriteCond</span> %{SCRIPT_FILENAME} !-d</pre></div></div>
<p>3. For everything else, let&#8217;s pass anything after the base URL as an argument to your backend script to do whatever magic you wish to do. Now this is the confusing part because (unlike the previous two rules) it&#8217;s written in something that looks like <a title="Q*bert - The Critter Who Started It All" href="http://en.wikipedia.org/wiki/Q*bert">Q*bert gibberish</a>. Let&#8217;s have a look at that last rule.</p>
<div id="wpshdo_5" class="wp-synhighlighter-outer"><div id="wpshdt_5" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_5"></a><a id="wpshat_5" class="wp-synhighlighter-title" href="#codesyntax_5"  onClick="javascript:wpsh_toggleBlock(5)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_5" onClick="javascript:wpsh_code(5)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.era404.com/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_5" onClick="javascript:wpsh_print(5)" title="Print code"><img border="0" style="border: 0 none" src="http://www.era404.com/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.era404.com/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.era404.com/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_5" class="wp-synhighlighter-inner" style="display: block;"><pre class="apache" style="font-family:monospace;"><span class="kw1">RewriteRule</span> ^([^/]+)/?(.*)$ /?<span class="kw1">user</span>=$<span class="nu0">1</span>&amp;$<span class="nu0">2</span></pre></div></div>
<p>Notice that this rule starts with &#8220;RewriteRule&#8221; and not &#8220;RewriteCond[ition]&#8220;. This is where we ask Apache to rewrite the URL if the first two conditions aren&#8217;t met—that is to say, it will only rewrite URLs for non-existent files and directories. Here&#8217;s a little breakdown of what will happen when you&#8217;ve put this instruction set on your web server:</p>
<table width="600">
<thead style="font-weight: bold;">
<tr>
<th style="text-align: left;">This Requested URL</th>
<th style="text-align: left;">Rewrites to</th>
<th style="text-align: left;">Because</th>
</tr>
</thead>
<tbody>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>domain.com/index.htm</td>
<td>(no rewrite)</td>
<td>&#8230;this file actually exists</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>domain.com/images/</td>
<td>(no rewrite)</td>
<td>&#8230;this directory actually exists</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>domain.com/username</td>
<td>domain.com/?user=username</td>
<td>No file or directory exists<br />
named &#8220;username&#8221;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>domain.com/username<br />
&amp;action=profile</td>
<td>domain.com/?user=username<br />
&amp;action=profile</td>
<td>No file or directory exists<br />
named &#8220;username&#8221;</td>
</tr>
</tbody>
</table>
<p>&nbsp;<br />
With this last requested URL, you can see the power of Apache&#8217;s mod_rewrite, because we can technically provide instruction for your handler scripts to do anything you need them to do. In this usage, a username is passed, as well as an action to present the profile page. This methodology can be used in countless scenarios where a long, cumbersome URL can be compacted, such as <a title="What is REST?" href="http://en.wikipedia.org/wiki/Representational_state_transfer">REST </a>requests, XML requests, and so on.</p>
<h2>&nbsp;<br />Putting it All Together</h2>
<div id="wpshdo_6" class="wp-synhighlighter-outer"><div id="wpshdt_6" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_6"></a><a id="wpshat_6" class="wp-synhighlighter-title" href="#codesyntax_6"  onClick="javascript:wpsh_toggleBlock(6)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_6" onClick="javascript:wpsh_code(6)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.era404.com/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_6" onClick="javascript:wpsh_print(6)" title="Print code"><img border="0" style="border: 0 none" src="http://www.era404.com/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.era404.com/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.era404.com/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_6" class="wp-synhighlighter-inner" style="display: block;"><pre class="apache" style="font-family:monospace;"><span class="co1"># address translation for user URLs</span>
<span class="kw1">RewriteEngine</span> <span class="kw2">on</span>
<span class="kw1">RewriteBase</span> /
<span class="co1"># look for url/username or url/username/ and translate to url/?user=username</span>
<span class="co1"># maintain all other passed arguments</span>
<span class="kw1">RewriteCond</span> %{SCRIPT_FILENAME} !-f
<span class="kw1">RewriteCond</span> %{SCRIPT_FILENAME} !-d
<span class="kw1">RewriteRule</span> ^([^/]+)/?(.*)$ /?<span class="kw1">user</span>=$<span class="nu0">1</span>&amp;$<span class="nu0">2</span></pre></div></div>
<p>Simply put this script into a text document, name it &#8220;.htaccess&#8221; and drop it into your webserver&#8217;s root directory. Make sure that Apache&#8217;s mod_rewrite module is activated on your HTTP server&#8217;s configuration (it usually is), and you&#8217;ll be all set to rewrite some URLs.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.era404.com/info/rewriting-urls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Author and Publisher Tags</title>
		<link>http://www.era404.com/info/google-author-and-publisher-tags/</link>
		<comments>http://www.era404.com/info/google-author-and-publisher-tags/#comments</comments>
		<pubDate>Mon, 04 Mar 2013 21:31:43 +0000</pubDate>
		<dc:creator>admin404</dc:creator>
				<category><![CDATA[Information Resources]]></category>
		<category><![CDATA[author]]></category>
		<category><![CDATA[contribute as]]></category>
		<category><![CDATA[contributor to]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[mark-up]]></category>
		<category><![CDATA[publisher]]></category>
		<category><![CDATA[rich snippets]]></category>
		<category><![CDATA[structured data testing too]]></category>
		<category><![CDATA[tag]]></category>

		<guid isPermaLink="false">http://www.era404.com/?p=2289</guid>
		<description><![CDATA[Google is piloting the index of author and publisher information in search results to help users discover content created by you on the various blogs and news sites on which you contribute. Adding an &#8220;author&#8221; tag to your blogs and news articles, or a &#8220;publisher&#8221; tag to your corporate news articles, press releases, and informational resources (such as this one) can help link users to additional articles on your site, or other sites, which you&#8217;ve written. The advantages to these new tags are apparent, especially considering how easy they are to implement. 1. Google Author Tag If you want your authorship information to appear in search results for the content you create, you&#8217;ll need a Google+ Profile with a good, recognizable head-shot ...]]></description>
				<content:encoded><![CDATA[<p>Google is piloting the index of author and publisher information in search results to help users discover content created by you on the various blogs and news sites on which you contribute. Adding an &#8220;author&#8221; tag to your blogs and news articles, or a &#8220;publisher&#8221; tag to your corporate news articles, press releases, and informational resources (such as this one) can help link users to additional articles on your site, or other sites, which you&#8217;ve written. The advantages to these new tags are apparent, especially considering how easy they are to implement.</p>
<h2>1. Google Author Tag</h2>
<p><a title="Google Structured Data Testing Tool" href="http://www.google.com/webmasters/tools/richsnippets?url=http%3A%2F%2Fdon.citarella.net%2F&amp;html=" target="_blank"><img class="alignnone size-full wp-image-2290" title="Google Author Tag Example" src="http://www.era404.com/wp-content/uploads/google-author-and-publisher-tags/author.jpg" alt="Google Author Tag Example" width="676" height="558" /></a></p>
<p>If you want your authorship information to appear in search results for the content you create, you&#8217;ll need a <a href="http://plus.google.com/me">Google+ Profile</a> with a good, recognizable head-shot as your profile photo. Then, verify authorship of your content by associating it with your profile using either of the methods below. Google doesn&#8217;t guarantee to show author information in Google Web Search or Google News results and it could take anywhere from two weeks to three months before these pages are indexed and returned among results.</p>
<p><a><strong>Option 1: Link your content to your Google+ profile using a verified email address.</strong></a></p>
<div>
<div>
<div>
<p>Don&#8217;t have an email address on the same domain as your content? Follow the instructions listed in Option 2 below.</p>
<ol>
<li>Check that you have a <strong>email address</strong> (for example, don@mypersonalwebpage.com) <strong>on the same domain as your content</strong> (mypersonalwebpage.com).</li>
<li>Make sure that each article or post you publish on that domain has a clear <strong>byline identifying you as the author</strong> (for example, &#8220;By Don Citarella&#8221; or &#8220;Author: Don Citarella&#8221;).</li>
<li>Visit the <a href="http://plus.google.com/authorship" target="_blank">Authorship</a> page and submit your email address to Google. No matter how many articles or posts you publish on this domain, you only need to do this process once. Your email will appear in the <strong>Contributor to</strong> section of your Google+ profile. If you want to keep your email private, <a href="http://plus.google.com/me/about/edit/wo">change the visibility of your link</a>.</li>
<li>To see what author data Google can extract from your page, use the <a href="http://www.google.com/webmasters/tools/richsnippets" target="new">structured data testing tool</a>.</li>
</ol>
<p><a><strong>Option 2: Set up authorship by linking your content to your Google+ profile</strong></a></p>
<div>
<div>
<div>
<ol>
<li>Create a link to your Google+ profile from your webpage, like this:
<pre>  <div id="wpshdo_7" class="wp-synhighlighter-outer"><div id="wpshdt_7" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_7"></a><a id="wpshat_7" class="wp-synhighlighter-title" href="#codesyntax_7"  onClick="javascript:wpsh_toggleBlock(7)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_7" onClick="javascript:wpsh_code(7)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.era404.com/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_7" onClick="javascript:wpsh_print(7)" title="Print code"><img border="0" style="border: 0 none" src="http://www.era404.com/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.era404.com/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.era404.com/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_7" class="wp-synhighlighter-inner" style="display: block;"><pre class="html4strict" style="font-family:monospace;"><span class="sc2">&lt;<a href="http://december.com/html/4/element/a.html"><span class="kw2">a</span></a> <span class="kw3">href</span><span class="sy0">=</span><span class="st0">&quot;[profile_url]?rel=author&quot;</span>&gt;</span>Google<span class="sc2">&lt;<span class="sy0">/</span><a href="http://december.com/html/4/element/a.html"><span class="kw2">a</span></a>&gt;</span></pre></div></div></pre>
<p>Replace <code>[profile_url]</code> with the your Google+ profile URL, like this:</p>
<pre>  <div id="wpshdo_8" class="wp-synhighlighter-outer"><div id="wpshdt_8" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_8"></a><a id="wpshat_8" class="wp-synhighlighter-title" href="#codesyntax_8"  onClick="javascript:wpsh_toggleBlock(8)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_8" onClick="javascript:wpsh_code(8)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.era404.com/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_8" onClick="javascript:wpsh_print(8)" title="Print code"><img border="0" style="border: 0 none" src="http://www.era404.com/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.era404.com/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.era404.com/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_8" class="wp-synhighlighter-inner" style="display: block;"><pre class="html4strict" style="font-family:monospace;"><span class="sc2">&lt;<a href="http://december.com/html/4/element/a.html"><span class="kw2">a</span></a> <span class="kw3">href</span><span class="sy0">=</span><span class="st0">&quot;https://plus.google.com/109412257237874861202?rel=author&quot;</span>&gt;</span>Google<span class="sc2">&lt;<span class="sy0">/</span><a href="http://december.com/html/4/element/a.html"><span class="kw2">a</span></a>&gt;</span></pre></div></div></pre>
<p>Your link must contain the <code>?rel=author</code> parameter. If it&#8217;s missing, Google won&#8217;t be able to associate your content with your Google+ profile.</li>
<li>Add a reciprocal link back from your profile to the site(s) you just updated.
<ol>
<li>Edit the <a href="http://plus.google.com/me/about/edit/co">Contributor To section</a>.</li>
<li>In the dialog that appears, click <strong>Add custom link</strong>, and then enter the website URL.</li>
<li>If you want, click the drop-down list to specify who can see the link.</li>
<li>Click <strong>Save</strong>.</li>
</ol>
</li>
<li>To see what author data Google can extract from your page, use the <a href="http://www.google.com/webmasters/tools/richsnippets" target="new">structured data testing tool</a>.</li>
</ol>
</div>
</div>
</div>
<p>If you don&#8217;t want your authorship information to appear in search results, edit your profile (using <a href="http://plus.google.com/me/about/edit" target="_blank">http://plus.google.com/me/about/edit</a>), and make sure the Profile discovery option <strong>Help others discover my profile in search results</strong> is unchecked.</p>
<p>&nbsp;</p>
<h2>2. Google Publisher Tag</h2>
<p><a title="Google Structured Data Testing Tool" href="http://www.google.com/webmasters/tools/richsnippets?url=http%3A%2F%2Fwww.era404.com%2Fwork&amp;html=" target="_blank"><img class="alignnone size-full wp-image-2291" title="Google Publisher Tag" src="http://www.era404.com/wp-content/uploads/google-author-and-publisher-tags/publisher.jpg" alt="Google Publisher Tag" width="675" height="325" /></a></p>
<p><a href="http://www.google.com/support/plus/bin/answer.py?answer=1710600">Google+ Pages</a> provides businesses, products, brands, entertainment and organizations with an identity and presence on Google+.</p>
<p>If you’ve <a href="http://www.google.com/support/plus/bin/answer.py?answer=1710691">created a Google+ page</a>, they strongly recommend <strong>linking from that page to your website and vice versa</strong>. Linking your Google+ page and your site not only helps you build credibility (and readership) with friends and followers, but also gives Google information they can use to determine the relevancy of your site to a user query in Google Web Search. It also makes your site eligible for Google+ <a href="http://support.google.com/plus/bin/answer.py?hl=en&amp;answer=1711199">Direct Connect</a>.</p>
<h3>Link your Google+ page and your website</h3>
<ol>
<li>Make sure that your site&#8217;s home page is available to appear in Google&#8217;s search results and isn&#8217;t blocked by a <a href="http://support.google.com/webmasters/bin/answer.py?hl=en&amp;answer=93710">meta noindex</a> tag or by your <a href="http://support.google.com/webmasters/bin/answer.py?hl=en&amp;answer=156449">robots.txt</a> file. (Verify by doing a site:search for your domain, like this: <a href="https://www.google.com%26q%3Dsite:google.com/">[site:example.com]</a>. You can also use the <a href="http://support.google.com/webmasters/bin/answer.py?answer=158587">Fetch As Google</a> tool to see your page exactly as Google sees it.)</li>
<li>Update your site&#8217;s home page by adding a link to your Google+ page, like this:
<pre><div id="wpshdo_9" class="wp-synhighlighter-outer"><div id="wpshdt_9" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_9"></a><a id="wpshat_9" class="wp-synhighlighter-title" href="#codesyntax_9"  onClick="javascript:wpsh_toggleBlock(9)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_9" onClick="javascript:wpsh_code(9)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.era404.com/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_9" onClick="javascript:wpsh_print(9)" title="Print code"><img border="0" style="border: 0 none" src="http://www.era404.com/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.era404.com/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.era404.com/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_9" class="wp-synhighlighter-inner" style="display: block;"><pre class="html4strict" style="font-family:monospace;"><span class="sc2">&lt;<a href="http://december.com/html/4/element/a.html"><span class="kw2">a</span></a> <span class="kw3">href</span><span class="sy0">=</span><span class="st0">&quot;https://plus.google.com/[yourpageID]&quot;</span> <span class="kw3">rel</span><span class="sy0">=</span><span class="st0">&quot;publisher&quot;</span>&gt;</span>Find us on Google+<span class="sc2">&lt;<span class="sy0">/</span><a href="http://december.com/html/4/element/a.html"><span class="kw2">a</span></a>&gt;</span></pre></div></div></pre>
<p>To find your page URL, open your page and copy the web address from the browser address bar.</p>
<p>It&#8217;s best to add the link to your most significant page. Usually (but not always) this is your home page; for example, if you’ve created a page for a product, you can add the link to the product description page.</li>
<li>Link to your website from your Google+ page&#8217;s profile. To edit your page profile:
<ol>
<li>Make sure you&#8217;re on the Google+ page you&#8217;d like to edit.</li>
<li>Click the profile icon <img src="http://www.google.com/help/hc/images/plus/plus_1053531_profile_icon.gif" alt="" />.</li>
<li>Click <strong>Edit Profile</strong>.</li>
<li>Click <strong>Website</strong>. You&#8217;ll know it&#8217;s editable when the color of the section changes to blue.</li>
<li>Type your homepage URL. This should match exactly the URL of the page to which you added your Google+ page link in step 1.</li>
<li>Click <strong>Save</strong>.</li>
</ol>
</li>
<li>(Optional) <a href="http://support.google.com/plus/bin/request.py?contact_type=page_verification">Verify your business or brand with Google.</a></li>
<li>Use the <a href="http://www.google.com/webmasters/tools/richsnippets" target="new">rich snippets testing tool</a> to check your markup and make sure that Google can extract your page information from your content. This tool will display the markup found on a specific web page, as well as a preview of how that page might appear in Google search results. <a href="http://support.google.com/webmasters/bin/answer.py?answer=173839">Learn more.</a></li>
</ol>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.era404.com/info/google-author-and-publisher-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Cards</title>
		<link>http://www.era404.com/info/twitter-cards/</link>
		<comments>http://www.era404.com/info/twitter-cards/#comments</comments>
		<pubDate>Tue, 19 Feb 2013 00:09:41 +0000</pubDate>
		<dc:creator>admin404</dc:creator>
				<category><![CDATA[Information Resources]]></category>
		<category><![CDATA[niall kennedy]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[twitter cards]]></category>
		<category><![CDATA[view summary]]></category>
		<category><![CDATA[wordpress plug-in]]></category>

		<guid isPermaLink="false">http://www.era404.com/?p=2259</guid>
		<description><![CDATA[If you&#8217;re an avid user of Twitter, you&#8217;ve probably noticed the new links that show up on the bottom of certain tweets in your feed. The links say &#8220;View Summary&#8221; and allow you to read the title and excerpt of an article, along with a thumbnail of the article&#8217;s featured image. Those links are called Twitter Cards, come in three different varieties: summaries, photos, and player, and have two different layouts:  web and mobile. Twitter Cards help increase your visibility and encourage users to click to your site by providing more information beyond Twitter&#8217;s 140 character limit. Furthermore, design and development studios with Twitter Card functionality built into their site can provide a working example for clients to see how the same ...]]></description>
				<content:encoded><![CDATA[<p>If you&#8217;re an avid user of <a title="ERA404 on Twitter" href="http://www.twitter.com/era404" target="_blank">Twitter</a>, you&#8217;ve probably noticed the new links that show up on the bottom of certain tweets in your feed. The links say &#8220;<strong>View Summary</strong>&#8221; and allow you to read the title and excerpt of an article, along with a thumbnail of the article&#8217;s featured image. Those links are called <a title="Twitter Cards" href="https://dev.twitter.com/docs/cards" target="_blank">Twitter Cards</a>, come in three different varieties: summaries, photos, and player, and have two different layouts:  web and mobile.</p>
<p>Twitter Cards help increase your visibility and encourage users to click to your site by providing more information beyond Twitter&#8217;s 140 character limit. Furthermore, design and development studios with Twitter Card functionality built into their site can provide a working example for clients to see how the same functionality can be implemented into their sites.</p>
<div id="attachment_2262" class="wp-caption alignleft" style="width: 234px"><a title="ERA404 Twitter Card Example" href="http://www.era404.com/wp-content/uploads/twitter-cards/era404.jpg" rel="prettyPhoto[g2259]"><img class="size-thumbnail wp-image-2262" title="ERA404 Twitter Card Example" alt="ERA404 Twitter Card Example" src="http://www.era404.com/wp-content/uploads/twitter-cards/era404-224x122.jpg" width="224" height="122" /></a><p class="wp-caption-text">ERA404 Twitter Card Example</p></div>
<p>As with most of Twitter&#8217;s APIs, Twitter cards are fairly quick to implement. All you need to do is insert some metadata, test, and apply to participate. To make things even easier, <a title="Twitter Cards - WordPress Plug-in" href="http://wordpress.org/extend/plugins/twitter-cards/" target="_blank">Niall Kennedy has created a WordPress plug-in</a> to automatically scrape your post&#8217;s title,  permalink, description and image URL for summary Twitter cards. After installing and activating the plug-in, preview your Twitter card by pasting the post&#8217;s URL into <a title="Twitter Cards Preview" href="https://dev.twitter.com/docs/cards/validation/validator" target="_blank">their preview page</a>.</p>
<p>Lastly, you&#8217;ll need to apply to participate. Simply <a title="Participate in Twitter Cards" href="https://dev.twitter.com/form/participate-twitter-cards" target="_blank">enter your site and contact information here</a> and Twitter will reply within 5-10 business days.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.era404.com/info/twitter-cards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Above the Fold</title>
		<link>http://www.era404.com/info/above-the-fold/</link>
		<comments>http://www.era404.com/info/above-the-fold/#comments</comments>
		<pubDate>Mon, 18 Feb 2013 22:04:54 +0000</pubDate>
		<dc:creator>admin404</dc:creator>
				<category><![CDATA[Information Resources]]></category>
		<category><![CDATA[above the fold]]></category>
		<category><![CDATA[above the scroll]]></category>
		<category><![CDATA[berliners]]></category>
		<category><![CDATA[broadsheets]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[develpment]]></category>
		<category><![CDATA[mechanicals]]></category>
		<category><![CDATA[orientation]]></category>
		<category><![CDATA[resolution]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[strategy]]></category>
		<category><![CDATA[tabloids]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wireframes]]></category>

		<guid isPermaLink="false">http://www.era404.com/?p=2244</guid>
		<description><![CDATA[When creating mechanicals for website strategy, or Strategic UI/UX, we often make recommendations for content that should be visible above the fold. In the context of Web search/usage, the term above the fold refers to the part of the web page a user can see without having to scroll down or use the scroll bar within their web browser. In general, this space is at the top of a Web page, and is considered prime real estate for visibility and getting information seen most efficiently. The term, itself, is derived from the web&#8217;s ephemeral predecessor, the newspaper, in which the most poignant stories—the ones that would be more likely to sell that particular newspaper over competing papers—were those that were above the crease ...]]></description>
				<content:encoded><![CDATA[<p>When creating mechanicals for website strategy, or <a title="A Guide to ERA404 Acronyms" href="http://www.era404.com/info/glossary/" target="_blank">Strategic UI/UX</a>, we often make recommendations for content that should be visible above the fold. In the context of Web search/usage, the term <em>above the fold</em> refers to the part of the web page a user can see without having to scroll down or use the scroll bar within their web browser. In general, this space is at the top of a Web page, and is considered prime real estate for visibility and getting information seen most efficiently. The term, itself, is derived from the web&#8217;s ephemeral predecessor, the newspaper, in which the most poignant stories—the ones that would be more likely to sell that particular newspaper over competing papers—were those that were above the crease on Broadsheet or Berliner sized papers. Web strategists use the term <em>above the scroll</em> interchangeably with <em>above the fold</em>.</p>
<p>As browser resolutions increase,<a title="Browser Resolutions" href="http://www.w3schools.com/browsers/browsers_resolution_higher.asp" target="_blank"> the fold mark keeps changing</a>. In 2013, 25.4% of the world was browsing at 1366&#215;768, as opposed to only 18.7% in 2012. And the growing availability of mobile phones and tablet devices, such as iPads, has changed the landscape to a point where we can no longer rely on a majority resolution and location of the fold. As a result, we recommend fluid, responsive layouts that accommodate for the broadest range of resolutions possible. Not only does this help clients to be able to see the most important content, while helping them to sell their services over their competitors&#8217;, but it also helps us to reorganize and strategize content based on the different types of users. For instance, a user on a phone may be more interested in contact information, a tablet user may want to read topical news or view videos, and a desktop user may want more in-depth articles and research information. Responsive layouts help gear the content toward these different demographics and re-organize what&#8217;s seen above the various folds.</p>
<p>That said, we&#8217;re currently in the age of <strong>Cinema</strong> (16 x 9 resolutions) and <strong>Retina</strong> (2x Device Pixel Ratios) displays. With iOS&#8217;s dock protruding into the available horizontal space and retina&#8217;s ability to scale content by pinching, the confusion over the floating fold mark is mired further.</p>
<p>With the one caveat that the rapidly changing environment may soon render this outdated, our recommended fold mark remains<strong> 645px</strong> for landscape orientations (with allowance for a persistent bookmarks bar) and<strong> 900px</strong> for portrait.</p>
<p>&nbsp;</p>
<h2>Examples of our testing can be seen below:</h2>
<div id="attachment_2249" class="wp-caption alignleft" style="width: 234px"><a title="Safari Landscape" href="http://www.era404.com/wp-content/uploads/above-the-fold/safari_landscape.png" rel="prettyPhoto[g2244]"><img class="size-thumbnail wp-image-2249" title="Safari Landscape" src="http://www.era404.com/wp-content/uploads/above-the-fold/safari_landscape-224x168.png" alt="Safari Landscape" width="224" height="168" /></a><p class="wp-caption-text">Safari Landscape</p></div>
<div id="attachment_2247" class="wp-caption alignleft" style="width: 234px"><a title="Chrome Landscape" href="http://www.era404.com/wp-content/uploads/above-the-fold/chrome_landscape.png" rel="prettyPhoto[g2244]"><img class="size-thumbnail wp-image-2247" title="Chrome Landscape" src="http://www.era404.com/wp-content/uploads/above-the-fold/chrome_landscape-224x168.png" alt="Chrome Landscape" width="224" height="168" /></a><p class="wp-caption-text">Chrome Landscape</p></div>
<div id="attachment_2246" class="wp-caption alignleft" style="width: 234px"><a title="Safari Portrait" href="http://www.era404.com/wp-content/uploads/above-the-fold/safari_portrait.png" rel="prettyPhoto[g2244]"><img class="size-thumbnail wp-image-2246" title="Safari Portrait" src="http://www.era404.com/wp-content/uploads/above-the-fold/safari_portrait-224x298.png" alt="Safari Portrait" width="224" height="298" /></a><p class="wp-caption-text">Safari Portrait</p></div>
<div id="attachment_2248" class="wp-caption alignleft" style="width: 234px"><a title="Chrome Portrait" href="http://www.era404.com/wp-content/uploads/above-the-fold/chrome_portrait.png" rel="prettyPhoto[g2244]"><img class="size-thumbnail wp-image-2248" title="Chrome Portrait" src="http://www.era404.com/wp-content/uploads/above-the-fold/chrome_portrait-224x298.png" alt="Chrome Portrait" width="224" height="298" /></a><p class="wp-caption-text">Chrome Portrait</p></div>
<div id="attachment_2250" class="wp-caption alignleft" style="width: 234px"><a title="Safari Landscape - Bookmark Bar" href="http://www.era404.com/wp-content/uploads/above-the-fold/safari_landscape_bookmark.png" rel="prettyPhoto[g2244]"><img class="size-thumbnail wp-image-2250" title="Safari Landscape - Bookmark Bar" src="http://www.era404.com/wp-content/uploads/above-the-fold/safari_landscape_bookmark-224x168.png" alt="Safari Landscape - Bookmark Bar" width="224" height="168" /></a><p class="wp-caption-text">Safari Landscape &#8211; Bookmark Bar</p></div>
<div style="clear: both;"></div>
<p>If you&#8217;re interested in learning more about fold lines, <a title="ERA404 Custom Development" href="http://www.era404.com/builds/custom/" target="_blank">Strategic UI/UX</a> or the changing landscape of the web, drop us a line to initiate a conversation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.era404.com/info/above-the-fold/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scoping a Project</title>
		<link>http://www.era404.com/info/scope/</link>
		<comments>http://www.era404.com/info/scope/#comments</comments>
		<pubDate>Tue, 12 Feb 2013 22:35:01 +0000</pubDate>
		<dc:creator>admin404</dc:creator>
				<category><![CDATA[Information Resources]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[application scope]]></category>
		<category><![CDATA[blueprint]]></category>
		<category><![CDATA[digital]]></category>
		<category><![CDATA[organization]]></category>
		<category><![CDATA[planning]]></category>
		<category><![CDATA[preparation]]></category>
		<category><![CDATA[project scope]]></category>
		<category><![CDATA[scope]]></category>
		<category><![CDATA[scope diagram]]></category>
		<category><![CDATA[site scope]]></category>
		<category><![CDATA[spreadsheet]]></category>
		<category><![CDATA[strategy]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web site]]></category>

		<guid isPermaLink="false">http://www.era404.com/?p=2229</guid>
		<description><![CDATA[Every year, long before the ice thaws and the ground softens, my father takes a cup of coffee out to the farthest corner of the yard and studies a medium-sized rectangle of roped off terrain that will become his garden. The footage is limited, living in a modest suburb in Michigan, but in his mind, the objectives are organized into columns and rows. Anxiety: What environmental factors should be concern me? Trust: Will I get out what I put in? Expectations: What level of commitment should I prepare for, in terms of budget? Labor? Upkeep? Comfort: What is a realistic yield for an endeavor of this size? When breaking ground on any mission that will require his time, energy, and resources, ...]]></description>
				<content:encoded><![CDATA[<p>Every year, long before the ice thaws and the ground softens, my father takes a cup of coffee out to the farthest corner of the yard and studies a medium-sized rectangle of roped off terrain that will become his garden. The footage is limited, living in a modest suburb in Michigan, but in his mind, the objectives are organized into columns and rows.</p>
<ul>
<li><strong>Anxiety</strong>: What environmental factors should be concern me?</li>
<li><strong>Trust</strong>: Will I get out what I put in?</li>
<li><strong>Expectations</strong>: What level of commitment should I prepare for, in terms of budget? Labor? Upkeep?</li>
<li><strong>Comfort</strong>: What is a realistic yield for an endeavor of this size?</li>
</ul>
<p>When <a title="What every prospective online homeowner should consider before breaking ground" href="http://www.era404.com/info/10/" target="_blank">breaking ground</a> on any mission that will require his time, energy, and resources, my father knows that thorough, comprehensive planning, coupled with a solid foundation, will make all the difference in the success of his venture.</p>
<p>The importance of well-written production scope has always been easy to communicate and readily received, but for unknown reasons, this document is all-too-often missing from <a title="A Guide to era404′s Acronyms " href="http://www.era404.com/info/glossary/" target="_blank">RFP</a>s. And while my father’s garden may seem an odd metaphor for web and application development, it should show that we scope <em>non-</em>web projects all the time without realizing. And his garden is a reasonably good visual for putting a scope into somewhat relatable terms, demonstrating its necessity, and giving a little color to a rather dry subject for backyard reading.</p>
<p><img title="Next page..." alt="" src="http://www.era404.com/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.era404.com/info/scope/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
