<?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; Blackberry</title>
	<atom:link href="http://www.sceneonthe.net/tag/blackberry/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>
	</channel>
</rss>
