Archive for the ‘Interfaccie’ Category
Thursday, 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.
(more…)
Tags: CSS, select
Posted in Interfaccie | Comments Off
Saturday, 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.
(more…)
Tags: CSS
Posted in Interfaccie | Comments Off
Thursday, 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.
(more…)
Tags: css3
Posted in Annunci, Interfaccie | Comments Off
Tuesday, 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.
(more…)
Tags: data visualization, Processing, real time, twitter
Posted in Annunci, Interfaccie | Comments Off
Sunday, 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.
(more…)
Tags: css3, form, required
Posted in Interfaccie | Comments Off
Friday, 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.
(more…)
Tags: coverflow, css3, transform, transition
Posted in Interfaccie | Comments Off
Saturday, 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.
(more…)
Posted in Interfaccie | Comments Off
Sunday, March 20th, 2011
Following a suggestion by a VJ friend of mine I worked on creating a real time HTML5 video mosaic that can be used to aggregate videos from your hard disk in a custom-size grid.
(more…)
Tags: html5, video mosaic
Posted in Interfaccie | Comments Off
Thursday, September 9th, 2010
I’m recently enjoying KillZone 2 so much; during one of my gaming sessions I noticed that the loading screen is designed as a bas-relief that you can partially rotate using the joypad oscilloscope, this technique, although easy to implement in a PS3 game, produce a very interesting effect and so I decided to try to transpose it to a web gallery.
(more…)
Tags: css3, gallery, parallax, rotate3d
Posted in Interfaccie | Comments Off
Saturday, June 19th, 2010
CSS3 has gradients and CSS3 has shadows, so why don’t try to use both to simulate a light source ? That is the basic idea behind this project. I’ve set-up a small demo which let you use the mouse to direct a light source over a text and observe its shadow change according to light position.
(more…)
Posted in Interfaccie | Comments Off