Posts Tagged ‘grid’

I’ve been studying CSS Grid Frameworks for the past couple weeks.  Here are some links to several CSS Frameworks that I found interesting, elegant, and useful:

  • 960 Grid System – A mature and stable CSS Framework, that uses a fixed width page layout of 960 pixels, along with the flexibility of  12 or 16 columns.  (Created by Nathan Smith of  SonSpring)
  • Blueprint – An elegant and complete CSS Framework that includes a CSS reset (similar to Eric Meyer’s Reset) that eliminates deals with the discrepancies across browsers, a solid grid that can support most complex layouts (without reverting to crazy HTML table-based design patterns), expert typographical principles, CSS form styles for great looking user interfaces, and CSS print styles for making any webpage ready for printing out on paper. (Created and maintained by Christian Montoya and the Blueprint community.)
  • The Golden Grid – A simple CSS Framework for HTML web page design, by Vladimir Carrer from Italy
  • How To Build A Mac OS X App With XCode and MacRuby March 15, 2010
    Want to develop a Mac OS X app without getting waist deep in Objective C? MacRuby is the answer, and it’s now mature enough to use directly from XCode to build fully-featured Ruby-powered Mac apps. “Jean Pierre Hernandez” of Phusion presents a walkthrough of how to do it, step by step. […]
  • How To Find Ruby User Groups March 9, 2010
    Ruby User Groups (RUGs, for short) are typically informal organizations put together to encourage Ruby developers with certain areas to get together, share ideas, and, often, to have some fun. If you're lacking for inspiration or want to get to know some Rubyists within certain parts of the world (or just around the corner, if you're lucky), headin […]