PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Programmation & Conception > comp.info.authoring.CSS > How to pronounce/refer "!important"?
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
How to pronounce/refer "!important"?

Réponse
 
LinkBack Outils de la discussion
Vieux 20/03/2008, 15h51   #9
Ben C
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to pronounce/refer "!important"?

On 2008-03-20, R. Rajesh Jeba Anbiah <ng4rrjanbiah@rediffmail.com> wrote:
> On Mar 20, 4:32 pm, David Stone <no.em...@domain.invalid> wrote:
>> In article
>> <9231b3ea-e956-40c1-9a01-4a81a0dda...@s8g2000prg.googlegroups.com>,
>> "R. Rajesh Jeba Anbiah" <ng4rrjanb...@rediffmail.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". But, I'm still interested in official way of referring.


That's because in C ! means "not". But it doesn't mean that in CSS!

The ! is commonly known as "pling".
  Réponse avec citation
Vieux 20/03/2008, 16h04   #10
Harlan Messinger
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to pronounce/refer "!important"?

R. Rajesh Jeba Anbiah wrote:
> On Mar 20, 4:32 pm, David Stone <no.em...@domain.invalid> wrote:
>> In article
>> <9231b3ea-e956-40c1-9a01-4a81a0dda...@s8g2000prg.googlegroups.com>,
>> "R. Rajesh Jeba Anbiah" <ng4rrjanb...@rediffmail.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).

> 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.
  Réponse avec citation
Vieux 20/03/2008, 17h50   #11
Chris F.A. Johnson
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to pronounce/refer "!important"?

On 2008-03-20, David Stone wrote:
> In article
><9231b3ea-e956-40c1-9a01-4a81a0ddaae0@s8g2000prg.googlegroups.com>,
> "R. Rajesh Jeba Anbiah" <ng4rrjanbiah@rediffmail.com> wrote:
>
>> On Mar 20, 3:41 pm, "Rik Wasmus" <luiheidsgoe...@hotmail.com> wrote:
>> > On Thu, 20 Mar 2008 11:21:44 +0100, R. Rajesh Jeba Anbiah
>> >
>> > <ng4rrjanb...@rediffmail.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)
  Réponse avec citation
Vieux 20/03/2008, 19h26   #12
Blinky the Shark
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to pronounce/refer "!important"?

Chris F.A. Johnson wrote:

> On 2008-03-20, David Stone wrote:
>> In article
>><9231b3ea-e956-40c1-9a01-4a81a0ddaae0@s8g2000prg.googlegroups.com>,
>> "R. Rajesh Jeba Anbiah" <ng4rrjanbiah@rediffmail.com> wrote:
>>
>>> On Mar 20, 3:41 pm, "Rik Wasmus" <luiheidsgoe...@hotmail.com> wrote:
>>> > On Thu, 20 Mar 2008 11:21:44 +0100, R. Rajesh Jeba Anbiah
>>> >
>>> > <ng4rrjanb...@rediffmail.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

  Réponse avec citation
Vieux 20/03/2008, 19h49   #13
Chris F.A. Johnson
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to pronounce/refer "!important"?

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

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)
  Réponse avec citation
Vieux 21/03/2008, 09h25   #14
Blinky the Shark
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to pronounce/refer "!important"?

Chris F.A. Johnson wrote:

> 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.

> 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

  Réponse avec citation
Vieux 21/03/2008, 10h46   #15
Gregor Kofler
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: |OT| Re: How to pronounce/refer "!important"?

R. Rajesh Jeba Anbiah meinte:

> When we start discussing about countries and cultures, we'd get
> crazy info. FWIW, I got surprised when someone in a.e.u informed me
> that asking marital status in Western countries is an offense.


It isn't. As long as you're not Borat...[1]

Gregor

[1]
<http://en.wikipedia.org/wiki/Borat:_Cultural_Learnings_of_America_for_Make_Bene fit_Glorious_Nation_of_Kazakhstan>


--
http://photo.gregorkofler.at ::: Landschafts- und Reisefotografie
http://web.gregorkofler.com ::: meine JS-Spielwiese
http://www.image2d.com ::: Bildagentur für den alpinen Raum
  Réponse avec citation
Vieux 21/03/2008, 11h27   #16
Andy Dingley
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to pronounce/refer "!important"?

On 20 Mar, 18:49, "Chris F.A. Johnson" <cfajohn...@gmail.com> wrote:

> 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.
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 07h22.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,15660 seconds with 16 queries