by WPFrusi | Feb 3, 2018 | featured
Lately, I have been delving into typography. As much as even taking a walk outside is enough to have those creative juices flowing, sometimes I prefer to look at old books and prints. The Internet is an amazing place and so much is stored within its megabytes. Here a...
by WPFrusi | Aug 1, 2017 | featured
One of the most challenging tasks my dev and I were given while working at Hanover Saffron Creative was to develop a middleware. Before delving into e-commerce I did not even know what a middleware was. A middleware is a piece of software that connects disparate...
by WPFrusi | Nov 3, 2016 | featured
One of the many challenges that UX designers face on a daily basis is to make sure their interfaces work for users and not against them. However, it seems to me that we are increasingly coming to terms with the fact that interfaces often conspire against us. How many...
by WPFrusi | Feb 3, 2016 | featured
Less is more is without any doubts one of the core concept of design and revels to be particularly effective when applied to UX. As a user faces less choices, he/she is overall able to take more steps towards the goal of his/her journey. It is indeed a myth that more...
by WPFrusi | Sep 24, 2015 | featured
Gradient backgrounds are awesome! h1 { color: yellow; /* fallback */; -webkit-text-fill-color: transparent; background: -webkit-linear-gradient( left, #00ffff 0%, #97fba0 25%, #97b1fb 50%, #00ffff 100% ) repeat; -ms-background-clip: text; -moz-background-clip: text;...
by WPFrusi | Sep 24, 2015 | featured
The HTML <picture> element is a container used to specify multiple <source>s for a specific <img> contained in it. The browser will choose the most suitable source according to the current layout of the page. The choice is between media attribute and...