[cfaussie] Re: RegEx to greedy

2004-09-15 Thread Spike
If you didn't find the regex plugin intuitiev, you may find the following
website useful.

It has a lot of useful info on regexes.

http://www.regularexpressions.info

Spike


Stephen Milligan
Code poet for hire
http://www.spike.org.uk

Do you cfeclipse? http://cfeclipse.tigris.org 


 

-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of 
[EMAIL PROTECTED]
Sent: Tuesday, September 14, 2004 10:26 PM
To: CFAussie Mailing List
Subject: [cfaussie] Re: RegEx to greedy

yes that would be the plugin, but the same problem with other 
plug ins to, I opened my mind - 
just could not immediately find my way around it. Will try 
more when I have time.. 
Im sure its a good tool and I'll start to love it once I know 
my way around it..

On 15 Sep 2004 at 15:08, Gareth Edwards wrote:

 Taco
 
 Couldnt find your way around Eclipse? the certain plugin 
your talking about wouldnt be 
cfeclipse would it?
 
 It is so easy to get everything running, you just need to 
open your mind to it a little.
 
 What parts were you having troubles with?
 
 Its a wonderful tool. Especially if you use CVS, something I 
think it is something that 
Macromedia should have a look at.
 
 Gareth.
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of
 [EMAIL PROTECTED]
 Sent: Wednesday, 15 September 2004 2:54 PM
 To: CFAussie Mailing List
 Subject: [cfaussie] Re: RegEx to greedy
 
 
 Yeah I installed eclipse, but could not find my way around 
it. Could not find out how to run a 
 certain plugin either...
 
 
 On 15 Sep 2004 at 14:39, Andrew Muller wrote:
 
  Taco
  
  If you're using Eclipse there's a great plugin to test 
regex available
  (even better, like Eclipse it's free):
  
  Robin demonstrated it at a recent CFUG here in Sydney:
  
  
http://www.rocketboots.com.au/blog/index.cfm?mode=entryentry=6
FAD4671-E081-
51EF-
 A7B266ACE05CC38A
  
  Andrew
  
  
  On Wed, 15 Sep 2004 14:21:53 +1000, [EMAIL PROTECTED]
  [EMAIL PROTECTED] wrote:
   got it.
   no worries
   
   On 15 Sep 2004 at 14:05, [EMAIL PROTECTED] wrote:
   
text a href=link I wanttext I might be wanting/a 
text a href=link I wanttext I 
 might be
wanting/a
   
cfset form.contentHTML = reReplaceNoCase( 
form.contentHTML, 'a
href=(.*[^]+).*[^]+/a',  [ copy and paste 
link: \1 ] , all ) /
   
Is being to greedy, and I can't seem to get my head 
around it, anyone?
   
--
Taco Fleur
Senior Web Systems Engineer
http://www.webassociates.com
  
  ---
  You are currently subscribed to cfaussie as: 
[EMAIL PROTECTED]
  To unsubscribe send a blank email to 
[EMAIL PROTECTED]
  Aussie Macromedia Developers: http://lists.daemon.com.au/
 
 
 -- 
 Taco Fleur
 Senior Web Systems Engineer
 http://www.webassociates.com
 
 
 ---
 You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
 To unsubscribe send a blank email to 
[EMAIL PROTECTED]
 Aussie Macromedia Developers: http://lists.daemon.com.au/
 
 ---
 You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
 To unsubscribe send a blank email to 
[EMAIL PROTECTED]
 Aussie Macromedia Developers: http://lists.daemon.com.au/


-- 
Taco Fleur
Senior Web Systems Engineer
http://www.webassociates.com


---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to 
[EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/


---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/


[cfaussie] Re: RegEx to greedy

2004-09-15 Thread Spike
Donations please to the benevelont cfeclipse developers fund :)

Beer is acceptable ;)

Spike


Stephen Milligan
Code poet for hire
http://www.spike.org.uk

Do you cfeclipse? http://cfeclipse.tigris.org 


 

-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of 
M@ Bourke
Sent: Tuesday, September 14, 2004 10:34 PM
To: CFAussie Mailing List
Subject: [cfaussie] Re: RegEx to greedy

Eclipse Rocks For CFC's
Brilliant for browsing CFCs and seeing all the methods in the 
CFC bit on
the right.
I can eventually see Eclipse destroying dreamweaver as a 
development tool,
and eventually dreamweaver will just have a designer user base.

You can pay half an arm for DreamWeaver or get a far much 
superior product
that is free :).

I know what the majority of CF developers weapon of choice will be in a
year.


---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to 
[EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/


---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/


[cfaussie] Re: soEditor 3 alpha 1 AND FCKEditor beta 2

2004-09-15 Thread Brett Payne-Rhodes
Hi Chris,
I tried tinymce but it breaks my forms... In FF the textarea doesn't get 
returned on the form and in IE6 the textarea is there but it is blank. I 
tried the latest version (1.30) and even went back and tried 1.19 but 
had the same problem. Any ideas?

Sorry, I can't be bothered joining the tinymce group. Maybe later...
Thanks,
Brett
B)
Chris Dawes wrote:
Thanks Steve,
Here's another one... 

