<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="http://blogs.forum.nokia.com/styles/rss.css" type="text/css"?>
<rss version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
 <channel>
  <title>Forum Nokia Blogs</title>
  <description>Forum Nokia Blogs</description>
  <link>http://blogs.forum.nokia.com/summary.php</link>
  <generator>LifeType 1.2</generator>
  <pubDate>Mon, 23 Nov 2009 08:09:31 +0200</pubDate>
  <itunes:author>Forum Nokia</itunes:author>
  <itunes:category text="Technology">
    <itunes:category text="Tech News"/>
  </itunes:category>
  <itunes:image href="http://www.forum.nokia.com/piazza/blogs/imgs/forum_nokia_rss_logo.jpg"/>
          
  <item>
   <title>Starting with GuaranaUI WRT Framework</title>
   <description>&lt;p&gt;This posts describes how to start the development using&amp;nbsp;&lt;a href=&quot;http://wiki.forum.nokia.com/index.php/Guarana_UI:_a_jQuery-Based_UI_Library_for_Nokia_WRT&quot;&gt;GuaranaUI&lt;/a&gt;&amp;nbsp;Framework.&lt;/p&gt;&lt;p&gt;The developer can download two version of GuaranaUI. In the&amp;nbsp;&lt;a href=&quot;http://tw0.us/4wi&quot;&gt;full package&lt;/a&gt;, build process is necessary. This ant based build system is very flexible, the user can select one of 6 themes available for 2 diferent resolutions. One more easy way is to get the&amp;nbsp;&lt;a href=&quot;http://www.forum.nokia.com/piazza/wiki/images/d/df/Guarana_WRT_UI_Library_v1_0_Builded_Package.zip&quot;&gt;builded version&lt;/a&gt;, prepared for 360x640 resolution with default green theme.&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://www.forum.nokia.com/piazza/wiki/images/5/52/GuaranaUI-Starting-Process.PNG&quot; width=&quot;800&quot; height=&quot;391&quot; /&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&amp;nbsp;1. Copy need files&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;You must copy &lt;span style=&quot;font-family: &#039;courier new&#039;, courier&quot;&gt;lib &lt;/span&gt;and &lt;span style=&quot;font-family: &#039;courier new&#039;, courier&quot;&gt;themes &lt;/span&gt;folders for your widget.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&amp;nbsp;2. Guarana UI PATH Settings&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Two paths must be setted in your javascript code:&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &#039;courier new&#039;, courier&quot;&gt;- NOKIA_PATH_JAVASCRIPT = &#039;lib/&#039;;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &#039;courier new&#039;, courier&quot;&gt;- NOKIA_PATH_STYLE_ROOT = &#039;themes/nokia/base/&#039;;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&amp;nbsp;3. Include dependencies&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;- CSS&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &#039;courier new&#039;, courier&quot;&gt;&lt;span style=&quot;white-space: pre&quot;&gt;&amp;nbsp;  &lt;/span&gt;&amp;lt;link rel=&#039;stylesheet&#039; href=&#039;themes/themeroller/default-theme/Themeroller.css&#039; type=&#039;text/css&#039; media=&#039;screen&#039;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &#039;courier new&#039;, courier&quot;&gt;&lt;span style=&quot;white-space: pre&quot;&gt;&amp;nbsp;  &lt;/span&gt;&amp;lt;link rel=&#039;stylesheet&#039; href=&#039;themes/nokia/ext-theme/default/360x640/custom.css&#039; type=&#039;text/css&#039; media=&#039;screen&#039;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;- JAVASCRIPT&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &#039;courier new&#039;, courier&quot;&gt;&lt;span style=&quot;white-space: pre&quot;&gt;&amp;nbsp;  &lt;/span&gt;&amp;lt;script src=&amp;quot;lib/jquery/jQuery.js&amp;quot; type=&amp;quot;text/javascript&amp;quot; charset=&amp;quot;utf-8&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &#039;courier new&#039;, courier&quot;&gt;&lt;span style=&quot;white-space: pre&quot;&gt;&amp;nbsp;  &lt;/span&gt;&amp;lt;script src=&amp;quot;lib/Guarana.js&amp;quot; type=&amp;quot;text/javascript&amp;quot; charset=&amp;quot;utf-8&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;4. Component creation (for&amp;nbsp;&lt;a href=&quot;http://wiki.forum.nokia.com/index.php/Rating&quot;&gt;Rating&lt;/a&gt;&amp;nbsp;Component)&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;white-space: pre&quot;&gt;&lt;span style=&quot;font-family: &#039;courier new&#039;, courier&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &#039;courier new&#039;, courier&quot;&gt;Nokia.use(&#039;rating&#039;, function(){&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;white-space: pre&quot;&gt;&lt;span style=&quot;font-family: &#039;courier new&#039;, courier&quot;&gt;		&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &#039;courier new&#039;, courier&quot;&gt;var rating = new Nokia.Rating({&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;white-space: pre&quot;&gt;&lt;span style=&quot;font-family: &#039;courier new&#039;, courier&quot;&gt;			&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &#039;courier new&#039;, courier&quot;&gt;element: &#039;#rating01&#039;,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;white-space: pre&quot;&gt;&lt;span style=&quot;font-family: &#039;courier new&#039;, courier&quot;&gt;			&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &#039;courier new&#039;, courier&quot;&gt;value: 2&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;white-space: pre&quot;&gt;&lt;span style=&quot;font-family: &#039;courier new&#039;, courier&quot;&gt;		&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &#039;courier new&#039;, courier&quot;&gt;});&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &#039;courier new&#039;, courier&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;white-space: pre&quot;&gt;&lt;span style=&quot;font-family: &#039;courier new&#039;, courier&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &#039;courier new&#039;, courier&quot;&gt;});&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;A complete starting example is available&amp;nbsp;&lt;a href=&quot;http://www.forum.nokia.com/piazza/wiki/images/8/86/GuaranaUI-Rating-Full-Example.zip&quot;&gt;here&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;&lt;p&gt;-- Allan Bezerra&amp;nbsp;&lt;/p&gt;</description>
   <link>http://blogs.forum.nokia.com/blog/allan-bezerras-guaranaui-blog/2009/11/19/starting-with-guaranaui-wrt-framework</link>
   <comments>http://blogs.forum.nokia.com/blog/allan-bezerras-guaranaui-blog/2009/11/19/starting-with-guaranaui-wrt-framework</comments>
   <guid>http://blogs.forum.nokia.com/blog/allan-bezerras-guaranaui-blog/2009/11/19/starting-with-guaranaui-wrt-framework</guid>
      <author>allanbezerra</author>
   <category>
           Browsing 
        </category>
   <source url="http://blogs.forum.nokia.com/rss.php?blogId=300107&amp;profile=rss20">Allan Bezerra&#039;s GuaranaUI Blog</source>
         <pubDate>Thu, 19 Nov 2009 20:45:56 +0200</pubDate>
  </item>
          
  <item>
   <title>Guarana UI online Components Browser</title>
   <description>&lt;p&gt;
