HighDots Forums  

How to pronounce/refer "!important"?

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss How to pronounce/refer "!important"? in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
Harlan Messinger
 
Posts: n/a

Default Re: How to pronounce/refer "!important"? - 03-20-2008 , 10:04 AM






R. Rajesh Jeba Anbiah wrote:
Quote:
On Mar 20, 4:32 pm, David Stone <no.em... (AT) domain (DOT) invalid> wrote:
In article
9231b3ea-e956-40c1-9a01-4a81a0dda... (AT) s8g2000prg (DOT) googlegroups.com>,
"R. Rajesh Jeba Anbiah" <ng4rrjanb... (AT) rediffmail (DOT) com> wrote:
snip
I'm just wondering, what is the correct way to refer to "!important".
I currently refer it is "not important"--but I guess, it's wrong. What
is the correct way? TIA
snip
By analogy with shell scripts "bang important"

Seems to work...

In C, we refer "!" as "not". So, I refer "!important" as "not
important".
You refer to it as "not" in C because in C it *means* "not". That
meaning doesn't convey to CSS, where it isn't any more fitting to call
it "not" than it is to call it "factorial" (because that's what "!"
signifies in standard mathematical notation as well as in the APL
computer language) or "single" (because in Visual Basic "!" marks a
single-precision floating point numeric constant).

Quote:
But, I'm still interested in official way of referring.
There isn't any official way and, as others have said, just saying
"important" is typically enough, unless you're spelling it out for
someone who's typing some CSS at your instruction. In that case, "bang"
is a traditional name for the exclamation point if you don't want to say
"exclamation point" in full.


Reply With Quote
  #12  
Old   
Chris F.A. Johnson
 
Posts: n/a

Default Re: How to pronounce/refer "!important"? - 03-20-2008 , 11:50 AM






On 2008-03-20, David Stone wrote:
Quote:
In article
9231b3ea-e956-40c1-9a01-4a81a0ddaae0...oglegroups.com>,
"R. Rajesh Jeba Anbiah" <ng4rrjanbiah (AT) rediffmail (DOT) com> wrote:

On Mar 20, 3:41 pm, "Rik Wasmus" <luiheidsgoe... (AT) hotmail (DOT) com> wrote:
On Thu, 20 Mar 2008 11:21:44 +0100, R. Rajesh Jeba Anbiah

ng4rrjanb... (AT) rediffmail (DOT) com> wrote:
I'm just wondering, what is the correct way to refer to "!important".
I currently refer it is "not important"--but I guess, it's wrong. What
is the correct way? TIA

I just call it 'important', because that what it is. The ! is just a
delimiter.http://www.w3.org/TR/CSS21/cascade.html#important-rules

"important" is the meaning and I understand it. But, think about
the situation of teacher who has to refer the notation when he write
it on board; how should he refer?

By analogy with shell scripts "bang important"
I've never used the term 'bang' in shell scripting. Surely it
comes from the old bang paths (for e-mail, etc.)?

--
Chris F.A. Johnson, Webmaster <http://woodbine-gerard.com>
================================================== =================
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)


Reply With Quote
  #13  
Old   
David Stone
 
Posts: n/a

Default Re: How to pronounce/refer "!important"? - 03-20-2008 , 11:56 AM



In article <76c6$47e295ec$cef88ba3$17682 (AT) TEKSAVVY (DOT) COM>,
"Chris F.A. Johnson" <cfajohnson (AT) gmail (DOT) com> wrote:

Quote:
On 2008-03-20, David Stone wrote:
In article
9231b3ea-e956-40c1-9a01-4a81a0ddaae0...oglegroups.com>,
"R. Rajesh Jeba Anbiah" <ng4rrjanbiah (AT) rediffmail (DOT) com> wrote:

On Mar 20, 3:41 pm, "Rik Wasmus" <luiheidsgoe... (AT) hotmail (DOT) com> wrote:
On Thu, 20 Mar 2008 11:21:44 +0100, R. Rajesh Jeba Anbiah

ng4rrjanb... (AT) rediffmail (DOT) com> wrote:
I'm just wondering, what is the correct way to refer to "!important".
I currently refer it is "not important"--but I guess, it's wrong. What
is the correct way? TIA

I just call it 'important', because that what it is. The ! is just a
delimiter.http://www.w3.org/TR/CSS21/cascade.html#important-rules

"important" is the meaning and I understand it. But, think about
the situation of teacher who has to refer the notation when he write
it on board; how should he refer?

By analogy with shell scripts "bang important"

I've never used the term 'bang' in shell scripting. Surely it
comes from the old bang paths (for e-mail, etc.)?
I think you may be right, but there is a term in shell scripting
for the path line - shebang, maybe? Doesn't matter greatly, I suspect!


Reply With Quote
  #14  
Old   
Blinky the Shark
 
Posts: n/a

Default Re: How to pronounce/refer "!important"? - 03-20-2008 , 01:26 PM



Chris F.A. Johnson wrote:

Quote:
On 2008-03-20, David Stone wrote:
In article
9231b3ea-e956-40c1-9a01-4a81a0ddaae0...oglegroups.com>,
"R. Rajesh Jeba Anbiah" <ng4rrjanbiah (AT) rediffmail (DOT) com> wrote:

