473,395 Members | 1,411 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,395 software developers and data experts.

naming stylesheet titles

A question of minutiae:

I will soon develop a site for a business. I hope to provide the
client with enough knowledge about css and html that she can take it
over when it's done and maintain it herself. For other sites I've
done, I've titled the preferred screen stylesheet "default." However,
this seems likely to cause confusion when I try to explain that css
will suggestion a presentation different than the browser default.
Thus, I'm looking for another title for the default author stylesheet.
"author" might seem a bit odd for a visitor (or will it?). "normal"
seems presumputuous. Geez, why can't I come up with something? I
suppose I could give it a name based on how it looks on a computer
screen, but I don't know that yet. I'm still working on the links in
html. Any ideas?

--
Brian
follow the directions in my address to email me

Jul 20 '05 #1
6 1918
In article <YkESa.107732$ye4.80643@sccrnsc01>,
Brian <us*****@mangymutt.com.invalid-remove-this-part> wrote:
Any ideas?


main.css
screen.css
site.css
[client name here].css
styles.css
stylesheet.css
css.css
pamela_anderson.css (if your site is about her and you would like that
micro-bit of extra ranking in google)

kris.css

--
Kris
kr*******@xs4all.netherlands (nl)
"We called him Tortoise because he taught us" said the Mock Turtle.
Jul 20 '05 #2
Brian wrote:
I will soon develop a site for a business. I hope to provide the
client with enough knowledge about css and html that she can take it
over when it's done and maintain it herself. For other sites I've
done, I've titled the preferred screen stylesheet "default." However,
this seems likely to cause confusion when I try to explain that css
will suggestion a presentation different than the browser default.
Thus, I'm looking for another title for the default author stylesheet.


"Recommended"?
"Preferred"?

--
Jim Dabell

Jul 20 '05 #3
On Sun, 20 Jul 2003 22:03:36 GMT, Brian
<us*****@mangymutt.com.invalid-remove-this-part> wrote:
A question of minutiae:

I will soon develop a site for a business. I hope to provide the
client with enough knowledge about css and html that she can take it
over when it's done and maintain it herself. For other sites I've
done, I've titled the preferred screen stylesheet "default." However,
this seems likely to cause confusion when I try to explain that css
will suggestion a presentation different than the browser default.
Agreed.
Thus, I'm looking for another title for the default author stylesheet.
"author" might seem a bit odd for a visitor (or will it?). "normal"
seems presumputuous. Geez, why can't I come up with something?


Standard? Basic? General? Typical? Usual? Simple?

--
Stephen Poley

http://www.xs4all.nl/~sbpoley/webmatters/
Jul 20 '05 #4
CJM
I tend to have a standard CSS for each site, curiously called 'standard'.
Not exactly inspirational, I know, but it's a fair title. It suggests that
it is the standard CSS that will be applied for most users, unless they have
taken steps to ensure otherwise (eg. selecting a user CSS in Opera, or
disabling stylesheets). Alternatively, I name the main CSS after the site or
application it supports, so you might go along with 'acmewidgets.css'.

I guess 'normal' is a little presumptuous, but I dont think you could be
condemned for using it.

I dont really like 'default' for the same reasons as you, but again, I dont
think it is necessary inappropriate.

I definitely dont like 'author'; I know that in theory your stylesheet is
really the 'authors suggested stylesheet' rather than the 'normal
stylesheet', but I think this subtlety is lost on the average punter.

The bottom line is you know what constitutes a reasonable name, so just pick
one and get on with it. You are not going to pick an absolute howler, so
dont sweat about it.

hth,

CJM


"Brian" <us*****@mangymutt.com.invalid-remove-this-part> wrote in message
news:YkESa.107732$ye4.80643@sccrnsc01...
A question of minutiae:

I will soon develop a site for a business. I hope to provide the
client with enough knowledge about css and html that she can take it
over when it's done and maintain it herself. For other sites I've
done, I've titled the preferred screen stylesheet "default." However,
this seems likely to cause confusion when I try to explain that css
will suggestion a presentation different than the browser default.
Thus, I'm looking for another title for the default author stylesheet.
"author" might seem a bit odd for a visitor (or will it?). "normal"
seems presumputuous. Geez, why can't I come up with something? I
suppose I could give it a name based on how it looks on a computer
screen, but I don't know that yet. I'm still working on the links in
html. Any ideas?

--
Brian
follow the directions in my address to email me

Jul 20 '05 #5
Tim
On Sun, 20 Jul 2003 22:03:36 GMT,
Brian <us*****@mangymutt.com.invalid-remove-this-part> wrote:
I will soon develop a site for a business. I hope to provide the
client with enough knowledge about css and html that she can take it
over when it's done and maintain it herself. For other sites I've
done, I've titled the preferred screen stylesheet "default." However,
this seems likely to cause confusion when I try to explain that css
will suggestion a presentation different than the browser default.
Thus, I'm looking for another title for the default author stylesheet.


I'd name it after the site, so it sounds like it belongs to the site.
Using the main site title, something suitably descriptive, or the domain
name, whichever seems more sensible.

Though, if you intend to make several style sheets, then it'd pay to
expand that a bit.

e.g. For http://www.example.com/ use example.css
or, example-main.css with example-special.css, etc.

--
My "from" address is totally fake. The reply-to address is real, but
may be only temporary. Reply to usenet postings in the same place as
you read the message you're replying to.
Jul 20 '05 #6
CJM wrote:
I will soon develop a site for a business. I hope to provide the
client with enough knowledge about css and html that she can take it
over when it's done and maintain it herself. [snip]
I'm looking for another title for the default author stylesheet.


I tend to have a standard CSS for each site, curiously called 'standard'.
Not exactly inspirational, I know, but it's a fair title. [snip]

The bottom line is you know what constitutes a reasonable name, so just pick
one and get on with it. You are not going to pick an absolute howler, so
dont sweat about it.


Of course. This is not so much for my benefit -- I would know that
default.css is not the browser default -- but for the site owner who
knows little to nothing about web authoring.

Lots of good ideas, from you and from everyone else. Thanks! :)

--
Brian
follow the directions in my address to email me

Jul 20 '05 #7

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

Similar topics

15
by: Jeff Thies | last post by:
I'm server generating static pages. I thought I would do this: Take the section name and append the page title with a dash (underscores to replace spaces). The trouble I have is that the...
5
by: David Trimboli | last post by:
I'm writing HTML 4.01 and CSS 2 pages that include a CSS-driven pop-up menu. What I'm trying to do is create a screen style that uses the menu, links, etc. normally, and a print style that removes...
4
by: fayez | last post by:
Hi. I have a large Address table, NAME col. is varchar and has titles like: 'MR. ABC and MRS. MMM' want to update to: 'ABC and MMM' 'MR. ABC and MRS. MMM' want to update to be: 'ABC and MMM'...
2
by: tshad | last post by:
I have a Datagrid that has no rows in it, but I want the title to show, and they aren't. Is there a way to make them visible even if the Datagrid is empty? Thanks, Tom
0
by: Sally Whitfield | last post by:
8Zcc ----uMyItidGBFcIxNvn7Ubo Content-Type: text/html; Content-Transfer-Encoding: quoted-printable <html><head><style type=3Dtext/css>.eyebrow { FONT-WEIGHT: bold; FONT-SIZE= : 10px;...
2
by: Hallvard B Furuseth | last post by:
Are there any guidelines or conventions for how to organize the preferred and alternate style sheets for a site, sheets for different media, and what titles to give them in the <link...
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
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
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...
0
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...
0
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...

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.