Monday, January 28, 2013

Multi-column layout with CSS3

Multi-column layout with CSS3 (and some JavaScript) | CVW Web Design
-moz-column-count: 3; /*for mozilla-based browsers like Firefox*/
-webkit-column-count: 3; /*for webkit-based browsers like Safari or Chrome*/
column-count: 3; /*for any browsers that support the multi-column rule officially without resorting to prefixes like -moz- or -webkit-*/



jQuery Mobile: Themes

Script Junkie | A Deeper Dive into jQuery Mobile: Themes

"Output from Applying Theme Dynamically Based on Device.
Top left: Windows Phone; top right: Android;
bottom left: iPhone; bottom right: generic device in Internet Explorer"

Try F# 3.0

www.tryfsharp.org

Try F# 3.0 Launched Today! - Visual F# Team Blog - Site Home - MSDN Blogs:

@ infoq

@ VisualStudioMagazine

@DrDobbs