I am ready to fight but I can cry it without problems: Don’t use JavaScript for everything.
Category: JavaScript
Why I am developing Browser Extensions
This article has been written before more than 1 years, information might old.I am developer and I already explained in the past for me is very important to live in the open source world. First of all because I can, I can what I need to improve my workflow and because is fun of course. […]
My Workflow as Developer 2015
This article has been written before more than 1 years, information might old.After a year the article My workflow as developer (I recommend read it as a premise because I’ll skip some parts) last year is one of the most read so it seemed appropriate to make a new edition this year. Why a new […]
The Firefox OS 1.x/2.x Problems
Complete analisys of the failure of Firefox OS seen by a developer
Codemotion 2015 Rome I was there!
My report for the Codemotion Rome 2015 about Mozilla, NodeSchool and Development.
My Workflow as Developer
Vi svelo come lavoro. Niente balletto o musica di sottofondo perĂ².
September Mozilla Marketplace Contributor of the Month: Daniele Scasciafratte
This article has been written before more than 1 years, information might old.WOW Okay WOW Congratulations to Daniele Scasciafratte, our first-ever Marketplace Contributor of the Month! WOW Read NOW: September Contributor of the Month: Daniele Scasciafratte Cheers PS: I’ll see you at the maker faire on Rome this friday for a talk about Open Web […]
JavaScript Gamepad API, it does exist!
This article has been written before more than 1 years, information might old.The joystick. The world of gaming console. A world that I never liked for the shooter, for other games joysticks are perfect. Yes I’ve never had the console apart from the mythical gameboy color. WebGL has brought 3D on JavaScript but lacked a […]
[jQuery] Click support on mobile
This article has been written before more than 1 years, information might old.In the mobile environment, the click event does not exist but it’s possible add a trick for mobile without using plugins or other code? var clickEventType=((document.ontouchstart!==null)?’click’:’touchstart’); With this line the name of the event on mobile it’s changed with touchstart else is a […]