SlideShare une entreprise Scribd logo
1  sur  32
grids leopicadobackcountry.com
agenda What? Why? Why not? When? Our competition Who’s the boss? Framework analysis Comparison Good ideas
what is a grid? “…they’re an invisible foundation used to achieve visual cohesion in magazine and newspaper page design and layout. They essentially amount to a lattice that divides horizontal and vertical space in consistent units where text, headlines, images, and advertising can be placed.- Raj Dashtutsplus.com
come again? “…a “grid” is a set number of “columns” and intervening “gutters” inside a “container” of any width and flexibility. The container can have optional “side-gutters” that pad the grid from the surrounding “document”.…” – OddBirds -  oddbird.net taken from http://susy.oddbird.net/
why use one? Rapid development Cross-browser Cohesion SEO Impact UX is using them!
why not? Learning curve. Bug fixing is complicated. Presentation and Content get tangled up.
when? Rapid development is needed Designers abuse them Cohesion is needed
our competition REI is not using them Altrec is not using them Sierra Trading Post is using a custom version of 960.gs
who's the boss? Fixed Blueprint-CSS 960.gs YAML StackLayout Responsive Golden Grid System 1140px LESS Columnal inuitcss Susy Semantic
         blueprint-css pros: open source custom grid-able a lot of tutorials to start off with (even some in spanish) dash based class names ruby based (plugin ready) cons: 960 != 1000px, needs to be customized bloated (forms, typography)?
         blueprint-css @github: last commit on: 06/06/11 Watched by: 4,365 people forked: 385 times HNR grid: 2,43kb – base framework (compressed) 3,75kb – html, 81 lines (includes content and css) 6,18kb total (on page css can be externalized and compressed)
	  960.gs pros: open source custom grid-able very well documented widely used: drupal, sony music, twitter (blog), woothemes, etc. pre-made templates available alfa/omega cons: 960 != 1000px, needs to be customized not widely used as blueprint underscore based class names
	  960.gs @github: last commit on: 06/24/11 Watched by: 1,397 people forked: 105 times HNR grid: 2,52kb – base framework (compressed) 3,79kb – html, 81 lines (includes content and css) 6,31kb total (on page css can be externalized and compressed)
  YAML pros stable (more than 5+ years) form styles ready templates available cons old (supports IE 5.5+) shady CSS techniques html * {font-size:100.01% } * html body * { overflow:visible } BIG learning curve awful naming convention not straightforward at all licensing issues requires additional css files for IE div order can’t be changed not very used requires heavy nesting of divs
  YAML Not in github Single developer Self hosted Last Update 3.3.1 in 06/2011 HNR Grid Discarted due to complexity and weight. 23,7kb – base framework (can’t be compressed due to hacks)
StackLayout Pros: Lightweight (1,1kb when compressed) Based on inline-block, instead of floats (no clearfix) Elements won’t have more than 1 grid class at the time When properly used, content can clear inner floats and have full width Cons Virtually unused p.firstChild>a:StackLayout Percentage Based (not column based), so we only have ‘columns’ of: {50%}, {33%, 66%}, {25%, 75%}, {20%, 40%, 60%, 80%} Adds extra element to wrap content No gutter. No whitespaced columns
StackLayout @github: last commit on: 07/06/11 Watched by: 127 people forked: 11 times HNR Grid Impossible to get the same layout only using the framework. 1,1kb – base framework (compressed) 4,04kb – html, 88lines (includes content and css) 5,14kb total (on page css can be externalized and compressed)
GGS Pros: Responsive (pseudo) Golden grilet Cons Disconnect between the frameworks column count and mockups (16 cols based). Works only with pair multiples Media-query dependent, doesn’t provide reliable IE7/IE8 fallback. Can’t be called a full-time grid framework.
GGS @github last commit on: 08/27/11 Watched by: 463 people forked: 31 times HNR Grid Impossible to get the same layout only using the framework. 6kb – base framework (compressed) 3,4kb – html, 67lines (includes content and css) 9,4kb total (on page css can be externalized and compressed)
	  1140px Pros: Responsive (uses JS/CSS for IE) Uses concept of ‘rows’. Cons 12 Column based. Not customizable. Lacks pull/push and empty columns.
	  1140px @github last commit on: 08/27/11 Watched by: 463 people forked: 31 times HNR Grid Impossible to get the same layout only using the framework. 3,89kb – base framework (externalizing media queries) 4,23kb – html, 89 lines (includes content and css) 8,12kb total (on page css can be externalized and compressed)
	  Less Pros: “Responsive” Cons “It does not contain any pre­defined column classes, pre-compilers, or other wizardry.” It pretty much just adds a base of media queries into the mix.
	  Less @github last commit on: 08/27/11 Watched by: 463 people forked: 31 times HNR Grid Impossible to get the same layout only using the framework. 3,89kb – base framework (externalizing media queries) 4,23kb – html, 89 lines (includes content and css) 8,12kb total (on page css can be externalized and compressed)
