October 28th, 2012
Recently I had to deal with a WordPress multisite instance, the task was moving the contents of one of the sites hosted on the network to a local copy, update them and the re-move them to the production server.
Read the rest of this entry »
Tags: migration, network, Wordpress
Posted in Algoritmi
March 23rd, 2012
I was asked to create a website where some content can be viewed only by registered users. I decided to go for WordPress and I choose wp-members plugin to enable member-only content as well as custom login and register pages.
Read the rest of this entry »
Tags: Wordpress, wp-members, WPML
Posted in Librerie
March 15th, 2012
I’ve recently left my job to found a new company called ‘Comparto Web‘; to showcase some of our CSS3 skills I decided to implement the logo using only HTML elements and taking advantage of some new properties such as transitions and animations.
Read the rest of this entry »
Tags: css3
Posted in Annunci, Interfaccie
January 8th, 2012
I’ve always owned a debt of gratitude to Bartosz Blimke and his amazingly simple ‘copy with style’ Textmate bundle which lets you copy and paste chunks of code to external programs (eg: Keynote) while keeping all the syntax highlight working.
Read the rest of this entry »
Tags: bundle, copy with style, textmate 2
Posted in Annunci
November 27th, 2011
Lately I’ve been involved into a fascinating project called PepperTweet which consist in extract and visualize streams of pics from twitter starting from some search keywords.
Read the rest of this entry »
Tags: canvas, lot of images, mobile safari
Posted in Algoritmi, Approfondimenti
October 25th, 2011
Lately I’ve been pretty busy enjoying some real time data visualization examples and demo. To have some data to work with I decided to use Twitter API, in particular I rely on jQuery LiveTwitter plugin by elektronaut; next I built a stack chart like visualization in which every new tweet of a chosen topic is dropped over its language column.
Read the rest of this entry »
Tags: data visualization, Processing, real time, twitter
Posted in Annunci, Interfaccie
August 14th, 2011
Lately I come up with this idea on how to enhance a form by using the :required pseudo element. What you can do is mix this new pseudo element with the ‘+’ selector in order to modify elements that are adjacent to your input tag, such as the label.
Read the rest of this entry »
Tags: css3, form, required
Posted in Interfaccie
August 5th, 2011
I’ve been recently playing with some of the newest CSS3 features, such as pseudoclasses selectors, transition and transform properties and attr(). In order to have something concrete on which test these features I created a coverflow effect that works only out of CSS instructions without the use of javascript.
Read the rest of this entry »
Tags: coverflow, css3, transform, transition
Posted in Interfaccie
July 9th, 2011
I recently created a small website called ‘La piccola biblioteca della natura’ to showcase some of my girlfriend watercolors. I decided to go for a responsive design and set up some nice media-query statements. If you try to resize the browser window you surely notice how the structure of the fruits change in response to this operation.
Read the rest of this entry »
Posted in Interfaccie
May 12th, 2011
I spent a few hours trying to figure out how to deal with the brand new deviceorientation API in order to obtain a nice Augmented Reality effect. First I searched on how to convert Euler Angles to Cartesian Coordinates and I found a nice article about that, then I downloaded the very nice Sylvester library which lets you compute matrix operations in Javascript.
Read the rest of this entry »
Tags: Augmented Reality, DeviceOrientationAPI
Posted in Algoritmi