CSSFactory: Real World CSSZenGarden?
I have been a fan of the CSS Zen Garden for a long time. Recently, however, I have noticed that most of the examples are practical for real-world sites where the content changes from page to page and over time. Chris Heilmann has noticed as well.
CSSZenGarden.com is a great example of what CSS can be in an ideal situation. CSS Zen Garden shows what CSS can do for a one-page site whose content never changes. That isn't the world most of us deal with. Most of us deal with sites with multiple pages where the content changes from time to time.
Enter CSS Factory, a real-world alternative to the Zen Garden.
Right now, CSS Factory is just an idea.
While I think it is a great idea, a few points do concern me:
- Chris mentions changing content order. So long as the order changes only for the content-area and not the template stuff (navigation, pieces that don't change from page to page), I think that is great.
- Chris mentions changing order using JavaScript with a PHP fallback. I think it would be a lot easier to just use straight PHP for that.
I would also offer some suggestions:
- Suggest (impose?) a total page-weight of 40K (34K is the suggested page-weight for 10 seconds on 56K modem)
- Recognize the specialization of talent in the modern web and give separate credit for design and code. This would allow more entries as designers and coders could collaborate on projects.
I certainly hope CSSFactory comes to fruition. If you have any thoughts, let Chris know on his blog.
Good Luck!
Makes that particular TABLE unique, because it is nested within the "steve" container. There is no need to say:
My example is oversimplifed, but I think the point is made. These crazy naming conventions and ID'ing every HTML forces you to memorize way to much meaningless information.
HTML tables have a place where a header, title, and body, would go. The Example,
CF_BlogPicks (50) [RSS]
CF_DMQuery (3) [RSS]
CFUG (9) [RSS]
CodeCop (7) [RSS]
ColdFusion (154) [RSS]
ColdFusion Builder (2) [RSS]
com.sebtools (45) [RSS]
CSS (21) [RSS]
DataMgr (83) [RSS]
Frameworks (13) [RSS]
Git (3) [RSS]
HTML (11) [RSS]
JavaScript (9) [RSS]
Layout Components (5) [RSS]
Mailer.cfc (9) [RSS]
Neptune (8) [RSS]
Neptune Programs (4) [RSS]
OO Principles (9) [RSS]
Page Controller (6) [RSS]
Personal (27) [RSS]
Productivity (14) [RSS]
Railo (2) [RSS]
RSS Reader (1) [RSS]
sebtags (19) [RSS]
SpamFilter (7) [RSS]
SQL (16) [RSS]
StarterCart (2) [RSS]
SVG (1) [RSS]
Testing (7) [RSS]
Usability (15) [RSS]
Web Servers (4) [RSS]
Windows (1) [RSS]
Site Home
Pluralizing in ColdFusion
Steve Bryant said: James, Sorry I missed your comment earlier. I haven't compared to other libraries. I didn't even kn... [More]
Pluralizing in ColdFusion
James Moberg said: Have you compared the results with other libraries? I use an inflector CFC and I see that some of t... [More]
Git Branching Strategy for Web Development
Thomas said: Hi Steve, thanks a lot for this post. While considering Git Web Flow for our branching strategy, t... [More]
Getting Around Windows 7 "Destination Path Too Long" Error When Deleting Files
MxP said: The above robocopy command worked like a charm! I had a deeply nested folder structure that I wante... [More]
New Open Source ColdFusion Shopping Cart
Paul said: I gave up on this after all kinds of pathing issues. Couldn't be bothered tracing where to change th... [More]