&lt;a href=&quot;http://blogs.forum.nokia.com/blog/forum-nokia-web-talks/2009/11/18/guarana-ui-a-jquery-based-ui-library-for-nokia-wrt-available&quot; title=&quot;Guarana UI framework launch&quot;&gt;Yesterday&lt;/a&gt;, the &lt;a href=&quot;http://wiki.forum.nokia.com/index.php/Guarana_UI:_a_jQuery-Based_UI_Library_for_Nokia_WRT&quot; title=&quot;Guarana UI&quot;&gt;Guarana UI framework&lt;/a&gt; has been launched, with a &lt;strong&gt;complete set of ready-to-use components&lt;/strong&gt; that will definitely be useful to all &lt;a href=&quot;http://www.forum.nokia.com/Resources_and_Information/Explore/Web_Technologies/Web_Runtime/&quot; title=&quot;Web Runtime website&quot;&gt;&lt;strong&gt;Web Runtime&lt;/strong&gt;&lt;/a&gt; developers.
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;&lt;a href=&quot;http://www.jappit.com/m/guaranabrowser/&quot; title=&quot;Guarana UI Components Browser&quot;&gt;&lt;img src=&quot;http://www.jappit.com/images/blog/uploads/guarana_ui_browser.png&quot; alt=&quot;Guarana UI Components Browser&quot; width=&quot;606&quot; height=&quot;202&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
It&#039;s now available a &lt;a href=&quot;http://www.jappit.com/m/guaranabrowser/&quot; title=&quot;Guarana UI Components Browser&quot;&gt;Guarana UI online Components Browser&lt;/a&gt;, that allows developers to &lt;strong&gt;quickly preview and use all the Guarana UI Components&lt;/strong&gt;.
&lt;/p&gt;
&lt;p&gt;
Soon it will feature &lt;strong&gt;tutorials and guidelines on Components usage, testing and customization.&lt;/strong&gt; 
&lt;/p&gt;
&lt;p&gt;
If you have a &lt;strong&gt;WRT widget, a new Component or a proof-of-concept built by using Guarana UI&lt;/strong&gt;, and want to &lt;strong&gt;feature it on this page&lt;/strong&gt;, just drop me an email or a comment on this post. 
&lt;/p&gt;
&lt;p&gt;
Hope you enjoy it! :) 
&lt;/p&gt;</description>
   <link>http://blogs.forum.nokia.com/blog/alessandro-la-rosas-forum-nokia-blog/2009/11/19/guarana-ui-online-components-browser</link>
   <comments>http://blogs.forum.nokia.com/blog/alessandro-la-rosas-forum-nokia-blog/2009/11/19/guarana-ui-online-components-browser</comments>
   <guid>http://blogs.forum.nokia.com/blog/alessandro-la-rosas-forum-nokia-blog/2009/11/19/guarana-ui-online-components-browser</guid>
      <author>jappit</author>
   <category>
           Browsing 
           S60 
           Web Runtime (WRT) 
        </category>
   <source url="http://blogs.forum.nokia.com/rss.php?blogId=300067&amp;profile=rss20">Alessandro La Rosa&#039;s Forum Nokia Blog</source>
         <pubDate>Thu, 19 Nov 2009 16:35:28 +0200</pubDate>
  </item>
          
  <item>
   <title>Carbide 2.3 and QT tip</title>
   <description>&lt;p&gt;
I have recently started investigating using QT since its the new Nokia hot topic!
&lt;/p&gt;
&lt;p&gt;
After installing carbide.c++ 2.3 beta I imported a QT project I had written for the desktop and got this error when opening anything to do with QT 
&lt;/p&gt;
&lt;p&gt;
&amp;quot;org.eclipse.swt.SWTException: Class ID not found in registry&amp;quot;
&lt;/p&gt;
&lt;p&gt;
The trick to getting rid of this error message is to register the QT DLL&#039;s. Look in the folder &amp;quot;configuration\qt&amp;quot; under your carbide installation root folder and there you will find a bat file called &amp;quot;register_plugins.bat&amp;quot; which you will need to run.
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
This registers all the COM objects eclipse needs and the integrated tools will now work...
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;</description>
   <link>http://blogs.forum.nokia.com/blog/paul-todds-forum-nokia-blog/2009/11/19/carbide-2.3-and-qt-tip</link>
   <comments>http://blogs.forum.nokia.com/blog/paul-todds-forum-nokia-blog/2009/11/19/carbide-2.3-and-qt-tip</comments>
   <guid>http://blogs.forum.nokia.com/blog/paul-todds-forum-nokia-blog/2009/11/19/carbide-2.3-and-qt-tip</guid>
      <author>Paul.Todd</author>
   <category>
           S60 
           QT 
        </category>
   <source url="http://blogs.forum.nokia.com/rss.php?blogId=1412&amp;profile=rss20">Paul Todd&#039;s Forum Nokia Blog</source>
         <pubDate>Thu, 19 Nov 2009 02:04:38 +0200</pubDate>
  </item>
          
  <item>
   <title>Nokia 5800 XpressMusic firmware 40.0.001 on its way?!</title>
   <description>&lt;p&gt;
