This is the page 11 of 113 of the blog archive. On this page you have articles from 02 Feb 2012 to 06 Dec 2011.

Open Mobile Linux, this Saturday in FOSDEM

As mentioned in the earlier call for presentations, we're running a track on Open Mobile Linux in FOSDEM this Saturday. Room AW1.120 at the ULB campus in Brussels. From the CfP: Our primary goal is to facilitate meetups, collaboration and awareness between different projects and communities within Open Mobile Linux and provide a place to present directions, ideas and your...

Midgard2 PHPCR provider hits 1.0

I'm happy to announce that we were able to release the first stable version of the Midgard2 PHPCR provider yesterday.Simply put, PHPCR is the future of Midgard's PHP API. Instead of having our own repository APIs, we follow the well-documented and tested PHP Content Repository specification. This allows much better compatibility with other projects, and for example the possibility to...

Using CoffeeScript for GNOME development

In Suski's blog I saw a question on whether developing GNOME apps would be possible in CoffeeScript. The answer is yes. I wrote a quick example back in Desktop Summit: # GObject Introspection APIs are available from imports.gi.ModulenameGtk = imports.gi.Gtk# For GNOME 3.2+ this should be Gtk.init null, 0Gtk.init 0, nullwin = new Gtk.Window type: Gtk.WindowType.TOPLEVELwin.set_border_width 10win.connect "destroy", (widget) ->...

Running CoffeeScript on Microsoft Azure

It is quite easy to run CoffeeScript applications on Azure now that they support Node.js. You can mostly follow the steps of their Node.js and Express tutorial, with couple of modifications.

Call for presentations: Open Mobile Linux at FOSDEM 2012

At FOSDEM 2012 we will have a devroom related to Open Mobile Linux. Our primary goal is to facilitate meetups, collaboration and awareness between different projects and communities within Open Mobile Linux and provide a place to present directions, ideas and your projects themselves. By Open Mobile Linux we mean any open source projects revolving around typical non-desktop/server Linux, such...