473,625 Members | 2,999 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What are the best css designs?

Oddly enough, I found it difficult, using Google, to find a list of
best-of sites based on the quality of their css packages.

So I'd ask. Does anyone know of particularly good sites which are in
good measure because of their creative and useful css designs? I'm
aware of Zen Garden and a few others. So don't bother with those. And
I hope I don't get replies from people with a 'tin ear' and no design
sense. Good sites. Good pages. That's what I'm asking about - not
mediocre stuff.
Jul 20 '05
145 8793
Mark Johnson <10*******@comp userve.com> wrote:
I was inspired by the Zen Garden stuff, for example. Do they just do
it all wrong, as it were?


One accessibility problem with many of the CSS Zen Garden designs is a
result of the (rather artificial) constraints of the project. Many of the
designs use CSS to hide a specific bit of text, and then display an image
in its place. This breaks accessibility when CSS is supported, but images
are not downloaded. But in production situations, one would use an image
with appropriate ALT text.

And many of the designs don't adapt very gracefully to different sizes of
browser windows, or different default font sizes. But what else is new?
That problem is hardly unique to the CSS Zen Garden.
--
Darin McGrew, mc****@stanford alumni.org, http://www.rahul.net/mcgrew/
Web Design Group, da***@htmlhelp. com, http://www.HTMLHelp.com/

"Timing has a lot to do with the outcome of a rain dance."
Jul 20 '05 #21
On Sat, 24 Apr 2004 01:31:29 -0700, Mark Johnson wrote:
Oddly enough, I found it difficult, using Google, to find a list of
best-of sites based on the quality of their css packages.

So I'd ask. Does anyone know of particularly good sites which are in
good measure because of their creative and useful css designs? I'm
aware of Zen Garden and a few others. So don't bother with those. And
I hope I don't get replies from people with a 'tin ear' and no design
sense. Good sites. Good pages. That's what I'm asking about - not
mediocre stuff.


I always take my inspiration from the Strange Banana. It produces simply
beautiful designs.

http://www.strangebanana.com/generator.aspx
Jul 20 '05 #22
On Sat, 24 Apr 2004 01:31:29 -0700, Mark Johnson wrote:
Oddly enough, I found it difficult, using Google, to find a list of
best-of sites based on the quality of their css packages.

So I'd ask. Does anyone know of particularly good sites which are in
good measure because of their creative and useful css designs? I'm
aware of Zen Garden and a few others. So don't bother with those. And
I hope I don't get replies from people with a 'tin ear' and no design
sense. Good sites. Good pages. That's what I'm asking about - not
mediocre stuff.


I always take my inspiration from the Strange Banana. It produces simply
beautiful designs.

http://www.strangebanana.com/generator.aspx
Jul 20 '05 #23
Mark Johnson <10*******@comp userve.com> wrote:
designers rarely use html and css properly.

I was inspired by the Zen Garden stuff, for example. Do they just do
it all wrong, as it were?
If you mean designers


I mean the Zen Garden stuff.


css Zen Garden showcases what I consider a css circus trick in an
attempt to captivate designers. Presumably they've done this because
designers typically don't care about the real benefits of correctly
coded sites.

What was it about css Zen Garden that inspired you?
They have the aural styles.
Where? There would be virtually no point since there is only 1 obscure
linux only UA that supports aural stylesheets (emacspeak).
The pages
degrade flawlessly. What problems do you find with:
issues like structure, accessability and usability.


The content is properly marked up, but the very purpose of css Zen
Garden demonstrates my point ("designers rarely use html and css
properly").

Alas the site's default style unnecessarily requires a minimum window
width of approx 1000px, it uses pt font sizing, no generic fall back
font is specified etc. Some other issues like using css background
images where normal images would be required are the result of the
circus trick nature of the site.

Coding is Coding, and Design is Design, and never the twain shall meet
;-)

--
Spartanicus
Jul 20 '05 #24
Mark Johnson <10*******@comp userve.com> wrote:
designers rarely use html and css properly.

I was inspired by the Zen Garden stuff, for example. Do they just do
it all wrong, as it were?
If you mean designers


