473,387 Members | 1,483 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

good CSS sites?

LRW
So I've been using CSS for a year now pretty much only as a
replacement for FONT tags. I know you can do a LOT more with them,
though. Like, eliminate the use for tables.

Are there any good Web sites for the newbie to semi-beginner on using
CSS beyond just font attributes?

Thanks for any suggestions!!
Liam
druid-at-celticbear-dot-com
Jul 20 '05 #1
9 2563
LRW wrote:

Are there any good Web sites for the newbie to semi-beginner on using
CSS beyond just font attributes?


Google for "CSS". Good relevant sites show up.
http://www.google.com/search?q=css
Jul 20 '05 #2
"LRW" <de**@celticbear.com> wrote in message
news:3a**************************@posting.google.c om...
So I've been using CSS for a year now pretty much only as a
replacement for FONT tags. I know you can do a LOT more with them,
though. Like, eliminate the use for tables.

Are there any good Web sites for the newbie to semi-beginner on using
CSS beyond just font attributes?


Check out www.csszengarden.com. They use a base HTML file and then people
submit various CSS files that totally change the appearance of the site. At
the very least, it's pretty cool to see what the potential is. :)

Regards,
Peter Foti
Jul 20 '05 #3
LRW wrote:
So I've been using CSS for a year now pretty much only as a
replacement for FONT tags. I know you can do a LOT more with them,
though. Like, eliminate the use for tables.

Are there any good Web sites for the newbie to semi-beginner on using
CSS beyond just font attributes?

Thanks for any suggestions!!


If you are interested in looking at examples (rather than just tutorials, etc)
the following is worth examining. It is one of a very small percentage of news
sites in the world to use tableless layout, and also one of the minority of
news sites that uses "hierarchic" mark-up (<h1> for the article heading, etc).
It is worth looking at the extra information revealed if you switch off CSS,
such as extra navigation.

http://www.wired.com/

(Unfortunately, they appear to use browser hacks in the CSS that stop it
validating. That is quite common with CSS used to avoid table-layout with
complicated designs. You may find yourself learning more than you wanted to
about the immaturity of CSS support!)

