Mobile Development

TwitterFacebook
Get flash to fully experience Pearltrees

Magazine Grid

It's an ultramodern CSS-Framework which comes with common magazine design elements such as pagination , gutters and of course a basic grid . More semantics, less divs Magazine Grid takes use of html5-elements to structure your magazine page. <article><nav class=" pagina ">…</nav><section><p class=" grid x5 ">…</p><p class=" grid x2 ">…</p><p class=" grid x1 ">…</p></section><section class=" gutter column2 "><p> … </p></section></article> http://asidemag.com/grid/
http://yacine.org/2012/01/10/phonegap-javascriptmvc-jquery-mobile/ steal( 'phonegap-1.3.0.js', 'jquery/jquery.js', './css/jquery.mobile.structure-1.0.min.css' // jQuery Mobile structure CSS ) .then( './css/global.css', // Our global css style and jqm theme 'jquery/controller', 'jquery/view/ejs' ) .then( './models/models.js', // all models '.

PhoneGap + JavascriptMVC + jQuery Mobile | Yacine's