IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New How would that help me?
--

Drew
New Re: How would that help me?
For blogs other than yours?

You have to admit:

cooklikeyourgrandmother.com

is a LOT hard to type and get right than:

clygm.com


And given the Tweets/SMS/IM character limits, shorter is always better.

I know you aren't going after the IM/SMS crowd, but it never hurts to plan ahead in case you NEED it. Considering the price per year... $1/month or less, is it really *NOT* worth having it at least reserved? (or owned but not used)
New It's got to be pronounceable
Dave Weiner over at scripting.com has been doing a lot of work lately on URL shortening services. The problem is that if one of them goes down a large number of links go dead. His solution is that you have to own your own short names.

Having the short URL for my own links would solve that problem, but at the expense of having to set up a 301 redirect for every hit to it, pointing to the corresponding long URL. My URLs are pretty long after the domain anyway, so it's not really saving that much.

My site isn't really conducive to reading on a phone anyway, unless you've got enough screen space to be using email instead of SMS anyway, so I'm not terribly worried about the short URLs.

Bottom line is I can say "cook like your grandmother dot com" and people get it right. "see el why gee em" won't stick more than 30 seconds for most people.
--

Drew
New The 301 is a single re-write rule in Apache.
As for the pronounceable short URLs...

I think you are missing the point in the first place. But I can see your point, stinking in the brain is important.

cooklygm.com

greg@maxime:~ [0] $ whois -H cooklygm.com

Whois Server Version 2.0

No match for "COOKLYGM.COM".
>>> Last update of whois database: Wed, 02 Sep 2009 16:19:57 UTC <<<


And the Redirect would be something like:

RewriteCond %{HTTP_HOST} blog.cooklygm.com$ [OR]
RewriteCond %{HTTP_HOST} cooklygm.com$
RewriteRule ^/$ http://blog.cooklikeyourgrandmother.com/ [R=301,L]


     Any way to see if ISPs are blocking my domain? - (drook) - (29)
         not that way - (boxley) - (14)
             Symptoms suggest a block, not DNS - (drook) - (13)
                 maybe a corporate ban? - (boxley) - (12)
                     Yup, sounds like a problem at the user's end. -NT - (Andrew Grygus) - (11)
                         That's what I thought until I got the second report - (drook) - (10)
                             More Like Cache Poisoning. - (folkert) - (9)
                                 looks like that "shortcut" domain might be available. - (folkert) - (4)
                                     How would that help me? -NT - (drook) - (3)
                                         Re: How would that help me? - (folkert) - (2)
                                             It's got to be pronounceable - (drook) - (1)
                                                 The 301 is a single re-write rule in Apache. - (folkert)
                                 Dammit, just got another report it's not coming up - (drook) - (3)
                                     What is comes down to I think... - (folkert) - (2)
                                         How about "ns1.aplus.net"? -NT - (drook) - (1)
                                             Sweet! - (folkert)
         pro2.abac.com == 66.226.64.3 == cooklikeyourgrandmother.com - (folkert) - (13)
             one more, you've got *NO* SPF/DKIM/SenderIP records... - (folkert) - (12)
                 I dont have DKIM senderid spf and Im not blocked :-) - (boxley) - (2)
                     Yes, I understand that Bill. - (folkert) - (1)
                         Re: Yes, I understand that Bill. - (boxley)
                 Bleurgh ... gotta do some reading - (drook) - (8)
                     I find all this stuff rather scary, myself. - (Another Scott) - (3)
                         I guess it's a noble effort. - (static) - (2)
                             I've been thinking about going the OTHER way. - (folkert) - (1)
                                 That's the direction I've been going - (drook)
                     here ya go - (boxley) - (3)
                         Are you serious? - (drook) - (2)
                             stuff like that interests me, but I understand it - (boxley) - (1)
                                 Speaking of sausage, You see the recent... - (folkert)

What kind of monster says “take care”?
106 ms