&lt;a href=&quot;http://www.flashlite4nokia.com/?page_id=188&quot; target=&quot;_blank&quot; title=&quot;Nokia 5800 XpressMusic&quot;&gt;Nokia 5800 XpressMusic&lt;/a&gt; firmware 40.0.001 is almost here according to these pictures on &lt;a href=&quot;http://smartphonearea.de/2009/11/hoax-firmware-40-0-001-fur-das-5800-xm-bald-verfugbar/&quot; target=&quot;_blank&quot; title=&quot;Smartphone Area&quot;&gt;Smartphone Area&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;
&amp;nbsp;&lt;img src=&quot;http://smartphonearea.de/wp-content/uploads/2009/11/img9202g.jpg&quot; alt=&quot;Nokia 5800 XpressMusic firmware 40.0.001&quot; width=&quot;600&quot; height=&quot;500&quot; align=&quot;middle&quot; /&gt;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;
&lt;img src=&quot;http://smartphonearea.de/wp-content/uploads/2009/11/img9204h.jpg&quot; alt=&quot;Nokia 5800 XpressMusic firmware 40.0.001&quot; width=&quot;600&quot; height=&quot;500&quot; /&gt; 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Both pictures are from Smartphone Area
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;a href=&quot;http://smartphonearea.de/2009/11/hoax-firmware-40-0-001-fur-das-5800-xm-bald-verfugbar/&quot; target=&quot;_blank&quot; title=&quot;Smartphone Area&quot;&gt;&lt;/a&gt;
&lt;p&gt;
Alessandro
&lt;/p&gt;</description>
   <link>http://blogs.forum.nokia.com/blog/alessandro-paces-forum-nokia-blog/2009/11/18/nokia-5800-xpressmusic-firmware-40.0.001-on-its-way</link>
   <comments>http://blogs.forum.nokia.com/blog/alessandro-paces-forum-nokia-blog/2009/11/18/nokia-5800-xpressmusic-firmware-40.0.001-on-its-way</comments>
   <guid>http://blogs.forum.nokia.com/blog/alessandro-paces-forum-nokia-blog/2009/11/18/nokia-5800-xpressmusic-firmware-40.0.001-on-its-way</guid>
      <author>biskero</author>
   <category>
           General 
           S60 
           S60 5th Edition 
           firmware update 
           Nokia 5800 XpressMusic 
        </category>
   <source url="http://blogs.forum.nokia.com/rss.php?blogId=8859&amp;profile=rss20">Alessandro Pace&#039;s Forum Nokia Blog</source>
         <pubDate>Wed, 18 Nov 2009 22:38:36 +0200</pubDate>
  </item>
          
  <item>
   <title>Guarana UI: a jQuery-Based UI Library for Nokia WRT available</title>
   <description>&lt;p&gt;
A Nokia WRT UI framework has been posted in Forum Nokia Wiki page. This will accelerate current &lt;a href=&quot;http://www.forum.nokia.com/Technology_Topics/Web_Technologies/Web_Runtime/&quot; target=&quot;_blank&quot;&gt;WRT widget&lt;/a&gt; developers to create innovative applications. Up until now a version of WRTKit UI framework has been shipped with our &lt;a href=&quot;http://www.forum.nokia.com/Technology_Topics/Web_Technologies/Browsing/Tools_for_Mobile_Web_Developers.xhtml&quot; target=&quot;_blank&quot;&gt;WRT Plug-in tools&lt;/a&gt; for Aptana, Dreamweaver, and MS Visual Studio. Web developers have been asking for UI framework that is closer to what is used in the real world. jQuery is a popular JavaScript UI library/framework. With Guarana UI, developers have one more option to create their WRT widget applications.
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://wiki.forum.nokia.com/index.php/Guarana_UI:_a_jQuery-Based_UI_Library_for_Nokia_WRT&quot; target=&quot;_blank&quot;&gt;http://wiki.forum.nokia.com/index.php/Guarana_UI:_a_jQuery-Based_UI_Library_for_Nokia_WRT &lt;/a&gt;
&lt;/p&gt;
&lt;blockquote&gt;
	&lt;p&gt;
	&lt;em&gt;This is the documentation of the Guarana UI - a jQuery-Based UI Library for Nokia WRT. Nokia WRT is a development and delivery platform that allows the creation of applications (widgets) based on standard web technologies, such as HTML, CSS, JavaScript, and AJAX.&amp;nbsp; &lt;/em&gt;
	&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
Wai Seto&lt;br /&gt;
FNDC
&lt;/p&gt;</description>
   <link>http://blogs.forum.nokia.com/blog/forum-nokia-web-talks/2009/11/18/guarana-ui-a-jquery-based-ui-library-for-nokia-wrt-available</link>
   <comments>http://blogs.forum.nokia.com/blog/forum-nokia-web-talks/2009/11/18/guarana-ui-a-jquery-based-ui-library-for-nokia-wrt-available</comments>
   <guid>http://blogs.forum.nokia.com/blog/forum-nokia-web-talks/2009/11/18/guarana-ui-a-jquery-based-ui-library-for-nokia-wrt-available</guid>
      <author>wmseto</author>
   <category>
           Web News 
           W. Seto 
           Web API 
        </category>
   <source url="http://blogs.forum.nokia.com/rss.php?blogId=300032&amp;profile=rss20">Forum Nokia Web Talks</source>
         <pubDate>Wed, 18 Nov 2009 21:58:26 +0200</pubDate>
  </item>
          
  <item>
   <title>Why would you need PowerMgmt or TrustedUI capabilities?</title>
   <description>&lt;p&gt;
