RhoElements Video Tutorials

Submitted by cfh463 on
1 MIN READ

I am blogging to you from our AppForum in Barcelona Spain, where we have been getting some really great feedback on RhoElements. There is a lot of interest in HTML5 and the ability to harness the power of the device capabilities all from within HTML and Javascript. There seems to be a lot of traditional .Net coders that are just beginning or exploring options to develop using HTML.

Part 2 - AppForum Dev Lab - WebSQL

Submitted by cfh463 on
5 MIN READ

So far we have a basic HTML file (our app) that has placeholders for content and simple javascript functions for enabling the scanner and handling the decode event. In this part of the series, we will discuss WebSQL storage and incorporate that into our application. Before we start modifying our HTML, let's discuss how the database will be laid out.

We will be creating just one table with the following fields:

Participating Right From Email

Submitted by cfh463 on
4 MIN READ

So most of us probably still live very much in an email world. You may love facebook, twitter, etc to communicate with your friends and family, but from a business point of view email is still king. So here are some tips for getting the most out of Launchpad right from within your email client. Of course we would love you to log into Launchpad everyday, but you can still do quite a bit without even having to open up a browser.

 

Staying Informed

Submitted by cfh463 on
2 MIN READ

So you have registered for a Launchpad account, now what you say? The next thing you should do is follow the spaces you are interested in. Before we get into that, all content in Launchpad is centered around the concept of a Space. Within each space, there are three types of content Blogs, Documents and Dicsussion. There are also sub-spaces within a space.

 

Launching Multiple RhoElements Applications

Submitted by cfh463 on
3 MIN READ

If you read the post, you already know that you configure RhoElements to launch into an application by changing the parameter in the Config.XML. This location is either on the local file system (ex: file://RhoApps/index.html) or it could be on a remote web server (ex: http://192.168.1.65/index.html).