Go Back   Trackpads Community > General Discussions > Computer and Technology > Web Design

Web Design Forums and discussions on webdesign

Web Design

Reply
 
LinkBack Thread Tools
Old 09-17-2005, 04:00   #1 (permalink)
onetitfemme
Civilians

 
Default New hosts or other domains?

Domain are very cheap now adays.

What would be the pros and cons of using different hosts served from
the same server, say:

www.blogyourbrainoff.com

and

www.yourbusiness.com

instead of diferent domains, say:

www.yourbusiness.com

and

blogyourbrainoff.yourbusiness.com

I could imagine there are a number of pros, cons and 'issues' from the
admin people (performance, security, firewall issues, ...), users
(wouldn't www.blogyourbrainoff.com look nicer to them?), designers
(css's all for same host, ...) and arquitect (cookies, security, back
end programming, ...) perspectives.

Albretch

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Trackpads Information
Click to Visit
Old 09-17-2005, 16:00   #2 (permalink)
SpaceGirl
Civilians

 
Default Re: New hosts or other domains?

onetitfemme wrote:
> Domain are very cheap now adays.
>
> What would be the pros and cons of using different hosts served from
> the same server, say:
>
> www.blogyourbrainoff.com
>
> and
>
> www.yourbusiness.com
>
> instead of diferent domains, say:
>
> www.yourbusiness.com
>
> and
>
> blogyourbrainoff.yourbusiness.com
>
> I could imagine there are a number of pros, cons and 'issues' from the
> admin people (performance, security, firewall issues, ...), users
> (wouldn't www.blogyourbrainoff.com look nicer to them?), designers
> (css's all for same host, ...) and arquitect (cookies, security, back
> end programming, ...) perspectives.
>
> Albretch
>


Dont think it would matter. The URL isn't as important as your content
after all; but from a bran point of view, perhaps different URLs for
*distinct* products is always a good idea.

We have one site that uses blog.<mydomain>.com and <mydomain>.com
without any problems; although the blog is not physically the same site,
it is related, and part of the same site subject-matter-wise. But if the
subdomain was not related I'd have it somewhere else.

--


x theSpaceGirl (miranda)

# lead designer @ http://www.dhnewmedia.com #
# remove NO SPAM to email, or use form on website #
# this post (c) Miranda Thomas 2005
# explicitly no permission given to Forum4Designers
# to duplicate this post.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-17-2005, 20:00   #3 (permalink)
Dan
Civilians

 
Default Re: New hosts or other domains?

onetitfemme wrote:
> What would be the pros and cons of using different hosts served from
> the same server, say:
>
> www.blogyourbrainoff.com
>
> and
>
> www.yourbusiness.com
>
> instead of diferent domains, say:
>
> www.yourbusiness.com
>
> and
>
> blogyourbrainoff.yourbusiness.com


If the two sites are logically related, like the blog in question is an
official function of the YourBusiness company and is in fact about
YourBusiness, then a logical subdomain (I'd perhaps go for the shorter
blog.yourbusiness.com rather than blogyourbrainoff.yourbusiness.com,
unless there was a crucial need to "brand" the phrase "blog your brain
off") would make sense. On the other hand, if it's the personal blog
of the business's founder with no connection to the business other than
that it's created by the same person, then a separate domain (I'd use
one in .org, .info, or .name if it was a noncommercial project) would
make some sense.

When a group of sites is definitely intended to be seen as a related
cluster under a single "brand name", then they definitely should be in
logical subdomains: "miami.foobar.org" and "cleveland.foobar.org" for
the Miami and Cleveland chapters of the Foobar organization, rather
than "foobar-miami.org" and "foobar-cleveland.org". When whole
clusters of different domains are registered and used with a common
substring instead of use of subdomains, I refer to the practice as
"Stupid Unnecessary Domain Names", and consider it one of the signs of
the extreme dumbing-down of the Internet over the last decade.

More on subdomains: http://domains.dan.info/structure/subdomains.html
Dan's Domain Hall of Shame: http://domains.dan.info/hall/shame.html

--
Dan

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-20-2005, 04:00   #4 (permalink)
dan@tobias.name
Civilians

 
Default Re: New hosts or other domains?


onetitfemme wrote:
> OK, I found your points insightful, but you/we are right up to a
> point.


I find *your* points rather hard to understand, however.

> IMHO, even your examples are very much contrived if you consider that
> "foobar-miami.org" and "foobar-cleveland.org" or for that matter,
> "miami.foobar.org" and "cleveland.foobar.org", make sense for people in
> the US, but if you think 'global' (as I think 'you' should while
> talking about anything Internet), how is it that people would prefer:


So make it miami.us.foobar.org, paris.france.foobar.org, and so on.

> http://www.yourcompany.com/?chocolate
>
> and/or
>
> http://www.yourcompany.com/?shokora (&lt;- Japanese)


I suppose it depends on whether your site is in English or Japanese, I
guess... and support of international character sets so that the
Japanese word for chocolate can be written in the correct characters
would be helpful (though internationalized URLs are still not really
well supported).

Just what does that have to do with domain usage, however?

--
Dan

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-20-2005, 12:00   #5 (permalink)
onetitfemme
Civilians

 
Default Re: New hosts or other domains?

> I suppose it depends on whether your site is in English or Japanese, I guess.
Or whether you put it online and it has an international appeal
(something not only desirable ;-), but expected on the Net)

> support of international character sets so that the Japanese word for chocolate can be written in the correct characters

"the correct characters ..." I just used an example. in the case of
Japanese, in their lang they use three different scripts (including a
"latin-1" one)

> would be helpful (though internationalized URLs are still not really well supported).

That, we know, WILL change and is changing rapidly

> Just what does that have to do with domain usage, however?

Initially I asked for ideas on using 'domain' or 'URL paths' as kinds
of "namespaces"

Also I think internationalised 'URL paths' are better for managing
webapplications; their log files, performance, adjustment to user
locales, data store access paths; memory footprint.
When you use different domains you are basically using virtual hosts
(another server running instance) right? I think this is the case at
least with Apache

lbrtchx

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-25-2005, 16:00   #6 (permalink)
Miguel Cruz
Civilians

 
Default Re: New hosts or other domains?

onetitfemme <onetitfemme2005@yahoo.com> wrote:
> I could imagine there are a number of pros, cons and 'issues' from the
> admin people (performance, security, firewall issues, ...)


No security issues. Firewall issues are pretty unlikely as well.

miguel
--
Hit The Road! Photos from 36 countries on 5 continents: http://travel.u.nu
Latest photos: Queens Day in Amsterdam; the Grand Canyon; Amman, Jordan
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
plesky domains! |-|erc Web Design 0 10-14-2005 02:05
DOT WS Domains? justsurfing@gmail.com Web Design 6 09-28-2005 04:00
[News Feed] Common Lineage Suggested For Viruses That Infect Hosts From All Three Domains Of Life Forum Mouse News Articles 0 12-06-2004 16:00
Lock down your domains. GreyWyvern Web Design 10 11-12-2004 16:00
Backordering domains..... Viper Web Design 14 11-03-2004 16:00


Community Information
Options
Quick Options
Trackpads Non-Commercial Ad
Copyright Information Click to Visit
Time
Server Time
All times are GMT -4. The time now is 22:32.
Copyright
Copyright Information
The header is based off of work by Vipixel.com and modified by this site. Trackpads and the Trackpads Logo are both Registered Trademarks of Jason Edwards and cannot be used without prior written permission.  The only exception is as a link back to this site. Trackpads is a private website run by a small legion of volunteers, 3 dogs, 12.5 cats and an army of small, super smart, bio-engineered mice with pointy hats and tutu's. Search Engine Friendly URLs by vBSEO 3.2.0 RC7
Archive Links
Archive Links
Page generated in 0.99536 seconds with 19 queries