columnal Pros: Responsive Row/Column based Solves IE6~IE8 with a fixed width layout Cons Can’t customize column/width count. Classes are underscored based. No pull/push.
columnal !github Single developer Self hosted Last version: 0.85, no changelog HNR Grid Got close of achieving the same layout but not quite. 13,53kb – base framework (compressed) 4,24kb – html, 98 lines (includes content and css) 17,77kb total (on page css can be externalized and compressed)
inuitcss Pros: Customizable Gets rid of ‘last’ class. Cute logo. Cons No pull/push. No prefix/suffix. Can’t nest grids when using a fluid layout
inuitcss @github last commit on: 06/30/11 Watched by: 331 people forked: 27 times HNR Grid 0,5kb – base framework (compressed) 3,83kb – html, 89 lines (includes content and css) 4,13kb total (on page css can be externalized and compressed)
Susy Pros: Made for Compass Customizable Built-in grillet! Adds new elements into standard grids (ie pads) More ‘semantic’. Cons Lack of cols classes can make debugging hard. Contextis tricky. All elements must be declared inside the grid No pull/push
Susy @github last commit on: 06/14/11 Watched by: 269 people forked: 16 times HNR Grid 8kb – base framework (compressed)* 3,2kb – html, 66 lines (includes content and css)* 11,2kb total * Susy requires that all CSS is contained in SASS files,thus the framework includes some styling.
comparison
goodideas 1140px’s/columnal’s ‘row’ GoldenGridGrillet: http://javascriptgrid.org/ Match cols 1 to 1 with UX 960’s naming convention for first/last classes inuitcss’s debug class Susy’s/Semantic’s semantics Susy’sbg image
clone the examples git://github.com/leopic/grids-comp.git

Contenu connexe

Similaire à CSS Grid Systems

MW2011 Grid-based Web Design presentation
MW2011 Grid-based Web Design presentationMW2011 Grid-based Web Design presentation
MW2011 Grid-based Web Design presentationCharlie Moad
 
CSS3 for web designer - How to design a visually appealing website
CSS3 for web designer - How to design a visually appealing websiteCSS3 for web designer - How to design a visually appealing website
CSS3 for web designer - How to design a visually appealing websiteMario Hernandez
 
CSS Frameworks: Categories, Criteria and Recommendations
CSS Frameworks: Categories, Criteria and RecommendationsCSS Frameworks: Categories, Criteria and Recommendations
CSS Frameworks: Categories, Criteria and Recommendationssirajrkhan
 
Highly Maintainable, Efficient, and Optimized CSS
Highly Maintainable, Efficient, and Optimized CSSHighly Maintainable, Efficient, and Optimized CSS
Highly Maintainable, Efficient, and Optimized CSSZoe Gillenwater
 
A journey from sass to css in-js
A journey from sass to css in-jsA journey from sass to css in-js
A journey from sass to css in-jsMartin Jujou
 
HTML and CSS Coding Standards
HTML and CSS Coding StandardsHTML and CSS Coding Standards
HTML and CSS Coding StandardsSaajan Maharjan
 
