Verity or a classic search?

2004-09-10 Thread Jean Marc Bottin
Hi guys, I looking for some advice. I have a DB with a table book which contains a field keywords. This field will be fill in with word separated by comma like (IT, Computer, Coldfusion, CFML, Web). This field can be updated and key words can be added or deleted. The user will use an UI with

Re: Verity or a classic search?

2004-09-10 Thread Jean Marc Bottin
Marc Bottin [EMAIL PROTECTED] Date: Fri, 10 Sep 2004 17:12:25 +0200 Subject: Verity or a classic search? To: CF-Talk [EMAIL PROTECTED] Hi guys, I looking for some advice. I have a DB with a table book which contains a field keywords. This field will be fill in with word separated by comma like

cfmx updater 3

2004-07-22 Thread Jean-Marc Bottin
Hello, I have been trying to find out the CFMX updater 3; I know there is CFMX 6.1 now, I've got it but I am doing some migration test between different machines. Unfortunately I cannot find the updater3 on the macromedia website. Does anybody know where I can find it? Thanks, Jean-Marc

CFEclipse question

2004-07-13 Thread Jean-Marc Bottin
Hello, I have a cfeclipse question which might interest those of you guys who are using it. In the latest version 1.1.14 there is an option for setting the color depending of your code (ie. Html code in green, cf code in red). However this functionality seems to not work. I was wondering if some

RE: CFEclipse question

