Re: [Pythonmac-SIG] On posting long urls

2005-05-19 Thread Dethe Elza

> Using tinyurl isn't very search engine friendly and if tinyurl ever
> goes down then the links are gone...  I only really use tinyurl for
> pathologically long transient URLs, like a mapquest map or  
> something  :)
>
> -bob

It's not an either-or proposition.  You can include the original URL  
for searching, or in case tinyurl goes away, but include a tinyurl to  
the same resource for convenience (and not linebreaking).

--Dethe
___
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig


Re: [Pythonmac-SIG] On posting long urls

2005-05-19 Thread Bob Ippolito

On May 19, 2005, at 3:38 PM, François Granger wrote:

> Le 19/05/05 12:35, « Jack Nutting » <[EMAIL PROTECTED]> a écrit :
>
>
>> Better yet, use a URL-shortening service like tinyurl.com.  I've got
>> the following javascript snippet in a bookmark in Safari's bookmark
>> bar:
>>
>> javascript:void(location.href='http://tinyurl.com/create.php? 
>> url='+location.hr
>> ef)
>>
>
> Really good tip !

Using tinyurl isn't very search engine friendly and if tinyurl ever  
goes down then the links are gone...  I only really use tinyurl for  
pathologically long transient URLs, like a mapquest map or something  :)

-bob

___
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig


Re: [Pythonmac-SIG] On posting long urls

2005-05-19 Thread François Granger
Le 19/05/05 12:35, « Jack Nutting » <[EMAIL PROTECTED]> a écrit :

> Better yet, use a URL-shortening service like tinyurl.com.  I've got
> the following javascript snippet in a bookmark in Safari's bookmark
> bar:
> 
> javascript:void(location.href='http://tinyurl.com/create.php?url='+location.hr
> ef)

Really good tip !


___
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig


Re: [Pythonmac-SIG] On posting long urls

2005-05-19 Thread Skip Montanaro

Jack> I've got the following javascript snippet in a bookmark in
Jack> Safari's bookmark bar:

Jack> 
javascript:void(location.href='http://tinyurl.com/create.php?url='+location.href)

Cool.  Seems to work with Firefox as well (1.0.3 on Solaris/Intell in my
case).

Skip
___
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig


Re: [Pythonmac-SIG] On posting long urls

2005-05-19 Thread Arthur Elsenaar

On May 19, 2005, at 11:14 AM, Robert Kern wrote:

>
> Nope. Didn't work.

Probably I should have added that depending on your mail client YMMV.

Arthur
___
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig


Re: [Pythonmac-SIG] On posting long urls

2005-05-19 Thread Jack Nutting
On 5/19/05, Arthur Elsenaar <[EMAIL PROTECTED]> wrote:
> 
> Hi list,
> 
> to prevent clickable urls to be broken by wrapping, surround the url
> by <>.
> 
>  alongurlthatwillnotbebroken.alongurlthatwillnotbebroken.alongurlthatwill
> notbebroken.alongurlthatwillnotbebroken.alongurlthatwillnotbebroken>

(Unfortunately, that doesn't actually seem to help in gmail...)

Better yet, use a URL-shortening service like tinyurl.com.  I've got
the following javascript snippet in a bookmark in Safari's bookmark
bar:

javascript:void(location.href='http://tinyurl.com/create.php?url='+location.href)

For whatever page you're looking at, a click on that will take you to
a page that gives you a tinyurl equivalent of your big-ass URL.

-- 
// jack
___
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig


[Pythonmac-SIG] On posting long urls

2005-05-19 Thread Arthur Elsenaar

Hi list,

to prevent clickable urls to be broken by wrapping, surround the url  
by <>.



Arthur

___
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig