Re: English Characters (ONLY) on form fields!

2007-01-03 Thread Robertson-Ravo, Neil (RX)
Indeed, some software does it well though. Our Search Engine (FAST) does it
very well, though as you would expect... It costs!






"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, 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

-Original Message-
From: Paul Hastings
To: CF-Talk
Sent: Thu Jan 04 03:48:04 2007
Subject: Re: English Characters (ONLY) on form fields!

first let me start off by saying detecting *language* from text samples is
very 
very difficult. at best it's still going to be a guess. a general rule is
the 
better the guess the more all-round costly it will be.

Pablo Varando wrote:
> 

RE: Ajaxcfc newbe problems (2)

2007-01-03 Thread Dave Watts
> As well the reason of why a simple document.write wouldnt 
> work (in order to avoid similar mistakes in the future).

When document.write() is called after the page has already been displayed to
the user, it rewrites the entire page. Set the innerHTML or innerText
properties of a block element instead, to rewrite the contents of that
element.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265603
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: English Characters (ONLY) on form fields!

2007-01-03 Thread Dave Watts
> In case anyone is interested.. here is the solution:
> 
> 

Best practices - error handling

2007-01-03 Thread Mike Kear
Every January, when I go to the beach for a holiday, I take the
opportunity to review one or more of my common methods and techniques
to update to the current best practice.Last year I decided to
commit to learning what i needed to know about OOP and how it applies
to CF.   It revolutionised how i go about building sides. A couple of
years ago I committed ot learning about CSS and Standards, and it
revolutionised how i code HTML.

This year, I'm going to review how i handle errors, and 404s, to see
if I'm doing it the best way, given that I'm now using Application.cfc
rather than Application.cfm and using more OOP techniques for almost
everything.

Is there a resource I can look to that will show me the current best
practice for handling errors and 404s, so I can compare with what I'm
doing?  (Aside frorm the CF documentation I mean - I've already put
that on the list to study again)


-- 
Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265601
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: English Characters (ONLY) on form fields!

2007-01-03 Thread Pablo Varando
Paul,

Thanks for the reply... I really appreciate it.


RE: Pulling my hair out on a query

2007-01-03 Thread Bruce Sorge
OK. I have a field called Password and apparently Access does not like this.
So I changed the field name to Pwd and the form variable to the same and it
worked fine. This is why I hate taking an app that was originally written in
SQL and coding it for Access. 

Bruce

