After becoming more familiar with Adobe InDesign as part of my design course, I am starting to see parallels between InDesign (or Quark) files in the print world, and with Cascading Style Sheets in the web world.
I guess this is painfully obvious for anyone coming to standards-based web design from the print world, but for someone like me who is moving in the reverse direction it is somewhat of a revelation and gives a bit of insight into where each of the mediums might be headed.
If you choose to separate your content and your presentation (there are plenty of good reasons to do this in both the print world as well as in the web world) then you can definitely think of a CSS file as being the web equivalent of an InDesign file. Overlooking the obvious differences, everything pretty much maps one to one:
Essentially, InDesign/Quark files and Cascading Style Sheets are doing the same thing - controlling the presentation of the document. This of course is a sweeping generalisation, as there are more sophisticated things to worry about in the print world like bleed and facing pages and what have you. And if you start thinking about image-replacement and Flash plug-ins on the web then the analogy falls apart.
But looking at things this way does offer some insight into how things could be in the future, both for print and for web-based design. For example,
#footer {
border: 2px solid red;
margin-left: 10px;
}
to stuff like:
#footer {
drop-shadow: 5px 20% black;
blur: motion 20px 15%;
}
and it became a defacto standard (or one that was endorsed by some kind of print equivalent to the W3C) then it could open up the market for some open source competition in this traditionally-monopolised market.
yes engineer cuz, it's a bit like keeping your shoes neatly lined up in your bedroom, the source of where it all began all those years ago! (whatever you do, do not look at the html codes for any of my dodgy website attempts, they're all over the place! I need someone like yourself to clean them up for me!)
Posted by: nick at March 19, 2005 12:55 AM