I know two reasons: Because you did not want to check the set of capabilities your application actually needs you selected all 13 that you can get through Express Signed. AND you have a DLL which you load to a system process so your applications&amp;nbsp;needs All-TCB (all except TCB capability). 
&lt;/p&gt;
&lt;p&gt;
But which are the &lt;strong&gt;true&lt;/strong&gt; reasons? Which are the APIs/features&amp;nbsp;that you use and require PowerMgmt and/or TrustedUI? 
&lt;/p&gt;</description>
   <link>http://blogs.forum.nokia.com/blog/risto-helins-forum-nokia-blog/2009/11/18/why-would-you-need-powermgmt-or-trustedui-capabilities</link>
   <comments>http://blogs.forum.nokia.com/blog/risto-helins-forum-nokia-blog/2009/11/18/why-would-you-need-powermgmt-or-trustedui-capabilities</comments>
   <guid>http://blogs.forum.nokia.com/blog/risto-helins-forum-nokia-blog/2009/11/18/why-would-you-need-powermgmt-or-trustedui-capabilities</guid>
      <author>Rippe</author>
   <category>
           S60 
           Symbian C++ 
        </category>
   <source url="http://blogs.forum.nokia.com/rss.php?blogId=104645&amp;profile=rss20">Risto Helin&#039;s Forum Nokia Blog</source>
         <pubDate>Wed, 18 Nov 2009 14:22:26 +0200</pubDate>
  </item>
          
  <item>
   <title>Forum Nokia Podcasts: Episode 023 - Developer 2 Developer With Aung Kyaw Moe</title>
   <description>&lt;p&gt;
In this episode, Forum Nokia&amp;rsquo;s Bill Volpe speaks with Aung Kaw Moe, from 2C2P based in Singapore.&amp;nbsp; Aung discusses his most recent application development projects such as the Mobile Credit Card Reader and also provides some advice for users who are new to mobile software development.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Listen Now&lt;/strong&gt;&lt;br /&gt;
&lt;object data=&quot;http://blogs.forum.nokia.com/flash/mp3player/mp3player.swf&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;300&quot; height=&quot;20&quot; class=&quot;ltPlayer&quot;&gt;
	&lt;param name=&quot;quality&quot; value=&quot;best&quot; /&gt;
	&lt;param name=&quot;bgcolor&quot; value=&quot;#FFFFFF&quot; /&gt;
	&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot; /&gt;
	&lt;param name=&quot;movie&quot; value=&quot;http://blogs.forum.nokia.com/flash/mp3player/mp3player.swf&quot; /&gt;
	&lt;param name=&quot;FlashVars&quot; value=&quot;&amp;amp;file=http://blogs.forum.nokia.com//data/blogs/resources/300104/023 - Developer 2 Developer With Aung Kyaw Moe.mp3&amp;amp;image=http://blogs.forum.nokia.com//data/blogs/resources/300104/023 - Developer 2 Developer With Aung Kyaw Moe.mp3&amp;amp;height=20&amp;amp;width=300&quot; /&gt;
&lt;/object&gt;
 
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;&lt;a id=&quot;res_2238&quot; href=&quot;http://blogs.forum.nokia.com//data/blogs/resources/300104/023%20-%20Developer%202%20Developer%20With%20Aung%20Kyaw%20Moe.mp3&quot;&gt;Download MP3&lt;/a&gt;&lt;/strong&gt;
&lt;/p&gt;</description>
   <link>http://blogs.forum.nokia.com/blog/forum-nokia-podcasts/2009/11/18/forum-nokia-podcasts-episode-023-developer-2-developer-with-aung-kyaw-moe</link>
   <comments>http://blogs.forum.nokia.com/blog/forum-nokia-podcasts/2009/11/18/forum-nokia-podcasts-episode-023-developer-2-developer-with-aung-kyaw-moe</comments>
   <guid>http://blogs.forum.nokia.com/blog/forum-nokia-podcasts/2009/11/18/forum-nokia-podcasts-episode-023-developer-2-developer-with-aung-kyaw-moe</guid>
      <author>bill.volpe</author>
   <category>
           Business Opportunities/Services 
           Event 
           General 
           S60 
           Series 40 
           Ease-of-Use 
        </category>
   <source url="http://blogs.forum.nokia.com/rss.php?blogId=300104&amp;profile=rss20">Forum Nokia Podcasts</source>
         <pubDate>Wed, 18 Nov 2009 01:51:47 +0200</pubDate>
  </item>
          
  <item>
   <title>Newer, shinier Design Gallery</title>
   <description>&lt;p&gt;
So we&#039;ve put the &lt;a href=&quot;http://www.forum.nokia.com/Technology_Topics/Design_and_User_Experience/Design_Gallery/&quot;&gt;new Design Gallery online&lt;/a&gt; and I really hope you like it.&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
A few of the things that we&#039;ve added to the showcase are the ability to sort applications via platform, alphabetically, region or time period, so if you&#039;re looking for good design examples along specific parameters it should be a lot easier to navigate.&amp;nbsp; I&#039;m also trying to update it with fresh new apps more often, so you always go there to see what&#039;s currently hot. &amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
Let me know what you think either as a comment here, or on the &lt;a href=&quot;http://discussion.forum.nokia.com/forum/showthread.php?t=186022&quot;&gt;discussion boards&lt;/a&gt;!&amp;nbsp; Likewise, if you&#039;ve seen an app that you think has really good design/user experience, do ping! 
&lt;/p&gt;
&lt;p&gt;
Arabella 
&lt;/p&gt;</description>
   <link>http://blogs.forum.nokia.com/blog/arabella-davids-forum-nokia-blog/2009/11/17/designgalleryupdate</link>
   <comments>http://blogs.forum.nokia.com/blog/arabella-davids-forum-nokia-blog/2009/11/17/designgalleryupdate</comments>
   <guid>http://blogs.forum.nokia.com/blog/arabella-davids-forum-nokia-blog/2009/11/17/designgalleryupdate</guid>
      <author>darabella</author>
   <category>
           Browsing 
        </category>
   <source url="http://blogs.forum.nokia.com/rss.php?blogId=300083&amp;profile=rss20">Arabella David&#039;s Forum Nokia Blog</source>
         <pubDate>Tue, 17 Nov 2009 12:07:24 +0200</pubDate>
  </item>
          
  <item>
   <title>Ovi Map Search Plugin For Mozilla</title>
   <description>&lt;p&gt;
