Projects from my time at Wantering Fashion (2017 to 2018)
-
Who What Wear
I helped to develop a style guide and a card web component system, working closesly with the designer.
I used React.js, CSS and HTML.
Projects from my time at Ocasta Studios (2014 to 2016)
-
Electricomics Generator
I developed a desktop app that allows non coder users to create digital web comics just with drag&drop of their images.
I used Node.js, NW.js, JavaScript, CSS and HTML.
-
Electricomics Web Reader
I developed a desktop app that allows to download and read the digital web comics generated with the Electricomics Generator.
I used Node.js, NW.js, JavaScript, CSS and HTML.
-
Electricomics Featured Comics
I developed the code and animations of four featured digital web comics, which were the foundations of the JavaScript libraries used by all the other comics created with the Generator.
I used JavaScript, CSS and HTML.
The source code is not available to download, but it's possible to see the comics installing the iPad app.
Projects for Left Logic
-
ffconf 2017
I developed the front end code based on the Sketch designs given to me. I was responsible for the technical choices and implementations and to adapt the designs to all kind of screens and devices.
I used HTML5, CSS3, Sass, JavaScript, SVG, Jade as template engine, Harp as static server.
-
ffconf 2016
I developed the front end code based on the PSD designs given to me. I was responsible for the technical choices and implementations and to adapt the designs to all kind of screens and devices.
I used HTML5, CSS3, Sass, JavaScript, SVG, Jade as template engine, Harp as static server.
-
ffconf 2015
I developed the front end code based on the PSD designs given to me. I was responsible for the technical choices and implementations and to adapt the designs to all kind of screens and devices.
I used HTML5, CSS3, Sass, JavaScript, SVG, Jade as template engine, Harp as static server.
-
JS Bin
I helped improving the user experience and functionalities of JS Bin.
-
Full Frontal 2014
I developed the front end code based on the PSD designs given to me. I was responsible for the technical choices and implementations and to adapt the designs to all kind of screens and devices.
I used HTML5, CSS3, Sass, JavaScript, SVG, Jade as template engine, Harp as static server.
Various work and personal projects (2011 to 2013).
-
Laser Game
Laser game made with JavaScript to improve my knowledge of canvas. Under development.
-
Collaborative Code Editor
A collaborative code editor made using CodeMirror, JSHint, Tern and ShareJS.
-
Watson Associates
Starting from the 960px design, I created a responsive website using HTML5, CSS3, Sass, font icons and jQuery.
-
FMG
Templates for a printing company website. I created the templates using HTML5, CSS3, Sass, font icons and jQuery, with the designs provided by the client.
-
CSS3 Spinner
-
Treasure Hunt
HTML5 and CSS3 mini website for smartphones and tablets for a treasure hunt within the company building.
-
My Sass Library
My personal Sass mixins library, built with the purpose to learn Sass better and to speed up the development of stylesheets.
-
TinyMCE Snippet plugin
Plugin for TinyMCE that lets you create a custom button or dropdown menu for inserting personalized snippets of text or code from an external source (like json) into the editor.
-
Geolocation and Flickr
A jQuery plugin to geolocate the user and find Flickr photos taken nearby.
-
Remove selected option
Purpose of this jQuery plugin is to remove an already choosen option from the other <select> boxes. It is possible to decide which value is considered default (and therefore will not be deleted) in the script options.
-
Change color to select
Purpose of this jQuery plugin is to give a visual feedback to <select> boxes with no option selected. It is possible to decide which value is considered default in the script options.
-
Show more/less in pure CSS3
Show more/less text in pure CSS3 using the :checked pseudo-class.
-
My personal cv
My personal CV, created with HTML5 Boilerplate as the base template, Selectivizr for old IEs CSS3 support and hCard microformat for a little bit of semantic.
-
This portfolio
Created with HTML5 Boilerplate as the base template, Selectivizr for old IEs CSS3 support and hCard microformat for a little bit of semantic.
-
Google Analytics Report
Creates report in excel from Google Analytics statistic.
Little ideas and projects I've made in my spare time (from 2006 to 2010).
-
CSS3 GooGoo Menu
This one started as a simple page of Goo Goo Dolls lyrics for my personal use, then I tried to implement some CSS3 features, like the :target selector, then one thing leads to another and at the end I made a css-only hover menu with different effect for the two halfs of the voices.
This work led me to knowledge some webkit bugs, like the lack of support for general sibling and hover combination (more info), and to a little trick to partialy solve this problem (setting a hover selector for the parent element). -
Crossword
A javascript, CSS and HTML5 implementation of the crossword game.
The purpose is to allow people without any web knowledge to build their web version of an already existing crossword. -
Manor v1.0
This is a tool I made in 2006, developed for an Italian community of Lineage2 (a famous MMORPG).
The purpose was hrlping with the rewards counts, a function missing in the game interface.
The target was young people (15-30 years old) with a great range of computer knowledge, therefore it was essential the correct working under IE.
I chose to use html and javascript to allow users to keep a offline version of the tool. -
Manor v2.0
The same tool, redeveloped 4 years later, using jQuery to manipulate the DOM and some CSS3 selectors to avoide a redundant use of classes.