Constructing the layout for web-based applications




In my experience most available books and web publication on CSS are
related to web page/site design. Little attention is payed to the
design and construction of web-based application for data management.
Yes, of course, every book on CSS and web design has a chapter on forms
and possibly lists, the same goes for sites such as A List Apart. But,
in general, coverage is disappointing -- if you're looking for help,
that is. Regarding design aspects, GUI design guidelines by Apple et
al. can be helpful.

However, there's little help when it comes to constructing the target
design out of HTML markup and CSS. My best attempt at it, as part of a
framework on top of Ruby on Rails, can be seen here

http://www.schuerig.de/michael/boilerplate/

I'm mostly pleased with the layout as it is presented by
standards-compliant browsers. Unfortunately, they are only a minority,
especially when it comes to corporate desktop computers. Thus, as it
is, the usefulness of my stuff is regrettably restricted. Of course, I
want to make it work on Internet Explorer, too, but I'm having a hard
time finding information or sample code (HTML/CSS) that helps me with
this task.

Michael

--
Michael Schuerig There is no matrix,
mailto:michael@xxxxxxxxxxx only reality.
http://www.schuerig.de/michael/ --Lawrence Fishburn

.



Relevant Pages

  • Re: Out-of-date CSS person needs up-to-date CSS advice!!
    ... > of CSS. ... W3C testbed browser which, at that time, was called Arena. ... > design work due to the poor browser support. ... be zoomed (if the reader can be bothered) before it's usable. ...
    (comp.infosystems.www.authoring.stylesheets)
  • Re: How to approach css design
    ... how do I go about building a new css based site without using absolute positions and allowing for the area to expand with the content? ... As Jim Moe pointed out, your design is based on assumptions which are appropriate to print media, but not to the web. ... In one case, content.jpg, you've allowed for larger text via a vertical scroll bar, but made no such allowance for the menu items that are supposed to stay within menu.jpg. ... Although you can use z-index to create layers, you will run into problems when you try to positionally relate things on one layer with those in another layer. ...
    (comp.infosystems.www.authoring.stylesheets)
  • Re: How to approach css design
    ... how do I go about building a new css based site without using absolute positions and allowing for the area to expand with the content? ... As Jim Moe pointed out, your design is based on assumptions which are appropriate to print media, but not to the web. ... In one case, content.jpg, you've allowed for larger text via a vertical scroll bar, but made no such allowance for the menu items that are supposed to stay within menu.jpg. ... Although you can use z-index to create layers, you will run into problems when you try to positionally relate things on one layer with those in another layer. ...
    (comp.infosystems.www.authoring.stylesheets)
  • Re: Website Design Opinions?
    ... Accessible web design doesn't need to compromise your basic design. ... In which case it's even more important to dive further into CSS, because CSS gives you absolute control over the absolute position of *any* element if you want it. ... It is much more powerful than table formatting, and if you want to fine tune an absolute setup CSS Is Your Friend. ...
    (uk.rec.walking)
  • Re: CSS instead of frames (but how)?
    ... > should stick to "pure" CSS to fashion pages. ... learning the interactions and techniques required to best achieve design ...
    (alt.html)