Wednesday, June 22, 2011

Adding external javascript

Sometimes you want to add your own js file. Unfortunately the concept of including in javascript is not straight forward.

In EyeOS you can have a hack to get your js included, the only concern I have now is that if you execute the same application several times, it will pile up the js files, I lack the experience to tell you if it's going to be a problem.

But for now I can give you the hack, based on the previous post about my first application:

Tuesday, June 14, 2011

Preparing the development environment

Some changes done, please check this post too.

I'm used to work with Eclipse, on my eyes is the best IDE because you have an active community developing lots of plugins for almost everything, in my case I use php plugin for eclipse, and subversive plugin for sync my environment with the latest eyeOS.

Before starting cooking the meet, still some condiments we need to install. In my case I use Ubuntu Natty Narwhal, so I'm not going to get into details how to install LAMP, instead I'll give you the link that does.

Monday, June 13, 2011

Developing first example application: Remotetime App in eyeOS

In this post you'll find the code to write an example of Remote Time App, explained previously in the eyeOS developer manual. Be aware that the post will also be rewrote ... because the perfection is only achieved by revision.