I have just developed ovi map search mozilla plugin&amp;nbsp; find places very easily.Currently just tested it locally using Ovi Api.It works gr8 .Here are few snapshots of Ovi Search plugin of Mozilla&amp;nbsp; &lt;img src=&quot;http://blogs.forum.nokia.com/js/tinymce/plugins/emotions/images/smiley-laughing.gif&quot; border=&quot;0&quot; alt=&quot;Laughing&quot; title=&quot;Laughing&quot; /&gt;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
1:Ovi appears on your search bar . 
&lt;/p&gt;
&lt;p&gt;
&lt;a id=&quot;res_2235&quot; href=&quot;http://blogs.forum.nokia.com//data/blogs/resources/300084/ovi1.PNG&quot;&gt;&lt;img src=&quot;http://blogs.forum.nokia.com//data/blogs/resources/300084/previews-med/ovi1.PNG&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
2:Searched India Bangalore MG Road. 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&lt;a id=&quot;res_2236&quot; href=&quot;http://blogs.forum.nokia.com//data/blogs/resources/300084/ovi3.PNG&quot;&gt;&lt;img src=&quot;http://blogs.forum.nokia.com//data/blogs/resources/300084/previews-med/ovi3.PNG&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
3:And here you are.
&lt;/p&gt;
&lt;p&gt;
&lt;a id=&quot;res_2237&quot; href=&quot;http://blogs.forum.nokia.com//data/blogs/resources/300084/ovi4.PNG&quot;&gt;&lt;img src=&quot;http://blogs.forum.nokia.com//data/blogs/resources/300084/previews-med/ovi4.PNG&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
Shared my code and plugin in Dibo.As Ovi Map Api is still in beta accessable to few &lt;img src=&quot;http://blogs.forum.nokia.com/js/tinymce/plugins/emotions/images/smiley-wink.gif&quot; border=&quot;0&quot; alt=&quot;Wink&quot; title=&quot;Wink&quot; /&gt;&amp;nbsp; &lt;a href=&quot;http://discussion.forum.nokia.com/forum/showthread.php?t=185304&quot;&gt;DiBo&lt;/a&gt; 
&lt;/p&gt;</description>
   <link>http://blogs.forum.nokia.com/blog/kamals-forum-nokia-blog/2009/11/12/ovi-search-plugin-for-mozilla</link>
   <comments>http://blogs.forum.nokia.com/blog/kamals-forum-nokia-blog/2009/11/12/ovi-search-plugin-for-mozilla</comments>
   <guid>http://blogs.forum.nokia.com/blog/kamals-forum-nokia-blog/2009/11/12/ovi-search-plugin-for-mozilla</guid>
      <author>kamaljaiswal</author>
   <category>
           Browsing 
           Location Based Services 
        </category>
   <source url="http://blogs.forum.nokia.com/rss.php?blogId=300084&amp;profile=rss20">Kamal&#039;s Forum Nokia Blog</source>
         <pubDate>Thu, 12 Nov 2009 07:32:58 +0200</pubDate>
  </item>
          
  <item>
   <title>A Conversation with Ed Hodges, Head of Mobile at Touchnote</title>
   <description>&lt;p&gt;
&lt;img src=&quot;http://nds2.fds-download.nokia.com/fdp/interface/DC_OviStore/tn-app-icon-192x192.png?fid=A0D63WUEHRBXCQ&quot; width=&quot;192&quot; height=&quot;192&quot; align=&quot;right&quot; /&gt; I recently had a chance to interview Ed Hodges, Head of Mobile at UK-based &lt;strong&gt;&lt;a href=&quot;http://www.touchnote.com/&quot; target=&quot;_blank&quot;&gt;Touchnote&lt;/a&gt;&lt;/strong&gt;. During our conversation, Ed described the unique challenges of delivering a digital service (their mobile app for use on Nokia devices) that includes a physical product (printed photo cards) to consumers worldwide. The mobile version of the service allows people to easily create and send printed postcards using the photos they take with their Nokia S60 3rd Edition mobile devices. &lt;br /&gt;
&lt;br /&gt;
In the case of Touchnote, in a matter of a few short months, the app has been &lt;a href=&quot;http://store.ovi.com/content/6889ECDB6AB410CCE040050A873213D2&quot; target=&quot;_blank&quot;&gt;downloaded from Ovi Store&lt;/a&gt; by consumers in more than 130 countries - more than doubling the reach of their service from the Internet-only version. The impact of this truly global scale is not lost on Touchnote. Putting it quite plainly, Ed noted:&lt;br /&gt;
&lt;strong&gt;&lt;br /&gt;
&lt;/strong&gt;
&lt;/p&gt;
&lt;div align=&quot;center&quot;&gt;
&lt;strong&gt;&amp;quot;If you want that kind of reach, you have to be with Nokia.&amp;quot;&lt;/strong&gt;&lt;br /&gt;
&lt;/div&gt;
&lt;br /&gt;
Ed also talks about how Touchnote achieves a 40% conversion rate of consumers who download their app and ultimately order a printed photocard directly from their Nokia device.&lt;br /&gt;
&lt;br /&gt;
Listen to the entire conversation in this &lt;a href=&quot;http://blogs.forum.nokia.com/blog/forum-nokia-podcasts/2009/11/09/forum-nokia-podcasts-episode-021-a-discussion-with-ed-hodges-head-of-mobile-at-touchnote&quot; target=&quot;_blank&quot;&gt;Forum Nokia podcast&lt;/a&gt; now. &lt;br /&gt;
&lt;br /&gt;
For more about Touchnote, watch this video:&lt;br /&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&lt;object type=&quot;application/x-shockwave-flash&quot; width=&quot;450&quot; height=&quot;350&quot; data=&quot;http://www.youtube.com/v/s7rLBkOwtig&quot; id=&quot;ltVideoYouTube&quot;&gt;
	&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/s7rLBkOwtig&quot; /&gt;
	&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;
	&lt;param name=&quot;allowScriptAcess&quot; value=&quot;sameDomain&quot; /&gt;
	&lt;param name=&quot;quality&quot; value=&quot;best&quot; /&gt;
	&lt;param name=&quot;bgcolor&quot; value=&quot;#FFFFFF&quot; /&gt;
	&lt;param name=&quot;FlashVars&quot; value=&quot;playerMode=embedded&quot; /&gt;
