Re: Dumb-assed question

2001-01-25 Thread Michael Stevens

On Wed, Jan 24, 2001 at 06:02:25PM +, [EMAIL PROTECTED] wrote:
   Dreamweaver (I know, don't ask) nicely escapes the spaces to %20 but when
   I try and download these, the %20 appears in the Netscape file save as box
   instead of spaces.

Dreamweaver is by far the best GUI html development tool I'm aware of.

Michael



Re: Dumb-assed question

2001-01-25 Thread Struan Donald

* at 25/01 10:37 + Michael Stevens said:
 On Wed, Jan 24, 2001 at 06:02:25PM +, [EMAIL PROTECTED] wrote:
Dreamweaver (I know, don't ask) nicely escapes the spaces to %20 but when
I try and download these, the %20 appears in the Netscape file save as box
instead of spaces.
 
 Dreamweaver is by far the best GUI html development tool I'm aware of.

the number of times i've sent stuff to people that works fine, had
them run it through dreamweaver and then complain that it's broken
makes me wonder what the bad gui tools are like. 

struan



Re: Dumb-assed question

2001-01-25 Thread James Powell

On Thu, Jan 25, 2001 at 11:05:49AM +, Struan Donald wrote:
 * at 25/01 10:37 + Michael Stevens said:
  On Wed, Jan 24, 2001 at 06:02:25PM +, [EMAIL PROTECTED] wrote:
 Dreamweaver (I know, don't ask) nicely escapes the spaces to %20 but when
 I try and download these, the %20 appears in the Netscape file save as box
 instead of spaces.
  
  Dreamweaver is by far the best GUI html development tool I'm aware of.
 
 the number of times i've sent stuff to people that works fine, had
 them run it through dreamweaver and then complain that it's broken
 makes me wonder what the bad gui tools are like. 
 
 struan

Waiter, a copy of Frontpage 2000 for the gentleman!


jp



Re: Dumb-assed question

2001-01-24 Thread Paul Makepeace

On Wed, Jan 24, 2001 at 06:17:45PM +, Robin Houston wrote:
 I suppose you were hoping for a simpler procedure, but this is
 the simplest I've found. Possibly IE doesn't have that problem.

It has others, it'll s/\./_/g for all except the last.

Exercise: Implement the "except the last" in a regex :-)
Extra points for squeezing it into a single regex rather than
a while / $' solution

Paul



Re: Dumb-assed question

2001-01-24 Thread Robin Houston

On Wed, Jan 24, 2001 at 12:42:58PM -0600, Paul Makepeace wrote:
 
 Exercise: Implement the "except the last" in a regex :-)
 Extra points for squeezing it into a single regex rather than
 a while / $' solution


s/\.(?=.*\.)/_/g;

 .robin.

-- 
Are we not drawn onward, we few, drawn onward to new era?