TinyMCE
http://tinymce.moxiecode.com/examples/example_simple.htm
http://tinymce.moxiecode.com/examples/example_advanced.htm
this one is the simplest of them all. Takes about 1 minute to implement and
is very flexible : divs, textareas, etc...

--
Brett Payne-Rhodes
Eaglehawk Computing
t: +61 (0)8 9371-0471
f: +61 (0)8 9371-0470
m: +61 (0)414 371 047
e: [EMAIL PROTECTED]
w: www.ehc.net.au
---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/


[cfaussie] Re: RegEx to greedy

2004-09-15 Thread Chris Dawes
Can it feed my dog and water the garden on Wednesday and Friday?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steve Onnis
Sent: Wednesday, 15 September 2004 4:44 PM
To: CFAussie Mailing List
Subject: [cfaussie] Re: RegEx to greedy

how about speach recognition?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Gareth
Edwards
Sent: Wednesday, September 15, 2004 4:20 PM
To: CFAussie Mailing List
Subject: [cfaussie] Re: RegEx to greedy


If we donate can we list the things we want?

ie. that difficult task (code folding)?

Gareth.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Spike
Sent: Wednesday, 15 September 2004 4:17 PM
To: CFAussie Mailing List
Subject: [cfaussie] Re: RegEx to greedy


Donations please to the benevelont cfeclipse developers fund :)

Beer is acceptable ;)

Spike


Stephen Milligan
Code poet for hire
http://www.spike.org.uk

Do you cfeclipse? http://cfeclipse.tigris.org




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
M@ Bourke
Sent: Tuesday, September 14, 2004 10:34 PM
To: CFAussie Mailing List
Subject: [cfaussie] Re: RegEx to greedy

Eclipse Rocks For CFC's
Brilliant for browsing CFCs and seeing all the methods in the
CFC bit on
the right.
I can eventually see Eclipse destroying dreamweaver as a
development tool,
and eventually dreamweaver will just have a designer user base.

You can pay half an arm for DreamWeaver or get a far much
superior product
that is free :).

I know what the majority of CF developers weapon of choice will be in a
year.


---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to
[EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/


---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to
[EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to
[EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/



---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to
[EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/


---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/


[cfaussie] cfeclipse WAS Re: RegEx to greedy

2004-09-15 Thread Spike
While we're on the subject.

Can I take a quick poll about what feature people on this list would most
like to see added to cfeclipse.

I can't promise anything other than that I will bust my ass to implement the
most popular feature request for the next release if time permits :)

Spike


Stephen Milligan
Code poet for hire
http://www.spike.org.uk

Do you cfeclipse? http://cfeclipse.tigris.org 


 

-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of 
Barry Beattie
Sent: Tuesday, September 14, 2004 11:19 PM
To: CFAussie Mailing List
Subject: [cfaussie] Re: RegEx to greedy

I'm having trouble sending a carton of fourex thru paypal  it won't
fit in the form...

Spike, come back to Australia - I'm sure there's a few that'll 
buy you a
drink or three...


cheers 'n' beers
barry.b


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Spike
Sent: Wednesday, 15 September 2004 4:17 PM
To: CFAussie Mailing List
Subject: [cfaussie] Re: RegEx to greedy

Donations please to the benevelont cfeclipse developers fund :)

Beer is acceptable ;)

Spike


Stephen Milligan
Code poet for hire
http://www.spike.org.uk

Do you cfeclipse? http://cfeclipse.tigris.org 


 

-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of 
M@ Bourke
Sent: Tuesday, September 14, 2004 10:34 PM
To: CFAussie Mailing List
Subject: [cfaussie] Re: RegEx to greedy

Eclipse Rocks For CFC's
Brilliant for browsing CFCs and seeing all the methods in the 
CFC bit on
the right.
I can eventually see Eclipse destroying dreamweaver as a 
development tool,
and eventually dreamweaver will just have a designer user base.

You can pay half an arm for DreamWeaver or get a far much 
superior product
that is free :).

I know what the majority of CF developers weapon of choice 
will be in a
year.


---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to 
[EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/


---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to
[EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/


---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to 
[EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/


---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/


[cfaussie] WinXP SP2 - IE doesnt display javascript errors now

2004-09-15 Thread Mike Kear
Has anyone else found this? or just me? 

Since i loaded SP2 to my IE, I've been blissfully unaware of some
javascript errors on pages because even though i've set my IE to
display javascript errors,  it doesnt.

I got caught out by the client today -  he said 'but there are errors
on the page!! i said no there arent, and with great glee he showed me
three errors.

Anyone seen this?  know how to fix it?  

-- 
Cheers
Mike Kear
Windsor, NSW, Australia
AFP Webworks
http://afpwebworks.com
.com,.net,.org domains from AUD$20/Year

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/


[cfaussie] howd they do that!!

2004-09-15 Thread rob shaw
every word is a searchable term!! very cool. this would be tops in 
education and for general searching due to different spellings and user 
mistakes.

http://www.droogdesign.nl/
so howd they do that!
Rob.
---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/