http://quirktools.com/screenfly/
Test your website on any screen size including desktops, tablets, televisions, and mobile phones
Einheit 1: Übungsbeispiel “Best practice” - RIA // Gabriela Lucano dm141575
http://quirktools.com/screenfly/
What is Screenfly?
http://quirktools.com/screenfly/
What is Screenfly?
http://quirktools.com/screenfly/
How does it work?
example
http://quirktools.com/screenfly/
How does it work?
15" Laptop: 1366x768
Samsung Galaxy Tab: 600x1024
Apple Iphone 5: 320x568
example
Javascript Libraries
Server Programming Language
JQuery
Modernizr
yepnope.js
PHP
http://quirktools.com/screenfly/
How was it built?
http://quirktools.com/screenfly/
How was it built?
http://quirktools.com/screenfly/
How was it built?
Modernizr.load({
test: Modernizr.input.placeholder, //Does this browser support HTML5 input placeholders?
nope: "/script/libs/placeholders.js" //if not, load javascript code to provide it
});
In this case, if the browser is old yepnope.js would emulate input placeholders
http://quirktools.com/screenfly/
How was it built?
example
Thanks