ps: If tables are appropriate, use tables! They are not deprecated - they are
not about to disappear. But control them with CSS, not deprecated attributes
in the tags such as width="..", bgcolor="..", etc. (That is an example of "do
as I say"! I haven't got rid of all my "width"s yet).

--
Barry Pearson
http://www.Barry.Pearson.name/photography/
http://www.BirdsAndAnimals.info/
http://www.ChildSupportAnalysis.co.uk/
Jul 20 '05 #4

"Barry Pearson" <ne**@childsupportanalysis.co.uk> wrote in message
news:%7******************@newsfep1-win.server.ntli.net...
LRW wrote:
So I've been using CSS for a year now pretty much only as a
replacement for FONT tags. I know you can do a LOT more with them,
though. Like, eliminate the use for tables.

Are there any good Web sites for the newbie to semi-beginner on using
CSS beyond just font attributes?

Thanks for any suggestions!!
If you are interested in looking at examples (rather than just tutorials,

etc) the following is worth examining. It is one of a very small percentage of news sites in the world to use tableless layout, and also one of the minority of news sites that uses "hierarchic" mark-up (<h1> for the article heading, etc). It is worth looking at the extra information revealed if you switch off CSS, such as extra navigation.

http://www.wired.com/


They sure aren't doing it as well as www.w3.org. Narrow the browser and a
horizontal scrollbar appears. The columns don't narrow enough, and they
don't wrap, each below the one before it. In fact, the second column slides
underneath the first one (and I don't mean in the Y direction here, I mean
in the Z direction).

Jul 20 '05 #5
Harlan Messinger wrote:
"Barry Pearson" <ne**@childsupportanalysis.co.uk> wrote in message
news:%7******************@newsfep1-win.server.ntli.net...

[snip]
If you are interested in looking at examples (rather than just
tutorials, etc) the following is worth examining. It is one of a
very small percentage of news sites in the world to use tableless
layout, and also one of the minority of news sites that uses
"hierarchic" mark-up (<h1> for the article heading, etc). It is
worth looking at the extra information revealed if you switch off
CSS, such as extra navigation.

http://www.wired.com/


They sure aren't doing it as well as www.w3.org. Narrow the browser
and a horizontal scrollbar appears. The columns don't narrow enough,
and they don't wrap, each below the one before it. In fact, the
second column slides underneath the first one (and I don't mean in
the Y direction here, I mean in the Z direction).


Fair comment. Many news sites across the world that I have looked at assume a
viewport close to 800 wide. Wired is no exception: about 770 for the front
page, nearly 800 for an article. (I have no problem with that. My 2.5 year old
laptop has a 1400 x 1050 screen, and it is good to use it sometimes!)

The W3C site needs a bit less. In this case, about 555 before a horizontal
scroll-bar appears. It even looks OK on a VGA-sized screen, although it gets a
bit irritating when reading the centre column, because of the amount of
scrolling needed at normal reading speed.

But these sizes are themselves browser-dependent. You can view both sites (and
most other sites in the world, probably) using the Opera 7.2 "small screen"
mode, which is 240 wide. Although I design pages on the assumption that my
viewers can devote to up to 800 to read them (eg. I have 700-pixel-wide
photographs on them), I always check them against Opera 7.2 "small screen",
and they typically work OK. (Often not perfect, just OK). But it is a good
idea to avoid pop-ups!

I'm confident that if we design to fit onto 800 x 600, most people will be
able to view without problem, because that will be a subset of their screen
size. And if they DO have a problem, there are browsers that they can use to
help them. As authors & publishers, we don't have to solve all the problems
that may occur at the receiving end. UAs, if necessary in conjunction with
the users themselves, will be able to adapt if they choose to. Note that Opera
redefines all the standard table rendering - it says "we don't have to assume
that tables are rigid horizontal things, they can be fluid if we want them to
be". For anyone who hasn't seen this effect, I strongly recommend getting
Opera and using it to browse at "small screen" size.

I've just read about the next range of PDAs having 320 wide screens, and also
being able to be used rotated 90-degrees, so providing a 480 x 320 screen. The
future will increasingly have decent-sized screens, and future UAs will be
able to do clever things to put pages intended for larger screens onto smaller
ones. I don't think we need to be too obsessed about viewport sizes. There are
more important things to worry about, such as supplying decent content.

--
Barry Pearson
http://www.Barry.Pearson.name/photography/
http://www.BirdsAndAnimals.info/
http://www.ChildSupportAnalysis.co.uk/
Jul 20 '05 #6
In article <3a**************************@posting.google.com > in
comp.infosystems.www.authoring.html, LRW <de**@celticbear.com>
wrote:
Are there any good Web sites for the newbie to semi-beginner on using
CSS beyond just font attributes?


http://oakroadsystems.com/tech/webauthr.htm

has my recommendations for HTML and CSS.

--
Stan Brown, Oak Road Systems, Cortland County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
2.1 changes: http://www.w3.org/TR/CSS21/changes.html
validator: http://jigsaw.w3.org/css-validator/
Jul 20 '05 #7
In article <bo*************@ID-203055.news.uni-berlin.de> in
comp.infosystems.www.authoring.html, Philipp Lenssen <info@outer-
court.com> wrote:
Google for "CSS". Good relevant sites show up.
http://www.google.com/search?q=css


And lots of bad and/or irrelevant sites show up as well.

Perhaps it's not really helpful to direct the OP to select from 14
million sites when s/he asked for guidance.

--
Stan Brown, Oak Road Systems, Cortland County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
2.1 changes: http://www.w3.org/TR/CSS21/changes.html
validator: http://jigsaw.w3.org/css-validator/
Jul 20 '05 #8
Stan Brown wrote:
In article <bo*************@ID-203055.news.uni-berlin.de> in
comp.infosystems.www.authoring.html, Philipp Lenssen <info@outer-
court.com> wrote:
Google for "CSS". Good relevant sites show up.
http://www.google.com/search?q=css


And lots of bad and/or irrelevant sites show up as well.

Perhaps it's not really helpful to direct the OP to select from 14
million sites when s/he asked for guidance.


I googled the result for "CSS". I was not speaking about the 14 million
sites that come up. Google doesn't work like that. I just checked the
first 10 in the SERPs and they were on the list of sites I would list
if I had to hand-pick them (the official spec, HTMLhelp, W3Schools --
not that they're always right or anything -- etc.)
Jul 20 '05 #9
LRW wrote:
Are there any good Web sites for the newbie to semi-beginner on using
CSS beyond just font attributes?


http://www.webstandards.org

( http://www.webstandards.org/buzz/arc...4.html#a000151 )

http://www.homelesspixel.de/remix

--
Stanimir

Jul 20 '05 #10

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

Similar topics

9
by: Bozo Schmozo | last post by:
Can someone please recommend some good books on developing web sites (pretty much from scratch) running PHP and the necessary/usual components required, such as MySQL, Apache and etc? As well,...
9
by: LRW | last post by:
So I've been using CSS for a year now pretty much only as a replacement for FONT tags. I know you can do a LOT more with them, though. Like, eliminate the use for tables. Are there any good Web...
9
by: Rick Cook | last post by:
I would like to do a response form on one of my sites instead of posting an e-mail address for spammers. I've taken a couple of examples from sites, but the code looks clunky and non-conformant to...
59
by: Alan Silver | last post by:
Hello, This is NOT a troll, it's a genuine question. Please read right through to see why. I have been using Vusual Basic and Classic ASP for some years, and have now started looking at...
17
by: Brett | last post by:
I'd like references on where to find some good (quality) icons to use for form and application icons (for the EXE). Most of the free stuff isn't that great looking and there isn't a good...
13
by: 1jasong | last post by:
Hello I am new to programming and want to know what is a good free compiler is. I am asking this because there are so many of them and I just want to start programming also a good website for...
2
by: Sachin | last post by:
Hi All, Can someone please give me the list of good sites for ASP.NET,CSS, HTML/DHTML, Java Script? Basically, what I want is web sites where I can see lots of examples, different design...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.