What MVC is about? MVC is about discipline. MVC is about separation of concerns. MVC is about modularisation. MVC is about write tidy code. MVC is about test. We want the “discipline” of the “separation of concerns” from the MVC pattern. This facilitates modularisationRead more…
jQuery plugin compendium
http://www.unheap.com http://plugins.jquery.com http://www.jsdb.io http://microjs.com http://www.jqueryrain.com Do I missing something? Yes, for sure!. Please send me your links to: developer@leolanese.com
KARMA configuration (Testacular)
What is KARMA Karma is a Test Driver. We still needs Jasmine and also node.js, gut and Xcode if we have an Apple product Test the installation node -v git –version Download node.js src code Install node.js Install Xcode InstallRead more…
Starting a Responsive Web Project
It is not the strongest of the species that survives, nor the most intelligent, but the one most “RWD” to change. -=- The workflow: RWD can change your mind. We will start with a workflow, this workflow must be createdRead more…
You may not be ready for this yet, but your kids are gonna love it
The number of devices connected to the web is out of control. Sometimes companies don’t get the real view of the problem: Everything is “connected” or it will be. Everyone gets connected and If you don’t have your website enabledRead more…
Testing the CSS: getComputedStyle
I’m planning to get external fixtures more than inline fixtures, and test it using the getComputedStyle CSS properties values. Can I use: getComputedStyle getComputedStyle capability test TO TEST DEMO http://jsfiddle.net/leolanese/xf6Jm/ Real Responsive Web Design example using getPropertyValue() function getPropertyValue Example:Read more…
My notes about @brad_frost workshop: “Reasons to be Responsive”
Reasons to be Responsive LONDON – JUNE 3rd, 2013 A reason to be Responsive is a full-day workshop with Brad Frost (@brad_frost). Brad will take a deep dive into the world of responsive web design, covering broad concepts, strategy designRead more…
The way of the Front-end developer: My tiny story
The Front-end development: I used to be a back-end developer working with Java and PHP last 10 years (I still remember that boring purple color from PHP website), :P. I was looking for something else, something to get exited to do.Read more…
Responsive Web Design Chrome Extension Testing Tools
I have been working on Responsive Websites for the last two years, and one of the most tricky things is test the layout. We need to test on Remote Debugging using real devices , simulate is always the final real way,Read more…
My Personal Test Suite
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…