What’s your mobile device test suite? Simulators: – iOS Simulator (iPad, iPhone) – Android SDK Simulator 2.3 + Real Devices: – Nokia LUMIA 800 (IE9) – iPhone 4S (iOS6) -iPad (iOS5) -Samsung Galaxy S3 (Android 4, latestRead more…
Remote Debugging
With the recent release of iOS6, and also Google with remote-debugging Android all out dreams come true when Apple has finally introduced a Remote web inspector (similar to Weinre) for debugging web applications on iOS devices. Enabling it is simple, but it’sRead more…
Responsive Web Design websites projects
Responsive Web Design websites: Updated on: 01/May/2013 I hope this could help as an inspiration or rainstorm of ideas for the “Responsive Websites” issues we have every day. Some are full Responsive, others are not but there are good examples. If youRead more…
Mobile Web, Desktop Web Development and Responsive Web Design
Do you heard this comment before: – …”nobody is going to use a Mobile to access to this web” … How can it be so wrong! “Your customers are already mobile and you should be too”.- Chunck Martin (The third screenRead more…
Automatic testing Leo’s Fibonacci number using Jasmine
Leo’s Fibonacci: The Fibonacci sequence first appears in the book Liber Abaci (1202) by Leonardo of Pisa, Leonardo Pisano Bigollo, Leonardo of Pisa, Leonardo Bonacci, Leonardo Fibonacci or more know as Fibonacci. DEMO: http://leolanese.com/TDD/JsTestDriver/SpecRunner.Fibonacci.html The rabbit question: Rabbits are able to mateRead more…
What can a Mobile Framework do for you?
What is a framework? Framework is a library of pre-written javaScript controls, functions and methods that make it easier for the developer to quickly and accurately produce cross browser compliant code. In the mobile industry like in desktop, there areRead more…
jsConf Argentina 2012
The javaScript Conference: I really enjoyed speaking at the conference, it was nervios because it was my fist time, so please be patience ;). It was very well organised, every single detail was covered. People showed a real interestRead more…
“Responsive Web Design, Mobile First and Progressive Enhancement in action”
Scotland javaScript Conference, Edinburgh 2012: ABSTRACT English: The idea behind creating adaptive web sites is to create a unique functional user experience, which can run across different platforms. Using a single website that works responsively on the growing number ofRead more…
Edinburgh javaScript conference ScotlandJS 2012
ScotlandJS 2012 The javaScript Conference: I really enjoyed speaking at the conference, it was fun. It was very well organised, every single detail was covered. People showed a real interest on the topic, and we had a lot ofRead more…
TDD on Client Side: PhantomJS & CasperJS
Starting working on PhantomJS & CasperJS PhantomJS: is a headless WebKit with JavaScript API. CasperJS: is a navigation scripting & testing utility that runs on top/alongside of PhantomJS. The Api of Phantom JS is based on JavaScript: how would you execute codeRead more…