Efficiently theming a multi-site Drupal 8 portal - Drupal Dev Days Seville 2017
Efficiently theming a multi-site Drupal 8 portal - Drupal Dev Days Seville 2017Efficiently theming a multi-site Drupal 8 portal - Drupal Dev Days Seville 2017
Efficiently theming a multi-site Drupal 8 portal - Drupal Dev Days Seville 2017La Drupalera
 
The Future State of Layout
The Future State of LayoutThe Future State of Layout
The Future State of LayoutStephen Hay
 
An introduction to the 960 grid system
An introduction to the 960 grid systemAn introduction to the 960 grid system
An introduction to the 960 grid systemMario Hernandez
 
CSS vs. JavaScript - Trust vs. Control
CSS vs. JavaScript - Trust vs. ControlCSS vs. JavaScript - Trust vs. Control
CSS vs. JavaScript - Trust vs. ControlChristian Heilmann
 
CSS Framework + Progressive Enhacements
CSS Framework + Progressive EnhacementsCSS Framework + Progressive Enhacements
CSS Framework + Progressive EnhacementsMario Hernandez
 
DrupalCampLA 2011 - Drupal frontend-optimizing
DrupalCampLA 2011 - Drupal frontend-optimizingDrupalCampLA 2011 - Drupal frontend-optimizing
DrupalCampLA 2011 - Drupal frontend-optimizingAshok Modi
 
BDUG Responsive Web Theming - 7/23/12
BDUG Responsive Web Theming - 7/23/12BDUG Responsive Web Theming - 7/23/12
BDUG Responsive Web Theming - 7/23/12ucbdrupal
 
Tailwind CSS.11.pptx
Tailwind CSS.11.pptxTailwind CSS.11.pptx
Tailwind CSS.11.pptxHarish Verma
 

Similaire à CSS Grid Systems (20)

MW2011 Grid-based Web Design presentation
MW2011 Grid-based Web Design presentationMW2011 Grid-based Web Design presentation
MW2011 Grid-based Web Design presentation
 
CSS3 for web designer - How to design a visually appealing website
CSS3 for web designer - How to design a visually appealing websiteCSS3 for web designer - How to design a visually appealing website
CSS3 for web designer - How to design a visually appealing website
 
CSS Frameworks: Categories, Criteria and Recommendations
CSS Frameworks: Categories, Criteria and RecommendationsCSS Frameworks: Categories, Criteria and Recommendations
CSS Frameworks: Categories, Criteria and Recommendations
 
Semantic markup
Semantic markupSemantic markup
Semantic markup
 
Highly Maintainable, Efficient, and Optimized CSS
Highly Maintainable, Efficient, and Optimized CSSHighly Maintainable, Efficient, and Optimized CSS
Highly Maintainable, Efficient, and Optimized CSS
 
A journey from sass to css in-js
A journey from sass to css in-jsA journey from sass to css in-js
A journey from sass to css in-js
 
Lit there be light
Lit there be lightLit there be light
Lit there be light
 
HTML and CSS Coding Standards
HTML and CSS Coding StandardsHTML and CSS Coding Standards
HTML and CSS Coding Standards
 
Efficiently theming a multi-site Drupal 8 portal - Drupal Dev Days Seville 2017
Efficiently theming a multi-site Drupal 8 portal - Drupal Dev Days Seville 2017Efficiently theming a multi-site Drupal 8 portal - Drupal Dev Days Seville 2017
Efficiently theming a multi-site Drupal 8 portal - Drupal Dev Days Seville 2017
 
The Future State of Layout
The Future State of LayoutThe Future State of Layout
The Future State of Layout
 
An introduction to the 960 grid system
An introduction to the 960 grid systemAn introduction to the 960 grid system
An introduction to the 960 grid system
 
CSS vs. JavaScript - Trust vs. Control
CSS vs. JavaScript - Trust vs. ControlCSS vs. JavaScript - Trust vs. Control
CSS vs. JavaScript - Trust vs. Control
 
CSS Framework + Progressive Enhacements
CSS Framework + Progressive EnhacementsCSS Framework + Progressive Enhacements
CSS Framework + Progressive Enhacements
 
