<?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:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
>
 <channel>
  <title>Daniel Rocha&#039;s Forum Nokia Blog</title>
  <link>http://blogs.forum.nokia.com/blog/daniel-rochas-forum-nokia-blog</link>
  <description>&lt;p&gt;A blog about everything that sounds interesting to me and Forum Nokia audience.&lt;/p&gt;
</description>
  <pubDate>Tue, 24 Nov 2009 00:49:31 +0200</pubDate>
  <generator>http://www.lifetype.net</generator>
  <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>Hurrah! Widgets! - and more</title>
   <description>
    &lt;p&gt;
If you have been reading Forum Nokia web site regularly, you&#039;ve probably noticed the big &lt;strong&gt;Win 15k Euros! &lt;/strong&gt;posted on the main page since March 18th. If you click the link, you&#039;ll be redirected to the &lt;a href=&quot;http://www.forum.nokia.com/main/contests/global_application_contest.html&quot;&gt;Forum Nokia Code Camp Competion&lt;/a&gt; we&#039;re hosting. It&#039;s all about you developing a winning Web Run-Time (WRT) or Flash Lite application and raking in a lot of nice prizes from Forum Nokia.
&lt;/p&gt;
&lt;p&gt;
Registration has already begun, so come up with your bright idea for either platform and enter the competition!
&lt;/p&gt;
&lt;p&gt;
If you have a concept but don&#039;t have a command in any of these technologies, a good idea would be to register for one of the &lt;a href=&quot;http://www.forum.nokia.com/main/events/regional_code_camps_and_contest.html &quot;&gt;Forum Nokia Regional Code Camps&lt;/a&gt; happening worldwide and get started with both WRT and Flash in nice hands-on workshops. 
&lt;/p&gt;
&lt;p&gt;
Yours truly will be probaly hosting a Flash Lite somewhere in April, stay tuned. 
&lt;/p&gt;
&lt;p&gt;
If you&#039;re more into widgets, you can also get started by checking out this article I wrote back in November 07. It covers everything you need to know to develop your first widget, including SDK and live testing with our Remote Device Access service:  
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://www.newlc.com/widgets&quot;&gt;Widgets on S60: Web Runtime&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
* * * 
&lt;/p&gt;
&lt;p&gt;
I have been thinking a lot about Python for S60, Mobile Web Server and how to extend Flash and Java applications using the former technologies. I wonder if it would be possible to extend Widgets as well, having a C++ or Python light web server running on the phone while a widget makes local XMLHttpRequest connections to this service, thus getting more native-related functionality. Mobile Web Server seems like a good candidate for this type of experimentation. I may give it a try soon. (evil laugh) 
&lt;/p&gt;
   </description>
   <link>http://blogs.forum.nokia.com/blog/daniel-rochas-forum-nokia-blog/2008/03/20/hurrah-widgets-and-more</link>
   <comments>http://blogs.forum.nokia.com/blog/daniel-rochas-forum-nokia-blog/2008/03/20/hurrah-widgets-and-more</comments>
   <guid>http://blogs.forum.nokia.com/blog/daniel-rochas-forum-nokia-blog/2008/03/20/hurrah-widgets-and-more</guid>
      <dc:creator>dcrocha</dc:creator>
      
    <category>Event</category>
      
    <category>Flash</category>
      
    <category>Python</category>
      
    <category>Web Run-Time (WRT)</category>
         <pubDate>Thu, 20 Mar 2008 17:43:40 -0100</pubDate>
   <itunes:author>Forum Nokia</itunes:author>
   <itunes:subtitle>Hurrah! Widgets! - and more</itunes:subtitle>
   <source url="http://blogs.forum.nokia.com/rss.php?blogId=300002&amp;profile=rss20">Daniel Rocha&#039;s Forum Nokia Blog</source>
     </item>
    <item>
   <title>My first post, and it comes fully loaded with Python!</title>
   <description>
    &lt;p&gt;
