<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jappit.com &#187; ui</title>
	<atom:link href="http://www.jappit.com/blog/tag/ui/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jappit.com/blog</link>
	<description>Mobile blog by Alessandro La Rosa</description>
	<lastBuildDate>Wed, 23 Nov 2011 10:38:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to create a new Component for the Guarana UI Library</title>
		<link>http://www.jappit.com/blog/2009/11/20/how-to-create-a-new-component-for-the-guarana-ui-library/</link>
		<comments>http://www.jappit.com/blog/2009/11/20/how-to-create-a-new-component-for-the-guarana-ui-library/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 15:11:32 +0000</pubDate>
		<dc:creator>pit</dc:creator>
				<category><![CDATA[cool stuff]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[sample code]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web runtime]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[components]]></category>
		<category><![CDATA[forum nokia]]></category>
		<category><![CDATA[forumnokia]]></category>
		<category><![CDATA[guarana]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://www.jappit.com/blog/?p=708</guid>
		<description><![CDATA[This new article shows how to create from scratch a new Component from the Guarana UI Library. The article shows all the steps involved in the creation of the new Component, explaining all the necessary details to understand the whole process, passing by the setup of the Component file structure, the writing of the actual [...]]]></description>
			<content:encoded><![CDATA[<p><a title="How to create a new Component for the Guarana UI Library Component " href="http://wiki.forum.nokia.com/index.php/How_to_create_a_new_Component_for_the_Guarana_UI_Library">This new article</a> shows <strong>how to create from scratch a new Component from the <a title="Guarana UI" href="http://wiki.forum.nokia.com/index.php/Guarana_UI:_a_jQuery-Based_UI_Library_for_Nokia_WRT">Guarana UI Library</a></strong>.</p>
<p style="text-align: center;"><img class="aligncenter" title="Test Component for Guarana UI" src="http://www.jappit.com/images/blog/uploads/guarana_ui_new_component.png" alt="" width="370" height="295" /></p>
<p>The article shows <strong>all the steps involved</strong> in the creation of the new Component, explaining all the necessary details to understand the whole process, passing by the <strong>setup of the Component file structure</strong>, the writing of the actual <strong>Component JS and CSS code</strong>, and the integration of the Component with the <strong>Guarana UI building process</strong>.</p>
<p>Purpose of the article is to give developers <strong>guidelines to create their own Components</strong>, integrating them with the Guarana UI Library. The component is also available on the <a title="Guarana UI Components Browser" href="http://www.jappit.com/m/guaranabrowser/#guarana_testcomponent">Guarana UI online Components Browser</a>.</p>
<p>The full article is available, as usual, on <a title="Forum Nokia Wiki" href="http://wiki.forum.nokia.com">Forum Nokia Wiki</a>: <a title="How to create a new Component for the Guarana UI Library Guarana " href="http://wiki.forum.nokia.com/index.php/How_to_create_a_new_Component_for_the_Guarana_UI_Library">How to create a new Component for the Guarana UI Library Guarana</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jappit.com/blog/2009/11/20/how-to-create-a-new-component-for-the-guarana-ui-library/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Creating a Slider component for Mobile Web Templates</title>
		<link>http://www.jappit.com/blog/2009/10/30/creating-a-slider-component-for-mobile-web-templates/</link>
		<comments>http://www.jappit.com/blog/2009/10/30/creating-a-slider-component-for-mobile-web-templates/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 09:30:18 +0000</pubDate>
		<dc:creator>pit</dc:creator>
				<category><![CDATA[cool stuff]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[sample code]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web runtime]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[components]]></category>
		<category><![CDATA[forum nokia]]></category>
		<category><![CDATA[forumnokia]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript css]]></category>
		<category><![CDATA[mobile web templates]]></category>
		<category><![CDATA[slider]]></category>
		<category><![CDATA[ui]]></category>

		<guid isPermaLink="false">http://www.jappit.com/blog/?p=647</guid>
		<description><![CDATA[This new article, published on Forum Nokia Wiki, shows how to design, build and use a Slider Web component based on Forum Nokia&#8216;s Mobile Web Templates. The Slider component allows to add a bit of interactivity to mobile Web pages, substituting classic text fields with a more intuitive, good-looking and usable component. The full article [...]]]></description>
			<content:encoded><![CDATA[<p>This new article, published on <a title="Forum Nokia Wiki" href="http://wiki.forum.nokia.com">Forum Nokia Wiki</a>, shows <strong>how to design, build and use a Slider Web component</strong> based on <a title="Forum Nokia" href="http://www.forum.nokia.com">Forum Nokia</a>&#8216;s <a title="Mobile Web Templates" href="http://www.forum.nokia.com/Technology_Topics/Web_Technologies/Browsing/Web_Templates/">Mobile Web Templates</a>.</p>
<p><img class="aligncenter" title="Mobile Web Templates Slider component" src="http://www.jappit.com/images/blog/uploads/mobilewebtemplates_slider_component.png" alt="" width="380" height="255" /></p>
<p>The <strong>Slider</strong> component allows to add a bit of <strong>interactivity to mobile Web pages</strong>, substituting classic text fields with a <strong>more intuitive, good-looking and usable component</strong>.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" title="Slider component on S60 3rd edition devices" src="http://www.jappit.com/images/blog/uploads/mobilewebtemplates_slider_3rdedition.png" alt="" width="240" height="320" /></p>
<p>The <strong>full article</strong> is available on <a title="Forum Nokia Wiki" href="http://wiki.forum.nokia.com">Forum Nokia Wiki</a>: <a title="Creating a Slider component for Mobile Web Templates" href="http://wiki.forum.nokia.com/index.php/Creating_a_Slider_component_for_Mobile_Web_Templates">Creating a Slider component for Mobile Web Templates</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jappit.com/blog/2009/10/30/creating-a-slider-component-for-mobile-web-templates/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to draw gradients with J2ME</title>
		<link>http://www.jappit.com/blog/2008/04/12/how-to-draw-gradients-with-j2me/</link>
		<comments>http://www.jappit.com/blog/2008/04/12/how-to-draw-gradients-with-j2me/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 09:55:35 +0000</pubDate>
		<dc:creator>pit</dc:creator>
				<category><![CDATA[j2me]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[forumnokia]]></category>
		<category><![CDATA[gradients]]></category>
		<category><![CDATA[ui]]></category>

		<guid isPermaLink="false">http://www.jappit.com/blog/?p=14</guid>
		<description><![CDATA[Gradients are a nice graphic element to be used within your game or application. But, wouldn&#8217;t it be great if you could use all the gradients you want, without using images? And here is the Saturday Tutorial The gradients shown in the screenshot above are generated by the following straightforward method: Gradient.gradientBox&#40;Graphics g, int color1, [...]]]></description>
			<content:encoded><![CDATA[<p>Gradients are a nice graphic element to be used within your game or application. But, wouldn&#8217;t it be great if you could use all the gradients you want, without using images?</p>
<p>And here is the Saturday Tutorial <img src='http://www.jappit.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><img src="http://www.jappit.com/images/blog/uploads/j2me_gradients.jpg" alt="Draw gradients with J2me" width="149" height="194" /></p>
<p>The gradients shown in the screenshot above are generated by the following straightforward method:</p>

<div class="wp_syntax"><div class="code"><pre class="java" style="font-family:monospace;">Gradient.<span style="color: #006633;">gradientBox</span><span style="color: #009900;">&#40;</span><span style="color: #003399;">Graphics</span> g, 
	<span style="color: #000066; font-weight: bold;">int</span> color1, <span style="color: #000066; font-weight: bold;">int</span> color2, 
	<span style="color: #000066; font-weight: bold;">int</span> left, <span style="color: #000066; font-weight: bold;">int</span> top, 
	<span style="color: #000066; font-weight: bold;">int</span> width, <span style="color: #000066; font-weight: bold;">int</span> height, 
	<span style="color: #000066; font-weight: bold;">int</span> orientation<span style="color: #009900;">&#41;</span></pre></div></div>

<p>For the full source code you can see the <a title="How to draw gradients with J2Me" href="http://wiki.forum.nokia.com/index.php/J2ME_Draw_Gradient">J2me Gradient tutorial</a> on Forum Nokia Wiki</p>]]></content:encoded>
			<wfw:commentRss>http://www.jappit.com/blog/2008/04/12/how-to-draw-gradients-with-j2me/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