CSS Frameworks
CSS FrameworksCSS Frameworks
CSS Frameworks
 
HTML CSS & Javascript
HTML CSS & JavascriptHTML CSS & Javascript
HTML CSS & Javascript
 
Drupal 7 ninja theming
Drupal 7 ninja themingDrupal 7 ninja theming
Drupal 7 ninja theming
 
DrupalCampLA 2011 - Drupal frontend-optimizing
DrupalCampLA 2011 - Drupal frontend-optimizingDrupalCampLA 2011 - Drupal frontend-optimizing
DrupalCampLA 2011 - Drupal frontend-optimizing
 
Building Webs Better
Building Webs BetterBuilding Webs Better
Building Webs Better
 
BDUG Responsive Web Theming - 7/23/12
BDUG Responsive Web Theming - 7/23/12BDUG Responsive Web Theming - 7/23/12
BDUG Responsive Web Theming - 7/23/12
 
Tailwind CSS.11.pptx
Tailwind CSS.11.pptxTailwind CSS.11.pptx
Tailwind CSS.11.pptx
 

Dernier

Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Bhuvaneswari Subramani
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontologyjohnbeverley2021
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityWSO2
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 

Dernier (20)

Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 

CSS Grid Systems

  • 2. agenda What? Why? Why not? When? Our competition Who’s the boss? Framework analysis Comparison Good ideas
  • 3. what is a grid? “…they’re an invisible foundation used to achieve visual cohesion in magazine and newspaper page design and layout. They essentially amount to a lattice that divides horizontal and vertical space in consistent units where text, headlines, images, and advertising can be placed.- Raj Dashtutsplus.com
  • 4. come again? “…a “grid” is a set number of “columns” and intervening “gutters” inside a “container” of any width and flexibility. The container can have optional “side-gutters” that pad the grid from the surrounding “document”.…” – OddBirds - oddbird.net taken from http://susy.oddbird.net/
  • 5. why use one? Rapid development Cross-browser Cohesion SEO Impact UX is using them!
  • 6. why not? Learning curve. Bug fixing is complicated. Presentation and Content get tangled up.
  • 7. when? Rapid development is needed Designers abuse them Cohesion is needed
  • 8. our competition REI is not using them Altrec is not using them Sierra Trading Post is using a custom version of 960.gs
  • 9. who's the boss? Fixed Blueprint-CSS 960.gs YAML StackLayout Responsive Golden Grid System 1140px LESS Columnal inuitcss Susy Semantic
  • 10. blueprint-css pros: open source custom grid-able a lot of tutorials to start off with (even some in spanish) dash based class names ruby based (plugin ready) cons: 960 != 1000px, needs to be customized bloated (forms, typography)?
  • 11. blueprint-css @github: last commit on: 06/06/11 Watched by: 4,365 people forked: 385 times HNR grid: 2,43kb – base framework (compressed) 3,75kb – html, 81 lines (includes content and css) 6,18kb total (on page css can be externalized and compressed)
  • 12. 960.gs pros: open source custom grid-able very well documented widely used: drupal, sony music, twitter (blog), woothemes, etc. pre-made templates available alfa/omega cons: 960 != 1000px, needs to be customized not widely used as blueprint underscore based class names
  • 13. 960.gs @github: last commit on: 06/24/11 Watched by: 1,397 people forked: 105 times HNR grid: 2,52kb – base framework (compressed) 3,79kb – html, 81 lines (includes content and css) 6,31kb total (on page css can be externalized and compressed)
  • 14. YAML pros stable (more than 5+ years) form styles ready templates available cons old (supports IE 5.5+) shady CSS techniques html * {font-size:100.01% } * html body * { overflow:visible } BIG learning curve awful naming convention not straightforward at all licensing issues requires additional css files for IE div order can’t be changed not very used requires heavy nesting of divs
  • 15. YAML Not in github Single developer Self hosted Last Update 3.3.1 in 06/2011 HNR Grid Discarted due to complexity and weight. 23,7kb – base framework (can’t be compressed due to hacks)
  • 16. StackLayout Pros: Lightweight (1,1kb when compressed) Based on inline-block, instead of floats (no clearfix) Elements won’t have more than 1 grid class at the time When properly used, content can clear inner floats and have full width Cons Virtually unused p.firstChild>a:StackLayout Percentage Based (not column based), so we only have ‘columns’ of: {50%}, {33%, 66%}, {25%, 75%}, {20%, 40%, 60%, 80%} Adds extra element to wrap content No gutter. No whitespaced columns
  • 17. StackLayout @github: last commit on: 07/06/11 Watched by: 127 people forked: 11 times HNR Grid Impossible to get the same layout only using the framework. 1,1kb – base framework (compressed) 4,04kb – html, 88lines (includes content and css) 5,14kb total (on page css can be externalized and compressed)
  • 18. GGS Pros: Responsive (pseudo) Golden grilet Cons Disconnect between the frameworks column count and mockups (16 cols based). Works only with pair multiples Media-query dependent, doesn’t provide reliable IE7/IE8 fallback. Can’t be called a full-time grid framework.
  • 19. GGS @github last commit on: 08/27/11 Watched by: 463 people forked: 31 times HNR Grid Impossible to get the same layout only using the framework. 6kb – base framework (compressed) 3,4kb – html, 67lines (includes content and css) 9,4kb total (on page css can be externalized and compressed)
  • 20. 1140px Pros: Responsive (uses JS/CSS for IE) Uses concept of ‘rows’. Cons 12 Column based. Not customizable. Lacks pull/push and empty columns.
  • 21. 1140px @github last commit on: 08/27/11 Watched by: 463 people forked: 31 times HNR Grid Impossible to get the same layout only using the framework. 3,89kb – base framework (externalizing media queries) 4,23kb – html, 89 lines (includes content and css) 8,12kb total (on page css can be externalized and compressed)
  • 22. Less Pros: “Responsive” Cons “It does not contain any pre­defined column classes, pre-compilers, or other wizardry.” It pretty much just adds a base of media queries into the mix.
  • 23. Less @github last commit on: 08/27/11 Watched by: 463 people forked: 31 times HNR Grid Impossible to get the same layout only using the framework. 3,89kb – base framework (externalizing media queries) 4,23kb – html, 89 lines (includes content and css) 8,12kb total (on page css can be externalized and compressed)
  • 24. columnal Pros: Responsive Row/Column based Solves IE6~IE8 with a fixed width layout Cons Can’t customize column/width count. Classes are underscored based. No pull/push.
  • 25. columnal !github Single developer Self hosted Last version: 0.85, no changelog HNR Grid Got close of achieving the same layout but not quite. 13,53kb – base framework (compressed) 4,24kb – html, 98 lines (includes content and css) 17,77kb total (on page css can be externalized and compressed)
  • 26. inuitcss Pros: Customizable Gets rid of ‘last’ class. Cute logo. Cons No pull/push. No prefix/suffix. Can’t nest grids when using a fluid layout
  • 27. inuitcss @github last commit on: 06/30/11 Watched by: 331 people forked: 27 times HNR Grid 0,5kb – base framework (compressed) 3,83kb – html, 89 lines (includes content and css) 4,13kb total (on page css can be externalized and compressed)
  • 28. Susy Pros: Made for Compass Customizable Built-in grillet! Adds new elements into standard grids (ie pads) More ‘semantic’. Cons Lack of cols classes can make debugging hard. Contextis tricky. All elements must be declared inside the grid No pull/push
  • 29. Susy @github last commit on: 06/14/11 Watched by: 269 people forked: 16 times HNR Grid 8kb – base framework (compressed)* 3,2kb – html, 66 lines (includes content and css)* 11,2kb total * Susy requires that all CSS is contained in SASS files,thus the framework includes some styling.
  • 31. goodideas 1140px’s/columnal’s ‘row’ GoldenGridGrillet: http://javascriptgrid.org/ Match cols 1 to 1 with UX 960’s naming convention for first/last classes inuitcss’s debug class Susy’s/Semantic’s semantics Susy’sbg image
  • 32. clone the examples git://github.com/leopic/grids-comp.git