2004-07-13 Thread Jean-Marc Bottin
Cheers for the info. J-M _ From: Rob [mailto:[EMAIL PROTECTED] Sent: 13 July 2004 11:53 To: CF-Talk Subject: Re: CFEclipse question On Tue, 13 Jul 2004 11:49:57 +0200, Jean-Marc Bottin [EMAIL PROTECTED] wrote: Hello, I have a cfeclipse question which might interest those of you guys

cfloop and cfscript

2004-06-28 Thread jean-marc bottin
Hi, I have been looking at the documentation at macormedai but i didi not find any clear explaination on how to do a cfloop for a list in a cfscript. How can i do cfloop index = theIndex list = theList delimiters = theDelimiter in a cfscript Thanks, Jean-Marc [Todays Threads] [This

RE: cfloop and cfscript

2004-06-28 Thread Jean-Marc Bottin
= listGetAt(list, i); writeOutput(element); } /cfscript - Original Message - From: jean-marc bottin [EMAIL PROTECTED] Date: Mon, 28 Jun 2004 09:06:30 -0400 Subject: cfloop and cfscript To: CF-Talk [EMAIL PROTECTED] Hi, I have been looking at the documentation at macormedai but i didi

Those mysterious RE

2004-06-18 Thread jean-marc bottin
Hi, I have been struggling all the morning with these RE. I am trying to replace a bunch of HTML by some empty space. It is for a select tag. I know the opening tag and close tag. Some thing like select name=language option value=1 selectedEn/option option value=2Fr/option option

RE: Those mysterious RE

2004-06-18 Thread Jean-Marc Bottin
what you mean by empty space? A single space, blank lines in your display, ...? The code you provided will replace a select by a single space. It will break down if you have another select following the first one you match. Pascal -Original Message- From: jean-marc bottin [mailto:[EMAIL

RE: Those mysterious RE

2004-06-18 Thread Jean-Marc Bottin
[mailto:[EMAIL PROTECTED] Envoy : vendredi 18 juin 2004 12:27 : CF-Talk Objet : RE: Those mysterious RE Only on cfmx: cfset myhtlmcode = ReReplace(myhtlmcode, select name=select_1.*?/select, , All) -Original Message- From: Jean-Marc Bottin [mailto:[EMAIL PROTECTED] Sent: vrijdag 18

RE: Those mysterious RE

2004-06-18 Thread Jean-Marc Bottin
Pascal, Sorry my mistake, the closing was in uppercase and in the RE I put it in lowercase. Thank you very much for your help and your time. J-M -Message d'origine- De : Jean-Marc Bottin Envoy : vendredi 18 juin 2004 12:40 : CF-Talk Objet : RE: Those mysterious RE I have tried

Going Bunker with RE !!

2004-06-09 Thread Jean-Marc Bottin
(stScript.tag, Mid(SearchString,st.pos[1],st.len[1])) /cfif cfif StartPos gte len(SearchString) OR StartPos eq 0 cfbreak /cfif /cfloop Any idea? Thanks, Jean-marc Jean-Marc Bottin Ingenieur de developpement 01 53 23 35 35 [EMAIL PROTECTED] [Todays Threads] [This Message] [Subscription

RE: Going Bunker with RE !!

2004-06-09 Thread Jean-Marc Bottin
For those who are interested in this RE here it is: /?(input|textarea|select|option)[^]* -Message d'origine- De : Jean-Marc Bottin Envoy : mercredi 9 juin 2004 16:28 : CF-Talk Objet : Going Bunker with RE !! I am going made with this RE. I am parsing some HTML and I would like

RE: Going Bunker with RE !!

2004-06-09 Thread Jean-Marc Bottin
Merci, cependant le probleme a ete resolu. Sorry for the english guys. J-M -Message d'origine- De : Claude Schneegans [mailto:[EMAIL PROTECTED] Envoy : mercredi 9 juin 2004 16:59 : CF-Talk Objet : Re: Going Bunker with RE !! I am parsing some HTML Salut, Pour l'analyde de HTML,

Regular Expression and HTML

2004-06-03 Thread jean-marc bottin
I got a RE that I have modified in order to parse some HTML and to only keep tag starting with a “input”, “select” or “textarea, however I am struggling with it. I have some HTML: table width=100%border=0 cellspacing=0 cellpadding=0 tr tdinput type=file name=file_1 value=file_1/td tdinput

Re: Regular Expression and HTML

2004-06-03 Thread jean-marc bottin
It works, thank you very much. Jean-Marc [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Regular Expression and HTML

2004-06-03 Thread jean-marc bottin
It works, thank you. Jean-Marc [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Regular Expression and HTML

2004-06-03 Thread Jean-Marc Bottin
,regexp,,all); -Original Message- From: jean-marc bottin [mailto:[EMAIL PROTECTED] Sent: donderdag 3 juni 2004 16:06 To: CF-Talk Subject: Re: Regular _expression_ and HTML It works, thank you very much. Jean-Marc _ [Todays Threads] [This Message] [Subscription] [Fast

RE: activePDF

2004-05-26 Thread Jean-Marc Bottin
Yes I did one year and a half in my previous company J-M -Message d'origine- De : Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Envoy : mercredi 26 mai 2004 14:41 : CF-Talk Objet : activePDF Anyone worked recently with activePDF? I just downloaded the eval and the actual CF docs

RE: activePDF

2004-05-26 Thread Jean-Marc Bottin
whats you take on it? good / bad? _ From: Jean-Marc Bottin [mailto:[EMAIL PROTECTED] Sent: 26 May 2004 14:17 To: CF-Talk Subject: RE: activePDF Yes I did one year and a half in my previous company J-M -Message d'origine- De : Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED

RE: HTML Parser

2004-05-25 Thread Jean-Marc Bottin
- it might give you some ideas, perhaps.Tho' if I were to build it today it might look very different. Jim Davis _ From: jean-marc bottin [mailto:[EMAIL PROTECTED] Sent: Monday, May 24, 2004 11:11 AM To: CF-Talk Subject: HTML Parser Hi, I would like to build an HTML parser. Does anyone

RE: CFMX Certification

2004-05-24 Thread Jean-Marc Bottin
Hi, John is right. I used it last year in order to prepare myself for the CFMX certification. Very good material. I also recommend you the ben forta's book about CFMX certification. J-M -Message d'origine- De : John Beynon [mailto:[EMAIL PROTECTED] Envoy : lundi 24 mai 2004 09:27

HTML Parser

2004-05-24 Thread jean-marc bottin
Hi, I would like to build an HTML parser. Does anyone already did it and/or could give me some directions or suggestion. The goal is to develop a module in an application that can generate form element (ie: a drop down list, a checkbox). Once the form is created, we store it in a WDDX packet and

TR: HTML Parser

2004-05-24 Thread Jean-Marc Bottin
: CF-Talk Objet : Re: HTML Parser What do u mean by shaping? - Original Message - From: jean-marc bottin To: CF-Talk Sent: Monday, May 24, 2004 10:11 AM Subject: HTML Parser Hi, I would like to build an HTML parser. Does anyone already did it and/or could give me some directions

Re: HTML Parser

2004-05-24 Thread jean-marc bottin
Hi: For instance your form is in: body form elements: checkboxes, input text /body before shaping and after shaping: body table tr tdcheckboxes/td tdinput text/td /tr /table /body What do u mean by shaping? - Original Message - From: jean-marc bottin To: CF-Talk

Re: HTML Parser

2004-05-24 Thread jean-marc bottin
I agree it is a lot of work; however I will only concentrate on the form elements nothing else. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]