-Original Message-
From: Charlie Griefer [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 03, 2007 8:35 PM
To: CF-Talk
Subject: Re: Pulling my hair out on a query

heh.  this exact question was posted on the Adobe forums.  apparently,
'password' is a reserved word in Access.

i couldn't find it on the reserved word list, but the original poster
said after enclosing the word Password in square brackets, the query
worked.

INSERT INTO clients (Client_Name, Login, [Password]) ...

On 1/3/07, Bruce Sorge <[EMAIL PROTECTED]> wrote:
> I am pulling my hair out with this stupid INSERT query. Here is the query:
>
> 
> INSERT INTO Clients
> (Client_Name, Login, Password)
> VALUES ('#Form.Client_Name#', '#Form.Login#', '#Form.Password#')
> 
>
> Very basic. I am getting the message Syntax Error in INSERT query. Here is
> what the query looks like after the post:
>
> INSERT INTO Clients (Client_Name, Login, Password) VALUES ('Ford', 'Ford',
> 'password')
>
> I opened the database and copied and pasted the query and it worked like a
> champ. I know the query is formed correctly, I mean it is a basic INSERT!!
I
> have tons of these all over the app that are working fine.
> It is an MS Access DB (Clients wish, not mine).
>
> Thanks,
>
> Bruce
>
>
> 



~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265599
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: GZip using Java/CF?

2007-01-03 Thread James Holmes
Oh, thanks for that - I played with this a while ago but I couldn't
figure out which methods of the PageContext object to use. This means
I can finally write a working CF gzip compressor for the TinyMCE
javascript files (the one supplied by TinyMCE doesn't work for me).

On 1/4/07, Andrew Scott <[EMAIL PROTECTED]> wrote:
> I did a proof of concept awhile ago using gzip to compress the page before
> sending it to the bowser.
>
> Your more than welcome to use that example as a base.
>
> www.andyscott.id.au
>
>
> Andrew Scott
> Senior Coldfusion Developer
> Aegeon Pty. Ltd.
> www.aegeon.com.au
> Phone: +613  8676 4223
> Mobile: 0404 998 273
>
> -Original Message-
> From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED]
> Sent: Thursday, 4 January 2007 2:12 PM
> To: CF-Talk
> Subject: GZip using Java/CF?
>
> Anyone have a code example for taking an XML file and GZipping it?  I
> want to dynamically generate Google sitemaps for my sites, and they
> need to be .gz files.  I'd rather use CFSCRIPT and the createobject()
> function with Java, if possible.
>
> Thanks
>
> Pete
>
>
>
> 

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265598
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Pulling my hair out on a query

2007-01-03 Thread Jerry Johnson
A couple of questions.
Does your datasource in cf have insert rights?
Can you get details for the database error?
What datatypes are these three fields?
Have you tried to hardcode the insert (rather than run it from the form
vars)?

On 1/3/07, Bruce Sorge <[EMAIL PROTECTED]> wrote:
>
> I am pulling my hair out with this stupid INSERT query. Here is the query:
>
> 
> INSERT INTO Clients
> (Client_Name, Login, Password)
> VALUES ('#Form.Client_Name#', '#Form.Login#', '#Form.Password#')
> 
>
> Very basic. I am getting the message Syntax Error in INSERT query. Here is
> what the query looks like after the post:
>
> INSERT INTO Clients (Client_Name, Login, Password) VALUES ('Ford', 'Ford',
> 'password')
>
> I opened the database and copied and pasted the query and it worked like a
> champ. I know the query is formed correctly, I mean it is a basic INSERT!!
> I
> have tons of these all over the app that are working fine.
> It is an MS Access DB (Clients wish, not mine).
>
> Thanks,
>
> Bruce
>
>
> 

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265597
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Pulling my hair out on a query

2007-01-03 Thread Charlie Griefer
heh.  this exact question was posted on the Adobe forums.  apparently,
'password' is a reserved word in Access.

i couldn't find it on the reserved word list, but the original poster
said after enclosing the word Password in square brackets, the query
worked.

INSERT INTO clients (Client_Name, Login, [Password]) ...

On 1/3/07, Bruce Sorge <[EMAIL PROTECTED]> wrote:
> I am pulling my hair out with this stupid INSERT query. Here is the query:
>
> 
> INSERT INTO Clients
> (Client_Name, Login, Password)
> VALUES ('#Form.Client_Name#', '#Form.Login#', '#Form.Password#')
> 
>
> Very basic. I am getting the message Syntax Error in INSERT query. Here is
> what the query looks like after the post:
>
> INSERT INTO Clients (Client_Name, Login, Password) VALUES ('Ford', 'Ford',
> 'password')
>
> I opened the database and copied and pasted the query and it worked like a
> champ. I know the query is formed correctly, I mean it is a basic INSERT!! I
> have tons of these all over the app that are working fine.
> It is an MS Access DB (Clients wish, not mine).
>
> Thanks,
>
> Bruce
>
>
> 

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265596
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Pulling my hair out on a query

2007-01-03 Thread Bruce Sorge
I am pulling my hair out with this stupid INSERT query. Here is the query:


INSERT INTO Clients
(Client_Name, Login, Password)
VALUES ('#Form.Client_Name#', '#Form.Login#', '#Form.Password#')


Very basic. I am getting the message Syntax Error in INSERT query. Here is
what the query looks like after the post:

INSERT INTO Clients (Client_Name, Login, Password) VALUES ('Ford', 'Ford',
'password')

I opened the database and copied and pasted the query and it worked like a
champ. I know the query is formed correctly, I mean it is a basic INSERT!! I
have tons of these all over the app that are working fine.
It is an MS Access DB (Clients wish, not mine).

Thanks,

Bruce


~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265595
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CFFILE - Upload and rename at the same time?

2007-01-03 Thread Bobby Hartsfield
It would need to be 2 separate cffiles afaik. Most people however, like to
upload files to temp folders, do some processing then move it to its final
home. You CAN move and rename at the same time with one cffile... just give
the destination the new path and file name

-Original Message-
From: Les Mizzell [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 03, 2007 6:55 PM
To: CF-Talk
Subject: CFFILE - Upload and rename at the same time?

Is there a way to upload and rename a file at the same time using 
CFFILE, or does that need to be two separate operations?

I'm using a function to filter out spaces and unwanted characters in the 
file names

like:
#filterFilename(cffile.serverfile)#

  - and this works after the fact in a separate cffile operation - but I 
wanted to try and optimize my code a little



~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265594
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: CF Exam Certification Study Gruop

2007-01-03 Thread Sandra Clark
Nick,

Talk to Michael Smith at Teratech ([EMAIL PROTECTED]).  They sponsored a
class like this a few years ago and have a training room.   
Depending on the evening, I might be interested, it depends on what other
commitments I have.


Sandra Clark
==
http://www.shayna.com
Training in Cascading Style Sheets and Accessibility


-Original Message-
From: Nicholas M Tunney [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 03, 2007 9:36 PM
To: CF-Talk
Subject: CF Exam Certification Study Gruop

Would anyone be interested in attending a ColdFusion MX 7 Developer
Certification

exam study group^* ?

There would be no cost to attend (unless we all chip in for pizza or
something). I am thinking it would be a three night class located somewhere
near Rockville/Bethesda MD (anyone who is willing to donate or suggest a
location let me know!). We would be concentrating on the 4 primary sections
of the Adobe ColdFusion MX 7 Developer exam

(Application Development, Database Concepts, Client State Management and
Data Exchange) as well as discussing common hang ups and testing techniques.

If I can get this set up via Adobe Connect, I will extend the invitation to
those not available to attend in person.

If you are interested, please send me your contact information
 or comment
on this post.

* - This is not an Adobe course

--
Nicholas M Tunney
Senior Software Architect, AboutWeb LLC - http://www.AboutWeb.com

Certified Advanced ColdFusion MX 7 Developer Blog - http://www.nictunney.com





~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265593
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: English Characters (ONLY) on form fields!

2007-01-03 Thread Paul Hastings
first let me start off by saying detecting *language* from text samples is very 
very difficult. at best it's still going to be a guess. a general rule is the 
better the guess the more all-round costly it will be.

Pablo Varando wrote:
> 

Re: CF Exam Certification Study Gruop

2007-01-03 Thread Nicholas M Tunney
I'll see what I can do.  I certainly can't purchase Connect on my own, 
but maybe Adobe would be willing to record the presentations.

Nic

Mike Kear wrote:
> I'm in Australia so obviously unless i hit the State Lottery before
> then, I'm not able to attend in person either, but i'd certainly like
> to be a part if you do end up doing it by connect.
>
> I found that the certification study I did for my MX6.1 cert took me
> into parts of coldfusion i'd never been before, simply because i never
> had a site that called for them.   As a result of the study, I'm a far
> better programmer than i was before.   The main benefit of the
> certification for me is the study part.
>
> So count me in if you can do it by Adobe Connect.
>
> Cheers
> Mike Kear
> Windsor, NSW, Australia
> Adobe Certified Advanced ColdFusion Developer
> AFP Webworks
> http://afpwebworks.com
> ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month
>
>
>
> On 1/4/07, Dan Vega <[EMAIL PROTECTED]> wrote:
>   
>> If you get connect setup I would defiantly be interested in attending as
>> long as it doesnt conflict with current user group meetings!
>>
>> Dan
>> 
>
> 

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265591
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: GZip using Java/CF?

2007-01-03 Thread Andrew Scott
I did a proof of concept awhile ago using gzip to compress the page before
sending it to the bowser.

Your more than welcome to use that example as a base.

www.andyscott.id.au


Andrew Scott
Senior Coldfusion Developer
Aegeon Pty. Ltd.
www.aegeon.com.au
Phone: +613  8676 4223
Mobile: 0404 998 273

-Original Message-
From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 4 January 2007 2:12 PM
To: CF-Talk
Subject: GZip using Java/CF?

Anyone have a code example for taking an XML file and GZipping it?  I
want to dynamically generate Google sitemaps for my sites, and they
need to be .gz files.  I'd rather use CFSCRIPT and the createobject()
function with Java, if possible.

Thanks

Pete



~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265590
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF Exam Certification Study Gruop

2007-01-03 Thread Mike Kear
I'm in Australia so obviously unless i hit the State Lottery before
then, I'm not able to attend in person either, but i'd certainly like
to be a part if you do end up doing it by connect.

I found that the certification study I did for my MX6.1 cert took me
into parts of coldfusion i'd never been before, simply because i never
had a site that called for them.   As a result of the study, I'm a far
better programmer than i was before.   The main benefit of the
certification for me is the study part.

So count me in if you can do it by Adobe Connect.

Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month



On 1/4/07, Dan Vega <[EMAIL PROTECTED]> wrote:
> If you get connect setup I would defiantly be interested in attending as
> long as it doesnt conflict with current user group meetings!
>
> Dan

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265589
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: GZip using Java/CF?

2007-01-03 Thread Jim Wright
Pete Ruckelshaus wrote:
> Anyone have a code example for taking an XML file and GZipping it?  I
> want to dynamically generate Google sitemaps for my sites, and they
> need to be .gz files.  
> 

I don't believe that gzip compression is required to submit a sitemap. 
Still, if you find some good code for this, I'd like to have it, too.


~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265588
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


GZip using Java/CF?

2007-01-03 Thread Pete Ruckelshaus
Anyone have a code example for taking an XML file and GZipping it?  I
want to dynamically generate Google sitemaps for my sites, and they
need to be .gz files.  I'd rather use CFSCRIPT and the createobject()
function with Java, if possible.

Thanks

Pete

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265587
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF Exam Certification Study Gruop

2007-01-03 Thread Dan Vega
If you get connect setup I would defiantly be interested in attending as
long as it doesnt conflict with current user group meetings!

Dan

On 1/3/07, Nicholas M Tunney <[EMAIL PROTECTED]> wrote:
>
> Would anyone be interested in attending a ColdFusion MX 7 Developer
> Certification
> <
> http://www.adobe.com/support/training/certified_professional_program/cfmx7_developer.html
> >
> exam study group^* ?
>
> There would be no cost to attend (unless we all chip in for pizza or
> something). I am thinking it would be a three night class located
> somewhere near Rockville/Bethesda MD (anyone who is willing to donate or
> suggest a location let me know!). We would be concentrating on the 4
> primary sections of the Adobe ColdFusion MX 7 Developer exam
> <
> http://www.adobe.com/support/training/certified_professional_program/cfmx7_developer.html
> >
> (Application Development, Database Concepts, Client State Management and
> Data Exchange) as well as discussing common hang ups and testing
> techniques.
>
> If I can get this set up via Adobe Connect, I will extend the invitation
> to those not available to attend in person.
>
> If you are interested, please send me your contact information
>  or
> comment on this post.
>
> * - This is not an Adobe course
>
> --
> Nicholas M Tunney
> Senior Software Architect, AboutWeb LLC - http://www.AboutWeb.com
>
> Certified Advanced ColdFusion MX 7 Developer
> Blog - http://www.nictunney.com
>
>
>
> 

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265586
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


CF Exam Certification Study Gruop

2007-01-03 Thread Nicholas M Tunney
Would anyone be interested in attending a ColdFusion MX 7 Developer 
Certification 

 
exam study group^* ?

There would be no cost to attend (unless we all chip in for pizza or 
something). I am thinking it would be a three night class located 
somewhere near Rockville/Bethesda MD (anyone who is willing to donate or 
suggest a location let me know!). We would be concentrating on the 4 
primary sections of the Adobe ColdFusion MX 7 Developer exam 

 
(Application Development, Database Concepts, Client State Management and 
Data Exchange) as well as discussing common hang ups and testing 
techniques.

If I can get this set up via Adobe Connect, I will extend the invitation 
to those not available to attend in person.

If you are interested, please send me your contact information 
 or 
comment on this post.

* - This is not an Adobe course

-- 
Nicholas M Tunney
Senior Software Architect, AboutWeb LLC - http://www.AboutWeb.com

Certified Advanced ColdFusion MX 7 Developer
Blog - http://www.nictunney.com



~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265585
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Using Eclipse/CFEclipse

2007-01-03 Thread Dan Skaggs
Actually no, I still use CFEclipse.  About the only reason I downloaded Apatana 
was for the FTP functions but I understand it's really good for other things 
too (HTML, JS etc) that I haven't had a chance to play with yet.  You do not 
have to be in the Aptana perspective to get to the Synchronize > Upload feature 
as they are available from the right click menu from the CFEclipse perspective 
as well.

>So do u edit your CFML in Aptana as well?
>Is it like cfclipse, or a plugin so you can still use the cfeclipse
>features? 
>
>-Original Message-
>From: Dan Skaggs [mailto:[EMAIL PROTECTED] 
>Sent: 03 January 2007 20:12
>To: CF-Talk
>Subject: Re: Using Eclipse/CFEclipse
>
>I grabbed the Aptana plug-in last week and am seriously enjoying the FTP
>upload features it gives.  It's almost as easy as the DW upload.  You still
>have to do a configuration for each project, but once that is done you right
>click on a file, hover over the "Synchronize" item in the menu and then
>click "Upload" (however I do wish I could turn off the confirmation message
>that insists on popping up when it's complete).
>
>>I still use homesite for quick edits for that very purpose, so I can 
>>double click a file and edit it.
>>I also still use DWMX to deploy files via FTP cozz the "right click put 
>>file" is very quick and handy for that.
>>
>>Russ

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265584
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFFILE - Upload and rename at the same time?

2007-01-03 Thread Doug Brown
Would need to be two seperate actions.

IE:

 
  
  

Doug B.


~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265583
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: RDS in CFECLIPSE. What's Wrong?

2007-01-03 Thread Dwayne Cole
>There is no such thing.
>An RDS plugin ships with Flex Builder 2, that you can use with Eclipse 3.1 - 
>do you mean that ?
>


Yes this is exactly what I mean.  Flex Builder 2 is built on Enclipse.  When 
you launch Flex Builder you'll see that it looks just like Eclipse.  The RDS / 
Coldfusion Extensions that Flex Builder uses are some what independent and you 
can "plug" them into CFEclipse.  

It's a fantastic plug-in and it seems to be the best thing since cfeclipse 
itself.  I just can't get the damn thing to work.  

I spent a whole day messing around with this.  I upgraded my development 
version of cfmx from 6 to 7. I had to change my jdbc drivers from mysql 5 back 
to mysql 3.01 even though I using mysql 5.
Did all of this just to get the RDS plug-in to work and it still doesn't work.  

I delete the files but it still behaves like there there.  I disable the plug 
in and can't figure out how to enable.  The test connection works but the 
acutal connection fails. 

Now I just want to remove the plugin and try to reinstall it but I can even do 
that. 











~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265582
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CFFILE - Upload and rename at the same time?

2007-01-03 Thread Les Mizzell
Is there a way to upload and rename a file at the same time using 
CFFILE, or does that need to be two separate operations?

I'm using a function to filter out spaces and unwanted characters in the 
file names

like:
#filterFilename(cffile.serverfile)#

  - and this works after the fact in a separate cffile operation - but I 
wanted to try and optimize my code a little

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265581
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Not sure what it is call. Textbox Thingy?

2007-01-03 Thread Bruce Sorge
Much Coolio Snake. Thanks so much. I hate re-inventing the wheel.



-Original Message-
From: Snake [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 03, 2007 3:45 PM
To: CF-Talk
Subject: RE: Not sure what it is call. Textbox Thingy?

Here you go.

http://binnyva.blogspot.com/2006/01/dynamic-form-field-generation-in.html

Russ 

-Original Message-
From: Bruce Sorge [mailto:[EMAIL PROTECTED] 
Sent: 03 January 2007 23:07
To: CF-Talk
Subject: Not sure what it is call. Textbox Thingy?

Hello all.

I have a form that I am going to want the user to be able to fill out but
the number of rows of text boxes is never going to be known, so I am going
to want to give them an option of filling out the first row, then if they
want to they can add subsequent rows. The trick is that the information in
the rows filled out needs to be retained. I found some JS to do something
close, but it wants you to enter in how many rows you want and then submit a
button to generate these rows, but the information is not retained. Is there
a CF script out there that can do this, or is there some built in function
of CF that can do this? I am using CF 7.

 

Thanks,

 

Bruce Sorge

Contractor

City of Los Angeles

Department of Neighborhood Empowerment







~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265580
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Can cflogin help me block basic http authentication?

2007-01-03 Thread Snake
Yes you can, here is an example.

http://www.peej.co.uk/articles/http-auth-with-html-forms.html

Russ 

-Original Message-
From: Jonathan Block [mailto:[EMAIL PROTECTED] 
Sent: 03 January 2007 23:08
To: CF-Talk
Subject: Can cflogin help me block basic http authentication?

If I know the username + password for an area of my site that requires basic
http auth, can i use a cf tag to preset the authentication credentials that
the browser will be passing when the user logs into my site so that when
they hit the "locked" pages, that they never see the prompt?

Jon




~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265579
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Not sure what it is call. Textbox Thingy?

2007-01-03 Thread Snake
Here you go.

http://binnyva.blogspot.com/2006/01/dynamic-form-field-generation-in.html

Russ 

-Original Message-
From: Bruce Sorge [mailto:[EMAIL PROTECTED] 
Sent: 03 January 2007 23:07
To: CF-Talk
Subject: Not sure what it is call. Textbox Thingy?

Hello all.

I have a form that I am going to want the user to be able to fill out but
the number of rows of text boxes is never going to be known, so I am going
to want to give them an option of filling out the first row, then if they
want to they can add subsequent rows. The trick is that the information in
the rows filled out needs to be retained. I found some JS to do something
close, but it wants you to enter in how many rows you want and then submit a
button to generate these rows, but the information is not retained. Is there
a CF script out there that can do this, or is there some built in function
of CF that can do this? I am using CF 7.

 

Thanks,

 

Bruce Sorge

Contractor

City of Los Angeles

Department of Neighborhood Empowerment





~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265578
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Frameworks and CFUnited prices expire 01/05/07! Frameworks Schedule posted, Framework-Agnostic Models with CFCs

2007-01-03 Thread Michael Smith
In this week's Newsletter:

* Frameworks New Topic by Adam Wayne Lehman
* Frameworks Schedule Posted
* Frameworks Classes Contest!
* Frameworks pre-conf class by Jeff Peters, cancelled
* CFUnited Express in Atlanta
* Only 2 days left on the early pricing for CFUnited and Frameworks
* Why should my boss send me to Frameworks Conference?
* CFUnited Topics Announced (First List)
* Interview on "Designing Framework-Agnostic Models with CFCs" with 
Brian Kotek
* Frameworks Hotel discount code cut-off date 01/09/07

Quote from an attendee:

"Keep up the good work. I feel this is THE conference to attend
for CF developers. I had to prove to my bosses here to send me and
the other cf developers. It is definitely a great investment for
companies to send their developers to because of the knowledge
they will gain when they come back. Its a win-win situation.
Hopefully I can get to go in 2007. I'm planning on it. "

   - M. Abbott

---
* Thanks on CFDJ awards

Thanks everyone who voted for TeraTech in the CFDJ awards. From
the unoffical vote count looks like
we won in best consulting and best training!

--
* Frameworks New Topic by Adam Wayne Lehman

Adam Wayne Lehman will be speaking on "ColdSpring Powered FuseBox
Applications". See what other topics are covered at

http://www.frameworksconference.com/pages/topics.cfm


---
* Frameworks Schedule Posted

We've announced the Frameworks Conference Schedule today.
It is possible that some slight changes will be made before the event.
http://www.frameworksconference.com/pages/schedule.cfm

---
* Frameworks Classes Contest!

Register for a Frameworks Pre-Conference Class by 1/21/07 and you will be
entered in a random drawing for a 1 GB Memory Stick

FB201 - Intermediate Fusebox 5
Full Day: Intermediate: - $449.00
Location: Bethedsa North Marriott

FB201 is for people who have already met Fusebox and want to
improve their skills with the new Fusebox 4.0 spec. Step up to
the next level with your Fusebox programming and save yourself
time and headaches when coding ColdFusion applications. Great for
team projects!

Instructor: Theo Rushin
Prerequisite: FB101 or similar basic Fusebox knowledge.

MG101 - Rapid Application Development with Model-Glue 2.0
Location: Bethesda North Marriott

In this class, we're going to write an online store in eight
hours. We'll be using Model-Glue 2.0, also known as "Unity," a
ground-up rewrite of the popular Model-Glue framework for
ColdFusion. Model-Glue 2.0 is the first ColdFusion framework to
provide scaffolding, the ability to automatically generate
Object-Oriented, database-driven applications. In this class,
we'll learn about the RAD capabilities this provides by using
Model-Glue, in conjunction with the Reactor ORM framework, to
create a functioning online store. We'll also learn a bit about
agile development methodologies as well as the ColdSpring framework.

Instructor: Joe Rinehart

These classes are held at the Bethesda North Marriott, cost is
$449 per person. The cost is not included in the Frameworks
Conference Registration. More details, go to
http://www.frameworksconference.com/pages/classes.cfm




FB301 - Advanced Fusebox
Instructor: Jeff Peters
This Frameworks Pre-Conference Class CANCELLED


* CFUnited Express in Atlanta

We are excited to be going to Atlanta Early March to bring a
taste of the CFUnited experience to the community. We want to get
all the local user group members involved and will give some
great talks. The fee attendees pay for the Atlanta event is a
100% applicable when registering for the main CFUnited event in
June! That's more CFUnited to enjoy for less!

Exact Date, Location, and Prices will be announced next week, so
please visit www.cfunited.com soon to find out.

If you would like to speak or suggest a topic for this event,
email events (at) teratech.com



* Only 2 days left on the early pricing for CFUnited and Frameworks

Expires Friday 1/5/07 midnight EST.

REGISTER BEFORE 01/05/07 http://www.cfunited.com/2007/
3 DAY Package $749
4 DAY Package $849
Saturday Only $199

To receive information about discounts, contact events (at)
teratech.com

The first 100 attendees to register for CFUNITED-07 will receive
a free CFUnited Hat! We only have a handful left...



-
* Why should my boss send me to Frameworks Conference?

1. Framesworks such as Fusebox organize your code better,
dramatically reduce maintenance costs and reduce developer
headaches to boot. The money they save will more than payback the
cost of sending you to the conference.

2. Frameworks offer excellent support for team development --
even when developers are geographically disparate.

3. Frameworks such as Fusebox lower the cost of software
development by lowering the risk of failure. The Standish Group
reports that custom software built for in-house use suffers
failure on more than 50% of p

Re: Ajaxcfc newbe problems (2)

2007-01-03 Thread Christopher Jordan
Robertson-Ravo, Neil (RX) wrote:
> I would also read up on the basic principle of ajax as well, it will ho a
> long way in helping you understand it all.
>   
yup... I love those ajax books... best ho's around. They'll ho until 
from sun up 'til sundown...:o)
Cheers,
Chris

-- 
http://www.cjordan.info


~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265576
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Not sure what it is call. Textbox Thingy?

2007-01-03 Thread Ian Skinner
I found some JS to do something close, but it wants you to enter in how many 
rows you want and then submit a button to generate these rows, but the 
information is not retained. Is there a CF script out there that can do this, 
or is there some built in function of CF that can do this? I am using CF 7.

This is going to require JS, if you do not want to do a submit and response 
since CF can only be run on the server.  You could use Ajax to make the request 
and response, but I would not think that would be necessary in this instance.

I'm done for the day, but if you do not have an answer by tomorrow I can 
distill some code where I am doing just this and send it on to you.  

I have a form with a phone type and number controls, a link on the form will 
clone these controls as many times as the user likes, without losing any data 
already inserted into existing controls, and without deciding up front how many 
they would like.


--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

-
| 1 |   |
-  Binary Soduko
|   |   |
-
 
"C code. C code run. Run code run. Please!"
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 




~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265575
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: English Characters (ONLY) on form fields!

2007-01-03 Thread Pablo Varando
In case anyone is interested.. here is the solution:


   function englishOnlyChars(txt){
 //Define the element
for(i=0 ; i < txt.value.length; i++){
  if(txt.value.charCodeAt(i) > 256){
  alert("Not English");
  txt.focus();
  return false;
  }
}
 }


Then on the field do this:


Pablo
- Original Message - 
From: "Pablo Varando" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Wednesday, January 03, 2007 12:58 PM
Subject: English Characters (ONLY) on form fields!


>I wanted to post a question to everyone out there as some of you might have 
>already done this in the past and there is no point in re-creating the 
>wheel.
>
> I need to implement something (Client-Side) that will ensure that text 
> being entered into a  or  is english 
> characters only.
>
> For example I do not want to allow dual-byte characters such as Chinese, 
> etc.
>
> I have tried to accmodate it using the following code:
> 
>
> (Note: Simplified code to represent what I am trying to achieve)
> 
> function englishOnlyChars(val)
> {
>   //Define the element
>   event.keyCode = val;
>   //Restrict the keys you can press
>   if(
>event.keyCode != 65 &&
>event.keyCode != 66 &&
>event.keyCode != 67 &&
>event.keyCode != 68 &&
>event.keyCode != 69 &&
>event.keyCode != 70 &&
>event.keyCode != 71 &&
>event.keyCode != 72 &&
>event.keyCode != 73 &&
>event.keyCode != 74 &&
>event.keyCode != 75 &&
>event.keyCode != 76 &&
>event.keyCode != 77 &&
>event.keyCode != 78 &&
>event.keyCode != 79 &&
>event.keyCode != 80 &&
>event.keyCode != 81 &&
>event.keyCode != 82 &&
>event.keyCode != 83 &&
>event.keyCode != 84 &&
>event.keyCode != 85 &&
>event.keyCode != 86 &&
>event.keyCode != 87 &&
>event.keyCode != 88 &&
>event.keyCode != 89 &&
>event.keyCode != 90 &&
>event.keyCode != 97 &&
>event.keyCode != 98 &&
>event.keyCode != 99 &&
>event.keyCode != 100 &&
>event.keyCode != 101 &&
>event.keyCode != 102 &&
>event.keyCode != 103 &&
>event.keyCode != 104 &&
>event.keyCode != 105 &&
>event.keyCode != 106 &&
>event.keyCode != 107 &&
>event.keyCode != 108 &&
>event.keyCode != 109 &&
>event.keyCode != 110 &&
>event.keyCode != 111 &&
>event.keyCode != 112 &&
>event.keyCode != 113 &&
>event.keyCode != 114 &&
>event.keyCode != 115 &&
>event.keyCode != 116 &&
>event.keyCode != 117 &&
>event.keyCode != 118 &&
>event.keyCode != 119 &&
>event.keyCode != 120 &&
>event.keyCode != 121 &&
>event.keyCode != 122 &&
>event.keyCode != 48 &&
>event.keyCode != 49 &&
>event.keyCode != 50 &&
>event.keyCode != 51 &&
>event.keyCode != 52 &&
>event.keyCode != 53 &&
>event.keyCode != 54 &&
>event.keyCode != 55 &&
>event.keyCode != 56 &&
>event.keyCode != 57 &&
>event.keyCode != 46 &&
>event.keyCode != 95
>   )
>   {
>//character invalid
>return false
>   } else {
>//Character value
>return true;
>   }
>
> }
> 
>
> But even still the Chinese characters are allowed... since technically I 
> dont know how to type in Chinese :) its hard for me to test this out! So 
> any help of previously done example would be appreciated.
>
> I have already implemented something that can accomodate it via server 
> side (and yes I could technically do it via an Ajax call... but I wanted 
> to see if there was something out there already in place for this).
>
> 

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.c

Re: Can cflogin help me block basic http authentication?

2007-01-03 Thread Jochem van Dieten
Jonathan Block wrote:
> If I know the username + password for an area of my site that requires basic
> http auth, can i use a cf tag to preset the authentication credentials that
> the browser will be passing when the user logs into my site so that when
> they hit the "locked" pages, that they never see the prompt?

No.

Jochem

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265573
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Ajaxcfc newbe problems (2)

2007-01-03 Thread Christopher Jordan
Ioannis,

I wouldn't spend a lot of time trying to figure out why document.write() 
isn't working for you. It's not what you want to use anyway.

What you want to do is manipulate the DOM to update portions of the 
screen dynamically -- at least it seems that's what you want. You can do 
this with JavaScript, but it's rather complicated, and given your stated 
level of experience with JavaScript I would suggest you look to a 
JavaScript library that is written specifically to make this sort of 
task easier.

My library of choice is jQuery (http://jQuery.com). It's fantastic. It 
has a very active and loyal community that are willing and able to 
answer any questions you'd like.

I'm coding something like what you're describing right now, and I'm 
using jQuery to accomplish it. In the past I would have used IE's 
innerHTML to get the job done, but that only works in IE (at least I 
don't think it works in FF).

(note this snippet is not a working piece of code)
ThisRow = "";
ThisRow += "\n";
ThisRow += "" + ThisDate + " \n";
ThisRow += "" + CostCenterName + 
" \n";
ThisRow += "" + ShiftName + " \n";
ThisRow += "" + Classification + 
" \n";
ThisRow += "" + Quantity + "\n";
ThisRow += "";
$("##OrderList").append(ThisRow);

You can see that I'm using normal JavaScript to create a string of HTML 
which is stored as a string in the variable "ThisRow". I then use jQuery 
to append that string to an element. In this case that element is a div 
(not shown) with an ID of OrderList. In jQuery, you can match all 
elements that have a specific ID or class or attribute, etc. The 
#OrderList tells it to look for an element whose ID is OrderList. I'm 
using ## because I'm within ColdFusion cfoutput tags, so I need to 
escape the single #.
This is a very simple example, but it does what you're looking to do. 
jQuery also has ajax capability. In fact, the snippet above is in the 
middle of an ajax call -- it gets executed upon success of the call.

The other good news is that Rob Gonda will soon be releasing an AjaxCFC 
plug-in for jQuery! Yay! Right now, I've had to change the way I call 
CFCs in jQuery, but as soon at Rob's plug-in becomes publicly available 
it will change everything for ColdFusion jQuery users. I've been testing 
an advanced copy and it's pretty cool stuff.

So to sum up: my advice is to check out jQuery. Sign up for the mailing 
list (discuss@jQuery.com) here , and speak 
up. Folks are more than willing to help new comers.

I hope this helps.

Cheers,
Chris



Ioannis Papanikolaou wrote:
> It works smoothly with alert(r);
>
> Any other way to try to display it ?( what I want to do is to display the 
> results of the output form my server to a specific DIV on my first page. The 
> page is kind of dynamic content displaying info).
>
> I am using the Beta version as you said. The errors I am getiing are:
>
> a)On the console tag: the request field is keep loading for ever even thought 
> the requested content has been dispalyed in my screen already.
>
> b)On the Script tag the debbuger has stoped on util.js, line 271 
> "$('disabledZone').style.visibility = 'hidden';"
>
> this probably produses the alert I had mention before. 
>
> Do you think my javascript synatax is wrong (my level is quite basic on 
> Javascript)
>
> Thanx a a lot
>
> Ioannis   
>
> 

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265572
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Ajaxcfc newbe problems (2)

2007-01-03 Thread Robertson-Ravo, Neil (RX)
I would also read up on the basic principle of ajax as well, it will ho a
long way in helping you understand it all.






"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, 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

-Original Message-
From: Ioannis Papanikolaou
To: CF-Talk
Sent: Wed Jan 03 21:45:48 2007
Subject: Re: Ajaxcfc newbe problems (2)

Yeees, it worked it worked it worked it worked it
worked.

Any suggested reading you have to reccomend on how to send and handle
requestes with AjaxCFC would be more than welcome. As well the reason of why
a simple document.write wouldnt work (in order to avoid similar mistakes in
the future).


Thanx a lot guys for everything. 

Ioannis



~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265571
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Can cflogin help me block basic http authentication?

2007-01-03 Thread Jonathan Block
If I know the username + password for an area of my site that requires basic
http auth, can i use a cf tag to preset the authentication credentials that
the browser will be passing when the user logs into my site so that when
they hit the "locked" pages, that they never see the prompt?

Jon


~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265570
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Not sure what it is call. Textbox Thingy?

2007-01-03 Thread Bruce Sorge
Hello all.

I have a form that I am going to want the user to be able to fill out but
the number of rows of text boxes is never going to be known, so I am going
to want to give them an option of filling out the first row, then if they
want to they can add subsequent rows. The trick is that the information in
the rows filled out needs to be retained. I found some JS to do something
close, but it wants you to enter in how many rows you want and then submit a
button to generate these rows, but the information is not retained. Is there
a CF script out there that can do this, or is there some built in function
of CF that can do this? I am using CF 7.

 

Thanks,

 

Bruce Sorge

Contractor

City of Los Angeles

Department of Neighborhood Empowerment



~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265569
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Ajaxcfc newbe problems (2)

2007-01-03 Thread Ioannis Papanikolaou
Yeees, it worked it worked it worked it worked it worked.

Any suggested reading you have to reccomend on how to send and handle requestes 
with AjaxCFC would be more than welcome. As well the reason of why a simple 
document.write wouldnt work (in order to avoid similar mistakes in the future).


Thanx a lot guys for everything. 

Ioannis

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265568
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Using Eclipse/CFEclipse

2007-01-03 Thread Robertson-Ravo, Neil (RX)
Yeah I believe so, or just stuck in Aptana perspective.










"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, 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

-Original Message-
From: Snake
To: CF-Talk
Sent: Wed Jan 03 22:48:35 2007
Subject: RE: Using Eclipse/CFEclipse

So how would u use the FTP deployment, just setup the same project in both
cfeclipse in Aptana and toggle between the 2 ? 

-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: 03 January 2007 22:11
To: CF-Talk
Subject: Re: Using Eclipse/CFEclipse

You can edit it just like an html file, you do not get the intellisense as
far as I am aware.

I use Aptana for Ajax work and sometimes JS but on the whole for the latter
I use Interakts plugin for that.






"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, 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

-Original Message-
From: Snake
To: CF-Talk
Sent: Wed Jan 03 21:39:05 2007
Subject: RE: Using Eclipse/CFEclipse

So do u edit your CFML in Aptana as well?
Is it like cfclipse, or a plugin so you can still use the cfeclipse
features? 

-Original Message-
From: Dan Skaggs [mailto:[EMAIL PROTECTED]
Sent: 03 January 2007 20:12
To: CF-Talk
Subject: Re: Using Eclipse/CFEclipse

I grabbed the Aptana plug-in last week and am seriously enjoying the FTP
upload features it gives.  It's almost as easy as the DW upload.  You still
have to do a configuration for each project, but once that is done you right
click on a file, hover over the "Synchronize" item in the menu and then
click "Upload" (however I do wish I could turn off the confirmation message
that insists on popping up when it's complete).

>I still use homesite for quick edits for that very purpose, so I can 
>double click a file and edit it.
>I also still use DWMX to deploy files via FTP cozz the "right click put 
>file" is very quick and handy for that.
>
>Russ









~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265567
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Using Eclipse/CFEclipse

2007-01-03 Thread Snake
So how would u use the FTP deployment, just setup the same project in both
cfeclipse in Aptana and toggle between the 2 ? 

-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: 03 January 2007 22:11
To: CF-Talk
Subject: Re: Using Eclipse/CFEclipse

You can edit it just like an html file, you do not get the intellisense as
far as I am aware.

I use Aptana for Ajax work and sometimes JS but on the whole for the latter
I use Interakts plugin for that.






"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, 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

-Original Message-
From: Snake
To: CF-Talk
Sent: Wed Jan 03 21:39:05 2007
Subject: RE: Using Eclipse/CFEclipse

So do u edit your CFML in Aptana as well?
Is it like cfclipse, or a plugin so you can still use the cfeclipse
features? 

-Original Message-
From: Dan Skaggs [mailto:[EMAIL PROTECTED]
Sent: 03 January 2007 20:12
To: CF-Talk
Subject: Re: Using Eclipse/CFEclipse

I grabbed the Aptana plug-in last week and am seriously enjoying the FTP
upload features it gives.  It's almost as easy as the DW upload.  You still
have to do a configuration for each project, but once that is done you right
click on a file, hover over the "Synchronize" item in the menu and then
click "Upload" (however I do wish I could turn off the confirmation message
that insists on popping up when it's complete).

>I still use homesite for quick edits for that very purpose, so I can 
>double click a file and edit it.
>I also still use DWMX to deploy files via FTP cozz the "right click put 
>file" is very quick and handy for that.
>
>Russ







~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265566
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Using Eclipse/CFEclipse

2007-01-03 Thread Damien McKenna
On 1/3/07 3:12 PM, Dan Skaggs wrote:
> I grabbed the Aptana plug-in last week and am seriously enjoying the FTP
> upload features it gives.

Does it support SFTP?  How about multiple locations per project (e.g. one
for testing, one for production)?

-- 
Damien McKenna - Web Developer [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include 




~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265565
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Ajaxcfc newbe problems (2)

2007-01-03 Thread loathe
Replace document.write(r);

With

DWRUtil.setValue("myDivName",r);

Does that work?

> -Original Message-
> From: Ioannis Papanikolaou [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 03, 2007 3:49 PM
> To: CF-Talk
> Subject: Re: Ajaxcfc newbe problems (2)
> 
> It works smoothly with alert(r);
> 
> Any other way to try to display it ?( what I want to do is to display the
> results of the output form my server to a specific DIV on my first page.
> The page is kind of dynamic content displaying info).
> 
> I am using the Beta version as you said. The errors I am getiing are:
> 
> a)On the console tag: the request field is keep loading for ever even
> thought the requested content has been dispalyed in my screen already.
> 
> b)On the Script tag the debbuger has stoped on util.js, line 271
> "$('disabledZone').style.visibility = 'hidden';"
> 
> this probably produses the alert I had mention before.
> 
> Do you think my javascript synatax is wrong (my level is quite basic on
> Javascript)
> 
> Thanx a a lot
> 
> Ioannis
> 
> 

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265564
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Using Eclipse/CFEclipse

2007-01-03 Thread Robertson-Ravo, Neil (RX)
You can edit it just like an html file, you do not get the intellisense as
far as I am aware.

I use Aptana for Ajax work and sometimes JS but on the whole for the latter
I use Interakts plugin for that.






"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, 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

-Original Message-
From: Snake
To: CF-Talk
Sent: Wed Jan 03 21:39:05 2007
Subject: RE: Using Eclipse/CFEclipse

So do u edit your CFML in Aptana as well?
Is it like cfclipse, or a plugin so you can still use the cfeclipse
features? 

-Original Message-
From: Dan Skaggs [mailto:[EMAIL PROTECTED] 
Sent: 03 January 2007 20:12
To: CF-Talk
Subject: Re: Using Eclipse/CFEclipse

I grabbed the Aptana plug-in last week and am seriously enjoying the FTP
upload features it gives.  It's almost as easy as the DW upload.  You still
have to do a configuration for each project, but once that is done you right
click on a file, hover over the "Synchronize" item in the menu and then
click "Upload" (however I do wish I could turn off the confirmation message
that insists on popping up when it's complete).

>I still use homesite for quick edits for that very purpose, so I can 
>double click a file and edit it.
>I also still use DWMX to deploy files via FTP cozz the "right click put 
>file" is very quick and handy for that.
>
>Russ





~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265563
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Ajaxcfc newbe problems (2)

2007-01-03 Thread Ioannis Papanikolaou
It works smoothly with alert(r);

Any other way to try to display it ?( what I want to do is to display the 
results of the output form my server to a specific DIV on my first page. The 
page is kind of dynamic content displaying info).

I am using the Beta version as you said. The errors I am getiing are:

a)On the console tag: the request field is keep loading for ever even thought 
the requested content has been dispalyed in my screen already.

b)On the Script tag the debbuger has stoped on util.js, line 271 
"$('disabledZone').style.visibility = 'hidden';"

this probably produses the alert I had mention before. 

Do you think my javascript synatax is wrong (my level is quite basic on 
Javascript)

Thanx a a lot

Ioannis   

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265562
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Using Eclipse/CFEclipse

2007-01-03 Thread Snake
So do u edit your CFML in Aptana as well?
Is it like cfclipse, or a plugin so you can still use the cfeclipse
features? 

-Original Message-
From: Dan Skaggs [mailto:[EMAIL PROTECTED] 
Sent: 03 January 2007 20:12
To: CF-Talk
Subject: Re: Using Eclipse/CFEclipse

I grabbed the Aptana plug-in last week and am seriously enjoying the FTP
upload features it gives.  It's almost as easy as the DW upload.  You still
have to do a configuration for each project, but once that is done you right
click on a file, hover over the "Synchronize" item in the menu and then
click "Upload" (however I do wish I could turn off the confirmation message
that insists on popping up when it's complete).

>I still use homesite for quick edits for that very purpose, so I can 
>double click a file and edit it.
>I also still use DWMX to deploy files via FTP cozz the "right click put 
>file" is very quick and handy for that.
>
>Russ



~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265561
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Ajaxcfc newbe problems (2)

2007-01-03 Thread Christopher Jordan
Ioannis,

Several folks on the ajaxCFC mailing list have commented on 
documentation like you suggest, but nobody (as far as I know; myself 
included) has stepped up to the plate to help Rob with documentation 
despite a desire to do so. I'm guessing that folks are just really busy. 
I agree that some time should be made for documentation.

As for debugging your code, all you did to the code you posted below was 
change this:

function jsReturn(r) {
sDumper(r);
}

to this:
function jsReturn(r) {
document.write(r);
}

 and that's all? That produces the error you got? Hmm... what does firebug 
say? What version of firebug are you using? If you're not using the beta, you 
might want to grab it from getfirebug.org... it's very slick.

I'd be interested to know what it has to say. Have you tried this in IE? Does 
it produce similar results?

What happens if you replace document.write(r) with alert(r)? BTW, I'm not sure 
anyone uses document.write for much. I could be wrong there, though. 

Cheers,
Chris




Ioannis Papanikolaou wrote:
> Hello everyone for once again,
>
> After the extremely helpful comments of Dan (the fireGub enlightment) and, 
> Chris and Jordan on the actual use of ajaxCFC, I have manage to move on 
> another issue. The idea   of Ajax is quite clear at the moment in my head and 
> I have manage to make a request to the server, receive a response and handle 
> it  almost. 
>
> The following example worked 100% ok:
>
> test.cfc
>
> 
>   
>   
> 
> 
>   Aftin tin ora:#szTime# Ton lene PSILO
>   
>   
> 
>   
>
> 
> - - - - - - - 
>
> test.cfm
>
> 
> - - - - 
>
> When I am trying to replace the sDumper(r) with document.write(r);
>
> then I am getiing the most unsuall alert message 
> "typeError: $("disabledZone")has no properties" and even though the requested 
> content displayed the browser keeps loading for ever and freezes (you cannot 
> refresh it). 
>
> I ve check the internet for the error but no much of a result.
>
> Any ideas more than welcome.
>
> ( I am thinking to document a Ajaxcfc newbie problems trilogy ) 
>
> Please participate
>
> hahaha
>
> thanx Ioannis
>
>
>
>
>
>
>
> 

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265560
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Using Eclipse/CFEclipse

2007-01-03 Thread Dan Skaggs
I grabbed the Aptana plug-in last week and am seriously enjoying the FTP upload 
features it gives.  It's almost as easy as the DW upload.  You still have to do 
a configuration for each project, but once that is done you right click on a 
file, hover over the "Synchronize" item in the menu and then click "Upload" 
(however I do wish I could turn off the confirmation message that insists on 
popping up when it's complete).

>I still use homesite for quick edits for that very purpose, so I can double
>click a file and edit it.
>I also still use DWMX to deploy files via FTP cozz the "right click put
>file" is very quick and handy for that.
>
>Russ 

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265559
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Ajaxcfc newbe problems (2)

2007-01-03 Thread Ioannis Papanikolaou
Hello everyone for once again,

After the extremely helpful comments of Dan (the fireGub enlightment) and, 
Chris and Jordan on the actual use of ajaxCFC, I have manage to move on another 
issue. The idea   of Ajax is quite clear at the moment in my head and I have 
manage to make a request to the server, receive a response and handle it  
almost. 

The following example worked 100% ok:

test.cfc






Aftin tin ora:#szTime# Ton lene PSILO






- - - - - - - 

test.cfm


- - - - 

When I am trying to replace the sDumper(r) with document.write(r);

then I am getiing the most unsuall alert message 
"typeError: $("disabledZone")has no properties" and even though the requested 
content displayed the browser keeps loading for ever and freezes (you cannot 
refresh it). 

I ve check the internet for the error but no much of a result.

Any ideas more than welcome.

( I am thinking to document a Ajaxcfc newbie problems trilogy ) 

Please participate

hahaha

thanx Ioannis







~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265558
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Using Eclipse/CFEclipse

2007-01-03 Thread Snake
I still use homesite for quick edits for that very purpose, so I can double
click a file and edit it.
I also still use DWMX to deploy files via FTP cozz the "right click put
file" is very quick and handy for that.

Russ 

-Original Message-
From: Andy Matthews [mailto:[EMAIL PROTECTED] 
Sent: 03 January 2007 19:01
To: CF-Talk
Subject: RE: Using Eclipse/CFEclipse

I agree...

I honestly think that not being able to open a file in Eclipse by double
clicking on it is a complete deal breaker. If I'm working on a site, I
generally like to open a Windows Explorer window to the working directory
and use that as a reference.

-Original Message-
From: Snake [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 03, 2007 12:26 PM
To: CF-Talk
Subject: RE: Using Eclipse/CFEclipse

What would be handy is a quick tips list of how to do all the common things
in CFE that you do in homesite, rather than having to hunt around for the
solution.
What I really miss is the right click context menu -> insert tag or insert
Expression.
I often cannot remember all the CF functions/tags as I don't use all of them
all the time, and it was a handy way to view a list of them all and their
parameters. 

Russ

-Original Message-
From: Charlie Griefer [mailto:[EMAIL PROTECTED]
Sent: 03 January 2007 17:46
To: CF-Talk
Subject: Re: Using Eclipse/CFEclipse

On 1/3/07, Andy Matthews <[EMAIL PROTECTED]> wrote:
> from EP to Eclipse who could give me some pointers? Secondly, are 
> there some good basic tutorials on using Eclipse?

Robert Blackburn did some articles for Fusion Authority:
http://fusionauthority.com/Techniques/4599-CFEclipse-CFExplained-Part-I.htm
http://fusionauthority.com/Techniques/4607-CFEclipse-CFExplained-Part-II.htm

Mark Drew (the man himself) has some video podcast tutorials:
http://www.markdrew.co.uk/blog/index.cfm/2006/5/2/podcast_01


FWIW, i tried to get into Eclipse (and CFEclipse) after using CF Studio/HS+
for ages.  I quit after about a week and went back to HS+.

A lil' while later, people were still talking about Eclipse and CFE so I
forced myself to go back.  And it took a good few weeks of forcing myself.

Now, I couldn't even imagine using another IDE.  Love the plugins (using
CFEclipse (obviously), Aptana plugin for CSS, and JSEclipse for JavaScript).

Takes getting used to, but I think it's well worth the investment.



--
Charlie Griefer


"...All the world shall be your enemy, Prince with a Thousand Enemies, and
whenever they catch you, they will kill you. But first they must catch you,
digger, listener, runner, prince with a swift warning.
Be cunning and full of tricks and your people shall never be destroyed."







~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265557
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Using Eclipse/CFEclipse

2007-01-03 Thread Robertson-Ravo, Neil (RX)
To be fair, not much doesn't work :-)






"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, 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

-Original Message-
From: Eric Roberts
To: CF-Talk
Sent: Wed Jan 03 20:28:52 2007
Subject: RE: Using Eclipse/CFEclipse

I could deal with that...this way if it doesn't work...as has been my
experience with eclipse...I can hand you my laptop and say fix it instead of
me getting a frustrated with it.

Eric 

-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 03 January 2007 13:08
To: CF-Talk
Subject: Re: Using Eclipse/CFEclipse

I suppose it all depends on what you can use, we "force" people to use
Eclipse as it is in our development practices - it has all our settings,
plugins, projects etc already in a new developers laptop image.



 







"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, 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

-Original Message-
From: Damien McKenna
To: CF-Talk
Sent: Wed Jan 03 19:08:31 2007
Subject: Re: Using Eclipse/CFEclipse

On 1/3/07 1:21 PM, John Cox wrote:
> I've worked with both, but I have to admit that I always come back to 
> EditPlus.

Same here.  Now if they'd just add syntax popups (ala "intellisense") it'd
be even better.

-- 

Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu
Company - http://www.thelimucompany.com/ - 407-804-1014 #include 










~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265556
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Using Eclipse/CFEclipse

2007-01-03 Thread Andy Matthews
:) 

-Original Message-
From: Eric Roberts [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 03, 2007 2:29 PM
To: CF-Talk
Subject: RE: Using Eclipse/CFEclipse

I could deal with that...this way if it doesn't work...as has been my
experience with eclipse...I can hand you my laptop and say fix it instead of
me getting a frustrated with it.

Eric 

-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, 03 January 2007 13:08
To: CF-Talk
Subject: Re: Using Eclipse/CFEclipse

I suppose it all depends on what you can use, we "force" people to use
Eclipse as it is in our development practices - it has all our settings,
plugins, projects etc already in a new developers laptop image.



 







"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, 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

-Original Message-
From: Damien McKenna
To: CF-Talk
Sent: Wed Jan 03 19:08:31 2007
Subject: Re: Using Eclipse/CFEclipse

On 1/3/07 1:21 PM, John Cox wrote:
> I've worked with both, but I have to admit that I always come back to 
> EditPlus.

Same here.  Now if they'd just add syntax popups (ala "intellisense") it'd
be even better.

-- 

Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu
Company - http://www.thelimucompany.com/ - 407-804-1014 #include 










~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:26
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Using Eclipse/CFEclipse

2007-01-03 Thread Eric Roberts
I could deal with that...this way if it doesn't work...as has been my
experience with eclipse...I can hand you my laptop and say fix it instead of
me getting a frustrated with it.

Eric 

-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 03 January 2007 13:08
To: CF-Talk
Subject: Re: Using Eclipse/CFEclipse

I suppose it all depends on what you can use, we "force" people to use
Eclipse as it is in our development practices - it has all our settings,
plugins, projects etc already in a new developers laptop image.



 







"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, 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

-Original Message-
From: Damien McKenna
To: CF-Talk
Sent: Wed Jan 03 19:08:31 2007
Subject: Re: Using Eclipse/CFEclipse

On 1/3/07 1:21 PM, John Cox wrote:
> I've worked with both, but I have to admit that I always come back to 
> EditPlus.

Same here.  Now if they'd just add syntax popups (ala "intellisense") it'd
be even better.

-- 

Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu
Company - http://www.thelimucompany.com/ - 407-804-1014 #include 








~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265554
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


English Characters (ONLY) on form fields!

2007-01-03 Thread Pablo Varando
I wanted to post a question to everyone out there as some of you might have 
already done this in the past and there is no point in re-creating the wheel. 

I need to implement something (Client-Side) that will ensure that text being 
entered into a  or  is english characters only. 

For example I do not want to allow dual-byte characters such as Chinese, etc. 

I have tried to accmodate it using the following code: 
 

(Note: Simplified code to represent what I am trying to achieve) 
 
 function englishOnlyChars(val) 
 { 
   //Define the element 
   event.keyCode = val; 
   //Restrict the keys you can press 
   if( 
event.keyCode != 65 && 
event.keyCode != 66 && 
event.keyCode != 67 && 
event.keyCode != 68 && 
event.keyCode != 69 && 
event.keyCode != 70 && 
event.keyCode != 71 && 
event.keyCode != 72 && 
event.keyCode != 73 && 
event.keyCode != 74 && 
event.keyCode != 75 && 
event.keyCode != 76 && 
event.keyCode != 77 && 
event.keyCode != 78 && 
event.keyCode != 79 && 
event.keyCode != 80 && 
event.keyCode != 81 && 
event.keyCode != 82 && 
event.keyCode != 83 && 
event.keyCode != 84 && 
event.keyCode != 85 && 
event.keyCode != 86 && 
event.keyCode != 87 && 
event.keyCode != 88 && 
event.keyCode != 89 && 
event.keyCode != 90 && 
event.keyCode != 97 && 
event.keyCode != 98 && 
event.keyCode != 99 && 
event.keyCode != 100 && 
event.keyCode != 101 && 
event.keyCode != 102 && 
event.keyCode != 103 && 
event.keyCode != 104 && 
event.keyCode != 105 && 
event.keyCode != 106 && 
event.keyCode != 107 && 
event.keyCode != 108 && 
event.keyCode != 109 && 
event.keyCode != 110 && 
event.keyCode != 111 && 
event.keyCode != 112 && 
event.keyCode != 113 && 
event.keyCode != 114 && 
event.keyCode != 115 && 
event.keyCode != 116 && 
event.keyCode != 117 && 
event.keyCode != 118 && 
event.keyCode != 119 && 
event.keyCode != 120 && 
event.keyCode != 121 && 
event.keyCode != 122 && 
event.keyCode != 48 && 
event.keyCode != 49 && 
event.keyCode != 50 && 
event.keyCode != 51 && 
event.keyCode != 52 && 
event.keyCode != 53 && 
event.keyCode != 54 && 
event.keyCode != 55 && 
event.keyCode != 56 && 
event.keyCode != 57 && 
event.keyCode != 46 && 
event.keyCode != 95 
   ) 
   { 
//character invalid 
return false 
   } else { 
//Character value 
return true; 
   } 
  
 } 
 

But even still the Chinese characters are allowed... since technically I dont 
know how to type in Chinese :) its hard for me to test this out! So any help of 
previously done example would be appreciated. 

I have already implemented something that can accomodate it via server side 
(and yes I could technically do it via an Ajax call... but I wanted to see if 
there was something out there already in place for this).

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265553
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Combo Box in CF

2007-01-03 Thread Varun Dixit
Loathe, 

Yeah I would sign up. It would be cool too get this right and have a COMBOBOX.
I would be needing it often going forward, so would go a long way in helping me 
and others. 
Thanks. Varun
>Yeah, so, I'm gonna start a cf_combobox project over at RIA Forge.
>
>I'll upload some of the stuff I have and if anyone else wants they can sign
>up and we can do something with this.
>
>Varun, seems you and I have pretty much the same requirements.
>
>-Original Message-
>From: Varun Dixit [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, January 03, 2007 12:33 PM
>To: CF-Talk
>Subject: Re: Combo Box in CF
>
>
>Russ,
>I had looked at this one too. But the only thing it lacked was Key Board
>Control thats why I dit not move ahead with it. And By key board control I
>mean, you could not select values using tab and not scroll using Down and Up
>Arrow keyes.Yeah but its pretty cool!
>can
>>send you the functions or put them here. Let me know, how would you like to
>>have it. If you do at all.
>>
>>Thanks, Varun
>>--Brian

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265552
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Using Eclipse/CFEclipse

2007-01-03 Thread Robertson-Ravo, Neil (RX)
I suppose it all depends on what you can use, we "force" people to use
Eclipse as it is in our development practices - it has all our settings,
plugins, projects etc already in a new developers laptop image.



 







"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, 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

-Original Message-
From: Damien McKenna
To: CF-Talk
Sent: Wed Jan 03 19:08:31 2007
Subject: Re: Using Eclipse/CFEclipse

On 1/3/07 1:21 PM, John Cox wrote:
> I've worked with both, but I have to admit that I always come back to
> EditPlus.

Same here.  Now if they'd just add syntax popups (ala "intellisense") it'd
be even better.

-- 

Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include 






~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265551
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Combo Box in CF

2007-01-03 Thread Loathe
Yeah, so, I'm gonna start a cf_combobox project over at RIA Forge.

I'll upload some of the stuff I have and if anyone else wants they can sign
up and we can do something with this.

Varun, seems you and I have pretty much the same requirements.

-Original Message-
From: Varun Dixit [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 03, 2007 12:33 PM
To: CF-Talk
Subject: Re: Combo Box in CF


Russ,
I had looked at this one too. But the only thing it lacked was Key Board
Control thats why I dit not move ahead with it. And By key board control I
mean, you could not select values using tab and not scroll using Down and Up
Arrow keyes.Yeah but its pretty cool!
>You mean like this?
>
>http://webfx.eae.net/dhtml/combobox/combobox.htm
>
>Russ
>
>-Original Message-
>From: Varun Dixit [mailto:[EMAIL PROTECTED]
>Sent: 03 January 2007 16:12
>To: CF-Talk
>Subject: Re: Combo Box in CF
>
>Brian,
>
>Thanks for your reply. I came up with a combobox too yesterday, and its
>using javascript which as you said is indeed very reponsive. The was I have
>it set up is a text box seating on top of Select inside a DIV. Than, i got
>few javascript functions googling, and kinna of created a hybrid which does
>what I have been looking for. Its close to what you have on your page, I
can
>send you the functions or put them here. Let me know, how would you like to
>have it. If you do at all.
>
>Thanks, Varun
>--Brian



~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265550
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Using Eclipse/CFEclipse

2007-01-03 Thread Damien McKenna
On 1/3/07 1:21 PM, John Cox wrote:
> I've worked with both, but I have to admit that I always come back to
> EditPlus.

Same here.  Now if they'd just add syntax popups (ala "intellisense") it'd
be even better.

-- 
Damien McKenna - Web Developer [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include 




~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265549
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Using Eclipse/CFEclipse

2007-01-03 Thread Andy Matthews
I agree...

I honestly think that not being able to open a file in Eclipse by double
clicking on it is a complete deal breaker. If I'm working on a site, I
generally like to open a Windows Explorer window to the working directory
and use that as a reference.

-Original Message-
From: Snake [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 03, 2007 12:26 PM
To: CF-Talk
Subject: RE: Using Eclipse/CFEclipse

What would be handy is a quick tips list of how to do all the common things
in CFE that you do in homesite, rather than having to hunt around for the
solution.
What I really miss is the right click context menu -> insert tag or insert
Expression.
I often cannot remember all the CF functions/tags as I don't use all of them
all the time, and it was a handy way to view a list of them all and their
parameters. 

Russ

-Original Message-
From: Charlie Griefer [mailto:[EMAIL PROTECTED]
Sent: 03 January 2007 17:46
To: CF-Talk
Subject: Re: Using Eclipse/CFEclipse

On 1/3/07, Andy Matthews <[EMAIL PROTECTED]> wrote:
> from EP to Eclipse who could give me some pointers? Secondly, are 
> there some good basic tutorials on using Eclipse?

Robert Blackburn did some articles for Fusion Authority:
http://fusionauthority.com/Techniques/4599-CFEclipse-CFExplained-Part-I.htm
http://fusionauthority.com/Techniques/4607-CFEclipse-CFExplained-Part-II.htm

Mark Drew (the man himself) has some video podcast tutorials:
http://www.markdrew.co.uk/blog/index.cfm/2006/5/2/podcast_01


FWIW, i tried to get into Eclipse (and CFEclipse) after using CF Studio/HS+
for ages.  I quit after about a week and went back to HS+.

A lil' while later, people were still talking about Eclipse and CFE so I
forced myself to go back.  And it took a good few weeks of forcing myself.

Now, I couldn't even imagine using another IDE.  Love the plugins (using
CFEclipse (obviously), Aptana plugin for CSS, and JSEclipse for JavaScript).

Takes getting used to, but I think it's well worth the investment.



--
Charlie Griefer


"...All the world shall be your enemy, Prince with a Thousand Enemies, and
whenever they catch you, they will kill you. But first they must catch you,
digger, listener, runner, prince with a swift warning.
Be cunning and full of tricks and your people shall never be destroyed."





~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265548
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Combo Box in CF

2007-01-03 Thread Varun Dixit
Russ,
I had looked at this one too. But the only thing it lacked was Key Board 
Control thats why I dit not move ahead with it. And By key board control I 
mean, you could not select values using tab and not scroll using Down and Up 
Arrow keyes.Yeah but its pretty cool! 
>You mean like this?
>
>http://webfx.eae.net/dhtml/combobox/combobox.htm
>
>Russ 
>
>-Original Message-
>From: Varun Dixit [mailto:[EMAIL PROTECTED] 
>Sent: 03 January 2007 16:12
>To: CF-Talk
>Subject: Re: Combo Box in CF
>
>Brian, 
>
>Thanks for your reply. I came up with a combobox too yesterday, and its
>using javascript which as you said is indeed very reponsive. The was I have
>it set up is a text box seating on top of Select inside a DIV. Than, i got
>few javascript functions googling, and kinna of created a hybrid which does
>what I have been looking for. Its close to what you have on your page, I can
>send you the functions or put them here. Let me know, how would you like to
>have it. If you do at all.
>
>Thanks, Varun 
>--Brian

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265547
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF Engine Posting to SQL TWICE

2007-01-03 Thread Mark Weisberger
Four years later, but what the hey?

Yes. I agree that the form is probably being submitted twice. If you have an 
onUnload event in your body tag which calls a Javascript function which submits 
the form, this function will run in addition to the normal submission of your 
form. To solve this, I run everything thru a closing Javascript function as 
follows:

var CountOfTimesClosed;
CountOfTimesClosed = 0;

function CloseProcedure() {
//This function submits Form1 the first time it runs. If it runs again, 
it doesn't submit form1.
CountOfTimesClosed = CountOfTimesClosed + 1;
if (CountOfTimesClosed==1) {
document.Form1.submit();
return (false);
}else{
return (false);
}
}













~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265546
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Using Eclipse/CFEclipse

2007-01-03 Thread Snake
What would be handy is a quick tips list of how to do all the common things
in CFE that you do in homesite, rather than having to hunt around for the
solution.
What I really miss is the right click context menu -> insert tag or insert
Expression.
I often cannot remember all the CF functions/tags as I don't use all of them
all the time, and it was a handy way to view a list of them all and their
parameters. 

Russ

-Original Message-
From: Charlie Griefer [mailto:[EMAIL PROTECTED] 
Sent: 03 January 2007 17:46
To: CF-Talk
Subject: Re: Using Eclipse/CFEclipse

On 1/3/07, Andy Matthews <[EMAIL PROTECTED]> wrote:
> from EP to Eclipse who could give me some pointers? Secondly, are 
> there some good basic tutorials on using Eclipse?

Robert Blackburn did some articles for Fusion Authority:
http://fusionauthority.com/Techniques/4599-CFEclipse-CFExplained-Part-I.htm
http://fusionauthority.com/Techniques/4607-CFEclipse-CFExplained-Part-II.htm

Mark Drew (the man himself) has some video podcast tutorials:
http://www.markdrew.co.uk/blog/index.cfm/2006/5/2/podcast_01


FWIW, i tried to get into Eclipse (and CFEclipse) after using CF Studio/HS+
for ages.  I quit after about a week and went back to HS+.

A lil' while later, people were still talking about Eclipse and CFE so I
forced myself to go back.  And it took a good few weeks of forcing myself.

Now, I couldn't even imagine using another IDE.  Love the plugins (using
CFEclipse (obviously), Aptana plugin for CSS, and JSEclipse for JavaScript).

Takes getting used to, but I think it's well worth the investment.



--
Charlie Griefer


"...All the world shall be your enemy, Prince with a Thousand Enemies, and
whenever they catch you, they will kill you. But first they must catch you,
digger, listener, runner, prince with a swift warning.
Be cunning and full of tricks and your people shall never be destroyed."



~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265545
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Combo Box in CF

2007-01-03 Thread Snake
You mean like this?

http://webfx.eae.net/dhtml/combobox/combobox.htm

Russ 

-Original Message-
From: Varun Dixit [mailto:[EMAIL PROTECTED] 
Sent: 03 January 2007 16:12
To: CF-Talk
Subject: Re: Combo Box in CF

Brian, 

Thanks for your reply. I came up with a combobox too yesterday, and its
using javascript which as you said is indeed very reponsive. The was I have
it set up is a text box seating on top of Select inside a DIV. Than, i got
few javascript functions googling, and kinna of created a hybrid which does
what I have been looking for. Its close to what you have on your page, I can
send you the functions or put them here. Let me know, how would you like to
have it. If you do at all.

Thanks, Varun 
> Varun,
> 
> I came up with something that simulates a combo box, but I don't think 
> it quite meets what you're looking for.  It gives the user a text box 
> control and a select control.  At first, the select control contains 
> all of the options in the list, but as the user types text in the text 
> box, the options in the select box that don't match what's being typed 
> are essentially removed, leaving only similar entries.  If the user 
> clicks on an option in the select box, the value of that option is 
> copied to the text box.
> 
> I've posted a page with this control up on my website at http://www.
> swartzfager.org/combo_box_demo.cfm.  You can see all of the code 
> involved by viewing the page source.  It's JavaScript-powered but does 
> not use Ajax, so it's very responsive.
> 
> Like I said, I don't think it's quite what you're looking for, but 
> maybe the techniques/functions involved will be of some help.
> 
--Brian



~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265544
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Using Eclipse/CFEclipse

2007-01-03 Thread John Cox
On 1/3/07, Andy Matthews <[EMAIL PROTECTED]> wrote:
>
> Damien...
>
> You're not helping me switch to Eclipse...you're just making me want to
> stick with EditPlus!!! LOL



I've worked with both, but I have to admit that I always come back to
EditPlus.  I guess I am just a little old school, since I went for years
using VI, but EditPlus is quick, simple, has the majority of the tools that
I need, and it doesn't have a cluttered interface (no offense to the Eclipse
users).

I'd say work with Eclipse for a month.  If you feel comfortable using it,
then use it.  If you don't, use EditPlus.  It isn't about the bells and
whistles, it's about what makes you most productive.


~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265543
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Using Eclipse/CFEclipse

2007-01-03 Thread Andy Matthews
Thanks Charlie! I'll check into these links. 

-Original Message-
From: Charlie Griefer [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 03, 2007 11:46 AM
To: CF-Talk
Subject: Re: Using Eclipse/CFEclipse

On 1/3/07, Andy Matthews <[EMAIL PROTECTED]> wrote:
> from EP to Eclipse who could give me some pointers? Secondly, are 
> there some good basic tutorials on using Eclipse?

Robert Blackburn did some articles for Fusion Authority:
http://fusionauthority.com/Techniques/4599-CFEclipse-CFExplained-Part-I.htm
http://fusionauthority.com/Techniques/4607-CFEclipse-CFExplained-Part-II.htm

Mark Drew (the man himself) has some video podcast tutorials:
http://www.markdrew.co.uk/blog/index.cfm/2006/5/2/podcast_01


FWIW, i tried to get into Eclipse (and CFEclipse) after using CF Studio/HS+
for ages.  I quit after about a week and went back to HS+.

A lil' while later, people were still talking about Eclipse and CFE so I
forced myself to go back.  And it took a good few weeks of forcing myself.

Now, I couldn't even imagine using another IDE.  Love the plugins (using
CFEclipse (obviously), Aptana plugin for CSS, and JSEclipse for JavaScript).

Takes getting used to, but I think it's well worth the investment.



--
Charlie Griefer


"...All the world shall be your enemy, Prince with a Thousand Enemies, and
whenever they catch you, they will kill you. But first they must catch you,
digger, listener, runner, prince with a swift warning.
Be cunning and full of tricks and your people shall never be destroyed."



~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265542
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Using Eclipse/CFEclipse

2007-01-03 Thread Andy Matthews
Damien...

You're not helping me switch to Eclipse...you're just making me want to
stick with EditPlus!!! LOL

I didn't even know that there was a new release. I've always thought that
the team/guy just stopped development at 2.21. I've been lusting after DW8
and Eclipse's code-folding since I first saw it. I might just see if I can
keep using EP after all. Thank you.



-Original Message-
From: Damien McKenna [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 03, 2007 11:17 AM
To: CF-Talk
Subject: Re: Using Eclipse/CFEclipse

On 1/3/07 11:57 AM, Andy Matthews wrote:
> Is there anyone who has specifically switched from EP to Eclipse who 
> could give me some pointers?

Sure.  Editplus is a very clean editor that just feels right with its basic
functionality, and the code folding in 2.30 is great.  Eclipse has some
basic problems as an editor and will grate on you for a while until you
either learn to deal with them or have a seizure ;-)

I've used EditPlus since the v1.2 days and quickly upgraded to v2 when it
was released.  Of all of the text editors for Windows that I've tried it has
been the one that has been easiest to use and has "felt right".  Its great.
On OSX I've been using skEdit which is also great (the v4 betas are shaping
up nicely), but am also going to (again) look at TextMate but I don't like
its lack of general syntax popups rather it relies on insertion shortcut
"bundles" for all the cool stuff.

One of Eclipse's main faults is its speed.  EditPlus, skEdit and TextMate
all *fly*, even on low-end systems, but Eclipse can bring pretty beefy
machines to their knees with large files.

> Secondly, are there some good basic tutorials on using Eclipse?

Not that I'm aware of.  Anyone else?

> Some of the things I'm looking for are:
> . The ability to double click a file and have it open in Eclipse.

Not possible.

> . Ability to define two projects
> .  My local web root for personal code/testing
> .  Our main code repository

I don't see what the problem is with this?  Just create as many projects as
you need?

--
Damien McKenna - Web Developer [EMAIL PROTECTED] The Limu
Company - http://www.thelimucompany.com/ - 407-804-1014 #include 




~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265541
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Using Eclipse/CFEclipse

2007-01-03 Thread Charlie Griefer
On 1/3/07, Andy Matthews <[EMAIL PROTECTED]> wrote:
> from EP to Eclipse who could give me some pointers? Secondly, are there some
> good basic tutorials on using Eclipse?

Robert Blackburn did some articles for Fusion Authority:
http://fusionauthority.com/Techniques/4599-CFEclipse-CFExplained-Part-I.htm
http://fusionauthority.com/Techniques/4607-CFEclipse-CFExplained-Part-II.htm

Mark Drew (the man himself) has some video podcast tutorials:
http://www.markdrew.co.uk/blog/index.cfm/2006/5/2/podcast_01


FWIW, i tried to get into Eclipse (and CFEclipse) after using CF
Studio/HS+ for ages.  I quit after about a week and went back to HS+.

A lil' while later, people were still talking about Eclipse and CFE so
I forced myself to go back.  And it took a good few weeks of forcing
myself.

Now, I couldn't even imagine using another IDE.  Love the plugins
(using CFEclipse (obviously), Aptana plugin for CSS, and JSEclipse for
JavaScript).

Takes getting used to, but I think it's well worth the investment.



-- 
Charlie Griefer


"...All the world shall be your enemy, Prince with a Thousand Enemies,
and whenever they catch you, they will kill you. But first they must catch
you, digger, listener, runner, prince with a swift warning.
Be cunning and full of tricks and your people shall never be destroyed."

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265540
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Combo Box in CF

2007-01-03 Thread Varun Dixit
Brian, 

Thanks for your reply. I came up with a combobox too yesterday, and its using 
javascript which as you said is indeed very reponsive. The was I have it set up 
is a text box seating on top of Select inside a DIV. Than, i got few javascript 
functions googling, and kinna of created a hybrid which does what I have been 
looking for. Its close to what you have on your page, I can send you the 
functions or put them here. Let me know, how would you like to have it. If you 
do at all.

Thanks, Varun 
> Varun,
> 
> I came up with something that simulates a combo box, but I don't think 
> it quite meets what you're looking for.  It gives the user a text box 
> control and a select control.  At first, the select control contains 
> all of the options in the list, but as the user types text in the text 
> box, the options in the select box that don't match what's being typed 
> are essentially removed, leaving only similar entries.  If the user 
> clicks on an option in the select box, the value of that option is 
> copied to the text box.
> 
> I've posted a page with this control up on my website at http://www.
> swartzfager.org/combo_box_demo.cfm.  You can see all of the code 
> involved by viewing the page source.  It's JavaScript-powered but does 
> not use Ajax, so it's very responsive.
> 
> Like I said, I don't think it's quite what you're looking for, but 
> maybe the techniques/functions involved will be of some help.
> 
--Brian

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265539
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Problem solved (Was help with )

2007-01-03 Thread Doug Brown
Thanks for all the help. A Special thanks to Bobby and his custom tag that made 
the use of Efflares tag easier.





Doug B.

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265538
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Using Eclipse/CFEclipse

2007-01-03 Thread Damien McKenna
On 1/3/07 11:57 AM, Andy Matthews wrote:
> Is there anyone who has specifically switched from EP to Eclipse who could
> give me some pointers?

Sure.  Editplus is a very clean editor that just feels right with its basic
functionality, and the code folding in 2.30 is great.  Eclipse has some
basic problems as an editor and will grate on you for a while until you
either learn to deal with them or have a seizure ;-)

I've used EditPlus since the v1.2 days and quickly upgraded to v2 when it
was released.  Of all of the text editors for Windows that I've tried it has
been the one that has been easiest to use and has "felt right".  Its great.
On OSX I've been using skEdit which is also great (the v4 betas are shaping
up nicely), but am also going to (again) look at TextMate but I don't like
its lack of general syntax popups rather it relies on insertion shortcut
"bundles" for all the cool stuff.

One of Eclipse's main faults is its speed.  EditPlus, skEdit and TextMate
all *fly*, even on low-end systems, but Eclipse can bring pretty beefy
machines to their knees with large files.

> Secondly, are there some good basic tutorials on using Eclipse?

Not that I'm aware of.  Anyone else?

> Some of the things I'm looking for are:
> . The ability to double click a file and have it open in Eclipse.

Not possible.

> . Ability to define two projects
> .  My local web root for personal code/testing
> .  Our main code repository

I don't see what the problem is with this?  Just create as many projects as
you need?

-- 
Damien McKenna - Web Developer [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include 


~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265537
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Using Eclipse/CFEclipse

2007-01-03 Thread Jake Churchill
I never used EP but switched from Homesite to CFEclipse.  In your file 
system settings just set the default editor for .cfm and .cfc files as 
eclipse.  As far as projects go, eclipse is good about it.  Create a 
project, right click on it and add a folder.  In the window that comes 
up, click advanced options and map the folder to a network drive or 
other directory available to your local OS

Andy Matthews wrote:
> So I recently started a new job with a company who use Eclipse as their IDE.
> I've tried it before but never found it to my liking. So I'm going to take
> the plunge and jump in with both feet. My old IDE was Editplus with a fairly
> high level of configuration. Is there anyone who has specifically switched
> from EP to Eclipse who could give me some pointers? Secondly, are there some
> good basic tutorials on using Eclipse?
>  
> Some of the things I'm looking for are:
> . The ability to double click a file and have it open in Eclipse.
> . Ability to define two projects
> .  My local web root for personal code/testing
> .  Our main code repository
>  
> So anyway, anything you guys could give me to help in the transition would
> be greatly appreciated.
>  
> Regards
>  
> Andy Matthews
> Senior Coldfusion Developer
>
> Office:  877.707.5467 x865
> Direct:  615.627.9865
> Fax:  615.467.6249
> [EMAIL PROTECTED]
> www.dealerskins.com
>  
>
>
> 

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265536
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Using Eclipse/CFEclipse

2007-01-03 Thread Andy Matthews
So I recently started a new job with a company who use Eclipse as their IDE.
I've tried it before but never found it to my liking. So I'm going to take
the plunge and jump in with both feet. My old IDE was Editplus with a fairly
high level of configuration. Is there anyone who has specifically switched
from EP to Eclipse who could give me some pointers? Secondly, are there some
good basic tutorials on using Eclipse?
 
Some of the things I'm looking for are:
. The ability to double click a file and have it open in Eclipse.
. Ability to define two projects
.  My local web root for personal code/testing
.  Our main code repository
 
So anyway, anything you guys could give me to help in the transition would
be greatly appreciated.
 
Regards
 
Andy Matthews
Senior Coldfusion Developer

Office:  877.707.5467 x865
Direct:  615.627.9865
Fax:  615.467.6249
[EMAIL PROTECTED]
www.dealerskins.com
 


~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265535
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CFSEARCH, Verity, Scoring

2007-01-03 Thread Dave Phillips
> Using MX 6.1...I have a question regarding scoring in verity.  First a 
> little background:
> 
> According to Mac docs, STEM and MANY are modifiers that are the 
> default behavior of the CFSEARCH command (if you do not specify any 
> other modifiers).  This is what allows us to get a 'score' result 
> giving us a 'relevancy' ranking of the results.  The Mac docs state 
> that STEM causes similarly stemmed words to come up in the results (e.
> g. if you search on 'instructs', your results will also include words 
> like 'instructional', instruction', etc.).  
> 
> Currently, the score is based on the number of occurrences of the 
> search criteria in a document.  The more times it occurs in a document, 
> the higher the score.  However, since we are using a STEM modifier, 
> it's not just the exact criteria that is used to determine the score, 
> it's anything with the same STEM.  So, there exists the possibility, 
> if not probability, that a document with 4 occurrences of the word 
> 'instructional' would have a higher score than a document with 2 
> occurrences of the word 'instructs'.  
> 
> This is part of my problem.  Our client wants the benefits of STEM 
> (including multiple similar terms in the search results) but wants 
> documents with the 'actual' criteria scored HIGHER than documents just 
> having STEMS of the criteria.
> 
> Is this possible, and if so, how would you do it?  My thinking is that 
> the only thing we could do is take the results from CFSEARCH and 
> manipulate them manually to change the scores, but that would be a 
> huge hit on processing.  I really need to know if you can do this 
> somehow with modifiers in Verity that we can pass through the CFSEARCH 
> interface.
> 
> Thanks!
> 
Dave

Okay, Adobe Docsanyone have any useful constructive comments about this 
issue?

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265534
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Help with Form Validation Against Spam

2007-01-03 Thread Bobby Hartsfield
In your case, if that's all you're seeing... I'd just compare the 2 fields
and make sure they aren’t the same since there are plenty of first and/or
last names that have spaces in them but the MAJORITY of people don’t have
the same first and last name :-)

Here is a cf based captcha (no 3rd party image manipulation). It's pretty
easy to use.
http://acoderslife.com/downloads/bhcaptcha/

You could also try this... create a normal form field, leave it empty and
hide it with css '...display:none;' then on the processing page, just make
sure the field is still empty. Many bots will fill out all fields they find.
It won't stop them all but it stops some.

Also, make sure fields like first name and last name, city, state, etc...
don't validate as email addresses. Many bots will do this as well

If I think of anything else, I'll let you know

-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 03, 2007 9:02 AM
To: CF-Talk
Subject: RE: Help with Form Validation Against Spam

Another suggestion in addition to validating the name fields is to use
Captcha
To help stop the spamming of the bots. 

-Original Message-
From: Scott Wilson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 03, 2007 7:41 AM
To: CF-Talk
Subject: Re: Help with Form Validation Against Spam

>I have a newsletter form on my website that accepts frist name, last 
>name and email. The sorry spam crawlers are submitting bogus 
>information into the form. Most of the time, they are sending the first

>name and last name in both name fields so that I recieve something like

>this:
>
>You have a new subscriber to your e-newsletter:
>
>First Name: David Boswell
>Last Name: David Boswell
>Email Address: [EMAIL PROTECTED]
>
>How can I make it so that each name field only accepts one word with no
spaces?
>
>I made several attempts at this using cfform and regular expressions 
>but I'm not very good with regular expressions so I couldn't figure it 
>out.
>
>Thanks for the help,
>Aaron

Hi Aaron,

Not sure whether you've solved this but here's another idea.. Invoke a
web service and pass it your #form.email# value.  Then check the
response back as to whether the email is valid or not.



 http://www.webservicex.com/ValidateEmail.asmx?WSDL";
method="IsValidEmail" returnvariable="emailResponse">

   
 


   then proceed

   don't proceed


Scott





~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265533
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Ajaxcfc newbe problems

2007-01-03 Thread Ioannis Papanikolaou
Really apreciate your time and effort guys. Haven't manage to make it work yet 
but I defenetly have much better understanding of how the whole think works. I 
am keep experimending. 

Thanx a lot and happy new year

Ioannis  

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265532
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Looking for Flash-based drawing tool

2007-01-03 Thread Gaulin, Mark
Thanks for the Figleaf pointer... That looks pretty cool. 
Mark

-Original Message-
From: Kevin Aebig [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 03, 2007 9:51 AM
To: CF-Talk
Subject: RE: Looking for Flash-based drawing tool

There are a few open source examples I remember seeing and a good one
from the guys over at Figleaf, though I believe it was mainly for online
collaboration via Flash Media Server.

http://products.figleaf.com/ 

Cheers,

!k

-Original Message-
From: Gaulin, Mark [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 03, 2007 8:09 AM
To: CF-Talk
Subject: Looking for Flash-based drawing tool

Hi
I'm looking for a utility to allow web-based users to draw simple
diagrams and be able to convert them to images.  I've ruled out java
applets for now because of the installation issues (which I've recently
experienced in our office, and were a total pain).  I found the
www.gliffy.com web site and their Visio-like utility. It's nice, but
isn't quite what I'm looking for (and it's pricy).  I haven't programmed
Flash before so writing it from scratch doesn't seem like a good idea,
but modifying something that's close might be.

Any pointers would be appreciated.

Thanks
Mark





~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265531
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Looking for Flash-based drawing tool

2007-01-03 Thread Kevin Aebig
There are a few open source examples I remember seeing and a good one from
the guys over at Figleaf, though I believe it was mainly for online
collaboration via Flash Media Server.

http://products.figleaf.com/ 

Cheers,

!k

-Original Message-
From: Gaulin, Mark [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 03, 2007 8:09 AM
To: CF-Talk
Subject: Looking for Flash-based drawing tool

Hi
I'm looking for a utility to allow web-based users to draw simple
diagrams and be able to convert them to images.  I've ruled out java
applets for now because of the installation issues (which I've recently
experienced in our office, and were a total pain).  I found the
www.gliffy.com web site and their Visio-like utility. It's nice, but
isn't quite what I'm looking for (and it's pricy).  I haven't programmed
Flash before so writing it from scratch doesn't seem like a good idea,
but modifying something that's close might be.

Any pointers would be appreciated.

Thanks
Mark



~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265530
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: SQL Server - starting integer at 1000

2007-01-03 Thread Will Tomlinson
thanks guys!!

Will

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265529
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: SQL Server - starting integer at 1000

2007-01-03 Thread Pete Freitag
Hi Will,

Set the identity seed to 1000 in enterprise manager.

-- 
Pete Freitag
http://foundeo.com/ - ColdFusion Consulting & Products
http://petefreitag.com/ - My Blog
http://spendfish.com/ - Fish for Deals

On 1/3/07, Will Tomlinson <[EMAIL PROTECTED]> wrote:
> I've decided to change an orderID PK from varchar to int data type. I'll set 
> it to have a yes identity so it'll increment, but how how do you set it to 
> start at say, 1000. I don't want people's orders starting at 1. lol!
>
> Thanks,
> Will

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265528
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: SQL Server - starting integer at 1000

2007-01-03 Thread Adkins, Randy
In SQL Server, open the table in Design mode, select the field and set
it to 
Identity and set the SEED to 1000.

 

-Original Message-
From: Will Tomlinson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 03, 2007 7:58 AM
To: CF-Talk
Subject: SQL Server - starting integer at 1000

I've decided to change an orderID PK from varchar to int data type. I'll
set it to have a yes identity so it'll increment, but how how do you set
it to start at say, 1000. I don't want people's orders starting at 1.
lol!

Thanks,
Will



~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265527
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Flash Forms, Remoting and CFCs

2007-01-03 Thread DURETTE, STEVEN J \(ASI-AIT\)
Nope.  It's just hitting a database and returning the data through
remoting.


-Original Message-
From: Tom Chiverton [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 03, 2007 9:06 AM
To: CF-Talk
Subject: Re: Flash Forms, Remoting and CFCs


On Wednesday 03 January 2007 12:49, DURETTE, STEVEN J (ASI-AIT) wrote:
> I'm not sure what you mean.  It's just a cfc.

It's not, for instance, just a facade into an application scoped object,
for 
instance ?
Doing that would maybe help, as a for instance.

-- 
Tom Chiverton
Helping to augmentatively reinvent wireless features



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England
and Wales under registered number OC307980 whose registered office
address is at St James's Court Brown Street Manchester M2 2JF.  A list
of members is available for inspection at the registered office. Any
reference to a partner in relation to Halliwells LLP means a member of
Halliwells LLP. Regulated by the Law Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and
may be confidential or legally privileged.  If you are not the addressee
you must not read it and must not use any information contained in nor
copy it nor inform any person other than Halliwells LLP or the addressee
of its existence or contents.  If you have received this email in error
please delete it and notify Halliwells LLP IT Department on 0870 365
8008.

For more information about Halliwells LLP visit www.halliwells.com.




~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265526
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Looking for Flash-based drawing tool

2007-01-03 Thread Gaulin, Mark
Hi
I'm looking for a utility to allow web-based users to draw simple
diagrams and be able to convert them to images.  I've ruled out java
applets for now because of the installation issues (which I've recently
experienced in our office, and were a total pain).  I found the
www.gliffy.com web site and their Visio-like utility. It's nice, but
isn't quite what I'm looking for (and it's pricy).  I haven't programmed
Flash before so writing it from scratch doesn't seem like a good idea,
but modifying something that's close might be.

Any pointers would be appreciated.

Thanks
Mark

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265525
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


SQL Server - starting integer at 1000

2007-01-03 Thread Will Tomlinson
I've decided to change an orderID PK from varchar to int data type. I'll set it 
to have a yes identity so it'll increment, but how how do you set it to start 
at say, 1000. I don't want people's orders starting at 1. lol!

Thanks,
Will

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265524
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Flash Forms, Remoting and CFCs

2007-01-03 Thread Tom Chiverton
On Wednesday 03 January 2007 12:49, DURETTE, STEVEN J (ASI-AIT) wrote:
> I'm not sure what you mean.  It's just a cfc.

It's not, for instance, just a facade into an application scoped object, for 
instance ?
Doing that would maybe help, as a for instance.

-- 
Tom Chiverton
Helping to augmentatively reinvent wireless features



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265523
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Help with Form Validation Against Spam

2007-01-03 Thread Adkins, Randy
Another suggestion in addition to validating the name fields is to use
Captcha
To help stop the spamming of the bots. 

-Original Message-
From: Scott Wilson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 03, 2007 7:41 AM
To: CF-Talk
Subject: Re: Help with Form Validation Against Spam

>I have a newsletter form on my website that accepts frist name, last 
>name and email. The sorry spam crawlers are submitting bogus 
>information into the form. Most of the time, they are sending the first

>name and last name in both name fields so that I recieve something like

>this:
>
>You have a new subscriber to your e-newsletter:
>
>First Name: David Boswell
>Last Name: David Boswell
>Email Address: [EMAIL PROTECTED]
>
>How can I make it so that each name field only accepts one word with no
spaces?
>
>I made several attempts at this using cfform and regular expressions 
>but I'm not very good with regular expressions so I couldn't figure it 
>out.
>
>Thanks for the help,
>Aaron

Hi Aaron,

Not sure whether you've solved this but here's another idea.. Invoke a
web service and pass it your #form.email# value.  Then check the
response back as to whether the email is valid or not.



 http://www.webservicex.com/ValidateEmail.asmx?WSDL";
method="IsValidEmail" returnvariable="emailResponse">

   
 


   then proceed

   don't proceed


Scott



~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265522
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: 5 days behind

2007-01-03 Thread Orlini, Robert
Thanks Ryan, Jim, Dan, and Randy for your input! Works fine now. Pointed in the 
right direction.

Robert O.

 -Original Message-
From:   Adkins, Randy [mailto:[EMAIL PROTECTED] 
Sent:   Tuesday, January 02, 2007 10:21 AM
To: CF-Talk
Subject:RE: 5 days behind



#DateFormat(DateAdd('d',-x,Now()),"MM/DD/")#

 

-Original Message-
From: Orlini, Robert [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 02, 2007 10:08 AM
To: CF-Talk
Subject: 5 days behind

I have an interesting dilemma.

I need to populate a Select dropdown field with the past five days. It
worked OK until today and it's my coding fault. Right now it is trying
to retrieve days 28 to 01 which are none. See loop below.

How do I have it recognize dates as opposed to numbers for the day? I
need it to display days 12/28/2006 to 01/02/2007.

 (This is 28)  (This is 01)

 #i# (This
dropdown is blank now)  

Thank you.

Robert
HWW






~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265521
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Help with Form Validation Against Spam

2007-01-03 Thread Scott Wilson
>I have a newsletter form on my website that accepts frist name, last
>name and email. The sorry spam crawlers are submitting bogus
>information into the form. Most of the time, they are sending the
>first name and last name in both name fields so that I recieve
>something like this:
>
>You have a new subscriber to your e-newsletter:
>
>First Name: David Boswell
>Last Name: David Boswell
>Email Address: [EMAIL PROTECTED]
>
>How can I make it so that each name field only accepts one word with no spaces?
>
>I made several attempts at this using cfform and regular expressions
>but I'm not very good with regular expressions so I couldn't figure it
>out.
>
>Thanks for the help,
>Aaron

Hi Aaron,

Not sure whether you've solved this but here's another idea.. Invoke a web 
service and pass it your #form.email# value.  Then check the response back as 
to whether the email is valid or not.



 http://www.webservicex.com/ValidateEmail.asmx?WSDL"; 
method="IsValidEmail" returnvariable="emailResponse">

 







   then proceed

   don't proceed


Scott

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265520
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Combo Box in CF

2007-01-03 Thread Brian Swartzfager
Varun,

I came up with something that simulates a combo box, but I don't think it quite 
meets what you're looking for.  It gives the user a text box control and a 
select control.  At first, the select control contains all of the options in 
the list, but as the user types text in the text box, the options in the select 
box that don't match what's being typed are essentially removed, leaving only 
similar entries.  If the user clicks on an option in the select box, the value 
of that option is copied to the text box.

I've posted a page with this control up on my website at 
http://www.swartzfager.org/combo_box_demo.cfm.  You can see all of the code 
involved by viewing the page source.  It's JavaScript-powered but does not use 
Ajax, so it's very responsive.

Like I said, I don't think it's quite what you're looking for, but maybe the 
techniques/functions involved will be of some help.

--Brian

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265519
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Flash Forms, Remoting and CFCs

2007-01-03 Thread DURETTE, STEVEN J \(ASI-AIT\)
I'm not sure what you mean.  It's just a cfc.

Starts with a cf component.  Has a variable set to have the datasource,
then a bunch of functions that can be called remotely.

Maybe I'm not understanding the question.



Steve

-Original Message-
From: Tom Chiverton [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 03, 2007 7:12 AM
To: CF-Talk
Subject: Re: Flash Forms, Remoting and CFCs


On Wednesday 03 January 2007 11:09, DURETTE, STEVEN J (ASI-AIT) wrote:
> Hi all,
>
> This will hopefully be a quick question.  I have a flash form that is
> doing remoting to a cfc.  Does every call (from the same user or
> different users) instantiate the cfc? 

Depends. How have you written your CFC ?

-- 
Tom Chiverton
Helping to revolutionarily engineer synergistic features



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England
and Wales under registered number OC307980 whose registered office
address is at St James's Court Brown Street Manchester M2 2JF.  A list
of members is available for inspection at the registered office. Any
reference to a partner in relation to Halliwells LLP means a member of
Halliwells LLP. Regulated by the Law Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and
may be confidential or legally privileged.  If you are not the addressee
you must not read it and must not use any information contained in nor
copy it nor inform any person other than Halliwells LLP or the addressee
of its existence or contents.  If you have received this email in error
please delete it and notify Halliwells LLP IT Department on 0870 365
8008.

For more information about Halliwells LLP visit www.halliwells.com.




~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265518
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Flash Forms, Remoting and CFCs

2007-01-03 Thread Tom Chiverton
On Wednesday 03 January 2007 11:09, DURETTE, STEVEN J (ASI-AIT) wrote:
> Hi all,
>
> This will hopefully be a quick question.  I have a flash form that is
> doing remoting to a cfc.  Does every call (from the same user or
> different users) instantiate the cfc? 

Depends. How have you written your CFC ?

-- 
Tom Chiverton
Helping to revolutionarily engineer synergistic features



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265517
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: RDS in CFECLIPSE. What's Wrong?

2007-01-03 Thread Tom Chiverton
On Monday 01 January 2007 01:29, Dwayne Cole wrote:
> In installed the RDS cfeclipse (3.1) plugin CFMX 7.

There is no such thing.
An RDS plugin ships with Flex Builder 2, that you can use with Eclipse 3.1 - 
do you mean that ?

-- 
Tom Chiverton
Helping to elementarily disintermediate network products



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265516
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Reactor Issues

2007-01-03 Thread Tom Chiverton
On Friday 29 December 2006 22:05, Kyle Hayes wrote:
> The argument REACTOR passed to function init() is not of type
> reactor.reactorFactory

Are you on CF6.1 (the one with a broken expandPath() ) ?
Do you have the correct /reactor mappings set up ?
If you add a debug line, what type is said argument ?

-- 
Tom Chiverton
Helping to dynamically build fifth-generation architectures



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265515
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Flash Forms, Remoting and CFCs

2007-01-03 Thread DURETTE, STEVEN J \(ASI-AIT\)
Hi all, 
 
This will hopefully be a quick question.  I have a flash form that is
doing remoting to a cfc.  Does every call (from the same user or
different users) instantiate the cfc?  If so is there some way to only
have one instance of the cfc answer the remoting requests?
 
I'm just trying to speed up the form under load.
 
Thanks,
Steve
 


~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265514
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CGI.servername reliability

2007-01-03 Thread Richard Cooper
Thanks for both your help.

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265513
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFSEARCH, Verity, Scoring

2007-01-03 Thread Robertson-Ravo, Neil (RX)
Ah, there was me thinking it was Apple muscling in :-)








"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, 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

-Original Message-
From: James Holmes
To: CF-Talk
Sent: Wed Jan 03 08:43:38 2007
Subject: Re: CFSEARCH, Verity, Scoring

That would be "Ad docs" now (i.e. ADobe, not MACromedia)

On 1/3/07, Robertson-Ravo, Neil (RX)
<[EMAIL PROTECTED]> wrote:
> Mac docs?
>
>
>
>
>
>
> "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
> Richmond, Surrey, TW9 1DN, 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
>
> -Original Message-
> From: Dave Phillips
> To: CF-Talk
> Sent: Tue Jan 02 20:53:10 2007
> Subject: CFSEARCH, Verity, Scoring
>
> Using MX 6.1...I have a question regarding scoring in verity.  First a
> little background:
>
> According to Mac docs, STEM and MANY are modifiers that are the default
> behavior of the CFSEARCH command (if you do not specify any other
> modifiers).  This is what allows us to get a 'score' result giving us a
> 'relevancy' ranking of the results.  The Mac docs state that STEM causes
> similarly stemmed words to come up in the results (e.g. if you search on
> 'instructs', your results will also include words like 'instructional',
> instruction', etc.).
>
> Currently, the score is based on the number of occurrences of the search
> criteria in a document.  The more times it occurs in a document, the
higher
> the score.  However, since we are using a STEM modifier, it's not just the
> exact criteria that is used to determine the score, it's anything with the
> same STEM.  So, there exists the possibility, if not probability, that a
> document with 4 occurrences of the word 'instructional' would have a
higher
> score than a document with 2 occurrences of the word 'instructs'.
>
> This is part of my problem.  Our client wants the benefits of STEM
> (including multiple similar terms in the search results) but wants
documents
> with the 'actual' criteria scored HIGHER than documents just having STEMS
of
> the criteria.
>
> Is this possible, and if so, how would you do it?  My thinking is that the
> only thing we could do is take the results from CFSEARCH and manipulate
them
> manually to change the scores, but that would be a huge hit on processing.
> I really need to know if you can do this somehow with modifiers in Verity
> that we can pass through the CFSEARCH interface.
>
> Thanks!
>
> Dave
>
>
>
> 



~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265512
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFSEARCH, Verity, Scoring

2007-01-03 Thread James Holmes
That would be "Ad docs" now (i.e. ADobe, not MACromedia)

On 1/3/07, Robertson-Ravo, Neil (RX)
<[EMAIL PROTECTED]> wrote:
> Mac docs?
>
>
>
>
>
>
> "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
> Richmond, Surrey, TW9 1DN, 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
>
> -Original Message-
> From: Dave Phillips
> To: CF-Talk
> Sent: Tue Jan 02 20:53:10 2007
> Subject: CFSEARCH, Verity, Scoring
>
> Using MX 6.1...I have a question regarding scoring in verity.  First a
> little background:
>
> According to Mac docs, STEM and MANY are modifiers that are the default
> behavior of the CFSEARCH command (if you do not specify any other
> modifiers).  This is what allows us to get a 'score' result giving us a
> 'relevancy' ranking of the results.  The Mac docs state that STEM causes
> similarly stemmed words to come up in the results (e.g. if you search on
> 'instructs', your results will also include words like 'instructional',
> instruction', etc.).
>
> Currently, the score is based on the number of occurrences of the search
> criteria in a document.  The more times it occurs in a document, the higher
> the score.  However, since we are using a STEM modifier, it's not just the
> exact criteria that is used to determine the score, it's anything with the
> same STEM.  So, there exists the possibility, if not probability, that a
> document with 4 occurrences of the word 'instructional' would have a higher
> score than a document with 2 occurrences of the word 'instructs'.
>
> This is part of my problem.  Our client wants the benefits of STEM
> (including multiple similar terms in the search results) but wants documents
> with the 'actual' criteria scored HIGHER than documents just having STEMS of
> the criteria.
>
> Is this possible, and if so, how would you do it?  My thinking is that the
> only thing we could do is take the results from CFSEARCH and manipulate them
> manually to change the scores, but that would be a huge hit on processing.
> I really need to know if you can do this somehow with modifiers in Verity
> that we can pass through the CFSEARCH interface.
>
> Thanks!
>
> Dave
>
>
>
> 

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265511
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4