<?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>Scene on The Net &#187; General</title>
	<atom:link href="http://www.sceneonthe.net/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sceneonthe.net</link>
	<description>A great little web development partnership</description>
	<lastBuildDate>Fri, 04 Jun 2010 17:37:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>The hidden truth about Accessibility &#8212; Part 2</title>
		<link>http://www.sceneonthe.net/the-hidden-truth-about-accessibility-part-2/</link>
		<comments>http://www.sceneonthe.net/the-hidden-truth-about-accessibility-part-2/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 08:36:40 +0000</pubDate>
		<dc:creator>Max Brockbank</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Accessibility Standards]]></category>
		<category><![CDATA[Attribute]]></category>
		<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[Blackberry Device]]></category>
		<category><![CDATA[Blackberry Software]]></category>
		<category><![CDATA[Compliant]]></category>
		<category><![CDATA[Device Software]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Yahoo]]></category>
		<category><![CDATA[Hidden Truth]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Lt]]></category>
		<category><![CDATA[Rea]]></category>
		<category><![CDATA[Search Engine Rules]]></category>
		<category><![CDATA[Search Engine Spiders]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[Search Google]]></category>
		<category><![CDATA[Span]]></category>
		<category><![CDATA[Style Sheet]]></category>
		<category><![CDATA[Style Sheets]]></category>
		<category><![CDATA[Stylesheet]]></category>
		<category><![CDATA[Visual Impairment]]></category>
		<category><![CDATA[W3c Standards]]></category>
		<category><![CDATA[Web Page Link]]></category>

		<guid isPermaLink="false">http://www.sceneonthe.net/?p=272</guid>
		<description><![CDATA[In my last blog post, I talked about using accessibility standards to improve the SEO  of any web page. The theory is that because search engines like Google, Yahoo!, Windows Live and Ask are &#8220;blind&#8221;, constructing your site to work well for those with visual impairment makes them ripe for the Search Engine Spiders too. [...]]]></description>
			<content:encoded><![CDATA[<p>In my last blog post, I talked about <a title="Previous Post: The hidden truth about Accessibility -- Part 1" href="http://www.sceneonthe.net/the-hidden-truth-about-accessibility/">using accessibility standards to improve the SEO  of any web page</a>. The theory is that because search engines like Google, Yahoo!, Windows Live and Ask are &#8220;blind&#8221;, constructing your site to work well for those with visual impairment makes them ripe for the Search Engine Spiders too.</p>
<p>But we can take this a stage further; making the site even more accessible <strong>AND</strong> giving the Search Engines more content to index.</p>
<p>In fact, the use of CSS-styling to add extra content to the page which does not show unless the stylesheet is removed can <strong>drastically </strong>improve the amount of spiderable text on a web page whilst remaining within Search Engine rules about &#8220;hidden&#8221; content.</p>
<p>Current W3C standards include the <code>display </code>attribute, which includes the value <code>none</code>. If this style is <em>correctly </em>applied to an element it will not show up in a browser which uses CSS.</p>
<p>For example, we can define a style called <code>.accessible</code> thus &#8230;</p>
<p style="padding-left: 30px;"><span style="color: #993300;"><code>.accessible { display: none; }</code></span></p>
<p>This can be applied using <code>SPAN </code>tags thus &#8230;</p>
<p style="padding-left: 30px;"><code>Now you see me <span style="color: #993300;">&lt;span class="accessible"&gt;</span>, now you don't!<span style="color: #993300;">&lt;/span&gt;</span></code></p>
<p>In a CSS-compliant browser such as <em>Internet Explorer</em> or <em>Firefox </em>what is seen is</p>
<p style="padding-left: 30px; font-size: 110%;"><span style="color: #993300;">Now you see me</span></p>
<p>But remove the style sheets for the page and you see</p>
<p style="padding-left: 30px; font-size: 110%;"><span style="color: #993300;">Now you see me, now you don&#8217;t!</span></p>
<p>This means that text can now be embedded in a web page which only shows up in &#8220;accessibility&#8221; mode (i.e. when the style sheets are not used).</p>
<p>An example of this might be the addition of explanatory text to a web page link &#8230;</p>
<p style="padding-left: 30px;"><code><span style="color: #008000;">&lt;a href="/eng/support/" rel="Get help with your BlackBerry device, software or billing, and read about BlackBerry training and how to get technical support"&gt;</span><span style="color: #993300;">&lt;span class="accessible"&gt;</span>Get help with your BlackBerry device, software or billing, and read about BlackBerry training and how to get Technical <span style="color: #993300;">&lt;/span&gt;</span>Support<span style="color: #008000;">&lt;/a&gt;</span></code></p>
<p>In the browser, with a style sheet applied, this shows as &#8230;</p>
<p style="padding-left: 30px; font-size: 110%;"><span style="color: #993300;"><span style="text-decoration: underline;">Support</span></span></p>
<p>Without a style sheet applied, this shows as &#8230;</p>
<p style="padding-left: 30px; font-size: 110%;"><span style="color: #993300;"><span style="text-decoration: underline;">Get help with your BlackBerry device, software or billing, and read about BlackBerry training and how to get Technical Support</span></span></p>
<p>This not only makes more sense to a screen reader, it also provides more spiderable text for search engines to index.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d272').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d272" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.sceneonthe.net%2Fthe-hidden-truth-about-accessibility-part-2%2F&amp;submitHeadline=The+hidden+truth+about+Accessibility+%26%238212%3B+Part+2&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.sceneonthe.net%2Fthe-hidden-truth-about-accessibility-part-2%2F&amp;title=The+hidden+truth+about+Accessibility+%26%238212%3B+Part+2" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.sceneonthe.net%2Fthe-hidden-truth-about-accessibility-part-2%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.sceneonthe.net%2Fthe-hidden-truth-about-accessibility-part-2%2F&amp;title=The+hidden+truth+about+Accessibility+%26%238212%3B+Part+2" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.sceneonthe.net%2Fthe-hidden-truth-about-accessibility-part-2%2F&amp;title=The+hidden+truth+about+Accessibility+%26%238212%3B+Part+2" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.sceneonthe.net%2Fthe-hidden-truth-about-accessibility-part-2%2F&amp;title=The+hidden+truth+about+Accessibility+%26%238212%3B+Part+2" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.sceneonthe.net%2Fthe-hidden-truth-about-accessibility-part-2%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.sceneonthe.net%2Fthe-hidden-truth-about-accessibility-part-2%2F&amp;t=The+hidden+truth+about+Accessibility+%26%238212%3B+Part+2" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d272').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.sceneonthe.net/the-hidden-truth-about-accessibility-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Four cool aps to Twitter with</title>
		<link>http://www.sceneonthe.net/four-cool-aps-to-twitter-with/</link>
		<comments>http://www.sceneonthe.net/four-cool-aps-to-twitter-with/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 00:07:08 +0000</pubDate>
		<dc:creator>Max Brockbank</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Aps]]></category>
		<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Checks]]></category>
		<category><![CDATA[Cool Text]]></category>
		<category><![CDATA[Few Minutes]]></category>
		<category><![CDATA[Firefox Add Ons]]></category>
		<category><![CDATA[Goats]]></category>
		<category><![CDATA[Goodies]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Talk]]></category>
		<category><![CDATA[Keyboard]]></category>
		<category><![CDATA[Latest Entries]]></category>
		<category><![CDATA[Name Of The Game]]></category>
		<category><![CDATA[Rivals]]></category>
		<category><![CDATA[Social Networks]]></category>
		<category><![CDATA[Tweets]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Wheat]]></category>
		<category><![CDATA[Wink Of An Eye]]></category>

		<guid isPermaLink="false">http://www.sceneonthe.net/?p=241</guid>
		<description><![CDATA[Micro blogging is big news, and Twitter is the name of the game. Here are four simple ways to play. TweetDeck Based on on Adobe&#8217;s Air platform, TweetDeck splits up your Tweets into handy customisable columns: All Updates, Replies and Direct Messages. But it goes further by providing filtering to separate the wheat from the [...]]]></description>
			<content:encoded><![CDATA[<p>Micro blogging is big news, and <a title="Go to Scene's Twitter page" href="http://twitter.com/SceneOnTheNet">Twitter</a> is the name of the game. Here are four simple ways to play.</p>
<h1>TweetDeck</h1>
<p>Based on on Adobe&#8217;s Air platform, TweetDeck splits up your Tweets into handy customisable columns: All Updates, Replies and Direct Messages. But it goes further by providing filtering to separate the wheat from the goats. There are many other goodies, but they don&#8217;t get in the way. The in-built Tweet &#8220;growth predictor&#8221; is something to keep an eye on.</p>
<p><strong>Best Feature:</strong> fine-toothed filtering</p>
<p><strong>Download From:</strong> <a title="Go to the Tweetdeck website" href="http://www.tweetdeck.com/beta/">www.tweetdeck.com/beta/</a></p>
<h1>TwitterFox</h1>
<p>This is an Add-On for Firefox which you soon won&#8217;t want to be without. It sits quietly in the status bar and checks every few minutes for updates. These can be set to pop up as they arrive, meaning that you never need to explore further, but if you&#8217;re away from your keyboard and the Tweets mount up, you can click on the icon and see all the latest entries.</p>
<p><strong>Best Feature:</strong> Multiple Twitter accounts accessed in the wink of an eye.</p>
<p><strong>Download From:</strong> <a title="Go to the TwitterFox page at Mozilla" href="https://addons.mozilla.org/en-US/firefox/addon/5081">TwitterFox@Firefox Add-ons</a></p>
<h1>TwitterBerry</h1>
<p>The essential Tweet tool for the Blackberry, allows you to keep in touch with those you follow without using the browser. And the cool text entry means you can Tweet anywhere you have network access.</p>
<p><strong>Best Feature:</strong> Access your friends&#8217; Tweets in two clicks on the 9.32 from Lewisham</p>
<p><strong>Download From: </strong><a title="Go to Twitterberry page at Orangatame" href="http://www.orangatame.com/products/twitterberry/">orangatame.com</a></p>
<h1>Digsby Tweet Icon</h1>
<p>One of the best features of multiple IM client Digsby, is the ability to connect to social networks such as Facebook, Google Talk and Twitter &#8212; which puts it streets ahead of its rivals.</p>
<p><strong>Best Feature: </strong>Like TwitterFox, it also allows you to run multiple Twitter accounts.</p>
<p><strong>Download From:</strong> <a title="Go to Digsby.com Dowload page" href="http://www.digsby.com/download.php">digsby.com</a></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d241').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d241" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.sceneonthe.net%2Ffour-cool-aps-to-twitter-with%2F&amp;submitHeadline=Four+cool+aps+to+Twitter+with&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.sceneonthe.net%2Ffour-cool-aps-to-twitter-with%2F&amp;title=Four+cool+aps+to+Twitter+with" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.sceneonthe.net%2Ffour-cool-aps-to-twitter-with%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.sceneonthe.net%2Ffour-cool-aps-to-twitter-with%2F&amp;title=Four+cool+aps+to+Twitter+with" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.sceneonthe.net%2Ffour-cool-aps-to-twitter-with%2F&amp;title=Four+cool+aps+to+Twitter+with" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.sceneonthe.net%2Ffour-cool-aps-to-twitter-with%2F&amp;title=Four+cool+aps+to+Twitter+with" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.sceneonthe.net%2Ffour-cool-aps-to-twitter-with%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.sceneonthe.net%2Ffour-cool-aps-to-twitter-with%2F&amp;t=Four+cool+aps+to+Twitter+with" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d241').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.sceneonthe.net/four-cool-aps-to-twitter-with/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Searching for a silver lining to the cloud</title>
		<link>http://www.sceneonthe.net/searching-for-a-silver-lining-to-the-cloud/</link>
		<comments>http://www.sceneonthe.net/searching-for-a-silver-lining-to-the-cloud/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 18:01:34 +0000</pubDate>
		<dc:creator>Max Brockbank</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[Axe]]></category>
		<category><![CDATA[Click Advertising]]></category>
		<category><![CDATA[Essence]]></category>
		<category><![CDATA[Good Time]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Loser]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Money]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[Pay Per Click]]></category>
		<category><![CDATA[Ppc]]></category>
		<category><![CDATA[Queues]]></category>
		<category><![CDATA[Recruiters]]></category>
		<category><![CDATA[Reputation Management]]></category>
		<category><![CDATA[Search Light]]></category>
		<category><![CDATA[Search Results]]></category>
		<category><![CDATA[Silver Cloud]]></category>
		<category><![CDATA[Silver Lining]]></category>
		<category><![CDATA[Soup Kitchens]]></category>
		<category><![CDATA[Web Users]]></category>
		<category><![CDATA[Website Managers]]></category>

		<guid isPermaLink="false">http://www.sceneonthe.net/?p=226</guid>
		<description><![CDATA[It&#8217;s not a good time, is it? Not bread queues and soup kitchens, to be sure, but it is very hard to be optimistic. Still. it is said that every cloud has a silver lining it seems and for SEO it may be that people are seeing Organic Search  in a new light. Compared to [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s not a good time, is it? Not bread queues and soup kitchens, to be sure, but it is very hard to be optimistic.</p>
<p>Still. it is said that every cloud has a silver lining it seems and for SEO it may be that people are seeing Organic Search  in a new light. Compared to other forms of online marketing, SEO is seen as a cheap, effective way of getting the message across. According to recruiters we&#8217;ve spoken to recently (and others with less of an axe to grind) demand for good SEO professionals is on the increase. Hooray for our side!</p>
<p>But the loser in this may well be Pay Per Click advertising (not that we expect Google to throw in the towel any time soon). As cheap as a well-run PPC campaign may be, some website managers look at the number of clicks which <strong>DON&#8217;T</strong> end in a sale and think of it as <em>wasted </em>money.</p>
<p>What is only partly appreciated is the link between effective SEO and PPC. In essence, web users are more likely to click on a PPC link &#8212; or indeed any brand-related link &#8212; if they associate it with good organic search results.</p>
<p>This is because SEO is as much about &#8220;Reputation Management&#8221; as it is about anything else. That includes quality backlinks &#8212; everyone wants to link to the &#8220;world&#8217;s favourite website&#8221;.</p>
<p>In other words, sites that give good attention to organic search can expect other benefits too.</p>
<p>It&#8217;s right that SEO is getting more attention, it simply makes sense. But treat it as a <strong>FOUNDATION </strong>of your whole SEM effort, not <em>all </em>of it.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d226').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d226" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.sceneonthe.net%2Fsearching-for-a-silver-lining-to-the-cloud%2F&amp;submitHeadline=Searching+for+a+silver+lining+to+the+cloud&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.sceneonthe.net%2Fsearching-for-a-silver-lining-to-the-cloud%2F&amp;title=Searching+for+a+silver+lining+to+the+cloud" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.sceneonthe.net%2Fsearching-for-a-silver-lining-to-the-cloud%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.sceneonthe.net%2Fsearching-for-a-silver-lining-to-the-cloud%2F&amp;title=Searching+for+a+silver+lining+to+the+cloud" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.sceneonthe.net%2Fsearching-for-a-silver-lining-to-the-cloud%2F&amp;title=Searching+for+a+silver+lining+to+the+cloud" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.sceneonthe.net%2Fsearching-for-a-silver-lining-to-the-cloud%2F&amp;title=Searching+for+a+silver+lining+to+the+cloud" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.sceneonthe.net%2Fsearching-for-a-silver-lining-to-the-cloud%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.sceneonthe.net%2Fsearching-for-a-silver-lining-to-the-cloud%2F&amp;t=Searching+for+a+silver+lining+to+the+cloud" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d226').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.sceneonthe.net/searching-for-a-silver-lining-to-the-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google News is good news for SEO</title>
		<link>http://www.sceneonthe.net/google-news-is-good-news-for-seo/</link>
		<comments>http://www.sceneonthe.net/google-news-is-good-news-for-seo/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 09:44:09 +0000</pubDate>
		<dc:creator>Max Brockbank</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[All Sorts]]></category>
		<category><![CDATA[Clout]]></category>
		<category><![CDATA[Cms]]></category>
		<category><![CDATA[Editors]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google News]]></category>
		<category><![CDATA[Inclusion]]></category>
		<category><![CDATA[Internet Google]]></category>
		<category><![CDATA[Most Visited Websites]]></category>
		<category><![CDATA[News Content]]></category>
		<category><![CDATA[News Sites]]></category>
		<category><![CDATA[Newshounds]]></category>
		<category><![CDATA[Platforms]]></category>
		<category><![CDATA[Professional Claims]]></category>
		<category><![CDATA[Search Engine Results]]></category>
		<category><![CDATA[Search Traffic]]></category>
		<category><![CDATA[Three Quarters]]></category>
		<category><![CDATA[Trawl]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.sceneonthe.net/?p=200</guid>
		<description><![CDATA[When people think of SEO, the name that inevitably comes to mind is Google. Around three-quarters of the world&#8217;s search traffic comes through Google and many people have it as their home page. Getting your site high on Google&#8217;s index is important, and every SEO professional claims they are best at improving your Search Engine [...]]]></description>
			<content:encoded><![CDATA[<p>When people think of SEO, the name that inevitably comes to mind is Google.</p>
<p>Around three-quarters of the world&#8217;s search traffic comes through Google and many people have it as their home page. Getting your site high on Google&#8217;s index is important, and every SEO professional claims they are <a title="FAQ - What is Search Engine Optimization?" href="http://www.sceneonthe.net/frequently-asked-questions/#optimise">best at improving your Search Engine Results Pages (SERPs) score</a>.</p>
<p>But there is an alternative &#8220;search engine&#8221; with just as much clout as Google and which is probably more widely seen.</p>
<p><a title="Google News UK" href="http://news.google.co.uk">Google News</a> is a regularly updated index of top stories from news sites across the Internet. Google News is still Google, but getting your site indexed by it is a much trickier prospect than ordinary search. Nevertheless, if you&#8217;re producing &#8220;news&#8221;-type items on a regular basis, it&#8217;s worth a try.</p>
<p>Succeed and you&#8217;ll find yourself listed on XML feeds used by some of the planet&#8217;s most-visited websites via plugins for popular CMS platforms such as <a title="Olav Kolbu's Google News plugin for WordPress" href="http://wordpress.org/extend/plugins/google-news/">Google News for WordPress,</a> or Google&#8217;s own targeted feed APIs.</p>
<p>So how do you get in? Google&#8217;s official rules for inclusion are &#8230;</p>
<ul>
<li><strong>Sites </strong>that have news content that is <em>original </em>to the site</li>
<li><strong>Sites </strong>which do not solely promote their <em>own </em>activities</li>
<li><strong>Sites </strong>which are written and maintained by a clear <em>organization</em>, one that has multiple writers and editors</li>
</ul>
<p>Most candidates fail on that last requirement since many news blogs are one-man (or woman) bands. But if you can turn your blog into a &#8220;community of newshounds&#8221; there is hope.</p>
<p>Having said all this, a quick trawl through Google News throws up all sorts of sites which seemingly flout these rules.</p>
<p>Once again, the mystery of Google is preserved.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d200').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d200" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.sceneonthe.net%2Fgoogle-news-is-good-news-for-seo%2F&amp;submitHeadline=Google+News+is+good+news+for+SEO&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.sceneonthe.net%2Fgoogle-news-is-good-news-for-seo%2F&amp;title=Google+News+is+good+news+for+SEO" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.sceneonthe.net%2Fgoogle-news-is-good-news-for-seo%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.sceneonthe.net%2Fgoogle-news-is-good-news-for-seo%2F&amp;title=Google+News+is+good+news+for+SEO" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.sceneonthe.net%2Fgoogle-news-is-good-news-for-seo%2F&amp;title=Google+News+is+good+news+for+SEO" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.sceneonthe.net%2Fgoogle-news-is-good-news-for-seo%2F&amp;title=Google+News+is+good+news+for+SEO" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.sceneonthe.net%2Fgoogle-news-is-good-news-for-seo%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.sceneonthe.net%2Fgoogle-news-is-good-news-for-seo%2F&amp;t=Google+News+is+good+news+for+SEO" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d200').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.sceneonthe.net/google-news-is-good-news-for-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How we let a customer lead the way</title>
		<link>http://www.sceneonthe.net/how-we-let-a-customer-lead-the-way/</link>
		<comments>http://www.sceneonthe.net/how-we-let-a-customer-lead-the-way/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 23:14:53 +0000</pubDate>
		<dc:creator>Max Brockbank</dc:creator>
				<category><![CDATA[Clients]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Advertisers]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Casino News]]></category>
		<category><![CDATA[Imagination]]></category>
		<category><![CDATA[Impressive Pr]]></category>
		<category><![CDATA[Intervals]]></category>
		<category><![CDATA[Lead]]></category>
		<category><![CDATA[Masterminds]]></category>
		<category><![CDATA[News Items]]></category>
		<category><![CDATA[News Source]]></category>
		<category><![CDATA[Nice Price]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Pitch]]></category>
		<category><![CDATA[Popularity]]></category>
		<category><![CDATA[Sad Fact]]></category>
		<category><![CDATA[Search Engine Rankings]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[Search Rankings]]></category>
		<category><![CDATA[Spidering]]></category>
		<category><![CDATA[Three Months]]></category>
		<category><![CDATA[Web Search]]></category>

		<guid isPermaLink="false">http://www.sceneonthe.net/?p=191</guid>
		<description><![CDATA[It&#8217;s early days for the new Scene on the Net. The sad fact is that we&#8217;re not getting the level of spidering by the search engines we&#8217;d like. The major reason for this is that the old Scene wasn&#8217;t really updated very much: we said what we needed to say and got on with making [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s early days for the new <em>Scene on the Net</em>. The sad fact is that we&#8217;re not getting the level of spidering by the search engines we&#8217;d like.</p>
<p>The major reason for this is that the old <em>Scene </em>wasn&#8217;t really updated very much: we said what we needed to say and got on with making great web sites. As a result, the search engines had no need  to check us over all that often because they believed that we obviously had nothing new to say.</p>
<p>These days, <em>Scene </em>is much more a platform for information, discussion and community (and the odd pitch to build you a website at a jolly nice price). That means we have included more ways to update the site, including blogging and <a title="Out Twitter page - sign up!" href="http://twitter.com/SceneOnTheNet">microblogging</a>.</p>
<p>We&#8217;ve been shown the way by the masterminds behind <em><a title="Casino Update's home page" href="http://www.casinoupdate.co.uk/">CasinoUpdate.co.uk</a>, </em>a site we developed for an independent casino news organisation<em>.</em> The good people of <em>CUUK</em> set out to make <em>their </em>web site interesting <em>and </em>regular, so from the very beginning they posted news items at least <strong>TWICE </strong>a day.</p>
<p>After just three months, <em>CUUK</em> found their pages were being indexed every 20 minutes or so, with stories appearing at similar intervals. That has contributed to <em>CUUK</em> becoming a trusted news source with a regular following inside and outside of the gambling industry, not to mention good search engine rankings, impressive PR and a popularity among advertisers.</p>
<p>To be honest, I&#8217;m not sure we partners at <em>Sceneonthe.net</em> have the time &#8212; or the imagination &#8212; to post something original and interesting every <strong>WEEK</strong>, let alone twice a day. We&#8217;ll see.</p>
<p>But we do hope that we can be interesting <em>some </em>times. We&#8217;ll try, as often as we can.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d191').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d191" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.sceneonthe.net%2Fhow-we-let-a-customer-lead-the-way%2F&amp;submitHeadline=How+we+let+a+customer+lead+the+way&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.sceneonthe.net%2Fhow-we-let-a-customer-lead-the-way%2F&amp;title=How+we+let+a+customer+lead+the+way" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.sceneonthe.net%2Fhow-we-let-a-customer-lead-the-way%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.sceneonthe.net%2Fhow-we-let-a-customer-lead-the-way%2F&amp;title=How+we+let+a+customer+lead+the+way" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.sceneonthe.net%2Fhow-we-let-a-customer-lead-the-way%2F&amp;title=How+we+let+a+customer+lead+the+way" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.sceneonthe.net%2Fhow-we-let-a-customer-lead-the-way%2F&amp;title=How+we+let+a+customer+lead+the+way" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.sceneonthe.net%2Fhow-we-let-a-customer-lead-the-way%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.sceneonthe.net%2Fhow-we-let-a-customer-lead-the-way%2F&amp;t=How+we+let+a+customer+lead+the+way" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d191').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.sceneonthe.net/how-we-let-a-customer-lead-the-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Say what you like &#8212; in 12 seconds</title>
		<link>http://www.sceneonthe.net/say-what-you-like-in-12-seconds/</link>
		<comments>http://www.sceneonthe.net/say-what-you-like-in-12-seconds/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 13:33:10 +0000</pubDate>
		<dc:creator>Max Brockbank</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ambush]]></category>
		<category><![CDATA[Bats]]></category>
		<category><![CDATA[Buzzword]]></category>
		<category><![CDATA[Caves]]></category>
		<category><![CDATA[Character Limit]]></category>
		<category><![CDATA[Close Quarters]]></category>
		<category><![CDATA[Colour Vision]]></category>
		<category><![CDATA[Conciseness]]></category>
		<category><![CDATA[Everyday Life]]></category>
		<category><![CDATA[Horror Movies]]></category>
		<category><![CDATA[Hunt Mice]]></category>
		<category><![CDATA[Metacafe]]></category>
		<category><![CDATA[Primate Ancestors]]></category>
		<category><![CDATA[Sabre Tooth Tiger]]></category>
		<category><![CDATA[Savannah]]></category>
		<category><![CDATA[Thousand Miles]]></category>
		<category><![CDATA[Tiger Vision]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Video Bloggers]]></category>
		<category><![CDATA[Video Jug]]></category>

		<guid isPermaLink="false">http://www.sceneonthe.net/?p=164</guid>
		<description><![CDATA[Consider this. If humans were descended from cats, horror movies would not be dark and foreboding &#8212; the scary thing would be smells, not shadows and unlit streets. It&#8217;s almost certain that smellivision would have been invented before television. However, our primate ancestors lived in savannah and forest, where smells can be confusing and it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Consider this. If humans were descended from <em>cats</em>, horror movies would not be dark and foreboding &#8212; the scary thing would be smells, not shadows and unlit streets. It&#8217;s almost certain that smellivision would have been invented <em>before </em>television.</p>
<p>However, our primate ancestors lived in savannah and forest, where smells can be confusing and it&#8217;s more important to be able to interpret patterns from vague shapes at close quarters than to see for a thousand miles (like a bird), or navigate round caves in the dark (like bats), or hunt mice at night (like cats).</p>
<p>We have good colour vision at at distance roughly comparable to the ambush distance of a sabre-tooth tiger.</p>
<p>Vision is such an important concept in everyday life and on the web as the popularity of YouTube. MetaCafe and Video Jug just go to show.</p>
<p>Today&#8217;s buzzword is &#8220;microblogging&#8221; &#8212; and especially <a title="Go to Twitter.com" href="http://www.twitter.com">Twitter</a> (we even have <a title="Scene's Twitter page" href="http://twitter.com/SceneOnTheNet">Twitter at Scene)</a>. How do you combine vision and microblogging? The answer is <a title="Go to 12 Seconds" href="http://12seconds.tv">12 Seconds,</a> the video bloggers answer to Twitter.</p>
<p>12 Seconds&#8217; version of Twitter&#8217;s 140-character limit is exactly what it says on the tin &#8212; just 12 seconds of video, recorded via your webcam or mobile phone. The only issue seems to be that <a title="A topsy tury view of yours truly" href="http://12seconds.tv/channel/maxormark/48704">some users find the image from their webcam is upside down</a>. 12 Seconds say they&#8217;re investigating.</p>
<p>And the other issue is conciseness &#8212; keeping it short. Like 140 characters, keeping to 12 seconds can be an envigorating experience. You need to learn how to say what you want to say in the time available and there just never seems to be enough spa</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d164').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d164" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.sceneonthe.net%2Fsay-what-you-like-in-12-seconds%2F&amp;submitHeadline=Say+what+you+like+%26%238212%3B+in+12+seconds&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.sceneonthe.net%2Fsay-what-you-like-in-12-seconds%2F&amp;title=Say+what+you+like+%26%238212%3B+in+12+seconds" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.sceneonthe.net%2Fsay-what-you-like-in-12-seconds%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.sceneonthe.net%2Fsay-what-you-like-in-12-seconds%2F&amp;title=Say+what+you+like+%26%238212%3B+in+12+seconds" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.sceneonthe.net%2Fsay-what-you-like-in-12-seconds%2F&amp;title=Say+what+you+like+%26%238212%3B+in+12+seconds" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.sceneonthe.net%2Fsay-what-you-like-in-12-seconds%2F&amp;title=Say+what+you+like+%26%238212%3B+in+12+seconds" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.sceneonthe.net%2Fsay-what-you-like-in-12-seconds%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.sceneonthe.net%2Fsay-what-you-like-in-12-seconds%2F&amp;t=Say+what+you+like+%26%238212%3B+in+12+seconds" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d164').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.sceneonthe.net/say-what-you-like-in-12-seconds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Almost ready</title>
		<link>http://www.sceneonthe.net/almost-ready/</link>
		<comments>http://www.sceneonthe.net/almost-ready/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 00:07:53 +0000</pubDate>
		<dc:creator>Max Brockbank</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://alchemy.sceneonthe.net/?p=132</guid>
		<description><![CDATA[The new Sceneonthe.net is almost ready to go. It&#8217;s midnight UK time, which is NEVER a good time to launch anything, so we&#8217;ll be delaying the launch by at LEAST 12 hours. After all, no-one is really waiting for this to happen. Good rules to remember for any website launch [take note potential Scene on [...]]]></description>
			<content:encoded><![CDATA[<p>The new Sceneonthe.net is almost ready to go.</p>
<p>It&#8217;s midnight UK time, which is <strong>NEVER </strong>a good time to launch anything, so we&#8217;ll be delaying the launch by at <strong>LEAST </strong>12 hours. After all, no-one is really waiting for this to happen.</p>
<p>Good rules to remember for any website launch [take note potential Scene on the Net customers]  &#8230;</p>
<ul>
<li>Things will <strong>ALWAYS </strong>go wrong</li>
<li><strong>NEVER </strong>launch without time to firefight</li>
<li>Any process takes <strong>TWICE </strong>as long as your worst estimate</li>
<li>The end user&#8217;s expectation is less than your <strong>LOWEST </strong>level of satisfaction</li>
</ul>
<p>We&#8217;ll get there, sooner than we think.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d132').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d132" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.sceneonthe.net%2Falmost-ready%2F&amp;submitHeadline=Almost+ready&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.sceneonthe.net%2Falmost-ready%2F&amp;title=Almost+ready" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.sceneonthe.net%2Falmost-ready%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.sceneonthe.net%2Falmost-ready%2F&amp;title=Almost+ready" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.sceneonthe.net%2Falmost-ready%2F&amp;title=Almost+ready" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.sceneonthe.net%2Falmost-ready%2F&amp;title=Almost+ready" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.sceneonthe.net%2Falmost-ready%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.sceneonthe.net%2Falmost-ready%2F&amp;t=Almost+ready" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d132').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.sceneonthe.net/almost-ready/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scene, not herd</title>
		<link>http://www.sceneonthe.net/scene-not-herd/</link>
		<comments>http://www.sceneonthe.net/scene-not-herd/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 10:57:38 +0000</pubDate>
		<dc:creator>Max Brockbank</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://alchemy.sceneonthe.net/?p=103</guid>
		<description><![CDATA[Work is progressing on the new Scene website with a more up-to-date design and some community features inclusing a blog and even a Twitter account. We&#8217;ve been running blogs for many clients for many years, but it&#8217;s only recently that we thought it would be good to have one for ourselves.Time to join the herd? [...]]]></description>
			<content:encoded><![CDATA[<p>Work is progressing on the new Scene website with a more up-to-date design and some community features inclusing a blog and <a title="Our twitter account" href="http://twitter.com/SceneOnTheNet">even a Twitter account</a>.</p>
<p>We&#8217;ve been running blogs for many clients for many years, but it&#8217;s only recently that we thought it would be good to have one for ourselves.Time to join the herd?</p>
<p>And <a title="The Twitter Homepage" href="http://www.twitter.com">Twitter </a>has become something of a phenomenon lately, although I can claim truthfully to have <a title="Max's Twitter Account" href="http://twitter.com/maxormark">had an account since March 2007</a>. Blogging is a powerful tool for getting information up on the Internet speedily and with a minimum of fuss, but the 140-character limit of Twitter can be a liberating experience.It&#8217;s harder than it looks to do well.</p>
<p>Scene&#8217;s techie partner Andrew tells me that Oscar Wilde once wrote: &#8220;I was going to write you a short note, but I didn&#8217;t have the time!&#8221;</p>
<p>Anyway, expect to see the new Scene site out of beta and live to the world in the next few days.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d103').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d103" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.sceneonthe.net%2Fscene-not-herd%2F&amp;submitHeadline=Scene%2C+not+herd&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.sceneonthe.net%2Fscene-not-herd%2F&amp;title=Scene%2C+not+herd" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.sceneonthe.net%2Fscene-not-herd%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.sceneonthe.net%2Fscene-not-herd%2F&amp;title=Scene%2C+not+herd" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.sceneonthe.net%2Fscene-not-herd%2F&amp;title=Scene%2C+not+herd" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.sceneonthe.net%2Fscene-not-herd%2F&amp;title=Scene%2C+not+herd" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.sceneonthe.net%2Fscene-not-herd%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.sceneonthe.net%2Fscene-not-herd%2F&amp;t=Scene%2C+not+herd" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.sceneonthe.net/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d103').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.sceneonthe.net/scene-not-herd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