I mean the Zen Garden stuff.


css Zen Garden showcases what I consider a css circus trick in an
attempt to captivate designers. Presumably they've done this because
designers typically don't care about the real benefits of correctly
coded sites.

What was it about css Zen Garden that inspired you?
They have the aural styles.
Where? There would be virtually no point since there is only 1 obscure
linux only UA that supports aural stylesheets (emacspeak).
The pages
degrade flawlessly. What problems do you find with:
issues like structure, accessability and usability.


The content is properly marked up, but the very purpose of css Zen
Garden demonstrates my point ("designers rarely use html and css
properly").

Alas the site's default style unnecessarily requires a minimum window
width of approx 1000px, it uses pt font sizing, no generic fall back
font is specified etc. Some other issues like using css background
images where normal images would be required are the result of the
circus trick nature of the site.

Coding is Coding, and Design is Design, and never the twain shall meet
;-)

--
Spartanicus
Jul 20 '05 #25
Spartanicus <me@privacy.net > wrote:
Mark Johnson <10*******@comp userve.com> wrote:
I mean the Zen Garden stuff.

Alas the site's default style unnecessarily requires a minimum window
width of approx 1000px
Not the csszengarden page. What's the URL you're talking about? And
what specifically happens?
it uses pt font sizing
Apparently one school demands that "pt" be used for font size, and
another that "px" should be used. Is that what you mean? You're not
being very clear.
no generic fall back font is specified
Such as "sans-serif", or something? I'd be surprized if it wasn't.
Again, what is the URL for this?
Some other issues like using css background
images where normal images would be required
What would be the problem, here, as you see it? I'm not sure I even
understand your complaint.
are the result of the circus trick nature of the site.


It generally has to do with the use of positioning. But this is built
in to style, and plays a large part in the documentation. It's not a
mistake, if that's what you're getting at.

Do you _really_ have any substantive complaints with zen garden? Or is
there someone who told you that you have to object to their efforts,
for some reason or other - but you haven't been able to come up with
your own reasons, as yet? I can only guess, here, unless you want to
be more specific. And I wish you had been, the first time. _I_ always
try to be.


Jul 20 '05 #26
Spartanicus <me@privacy.net > wrote:
Mark Johnson <10*******@comp userve.com> wrote:
I mean the Zen Garden stuff.

Alas the site's default style unnecessarily requires a minimum window
width of approx 1000px
Not the csszengarden page. What's the URL you're talking about? And
what specifically happens?
it uses pt font sizing
Apparently one school demands that "pt" be used for font size, and
another that "px" should be used. Is that what you mean? You're not
being very clear.
no generic fall back font is specified
Such as "sans-serif", or something? I'd be surprized if it wasn't.
Again, what is the URL for this?
Some other issues like using css background
images where normal images would be required
What would be the problem, here, as you see it? I'm not sure I even
understand your complaint.
are the result of the circus trick nature of the site.


It generally has to do with the use of positioning. But this is built
in to style, and plays a large part in the documentation. It's not a
mistake, if that's what you're getting at.

Do you _really_ have any substantive complaints with zen garden? Or is
there someone who told you that you have to object to their efforts,
for some reason or other - but you haven't been able to come up with
your own reasons, as yet? I can only guess, here, unless you want to
be more specific. And I wish you had been, the first time. _I_ always
try to be.


Jul 20 '05 #27
Brian <us*****@juliet remblay.com.inv alid> wrote:
I would not advocate using fonts for the main text of a document to be
anything other than 100% of the user's chosen or browser default font
size.
That's not a bad idea. Because all you see in the use of style sheets
in the so-called 'professional' sites are fonts that are too small to
read, and which can't be resized. What _I_ did, for an upcoming site,
is break down the style by client width. If it fell below say, 900,
then another sheet is loaded with smaller fonts and whatever else.
Otherwise, you have the 'normal' style. Most people seem to use 1024
or greater. And width, not height, is really the problem area. I also
see some sites using a font size button, that goes right to the
styles. But I supposed there's some javascript ? :
I would never advocate relying on js for anything.
Not even cookies? or cascading menus? That's what javascript is used
for. I like the idea of designing a no-frills version for NN 3,
including all the tag and containers for use with later styles, and
then using the styles to change things around. But if styles fail, or
whatever, then the basic page is displayed as designed. I also filter
the styles by IE and NN. So an Opera user will see the NN 3 version,
and that's it. The NN 7 folks will get a different style sheet. NN 6 -
I would like to punish those who use NN 6 . . but I don't have the
ability.