Hello all,
&lt;/p&gt;
&lt;p&gt;
This is my first post at Forum Nokia&#039;s Blogs, and certainly won&#039;t be the last since I like to talk a lot.&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
I have been working with Forum Nokia since 2005 and with Nokia technologies since 2000, and it&#039;s been a pleasant journey I can say. I am based in Sao Paulo, Brazil, where we Forum Nokians have the mission of building awareness for Nokia technologies and platforms and of course help the developer community (which is huge) grow interest in mobile software development.&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
As one of the lucky people (according to &lt;a href=&quot;http://blogs.forum.nokia.com/blog/hartti-suomelas-forum-nokia-blog/general/2008/03/15/bossa-conference-starting-soon&quot;&gt;Hartti&lt;/a&gt;) to attend &lt;a href=&quot;http://www.bossaconference.indt.org/&quot;&gt;BOSSA 08 Mobile Open Source Software&lt;/a&gt; conference held in Recife, Brazil. I gave a lengthy workshop on everything you need to know to get started with &lt;a href=&quot;http://www.bossaconference.indt.org/programme&quot;&gt;Python for S60 application development&lt;/a&gt;. I had a lot of fun preparing the workshop, since until 2 weeks ago I knew very little about the technology, and after reading all of the project&#039;s material and the amazing &lt;a href=&quot;http://www.mobilepythonbook.com&quot;&gt;Mobile Python&lt;/a&gt; book from Forum Nokia Champion J&amp;uuml;rgen Scheible, I became sort of an expert on it (at least compared to myself in the beginning of March). It always nice when you can have the opportunity of learning something new, specially when it makes your life so easy as Python for S60 does.
&lt;/p&gt;
&lt;p&gt;
For those interested on it, the material I&#039;ve presented is linked below so it&#039;s free for you to download and enjoy. It contains a .ppt presentation about all things PyS60 (from downloading to start developing and running apps on the phone) and some source code examples, many of them written by my, others taken from the book cited above.&amp;nbsp;&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;
Here are the links:
&lt;/p&gt;
&lt;p&gt;
&lt;a id=&quot;res_1597&quot; href=&quot;http://blogs.forum.nokia.com//data/blogs/resources/300002/python_pres.pdf&quot; title=&quot;Python for S60 presentation at BOSSA &#039;08 Mobile Embedded Open Source conference in Recife, Brazil.&quot;&gt;python_pres.pdf&lt;/a&gt; (pdf document containing the presentation) 
&lt;/p&gt;
&lt;p&gt;
&lt;a id=&quot;res_1598&quot; href=&quot;http://blogs.forum.nokia.com//data/blogs/resources/300002/python.zip&quot; title=&quot;Sample code for PyS60 workshop at BOSSA conference.&quot;&gt;python.zip&lt;/a&gt; (source code)
&lt;/p&gt;
&lt;p&gt;
Of course, your feedback is always appreciated!
&lt;/p&gt;
&lt;p&gt;
[]s&lt;br /&gt;
Daniel&amp;nbsp;
&lt;/p&gt;
   </description>
   <link>http://blogs.forum.nokia.com/blog/daniel-rochas-forum-nokia-blog/2008/03/19/pys60presentation</link>
   <comments>http://blogs.forum.nokia.com/blog/daniel-rochas-forum-nokia-blog/2008/03/19/pys60presentation</comments>
   <guid>http://blogs.forum.nokia.com/blog/daniel-rochas-forum-nokia-blog/2008/03/19/pys60presentation</guid>
      <dc:creator>dcrocha</dc:creator>
      
    <category>Event</category>
      
    <category>Python</category>
      
    <category>S60</category>
         <pubDate>Wed, 19 Mar 2008 13:37:36 -0100</pubDate>
   <itunes:author>Forum Nokia</itunes:author>
   <itunes:subtitle>My first post, and it comes fully loaded with Python!</itunes:subtitle>
   <source url="http://blogs.forum.nokia.com/rss.php?blogId=300002&amp;profile=rss20">Daniel Rocha&#039;s Forum Nokia Blog</source>
                                   </item>
   </channel>
</rss>