On Mar 20, 3:41 pm, "Rik Wasmus" <luiheidsgoe... (AT) hotmail (DOT) com> wrote:
On Thu, 20 Mar 2008 11:21:44 +0100, R. Rajesh Jeba Anbiah

ng4rrjanb... (AT) rediffmail (DOT) com> wrote:
I'm just wondering, what is the correct way to refer to
"!important". I currently refer it is "not important"--but I guess,
it's wrong. What is the correct way? TIA

I just call it 'important', because that what it is. The ! is just a
delimiter.http://www.w3.org/TR/CSS21/cascade.html#important-rules

"important" is the meaning and I understand it. But, think about
the situation of teacher who has to refer the notation when he write it
on board; how should he refer?

By analogy with shell scripts "bang important"

I've never used the term 'bang' in shell scripting. Surely it comes
from the old bang paths (for e-mail, etc.)?
You've never read/seen/heard the

#!

(as in #!/bin/bash

as "shebang"?


--
Blinky
Killing all posts from Google Groups
The Usenet Improvement Project: http://improve-usenet.org
Blinky: http://blinkynet.net



Reply With Quote
  #15  
Old   
Chris F.A. Johnson
 
Posts: n/a

Default Re: How to pronounce/refer "!important"? - 03-20-2008 , 01:49 PM



On 2008-03-20, Blinky the Shark wrote:
Quote:
Chris F.A. Johnson wrote:
On 2008-03-20, David Stone wrote:
....
By analogy with shell scripts "bang important"

I've never used the term 'bang' in shell scripting. Surely it comes
from the old bang paths (for e-mail, etc.)?

You've never read/seen/heard the

#!

(as in #!/bin/bash

as "shebang"?
shebang != bang

The term 'shebang' may or may not be derived from the bang in
bang paths.

--
Chris F.A. Johnson <http://cfaj.freeshell.org>
================================================== =================
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)


Reply With Quote
  #16  
Old   
Blinky the Shark
 
Posts: n/a

Default Re: How to pronounce/refer "!important"? - 03-21-2008 , 03:25 AM



Chris F.A. Johnson wrote:

Quote:
On 2008-03-20, Blinky the Shark wrote:
Chris F.A. Johnson wrote:
On 2008-03-20, David Stone wrote:
...
By analogy with shell scripts "bang important"

I've never used the term 'bang' in shell scripting. Surely it comes
from the old bang paths (for e-mail, etc.)?

You've never read/seen/heard the

#!

(as in #!/bin/bash

as "shebang"?

shebang != bang
I know, and did not say it did. I asked a related question.

Quote:
The term 'shebang' may or may not be derived from the bang in bang
paths.
--
Blinky
Killing all posts from Google Groups
The Usenet Improvement Project: http://improve-usenet.org
Blinky: http://blinkynet.net



Reply With Quote
  #17  
Old   
Andy Dingley
 
Posts: n/a

Default Re: How to pronounce/refer "!important"? - 03-21-2008 , 05:27 AM



On 20 Mar, 18:49, "Chris F.A. Johnson" <cfajohn... (AT) gmail (DOT) com> wrote:

Quote:
The term 'shebang' may or may not be derived from the bang in
bang paths.
Unlikely, as the term shebang pre-dates bang paths by some years.


Reply With Quote
  #18  
Old   
Dr J R Stockton
 
Posts: n/a

Default Re: How to pronounce/refer "!important"? - 03-21-2008 , 10:50 AM



In comp.infosystems.www.authoring.stylesheets message <68b8d$47e2b1ce$ce
f88ba3$23057 (AT) TEKSAVVY (DOT) COM>, Thu, 20 Mar 2008 18:49:50, Chris F.A.
Johnson <cfajohnson (AT) gmail (DOT) com> posted:
Quote:
The term 'shebang' may or may not be derived from the bang in
bang paths.
The word is most unlikely to have been derived from something that only
came into existence about a century after Mark Twain used the word : see
<http://www.phrases.org.uk/meanings/the-whole-shebang.html>.

--
(c) John Stockton, nr London, UK. ?@merlyn.demon.co.uk Turnpike v6.05 IE 7.
Web <URL:http://www.merlyn.demon.co.uk/> - FAQish topics, acronyms, & links.
I find MiniTrue useful for viewing/searching/altering files, at a DOS prompt;
free, DOS/Win/UNIX, <URL:http://www.idiotsdelight.net/minitrue/> unsupported.


Reply With Quote
  #19  
Old   
Blinky the Shark
 
Posts: n/a

Default Re: How to pronounce/refer "!important"? - 03-21-2008 , 04:26 PM



Dr J R Stockton wrote:

Quote:
In comp.infosystems.www.authoring.stylesheets message <68b8d$47e2b1ce$ce
f88ba3$23057 (AT) TEKSAVVY (DOT) COM>, Thu, 20 Mar 2008 18:49:50, Chris F.A. Johnson
cfajohnson (AT) gmail (DOT) com> posted:

The term 'shebang' may or may not be derived from the bang in bang
paths.

The word is most unlikely to have been derived from something that only
came into existence about a century after Mark Twain used the word : see
http://www.phrases.org.uk/meanings/the-whole-shebang.html>.
And of course I never implied that there wasn't an existing word "shebang"
that was borrowed as a ref to the symbol pair, the latter symbol of which
is a bang.

--
Blinky
Killing all posts from Google Groups
The Usenet Improvement Project: http://improve-usenet.org
Blinky: http://blinkynet.net



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.