NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Death to (x, y)! (Score:1)
Having to specify placement of items is not how I want to spend my time.
So I use HTML and get the browser to do most of the layout-type work for me.
And yes, I'm lucky in that I can get all my clients to accept browser interfaces to anything. Eat your heart out
Re:Death to (x, y)! (Score:1)
The proper way of writing UIs manually is by packing widgets into hboxes and vboxes, which is pretty much the same as table-based HTML layout. HTML done properly (ie. without tables for layout) is worse than that, actually, since CSS only provides a float model and absolute positioning. There have been some tentative steps towards hbox/vbox style positioning in drafts of newer versions of CSS, but the CSS WG is not exactly the most healthy or productive working group around.
Reply to This
Parent