June 2nd, 2013
Types is a very well made WordpPress plugin that basically allows the creation of new custom post types and custom fields directly from the WordPress administration area without the need to write extra PHP code.
Read the rest of this entry »
Posted in Librerie
April 25th, 2013
I was working on a new project that uses a highly customised select; as you might know CSS and <select> doesn’t work well together. In fact only a small subset of the CSS properties are accepted by a <select> element and, even worse, this subset vary from one browser to another.
Read the rest of this entry »
Tags: CSS, select
Posted in Interfaccie
April 20th, 2013
Today I come up with a way to dog-ear a div without adding extra tags. Basically we can take advantage to both :after and :before pseudo selectors to extend the div element and then use this technique to create the dog-ear with borders.
Read the rest of this entry »
Tags: CSS
Posted in Interfaccie
March 14th, 2013
I spent part of the last weekend on this experiment that startet with a question: it is possible to convert a video to a stream of CSS properties ? Surprisingly the answer is yes. We can dump each video frame to a canvas and then create a special (and very long) multiple background property (one background for each video row) where each pixel is created using a 1px size gradient.
Read the rest of this entry »
Tags: convert, CSS, video
Posted in Algoritmi
January 29th, 2013
I’ve two printed copies of Designing Next Generation Web Projects with CSS3 to give away. To be eligible you have to live in US, UK or Europe, if so simply click on this tweet and retweet it using the retweet button before Friday February 1, 2013 17:00 GMT. Winners will be randomly picked from the retweet list and announced on Saturday 2.
Read the rest of this entry »
Posted in Annunci
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