&lt;/object&gt;
&lt;/p&gt;
&lt;br /&gt;
You can also take a look at this recent post in the &lt;a href=&quot;http://blogs.nokia.com/mydailyapp/2009/10/14/88.aspx&quot; target=&quot;_blank&quot;&gt;Ovi Daily App&lt;/a&gt; blog. &lt;br /&gt;
&lt;br /&gt;</description>
   <link>http://blogs.forum.nokia.com/blog/ideas-you-can-use/2009/11/11/touchnote</link>
   <comments>http://blogs.forum.nokia.com/blog/ideas-you-can-use/2009/11/11/touchnote</comments>
   <guid>http://blogs.forum.nokia.com/blog/ideas-you-can-use/2009/11/11/touchnote</guid>
      <author>JasonBlack</author>
   <category>
           Business Opportunities/Services 
           S60 
           Mobile App 
           Developers 
           Ovi Store 
        </category>
   <source url="http://blogs.forum.nokia.com/rss.php?blogId=300108&amp;profile=rss20">Ideas You Can Use</source>
         <pubDate>Wed, 11 Nov 2009 20:23:25 +0200</pubDate>
  </item>
          
  <item>
   <title>Load your application in a running emulator</title>
   <description>&lt;p&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;Everybody loves to hate the Symbian SDK emulator. The first reaction to it usually is: &quot;It is slow, really slooooooow, it takes ages to start it&quot; ;)&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;Yes, it is true, the emulator is slow, but considering the task it has to perform and the complexity of the system it emulates such slowness is to be expected. However, the problem is not as bad as one may think. Yes, the emulator takes time to load, but then why don&#039;t you start it in advance and let it load while you browse your recent emails, so that you have it up-and-running at the moment you really need it.&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;Many developers already with some Symbian experience will tell you that you cannot do that. But yes, you can! The following video will show a basic Qt application being created, built and run into an already running emulator.&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;object width=&quot;853&quot; height=&quot;505&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/D9IeE-F-4yk&amp;amp;hl=en&amp;amp;fs=1&amp;amp;rel=0&amp;amp;hd=1&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/D9IeE-F-4yk&amp;amp;hl=en&amp;amp;fs=1&amp;amp;rel=0&amp;amp;hd=1&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;853&quot; height=&quot;505&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;
Coming up next: &lt;a href=&quot;http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/11/08/symbian-emulator-tricks-ii&quot;&gt;Rebuild without restarting the emulator&lt;/a&gt;.
&lt;/p&gt;</description>
   <link>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/11/09/symbian-emulator-tricks-i</link>
   <comments>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/11/09/symbian-emulator-tricks-i</comments>
   <guid>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/11/09/symbian-emulator-tricks-i</guid>
      <author>ltomuta</author>
   <category>
           S60 
           Symbian C++ 
           Testing 
           SDK 
           Qt for Symbian 
           Emulator 
        </category>
   <source url="http://blogs.forum.nokia.com/rss.php?blogId=300033&amp;profile=rss20">Lucian Tomuta&#039;s Forum Nokia Blog</source>
         <pubDate>Mon, 09 Nov 2009 17:00:49 +0200</pubDate>
  </item>
          
  <item>
   <title>&quot;I ♥ Symbian&quot; T-Shirt</title>
   <description>&lt;p&gt;Yesterday I passed the clothes accessories store and found the alphabet laminate plate. So I bought it and sticked it on my blank T-Shirt with the hot iron. And at last, here it is:&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://blogs.forum.nokia.com//data/blogs/resources/300027/sm.jpg&quot; /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Look great? (Please see only T-Shirt, don&#039;t look at that man!) I don&#039;t know what you think but I like it ^ ^&lt;/p&gt;&lt;p&gt;Need one? It&#039;s quite easy to do, I did it in just 5 mins! So &lt;strong&gt;let do it by yourself and show us yours!&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Sittiphol Phanvilai&lt;/p&gt;</description>
   <link>http://blogs.forum.nokia.com/blog/sittiphol-phanvilais-forum-nokia-blog/2009/11/08/i-symbian-t-shirt</link>
   <comments>http://blogs.forum.nokia.com/blog/sittiphol-phanvilais-forum-nokia-blog/2009/11/08/i-symbian-t-shirt</comments>
   <guid>http://blogs.forum.nokia.com/blog/sittiphol-phanvilais-forum-nokia-blog/2009/11/08/i-symbian-t-shirt</guid>
      <author>neois</author>
   <category>
           General 
        </category>
   <source url="http://blogs.forum.nokia.com/rss.php?blogId=300027&amp;profile=rss20">Sittiphol Phanvilai&#039;s Forum Nokia Blog</source>
         <pubDate>Sun, 08 Nov 2009 10:59:22 +0200</pubDate>
  </item>
          
  <item>
   <title>Head for the Clouds - advice for Budding Entrepreneurs</title>
   <description>&lt;p&gt;
