Re: Verity or a classic search?

2004-09-10 Thread Jean Marc Bottin
Thanks for your advice, guys.

Jean-Marc

Douglas Knudsen wrote:

>go with verity.  Which will be faster?  Probably depends on volume of
>data really.  Which is more robust out of the box? Verity.
>
>Doug
>- Original Message -
>From: Andrew Dixon <[EMAIL PROTECTED]>
>Date: Fri, 10 Sep 2004 16:23:07 +0100
>Subject: Re: Verity or a classic search?
>To: CF-Talk <[EMAIL PROTECTED]>
>
>Personally I would use a verity search as you get a summary and score
>returned so you can create a results output similar to Google which
>most people are now fimilar with.
>
>Andrew.
>
>
>
>- Original Message -
>From: Jean 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 (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 a search form where the search criterias 
>could be: author, title and keywords for instance.  The keyword  field 
>will be a multiple select menu.
>
>My question is to know which one will be the faster to process for the 
>application. A verity collection or a classic SQL query which will 
>contain the specific keywords?
>
>Thanks,
>
>Jean-Marc
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




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 a search form where the search criterias 
could be: author, title and keywords for instance.  The keyword  field 
will be a multiple select menu.

My question is to know which one will be the faster to process for the 
application. A verity collection or a classic SQL query which will 
contain the specific keywords?

Thanks,

Jean-Marc
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




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
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




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 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 of you have experienced the same problem. Or did I
> miss something out?

No the color changing menu is work in progress - I forgot to exclude
the menu from the release.
Sorry about that - think of it as a view into the future :) 

> BTW, do you know a cfeclipse mailing list?
Oh why sure : 
http://cfeclipse.tigris.org/servlets/ProjectMailingListList

Cheers Jean-Marc look forward to seeing you there

-- 
~The cfml plug-in for eclipse~
http://cfeclipse.tigris.org 
~open source xslt IDE~
http://treebeard.sourceforge.net
~open source XML database~
http://ashpool.sourceforge.net

  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




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 of you have experienced the same problem. Or did I
miss something out?

BTW, do you know a cfeclipse mailing list?

J-M
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: cfloop and cfscript

2004-06-28 Thread Jean-Marc Bottin
Thanks guys,

 
Jean-Marc

