<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>StayGoLinks</title>
	
	<link>http://www.staygolinks.com</link>
	<description>The Mobile Web From A Desktop Perspective</description>
	<lastBuildDate>Sun, 05 Jul 2009 00:19:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/Staygolinks" type="application/rss+xml" /><feedburner:emailServiceId>Staygolinks</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Are You Mobile Web Ready?</title>
		<link>http://feedproxy.google.com/~r/Staygolinks/~3/nsUBJJmQam8/are-you-mobile-web-ready.htm</link>
		<comments>http://www.staygolinks.com/are-you-mobile-web-ready.htm#comments</comments>
		<pubDate>Fri, 03 Jul 2009 23:51:31 +0000</pubDate>
		<dc:creator>Barry Welford</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mobile Device]]></category>
		<category><![CDATA[mobile Web]]></category>
		<category><![CDATA[Opera Mini]]></category>

		<guid isPermaLink="false">http://www.staygolinks.com/?p=643</guid>
		<description><![CDATA[In some parts of the world, more of your customers would be trying to find you on a mobile device than via a regular computer.&#160; That mobile device might be an iPhone or a Blackberry or even a cell phone.&#160; 
If you rely on local customers visiting your establishment, then the odds go up dramatically [...]<p>Post from: <a href="http://www.staygolinks.com">StayGoLinks</a></p>
<p><a href="http://www.staygolinks.com/are-you-mobile-web-ready.htm">Are You Mobile Web Ready?</a></p>
]]></description>
			<content:encoded><![CDATA[<p>In some parts of the world, more of your customers would be trying to find you on a mobile device than via a regular computer.&nbsp; That mobile device might be an iPhone or a Blackberry or even a cell phone.&nbsp; </p>
<p>If you rely on local customers visiting your establishment, then the odds go up dramatically that some customers will be trying to find you while they are on the go.&nbsp; If you hope that your existing traditional website will be visible and give a pleasing introduction to your company then you may be in for a big disappointment.&nbsp; </p>
<p>Some mobile device browsers such as the <a href="http://www.operamini.com">Opera Mini browser</a> do a remarkable job in doing the best they can to make a traditional website mobile friendly.&nbsp; However only a very small fraction of mobile users are using this browser.&nbsp; Even if they do, a website that has been designed to give a good user experience at a typical screen width of 1064 pixels presents challenges at even 300 pixels.&nbsp; It implies an unacceptable amount of downward scrolling. </p>
<p>Another factor that brings the mobile web closer is the increasing popularity of Twitter.&nbsp; People are used to working with very small snippets of information.&nbsp; <a href="http://www.techsociotech.com/2009/07/one-web-is-here.html">One Web Is Here</a> is how <strong>F J van Wingerde</strong> sees it. </p>
<p>This is not new.&nbsp; Even back in 2007, <strong>Johann Burkard</strong> was encouraging all to <a href="http://johannburkard.de/blog/www/mobile/get-your-website-ready-for-the-mobile-web-in-10-steps.html">Get your website ready for the Mobile Web in 10 steps</a>.&nbsp; His steps were: </p>
<ol>
<li>Keep page sizes down </li>
<li>Add shortcuts </li>
<li>Use few images </li>
<li>Use less text </li>
<li>Avoid horizontal scrolling </li>
<li>Provide a handheld style sheet </li>
<li>Be careful with JavaScript </li>
<li>Get emulators </li>
<li>Get mobile devices </li>
<li>Keep mobile browser statistics </li>
</ol>
<p><a title="Local Business Online Smart Tips" href="http://www.lbost.com/"><img style="border: 0px none ; margin: -45px 0px 0px 30px; display: inline;" title="lbost (Local Business Online Smart Tips)" alt="lbost (Local Business Online Smart Tips)" src="http://www.staygolinks.com/wp-content/uploads/2009/07/lbost.jpg" width="244" align="right" border="0" height="359"></a> </p>
<p>There some good suggestions there but this oversimplifies the problem.&nbsp; What is required is a website designed specifically for mobile devices.&nbsp; It must be very much simpler and ideally should require minimal scrolling.&nbsp; SMM has such a mobile website at <a href="http://www.lbost.com">www.lbost.com</a>.&nbsp; It offers Local Business Online Smart Tips (LBOST).&nbsp; </p>
<p>It uses a CSS stylesheet appropriate for mobile devices with one small addition that only operates on traditional computer screens.&nbsp; In this case a maximum width of 300 pixels applies.&nbsp; This means that even on a traditional screen, you see the website as you would on a mobile device. </p>
<p>This is achieved by the following lines in the CSS stylesheet together with putting the whole web page within a div with the id container: </p>
<div style="border: 1px dotted rgb(51, 51, 51); margin: 10px; background-color: rgb(255, 255, 241); font-size: 1.2em;">
<pre>@media screen	{	#container	{
		width:320px;
		margin: 0 auto;
			}	}</pre>
</div>
<p>It is useful to see the mobile content in a more limited width like this.  It is a constant reminder of the challenges that are faced in trying to keep it simple for a mobile device.</p>
<p>Communicating well with that growing audience of local customers who are on the go is not just a question of having a good mobile device display.  As in the traditional Web, a big determinant of the number of visitors is visibility in the search engines.  Google et al. are having some difficulties in doing local search effectively.  Important showcases here are the <a href="http://www.google.com/local/add/">Google Local Business Center and </a><a href="http://maps.google.com">Google Maps</a>.&nbsp;   </p>
<p>LBOST provides a window on this rapidly evolving scene.&nbsp; To be on the leading edge, subscribe to the <a href="http://feeds2.feedburner.com/LocalBusinessOnline-SmartTips">RSS news feed</a> and get the news as it happens.&nbsp; </p>
<p>If you accept that keeping up with the competition requires that you have a mobile Web presence then why not <a href="http://www.strategicmarketingmontreal.ca/message.htm">contact us</a> now.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.marketingpilgrim.com/2009/06/how-to-kick-ass-with-a-mobile-website.html"> How to Kick Ass with a Mobile Website </a> (marketingpilgrim.com)</li>
</ul>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/484d806b-fb19-456f-9bfd-12ce1bdb6f49/" title="Reblog this post [with Zemanta]"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=484d806b-fb19-456f-9bfd-12ce1bdb6f49" alt="Reblog this post [with Zemanta]"></a><span class="zem-script more-related pretty-attribution"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>
<div id="st200810011297" class="st-taf"><script src="http://cdn.socialtwist.com/200810011297/script.js"></script><img style="border:0;margin:0;padding:0;" src="http://images.socialtwist.com/200810011297/button.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '200810011297',  'http%3A%2F%2Fwww.staygolinks.com%2Fare-you-mobile-web-ready.htm', 'Are+You+Mobile+Web+Ready%3F')" onclick="cw(this, {id:'200810011297',link: 'http%3A%2F%2Fwww.staygolinks.com%2Fare-you-mobile-web-ready.htm', title: '+Are+You+Mobile+Web+Ready%3F+' })"/></div><hr/>Copyright &copy; 2009 <strong><a href="http://www.staygolinks.com">StayGoLinks</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@www.staygolinks.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span><p>Post from: <a href="http://www.staygolinks.com">StayGoLinks</a></p>
<p><a href="http://www.staygolinks.com/are-you-mobile-web-ready.htm">Are You Mobile Web Ready?</a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/l9zFYVHF4JqU3qiNOM2rLMB9BuM/0/da"><img src="http://feedads.g.doubleclick.net/~a/l9zFYVHF4JqU3qiNOM2rLMB9BuM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/l9zFYVHF4JqU3qiNOM2rLMB9BuM/1/da"><img src="http://feedads.g.doubleclick.net/~a/l9zFYVHF4JqU3qiNOM2rLMB9BuM/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.staygolinks.com/are-you-mobile-web-ready.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.staygolinks.com/are-you-mobile-web-ready.htm</feedburner:origLink></item>
		<item>
		<title>SEO Clients Deserve NoFollow Discounts</title>
		<link>http://feedproxy.google.com/~r/Staygolinks/~3/Lqp0l5eu-x8/seo-clients-deserve-nofollow-discounts.htm</link>
		<comments>http://www.staygolinks.com/seo-clients-deserve-nofollow-discounts.htm#comments</comments>
		<pubDate>Wed, 24 Jun 2009 16:14:15 +0000</pubDate>
		<dc:creator>Barry Welford</dc:creator>
				<category><![CDATA[Search]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[nofollow]]></category>
		<category><![CDATA[PageRank]]></category>
		<category><![CDATA[sculpting]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.staygolinks.com/?p=632</guid>
		<description><![CDATA[SEO clients may well be aware of the furor that has been going on in the SEO world. Danny Sullivan described why SEO experts were so incensed in signaling that Google Loses “Backwards Compatibility” On Paid Link Blocking &#38; PageRank Sculpting.&#160; It is all concerned with the NoFollow tag that can be applied as part [...]<p>Post from: <a href="http://www.staygolinks.com">StayGoLinks</a></p>
<p><a href="http://www.staygolinks.com/seo-clients-deserve-nofollow-discounts.htm">SEO Clients Deserve NoFollow Discounts</a></p>
]]></description>
			<content:encoded><![CDATA[<p>SEO clients may well be aware of the furor that has been going on in the SEO world. Danny Sullivan described why SEO experts were so incensed in signaling that <a href="http://searchengineland.com/google-loses-backwards-compatibility-on-paid-link-blocking-pagerank-sculpting-20408">Google Loses “Backwards Compatibility” On Paid Link Blocking &amp; PageRank Sculpting</a>.&nbsp; It is all concerned with the NoFollow tag that can be applied as part of the code for hyperlinks from web pages.</p>
<p>If you want to understand the implications of the changes then an article, <a href="http://www.bpwrap.com/2009/06/pagerank-calculation-null-hypothesis/">PageRank Calculation – Null Hypothesis</a>, will provide a lead-in to the ongoing discussion.</p>
<p>What does all this mean for SEO clients who have paid their consultants fees for Search Engine Optimization.&nbsp; The aimClear Search Marketing Blog has a good account of what they are telling their clients in a post, <a href="http://www.aimclearblog.com/2009/06/23/nofollow-noworries-an-seo-linking-update/">NoFollow noWorries: An SEO Linking Update</a>.</p>
<blockquote><p>Though this 180 degree about-face in what Google had been preaching (literally) to webmasters was poorly handled from a public relations perspective, presumably it was made because the tag was overused, abused and had the potential to skew Google’s rankings. No worries. We actually think the change will bring some positive changes to the SEO process, though as always there are tradeoffs.</p>
</blockquote>
<p>Of course this has all been going on in a time of recession where companies are trying to make sure they get the maximum bang for whatever bucks they still have in their budgets.&nbsp; Companies paying SEO consultants who have implemented PageRank Sculpting programs are now told that such programs were ineffective.&nbsp; This only came to light when Google decided to spill the beans since it looked as though SEO experts had not spotted that the Google advice was no longer effective.</p>
<p>It is all rather messy but the bottom line is that clients have spent money that produced zero returns.&nbsp; What recourse do they have?&nbsp; Who should they be talking to?</p>
<p>Unfortunately the biggest culprit, Google, will provide the defense that they are providing a free search service.&nbsp; Too much information given away would mean that webmasters could perhaps manipulate the search results so that less relevant web pages nevertheless&nbsp; would appear high in the keyword query listing of results.&nbsp; If any information is given out, then webmasters should do their own checking to be sure that the information works for them.&nbsp; This is somewhat facile reasoning since it is very difficult to do Split A/B testing on anything other than simple changes to web pages.</p>
<p>If Google is off the hook, this leaves only the SEO consultants to listen to the SEO clients.&nbsp; Here again the discussion is difficult.&nbsp; Reputable SEO consultants use their best skills and knowledge to provide maximum search engine visibility to their client&#8217;s web pages but without any guarantees on performance.&nbsp; In this case, they were following information put out by Google and which was never withdrawn or modified until very recently. They put in the effort.&nbsp; Google rendered their efforts for naught.&nbsp; It would appear that the SEO consultants are off the hook too.</p>
<p>If companies were doing their own SEO, then they would have paid the salaries and again would have seen no results from the PageRank sculpting.&nbsp; Using SEO consultants or doing SEO in-house would have had comparable effects. Perhaps this is just grin-and-bear-it time.&nbsp; Search engine marketing is on average very powerful, but its mechanisms are sometimes difficult to discern. The NoFollow confusion has just added to those ongoing difficulties.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.mt-soft.com.ar/2009/06/23/seo-best-practices-seomozs-new-policies-based-on-updated-correlation-data/"> SEO Best Practices: SEOmoz&#8217;s New Policies Based on Updated Correlation Data </a> (mt-soft.com.ar)</li>
<li class="zemanta-article-ul-li"><a href="http://www.marketingpilgrim.com/2009/06/link-building-qa-with-ben-wills-ceo-and-co-founder-of-ontolo.html"> Link Building Q&amp;A with Ben Wills, CEO and Co-Founder of Ontolo </a> (marketingpilgrim.com)</li>
</ul>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/a343fe31-4390-420f-928c-1307a4e31f52/" title="Reblog this post [with Zemanta]"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=a343fe31-4390-420f-928c-1307a4e31f52" alt="Reblog this post [with Zemanta]"></a><span class="zem-script more-related pretty-attribution"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>
<div id="st200810011297" class="st-taf"><script src="http://cdn.socialtwist.com/200810011297/script.js"></script><img style="border:0;margin:0;padding:0;" src="http://images.socialtwist.com/200810011297/button.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '200810011297',  'http%3A%2F%2Fwww.staygolinks.com%2Fseo-clients-deserve-nofollow-discounts.htm', 'SEO+Clients+Deserve+NoFollow+Discounts')" onclick="cw(this, {id:'200810011297',link: 'http%3A%2F%2Fwww.staygolinks.com%2Fseo-clients-deserve-nofollow-discounts.htm', title: '+SEO+Clients+Deserve+NoFollow+Discounts+' })"/></div><hr/>Copyright &copy; 2009 <strong><a href="http://www.staygolinks.com">StayGoLinks</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@www.staygolinks.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span><p>Post from: <a href="http://www.staygolinks.com">StayGoLinks</a></p>
<p><a href="http://www.staygolinks.com/seo-clients-deserve-nofollow-discounts.htm">SEO Clients Deserve NoFollow Discounts</a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/QqfQ6WR0AA8_Edc3vjh-QNN0NZ4/0/da"><img src="http://feedads.g.doubleclick.net/~a/QqfQ6WR0AA8_Edc3vjh-QNN0NZ4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/QqfQ6WR0AA8_Edc3vjh-QNN0NZ4/1/da"><img src="http://feedads.g.doubleclick.net/~a/QqfQ6WR0AA8_Edc3vjh-QNN0NZ4/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.staygolinks.com/seo-clients-deserve-nofollow-discounts.htm/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		<feedburner:origLink>http://www.staygolinks.com/seo-clients-deserve-nofollow-discounts.htm</feedburner:origLink></item>
		<item>
		<title>Canada Text message rates have huge markup</title>
		<link>http://feedproxy.google.com/~r/Staygolinks/~3/xxjwYvFbZdg/canada-text-message-rates-have-huge-markup.htm</link>
		<comments>http://www.staygolinks.com/canada-text-message-rates-have-huge-markup.htm#comments</comments>
		<pubDate>Wed, 17 Jun 2009 22:59:32 +0000</pubDate>
		<dc:creator>Barry Welford</dc:creator>
				<category><![CDATA[Cell phones]]></category>

		<guid isPermaLink="false">http://www.staygolinks.com/?p=624</guid>
		<description><![CDATA[



Image via Wikipedia



Canadian text message rates have a huge mark-up according to Srinivasan Keshav, Canada Research Chair in tetherless computing at the University of Waterloo.
In testifying before U.S. senators, he estimated the consumer mark-up on some text messages to be 4,900 per cent.  The maximum cost of a text message is &#8220;very unlikely&#8221; to [...]<p>Post from: <a href="http://www.staygolinks.com">StayGoLinks</a></p>
<p><a href="http://www.staygolinks.com/canada-text-message-rates-have-huge-markup.htm">Canada Text message rates have huge markup</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl style="width: 310px;" class="wp-caption alignright">
<dt class="wp-caption-dt"><a href="http://commons.wikipedia.org/wiki/Image:Texting.jpg"><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/8/86/Texting.jpg/300px-Texting.jpg" alt="Texting on a keyboard phone" title="Texting on a keyboard phone" height="200" width="300"></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://commons.wikipedia.org/wiki/Image:Texting.jpg">Wikipedia</a></dd>
</dl>
</div>
</div>
<p><a href="http://www.vancouversun.com/Technology/Text+message+rates+have+huge+mark+scientist+says/1704051/story.html">Canadian text message rates have a huge mark-up</a> according to <strong>Srinivasan Keshav</strong>, Canada Research Chair in tetherless computing at the University of Waterloo.</p>
<p>In testifying before U.S. senators, he estimated the consumer mark-up on some text messages to be 4,900 per cent.  The maximum cost of a text message is &#8220;very unlikely&#8221; to exceed 0.3 cents.  Nevertheless the oligopoly of the large cellphone companies charge pay-per-use texters 15 cents to send a text message and, beginning next month, Rogers will join Bell and Telus with an additional charge of 15 cents to receive a text message. In the United States, carriers recently increased their per-message rate to 20 cents for those without a text plan.</p>
<p>It is unfortunate that the cellphone oligopoly pushes the pricing as high as the market will stand. This is stifling demand and in consequence Canada lags others in the development of the Mobile Web. Thess companies would be very much better off financially with more reasonable pricing multiplied by vastly increased usages.</p>
<p>The new Rogers CEO seems to understand this, but will his view prevail when for so long the dog-in-the-manger price gouging has been the rule.</p>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/a4c6e07b-2052-4076-b681-e70bc86df1b0/" title="Reblog this post [with Zemanta]"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=a4c6e07b-2052-4076-b681-e70bc86df1b0" alt="Reblog this post [with Zemanta]"></a><span class="zem-script more-related pretty-attribution"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>
<div id="st200810011297" class="st-taf"><script src="http://cdn.socialtwist.com/200810011297/script.js"></script><img style="border:0;margin:0;padding:0;" src="http://images.socialtwist.com/200810011297/button.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '200810011297',  'http%3A%2F%2Fwww.staygolinks.com%2Fcanada-text-message-rates-have-huge-markup.htm', 'Canada+Text+message+rates+have+huge+markup')" onclick="cw(this, {id:'200810011297',link: 'http%3A%2F%2Fwww.staygolinks.com%2Fcanada-text-message-rates-have-huge-markup.htm', title: '+Canada+Text+message+rates+have+huge+markup+' })"/></div><hr/>Copyright &copy; 2009 <strong><a href="http://www.staygolinks.com">StayGoLinks</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@www.staygolinks.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span><p>Post from: <a href="http://www.staygolinks.com">StayGoLinks</a></p>
<p><a href="http://www.staygolinks.com/canada-text-message-rates-have-huge-markup.htm">Canada Text message rates have huge markup</a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/hAsMtSHqZ-PNkko7rgZ5kg1SuKQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/hAsMtSHqZ-PNkko7rgZ5kg1SuKQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/hAsMtSHqZ-PNkko7rgZ5kg1SuKQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/hAsMtSHqZ-PNkko7rgZ5kg1SuKQ/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.staygolinks.com/canada-text-message-rates-have-huge-markup.htm/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://www.staygolinks.com/canada-text-message-rates-have-huge-markup.htm</feedburner:origLink></item>
		<item>
		<title>The Smartphone World</title>
		<link>http://feedproxy.google.com/~r/Staygolinks/~3/7BLEueU_bmY/the-smartphone-world.htm</link>
		<comments>http://www.staygolinks.com/the-smartphone-world.htm#comments</comments>
		<pubDate>Tue, 16 Jun 2009 17:15:42 +0000</pubDate>
		<dc:creator>Barry Welford</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Research In Motion]]></category>
		<category><![CDATA[Rogers Communications]]></category>
		<category><![CDATA[Smartphone]]></category>

		<guid isPermaLink="false">http://www.staygolinks.com/?p=617</guid>
		<description><![CDATA[



Image via CrunchBase



Tailor the Internet toward smartphones is the word from Rogers Communications Inc. It plans to recast the definition of the Internet and how it is used as more Canadians transition toward smart-phones.
Rogers chief executive Nadir Mohamed in the keynote address at the Canadian Telecom Summit in Toronto said:
The notion of Internet at home [...]<p>Post from: <a href="http://www.staygolinks.com">StayGoLinks</a></p>
<p><a href="http://www.staygolinks.com/the-smartphone-world.htm">The Smartphone World</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl style="width: 260px;" class="wp-caption alignright">
<dt class="wp-caption-dt"><a href="http://www.crunchbase.com/product/iphone"><img src="http://www.crunchbase.com/assets/images/resized/0001/9797/19797v1-max-250x250.jpg" alt="Image representing iPhone as depicted in Crunc..." title="Image representing iPhone as depicted in Crunc..." width="250" height="195"></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://www.crunchbase.com">CrunchBase</a></dd>
</dl>
</div>
</div>
<p><a href="http://www.vancouversun.com/Technology/Tailor+Internet+toward+smartphones+Rogers+urges/1700571/story.html">Tailor the Internet toward smartphones</a> is the word from Rogers Communications Inc. It plans to recast the definition of the Internet and how it is used as more Canadians transition toward smart-phones.</p>
<p>Rogers chief executive Nadir Mohamed in the keynote address at the Canadian Telecom Summit in Toronto said:</p>
<blockquote><p>The notion of Internet at home [or] Internet at the office is changing to: your Internet, wherever you are. It is very powerful.  Canadians&#8217; appetite to communicate, access information and entertainment, and even make transactions through their wireless device is becoming insatiable.</p>
<p>He added that Toronto-based Rogers, the largest wireless carrier in the country, is moving quickly to bring mobile Internet to the masses.</p></blockquote>
<p>By 2014, more than three million Canadians will be users of smart-phones, such as the Apple iPhone or  the Research In Motion BlackBerry, which surf the Web and provide e-mail.</p>
<p>Rogers will shortly introduce the iPhone 3G S, Apple&#8217;s latest device, which is at least twice as fast as its predecessor.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.financialpost.com/story.html?id=1656705"> Google phone aims twin barrels at Apple, RIM </a> (financialpost.com)</li>
<li class="zemanta-article-ul-li"><a href="http://r.zemanta.com/?u=http%3A//www.cbc.ca/technology/story/2009/06/09/smartphones-apple-iphone-price.html%3Fref%3Drss&amp;a=5510655&amp;rid=fba35f85-dfcb-4f8b-8866-a067f56cefb3&amp;e=52ff5b07e884780ac1454f76894e1d98"> As prices fall, smartphones make consumer gains </a> (cbc.ca)</li>
</ul>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/70606274-8459-4d2f-aad9-e95413c7ed90/" title="Reblog this post [with Zemanta]"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=70606274-8459-4d2f-aad9-e95413c7ed90" alt="Reblog this post [with Zemanta]"></a><span class="zem-script more-related pretty-attribution"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>
<div id="st200810011297" class="st-taf"><script src="http://cdn.socialtwist.com/200810011297/script.js"></script><img style="border:0;margin:0;padding:0;" src="http://images.socialtwist.com/200810011297/button.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '200810011297',  'http%3A%2F%2Fwww.staygolinks.com%2Fthe-smartphone-world.htm', 'The+Smartphone+World')" onclick="cw(this, {id:'200810011297',link: 'http%3A%2F%2Fwww.staygolinks.com%2Fthe-smartphone-world.htm', title: '+The+Smartphone+World+' })"/></div><hr/>Copyright &copy; 2009 <strong><a href="http://www.staygolinks.com">StayGoLinks</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@www.staygolinks.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span><p>Post from: <a href="http://www.staygolinks.com">StayGoLinks</a></p>
<p><a href="http://www.staygolinks.com/the-smartphone-world.htm">The Smartphone World</a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/6RmKlbnIKFHAEKqPIqHJvDnlsj0/0/da"><img src="http://feedads.g.doubleclick.net/~a/6RmKlbnIKFHAEKqPIqHJvDnlsj0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/6RmKlbnIKFHAEKqPIqHJvDnlsj0/1/da"><img src="http://feedads.g.doubleclick.net/~a/6RmKlbnIKFHAEKqPIqHJvDnlsj0/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.staygolinks.com/the-smartphone-world.htm/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.staygolinks.com/the-smartphone-world.htm</feedburner:origLink></item>
		<item>
		<title>Google Mobile gives search by voice whatever your accent</title>
		<link>http://feedproxy.google.com/~r/Staygolinks/~3/H1qiZVmeqy8/google-mobile-gives-search-by-voice-whatever-your-accent.htm</link>
		<comments>http://www.staygolinks.com/google-mobile-gives-search-by-voice-whatever-your-accent.htm#comments</comments>
		<pubDate>Mon, 15 Jun 2009 18:49:52 +0000</pubDate>
		<dc:creator>Barry Welford</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[GoogleMap]]></category>
		<category><![CDATA[voice technology]]></category>

		<guid isPermaLink="false">http://www.staygolinks.com/?p=612</guid>
		<description><![CDATA[Search by voice and transit directions comes to Google Maps with a whole host of new features.
You can now search Google Maps for Android using your voice, making it easier than ever to look up places while on the go. Just speak your query and Google Maps will find it. The voice recognition engine currently [...]<p>Post from: <a href="http://www.staygolinks.com">StayGoLinks</a></p>
<p><a href="http://www.staygolinks.com/google-mobile-gives-search-by-voice-whatever-your-accent.htm">Google Mobile gives search by voice whatever your accent</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Search by voice and transit directions comes to Google Maps with a whole host of new features.</p>
<p>You can now search Google Maps for Android using your voice, making it easier than ever to look up places while on the go. Just speak your query and Google Maps will find it. The voice recognition engine currently understands English in American, Australian, and British accents. After you search, you will see a map of places. To help you decide where to go, business listings includes content such as store hours, prices, ratings, and reviews.</p>
<p>See  <a href="http://googlemobile.blogspot.com/2009/06/search-by-voice-and-transit-directions.html">Official Google Mobile Blog: Search by voice whatever your accent</a> for more details.</p>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/30ca3b63-73c8-4d1f-87a1-8392eaf902e5/" title="Reblog this post [with Zemanta]"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=30ca3b63-73c8-4d1f-87a1-8392eaf902e5" alt="Reblog this post [with Zemanta]"></a><span class="zem-script more-related pretty-attribution"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>
<div id="st200810011297" class="st-taf"><script src="http://cdn.socialtwist.com/200810011297/script.js"></script><img style="border:0;margin:0;padding:0;" src="http://images.socialtwist.com/200810011297/button.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '200810011297',  'http%3A%2F%2Fwww.staygolinks.com%2Fgoogle-mobile-gives-search-by-voice-whatever-your-accent.htm', 'Google+Mobile+gives+search+by+voice+whatever+your+accent')" onclick="cw(this, {id:'200810011297',link: 'http%3A%2F%2Fwww.staygolinks.com%2Fgoogle-mobile-gives-search-by-voice-whatever-your-accent.htm', title: '+Google+Mobile+gives+search+by+voice+whatever+your+accent+' })"/></div><hr/>Copyright &copy; 2009 <strong><a href="http://www.staygolinks.com">StayGoLinks</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@www.staygolinks.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span><p>Post from: <a href="http://www.staygolinks.com">StayGoLinks</a></p>
<p><a href="http://www.staygolinks.com/google-mobile-gives-search-by-voice-whatever-your-accent.htm">Google Mobile gives search by voice whatever your accent</a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/DiZ3zhudVdA_oRvFwmBQDqW2sMQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/DiZ3zhudVdA_oRvFwmBQDqW2sMQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/DiZ3zhudVdA_oRvFwmBQDqW2sMQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/DiZ3zhudVdA_oRvFwmBQDqW2sMQ/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.staygolinks.com/google-mobile-gives-search-by-voice-whatever-your-accent.htm/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.staygolinks.com/google-mobile-gives-search-by-voice-whatever-your-accent.htm</feedburner:origLink></item>
		<item>
		<title>Tweet Tips For Max ReTweets (RTs)</title>
		<link>http://feedproxy.google.com/~r/Staygolinks/~3/kGa8MN3n398/tweet-tips-for-max-retweets-rts.htm</link>
		<comments>http://www.staygolinks.com/tweet-tips-for-max-retweets-rts.htm#comments</comments>
		<pubDate>Thu, 11 Jun 2009 21:58:10 +0000</pubDate>
		<dc:creator>Barry Welford</dc:creator>
				<category><![CDATA[Society]]></category>
		<category><![CDATA[hashtag]]></category>
		<category><![CDATA[Michael Arrington]]></category>
		<category><![CDATA[PageRank]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[topsy]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.staygolinks.com/?p=603</guid>
		<description><![CDATA[ReTweets Are The New Currency Of The Web as Michael Arrington noted.&#160; That makes the launch of a new search engine Topsy, which had been in stealth development for three years, particularly propititious. 
Links are sorted by those that Twitter users are sending around the most, weighted in favor of links sent by more influential [...]<p>Post from: <a href="http://www.staygolinks.com">StayGoLinks</a></p>
<p><a href="http://www.staygolinks.com/tweet-tips-for-max-retweets-rts.htm">Tweet Tips For Max ReTweets (RTs)</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techcrunch.com/2009/05/26/topsy-search-launches-retweets-are-the-new-currency-of-the-web/">ReTweets Are The New Currency Of The Web</a> as <strong>Michael Arrington</strong> noted.&nbsp; That makes the launch of <a href="http://www.topsy.com/">a new search engine Topsy</a>, which had been in stealth development for three years, particularly propititious. </p>
<blockquote><p>Links are sorted by those that Twitter users are sending around the most, weighted in favor of links sent by more influential Twitter users. You can sort results over all time (going back to September 2008), last month, week, day or hour. Results show popular links and also the most influential users tweeting about that topic. Click on that user and you’ll see all their tweets about the topic. </p>
<p>Topsy isn’t looking at the number of followers in determining Influence. Rather, Influence is gained when others retweet links you’ve sent out. And when you retweet others, you lose a little Influence. So the more people retweet you, the more Influence you gain. So, yes indeed, retweets are the new currency on the web. </p>
</blockquote>
<h2>Getting RTs for serious topics</h2>
<p>If your topic is particularly newsworthy or appeals to the masses, then getting a large number of ReTweets is not very surprising.&nbsp; If you are writing on something that has a limited appeal, how do you get your readers to tell others via Twitter about it.&nbsp; What&nbsp; tweaked my interest was that a recent tweet about a blog post got 30 ReTweets at this time when checking via a Topsy search for <a href="http://topsy.com/search?q=pagerank+null+hypothesis">&#8216;PageRank Null Hypothesis&#8217;</a> (note &#8211; some of these had different short URLs).&nbsp; The Tweet was as follows: </p>
<div style="margin: 10px 30px; padding: 8px; background: rgb(255, 255, 241) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">Pl. RT &#8211; #PageRank Calculation &#8211; Null Hypothesis <a href="http://cli.gs/tNV9Ny">http://cli.gs/tNV9Ny</a> &#8211; Is this how #Google does it? #seo </div>
<p>Topsy even indicates that there were 16 associated ReTweets of the corresponding Sphinn entry.&nbsp; Others may find the reasons for this good performance of interest and value. </p>
<h2>Automatic Tweets from the Blogging software </h2>
<p>If your blogging software is set up to automatically send a tweet to Twitter when the blog is published, then you should make sure that the <a href="http://www.staygolinks.com/titles-must-retweet-well.htm">Titles ReTweet Well</a>.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </p>
<p>You may wish to add appropriate hashtags to your post title as well, although we have more to say on that below.&nbsp; <strong>Chris Brogan</strong> also had some related tips on how to <a href="http://www.chrisbrogan.com/spread-your-wings-get-more-retweet-action-today/">Spread Your Wings And Get More Retweet Action</a>. </p>
<h2>Hand-crafted Tweets</h2>
<p>There is no harm in letting the software do its job, but it may well be appropriate to take its output and make a more twitter-visible tweet.&nbsp; <strong>Louise Doherty</strong> has <a href="http://www.twitip.com/how-to-get-retweeted-the-formula/">a formula for getting retweeted</a> and that is a good start.&nbsp; However there are some further tips that are worth mentioning.&nbsp; </p>
<p>The most important is of course to make sure the title has words that are likely to draw your readers interest.&nbsp; In the above example, it is probable that the phrase &#8216;Null Hypothesis&#8217; tweaked the interest of all those who have struggled through their statistics courses and wondered how it could possibly come up here.&nbsp; If you can find a short catchy phrase like that, you are a lot farther ahead. </p>
<h2>Working the Hashtags</h2>
<p>A hashtag such as #google ensures that all those who watch out for tweets that have been labeled with the google hashtag are likely to see your tweet.&nbsp; It is a way of targeting a particular audience.&nbsp; Which hashtags are worth using?&nbsp; Clearly popular hashtags are the only ones.&nbsp; You can get an idea on this by doing <a href="http://search.twitter.com/search?q=%23google">a Twitter search for say #google</a>.&nbsp; </p>
<p>Check out how old the tweet is at the bottom of the search results page.&nbsp; Currently for #google it is about 2 hours ago, which is fairly good.&nbsp; You will get the same result for #seo.&nbsp; #pagerank on the other hand is about 7 days ago, so it is still worth considering but is less popular.&nbsp; Just to give a point of comparison, a search for a current trending topic such as &#8220;Swine Flu&#8221; shows tweets at the bottom of the page that are only from 2 minutes ago. </p>
<p>The other point that is worth mentioning is that the addition of hashtags does not seem to influence twitter searches so that a search for Google will include entries with #google as well.&nbsp; In other words the &#8216;#&#8217; is ignored in the Twitter search for the non-tagged version of the word. </p>
<h2>Getting a little help from your friends </h2>
<p>Having crafted the best ReTweet-able Tweet you can, all that is left to do is to seek <a href="http://www.seo-scoop.com/2009/06/03/help-friends/">a little help from your friends</a>.&nbsp;&nbsp; If you have done your work well, they will probably be delighted to do their bit.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://themoderatevoice.com/33362/topsy-search-ranking-based-on-twitter-linking/"> Topsy: Search Ranking Based on Twitter Linking </a> (themoderatevoice.com)</li>
</ul>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/46e6fc0a-af60-47cd-9bd2-974da9c124bf/" title="Reblog this post [with Zemanta]"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=46e6fc0a-af60-47cd-9bd2-974da9c124bf" alt="Reblog this post [with Zemanta]"></a><span class="zem-script more-related pretty-attribution"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>
<div id="st200810011297" class="st-taf"><script src="http://cdn.socialtwist.com/200810011297/script.js"></script><img style="border:0;margin:0;padding:0;" src="http://images.socialtwist.com/200810011297/button.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '200810011297',  'http%3A%2F%2Fwww.staygolinks.com%2Ftweet-tips-for-max-retweets-rts.htm', 'Tweet+Tips+For+Max+ReTweets+%28RTs%29')" onclick="cw(this, {id:'200810011297',link: 'http%3A%2F%2Fwww.staygolinks.com%2Ftweet-tips-for-max-retweets-rts.htm', title: '+Tweet+Tips+For+Max+ReTweets+%28RTs%29+' })"/></div><hr/>Copyright &copy; 2009 <strong><a href="http://www.staygolinks.com">StayGoLinks</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@www.staygolinks.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span><p>Post from: <a href="http://www.staygolinks.com">StayGoLinks</a></p>
<p><a href="http://www.staygolinks.com/tweet-tips-for-max-retweets-rts.htm">Tweet Tips For Max ReTweets (RTs)</a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/nZ6O5NLhC6HwYD_gTwfL_7laE5s/0/da"><img src="http://feedads.g.doubleclick.net/~a/nZ6O5NLhC6HwYD_gTwfL_7laE5s/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/nZ6O5NLhC6HwYD_gTwfL_7laE5s/1/da"><img src="http://feedads.g.doubleclick.net/~a/nZ6O5NLhC6HwYD_gTwfL_7laE5s/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.staygolinks.com/tweet-tips-for-max-retweets-rts.htm/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.staygolinks.com/tweet-tips-for-max-retweets-rts.htm</feedburner:origLink></item>
		<item>
		<title>Frozen Fish And Chips</title>
		<link>http://feedproxy.google.com/~r/Staygolinks/~3/D7RlZFDFYqM/frozen-fish-and-chips.htm</link>
		<comments>http://www.staygolinks.com/frozen-fish-and-chips.htm#comments</comments>
		<pubDate>Tue, 09 Jun 2009 19:32:33 +0000</pubDate>
		<dc:creator>Barry Welford</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[barcode]]></category>
		<category><![CDATA[chips]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[EPC]]></category>
		<category><![CDATA[frozen fish]]></category>
		<category><![CDATA[RFID]]></category>
		<category><![CDATA[UPC]]></category>

		<guid isPermaLink="false">http://www.staygolinks.com/?p=607</guid>
		<description><![CDATA[



Image via Wikipedia



&#8230; or perhaps that will soon be Frozen Fish and Data Chips.  This month marks the 35th anniversary of the universal product code (UPC) and the associated bar code, that we are all accustomed to see on every item we purchase in a grocery store.  A bar code was officially swiped [...]<p>Post from: <a href="http://www.staygolinks.com">StayGoLinks</a></p>
<p><a href="http://www.staygolinks.com/frozen-fish-and-chips.htm">Frozen Fish And Chips</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl style="width: 196px;" class="wp-caption alignright">
<dt class="wp-caption-dt"><a href="http://en.wikipedia.org/wiki/Image:UPC-E-654321.png"><img src="http://upload.wikimedia.org/wikipedia/en/7/7a/UPC-E-654321.png" alt="Universal Product Code" title="Universal Product Code" width="186" height="124"></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://en.wikipedia.org/wiki/Image:UPC-E-654321.png">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>&#8230; or perhaps that will soon be Frozen Fish and Data Chips.  This month marks <a href="http://www.vancouversun.com/Technology/code+turns+gets+makeover/1676599/story.html">the 35th anniversary of the universal product code (UPC)</a> and the associated bar code, that we are all accustomed to see on every item we purchase in a grocery store.  A bar code was officially swiped for the first time on June 26, 1974, at a supermarket in Ohio and brought to Canada a year later. </p>
<p>The bar code has been recognized by the Smithsonian as one of the great breakthrough technologies in history.  Such bar codes are now scanned more than 10 billion times a day.  However UPCs will shortly be replaced by electronic product codes (EPCs), which will become the new industry standard.  They can hold much more data and can be stored on radio frequency identification (RFID) tags, which don&#8217;t require direct scanning but can be read by a sensor.</p>
<p><a href="http://www.gs1ca.org/home.asp">GS1 Canada</a>, is the not-for-profit organization that manages this technology.  Here is how they describe <a href="http://www.gs1ca.org/page.asp?page.asp?LSM=0&amp;intNodeID=117&amp;intpageid=1345">the new EPC</a>:</p>
<blockquote><p>EPC is designed to provide a unique serial number for each item in the supply chain. In contrast, bar codes only identify a group of products. For instance all Coke cans have the same bar code whereas with the EPC technology, every single Coke can would have a one-of-a-kind identifier.</p>
<p>This one-of-a-kind identifier will provide greater visibility of items in the supply chain. Having more detailed and accurate information on products will improve movement of goods in real-time, inventory management and replenishment practices, resulting in a reduction of lost sales due to out-of-stocks. It could help reduce theft and prevent counterfeit goods. Readers could also capture the EPC number stored in a radio frequency identification (RFID) tag and transmit and report the item&#8217;s location, condition and status to an on-site information system or to a remote database via the internet.</p></blockquote>
<p>The advantages and benefits of this EPC/RFID technology are so striking that its take-up should be rapid.  If they do put one of these tags on your frozen fish and chips pack, then you can be assured that it has been handled correctly all along the supply chain until it reaches you.</p>
<p>It may have taken 35 years for the bar code to get the wide acceptance it has but it seems clear that over the next 10 years the EPC/RFID will likely become the accepted standard.<br />
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://r.zemanta.com/?u=http%3A//www.cbc.ca/consumer/story/2009/06/05/barcode-upc-retail-scan.html%3Fref%3Drss&amp;a=5428925&amp;rid=1da830f9-9d09-412c-add3-8d884653a1ed&amp;e=760aa804da69ba03dc4fc00cf7290592"> Ubiquitous barcode turns 35 years old </a> (cbc.ca)</li>
<li class="zemanta-article-ul-li"><a href="http://www.slideshare.net/mrushton/whatisgs1"> What Is Gs1 </a> (slideshare.net)</li>
</ul>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/26e87b3c-6799-48a1-8c2b-1b131a4b237e/" title="Reblog this post [with Zemanta]"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=26e87b3c-6799-48a1-8c2b-1b131a4b237e" alt="Reblog this post [with Zemanta]"></a><span class="zem-script more-related pretty-attribution"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>
<div id="st200810011297" class="st-taf"><script src="http://cdn.socialtwist.com/200810011297/script.js"></script><img style="border:0;margin:0;padding:0;" src="http://images.socialtwist.com/200810011297/button.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '200810011297',  'http%3A%2F%2Fwww.staygolinks.com%2Ffrozen-fish-and-chips.htm', 'Frozen+Fish+And+Chips')" onclick="cw(this, {id:'200810011297',link: 'http%3A%2F%2Fwww.staygolinks.com%2Ffrozen-fish-and-chips.htm', title: '+Frozen+Fish+And+Chips+' })"/></div><hr/>Copyright &copy; 2009 <strong><a href="http://www.staygolinks.com">StayGoLinks</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@www.staygolinks.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span><p>Post from: <a href="http://www.staygolinks.com">StayGoLinks</a></p>
<p><a href="http://www.staygolinks.com/frozen-fish-and-chips.htm">Frozen Fish And Chips</a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/R5vZuWWhF-FMgJbz82SbFHwrTGo/0/da"><img src="http://feedads.g.doubleclick.net/~a/R5vZuWWhF-FMgJbz82SbFHwrTGo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/R5vZuWWhF-FMgJbz82SbFHwrTGo/1/da"><img src="http://feedads.g.doubleclick.net/~a/R5vZuWWhF-FMgJbz82SbFHwrTGo/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.staygolinks.com/frozen-fish-and-chips.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.staygolinks.com/frozen-fish-and-chips.htm</feedburner:origLink></item>
		<item>
		<title>Social Media Is An Oxymoron</title>
		<link>http://feedproxy.google.com/~r/Staygolinks/~3/mIAfKd_d49A/social-media-is-an-oxymoron.htm</link>
		<comments>http://www.staygolinks.com/social-media-is-an-oxymoron.htm#comments</comments>
		<pubDate>Fri, 29 May 2009 15:12:10 +0000</pubDate>
		<dc:creator>Barry Welford</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Digg]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[oxymoron]]></category>
		<category><![CDATA[Reddit]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[StumbleUpon]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.staygolinks.com/?p=598</guid>
		<description><![CDATA[An oxymoron means that two words forming part of a phrase represent opposites or are contradictory.&#160; George Carlin popularized Military Intelligence and Jumbo Shrimp as examples of oxymorons.&#160; Other somewhat famous ones are Authentic Reproduction, Cautiously Optimistic, Civil Disobedience, Deafening Silence, Detailed Summary, Friendly Fire, Honest Crook, Humane Slaughter, Metal Wood, Tough Love, White Lie [...]<p>Post from: <a href="http://www.staygolinks.com">StayGoLinks</a></p>
<p><a href="http://www.staygolinks.com/social-media-is-an-oxymoron.htm">Social Media Is An Oxymoron</a></p>
]]></description>
			<content:encoded><![CDATA[<p>An oxymoron means that two words forming part of a phrase represent opposites or are contradictory.&nbsp; George Carlin popularized Military Intelligence and Jumbo Shrimp as examples of oxymorons.&nbsp; Other somewhat famous ones are Authentic Reproduction, Cautiously Optimistic, Civil Disobedience, Deafening Silence, Detailed Summary, Friendly Fire, Honest Crook, Humane Slaughter, Metal Wood, Tough Love, White Lie and the list could go on and on. </p>
<p>Social Media is another such oxymoron.&nbsp; Media most often is assumed to be mass media such as TV or radio.&nbsp; Social on the other hand implies relationships between individuals.&nbsp; The masses versus individuals &#8211; there is the contradiction </p>
<h2>The social media scale </h2>
<p>You are perhaps unaware of the social media scale since we are introducing it here.&nbsp; The scale is defined by that oxymoronic name really.&nbsp; In a way the two words represent the two extremes of the scale. </p>
<p>At the Media end of the scale, we have the minimally social ones, which merely allow you to vote on items that are classified by the medium. Examples of this are <a href="http://reddit.com">reddit.com</a> and <a href="http://www.digg.com">digg.com</a>. </p>
<p>At the other end of the scale, we have social media that are online spaces where you can &#8216;meet&#8217; and interact with others.&nbsp; <a href="http://www.Facebook.com/">Facebook</a> and <a href="http://www.linkedin.com/">LinkedIn</a> are examples of this.&nbsp; Others will be found to fall between these two extremes.&nbsp; <a href="http://www.StumbleUpon.com/">StumbleUpon</a> for example is closer to reddit but does provide for messages between friends. </p>
<h2>Where Is Twitter On the Social Media Scale? </h2>
<p>The interesting anomaly in all this is <a href="http://www.Twitter.com/">Twitter</a>.&nbsp; Twitter itself was very much at the social end of the scale in its genesis.&nbsp; The objective was to let your close&nbsp; followers know your current status.&nbsp; Many still use it that way.&nbsp; </p>
<p>However some participants have abandoned that approach. They seek to get the maximum number of followers by following as many other people as they can.&nbsp; Since some people have arranged that automatically they will follow anyone who follows them, this approach can almost allow you to create your own mass medium. </p>
<p>If you want to check out some data on people using Twitter in this way, check out the <a href="http://twitterscore.net/">TwitterScore</a> website. More specifically check out the <a href="http://twitterscore.net/high-scores">Top Users</a>.&nbsp; There are some very famous names there and also some top agencies such as CNN and the BBC.&nbsp; Scrolling down you will see some people who clearly have worked hard to create an audience for themselves.&nbsp; At # 200 at the moment, for example, you have Jonathan Nafarrete, who is &#8220;Just some guy. Photographer and social media consultant&#8221; and who has 63,553 followers. </p>
<p>The fact that Twitter is both social and a mass media is perhaps why many people are having a difficulty knowing how best to be involved. </p>
<h3>Update </h3>
<p>For a confirmation that Twitter is hard to classify on the social media scale, you may wish to read: <a href="http://blogs.harvardbusiness.org/cs/2009/06/new_twitter_research_men_follo.html">New Twitter Research: Men Follow Men and Nobody Tweets</a>. For suggestions on how to work with social media of whatever type, try &#8216;<a href="http://www.seo-scoop.com/2009/06/03/help-friends/">With A Little Help From My Friends</a>&#8216;.</p>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/908fe070-93f6-4f48-9b06-61ea5ffef22e/" title="Reblog this post [with Zemanta]"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=908fe070-93f6-4f48-9b06-61ea5ffef22e" alt="Reblog this post [with Zemanta]"></a><span class="zem-script more-related pretty-attribution"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>
<div id="st200810011297" class="st-taf"><script src="http://cdn.socialtwist.com/200810011297/script.js"></script><img style="border:0;margin:0;padding:0;" src="http://images.socialtwist.com/200810011297/button.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '200810011297',  'http%3A%2F%2Fwww.staygolinks.com%2Fsocial-media-is-an-oxymoron.htm', 'Social+Media+Is+An+Oxymoron')" onclick="cw(this, {id:'200810011297',link: 'http%3A%2F%2Fwww.staygolinks.com%2Fsocial-media-is-an-oxymoron.htm', title: '+Social+Media+Is+An+Oxymoron+' })"/></div><hr/>Copyright &copy; 2009 <strong><a href="http://www.staygolinks.com">StayGoLinks</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@www.staygolinks.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span><p>Post from: <a href="http://www.staygolinks.com">StayGoLinks</a></p>
<p><a href="http://www.staygolinks.com/social-media-is-an-oxymoron.htm">Social Media Is An Oxymoron</a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/pYru2MN8SCdhJmX1Lmd3XXHoRuY/0/da"><img src="http://feedads.g.doubleclick.net/~a/pYru2MN8SCdhJmX1Lmd3XXHoRuY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/pYru2MN8SCdhJmX1Lmd3XXHoRuY/1/da"><img src="http://feedads.g.doubleclick.net/~a/pYru2MN8SCdhJmX1Lmd3XXHoRuY/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.staygolinks.com/social-media-is-an-oxymoron.htm/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		<feedburner:origLink>http://www.staygolinks.com/social-media-is-an-oxymoron.htm</feedburner:origLink></item>
		<item>
		<title>Titles Must ReTweet Well</title>
		<link>http://feedproxy.google.com/~r/Staygolinks/~3/mAk5RImAcrs/titles-must-retweet-well.htm</link>
		<comments>http://www.staygolinks.com/titles-must-retweet-well.htm#comments</comments>
		<pubDate>Wed, 20 May 2009 18:49:37 +0000</pubDate>
		<dc:creator>Barry Welford</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[retweet]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.staygolinks.com/?p=583</guid>
		<description><![CDATA[Titles are Eric Lyndoman&#8217;s passion and he suggests you should Smash a Brick into the face to get another blogger&#8217;s attention if you have no prior relationship with that person.
What he really means is that you need a good headline to stop someone in their tracks. The headline does not only exist at the top [...]<p>Post from: <a href="http://www.staygolinks.com">StayGoLinks</a></p>
<p><a href="http://www.staygolinks.com/titles-must-retweet-well.htm">Titles Must ReTweet Well</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Titles are Eric Lyndoman&#8217;s passion and he suggests you should <a href="http://www.cornwallseo.com/search/2009/05/19/smash-a-brick-into-the-face-link-building/">Smash a Brick into the face</a> to get another blogger&#8217;s attention if you have no prior relationship with that person.</p>
<p>What he really means is that you need a good headline to stop someone in their tracks. The headline does not only exist at the top of the content. It is in the subject text of email, it may be in a twitter post, a rss feed, a digg headline, etc. It is that headline that must get the blogger&#8217;s attention if anything is to happen as a result.</p>
<p>Lyndoman talked about smashing a brick for that really great post you have written.  However the same principle is at work for all that you write. Some call it the <a href="http://www.readwriteweb.com/archives/attention_economy_overview.php">Attention Economy</a>.  We all have too little time to do all that we wish to do. This time overload is magnified now with the Mobile Web becoming more prevalent. Your window on the world may well be your cellphone. As you see even more of what is going on, what will stand out from the noise.</p>
<p>More and more people will only see your title or headline.  How can you make sure that there is enough to draw their attention, even if they know you already. I suggest that every title you write should be very clear on what is the subject behind it.</p>
<p>The other important phenomenon is that many people are now seeing the world through the small Twitter window of 140 characters and spaces. As evidence, Google CEO, Eric Schmidt, hinted that it could become <a href="http://www.guardian.co.uk/business/2009/may/19/google-twitter-partnership">a partner of the micro-blogging site, Twitter</a>.</p>
<blockquote><p>&#8220;People really want to do stuff real time and I think Twitter has done a great job about it,&#8221; Larry Page, Google co-founder said in a closing address at their Zeitgeist conference . &#8220;I think we have done a relatively poor job of creating things that work on a per-second basis.&#8221;</p></blockquote>
<p>So what does that suggest for our titles.  Often people may share a blog post link with their friends by retweeting. If you do the math and allow for the starting &#8220;Pl. RT&#8221; and the short URL, you may have only less than say 70 characters and spaces for the title, if someone wants to add some words of encouragement or some hashtags.</p>
<p>The title must get the attention of others who will only see that retweet so it should be clear on what they will get by visiting the link. It must signal the promise of something that they will be keen to check out.  In practice, 70 characters and spaces gives much more than you really need. This post title takes only 24.</p>
<p>If you are convinced by the logic, why not support the principle by retweeting this post.  All you need to do is use that Tell-a-Friend button bottom left (hover and click on Social Twitter) or copy and paste the following in your Twitter Status field.</p>
<div style="clear:both;padding:6px;background:#eee;">Pl. RT: Titles Must ReTweet Well: http://cli.gs/98D7YP : A good message for all. #seo #links #twitter #search #sem #linkbuilding</div>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/3dea2cfc-54c4-4091-a0fc-f122f4eb7c46/" title="Reblog this post [with Zemanta]"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=3dea2cfc-54c4-4091-a0fc-f122f4eb7c46" alt="Reblog this post [with Zemanta]"></a><span class="zem-script more-related pretty-attribution"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>
<div id="st200810011297" class="st-taf"><script src="http://cdn.socialtwist.com/200810011297/script.js"></script><img style="border:0;margin:0;padding:0;" src="http://images.socialtwist.com/200810011297/button.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '200810011297',  'http%3A%2F%2Fwww.staygolinks.com%2Ftitles-must-retweet-well.htm', 'Titles+Must+ReTweet+Well')" onclick="cw(this, {id:'200810011297',link: 'http%3A%2F%2Fwww.staygolinks.com%2Ftitles-must-retweet-well.htm', title: '+Titles+Must+ReTweet+Well+' })"/></div><hr/>Copyright &copy; 2009 <strong><a href="http://www.staygolinks.com">StayGoLinks</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@www.staygolinks.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span><p>Post from: <a href="http://www.staygolinks.com">StayGoLinks</a></p>
<p><a href="http://www.staygolinks.com/titles-must-retweet-well.htm">Titles Must ReTweet Well</a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/kzvXXOW_4uG8FB7vXgmPep79R_U/0/da"><img src="http://feedads.g.doubleclick.net/~a/kzvXXOW_4uG8FB7vXgmPep79R_U/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/kzvXXOW_4uG8FB7vXgmPep79R_U/1/da"><img src="http://feedads.g.doubleclick.net/~a/kzvXXOW_4uG8FB7vXgmPep79R_U/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.staygolinks.com/titles-must-retweet-well.htm/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://www.staygolinks.com/titles-must-retweet-well.htm</feedburner:origLink></item>
		<item>
		<title>Cellphones, the latest kitchen tools</title>
		<link>http://feedproxy.google.com/~r/Staygolinks/~3/nf8FveBrSco/cellphones-the-latest-kitchen-tools.htm</link>
		<comments>http://www.staygolinks.com/cellphones-the-latest-kitchen-tools.htm#comments</comments>
		<pubDate>Mon, 11 May 2009 02:47:01 +0000</pubDate>
		<dc:creator>Barry Welford</dc:creator>
				<category><![CDATA[Cell phones]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[recipes]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.staygolinks.com/?p=576</guid>
		<description><![CDATA[The Cellphone is hardly a toy in the kitchen according to the NY Times.
One high-tech cooking tool, however, has transformed the kitchen lives of many Americans: the cellphone.&#160; It has become the kitchen tool of choice for chefs and home cooks. They use it to keep grocery lists, find recipes, photograph their handiwork, look up [...]<p>Post from: <a href="http://www.staygolinks.com">StayGoLinks</a></p>
<p><a href="http://www.staygolinks.com/cellphones-the-latest-kitchen-tools.htm">Cellphones, the latest kitchen tools</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nytimes.com/2009/01/21/dining/21tele.html">The Cellphone is hardly a toy in the kitchen</a> according to the NY Times.</p>
<blockquote><p>One high-tech cooking tool, however, has transformed the kitchen lives of many Americans: the cellphone.&nbsp; It has become the kitchen tool of choice for chefs and home cooks. They use it to keep grocery lists, find recipes, photograph their handiwork, look up the names of French cheeses, set timers for steak and soft-boiled eggs, and convert European or English measurements to American ones.</p>
</blockquote>
<p>Although restaurant chefs have often resisted new technologies, cellphones have now crossed the technology barrier from the office into the kitchen.</p>
<p>Chris Cosentino, the chef at Incanto restaurant in San Francisco, says his iPhone has greatly simplified the math in his cooking.&nbsp; He said that he sees multifunction devices like the iPhone as the real technological revolution for chefs.</p>
<p>For amateur cooks, new cellphone software helps control the chaos of planning, shopping and cooking dinner at the end of the day.&nbsp; You can always use software from <a href="http://www.bigoven.com/">BigOven.com</a>, a Web site with about 167,000 recipes. BigOven has a free iPhone application, searchable by ingredient, by rating, and by course.&nbsp; This has been downloaded more than a million times since it was released in October. </p>
<p>Of course there is a question of how much of the recipe and ingredients can easily be seen on a small cellphone screen.&nbsp; Here you may possibly need <a href="http://www.vancouversun.com/News/Recipes+reduced+their+Twitter+essence/1578992/story.html">Recipes reduced to their Twitter essence</a>.&nbsp; In other words all compressed into 140 characters and spaces.</p>
<p>Maureen Evans is the person who thought of this approach.&nbsp; You can now follow her tweeted recipes at <a href="http://www.twitter.com/cookbook">twitter.com/cookbook</a>.&nbsp; They are now followed by more than 13,000 people.&nbsp; Evans is now fielding numerous calls from cookbook agents and the media.</p>
<blockquote><p>While Evans loves her stacks of cookbooks with &#8220;verbose top-heavy instruction from celebrity cooks that tell you how every minute of the process is supposed to look and smell and feel,&#8221; she also sees a place for &#8220;just a small amount of assistance to get dinner on the table after a long day at work.&#8221;</p>
</blockquote>
<p>Having such information readily available on a cellphone clearly meets a real need for many people.&nbsp; Meals on the go just got even more portable.</p>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/96a60a85-ab90-40da-aa8e-2ae09cf67d30/" title="Reblog this post [with Zemanta]"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=96a60a85-ab90-40da-aa8e-2ae09cf67d30" alt="Reblog this post [with Zemanta]"></a><span class="zem-script more-related pretty-attribution"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>
<div id="st200810011297" class="st-taf"><script src="http://cdn.socialtwist.com/200810011297/script.js"></script><img style="border:0;margin:0;padding:0;" src="http://images.socialtwist.com/200810011297/button.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '200810011297',  'http%3A%2F%2Fwww.staygolinks.com%2Fcellphones-the-latest-kitchen-tools.htm', 'Cellphones%2C+the+latest+kitchen+tools')" onclick="cw(this, {id:'200810011297',link: 'http%3A%2F%2Fwww.staygolinks.com%2Fcellphones-the-latest-kitchen-tools.htm', title: '+Cellphones%2C+the+latest+kitchen+tools+' })"/></div><hr/>Copyright &copy; 2009 <strong><a href="http://www.staygolinks.com">StayGoLinks</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@www.staygolinks.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span><p>Post from: <a href="http://www.staygolinks.com">StayGoLinks</a></p>
<p><a href="http://www.staygolinks.com/cellphones-the-latest-kitchen-tools.htm">Cellphones, the latest kitchen tools</a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/Ag6rhXPRS0x-Iq7S2O5f-D9Hq8E/0/da"><img src="http://feedads.g.doubleclick.net/~a/Ag6rhXPRS0x-Iq7S2O5f-D9Hq8E/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Ag6rhXPRS0x-Iq7S2O5f-D9Hq8E/1/da"><img src="http://feedads.g.doubleclick.net/~a/Ag6rhXPRS0x-Iq7S2O5f-D9Hq8E/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.staygolinks.com/cellphones-the-latest-kitchen-tools.htm/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.staygolinks.com/cellphones-the-latest-kitchen-tools.htm</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.582 seconds. --><!-- Cached page generated by WP-Super-Cache on 2009-07-05 19:40:42 -->