&lt;a id=&quot;res_2222&quot; href=&quot;http://blogs.forum.nokia.com//data/blogs/resources/104894/2222-clouds.jpg&quot;&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;
&lt;a id=&quot;res_2223&quot; href=&quot;http://blogs.forum.nokia.com//data/blogs/resources/104894/latency.jpg&quot;&gt;&lt;img src=&quot;http://blogs.forum.nokia.com//data/blogs/resources/104894/previews-med/latency.jpg&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;img src=&quot;http://blogs.forum.nokia.com//data/blogs/resources/104894/previews-med/2222-clouds.jpg&quot; border=&quot;0&quot; /&gt;
&lt;/div&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
A month ago, I started my second startup and whereas I now know all the things I should not do again, I can say its just as hard this time.&amp;nbsp;&amp;nbsp; I continue to make mistakes but at least I&#039;ve learnt from the previous ones and they&#039;re different mistakes this time. I thought though for all the other aspiring entrepreneurs out there it&#039;s worth blogging about some of my experiences.&amp;nbsp; In this first article I describe my choice of where and how to host my new service.
&lt;/p&gt;
&lt;p&gt;
In our previous startup, we&#039;d used a managed hosting service from Rackspace from a server farm here in London.&amp;nbsp; Rackspace have always been good and we had no complaints.&amp;nbsp; They&#039;re ideal for what we wanted: they provide a server(s) which is/are 100% ours sitting in their server farm in a resilient network and have excellent &amp;quot;fanatical&amp;quot; support. The only gripe has been they always seemed a bit expensive and it seemed a big bill to pay on day 1 o f a startup, so when I started this time I looked around for possible alternatives.
&lt;/p&gt;
&lt;p&gt;
An obvious starting point was to look at cloud services.&amp;nbsp; An advantage for brand new startups is that they are really low cost at the beginning and they grow and scale smoothly as the service grows.&amp;nbsp; My selection list took me eventually to 3 possibilities:
&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Amazon EC2,&lt;/li&gt;
	&lt;li&gt;Google AppEngine,&lt;/li&gt;
	&lt;li&gt;RackspaceCloud&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
Amazon and Google are similar in that they abstract away the database functionality in programmable objects so you do not deal directly with the database in the way my own old fashioned mind expects.&amp;nbsp; For a brand new startup with no legacy code this is the ideal because the new system can be programmed directly for that system.&amp;nbsp; But the issue is also it potentially locks you as a developer into one particular solution ie the Amazon way or the Google way.&amp;nbsp; I did spend several days playing with the GoogeAppEngine and was very impressed.&amp;nbsp; The development environment is all built into Eclipse and writing, testing and deploying code is really just a few clicks and its live.&amp;nbsp; For about a week I thought this was the way and I was planning to take my code and abstract out the database and file storage layers so that I could interface with GoogleAppEngine. Incidently GoogleAppEngine has no mechanism to talk directly to the filing system and I was a little uncertain about this as it could lead to issues for my software which stores large number of images directly in the filing system. 
&lt;/p&gt;
&lt;p&gt;
Playing with GoogleAppEngine was free because below a certain threshold there are no charges for use - so this was also ideal for me.&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
However, I then looked at Rackspace Cloud and suddenly I felt more at home with the approach they had taken simply because it matched the approach we&#039;d taken in the previous startup.&amp;nbsp; With RackspaceCloud Server you get your own virtual server.&amp;nbsp; You buy from them the number of (or fractions of) CPUs you want and disk space you intend to use.&amp;nbsp; The lowest price is very affordable(although not free as with Google).&amp;nbsp; On this server you install what you want - in my case Apache, Tomcat and MySQL server and hey presto you have a fully working service and the legacy code I had which used this directly just worked first time without any modifications needed.&amp;nbsp; Incidently Rackspace have two other services called Cloud Sites and Cloud Files which are more akin with the Google and Amazon approach or taking away direct access to the low level access to the database and filing systems. 
&lt;/p&gt;
&lt;p&gt;
Finally, there is the issue of latency.&amp;nbsp; Google and Amazon are world scalable services, but RackspaceCloud is currently only available from their Texas data centre (although its due to be installed in London next year).&amp;nbsp; With Amazon you can choose for your servers to be located in the US or Europe - with Google its unclear where they are sited. 
&lt;/p&gt;
&lt;p&gt;
With some concern on this issue I was able to make some measurements on latency comparing the same service running in Rackspace in London with the service running in RackspaceCloud in Texas.&amp;nbsp; The graph below shows the findings:
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;&lt;a id=&quot;res_2225&quot; href=&quot;http://blogs.forum.nokia.com//data/blogs/resources/104894/2225-latency.jpg&quot;&gt;
&lt;div style=&quot;text-align: center&quot;&gt;
&lt;img src=&quot;http://blogs.forum.nokia.com//data/blogs/resources/104894/previews-med/2225-latency.jpg&quot; border=&quot;0&quot; /&gt;
&lt;/div&gt;
&lt;/a&gt;
&lt;/p&gt;
&lt;div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;a id=&quot;res_2225&quot; href=&quot;http://blogs.forum.nokia.com//data/blogs/resources/104894/2225-latency.jpg&quot;&gt;
&lt;div style=&quot;text-align: center&quot;&gt;
&amp;nbsp;
&lt;/div&gt;
&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
My conclusion was it was acceptable for a world service to be served from Texas - although serving from London is slightly better overall.&amp;nbsp;&amp;nbsp;&amp;nbsp; The major users of my service are from India and the US. Serving from Texas is really poor for India but obviously for the US serving from Texas is good.&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&amp;nbsp;
&lt;/div&gt;
&lt;div&gt;
So overall, advice for new startups is think about these new cloud services.&amp;nbsp; They really give you a good cost effective and scalable service. If you&#039;re brand new to the game and have no baggage then Google Appengine may be a good choice; if you have existing code and technical approach then services such as RackspaceCloud Server are worth looking at. 
&lt;/div&gt;
&lt;div&gt;
&amp;nbsp;
&lt;/div&gt;
&lt;div&gt;
For more established startups I recommend moving some of your service onto these cloud services as there will be significant cost savings.&amp;nbsp; Because of my experience with this approach my friends still running my previous startup have done just that and are already saving thousands of pounds in hosting and bandwidth costs. 
&lt;/div&gt;
&lt;div&gt;
&amp;nbsp;
&lt;/div&gt;
&lt;div&gt;
If people find these sort of posts useful I will be doing more like this after the next few months. &lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&amp;nbsp;
&lt;/div&gt;
&lt;div&gt;
&amp;nbsp;
&lt;/div&gt;
&lt;div&gt;
&amp;nbsp;
&lt;/div&gt;</description>
   <link>http://blogs.forum.nokia.com/blog/robin-jewsburys-forum-nokia-blog/2009/11/07/head-for-the-clouds-advice-for-budding-entrepreneurs</link>
   <comments>http://blogs.forum.nokia.com/blog/robin-jewsburys-forum-nokia-blog/2009/11/07/head-for-the-clouds-advice-for-budding-entrepreneurs</comments>
   <guid>http://blogs.forum.nokia.com/blog/robin-jewsburys-forum-nokia-blog/2009/11/07/head-for-the-clouds-advice-for-budding-entrepreneurs</guid>
      <author>robin.jewsbury</author>
   <category>
           Business Opportunities/Services 
        </category>
   <source url="http://blogs.forum.nokia.com/rss.php?blogId=104894&amp;profile=rss20">Robin Jewsbury&#039;s Forum Nokia Blog</source>
         <pubDate>Sat, 07 Nov 2009 10:21:37 +0200</pubDate>
  </item>
          
  <item>
   <title>Now setup Google Sync with Mail for Exchange !</title>
   <description>&lt;p&gt;