designer who saw that site were convinced that creativity does not have
to be sacrificed in order to achieve accessibility or flexibility, then
I'd say job well done.


What would be good example of this better design, in your opinion?
What would be some URLs?

Jul 20 '05 #28
Brian <us*****@juliet remblay.com.inv alid> wrote:
I would not advocate using fonts for the main text of a document to be
anything other than 100% of the user's chosen or browser default font
size.
That's not a bad idea. Because all you see in the use of style sheets
in the so-called 'professional' sites are fonts that are too small to
read, and which can't be resized. What _I_ did, for an upcoming site,
is break down the style by client width. If it fell below say, 900,
then another sheet is loaded with smaller fonts and whatever else.
Otherwise, you have the 'normal' style. Most people seem to use 1024
or greater. And width, not height, is really the problem area. I also
see some sites using a font size button, that goes right to the
styles. But I supposed there's some javascript ? :
I would never advocate relying on js for anything.
Not even cookies? or cascading menus? That's what javascript is used
for. I like the idea of designing a no-frills version for NN 3,
including all the tag and containers for use with later styles, and
then using the styles to change things around. But if styles fail, or
whatever, then the basic page is displayed as designed. I also filter
the styles by IE and NN. So an Opera user will see the NN 3 version,
and that's it. The NN 7 folks will get a different style sheet. NN 6 -
I would like to punish those who use NN 6 . . but I don't have the
ability.

designer who saw that site were convinced that creativity does not have
to be sacrificed in order to achieve accessibility or flexibility, then
I'd say job well done.


What would be good example of this better design, in your opinion?
What would be some URLs?

Jul 20 '05 #29
Darin McGrew <mc****@stanfor dalumni.org> wrote:
Mark Johnson <10*******@comp userve.com> wrote:
I was inspired by the Zen Garden stuff, for example. Do they just do
it all wrong, as it were?

designs use CSS to hide a specific bit of text, and then display an image
in its place. This breaks accessibility
Because:
when CSS is supported, but images are not downloaded.
Are you saying that the background isn't loaded from the server? and
that if you reload the page, it won't work, or something?

What the example of this?
But in production situations, one would use an image
with appropriate ALT text.
What if it's just intended as part of the background?
And many of the designs don't adapt very gracefully to different sizes of
browser windows
You mean different widths, correct?
or different default font sizes.
Someone else complained that these were fixing the font size. Are you
saying that some don't?
That problem is hardly unique to the CSS Zen Garden.


Problems with the fonts?
Jul 20 '05 #30

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

125
14690
by: Sarah Tanembaum | last post by:
Beside its an opensource and supported by community, what's the fundamental differences between PostgreSQL and those high-price commercial database (and some are bloated such as Oracle) from software giant such as Microsoft SQL Server, Oracle, and Sybase? Is PostgreSQL reliable enough to be used for high-end commercial application? Thanks
35
3194
by: Don Vaillancourt | last post by:
Over the years I have always used the decimal(18,0) as the datatype for primary keys. Aside from the number of significant numbers involved, would BigInt type be better for performance or is decimal(18,0) still okay. -- Don Vaillancourt Director of Software Development WEB IMPACT INC. phone: 416-815-2000 ext. 245
9
1724
by: optimistx | last post by:
Which url in your opinion would be a good or even the best example of javascript usage in a set of pages at least say 10 or more pages? How to use css, how to split js-code to files, how to code for good maintainability,objects, names, how to take care of older browsers, how to optimize the coding time, etc It might be easy to have strong opinions in the theory 'how other people should organize their js-coding' (but I do not show mine)....
0
8189
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8692
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8354
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6116
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5570
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4089
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4192
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1802
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1499
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.