Flying memes

Archive for the ‘Annunci’ Category

An iPad plugin theme for wordpress: working alpha

Sunday, July 25th, 2010

I’ve started deploying an iPad wordpress theme/plugin based on wptouch and powered by Sencha. Today I’ve reached the first working alpha and so I’ve decided to use it against this blog. You can try out this theme by surfing here with an iPad or a simulator; two screenshots are also available after the jump.

(more…)

Euruko 2010 and some CSS3 experiments

Sunday, June 6th, 2010

update 14/07/2010: rubyinside.com featured my speaker showcase ! Here’s the post !

update 19/06/2010: my speakers showcase gets a dedicated post at euruko2010 official blog from Ela. Thanks guys !

Euruko 2010 is over. It was a great week-end spent among cool people having fun and talking about Ruby. As Matz said “we have a nice community”, and that’s absolutely true. To honor this conference (and to test some CSS3 features ^_^ ) I’ve developed a page showcasing the speakers and their talks. For each of them you may find a short summary and some resources (slide, etc..).

(more…)

whymca 2010: so good!

Sunday, May 23rd, 2010

Just a small post to thanks everyone who took part to whymca 2010 conference. I specially want to thanks people who attend my and Marco‘s talk ‘HTML5 come strumento di sviluppo mobile’. Finally many kudos to all the organizers who managed to set-up this amazing conference.

Language switch

Wednesday, March 3rd, 2010

After a lot of reasonings I come to the decision to switch the language of this blog from italian to english, this change is going to cost me more time every time I decide to post something but it will also work as a training center for my foreign language skills. Plus it is probable that most (if not all) of my current followers will keep reading and understand english posts while new non-italian readers may be attracted due to this change.

Streamlined e Rails 3.0

Saturday, December 19th, 2009

Ammiro moltissimo Streamlined ed ho letto con dispiacere la notizia della sospensione del suo sviluppo; ho deciso quindi di imbarcarmi nell’opera di porting di questo framework con l’obiettivo di renderlo compatibile con Rails 3.0. La strada da percorrere è ancora lunga ma find’ora è disponibile su github una pre-alpha funzionante, almeno nelle sue features essenziali (CRUD, listing e search).

Per ulteriori dettagli vi rimando al post su RailsOnWave contenente l’annuncio ufficiale.

Flex4 e layouts su html.it

Sunday, December 6th, 2009

E’ stato appena pubblicata su flash.html.it la prima parte di una serie di due articoli che ho scritto incentrati sulle classi layout per Flex4. Le potenzialità messe a disposizione dalla nuova release del prodotto Adobe sono veramente impressionanti, mi sono ritrovato a pensare che con quest’ultima versione sia ora l’HTML classico ad essere in debito di pattern strutturali. Basti pensare alle Skin, che consentono di descrivere un componente in tutti i suoi attributi, da quelli fisici (altezza, larghezza, etc..) a quelli di interazione (stati, animazioni tra stati, etc..) diventando una sovrastruttura più importante ed utile dei normali CSS che l’html mette a disposizione (forse ci si stà avvicinando con i CSS3) in quanto attiva non solo sul piano del design ma anche su quello importantissimo e spesso trascurato dell’interazione.

Non mi dilungo oltre e lascio gli interessati alla lettura della prima parte dell’articolo.

Ruby, Rails e CouchDB

Tuesday, November 10th, 2009

Su ruby.html.it e su database.html.it potrete trovare due articoli ‘gemelli’ di cui sono l’autore che hanno come soggetto CouchDB, un database non relazionale (schema-less) scritto interamente in Erlang e pensato per gestire dati non strutturati su un’architettura che scala molto facilmente. Il primo articolo ‘Introduzione a CouchDB, il dbms document-oriented da interrogare con JavaScript‘ illustra in poche pagine le principali caratteristiche del database e aiuta ad orientarsi nella sua interfaccia web di gestione/amministrazione: Futon. Il secondo: ‘CouchDB e Rails: la gemma sul divano‘ si concentra invece su come integrare CouchDB con le nostre applicazioni Rails rinunciando il meno possibile ai vantaggi offerti dall’ORM di questo framework.

Senza aggiungere altri spoiler rimando, a chi è interessato, alla lettura dei due scritti.