Posted on October 9, 2009 at 12:14 pm

Reviewing Google’s 03D, a 3D engine for browsers in Javascript.

Hi!, if you followed my latest tweets you may know that I am taking a look to this new tech from Google that was presented on this latest IO convention. This API allows you to create and manipulate 2D and 3D models using only javascript. What is also interesting is the underlying tech around 03d [...]

Posted on October 8, 2009 at 5:19 pm

Finite State Machine Utility en Javascript para PureMVC.

Hello Folks!, I am working again to contribute with a sequel of my previous work about finite state machines implementation framework. This time I am working to mashup a FSM into the pureMVC framework in Javscript. I’ve used the FSM utility in AS# and I loved it since the first time, but I was kinda [...]

Posted on December 11, 2008 at 3:48 pm

State machines for ‘javascript’

Today I am presenting a (yet) small but usefull framework to use in ajax clients that I build and use …

 Â
Â
What is Maquina?
Maquina is a petri net runtime implementation for Javascript and other languages like AS3 and java (work in progress).Â
Â
Why do I need a state machine ?
Finite state machines have long been used as [...]

Posted on December 5, 2008 at 11:24 am

A Widget Factory

Que es un widget?: Es toda aquella mini applicación que vive dentro de una seccción, ( o simplemente  espacio rectangular) de una página web y que generalmente es provista y hosteada por otro site.
Que es un widget factory?: Desde hace un tiempo viene imponiendo el uso de “widgets” dentro de páginas, portales y casi todas las redes sociales (si no sabes [...]