<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>mobile &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/mobile/</link>
	<description>Feed of posts on WordPress.com tagged "mobile"</description>
	<pubDate>Thu, 16 Oct 2008 05:04:14 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Revenues from Mobile Data Services to see Continued Growth inpite of Global Meltdown]]></title>
<link>http://cellstrat.wordpress.com/?p=481</link>
<pubDate>Thu, 16 Oct 2008 05:03:26 +0000</pubDate>
<dc:creator>cellstrat</dc:creator>
<guid>http://cellstrat.lt.wordpress.com/2008/10/16/revenues-from-mobile-data-services-to-see-continued-growth-inpite-of-global-meltdown/</guid>
<description><![CDATA[The collapse of the mighty global financial system has triggered a series of chain reactions in Indi]]></description>
<content:encoded><![CDATA[<p><span style="font-size:small;color:#666666;font-family:Tahoma;">The collapse of the mighty global financial system has triggered a series of chain reactions in India, but one sector stands strong and that is Telecom according to Mr. Prem Behl, a high profile personality from Telecom domain, I was speaking to, earlier this week. </span></p>
<p>Big losers in the global financial crisis in this country are likely to be the iconic software firms like Infosys, Wipro and Tata Consultancy Services (TCS). Much of their business comes from the erstwhile giant investment banks and that could affect their profitability in the short term. In the medium-to-long term, however, these companies are likely to have greater resilience given their innovative approach in the past to hunting out new markets and customers.</p>
<p>According to Mr.Behl, Telecom is the only sector in India which stands strong and has not been affected much apart from slight lowering of the Average Revenue per User (ARPU). A new report from Juniper Research supports his statement and states that ­Increasing adoption of messaging and content services, aided by increased availability of 2G and 3G-based mobile networks, is expected to push operator-billed data revenues in the mobile markets of Brazil, Russia, India and China (collectively referred to as the BRIC economies) from $26.2 billion in 2008 to more than $48.3 billion by 2013.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[First Look at YouTube on the Google Phone]]></title>
<link>http://newteevee.com/?p=10085</link>
<pubDate>Thu, 16 Oct 2008 04:00:45 +0000</pubDate>
<dc:creator>Liz Gannes</dc:creator>
<guid>http://newteevee.com/2008/10/15/first-look-at-youtube-on-the-google-phone/</guid>
<description><![CDATA[Craig Rubens and I had a chance to play with YouTube on the new Google Android-powered T-Mobile G1 t]]></description>
<content:encoded><![CDATA[<p>Craig Rubens and I had a chance to play with YouTube on the new Google Android-powered T-Mobile G1 today. Here's a little video we made of our walkthrough, for which we also brought along an iPhone 3G. See also: <a href="http://gigaom.com/2008/10/15/google-phone-review-the-good-the-bad-ugly-about-tmobile-g1/">Om's review</a>. </p>
<p><embed src="http://blip.tv/play/AdPLXYX+KQ" type="application/x-shockwave-flash" width="470" height="333" allowscriptaccess="always" allowfullscreen="true"></embed> </p>
<p>Our takeaways:<br />
- The Android YouTube navigation and user interface are clean and accessible<br />
- More information and metadata is readily available than for YouTube on the iPhone. You can even scroll through comments<br />
- BUT...video is larger and higher-res on the iPhone screen</p>
<p>The glaring issue for both phones is that they don't support video uploads. The iPhone <a href="http://newteevee.com/2008/06/12/qik-iphone-was-video-capable-all-along/">technically does</a>, but you have to unlock it to enable video. And the G-1 is supposed to incorporate video capture in an upcoming release, <a href="http://newteevee.com/2008/09/23/will-there-be-video-on-the-google-phone/">we were told at its launch event</a>, but it doesn't have it yet.<br />
<!--more--></p>
<p><a href="http://newteevee.files.wordpress.com/2008/10/google-phone-vs-iphone.jpg"><img src="http://newteevee.wordpress.com/files/2008/10/google-phone-vs-iphone.jpg" alt="" title="google-phone-vs-iphone" width="514" height="666" class="alignnone size-full wp-image-10090" /></a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Not-Device Detection]]></title>
<link>http://smartmobtoolkit.wordpress.com/?p=62</link>
<pubDate>Thu, 16 Oct 2008 03:00:54 +0000</pubDate>
<dc:creator>robmanson</dc:creator>
<guid>http://smartmobtoolkit.lt.wordpress.com/2008/10/16/not-device-detection/</guid>
<description><![CDATA[Over the last 2 years we&#8217;ve been refining a simpler and more powerful approach to device detec]]></description>
<content:encoded><![CDATA[<p>Over the last 2 years we've been refining a simpler and more powerful approach to device detection than everyone else seems to be focusing on.</p>
<p>While WURFL, Device Atlas, etc. are all great resources for very specific capability profiling...we've found that turning the problem upside down made much more sense and delivered faster, better results.</p>
<p>The key thing that most developers seem to be trying to do is to identify if a user IS using a specific Mobile Device.</p>
<p>The problem with this is that the User Agent strings on Mobile Devices are inconsistent at best...and completely useless or even non-existent at worst.</p>
<p>Once you accept this the inverse answer becomes clear.</p>
<p>PC browsers are much more reliable and consistent in identifying the Operating System they belong to.  Also, there is only a small handful off Operating Systems you need to detect.  So this is how our solution works.</p>
<p>We call this !device-detection  ("Not Device" Detection).</p>
<p>If your User Agent isn't one of the following Operating Systems:</p>
<pre>- Windows
- Macintosh/Mac OSX
- Linux
- FreeBSD
- Solaris
- (Add niche OSes here)</pre>
<p>And your User Agent doesn't contain one of the following strings:</p>
<pre>- bot
- slurp
- spider
- crawl</pre>
<p>Then you are almost guaranteed to be on a Mobile Device.</p>
<p>Within this group you can then also clearly identify the important groups that are consistent:</p>
<pre>- iPhone/iPod Touch
- Windows Mobile</pre>
<p>We have implemented this method for two major Telco's a major Insurance company, our leading edge Mobile Payment service and our own web projects.  This is a strategy that has proven to be very effective and only requires a simple set of regular expressions in the form of Apache mod_rewrite directives that can work in either Apache or IIS.</p>
<p>We also couple this with a simple design pattern that provides a link from the Mobile site back to the PC site just in case we accidentally mis-classify a user.  After all they should be able to ask for the full PC version if they really want it.</p>
<p>We've also recently put together a case-study that looks at some well known large corporations in Australia to see how they are or are NOT handling automatic device detection.  The results are very surprising.<br />
<br><br></p>
<p>A full copy of the presentation is <a href="http://www.slideshare.net/robman/web-strategy-is-moving-presentation" title="Web Strategy Is Moving" target="_blank">online on slideshare</a></p>
<p>[slideshare id=661272&#38;doc=mobwebstrategyismoving-1224118205727671-9&#38;w=425]</p>
<p><br><br><br />
Now we thought it's time we shared this strategy in order to broaden the on-going device detection discussion.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Been too Sick to Post]]></title>
<link>http://youngatheartprincess.wordpress.com/?p=183</link>
<pubDate>Thu, 16 Oct 2008 02:51:34 +0000</pubDate>
<dc:creator>Miyu</dc:creator>
<guid>http://youngatheartprincess.lt.wordpress.com/2008/10/16/been-too-sick-to-post/</guid>
<description><![CDATA[Well, the title basically explains it all. I have been sick the past few days, and haven&#8217;t bee]]></description>
<content:encoded><![CDATA[<p><strong>Well, the title basically explains it all. I have been sick the past few days, and haven't been able to get to a computer to post. I mean I was on the messangers because of James' computer, but that was all. I started feeling sick the other day when I went to see my sister again. We ran around these old forts, which were pretty awesome. Then I had a bad migraine and felt sick when I was going home. Haven't stopped having migraines since then. Oh well... guess I just have to live with it for now. </strong></p>
<p><strong>I got the coolest snow globe ever! It's pink and white and it has 3 disney princess' in it. And its musical too. I think after my room is finally all done, it's going to look so awesome. I still need a rug, and a desk. And a crib eventually when I get the money. I decided I'm getting all white furniture for my room, and everything else pink. Oh and the mobile I have, is broken now because when my grandmother and I were cleaning my room and it fell. But I can easily fix it with some superglue. Hmm...I think that is all I have to say about my room for now. </strong></p>
<p><strong>My diapers just love to leak now... they suck sooo much. I need to find a way to get better diapers. For a few days I had no problem, then all of a sudden they started up with leaking again. I think it's because they are like 2 times bigger than me LOL. I'm kind of in between sizes right now, too big for mediums, yet too small for large LOL. </strong></p>
<p><strong>I think that's about it right now, oh and I'm finally almost finished with the chapter to my story. Bye everyone!</strong></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Wikipanion Plus updated!]]></title>
<link>http://tgtz.wordpress.com/?p=393</link>
<pubDate>Thu, 16 Oct 2008 02:21:20 +0000</pubDate>
<dc:creator>easydreamer</dc:creator>
<guid>http://tgtz.lt.wordpress.com/2008/10/16/wikipanion-plus-updated/</guid>
<description><![CDATA[以前紹介したWikipanion Plus、本日アップデート（1.4）が提供された。
幾つか]]></description>
<content:encoded><![CDATA[<p><a href="http://tgtz.wordpress.com/2008/10/01/wikipanion-plus-released/" target="_blank">以前紹介した</a>Wikipanion Plus、本日アップデート（1.4）が提供された。</p>
<p>幾つかある変更点の中で最も際立ってるのが、待望の<span style="color:#ff0000;"><strong>オフラインビューイング</strong></span>！！！</p>
<p>あと、イメージを保存出来るようになったり、起動時に前回最後に見てたページを表示しないようにも出来るようになった。</p>
<p>とりあえずは速報ってことで。詳細はまた今夜にでも書く予定♪</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[]]></title>
<link>http://android101.wordpress.com/?p=129</link>
<pubDate>Thu, 16 Oct 2008 02:11:10 +0000</pubDate>
<dc:creator>wmuscato</dc:creator>
<guid>http://android101.wordpress.com/2008/10/15/129/</guid>
<description><![CDATA[






T-Mobile?s G1 could hit on Friday after all, reactions already  mixed
New York Times Wed, 15 ]]></description>
<content:encoded><![CDATA[<table border="0" cellspacing="0" cellpadding="0" width="575">
<tbody>
<tr valign="top">
<td width="75%">
<table border="0">
<tbody>
<tr>
<td><span style="font-family:arial,sans-serif;"><a title="http://www.nytimes.com/external/venturebeat/2008/10/15/15venturebeat-t-mobiles-g1-could-hit-on-friday-after-all-r-99170.html" name="part1" href="http://www.nytimes.com/external/venturebeat/2008/10/15/15venturebeat-t-mobiles-g1-could-hit-on-friday-after-all-r-99170.html">T-Mobile?s G1 could hit on Friday after all, reactions already  mixed</a><br />
<strong>New York Times</strong> <span style="font-family:verdana,sans-serif;color:#999999;">Wed, 15 Oct 2008 11:57 AM PDT</span><br />
A month ago we reported that the  T-Mobile G1, the first <strong>Google Android</strong> phone, would begin shipping on the  October 13 and begin a </span></td>
</tr>
</tbody>
</table>
<table border="0">
<tbody>
<tr>
<td><span style="font-family:arial,sans-serif;"><a title="http://www.mobilemag.com/content/100/340/C16399/" name="part2" href="http://www.mobilemag.com/content/100/340/C16399/">You Might Get  Your T-Mobile G1 This Friday</a><br />
<strong>MobileMag</strong> <span style="font-family:verdana,sans-serif;color:#999999;">Wed, 15 Oct 2008 10:20 AM  PDT</span><br />
After months and months of rumor-mongering, the first official  <strong>Google</strong> phone is finally ready for the primetime and it seems that the  mass public will get its first official taste of <strong>Android</strong> this Friday.</span></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="575">
<tbody>
<tr valign="top">
<td width="75%">
<table border="0">
<tbody>
<tr>
<td><span style="font-family:arial,sans-serif;"><a title="http://www.mobileburn.com/news.jsp?Id=5496" name="part1" href="http://www.mobileburn.com/news.jsp?Id=5496">Motorola job  posting reveals <strong>Android</strong> smartphone plans</a><br />
<strong>Mobile Burn</strong> <span style="font-family:verdana,sans-serif;color:#999999;">Wed, 15 Oct 2008 8:17 AM  PDT</span><br />
A job posting written by Motorola has revealed some of the  company's plans for a new smartphone that will use <strong>Google</strong>'s  <strong>Android</strong> operating system. </span></td>
</tr>
</tbody>
</table>
<table border="0">
<tbody>
<tr>
<td><span style="font-family:arial,sans-serif;"><a title="http://www.geek.com/articles/mobile/symantec-warns-of-android-security-issues-20081015/" name="part2" href="http://www.geek.com/articles/mobile/symantec-warns-of-android-security-issues-20081015/">Symantec warns of <strong>Android</strong> security  issues</a><br />
<strong>Geek.com</strong> <span style="font-family:verdana,sans-serif;color:#999999;">Wed, 15 Oct 2008 6:32 AM PDT</span><br />
Symantec has used the Symantec  Visions 2008 conference to highlight a concern over the security of the  <strong>Android</strong> operating system. That concern doesn’t stem from the OS itself,  but because of its open source nature. <strong>Google</strong>’s <strong>Android</strong> allows  anyone to create applications to run on the OS because it is an open platform.  Symantec believe this [...] </span></td>
</tr>
</tbody>
</table>
<table border="0">
<tbody>
<tr>
<td><span style="font-family:arial,sans-serif;"><a title="http://gizmodo.com/5063645/t+mobile-g1-now-shipping" name="part3" href="http://gizmodo.com/5063645/t+mobile-g1-now-shipping">T-Mobile  G1 Now Shipping [<strong>Android</strong>]</a><br />
<strong>Gizmodo</strong> <span style="font-family:verdana,sans-serif;color:#999999;">Wed, 15 Oct 2008 7:32 AM  PDT</span><br />
According some Phandroid readers, T-Mobile is now shipping the G1  via UPS 3-day delivery. In case you just came from that five-year trip to Tierra  del Fuego, the G1 is the first <strong>Google Android</strong>... </span></td>
</tr>
</tbody>
</table>
<table border="0">
<tbody>
<tr>
<td><span style="font-family:arial,sans-serif;"><a title="http://abclocal.go.com/wls/story?section=news/consumer&#38;id=6447616&#38;rss=rss-wls-article-6447616" name="part4" href="http://abclocal.go.com/wls/story?section=news/consumer&#38;id=6447616&#38;rss=rss-wls-article-6447616">Pre-orders soar for <strong>Google</strong> smart phone</a><br />
<strong>ABC 7  Chicago</strong> <span style="font-family:verdana,sans-serif;color:#999999;">Wed, 15 Oct 2008  7:54 AM PDT</span><br />
It appears some people are lining up to buy the first  mobile phone to be powered by <strong>Google</strong>'s new <strong>Android</strong> operating  system. </span></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="575">
<tbody>
<tr valign="top">
<td width="75%">
<table border="0">
<tbody>
<tr>
<td><span style="font-family:arial,sans-serif;"><a title="http://www.physorg.com/news143267101.html" name="part1" href="http://www.physorg.com/news143267101.html">Why we'll all soon  forget about <strong>Google</strong>'s <strong>Android</strong></a><br />
<strong>PhysOrg</strong> <span style="font-family:verdana,sans-serif;color:#999999;">Wed, 15 Oct 2008 3:22 AM  PDT</span><br />
Jui Tan, a partner for BlueRun Ventures who is based in Beijing,  happened to be in Silicon Valley for a meeting a couple of weeks ago when  <strong>Google</strong> finally unveiled the first <strong>Android</strong> mobile phone.</span></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
</item>
<item>
<title><![CDATA[The Mission- What will you do?]]></title>
<link>http://justinlessard.wordpress.com/?p=174</link>
<pubDate>Thu, 16 Oct 2008 00:48:51 +0000</pubDate>
<dc:creator>justinlessard</dc:creator>
<guid>http://justinlessard.lt.wordpress.com/2008/10/15/the-mission-what-will-you-do/</guid>
<description><![CDATA[Please Scroll down to view. It’s too big, and is covered by the text at the right.  à
 
 
 
]]></description>
<content:encoded><![CDATA[<p class="MsoNormal" style="text-align:center;margin:0;" align="center"><strong><span style="font-size:15pt;color:#00ff00;font-family:'Segoe Script';">Please Scroll down to view. It’s too big, and is covered by the text at the right.<span>  </span></span></strong><strong><span style="font-size:30pt;color:#00ff00;font-family:Wingdings;"><span>à</span></span></strong></p>
<p class="MsoNormal" style="text-align:center;margin:0;" align="center"><strong></strong> </p>
<p class="MsoNormal" style="text-align:center;margin:0;" align="center"><strong></strong> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong></strong><strong></strong> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong></strong> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong><span style="font-size:30pt;font-family:'Bradley Hand ITC';"><span style="font-size:30pt;color:#c0c0c0;font-family:Arial;">↓</span></span></strong></p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong></strong><span style="color:#c0c0c0;"> </span></p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong></strong> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong></strong> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong></strong> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong></strong> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong><span style="font-size:30pt;font-family:'Bradley Hand ITC';"><span style="font-size:30pt;font-family:Arial;"><span style="font-size:30pt;color:#ff0000;font-family:Arial;">↓</span></span></span></strong></p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong><span style="font-size:30pt;color:#00ff00;font-family:'Bradley Hand ITC';"></span></strong> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong><span style="font-size:30pt;color:#00ff00;font-family:'Bradley Hand ITC';"></span></strong> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong><span style="font-size:30pt;color:#00ff00;font-family:'Bradley Hand ITC';"></span></strong> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong><span style="font-size:30pt;color:#00ff00;font-family:'Bradley Hand ITC';"></span></strong> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong><span style="font-size:30pt;color:#00ff00;font-family:'Bradley Hand ITC';"></span></strong> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong><span style="font-size:30pt;color:#00ff00;font-family:'Bradley Hand ITC';"></span></strong> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong><span style="font-size:30pt;color:#00ff00;font-family:'Bradley Hand ITC';"></span></strong> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong><span style="font-size:30pt;font-family:'Bradley Hand ITC';"><span style="font-size:30pt;font-family:Arial;"><span style="font-size:30pt;font-family:Arial;"><span style="font-size:30pt;color:#ffff00;font-family:Arial;">↓</span></span></span></span></strong></p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong><span style="font-size:30pt;color:#00ff00;font-family:'Bradley Hand ITC';"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"></span></span></strong> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong><span style="font-size:30pt;color:#00ff00;font-family:'Bradley Hand ITC';"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"></span></span></strong> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong><span style="font-size:30pt;color:#00ff00;font-family:'Bradley Hand ITC';"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"></span></span></strong> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong><span style="font-size:30pt;color:#00ff00;font-family:'Bradley Hand ITC';"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"></span></span></strong> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong><span style="font-size:30pt;color:#00ff00;font-family:'Bradley Hand ITC';"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"></span></span></strong> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong><span style="font-size:30pt;font-family:'Bradley Hand ITC';"><span style="font-size:30pt;font-family:Arial;"><span style="font-size:30pt;font-family:Arial;"><span style="font-size:30pt;font-family:Arial;"><span style="font-size:30pt;color:#ff00ff;font-family:Arial;">↓</span></span></span></span></span></strong></p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong><span style="font-size:30pt;font-family:'Bradley Hand ITC';"><span style="font-size:30pt;font-family:Arial;"><span style="font-size:30pt;font-family:Arial;"></span></span></span></strong><span style="color:#ff00ff;"> </span></p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong><span style="font-size:30pt;color:#00ff00;font-family:'Bradley Hand ITC';"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"></span></span></span></strong> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong><span style="font-size:30pt;color:#00ff00;font-family:'Bradley Hand ITC';"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"></span></span></span></strong> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong><span style="font-size:30pt;color:#00ff00;font-family:'Bradley Hand ITC';"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"></span></span></span></strong> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong><span style="font-size:30pt;font-family:'Bradley Hand ITC';"><span style="font-size:30pt;font-family:Arial;"><span style="font-size:30pt;font-family:Arial;"><span style="font-size:30pt;font-family:Arial;"><span style="font-size:30pt;font-family:Arial;"><span style="font-size:30pt;color:#0000ff;font-family:Arial;">↓</span></span></span></span></span></span></strong></p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong><span style="font-size:30pt;color:#00ff00;font-family:'Bradley Hand ITC';"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"></span></span></span></span></strong> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong><span style="font-size:30pt;color:#00ff00;font-family:'Bradley Hand ITC';"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"></span></span></span></span></strong> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong><span style="font-size:30pt;color:#00ff00;font-family:'Bradley Hand ITC';"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"></span></span></span></span></strong> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong><span style="font-size:30pt;color:#00ff00;font-family:'Bradley Hand ITC';"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"></span></span></span></span></strong> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong><span style="font-size:30pt;color:#00ff00;font-family:'Bradley Hand ITC';"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"></span></span></span></span></strong> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong><span style="font-size:30pt;color:#00ff00;font-family:'Bradley Hand ITC';"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"></span></span></span></span></strong> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong><span style="font-size:30pt;color:#00ff00;font-family:'Bradley Hand ITC';"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"></span></span></span></span></strong> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong><span style="font-size:30pt;font-family:'Bradley Hand ITC';"><span style="font-size:30pt;font-family:Arial;"><span style="font-size:30pt;font-family:Arial;"><span style="font-size:30pt;font-family:Arial;"><span style="font-size:30pt;font-family:Arial;"><span style="font-size:30pt;font-family:Arial;"><span style="font-size:30pt;color:#008000;font-family:Arial;">↓</span></span></span></span></span></span></span></strong></p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong><span style="font-size:30pt;color:#00ff00;font-family:'Bradley Hand ITC';"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"></span></span></span></span></span></strong> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong><span style="font-size:30pt;color:#00ff00;font-family:'Bradley Hand ITC';"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:20pt;color:#00ff00;font-family:Arial;"><span style="color:#339966;">Almost there. Sorry about this.</span></span></span></span></span></span></span></span></span></strong></p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong><span style="font-size:30pt;color:#00ff00;font-family:'Bradley Hand ITC';"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"></span></span></span></span></span></span></span></strong> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong><span style="font-size:30pt;color:#00ff00;font-family:'Bradley Hand ITC';"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"></span></span></span></span></span></span></span></strong> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><strong></strong></span></p>
<p class="MsoNormal" style="text-align:left;margin:0;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><strong><span style="color:#ff9900;">↓</span></strong></span></p>
<p class="MsoNormal" style="text-align:left;margin:0;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><strong></strong></span></p>
<p class="MsoNormal" style="text-align:left;margin:0;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><strong></strong></span></p>
<p class="MsoNormal" style="text-align:left;margin:0;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><strong></strong></span></p>
<p class="MsoNormal" style="text-align:left;margin:0;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><strong></strong></span></p>
<p class="MsoNormal" style="text-align:left;margin:0;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><strong></strong></span></span></p>
<p class="MsoNormal" style="text-align:left;margin:0;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><strong></strong></span></span></p>
<p class="MsoNormal" style="text-align:left;margin:0;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><strong><span style="color:#993366;">↓</span></strong></span></span></p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong></strong></p>
<p class="MsoNormal" style="text-align:left;margin:0;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><strong></strong></span></span></p>
<p class="MsoNormal" style="text-align:left;margin:0;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><strong></strong></span></span></p>
<p class="MsoNormal" style="text-align:left;margin:0;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><strong></strong></span></span></p>
<p class="MsoNormal" style="text-align:left;margin:0;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><strong></strong></span></span></p>
<p class="MsoNormal" style="text-align:left;margin:0;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><strong></strong></span></span></p>
<p class="MsoNormal" style="text-align:left;margin:0;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><strong></strong></span></span></span></p>
<p class="MsoNormal" style="text-align:left;margin:0;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><strong><span style="color:#00ffff;">↓</span></strong></span></span></span></p>
<p class="MsoNormal" style="text-align:left;margin:0;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><strong></strong></span></span></span></p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong><span style="font-size:30pt;color:#00ff00;font-family:'Bradley Hand ITC';"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"><span style="font-size:30pt;color:#00ff00;font-family:Arial;"></span></span></span></span></span></span></strong> <a href="http://justinlessard.files.wordpress.com/2008/10/mission-image_paint3.jpg"><img class="alignnone size-full wp-image-177" title="mission-image_paint3" src="http://justinlessard.wordpress.com/files/2008/10/mission-image_paint3.jpg" alt="" width="743" height="908" /></a></p>
<p class="MsoNormal" style="text-align:left;margin:0;"> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"> </p>
<p class="MsoNormal" style="text-align:left;margin:0;"><strong><span style="color:#339966;">Now, wasn't that worth Scrolling down here?</span></strong></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Itaú é primeiro banco brasileiro a adaptar site para o iPhone]]></title>
<link>http://tatimolini.wordpress.com/?p=531</link>
<pubDate>Thu, 16 Oct 2008 00:01:26 +0000</pubDate>
<dc:creator>tatimolini</dc:creator>
<guid>http://tatimolini.lt.wordpress.com/2008/10/16/itau-e-primeiro-banco-brasileiro-a-adaptar-site-para-o-iphone/</guid>
<description><![CDATA[
O Banco Itaú deu um grande passo à frente da concorrência e colocou no ar o Itaú Mobile 3G, sit]]></description>
<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://tatimolini.files.wordpress.com/2008/10/smartphone-itau1.jpg"><img class="alignnone size-full wp-image-533" title="smartphone-itau1" src="http://tatimolini.wordpress.com/files/2008/10/smartphone-itau1.jpg" alt="" width="131" height="252" /></a><a href="http://tatimolini.files.wordpress.com/2008/10/smartphone-itau.jpg"></a></p>
<p>O Banco Itaú deu um grande passo à frente da concorrência e colocou no ar o Itaú Mobile 3G, site para operações de Internet Banking com interface adaptada para o iPhone, permitindo que clientes possam acessar sua conta com mais naturalidade pelo celular da Apple.</p>
<p>Pelo Itaú Mobile 3G, o correntista poderá verificar saldos e extratos de conta corrente, poupanças e cartões de crédito, lançamentos futuros, realizar pagamentos, transferir valores e emitir DOCs. O cliente ainda poderá consultar investimentos e ações, checar endereços de agências e telefones para atendimento.</p>
<p>Para comunicar a novidade, já está no ar uma campanha da agência Africa que inclui peças em jornais, revistas, Internet, malas diretas, telas de caixas eletrônicos e um filme que poderá ser visto no iPhone. O filme faz parte da campanha institucional desse ano, e reforça o conceito de oferecer a melhor relação custo-benefício para os clientes, através da narrativa de um lápis, ícone da campanha, e de letterings que mostram as iniciativas e postura do Itaú.</p>
<p>Para navegar no site do seu iPhone ou iPod touch, acesse <a href="http://www.itau.com.br/mobile">http://www.itau.com.br/mobile</a>  O sistema do banco detectará o navegador do telefone (o Safari Mobile) e o redirecionará para o site correto.</p>
<p>Vale lembrar que o Itaú chegou ao celular em 2000, por meio da tecnologia WAP. Em 2007, o banco passou a disponibilizar também uma versão mais moderna do Itaú Mobile, em linguagem HTML.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Alexander Calder]]></title>
<link>http://moderneiros.wordpress.com/?p=216</link>
<pubDate>Wed, 15 Oct 2008 22:36:38 +0000</pubDate>
<dc:creator>popdesign</dc:creator>
<guid>http://moderneiros.lt.wordpress.com/2008/10/15/alexander-calder/</guid>
<description><![CDATA[
Alexander Calder (julho de 1898 - novembro de 1976), também conhecido por Sandy Calder, foi um esc]]></description>
<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-217" title="calder" src="http://moderneiros.wordpress.com/files/2008/10/calder.jpg" alt="" /></p>
<p>Alexander Calder (julho de 1898 - novembro de 1976), também conhecido por Sandy Calder, foi um escultor e artista plástico americano famoso por desenvolver seus móbiles.</p>
<p>Formou-se em engenharia e antes de se dedicar à escultura foi pintor e ilustrador.</p>
<p>Em 1926 , após visitar a Grã-Bretanha, fixou-se em Paris, onde conheceu surrealistas, dadaístas e os componentes do grupo De Stijl. Data dessa época sua amizade com Joan Miro. Construiu um circo em miniatura, com animais de madeira e arame. Os seus “espetáculos” eram assistidos por artistas e intelectuais. Fez, também em arame, as suas primeiras esculturas: Josephine Baker (1926), Romulu and Remus (1928), Spring (1929).</p>
<p>De 1931 datam as suas primeiras construções abstratas, nitidamente influenciadas por Mondrian. Os primeiros móbiles são de 1932.</p>
<p>Em 1933 Calder voltou aos Estados Unidos. Em 1948 viajou à América do Sul e de novo em 1959. Nessa última ocasião, visitou o Brasil, onde expôs no Museu de Arte de São Paulo. Em 1950 foi à Escandinávia.</p>
<p>Calder ocupa lugar especial entre os escultores modernos. Criador dos stabiles, sólidas esculturas fixas, e dos móbiles, placas e discos metálicos unidos entre si por fios que se agitam tocados pelo vento, assumindo as formas mais imprevistas – a sua arte, no dizer de Marcel Duchamp, “é a sublimação de uma árvore ao vento”.</p>
<p>Calder foi o primeiro a explorar o movimento na escultura e um dos poucos artistas a criar uma nova forma – o mobile. Nos últimos anos mantinha um estúdio em Saché, perto de Tours, e embora vivesse aí a maior parte do tempo, conservou sua fazenda de Roxbury, Connecticut, comprada em 1933, e que se tornara um verdadeiro repositório de trabalhos e objetos feitos por ele – desde os andirons espiralados da lareira rústica até às bandejas feitas com latas de azeite italiano.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[When is it Canada's turn to get some Android love?]]></title>
<link>http://extrathought.wordpress.com/?p=115</link>
<pubDate>Wed, 15 Oct 2008 22:22:23 +0000</pubDate>
<dc:creator>Jon Jennings</dc:creator>
<guid>http://extrathought.lt.wordpress.com/2008/10/15/when-is-it-canadas-turn-to-get-some-android-love/</guid>
<description><![CDATA[So the Google/HTC/T-Mobile G1 is apparently already shipping in the US - a week ahead of its schedul]]></description>
<content:encoded><![CDATA[<p>So the Google/HTC/T-Mobile G1 is apparently <a href="http://feeds.feedburner.com/~r/TheBoyGeniusReport/~3/421656615/">already shipping</a> in the US - a week ahead of its scheduled launch date.</p>
<p>And T-Mobile have just <a href="http://www.boygeniusreport.com/2008/10/15/t-mobile-uk-getting-the-g1-october-30/">announced</a> a launch date for the UK.</p>
<p>Isn't it about time someone brought it up here to Canada?</p>
<p>The problem here is that we only have one GSM provider as <a href="https://www.rogers.com/web/Rogers.portal?_nfpb=true&#38;_pageLabel=WRLS_HOME">Rogers</a> owns <a href="http://fido.ca/web/page/portal/Fido/Home">Fido</a> - and Rogers/Fido is already committed to the iPhone. Would they want to launch a device that is being touted as an 'iPhone killer'? Probably not.</p>
<p>But maybe there's a glimmer of hope... <a href="http://www.bell.ca/shopping/PrsShpWls_Landing.page">Bell</a> have <a href="http://techvibes.com/blog/bell-announces-upgrade-to-3g-gsm-path-to-4g">announced</a> that they're going to be rolling out a 3G GSM network in time for the 2010 Olympics. Wouldn't the 'iPhone killer' be a great way to launch their new network with a bang and grab a heck of a lot of publicity and market share?</p>
<p>Of course they're not going to have a network for it for another year. But people are already talking about the G2. Maybe the timing will coincide for Bell and they can launch the G2 on their new network next year? And hopefully with more competitive data rates than those that brought Rogers <a href="http://www.electronista.com/articles/08/06/27/rogers.defends.iphone.data/">international</a> <a href="http://www.ruinediphone.com/">publicity</a> of the <a href="http://www.tuaw.com/2008/06/27/rogers-announces-iphone-rates-in-canada/">wrong</a> sort.</p>
<p>Pure speculation on my behalf. But next autumn I'll be digging out this blog post and saying "I told you so!"</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[FCC Gives Whites Spaces a Boost]]></title>
<link>http://gigaom.com/?p=24983</link>
<pubDate>Wed, 15 Oct 2008 22:03:31 +0000</pubDate>
<dc:creator>Stacey Higginbotham</dc:creator>
<guid>http://gigaom.com/2008/10/15/fcc-gives-whites-spaces-a-boost/</guid>
<description><![CDATA[Updated: The Federal Communications Commission has released an engineering report that increases the]]></description>
<content:encoded><![CDATA[<p><strong><img class="alignleft size-medium wp-image-22802" title="istock_000005432570xsmall" src="http://gigaom.wordpress.com/files/2008/09/istock_000005432570xsmall.jpg?w=300" alt="" width="200" height="140" />Updated</strong>: The Federal Communications Commission has released an <a href="http://hraunfoss.fcc.gov/edocs_public/attachmatch/DA-08-2243A3.pdf">engineering report</a> that increases the chances of a <a href="http://gigaom.com/2008/08/18/google-pushes-white-space-says-freetheairwaves/">new wireless broadband network operating in the so-called white spaces</a>, or unused spectrum, between digital TV channels. Such a service could compete with existing broadband networks from cellular carriers and perhaps cable and and DSL offerings. The report details the effects of interference (and there are some) from devices operating in the white spaces. <!--more--></p>
<p>The FCC will now take comments, then create rules to determine how such white spaces devices should operate. The rules <a href="http://googlepublicpolicy.blogspot.com/2008/10/fcc-to-vote-on-opening-up-white-spaces.html">may be voted on at the next FCC public meeting held on Nov. 4</a>. From the report:</p>
<blockquote><p>This  action will open for use a significant amount of spectrum with very desirable propagation  characteristics that has heretofore lain fallow.  It will also allow the development of new  and innovative types of unlicensed devices that provide broadband data and other  services for businesses and consumers without disrupting the incumbent television and  other authorized services that operate in the TV bands.  The Commission is considering  whether to also allow “personal/portable” WSDs to operate in the TV spectrum.</p></blockquote>
<p>Technology companies, including Google, Microsoft, Motorola and Dell, have <a href="http://gigaom.com/2008/03/24/googles-white-space-proposal/">all stepped forward to show their support this proposal</a>. On the other side, several groups using the spectrum, including the <a href="http://arstechnica.com/news.ars/post/20070911-nab-takes-fight-against-white-space-broadband-to-the-airwaves.html">National Association of Broadcasters</a>, the National Cable and Telecommunications Association and those using wireless microphones have protested, citing the potential for interference. The FCC undertook <a href="http://gigaom.com/2008/07/21/will-the-fcc-play-lollapalooza/">18 months of testing</a> that is reflected in this report.</p>
<p>Ben Scott, policy director of Free Press, issued the following statement:</p>
<blockquote><p>"This isn't about one industry versus another. And the real value of unlicensed white spaces isn't in the devices of today -- it's in their future potential to connect all Americans to a fast, affordable, open Internet. Freeing up these powerful airwaves will create a boom in innovative technologies and expand the opportunities for citizens to communicate with one another and the rest of the world."</p></blockquote>
<p>It could also lead to a bonanza for device makers who can sell devices to access such spectrum, and for firms such as Google who would see more consumers online viewing more of its advertising. Depending on the quality and speed of access offered over white spaces, it might also affect the monthly data services wireless operators currently sell for $60 a pop.</p>
<p>However, until the FCC begins setting rules for this spectrum, it remains hard to see how this will play out in the real world. As we've said before, the FCC could still <a href="http://gigaom.com/2008/09/24/the-devil-is-in-the-details-in-white-space-debate/">create rules for devices operating in this spectrum that limit</a> the usefulness of a white spaces network.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Student Smartphone Usage]]></title>
<link>http://thomcochrane.wordpress.com/2008/10/16/student-smartphone-usage/</link>
<pubDate>Wed, 15 Oct 2008 22:03:17 +0000</pubDate>
<dc:creator>thomcochrane</dc:creator>
<guid>http://thomcochrane.lt.wordpress.com/2008/10/16/student-smartphone-usage/</guid>
<description><![CDATA[A quick survey of what students are using their N95 smartphones for (Bachelor of Product Design, Yea]]></description>
<content:encoded><![CDATA[<p>A quick survey of what students are using their N95 smartphones for (Bachelor of Product Design, Year3, 2008)</p>
<p><a href="http://www.flickr.com/photos/98725244@N00/2944786953" title="View 'MobileUsage.jpg' on Flickr.com">
<div style="text-align:center;"><img src="http://farm4.static.flickr.com/3291/2944786953_6550de7847.jpg" alt="MobileUsage.jpg" border="0" width="281" height="500" /></div>
<p></a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[MLearn2008 Pics]]></title>
<link>http://thomcochrane.wordpress.com/2008/10/16/mlearn2008-pics/</link>
<pubDate>Wed, 15 Oct 2008 21:58:26 +0000</pubDate>
<dc:creator>thomcochrane</dc:creator>
<guid>http://thomcochrane.lt.wordpress.com/2008/10/16/mlearn2008-pics/</guid>
<description><![CDATA[Link to Picasa slideshow of MLearn2008 pics
http://picasaweb.google.com/thomcochrane/MLearn2008#slid]]></description>
<content:encoded><![CDATA[<p>Link to Picasa slideshow of MLearn2008 pics<br />
<a href="http://picasaweb.google.com/thomcochrane/MLearn2008#slideshow" target="_blank">http://picasaweb.google.com/thomcochrane/MLearn2008#slideshow</a></p>
<table style="width:194px;">
<tr>
<td align="center" style="height:194px;background:url(http://picasaweb.google.com/f/img/transparent_album_background.gif) no-repeat left;"><a href="http://picasaweb.google.com/thomcochrane/MLearn2008#"><img src="http://lh5.ggpht.com/thomcochrane/SPZjtM9LwME/AAAAAAAAB7M/BlKKD4X2wyc/s160-c/MLearn2008.jpg" width="160" height="160" style="margin:1px 0 0 4px;"></a></td>
</tr>
<tr>
<td style="text-align:center;font-family:arial,sans-serif;font-size:11px;"><a href="http://picasaweb.google.com/thomcochrane/MLearn2008#">MLearn2008</a></td>
</tr>
</table>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Video recensione T-Mobile G1 - Android User Interface]]></title>
<link>http://passionemobile.wordpress.com/?p=14187</link>
<pubDate>Wed, 15 Oct 2008 21:34:11 +0000</pubDate>
<dc:creator>MobileMan</dc:creator>
<guid>http://passionemobile.lt.wordpress.com/2008/10/15/video-recensione-t-mobile-g1-android-user-interface/</guid>
<description><![CDATA[

Thanks Franco per la &#8221;pronta&#8221; segnalazione
Fonte:Mobileburn
]]></description>
<content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=2K3Lj-lbEAA"><img class="alignnone size-full wp-image-14188" title="passionemobileworld450" src="http://passionemobile.wordpress.com/files/2008/10/passionemobileworld450.jpg" alt="" width="460" height="346" /></a></p>
<p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/2K3Lj-lbEAA'></param><param name='wmode' value='transparent'></param><embed src='http://www.youtube.com/v/2K3Lj-lbEAA&rel=0' type='application/x-shockwave-flash' wmode='transparent' width='425' height='350'></embed></object></span></p>
<p>Thanks Franco per la ''pronta'' segnalazione</p>
<p>Fonte:<a href="http://www.mobileburn.com/" target="_blank">Mobileburn</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Si avvicina il Natale cosa vorreste trovare sotto l'albero tra gli smartphone touchscreen?]]></title>
<link>http://passionemobile.wordpress.com/?p=14129</link>
<pubDate>Wed, 15 Oct 2008 21:23:19 +0000</pubDate>
<dc:creator>MobileMan</dc:creator>
<guid>http://passionemobile.lt.wordpress.com/2008/10/15/si-avvicina-il-natale-cosa-vorreste-trovare-sotto-lalbero-tra-gli-smartphone-touchscreen/</guid>
<description><![CDATA[ View Poll
]]></description>
<content:encoded><![CDATA[[polldaddy poll=999391]
]]></content:encoded>
</item>
<item>
<title><![CDATA[2008 USAID Development 2.0 Challenge]]></title>
<link>http://thinkchangeindia.wordpress.com/?p=1327</link>
<pubDate>Wed, 15 Oct 2008 21:08:21 +0000</pubDate>
<dc:creator>Aishwarya</dc:creator>
<guid>http://thinkchangeindia.lt.wordpress.com/2008/10/15/2008-usaid-development-20-challenge/</guid>
<description><![CDATA[USAID and Global Development Commons have announced the 2008 USAID Development 2.0 Challenge. The c]]></description>
<content:encoded><![CDATA[<p><a href="http://www.usaid.gov/about_usaid/" target="_blank">USAID</a> and <a href="http://www.usaid.gov/about_usaid/gdc/" target="_blank">Global Development Commons</a> have announced the 2008 USAID Development 2.0 Challenge. The competition beckons participants to come up with an idea to use mobile technology for social good. In their own words:</p>
<blockquote><p>Mobile technology, including everything from inventive applications for smart phones to simple text messaging, is increasingly ubiquitous in the developing world. USAID challenges you to explore its potential through an innovation for maximum development impact in areas such as health, banking, education, agricultural trade, or other pressing development issues.</p></blockquote>
<p>Find more information on this challenge <a href="http://www.netsquared.org/usaid" target="_blank">here</a>, including the key dates.</p>
<p>TC-I has regularly reported on developments in the usage of mobile technology to help tackle social issues - be it <a href="http://thinkchangeindia.wordpress.com/2008/08/19/making-condoms-cooler-through-cellphones/" target="_blank">spreading health message through ringtones</a> or <a href="http://thinkchangeindia.wordpress.com/2008/06/25/bank-in-a-shop-shop-in-a-bank/" target="_blank">lowering the cost of banking</a>. Innovations in mobile technology coupled with the intense competiton in the mobile market space have lowered the entry level for cell phones and also helped increase its reach manifold. Now we need to ensure that innovative ideas levarage this ecology.</p>
<p>PS: The site <a href="http://www.netsquared.org/">http://www.netsquared.org/</a> is itself a very interesting portal. Their motto clear states their objective of "remixing the web for social change". You can find a few other very interesting and cutting edge web based solutions.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Download latest Free Ubuntu Linux Server in Just 15 Days More]]></title>
<link>http://oskanpur.wordpress.com/?p=66</link>
<pubDate>Wed, 15 Oct 2008 20:43:14 +0000</pubDate>
<dc:creator>oskanpur</dc:creator>
<guid>http://oskanpur.lt.wordpress.com/2008/10/15/download-latest-free-ubuntu-linux-server-in-just-15-days-more/</guid>
<description><![CDATA[Download latest Free Ubuntu Linux Server in Just 15 Days More : Version 8.10 Coming Coming Coming fo]]></description>
<content:encoded><![CDATA[<p>Download latest <a title="Download Modern, Latest Free Ubuntu Linux for Servers in India" href="http://www.ubuntu.com/" target="_blank">Free Ubuntu Linux Server</a> in Just 15 Days More : Version 8.10 Coming Coming Coming for all ..</p>
<p>Ubuntu is a community developed, Linux based operating system that is perfect for laptops, desktops and servers. It contains all the applications you need - a web browser, presentation, document and spreadsheet software, instant messaging and much more.</p>
<p>Just connect BSNL DataOne Broadband and you are ready to do Sa Re Ga Ma ... Voice of India</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Mobilizing wordpress!]]></title>
<link>http://mobilizing.wordpress.com/?p=14</link>
<pubDate>Wed, 15 Oct 2008 20:07:10 +0000</pubDate>
<dc:creator>rgubby</dc:creator>
<guid>http://mobilizing.lt.wordpress.com/2008/10/15/mobilizing-wordpress/</guid>
<description><![CDATA[I&#8217;ve been working on a wordpress plugin recently to mobilize a wordpress app.
It&#8217;s still]]></description>
<content:encoded><![CDATA[<p>I've been working on a wordpress plugin recently to mobilize a wordpress app.</p>
<p>It's still in beta and only has limited functionality, but what it does have is 100% browser detection (using Wapple Exhibit), and has fancy things like image resizing..</p>
<p>It's currently running on http://docs.online-footie.com and works pretty well! Once a few features have been added in, i'll release it into the wild so everyone can have a go with it!</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Why Windows Mobile Is In Trouble]]></title>
<link>http://gigaom.com/?p=24747</link>
<pubDate>Wed, 15 Oct 2008 20:00:25 +0000</pubDate>
<dc:creator>Om Malik</dc:creator>
<guid>http://gigaom.com/2008/10/15/why-windows-mobile-is-in-trouble/</guid>
<description><![CDATA[Recently it was revealed that the newest version of Microsoft&#8217;s mobile operating system, Windo]]></description>
<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-23095" title="android_robot1" src="http://gigaom.wordpress.com/files/2008/09/android_robot1.gif" alt="" width="121" height="167" />Recently it <a href="http://news.cnet.com/8301-13860_3-10048061-56.html">was revealed</a> that the newest version of Microsoft's mobile operating system, Windows Mobile 7.0, would be <a href="http://venturebeat.com/2008/09/26/windows-mobile-7-phone-release-now-seriously-delayed-could-be-as-late-as-2010/">delayed until as late as 2010</a>. The updated version, which the company's partners had reportedly been hoping to have by early 2009, was aimed at giving Microsoft a bigger presence on the mobile stage. But delay or no delay, I don’t think it would have been enough. With competition from a resurgent BlackBerry platform from Research in Motion, Apple’s iPhone and most importantly, the Google Phone platform (I will analyze Nokia’s Symbian platform in a separate post at a later date), Microsoft’s mobile platform is facing its toughest environment yet.</p>
<p>I'm not saying that Windows Mobile is no longer relevant. What I am saying is that Microsoft’s grand mobile ambitions might have to come down a few notches. Just like open-source server software made it impossible for Microsoft to extend its stranglehold to servers and the back-end infrastructure business, these newer mobile platforms will act as speed barriers to Microsoft’s mobile ambitions.<!--more--></p>
<p><img class="alignleft size-full wp-image-24801" title="smartphonemarketshare1" src="http://gigaom.wordpress.com/files/2008/10/smartphonemarketshare1.gif" alt="" width="300" height="369" />Research firm Gartner recently released <a href="http://www.gartner.com/it/page.jsp?id=754112">smartphone market share data</a> for the second quarter, and some of the numbers were pretty astonishing. RIM's market share surged 126 percent over the second quarter of 2007, to 17.4 percent. For the same year-over-year period, Apple’s OS X platform rocketed higher by 230.6 percent to encompass 2.8 <span style="text-decoration: line-through;">7.3</span> percent of the worldwide market. Symbian was flat, and Windows Mobile market edged up a mere 20.6 share to stand at 11.5 percent for the period.</p>
<p>Notably, this was <em>before</em> Blackberry figured out its game and announced a slew of devices, <a href="http://www.jkontherun.com/2008/10/blackberry-fans.html">among them its new flip phone</a>, aimed at higher-end consumers. A bunch of others, like the Bold and the Storm, will soon be released in the U.S. as well. And Apple continues to wow with its iPhone. But none of those present the most immediate threat to Microsoft's mobile platform -- that comes from Google's Android.</p>
<p>Over the weekend, rumors began surfacing that T-Mobile USA had pre-sold nearly <a href="http://www.engadget.com/2008/10/12/1-5-million-t-mobile-g1s-already-pre-ordered/">1.5 million units</a> of the Google Phone, the G-1, made by <a href="http://gigaom.com/2008/08/15/for-htc-google-phone-is-a-dream/">handset maker HTC</a>. After seeing the phone up close and personal, I'm not at all surprised.</p>
<p>A few weeks ago, I moderated a panel in Boston that included Rich Miner, group manager of mobile platforms at Google and one of the co-founders of Android, a startup that <a href="http://gigaom.com/2005/08/24/grousing-about-google/">Google acquired in 2005</a>. Android, of course, has become the underpinning of Google’s assault on the mobile industry.</p>
<p>Miner, who was a keynote speaker at our <a href="http://events.gigaom.com/mobilize/08">Mobilize conference</a>, let me play around with his Google Phone. Since I wasn’t able to attend the launch event in New York, it was my first interaction with the device <a href="http://gigaom.com/2006/12/17/google-phone/">whose existence and emergence</a> over the past few years we have closely followed.</p>
<p>It didn't take long for me to conclude that the device was well designed, sturdy, fast, easy to use and very intuitive -- many of the same sentiments already expressed by experts such as <a href="http://mossblog.allthingsd.com/20080923/googles-g1-first-impressions">Walt Mossberg of The Wall Street Journal</a> and über gadget blogs <a href="http://www.engadget.com/2008/09/24/t-mobile-g1-impressions-what-we-love-what-we-dont/">Engadget</a> and <a href="http://gizmodo.com/5053611/t+mobile-g1-android-phone-hands+on">Gizmodo</a>. (Of course, we share similar concerns as well.)</p>
<p>What I don't believe is that the device will have a major impact on Apple’s iPhone. The two have a lot in common the way a Mercedes and a Toyota truck have a lot in common: While they contain some of the same basic features -- in this case a touch screen, an application framework that draws inspiration from their web peers and a near-identical Webkit browser -- the user experience on the two devices is markedly different. In other words, the companies are going after different market segments.</p>
<p>Google's Android, in my opinion, is a direct competitor to Windows Mobile. Put another way, it's Windows Mobile done right. I say this because I have tried dozens of Windows Mobile-based phones and their user interface always leaves me feeling like someone with multiple cuts being submerged in salt water.  Don’t get me wrong – I think Windows Mobile as an OS has come a long way since its early, awkward roots. It's just that the new guys are better. A lot better.</p>
<p>In fact Miner, when he <a href="http://gigaom.com/2006/12/18/google-phone-some-circumstantial-evidence/">used to work at French-owned mobile carrier Orange</a>, was one of the people who helped introduce a customized version of a Windows Mobile-based HTC device there. The experience with Windows Mobile left him so frustrated that he convinced Andy Rubin to team up and build the Android OS.</p>
<p>Sometime later this month, the <a href="http://gigaom.com/2008/09/23/live-from-the-google-phone-announcement/">G-1 will go on sale</a> and people (at least those in the U.S.) will be able to experience the difference between a Windows Mobile- and an Android-based phone for themselves.  Of course, some will find the shortcomings of the Google Phone -- and according to Mossberg, there are many -- grating. Others, like me, will be suitably impressed. And if they're impressed enough, most handset makers will want to join the party.</p>
<p>So is Windows Mobile a lost cause? Absolutely not: Microsoft still sells millions of devices based on this platform, has brand-name mobile phone makers as partners and, most importantly, the ability to spend seemingly endlessly. They could start by buying browser maker <span style="text-decoration: line-through;">Cellfire</span> Skyfire to make up for Internet Explorer Mobile. And they could hammer home the advantages of Mobile, like how easy it to run VoIP and other applications such as Skype, or how it can work seamlessly with Microsoft Exchange. That will at least keep them on par with their upstart competitors.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Jassp by P@sco , recensione Nokia N85]]></title>
<link>http://passionemobile.wordpress.com/?p=14156</link>
<pubDate>Wed, 15 Oct 2008 19:48:04 +0000</pubDate>
<dc:creator>MobileMan</dc:creator>
<guid>http://passionemobile.lt.wordpress.com/2008/10/15/jassp-by-psco-recensione-nokia-n85/</guid>
<description><![CDATA[Jaspp.net by P@sco ha effettuato una recensione del nuovo Nokia N85&#8230;
N85 è solido, ben costru]]></description>
<content:encoded><![CDATA[<p><a href="http://www.jaspp.net/2008/10/n85-personal-review/#more-2466" target="_blank">Jaspp.net</a> by P@sco ha effettuato una recensione del nuovo <strong>Nokia N85...</strong></p>
<blockquote><p><em>N85 è solido, ben costruito e molto gradevole alla vista, nonostante la parte lucida renda praticamente impossibile ternere pulita la parte superiore, che si riempie di ditate in pochi secondi d’uso.</em></p></blockquote>
<p><a href="http://www.jaspp.net/2008/10/n85-personal-review/#more-2466" target="_blank">clicca qui</a> per  visionare recensione</p>
<p><a href="http://www.jaspp.net/2008/10/n85-personal-review/#more-2466"><img class="alignnone size-full wp-image-14157" title="passionemobileworld445" src="http://passionemobile.wordpress.com/files/2008/10/passionemobileworld445.jpg" alt="" width="460" height="345" /></a></p>
<p>Fonte:<a href="http://www.jaspp.net/2008/10/n85-personal-review/#more-2466" target="_blank">Jaspp.net</a> by P@sco</p>
]]></content:encoded>
</item>

</channel>
</rss>