While going through&amp;nbsp;&lt;a href=&quot;http://blogs.forum.nokia.com/blog/gabor-toroks-forum-nokia-blog&quot;&gt;&lt;span style=&quot;color: #459547&quot;&gt;Gabor&lt;/span&gt;&lt;/a&gt;&#039;s article &lt;a href=&quot;http://blogs.forum.nokia.com/blog/gabor-toroks-forum-nokia-blog/2009/11/05/on-google-s-move-in-navigation&quot;&gt;&lt;span style=&quot;color: #459547&quot;&gt;On Google&#039;s move in navigation&lt;/span&gt;&lt;/a&gt;, I happen to see the &lt;a href=&quot;http://www.google.com/mobile/products/sync.html#p=nokia_smart&quot; target=&quot;_blank&quot; title=&quot;Google Sync&quot;&gt;Google Sync&lt;/a&gt;&amp;nbsp;page, Google Sync can setup with Mail for Exchange. You just need&amp;nbsp;to download and install the &lt;a href=&quot;http://www.businesssoftware.nokia.com/mail_for_exchange_downloads.php&quot;&gt;Mail for Exchange&lt;/a&gt; (MfE) and later follow the &lt;a href=&quot;http://www.google.com/support/mobile/bin/answer.py?hl=en&amp;amp;answer=147951&quot;&gt;Setup Google Sync&lt;/a&gt;. 
&lt;/p&gt;
&lt;p&gt;
This is for the first time I saw one of the Google&#039;s official page contain a link to NOKIA software, they usually&amp;nbsp;provide all softwares their own. I don&#039;t know how many of you&#039;re aware of&amp;nbsp;this, those who&#039;re not aware they can just try this NOKIA + Google combination. &lt;img src=&quot;http://blogs.forum.nokia.com/js/tinymce/plugins/emotions/images/smiley-smile.gif&quot; border=&quot;0&quot; alt=&quot;Smile&quot; title=&quot;Smile&quot; /&gt;
&lt;/p&gt;</description>
   <link>http://blogs.forum.nokia.com/blog/vinod-kumar-k-vs-forum-nokia-blog/2009/11/06/now-setup-google-sync-with-mail-for-exchange</link>
   <comments>http://blogs.forum.nokia.com/blog/vinod-kumar-k-vs-forum-nokia-blog/2009/11/06/now-setup-google-sync-with-mail-for-exchange</comments>
   <guid>http://blogs.forum.nokia.com/blog/vinod-kumar-k-vs-forum-nokia-blog/2009/11/06/now-setup-google-sync-with-mail-for-exchange</guid>
      <author>vin2ktalks</author>
   <category>
           Connectivity 
        </category>
   <source url="http://blogs.forum.nokia.com/rss.php?blogId=18771&amp;profile=rss20">Vinod Kumar K V&#039;s Forum Nokia Blog</source>
         <pubDate>Fri, 06 Nov 2009 21:13:04 +0200</pubDate>
  </item>
          
  <item>
   <title>Mobile Monday in Rio</title>
   <description>&lt;p&gt;
Hello people!
&lt;/p&gt;
&lt;p&gt;
The Mobile Monday event is going to take off in Rio next Monday (November 9th). This will the debut of Mobile Monday here in Rio. The event theme is &amp;quot;Mobile Innovations&amp;quot;. The confirmed speakers are:
&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;strong&gt;Luis Valente (yeah, it&#039;s me &lt;/strong&gt;&lt;img src=&quot;http://blogs.forum.nokia.com/js/tinymce/plugins/emotions/images/smiley-smile.gif&quot; border=&quot;0&quot; alt=&quot;Smile&quot; title=&quot;Smile&quot; /&gt;), I&#039;ll speak about what I&#039;ve been doing with Forum Nokia and I&#039;ll present some of my mobile projects.&lt;/li&gt;
	&lt;li&gt;&lt;strong&gt;Vagner Diniz&lt;/strong&gt;, manager of the W3C office in Brazil, who will speak about the W3C role in mobile web innovation.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
&amp;nbsp;If you happen to be in Rio next Monday, and would like to attend, please visit the &lt;a href=&quot;http://www.mobilemondayrio.com.br/blog/&quot; target=&quot;_blank&quot;&gt;event web site&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
See you there! 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;</description>
   <link>http://blogs.forum.nokia.com/blog/luis-valentes-forum-nokia-blog/2009/11/05/mobile-monday-in-rio</link>
   <comments>http://blogs.forum.nokia.com/blog/luis-valentes-forum-nokia-blog/2009/11/05/mobile-monday-in-rio</comments>
   <guid>http://blogs.forum.nokia.com/blog/luis-valentes-forum-nokia-blog/2009/11/05/mobile-monday-in-rio</guid>
      <author>lpvalente</author>
   <category>
           Business Opportunities/Services 
           Event 
        </category>
   <source url="http://blogs.forum.nokia.com/rss.php?blogId=300017&amp;profile=rss20">Luis Valente&#039;s Forum Nokia Blog</source>
         <pubDate>Thu, 05 Nov 2009 22:02:55 -0200</pubDate>
  </item>
   </channel>
</rss>