A CSS Framework
Mike Stenhouse's CSS Framework seems like it might be a good candidate for inclusion in AppFuse. In his article about this framework, he basically says that there are 6 basic layouts that "cover most of the blogs out there and most of the corporate sites as well". He shows you how it's possible to use a single XHTML page, and use CSS to achieve all of these layouts w/o changing your HTML. This is huge IMO because you can accomplish all the different layouts w/o changing your markup. Very cool. Hat tip to CSS Beauty.
Posted by tanguyr on May 23, 2005 at 05:17 PM MDT #
Posted by Matt Raible on May 23, 2005 at 05:34 PM MDT #
Posted by Cammm on May 23, 2005 at 05:35 PM MDT #
Posted by Ahmed Mohombe on May 23, 2005 at 05:36 PM MDT #
Posted by Patrick Turcotte on May 23, 2005 at 08:25 PM MDT #
I work with a rather large financial web application and we basically treat the XHTML structure as rigid from the design standpoint. We instead concentrate on stretching the CSS as far as it will go without breaking cross-platform (IE is such a bitch). Naturally this enforces a very well thought structure and adds to consistency of our pages. It is truly amazing what we have been able to do, all without having to touch 1,000+ JSPs.
I have worked with a lot of templating systems over the years and without a doubt, just not touching the XHTML is the best way to do it. Any enhancements we absolutely require we either add via a page decorator such as SiteMesh or by using javascript.
In conclusion, this would be a <strong>great</strong> addition to appfuse. The first thought in every designer's mind is "how can I customize this thing?"
Posted by Dan Allen on May 23, 2005 at 09:36 PM MDT #
Posted by Jacob Hookom on May 23, 2005 at 10:01 PM MDT #
Posted by David Thompson on May 23, 2005 at 10:56 PM MDT #
Posted by Ramin on May 23, 2005 at 11:11 PM MDT #
Posted by Fredo on May 23, 2005 at 11:27 PM MDT #
I don't think its the amount of css in appfuse, but rather how it is structured.
Yes sorry, this is what I was trying to refer to. CSS can get very complicated and funky with only a minimal site structure to work with - however the site structure itself is a bit of a mish mash of different projects and templates which can make things more unmanageable. An attempt at simplifying all of that would be a challenging task =-)
Posted by Cammm on May 24, 2005 at 08:28 AM MDT #
Posted by Cesidio on May 25, 2005 at 07:48 AM MDT #
Posted by Mike Stenhouse on May 25, 2005 at 09:27 PM MDT #
Posted by Rajveer Singh Rathore on August 12, 2008 at 09:50 AM MDT #
Hi Matt,
Thanks for the email, glad you fixed the broken link. Here's another CSS3 cheat sheet that might be helpful to someone: http://websitesetup.org/css3-cheat-sheet/
Cheers,
Robert
Posted by Robert Mening on October 24, 2014 at 06:52 PM MDT #