Saturday, July 30, 2011

First version for downloading

If you are struggling with eyeos 2.x and the contribs, I offer you my work until now.

You can download from here.

Looking forward for feedback and help, for instance a nice logo would be more than welcome :)

Thursday, July 28, 2011

Planning eyeLeft Project

Just a post to inform that I'm publishing all the work done until now in a sourceforge project.

If you are interested in develop application for eyeOS 2.5 with the contribs, I can provide you with an eyeOS fork with the contribs already included, and also my apps.

So, if you're interested in creating your own apps based on qooxdoo-contribs join me and help me to make a useful private cloud in eyeLeft Project.

Sunday, July 24, 2011

Improved: EyeOS development environment

After the last post, I slightly change my development environment to be more efficient. I still use Eclipse as an IDE because of the possibility of adding new development environments, and eyeOS 2.x requires at least javascript and php, not only php as I mention before.

In this post you'll find some old configuration options and some new tips and tricks.

For the Eclipse changes I also added javascript plugin to be able to code more efficiently thanks to the supporting tools that enclose this IDE environment.

And instead of downloading the development version, I use the official download that you can find it here.

Thursday, July 21, 2011

Adding qooxdoo-contrib in production server

If you made this post, I can understand that your work needs to go public ... unless you do it for yourself and you're happy knowing something else and no sharing it.

In this post I'll explain what we need to do for making your application public for all eyeOS users.

First we need to make eyeOS compatible with qooxdoo-1.4 for that we will download the latest sdk from qooxdoo.org here. By the time I wrote this post, there's the 1.5 version available to download, honestly I didn't check if works yet.

Wednesday, July 20, 2011

Application using qooxdoo-contrib QxDyGraphs

In that post and I'll show you how to make your first graph using the contrib QxDyGraphs.
I based my work on the following post from Edu. Worth to check it out if you want to use contrib svg instead.

First of all, download the qooxdoo-contrib, in my case and for future use I downloaded the complete svn from sf.net:

svn co https://qooxdoo-contrib.svn.sourceforge.net/svnroot/qooxdoo-contrib/trunk/qooxdoo-contrib qooxdoo-contrib

As a reference, I downloaded everything in /Soft. After issuing the previous command, you'll see a folder containing complete qooxdoo-contrib project, meaning all the contribs available.
Now we are ready to continue enhancing our eyeOS

Sunday, July 17, 2011

Get the EyeOS qooxdoo-sdk.

There's nothing better to get to know eyeOS than hanging out in their forums. If you want to get involved, this forum would catch you fast! They have a very active community taking care of every post that appears.

Thanks to the following this topic I got some intel on where to find the right development kit to compile eyeOS.

Issue the following command in any linux machine to get the qooxdoo-sdk used for the eyeOS.

svn co https://code.eyeos.org/trunk/devtools/qooxdoo-sdk/ eyeos-qooxdoo-sdk

Update of ongoing work

Currently I'm getting to know better qooxdoo. The reason is the link I see between qooxdoo and the version 2 of eyeOS.
Mental note: mastering qooxdoo would help a lot on understanding eyeOS


And for future work, I have few posts pending to revision about development environment.

More to come, stay tunned.

Tuesday, July 12, 2011

EyeOS is improving server side.

A post on eyeOS blog regarding speed on sever side caught my attention, because I'm not really good on literature, I'll highlight the parts of the post I found interesting:
http://blog.eyeos.org/en/2011/07/06/eyeos-with-hiphop-faster-and-more-efficient/