Hello,

Have recently started using Haml, and writing my first html table. Its
for a comparison grid, like these:

http://www.smashingmagazine.com/2008/08/13/top-10-css-table-designs/

http://www.edesignerz.net/webmaster-stuff/4526-25-clear-and-beautiful-comparison-tables


At first it seemed tricky because depending upon the specific data and
web page design, its pretty difficult to say beforehand whether the
the columns and rows should be either down or across (portrait or
landscape, whatever). So I decided it would be worth making a generic
table helper / layout object. By default the rows are laid out to the
rows, and the columns are put to the columns. We shall call that
"Portrait mode". But a boolean "flip" accessor will transpose and swap
around the rows <=> columns.

If anyone else is interested in this table convenience class, it shall
be made available. Another feature might be "spanning" columns. So
thats all great. Im sure it'll be fun doing that.

Anyway. It occured to me to ask if there were already such haml helper
libraries out there? I am vaguely aware that there is something called
"haml helpers", but are those the same thing?


dreamcat4
[email protected]

-- 
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/haml?hl=en.

Reply via email to