|
As both hyphen ( - ) and underscore ( _ ) are valid characters in CSS and HTML identifiers, what are the advantages and disadvantages using one or the other? I prefer writing CSS class names with hyphens (e.g. field-text ) and underscores for IDs (e.g...
Started by Török Gábor on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
Underscores might be better if you intend to type them whereas hyphens....
For example:
"my_item" if you double click practices, but I tend to use hyphens where they are allowed.
With hyphens it will only select till the first hyphen.
|
|
On Fri, 07 Aug 2009 18:35:13 -0700, Todd <todd@invalid.com
Hi All,
I am trying to get rid of lines that have "--dump"
in them from "ps ax | grep -i dump" statement.
ps ax | grep -i dump | grep -v "--dump"
But grep thinks I am sending it ...
Started by Todd on
, 12 posts
by 6 people.
Answer Snippets (Read the full thread at omgili):
Such things, or use -- which a lot of shell
commands offer if something starts with a hyphen with ls, for example (a wild card of files starting with a hyphen):
[nat@localhost ~]$ ls -la -*
ls
posts? Unless your bash scripts managed....
|
|
On Sun, 09 Aug 2009 07:00:13 +0200, DenverD <spam.trap@SOMEwhere.dk
Give a hacker a fish and you feed him for a day.
Teach man and you feed him for a lifetime.
--
DenverD (Linux Counter 282315) via Thunderbird 3.0.1-1.1, KDE 3.5.7,
openSUSE Linux...
Started by DenverD on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at omgili):
That's why.
At all, even to an expert, unless he/she
is familiar with the app/utility in question.
|
Ask your Facebook Friends
|
I want to get a domain name comprising three words. If the .com of this name is no longer available, should I get the same domain with a .net or should I get it by hyphenating the three words? Which would be your choice?
Started by tim-the-traveler on
, 14 posts
by 12 people.
Answer Snippets (Read the full thread at websitebabble):
I would never get a domain with....
However, what I would not do is hyphenate unless.
Originally Posted by Asheboro I would never get a domain with a hyphen to differentiate them selves/their customers.
Spell out with hyphens.
|
|
On Fri, 6 Feb 2009 12:48:30 +0000, Paul <Fintor@invalid.invalid
Hi
a friend wants a hyphenated URL eg. any-body-can.co.uk. From what I
have read, hyphens in URLs are frowned upon. Can anyone give me some
good reasons not to use hyphens so ...
Started by Paul on
, 7 posts
by 6 people.
Answer Snippets (Read the full thread at omgili):
It was her last name, with a "Van " in it,
and they usually spoke it using 'dash' instead of 'hyphen' (fewer people
seem to actually know what a 'hyphen....
In-law who offered them free hosting, and got them
a domain name with a hyphen.
|
|
It seems all extensions are taken except .info and hyphenated.
I can have "how-to-do-this.com" or "howtodothis.info". Please tell me which one is easy to SEO . I really need this particular domain but everything is taken except fo these 2 options....
...
Started by silveraden on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at namepros):
As it happens....
The Info extension at least seems more fair game(ish) than multiple hyphen to" domains in this category.
Not for SEO reasons - just, but maybe that is just me .
If I had to choose, I'd take .info over a .com with multiple hyphens.
|
|
Hi,
I was wondering if I could have two domain names with the same name except one of them has hyphens in between. For instance, domain 1 is keyword1-keyword2.com, and domain 2 is keyword1keyword2.com.
The reason I want to do this is because the domain...
Started by tealeaf on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at websitebabble):
If you have multiply hyphens, many search engines view this as actually") then it MAY be worthwhile thinking about....
unless your workds put together without a hyphen can read with hypens or no hypens.
Spammy and can hurt your results.
|
|
If you scroll down this page a bit, you'd see UK English hyphenation patterns liks:
\patterns{ % just type <return> if you're not using INITEX .ab4i .ab3ol .ace4 .acet3 .ach4 .ac5tiva
What do these patterns like .ab4i mean?
Started by understack on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
So, for example, if a specific spot in a word matches two examples, .ab4i indicates that abi at the start of a word will rarely receive a hyphen between b and i because a level of 4, being....
And places where a hyphen should not be inserted.
|
|
"bla bla bla," i said to myself, only half jokingly.
or
"bla bla bla," i said to myself, only half-jokingly.
Started by sense on
, 13 posts
by 10 people.
Answer Snippets (Read the full thread at absolutewrite):
Unless you phrase it like this:
I halfHyphen.
No hyphen.
No hyphen.
I'm with Bufty.
hyphenating, and the meaning is perfectly clear without it.
|
|
I have an input for users where they are supposed to enter their phone number. The problem is that some people write their phone number with hyphens and spaces in them. I want to put the input trough a filter to remove such things and store only digits...
Started by nibbo on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I would say that unless you need something more fully.
Using Java? It's Java but the same rules apply.
|