My report for the Codemotion Rome 2015 about Mozilla, NodeSchool and Development.
Category: JavaScript
My Workflow as Developer
Vi svelo come lavoro. Niente balletto o musica di sottofondo però.
September Mozilla Marketplace Contributor of the Month: Daniele Scasciafratte
Questo articolo è stato scritto oltre 1 years, il contenuto potrebbe essere datato.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!
Questo articolo è stato scritto oltre 1 years, il contenuto potrebbe essere datato.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
Questo articolo è stato scritto oltre 1 years, il contenuto potrebbe essere datato.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 […]