<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="http://www.developer.nokia.com/Community/Blogs/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>Allan Bezerra&#039;s GuaranaUI Blog</title>
  <link>http://www.developer.nokia.com/Community/Blogs/blog/allan-bezerras-guaranaui-blog</link>
  <description>A Forum Nokia Blog</description>
  <pubDate>Sat, 25 May 2013 18:50:12 +0300</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.developer.nokia.com/Community/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/6/6e/Guarana_WRT_UI_Library_v1_0_Built_Package.zip&quot;&gt;built 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://www.developer.nokia.com/Community/Blogs/blog/allan-bezerras-guaranaui-blog/2009/11/19/starting-with-guaranaui-wrt-framework</link>
   <comments>http://www.developer.nokia.com/Community/Blogs/blog/allan-bezerras-guaranaui-blog/2009/11/19/starting-with-guaranaui-wrt-framework</comments>
   <guid>http://www.developer.nokia.com/Community/Blogs/blog/allan-bezerras-guaranaui-blog/2009/11/19/starting-with-guaranaui-wrt-framework</guid>
      <dc:creator>allanbezerra</dc:creator>
      
    <category>Browsing</category>
         <pubDate>Thu, 19 Nov 2009 20:45:44 +0200</pubDate>
   <itunes:author>Forum Nokia</itunes:author>
   <itunes:subtitle>Starting with GuaranaUI WRT Framework</itunes:subtitle>
   <source url="http://www.developer.nokia.com/Community/Blogs/rss.php?blogId=300107&amp;profile=rss20">Allan Bezerra&#039;s GuaranaUI Blog</source>
     </item>
    <item>
   <title>Let&#039;s Start..</title>
   <description>
    &lt;p&gt;Hi All,&lt;/p&gt;&lt;p&gt;My name is Allan Bezerra. Since 2003 I am SW Engineer working on &lt;a href=&quot;http://www.indt.org.br/&quot;&gt;INDT&lt;/a&gt;, Nokia Technology Institute in Manaus,Brazil. I have been working in Nokia Open Source Projects like:&amp;nbsp;&lt;a href=&quot;http://www.mnis.fr/en/support/doc/oomkiller/new/fs/proc/base.c&quot;&gt;Linux Kernel SMAPS&lt;/a&gt;,&amp;nbsp;&lt;a href=&quot;https://ols2006.108.redhat.com/2007/Reprints/briglia-Reprint.pdf&quot;&gt;Linux Compressed Cache for Maemo&lt;/a&gt;,&amp;nbsp;&lt;a href=&quot;http://projects.gnome.org/tracker/&quot;&gt;Metatracker for Maemo&lt;/a&gt;,&amp;nbsp;&lt;a href=&quot;http://maemo.org/development/tools/diablo/&quot;&gt;System Performance tools for Maemo&lt;/a&gt;,&amp;nbsp;&lt;a href=&quot;http://pymaemo.garage.maemo.org/&quot;&gt;PyMaemo&lt;/a&gt;&amp;nbsp;and others.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Currently, I am project leader of GuaranaUI Project.&amp;nbsp;The&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;Guarana UI Library&lt;/a&gt;&amp;nbsp;is a jQuery-based set of customisable UI elements, application frameworks, and templates that can be used for the creation of user interfaces in Nokia&#039;s Web Runtime platform.&amp;nbsp;&lt;/p&gt;&lt;p&gt;From now on, here is the GuaranaUI Camp. :-)&lt;/p&gt;&lt;p&gt;-- Allan Bezerra&amp;nbsp;&lt;/p&gt;
   </description>
   <link>http://www.developer.nokia.com/Community/Blogs/blog/allan-bezerras-guaranaui-blog/2009/11/19/let-s-start..</link>
   <comments>http://www.developer.nokia.com/Community/Blogs/blog/allan-bezerras-guaranaui-blog/2009/11/19/let-s-start..</comments>
   <guid>http://www.developer.nokia.com/Community/Blogs/blog/allan-bezerras-guaranaui-blog/2009/11/19/let-s-start..</guid>
      <dc:creator>allanbezerra</dc:creator>
      
    <category>Browsing</category>
         <pubDate>Thu, 19 Nov 2009 18:20:58 +0200</pubDate>
   <itunes:author>Forum Nokia</itunes:author>
   <itunes:subtitle>Let&#039;s Start..</itunes:subtitle>
   <source url="http://www.developer.nokia.com/Community/Blogs/rss.php?blogId=300107&amp;profile=rss20">Allan Bezerra&#039;s GuaranaUI Blog</source>
     </item>
   </channel>
</rss>