<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Web Runtime Effort</title>
	<link>http://efforts.embedded.ufcg.edu.br/wrt</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 27 Oct 2009 02:42:10 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Accessing RESTful WebServices with JavaScript</title>
		<description>Introduction
The most used architecture to develop WRT widgets is shown in the below picture. There is a server that provide some data and the widget consumes that data. The communication between the widget and the server application can be done in a restful web service. This post is about the ...</description>
		<link>http://efforts.embedded.ufcg.edu.br/wrt/?p=59</link>
			</item>
	<item>
		<title>Static GoogleMaps® API in JavaScript</title>
		<description>Hey,

thinking in make better the work of the programmers I create an API to retrieve static maps using the GoogleMaps® system. So, in this way, your work can be so much easy using this API made for JavaScript.

To get this API click here and to see the API documentation click ...</description>
		<link>http://efforts.embedded.ufcg.edu.br/wrt/?p=57</link>
			</item>
	<item>
		<title>Problems with WRT variables</title>
		<description>Hi folks,

developing here in a project I discovered a "bug" in the WRT. When you use the window.location, the variables "device", "menu" and "widget" are lost. So you cannot use the services for example or persist information using preferenceForKey.

The solution was use the tag iframe.

&#60;iframe src="page.html"&#62;&#60;/iframe&#62;


So when you need to ...</description>
		<link>http://efforts.embedded.ufcg.edu.br/wrt/?p=55</link>
			</item>
	<item>
		<title>How to retrieve contacts informations</title>
		<description>What's up?

A feature from the S60 5th Edition is to retrieve the contacts information using WRT. You can get names, phone numbers, e-mail...

I will show how to get these information and use however you want. In the HTML file, I put a tag span to show the result.

&#60;span id=result&#62;&#60;/span&#62;

You can ...</description>
		<link>http://efforts.embedded.ufcg.edu.br/wrt/?p=54</link>
			</item>
	<item>
		<title>A Simple Game Using JavaScript</title>
		<description>Hi yourself,

here I'll show how to create a simple game for WRT using just JavaScript commands.

First, the idea of the game. It's a puzzle, with 9 slots, but one slot is empty. When you push a slot, if one of the adjacent slots is empty, they trade their places.



You create ...</description>
		<link>http://efforts.embedded.ufcg.edu.br/wrt/?p=50</link>
			</item>
	<item>
		<title>How to access GPS location using S60 5th Edition API</title>
		<description>In the application showed in this post you can see how to develop a location based rss reader using WRT with the position of the device (using the new S60 5th edition WRT API).

First of all, let's see the problem:

Think you're in an environment where news are provided as a ...</description>
		<link>http://efforts.embedded.ufcg.edu.br/wrt/?p=28</link>
			</item>
	<item>
		<title>Accessing Car Information Using The Mobile Phone</title>
		<description>Hi everyone, how do you do?

Here, I will explain an idea we had, how the problem was appearing and how we solve these problems.

The idea consists in access the informations about any car (actually, we have done for 11 brands) retrieving data from a bluetooth communication layer between the OBD ...</description>
		<link>http://efforts.embedded.ufcg.edu.br/wrt/?p=45</link>
			</item>
	<item>
		<title>How to do an image gallery in WRT</title>
		<description>In this post we'll show you how to do an image gallery using the WRTKit and the new S60 5th edition WRT API.

Extending WRTKit

In this post was showed how the developer can extend the WRTKit and to create new UI components. To do the image gallery, let's to do the ...</description>
		<link>http://efforts.embedded.ufcg.edu.br/wrt/?p=40</link>
			</item>
	<item>
		<title>How to create a new UI component in the WRTKit</title>
		<description>The WRTKit is a complete library of JavaScript code, CSS style rules and graphical elements that are required to implement the kind of sophisticated, customizable, application-like user interfaces. It gives widget developers an easy way to create high quality user interfaces without having to worry about the problems that would ...</description>
		<link>http://efforts.embedded.ufcg.edu.br/wrt/?p=37</link>
			</item>
	<item>
		<title>How to persist data in a mobile device with Widsets</title>
		<description>The Widsets API has a Store class. This class must be used when you want to storage and retrieve data in the mobile phone.

The Store class can persist the following classes: ByteArray, InputStream and Value. In this post we'll only see how to persist an instance of the Value class.

First ...</description>
		<link>http://efforts.embedded.ufcg.edu.br/wrt/?p=26</link>
			</item>
</channel>
</rss>