-Message d'origine-
De : Joe Rinehart [mailto:[EMAIL PROTECTED]
Envoyé : lundi 28 juin 2004 15:40
À : CF-Talk
Objet : Re: cfloop and cfscript

This should get you there:




for (i = 1; i lte listLen(list); i = i + 1) {
  element = listGetAt(list, i);
  writeOutput(element);
}


- 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 not
find any clear explaination on how to do a cfloop for a list in a
cfscript.

How can i do 



in a cfscript

Thanks,

Jean-Marc 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




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 


 in a cfscript

Thanks,

Jean-Marc
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




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 under CFMX 6.1 the following _expression_:

 
 

Unfortunately without success. Did I miss something?

-Message d'origine-
De : Pascal Peters [mailto:[EMAIL PROTECTED]
Envoyé : vendredi 18 juin 2004 12:27
À : CF-Talk
Objet : RE: Those mysterious RE

Only on cfmx:

.*?", " ", "All")>

> -----Original Message-
> From: Jean-Marc Bottin [mailto:[EMAIL PROTECTED] 
> Sent: vrijdag 18 juni 2004 12:25
> To: CF-Talk
> Subject: RE: Those mysterious RE
> 
> By empty sapce I mean a single space. 
> I would like to replace the entire HTML code by a single space.
> 
> -Message d'origine-
> De : Pascal Peters [mailto:[EMAIL PROTECTED] Envoyé : vendredi 
> 18 juin 2004 12:16 À : CF-Talk Objet : RE: Those mysterious RE
> 
> 
> What version of CF? I don't understand 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 PROTECTED]
> > Sent: vrijdag 18 juni 2004 12:11
> > To: CF-Talk
> > Subject: Those mysterious RE
> > 
> > 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 
> >   En
> >   Fr
> >   Sp
> >   Gr
> > 
> > 
> > In cf I do:
> > 
> > 
> > name="select_1">.*",  " " ,  "All")>
> > 
> > I use the ".*" because the  tag can change and pull 5 or 10 
> > languages options. Any idea how to replace anything by any empty 
> > sapce?
> > 
> > Thank you,
> > 
> > Jean-Marc
> > 
> > 
>   _  
> 
> 
> 
> 
  _ 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Those mysterious RE

2004-06-18 Thread Jean-Marc Bottin
I have tried under CFMX 6.1 the following _expression_:

 
 

 
Unfortunately without success. Did I miss something?

-Message d'origine-
De : Pascal Peters [mailto:[EMAIL PROTECTED]
Envoyé : vendredi 18 juin 2004 12:27
À : CF-Talk
Objet : RE: Those mysterious RE

Only on cfmx:

.*?", " ", "All")>

> -----Original Message-
> From: Jean-Marc Bottin [mailto:[EMAIL PROTECTED] 
> Sent: vrijdag 18 juni 2004 12:25
> To: CF-Talk
> Subject: RE: Those mysterious RE
> 
> By empty sapce I mean a single space. 
> I would like to replace the entire HTML code by a single space.
> 
> -Message d'origine-
> De : Pascal Peters [mailto:[EMAIL PROTECTED] Envoyé : vendredi 
> 18 juin 2004 12:16 À : CF-Talk Objet : RE: Those mysterious RE
> 
> 
> What version of CF? I don't understand 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 PROTECTED]
> > Sent: vrijdag 18 juni 2004 12:11
> > To: CF-Talk
> > Subject: Those mysterious RE
> > 
> > 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 
> >   En
> >   Fr
> >   Sp
> >   Gr
> > 
> > 
> > In cf I do:
> > 
> > 
> > name="select_1">.*",  " " ,  "All")>
> > 
> > I use the ".*" because the  tag can change and pull 5 or 10 
> > languages options. Any idea how to replace anything by any empty 
> > sapce?
> > 
> > Thank you,
> > 
> > Jean-Marc
> > 
> > 
>   _  
> 
> 
> 
> 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Those mysterious RE

2004-06-18 Thread Jean-Marc Bottin
By empty sapce I mean a single space. 
I would like to replace the entire HTML code by a single space.

-Message d'origine-
De : Pascal Peters [mailto:[EMAIL PROTECTED]
Envoyé : vendredi 18 juin 2004 12:16
À : CF-Talk
Objet : RE: Those mysterious RE

What version of CF? I don't understand 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 PROTECTED] 
> Sent: vrijdag 18 juni 2004 12:11
> To: CF-Talk
> Subject: Those mysterious RE
> 
> 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 
>   En
>   Fr
>   Sp
>   Gr
> 
> 
> In cf I do:
> 
> 
> name="select_1">.*",  " " ,  "All")>
> 
> I use the ".*" because the  tag can change and pull 5 
> or 10 languages options. Any idea how to replace anything by 
> any empty sapce?
> 
> Thank you,
> 
> Jean-Marc
> 
> 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




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 

  En
  Fr
  Sp
  Gr


In cf I do:

.*",  " " ,  "All")>

I use the ".*" because the  tag can change and pull 5 or 10 languages options. Any idea how to replace anything by any empty sapce?

Thank you,

Jean-Marc
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




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, CF_REExtract facilite énormément la tâche !
CF_REextract makes HTML parsing a breeze!

See the link below.

On fourni même le support en français ! ;-)

--
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks. 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Going Bunker with RE !!

2004-06-09 Thread Jean-Marc Bottin
For those who are interested in this RE here it is:

 
]*>

-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 to only get the input, select and textarea tags. The rest should be ignored. With this I could working on these specifics HTML tag.

SearchString contains my HTML.

Here is the RE which is not working:



]((input|textarea|select|option)\b).*?>",SearchString,StartPos,"TRUE")>




 






Any idea?

Thanks, 

Jean-marc

Jean-Marc Bottin
Ingenieur de developpement
01 53 23 35 35
[EMAIL PROTECTED] 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Going Bunker with RE !!

2004-06-09 Thread Jean-Marc Bottin
I am going made with this RE. 

I am parsing some HTML and I would like to only get the input, select and textarea tags. The rest should be ignored. With this I could working on these specifics HTML tag.

SearchString contains my HTML.

Here is the RE which is not working:



]((input|textarea|select|option)\b).*?>",SearchString,StartPos,"TRUE")>











Any idea?

Thanks, 

Jean-marc

Jean-Marc Bottin
Ingenieur de developpement
01 53 23 35 35
[EMAIL PROTECTED]
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Regular Expression and HTML

2004-06-03 Thread Jean-Marc Bottin
Even better, wouaw!

 
Thanks, 

 
Jean-Marc

-Message d'origine-
De : Pascal Peters [mailto:[EMAIL PROTECTED]
Envoyé : jeudi 3 juin 2004 16:08
À : CF-Talk
Objet : RE: Regular _expression_ and HTML

On mx:
regexp = "<(?!/?(input|textarea|select|option)\b).*?>";
newtxt = REReplaceNoCase(txt,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 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
It works, thank you very much.

Jean-Marc
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 “

I have some HTML:


  
    
    
  
  
        
  
  
    
	
	
	
    
	
	  a
	  b
	  c
	  d
	
	
  
  
  	
	
  


After using the RE I get that:

cellSpacing=0 cellPadding=0 width="100%" border=0>

>
>>
>>>
>
 colSpan=2>>>
>
>  >
> a b c d >>
>
>>


I managed to take out nearly all the HTML but the closing tag are still there and the inside attributes are still there too, what do I miss here. I am not very familiar with RE and I am going crazy.

Here is my RE:



Thanks,

Jean-Marc
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: activePDF

2004-05-26 Thread Jean-Marc Bottin
Honestly, fifty fifty! 

 
If you need to generate a lot of pdf files it could be ok, however you will have to create a css for it. The good point is that it will generate a report on several pages. You need to use the server (activePDF) in combination with web grabber. I have been dissapointed by the quality of their services and technical team.
If you only need to create some very simple pdf , use a custom tag or go for some java. 

 
J-M

-Message d'origine-
De : Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 26 mai 2004 15:14
À : CF-Talk
Objet : RE: activePDF

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]
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 on the subject are pretty thin.

N

This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions.
Visit our website at http://www.reedexpo.com 
  _ 
   _ 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 on the subject are pretty thin.

N

This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions.
Visit our website at http://www.reedexpo.com 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: HTML Parser

2004-05-25 Thread Jean-Marc Bottin
Thanks to point me to this very interesting custom tags. BTW, I like your site and the two guides you did on variables and locking are very good. 
What happened because you are not updating the site too much?

 
Jean-Marc

-Message d'origine-
De : Jim Davis [mailto:[EMAIL PROTECTED]
Envoyé : lundi 24 mai 2004 19:14
À : CF-Talk
Objet : RE: HTML Parser

I'm not sure if it'll be any help, but I built a fairly complete BBML parser
available here:

http://www.depressedpress.com/DepressedPress/Content/ColdFusion/CustomTags/D
P_ParseBBML/Index.cfm

It's a custom tag and works in 4.5 or above - 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 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 pass it to second module like the htlmarea of
intereactivetools.com. Here, the user can shape its form the way he wants.
For instance, all the elements of the form that he created previously he
puts them in a table of two columns.

>From there we have a "new form" which is shaped based on the user wishes.
Here the HTML parser enter into account. If the user has deleted a form
element, I need to check that this element is missing. 

I think I need to have a copy of the original form and compare it to the new
version. And all of this checking will be done by the HTML parser.

Any suggestions?

Thanks,

Jean-Marc

  _ 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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]




Re: HTML Parser

2004-05-24 Thread jean-marc bottin
Hi:

 
For instance your form is in:

 

form elements: checkboxes, input text


 
before shaping and after shaping:

 



    checkboxes
    input text




> 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 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 pass it to second module 
> like the htlmarea of intereactivetools.com. Here, the user can shape 
> its form the way he wants. For instance, all the elements of the form 
> that he created previously he puts them in a table of two columns.
> 
  
> From there we have a "new form" which is shaped based on the user 
> wishes. Here the HTML parser enter into account. If the user has 
> deleted a form element, I need to check that this element is missing. 
> 
> 
  
> I think I need to have a copy of the original form and compare it to 
> the new version. And all of this checking will be done by the HTML 
> parser.
> 
  
> Any suggestions?
> 
  
> Thanks,
> 
  
> Jean-Marc
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




TR: HTML Parser

2004-05-24 Thread Jean-Marc Bottin
Hi:

 
For instance your form is in:

 

form elements: checkboxes, input text


 
before shaping and after shaping:

 



    checkboxes
    input text




 
-Message d'origine-
De : brobborb [mailto:[EMAIL PROTECTED]
Envoyé : lundi 24 mai 2004 17:08
À : 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 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 pass it to second module like the htlmarea of intereactivetools.com. Here, the user can shape its form the way he wants. For instance, all the elements of the form that he created previously he puts them in a table of two columns.

  From there we have a "new form" which is shaped based on the user wishes. Here the HTML parser enter into account. If the user has deleted a form element, I need to check that this element is missing. 

  I think I need to have a copy of the original form and compare it to the new version. And all of this checking will be done by the HTML parser.

  Any suggestions?

  Thanks,

  Jean-Marc 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 pass it to second module like the htlmarea of intereactivetools.com. Here, the user can shape its form the way he wants. For instance, all the elements of the form that he created previously he puts them in a table of two columns.

>From there we have a “new form” which is shaped based on the user wishes. Here the HTML parser enter into account. If the user has deleted a form element, I need to check that this element is missing. 

I think I need to have a copy of the original form and compare it to the new version. And all of this checking will be done by the HTML parser.

Any suggestions?

Thanks,

Jean-Marc
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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
À : CF-Talk
Objet : RE: CFMX Certification

I use this one, http://www.centrasoft.com/ - a mere $40, well worth the
little amount of money!

-Original Message-
From: vishnu prasad [mailto:[EMAIL PROTECTED] 
Sent: 24 May 2004 07:35
To: CF-Talk
Subject: CFMX Certification

HI

i am Vishnuprasad i am frm india ,iam plan to take a cfmx certification exam

is there is any test paper aviliable there for practice..

since i am in india here we dont get the certification Books on MX ,and i
heard that there is one software for CFMX Exam as i could not afford to buy
that software ,if anyone has that software could u please share with me 

if anybody have cfmx exam dump pls share with me

Thanks  in advance 
Vishnu Prasad 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]