Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Grids are awesome.

So awesome in fact, that I created DesignGridLayout, a Java Swing layout manager. Jean Francois Poilpret has been the project owner for years and extended far beyond my original vision.

http://designgridlayout.java.net

It has a mostly "fluent API", so you just add components and it mostly figures out columns and spanning widths.



I didn't say grids were bad in general, I said they are bad in web design. The problem of tightly coupling content and presentation, and the hiding semantic meaning that goes with it, doesn't exist in a desktop GUI environment, or in a print ad or flyer, etc. Grids are perfectly fine in those uses.


I don't understand how you are mixing content with presentation by using a grid any more than any other method of design?

With bootstrap you mostly use CSS classes to dictate presentation so you can keep your HTML pretty clean.

If I wanted to make a website with perfect separation of content and presentation, how would I go about it?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: