473,626 Members | 3,093 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 8794
Mark Johnson <10*******@comp userve.com> wrote:
participati on in these groups is very low (~0), so this is probably not
a good place to ask. Asking in a place where designers hang out isn't
likely to yield better results because 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, then I'd say most don't know and/or care for
issues like structure, accessability and usability. They typically only
care about design. Accessability, structure and usability are typically
the domain of coders, coders in turn mostly don't know much about
design.

The trick is to pair a designer and a coder. Training a designer to work
with the strengths of the medium (fluidity etc.) is the hard bit.

--
Spartanicus
Jul 20 '05 #11
On Sun, 25 Apr 2004 15:51:38 +0100, Spartanicus wrote:
The trick is to pair a designer and a coder. Training a designer to work
with the strengths of the medium (fluidity etc.) is the hard bit.


Whereas the designer might reason that
aptitude for 'good design' is something
you either have, or lack.

They would probably be horrified at the
thought of trying to 'teach design' to
some ..code hack. ;-)

--
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology
Jul 20 '05 #12
On Sun, 25 Apr 2004 15:51:38 +0100, Spartanicus wrote:
The trick is to pair a designer and a coder. Training a designer to work
with the strengths of the medium (fluidity etc.) is the hard bit.


Whereas the designer might reason that
aptitude for 'good design' is something
you either have, or lack.

They would probably be horrified at the
thought of trying to 'teach design' to
some ..code hack. ;-)

--
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology
Jul 20 '05 #13
Spartanicus <me@privacy.net > wrote:
Mark Johnson <10*******@comp userve.com> wrote:
participatio n in these groups is very low (~0), so this is probably not
a good place to ask. Asking in a place where designers hang out isn't
likely to yield better results because 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. They have the aural styles. The pages
degrade flawlessly. What problems do you find with:
issues like structure, accessability and usability.


Jul 20 '05 #14
Spartanicus <me@privacy.net > wrote:
Mark Johnson <10*******@comp userve.com> wrote:
participatio n in these groups is very low (~0), so this is probably not
a good place to ask. Asking in a place where designers hang out isn't
likely to yield better results because 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. They have the aural styles. The pages
degrade flawlessly. What problems do you find with:
issues like structure, accessability and usability.


Jul 20 '05 #15
Andrew Thompson <Se********@www .invalid> wrote:
The trick is to pair a designer and a coder. Training a designer to work
with the strengths of the medium (fluidity etc.) is the hard bit.
Whereas the designer might reason that
aptitude for 'good design' is something
you either have, or lack.


I'd go along with that, but I don't see how that relates to my point
(which is that many designers attempt to combat the strengths of the web
by refusing to release control over things like fonts, window size
etc.).
They would probably be horrified at the
thought of trying to 'teach design' to
some ..code hack. ;-)


Who's suggesting that they should?

--
Spartanicus
Jul 20 '05 #16
Andrew Thompson <Se********@www .invalid> wrote:
The trick is to pair a designer and a coder. Training a designer to work
with the strengths of the medium (fluidity etc.) is the hard bit.
Whereas the designer might reason that
aptitude for 'good design' is something
you either have, or lack.


I'd go along with that, but I don't see how that relates to my point
(which is that many designers attempt to combat the strengths of the web
by refusing to release control over things like fonts, window size
etc.).
They would probably be horrified at the
thought of trying to 'teach design' to
some ..code hack. ;-)


Who's suggesting that they should?

--
Spartanicus
Jul 20 '05 #17
Mark Johnson wrote:
I was inspired by the Zen Garden stuff, for example. Do they just do
it all wrong, as it were?


CSS Zen Garden is an interesting example of what is possible with css,
just how fancy a visual design you can create with only CSS (attached to
html strict). Some principles of web accessibility are violated by that
site. For example, the "Wiggles" layout falls apart completely in
Mozilla 1.6/Win2k, and some of the content is only visible with
javascript. Other stylesheets use microfonts, which is the wrong way to
go on the web imho.

However, that's not really the point of the site. It was created to
allow anyone to create a stylesheet and show off. And it succeeds in
doing that.

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. I would never advocate relying on js for anything. But if a visual
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.

--
Brian (remove "invalid" from my address to email me)
http://www.tsmchughs.com/
Jul 20 '05 #18
Mark Johnson wrote:
I was inspired by the Zen Garden stuff, for example. Do they just do
it all wrong, as it were?


CSS Zen Garden is an interesting example of what is possible with css,
just how fancy a visual design you can create with only CSS (attached to
html strict). Some principles of web accessibility are violated by that
site. For example, the "Wiggles" layout falls apart completely in
Mozilla 1.6/Win2k, and some of the content is only visible with
javascript. Other stylesheets use microfonts, which is the wrong way to
go on the web imho.

However, that's not really the point of the site. It was created to
allow anyone to create a stylesheet and show off. And it succeeds in
doing that.

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. I would never advocate relying on js for anything. But if a visual
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.

--
Brian (remove "invalid" from my address to email me)
http://www.tsmchughs.com/
Jul 20 '05 #19
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 #20

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
8259
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8192
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,...
1
8358
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,...
0
8502
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7188
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5571
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
4195
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2621
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1504
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.