RE: Connection pooling - why bother?

2009-02-04 Thread Jaime Metcher

D'oh.  *And* he knows I was silly enough to set all my usernames and
passwords to "xxx".  Wait - now *everyone* knows!

Jaime


> -Original Message-
> From: Brad Wood [mailto:b...@bradwood.com] 
> Sent: Thursday, 5 February 2009 3:33 PM
> To: cf-talk
> Subject: Re: Connection pooling - why bother?
> 
> 
> Oh man, you fell for it.  Now Jochem has all your datasource 
> passwords. :)
> 
> His plan for total world annihilation is one step closer now...
> 
> ~Brad
> 
> - Original Message -
> From: "Jaime Metcher" 
> > 
> > Sent to you off-list.  Thanks for having a look.
> > 
> > Jaime
> >> Could you grab the full settings from neo-datasource.xml so we can 
> >> see what is configured there?
> >> 
> >> Jochem
> 
> 
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318920
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Connection pooling - why bother?

2009-02-04 Thread Brad Wood

Oh man, you fell for it.  Now Jochem has all your datasource passwords. :)

His plan for total world annihilation is one step closer now...

~Brad

- Original Message - 
From: "Jaime Metcher" 
> 
> Sent to you off-list.  Thanks for having a look.
> 
> Jaime 
>> Could you grab the full settings from neo-datasource.xml so 
>> we can see what is configured there?
>> 
>> Jochem


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318919
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Sequential CFID issue

2009-02-04 Thread Dave Watts

> After doing a bit of research I'm finding the CFID will always be
> sequential no matter what you set up on the server but that isn't the
> only thing that sessions rely on. (They also rely on cftoken which is
> randomized)

This is correct. The session identifier consists of both fields. I
would recommend that you use UUIDs for CFTOKEN, though.

> I thought by changing to JSESSIONID that would solve the
> issue. But further research determined this was a terrible idea as we
> have a number of sites that rely on client variable state and newer
> sites that use session state variables (and a disturbing few that use
> both)

The new sites will be fine with JSESSIONID, then.

> So I want to help the infrastructure folks with this and be able to
> articulate either that CF sessions rely on both CFID and CFTOKEN and
> since one is randomized that we meet the requirements, or learn a way
> to set it up so that the sites pass the test.
>
> Does anyone have a solution for this. Has anyone encountered this issue 
> before?

I don't really see what you can do, other than tell your auditor what
you wrote here - that the session token consists of both cookies, one
of which is random.

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!

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318918
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: An appealing list of colors?

2009-02-04 Thread Mike Kear

Incidentally, for those who havent seen it, my colour scheming tool is
still up and running on my web site.  It's at
http://afpwebworks.com/colorschemer

You put in two hex values of colours, and it will display a transition
from one colour to the other in any number of steps you like (up to 20
steps) with sample text on each step in black,white, and the two
colours you specified.  So you can select the exact hex values for
different weights of the colours you're using - lighter or darker
shades of your chosen colours.

The form uses the get method, so you can simply copy the URL and email
it to people to share your colour schemes with others.

And it's free.  You dont even have to register.

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 Thu, Feb 5, 2009 at 2:06 PM, Maureen  wrote:
>
> There is an excellent web site on color theory at http://www.worqx.com/color/
>
> On Wed, Feb 4, 2009 at 7:58 AM, Don L  wrote:
>>
>> I'm wondering if there's a better way to form a list of appealing colors 
>> (say, 18 of them, and listed in the order of appealing level - top down), 
>> yes, "appealing" could be subjective but a lot of things are.  Any one got 
>> an eye for visual?  Hope it's not too OT.
>>
>> Thanks.
>>
>> Don
>> Chunshen Li
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318917
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: An appealing list of colors?

2009-02-04 Thread Maureen

There is an excellent web site on color theory at http://www.worqx.com/color/

On Wed, Feb 4, 2009 at 7:58 AM, Don L  wrote:
>
> I'm wondering if there's a better way to form a list of appealing colors 
> (say, 18 of them, and listed in the order of appealing level - top down), 
> yes, "appealing" could be subjective but a lot of things are.  Any one got an 
> eye for visual?  Hope it's not too OT.
>
> Thanks.
>
> Don
> Chunshen Li

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318916
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: An appealing list of colors?

2009-02-04 Thread Don L

>If you're wanting to get some colours together that will appeal to
>your client,  or you're unsure what to suggest, there's an old trick
>they use in textile and interior design retail stores - curtain
>fabrics and upholstery fabrics etc .
>
>They have swatches of things that have hundreds of colours, but when
>you are shown (say) a wallpaper or a carpet swatch, if they havent had
>a cue from you what colours you like,  they'll flick the swatch book
>open to a shade of a colour you're wearing.   If you're wearing a blue
>shirt when you go looking for curtain fabrics,   they'll show you
>patterns involving blues, unless you've given them some indication
>what colours you're looking for.
>
>For us in the web site business, the same technique can be used.  If
>you have no other cues from the client about their likes and dislikes,
>  pick colours out of their logo, or something your client is wearing
>- at least you know they like that colour (presumably).
>
>Yes it doesnt always work.  There'll always be someone who hates blue
>but is wearing the blue shirt because it's the only clean one left in
>the drawer but it's a reasonable starting point in most cases.
>
>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

Interesting ideas, thanks, everyone.  It would be more desirable to display 
more cheerful colors on a rainy day but less so on a sunny day...  but more 
programming would be needed and it would slow down loading a bit...


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318915
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Sequential CFID issue

2009-02-04 Thread Mike Chabot

Jim Harris and Jason Dean recently gave good presentations on
ColdFusion security at cfmeetup. You might want to check out the
recordings. 
http://www.meetup.com/coldfusionmeetup/messages/boards/thread/6063152

cfid and cftoken should be described in the manual, which can be found
online, if you want to point people to documentation indicating that
the session token is random. If you are really concerned about
security then jsessionids or making your own session tracking
mechanism would be a bit more secure that the default cf tokens.

-Mike Chabot

On Wed, Feb 4, 2009 at 10:41 AM, Joshua O'Connor-Rose
 wrote:
>
> We are setting up our sites for PCI compliance and a third party
> (securitymetrics) is evaluating our sites and returning this issue
>
> "Synopsis : The remote web server generates predictable session IDs.
> Description : The remote web server generates a session ID for each
> connection. A session ID is typically used to keep track of the
> actions of a user while he visits a web site. The remote server
> generates non-random session IDs. An attacker might use this flaw to
> guess the session IDs of other users and therefore steal their
> session. See also : http://pdos.csail.mit.edu/cookies/seq_se
> ssionid.html Solution: Configure the remote site and CGIs so as to use
> random session IDs. Risk Factor: Medium  / CVSS Base Score : 6.4
> (CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:N)"
>
> This report shows up for CF sites.  It is generated by the scans we
> are doing for PCI compliance, which means it HAS to be fixed.
>
> After doing a bit of research I'm finding the CFID will always be
> sequential no matter what you set up on the server but that isn't the
> only thing that sessions rely on. (They also rely on cftoken which is
> randomized) I thought by changing to JSESSIONID that would solve the
> issue. But further research determined this was a terrible idea as we
> have a number of sites that rely on client variable state and newer
> sites that use session state variables (and a disturbing few that use
> both)
>
> So I want to help the infrastructure folks with this and be able to
> articulate either that CF sessions rely on both CFID and CFTOKEN and
> since one is randomized that we meet the requirements, or learn a way
> to set it up so that the sites pass the test.
>
> Does anyone have a solution for this. Has anyone encountered this issue 
> before?
>
> Anything that could help would be appreciated
>
>
> --
> Joshua O'Connor-Rose
> -All is Good

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318914
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Sequential CFID issue

2009-02-04 Thread Andrew Scott

First of all there is a misconcpetion when it comes to session state, if you
keep the session open when the browser is closed and DO NOT issue a new
token then it can be hijacked by others. The other option is to use
jsessionid which is the java J2EE implentation, and is actually a better
alternative.

Also there is an option in the Admin to use GUID for CFID / CFToken, however
this will still suffer from the same problem.

It all boils down to how and what you stick in a session / client variable.

The best trick is to always issue a new token if they are not signed in,
whether it be a GUID version or standard CFID /CFToken.





On Thu, Feb 5, 2009 at 2:41 AM, Joshua O'Connor-Rose <
joshua.oconnorr...@gmail.com> wrote:

>
> We are setting up our sites for PCI compliance and a third party
> (securitymetrics) is evaluating our sites and returning this issue
>
> "Synopsis : The remote web server generates predictable session IDs.
> Description : The remote web server generates a session ID for each
> connection. A session ID is typically used to keep track of the
> actions of a user while he visits a web site. The remote server
> generates non-random session IDs. An attacker might use this flaw to
> guess the session IDs of other users and therefore steal their
> session. See also : http://pdos.csail.mit.edu/cookies/seq_se
> ssionid.html Solution: Configure the remote site and CGIs so as to use
> random session IDs. Risk Factor: Medium  / CVSS Base Score : 6.4
> (CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:N)"
>
> This report shows up for CF sites.  It is generated by the scans we
> are doing for PCI compliance, which means it HAS to be fixed.
>
> After doing a bit of research I'm finding the CFID will always be
> sequential no matter what you set up on the server but that isn't the
> only thing that sessions rely on. (They also rely on cftoken which is
> randomized) I thought by changing to JSESSIONID that would solve the
> issue. But further research determined this was a terrible idea as we
> have a number of sites that rely on client variable state and newer
> sites that use session state variables (and a disturbing few that use
> both)
>
> So I want to help the infrastructure folks with this and be able to
> articulate either that CF sessions rely on both CFID and CFTOKEN and
> since one is randomized that we meet the requirements, or learn a way
> to set it up so that the sites pass the test.
>
> Does anyone have a solution for this. Has anyone encountered this issue
> before?
>
> Anything that could help would be appreciated
>
>
> --
> Joshua O'Connor-Rose
> -All is Good
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318913
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Connection pooling - why bother?

2009-02-04 Thread Jaime Metcher

Jochem,

Sent to you off-list.  Thanks for having a look.

Jaime 

> -Original Message-
> From: Jochem van Dieten [mailto:joch...@gmail.com] 
> Sent: Wednesday, 4 February 2009 10:19 PM
> To: cf-talk
> Subject: Re: Connection pooling - why bother?
> 
> 
> On Tue, Feb 3, 2009 at 11:46 PM, Jaime Metcher wrote:
> > And for the CF datasource:
> > > class="coldfusion.server.ServiceFactory"
> > factory-method="getDataSourceService"/>
> > factory-bean="CFDataSourceService"
> > factory-method="getDatasource">
> > value="xxx"/>
> >
> >
> > And then I go into the CF admin and turn "maintain 
> connections" on or off.
> 
> Could you grab the full settings from neo-datasource.xml so 
> we can see what is configured there?
> 
> Jochem
> 
> -- 
> 
> Jochem van Dieten
> http://jochem.vandieten.net/
> 
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318912
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Verity Collection Corruption

2009-02-04 Thread Dave Watts

> What about if I'm doing updates.  Do I need to lock my cfindex or is
> CF8 smart enough to not try to concurrently update the collection if 2
> (or more) users hit the update button at the same time?

My understanding is that Verity K2 is smart enough to handle that.

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!

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318911
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Dynamic Form

2009-02-04 Thread Jason Congerton

Hi Peter

Thanks worked a treat!

Jason
> You need to start by not doing this:
>   
>   
>   
>   
>   
>   
> 
> Use bracket notation instead of the convoluted evaluate stuff.
> 
> Something like this might do what you want:

> 

> 
> 

> 

> INSERT INTO del_cost (del_cost)

> VALUES ( cfsqltype="cf_sql_integer">)

> 
> 

> 
> 
> 
> (If that doesn't make sense, hopefully someone else can come along and 
> improve on the answer, because unfortunately I have to go sleep.)
> 
> 


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318910
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Implementing Coldfusion and Sava CMS

2009-02-04 Thread cfcom

I have custom CF form that I need to use in Sava. I have first made a
component, then I called my custom form thru
[sava]dspInclude('display_objects/custom/friendclean1.cfm')[/sava]
But I am having trouble connecting it to the 'action page' thru Sava.

my form is:


I have tried a couple of approaches without success

1) I made another component that I called up thru a page with use of a
similar sava tag:
[sava]dspInclude('display_objects/custom/mycustomaction.cfm')[/sava]

2) I tried using the Unique ID that Sava places to each component, but it
didn't work
[sava]dspInclude('display_objects/custom/965321_SavaID')[/sava]

Does anyone know the correct procedure?

Thanks


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318909
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Dynamic Form

2009-02-04 Thread Peter Boughton

You need to start by not doing this:







Use bracket notation instead of the convoluted evaluate stuff.

Something like this might do what you want:




INSERT INTO del_cost (del_cost)
VALUES ()





(If that doesn't make sense, hopefully someone else can come along and improve 
on the answer, because unfortunately I have to go sleep.)




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318908
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: An appealing list of colors?

2009-02-04 Thread Casey Dougall

On Wed, Feb 4, 2009 at 12:54 PM, Robert Harrison  wrote:

>
> > Check out http://kuler.adobe.com/
>
> That's cool too. Bookmarked that one.
>
>

LOL @ Bookmarked... I got mine on quick launch

AIR app is cool as well ;-) Think the download link is bottom right of page
way out of the way or something.


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318907
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: An appealing list of colors?

2009-02-04 Thread Mike Kear

If you're wanting to get some colours together that will appeal to
your client,  or you're unsure what to suggest, there's an old trick
they use in textile and interior design retail stores - curtain
fabrics and upholstery fabrics etc .

They have swatches of things that have hundreds of colours, but when
you are shown (say) a wallpaper or a carpet swatch, if they havent had
a cue from you what colours you like,  they'll flick the swatch book
open to a shade of a colour you're wearing.   If you're wearing a blue
shirt when you go looking for curtain fabrics,   they'll show you
patterns involving blues, unless you've given them some indication
what colours you're looking for.

For us in the web site business, the same technique can be used.  If
you have no other cues from the client about their likes and dislikes,
  pick colours out of their logo, or something your client is wearing
- at least you know they like that colour (presumably).

Yes it doesnt always work.  There'll always be someone who hates blue
but is wearing the blue shirt because it's the only clean one left in
the drawer but it's a reasonable starting point in most cases.

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

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318906
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Dynamic Form

2009-02-04 Thread Jason Congerton

I have created a dynamic form from a table in my database, delivery types. I 
insert the data using the code below


   
   
   
   
   
   
   
   
   
   
   


INSERT INTO del_cost (del_cost)
VALUES (cfqueryparam cfsqltype="cf_sql_integer" value="#variables 
wp_delivery_cost #">)



The above code quite rightly inserts a record for each row in my form, however 
I want it only to insert the row which has been selected. 

e.g. User has choice of Premium Delivery: £25.00, Basic Delivery £20.00, he 
selects a radio button next to Basic Delivery. Each delivery option has its own 
id, so differentiating them isn’t a problem; just can’t think how to single 
out the selected record.(mind you it is getting late!)

Thanks

Jason


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318905
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: javascript debugger for ie

2009-02-04 Thread Charlie Griefer

On Wed, Feb 4, 2009 at 1:54 PM, Dave Watts  wrote:

>
> > ...and now I'm lost :)  I'd normally assume that by "don't work" you mean
> > they don't render properly.  But with that being the crux of this
> particular
> > tangent, I'm assuming that's not what you mean.  What server side code
> would
> > be poorly-written enough to "not work" based on the browser?
>
> I've run into plenty of sites which do one thing for IE, something
> else for Netscape/Firefox, and a default (crappy, reduced feature)
> thing for every other browser - even though some of those browsers
> would work fine with one of the first two cases.
>

OK back with ya.  Thanks.

Unfortunately, this all leaves Richard back at square 1 :\

-- 
I have failed as much as I have succeeded. But I love my life. I love my
wife. And I wish you my kind of success.


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318904
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: javascript debugger for ie

2009-02-04 Thread Gerald Guido

It is common to have to have 2 or 3 versions of CSS to accommodate for
browser inconsistencies. A friend of mine does *nothing but* UI design and
he says that he usually has at least 2 versions of CSS.

So that plugin that Charlie showed me allowed me to see the the IE
Stylesheet in FF and use Firebug (I am not fond of the IE debugger).  Again
thanx.


>>"not work" based on the browser?


I donno why browser/version would effect server side stuff unless it was
AJAX-y/CSS type features that would too much a pain to warrant the expense
of a rewrite.

G!

On Wed, Feb 4, 2009 at 4:54 PM, Dave Watts  wrote:

>
> > ...and now I'm lost :)  I'd normally assume that by "don't work" you mean
> > they don't render properly.  But with that being the crux of this
> particular
> > tangent, I'm assuming that's not what you mean.  What server side code
> would
> > be poorly-written enough to "not work" based on the browser?
>
> I've run into plenty of sites which do one thing for IE, something
> else for Netscape/Firefox, and a default (crappy, reduced feature)
> thing for every other browser - even though some of those browsers
> would work fine with one of the first two cases.
>
> 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!
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318903
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: PayPal French accents mishandled from CF pages

2009-02-04 Thread John Pullam

>The meta tags on the pages all say content="text/html; charset=iso-8859-1">
>
>If your whole application is designed in ISO-8859-1, you must inform CF, 
>at least CFMX, because
>CFMX automatically generates headers that you don't see and that declare 
>the content to be UTF-8.
>
>I have some applications in ISO-8859 that for some reason must be 
>compatible with CF 5 AND CFMX,
>and this is what I'm using in Application.cfm:
>listGetAt(server.coldfusion.productVersion, 1)>
>
>
>
>
>
>
>
>

Things are working correctly now. 

For the record, while PayPal did in fact offer the ability to specify encoding, 
it did nothing and the PayPal folks blamed CF (incorrectly IMHO).

I prefaced the page that contains the PayPal form with this:



(in place of the previous directive) and it is now fine.

Thanx to all for the ideas and help. John. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318902
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Verity Collection Corruption

2009-02-04 Thread Phi Dinh

Dave,
What about if I'm doing updates.  Do I need to lock my cfindex or is  
CF8 smart enough to not try to concurrently update the collection if 2  
(or more) users hit the update button at the same time?

-Phi

On Feb 3, 2009, at 8:00 AM, cf-talk wrote:

> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318901
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: javascript debugger for ie

2009-02-04 Thread Dave Watts

> ...and now I'm lost :)  I'd normally assume that by "don't work" you mean
> they don't render properly.  But with that being the crux of this particular
> tangent, I'm assuming that's not what you mean.  What server side code would
> be poorly-written enough to "not work" based on the browser?

I've run into plenty of sites which do one thing for IE, something
else for Netscape/Firefox, and a default (crappy, reduced feature)
thing for every other browser - even though some of those browsers
would work fine with one of the first two cases.

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!

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318900
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 Eclipse/CFEclipse

2009-02-04 Thread N K

Take a look at the following link ,might help 
http://groups.google.com/group/cfeclipse-users/browse_thread/thread/5734e5eba0468305/1b6670cb6cf3723e?hl=en&lnk=gst&q=install+#1b6670cb6cf3723e


>  Hi,
> 
> I am still getting the same as before.  I uninstalled and reinstalled
> and the same error is appearing.
> 
> Thanks
> Mario
> 
> -Original Message-
> From: N K [mailto:neetukais...@gmail.com] 
> Sent: Wednesday, February 04, 2009 12:48 PM
> To: cf-talk
> Subject: Re: Help with Eclipse/CFEclipse
> 
> 
> Hi ,
> 
> Check out the following link
> http://trac.cfeclipse.org/cfeclipse/wiki/InstallingCfeclipse
> 
> The steps shown one by one are required in order for eclipse to work 
> for
> CFeclipse plugin.
> The most important step would be "Installing CFEclipse"
> 
> Let me know if it works.
> 
=> =
> Please access the attached hyperlink for an important electronic 
> communications disclaimer: 
> 
> http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
=> =


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318899
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


populate cfselect based on onClick of a radio button

2009-02-04 Thread Nathan Chen

Hi, All:

 

This might be a simple issue but my knowledge just runs out. I have 3


 



Select MyField from mytable where myID = 'B'



 



Select Myfiled from mytable where myID= 'C'



 

















 

What I need is to pass the value "A", "B", or "C" from one of the
 to  so that the "query" inside  would be
query="A", or query="B", or query="C". I know I have to do a onClick
inside  but how do I pass the value? Is there any CF tag that
does this?

 

Any pointer is appreciated.

 

 

Nathan Chen

 

 

 

 



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318898
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 Eclipse/CFEclipse

2009-02-04 Thread N K

I am sure its not easy getting,because I have struggled myself while installing 
it.
The only thing I can think of is the type of Eclipse being installed and am 
sure not sure which one you are using but one of the following should work 
1)"Eclipse for RCP/Plug-in Developers (175 MB)" OR 
2)"Eclipse Classic 3.4.1 (151 MB)" 



>  Hi,
> 
> I am still getting the same as before.  I uninstalled and reinstalled
> and the same error is appearing.
> 
> Thanks
> Mario
> 
> -Original Message-
> From: N K [mailto:neetukais...@gmail.com] 
> Sent: Wednesday, February 04, 2009 12:48 PM
> To: cf-talk
> Subject: Re: Help with Eclipse/CFEclipse
> 
> 
> Hi ,
> 
> Check out the following link
> http://trac.cfeclipse.org/cfeclipse/wiki/InstallingCfeclipse
> 
> The steps shown one by one are required in order for eclipse to work 
> for
> CFeclipse plugin.
> The most important step would be "Installing CFEclipse"
> 
> Let me know if it works.
> 
=> =
> Please access the attached hyperlink for an important electronic 
> communications disclaimer: 
> 
> http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
=> =


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318897
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: This CFC function and jQuery Ajax stuff is killing me...

2009-02-04 Thread John M Bliss

Fair enough.  There *are* limits to what cfgrid can do "natively."  But the
basics are *so* easy.

On Wed, Feb 4, 2009 at 2:46 PM, Rick Faircloth wrote:

>
> Well, I have to admit I've never tried any of the
> CF8 built-in ajax widgets.
>
> I've considered it, but as with most widgets, sooner
> or later I'm going to run into their limitations and
> have to learn to get more granular control over the
> code by hand-coding it so I might as well start now.
>
> I've been working with jQuery and, up until now, everything
> I've tried has been relatively simple.
>
> So, I thought I'd just try to tackle this so I can
> keep everything hand-coded.  (A glutton for punishment...)
>
> Rick
>
> > -Original Message-
> > From: John M Bliss [mailto:bliss.j...@gmail.com]
> > Sent: Wednesday, February 04, 2009 3:20 PM
> > To: cf-talk
> > Subject: Re: This CFC function and jQuery Ajax stuff is killing me...
> >
> >
> > Maybe OT but do you dislike cfgrid?
> >
> > On Wed, Feb 4, 2009 at 12:57 PM, Rick Faircloth <
> r...@whitestonemedia.com>wrote:
> >
> > >
> > > Hi, John...and thanks for the reply.
> > >
> > > Yes, the data is headed for a table.
> > >
> > > I'll be outputting rows set up like this:
> > >
> > > Date am/pm position agent
> > >
> > > Just those four rows.  This is the first
> > > time I've tried to output more than single
> > > elements returned via ajax.  Usually, I can just
> > > specify what the individual data is for the return,
> > > such as struct.name, struct.date, etc.  Now I'm trying
> > > to figure out how to deal with queries, etc.
> > >
> > > I wish I could somehow get this back into a structure
> > > where I could use CF code to deal with it...oh, that
> > > would be nice...
> > >
> > > Rick
> > >
> > >
> > > > -Original Message-
> > > > From: John M Bliss [mailto:bliss.j...@gmail.com]
> > > > Sent: Wednesday, February 04, 2009 7:37 AM
> > > > To: cf-talk
> > > > Subject: Re: This CFC function and jQuery Ajax stuff is killing me...
> > > >
> > > >
> > > > Can we have some more background?  What are you going to be doing
> with
> > > this
> > > > data once you get it back to the calling page?  A grid or what?
> > > >
> > > > On Tue, Feb 3, 2009 at 11:57 PM, James Holmes <
> james.hol...@gmail.com
> > > >wrote:
> > > >
> > > > >
> > > > > Try $.getJSON instead of $.ajax for a little more efficiency.
> > > > >
> > > > > cfajaxproxy is the JS way of getting to the same point,
> essentially.
> > > > > With either method, you need to be able to write the JS you need to
> > > > > use the result set. You're getting back an object with two
> properties:
> > > > > COLUMNS and DATA. COLUMNS is an array; DATA is an array of arrays.
> So
> > > > > yes, there's going to be some looping involved.
> > > > >
> > > > > mxAjax / CFAjax docs and other useful articles:
> > > > > http://www.bifrost.com.au/blog/
> > > > >
> > > > >
> > > > >
> > > > > 2009/2/4 Rick Faircloth :
> > > > > >
> > > > > > The call that I've been using is
> > > > > >
> > > > > > $.ajax({  cache: false,
> > > > > >  type:  "post",
> > > > > >  url:
> > > > > "../components/floor_duty.cfc?method="get_duty_schedule",
> > > > > >  dataType:  "json",
> > > > > >  data:  "formval",<--- form values, etc., are put
> > > into
> > > > > this variable
> > > > > >  success:   function(response) {
> > > > > >
> > > > > > etc...
> > > > > >
> > > > > > and in the cfc method, I specify returnFormat = "json".
> > > > > >
> > > > > > I looked over the Adobe docs and another resource I found,
> > > > > > but I've got to tell you, I couldn't figure out what to do
> > > > > > with the information.
> > > > > >
> > > > > > Am I supposed to make use of "cfajaxproxy" tag or Spry or what?
> > > > > > From looking at the example in the docs for using an asynchronous
> > > > > > CFC proxy, it's quite complicated.  Will I have to learn how
> > > > > > to loop over the data from the ajax call using javascript to be
> > > > > > able to use the data on my calling page?
> > > > > >
> > > > > > I hope there's a much simpler answer than what I'm suspecting.
> > > > > > I was just hoping I'd be able to use the struct (structSchedule
> > > > > > in my code) much like I would a cfquery.
> > > > > >
> > > > > > Rick
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >> -Original Message-
> > > > > >> From: James Holmes [mailto:james.hol...@gmail.com]
> > > > > >> Sent: Tuesday, February 03, 2009 10:01 PM
> > > > > >> To: cf-talk
> > > > > >> Subject: Re: This CFC function and jQuery Ajax stuff is killing
> > > me...
> > > > > >>
> > > > > >>
> > > > > >> I should have added that I was wondering how you used jQuery to
> do
> > > the
> > > > > >> Ajax call, since $.getJSON() should automatically convert the
> JSON
> > > to
> > > > > >> data:
> > > > > >>
> > > > > >> http://docs.jquery.com/Ajax/jQuery.getJSON
> > > > > >>
> > > > > >> mxAjax / CFAjax do

RE: This CFC function and jQuery Ajax stuff is killing me...

2009-02-04 Thread Rick Faircloth

Well, I have to admit I've never tried any of the
CF8 built-in ajax widgets.

I've considered it, but as with most widgets, sooner
or later I'm going to run into their limitations and
have to learn to get more granular control over the
code by hand-coding it so I might as well start now.

I've been working with jQuery and, up until now, everything
I've tried has been relatively simple.

So, I thought I'd just try to tackle this so I can
keep everything hand-coded.  (A glutton for punishment...)

Rick

> -Original Message-
> From: John M Bliss [mailto:bliss.j...@gmail.com]
> Sent: Wednesday, February 04, 2009 3:20 PM
> To: cf-talk
> Subject: Re: This CFC function and jQuery Ajax stuff is killing me...
> 
> 
> Maybe OT but do you dislike cfgrid?
> 
> On Wed, Feb 4, 2009 at 12:57 PM, Rick Faircloth 
> wrote:
> 
> >
> > Hi, John...and thanks for the reply.
> >
> > Yes, the data is headed for a table.
> >
> > I'll be outputting rows set up like this:
> >
> > Date am/pm position agent
> >
> > Just those four rows.  This is the first
> > time I've tried to output more than single
> > elements returned via ajax.  Usually, I can just
> > specify what the individual data is for the return,
> > such as struct.name, struct.date, etc.  Now I'm trying
> > to figure out how to deal with queries, etc.
> >
> > I wish I could somehow get this back into a structure
> > where I could use CF code to deal with it...oh, that
> > would be nice...
> >
> > Rick
> >
> >
> > > -Original Message-
> > > From: John M Bliss [mailto:bliss.j...@gmail.com]
> > > Sent: Wednesday, February 04, 2009 7:37 AM
> > > To: cf-talk
> > > Subject: Re: This CFC function and jQuery Ajax stuff is killing me...
> > >
> > >
> > > Can we have some more background?  What are you going to be doing with
> > this
> > > data once you get it back to the calling page?  A grid or what?
> > >
> > > On Tue, Feb 3, 2009 at 11:57 PM, James Holmes  > >wrote:
> > >
> > > >
> > > > Try $.getJSON instead of $.ajax for a little more efficiency.
> > > >
> > > > cfajaxproxy is the JS way of getting to the same point, essentially.
> > > > With either method, you need to be able to write the JS you need to
> > > > use the result set. You're getting back an object with two properties:
> > > > COLUMNS and DATA. COLUMNS is an array; DATA is an array of arrays. So
> > > > yes, there's going to be some looping involved.
> > > >
> > > > mxAjax / CFAjax docs and other useful articles:
> > > > http://www.bifrost.com.au/blog/
> > > >
> > > >
> > > >
> > > > 2009/2/4 Rick Faircloth :
> > > > >
> > > > > The call that I've been using is
> > > > >
> > > > > $.ajax({  cache: false,
> > > > >  type:  "post",
> > > > >  url:
> > > > "../components/floor_duty.cfc?method="get_duty_schedule",
> > > > >  dataType:  "json",
> > > > >  data:  "formval",<--- form values, etc., are put
> > into
> > > > this variable
> > > > >  success:   function(response) {
> > > > >
> > > > > etc...
> > > > >
> > > > > and in the cfc method, I specify returnFormat = "json".
> > > > >
> > > > > I looked over the Adobe docs and another resource I found,
> > > > > but I've got to tell you, I couldn't figure out what to do
> > > > > with the information.
> > > > >
> > > > > Am I supposed to make use of "cfajaxproxy" tag or Spry or what?
> > > > > From looking at the example in the docs for using an asynchronous
> > > > > CFC proxy, it's quite complicated.  Will I have to learn how
> > > > > to loop over the data from the ajax call using javascript to be
> > > > > able to use the data on my calling page?
> > > > >
> > > > > I hope there's a much simpler answer than what I'm suspecting.
> > > > > I was just hoping I'd be able to use the struct (structSchedule
> > > > > in my code) much like I would a cfquery.
> > > > >
> > > > > Rick
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >> -Original Message-
> > > > >> From: James Holmes [mailto:james.hol...@gmail.com]
> > > > >> Sent: Tuesday, February 03, 2009 10:01 PM
> > > > >> To: cf-talk
> > > > >> Subject: Re: This CFC function and jQuery Ajax stuff is killing
> > me...
> > > > >>
> > > > >>
> > > > >> I should have added that I was wondering how you used jQuery to do
> > the
> > > > >> Ajax call, since $.getJSON() should automatically convert the JSON
> > to
> > > > >> data:
> > > > >>
> > > > >> http://docs.jquery.com/Ajax/jQuery.getJSON
> > > > >>
> > > > >> mxAjax / CFAjax docs and other useful articles:
> > > > >> http://www.bifrost.com.au/blog/
> > > > >>
> > > > >>
> > > > >>
> > > > >> 2009/2/4 Rick Faircloth :
> > > > >> >
> > > > >> > Thanks for the tips, James... I'll see what I can do!
> > > > >> >
> > > > >> > Rick
> > > > >>
> > > > >>
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
> 
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic re

Re: This CFC function and jQuery Ajax stuff is killing me...

2009-02-04 Thread Charlie Griefer

On Wed, Feb 4, 2009 at 12:31 PM, Rick Faircloth wrote:

>
> PS - When all you've got is a hammer,
> everything looks like a nail!
>


PPS - that's not a "good thing" :)

-- 
I have failed as much as I have succeeded. But I love my life. I love my
wife. And I wish you my kind of success.


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318894
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: This CFC function and jQuery Ajax stuff is killing me...

2009-02-04 Thread Rick Faircloth

> well now you sound like my wife

Well, according to your tagline, you love your wife,
so I guess I'm in good company!

:o)

PS - When all you've got is a hammer,
 everything looks like a nail!



> -Original Message-
> From: Charlie Griefer [mailto:charlie.grie...@gmail.com]
> Sent: Wednesday, February 04, 2009 2:48 PM
> To: cf-talk
> Subject: Re: This CFC function and jQuery Ajax stuff is killing me...
> 
> 
> On Wed, Feb 4, 2009 at 11:32 AM, Rick Faircloth 
> wrote:
> 
> >
> > Oh, Charlie...you make me sad...
> >
> 
> well now you sound like my wife and her mother.
> 
> 
> > Yeah, I get the server-side vs client-side...I was just
> > hoping that somehow I would get to work with CF code
> > back on the calling page.
> >
> 
> but you can't.  we've established that already.  stop spending time looking
> for that magic bullet and focus on doing whatcha need to do.
> 
> 
> > Why don't you just figure out how we can query the
> > JS data, like a QoQ or something and turn it back into
> > CF data!  I like it!
> >
> 
> if i'm going to spend time figuring out stuff that can't be figured out, i'd
> prefer to spend it figuring out how to regrow my hair.
> 
> 
> > Anyway...I'll live with the limitations...for now.
> >
> > But sooner or later we're going to have to set all this
> > up properly! :o)
> >
> 
> it is proper.  you need a hammer and a screwdriver.  but all you have is a
> hammer.  stop trying to figure out how to properly hammer in the screw, and
> invest in the screwdriver.
> 
> 
> >
> > Thanks for the help!
> >
> > Rick
> >
> 
> --
> I have failed as much as I have succeeded. But I love my life. I love my
> wife. And I wish you my kind of success.
> 
> 
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318893
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: This CFC function and jQuery Ajax stuff is killing me...

2009-02-04 Thread John M Bliss

Maybe OT but do you dislike cfgrid?

On Wed, Feb 4, 2009 at 12:57 PM, Rick Faircloth wrote:

>
> Hi, John...and thanks for the reply.
>
> Yes, the data is headed for a table.
>
> I'll be outputting rows set up like this:
>
> Date am/pm position agent
>
> Just those four rows.  This is the first
> time I've tried to output more than single
> elements returned via ajax.  Usually, I can just
> specify what the individual data is for the return,
> such as struct.name, struct.date, etc.  Now I'm trying
> to figure out how to deal with queries, etc.
>
> I wish I could somehow get this back into a structure
> where I could use CF code to deal with it...oh, that
> would be nice...
>
> Rick
>
>
> > -Original Message-
> > From: John M Bliss [mailto:bliss.j...@gmail.com]
> > Sent: Wednesday, February 04, 2009 7:37 AM
> > To: cf-talk
> > Subject: Re: This CFC function and jQuery Ajax stuff is killing me...
> >
> >
> > Can we have some more background?  What are you going to be doing with
> this
> > data once you get it back to the calling page?  A grid or what?
> >
> > On Tue, Feb 3, 2009 at 11:57 PM, James Holmes  >wrote:
> >
> > >
> > > Try $.getJSON instead of $.ajax for a little more efficiency.
> > >
> > > cfajaxproxy is the JS way of getting to the same point, essentially.
> > > With either method, you need to be able to write the JS you need to
> > > use the result set. You're getting back an object with two properties:
> > > COLUMNS and DATA. COLUMNS is an array; DATA is an array of arrays. So
> > > yes, there's going to be some looping involved.
> > >
> > > mxAjax / CFAjax docs and other useful articles:
> > > http://www.bifrost.com.au/blog/
> > >
> > >
> > >
> > > 2009/2/4 Rick Faircloth :
> > > >
> > > > The call that I've been using is
> > > >
> > > > $.ajax({  cache: false,
> > > >  type:  "post",
> > > >  url:
> > > "../components/floor_duty.cfc?method="get_duty_schedule",
> > > >  dataType:  "json",
> > > >  data:  "formval",<--- form values, etc., are put
> into
> > > this variable
> > > >  success:   function(response) {
> > > >
> > > > etc...
> > > >
> > > > and in the cfc method, I specify returnFormat = "json".
> > > >
> > > > I looked over the Adobe docs and another resource I found,
> > > > but I've got to tell you, I couldn't figure out what to do
> > > > with the information.
> > > >
> > > > Am I supposed to make use of "cfajaxproxy" tag or Spry or what?
> > > > From looking at the example in the docs for using an asynchronous
> > > > CFC proxy, it's quite complicated.  Will I have to learn how
> > > > to loop over the data from the ajax call using javascript to be
> > > > able to use the data on my calling page?
> > > >
> > > > I hope there's a much simpler answer than what I'm suspecting.
> > > > I was just hoping I'd be able to use the struct (structSchedule
> > > > in my code) much like I would a cfquery.
> > > >
> > > > Rick
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >> -Original Message-
> > > >> From: James Holmes [mailto:james.hol...@gmail.com]
> > > >> Sent: Tuesday, February 03, 2009 10:01 PM
> > > >> To: cf-talk
> > > >> Subject: Re: This CFC function and jQuery Ajax stuff is killing
> me...
> > > >>
> > > >>
> > > >> I should have added that I was wondering how you used jQuery to do
> the
> > > >> Ajax call, since $.getJSON() should automatically convert the JSON
> to
> > > >> data:
> > > >>
> > > >> http://docs.jquery.com/Ajax/jQuery.getJSON
> > > >>
> > > >> mxAjax / CFAjax docs and other useful articles:
> > > >> http://www.bifrost.com.au/blog/
> > > >>
> > > >>
> > > >>
> > > >> 2009/2/4 Rick Faircloth :
> > > >> >
> > > >> > Thanks for the tips, James... I'll see what I can do!
> > > >> >
> > > >> > Rick
> > > >>
> > > >>
> > > >
> > > >
> > >
> > >
> >
> >
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318892
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: javascript debugger for ie

2009-02-04 Thread Charlie Griefer

On Wed, Feb 4, 2009 at 12:02 PM, Dave Watts  wrote:

>
> > What would be the advantage of switching the user agent otherwise?  I can
> > see if maybe a particular site only supported a given browser... would
> there
> > be others?  Just curious.
>
> You can use it to tell the server to generate code for another
> browser, and there are all kinds of uses for that.
>
> I often do this to see how sites respond to Google Search Appliances,
> which send a specific user agent (gsa-crawler). I also do it when
> using Experts Exchange - if you identify your browser as Googlebot you
> get the content that Google indexes.
>

OK I'm with you so far...


> If you're using Opera, many (poorly-written) sites don't work, so you
> may change your user agent to something more common.
>

...and now I'm lost :)  I'd normally assume that by "don't work" you mean
they don't render properly.  But with that being the crux of this particular
tangent, I'm assuming that's not what you mean.  What server side code would
be poorly-written enough to "not work" based on the browser?

-- 
I have failed as much as I have succeeded. But I love my life. I love my
wife. And I wish you my kind of success.


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318891
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Antigen Notification

2009-02-04 Thread Charlie Griefer

On Wed, Feb 4, 2009 at 12:04 PM, Dave Watts  wrote:

>
> > I'm getting them every time I post to CF. Just yelled at my network
> guy...
> > whoops.
> >
> > We'll he was due anyway.
>
> Oh, I'll bet you'll pay for that.
>

he'll laugh at that when he sees it next week after his internet access is
restored :)

-- 
I have failed as much as I have succeeded. But I love my life. I love my
wife. And I wish you my kind of success.


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318890
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Antigen Notification

2009-02-04 Thread Dave Watts

> I'm getting them every time I post to CF. Just yelled at my network guy...
> whoops.
>
> We'll he was due anyway.

Oh, I'll bet you'll pay for that.

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!

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318889
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: javascript debugger for ie

2009-02-04 Thread Dave Watts

> What would be the advantage of switching the user agent otherwise?  I can
> see if maybe a particular site only supported a given browser... would there
> be others?  Just curious.

You can use it to tell the server to generate code for another
browser, and there are all kinds of uses for that.

I often do this to see how sites respond to Google Search Appliances,
which send a specific user agent (gsa-crawler). I also do it when
using Experts Exchange - if you identify your browser as Googlebot you
get the content that Google indexes.

If you're using Opera, many (poorly-written) sites don't work, so you
may change your user agent to something more common.

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!

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:31
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Antigen Notification

2009-02-04 Thread Michael Dinowitz

Found it. Fixed it


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318887
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Antigen Notification

2009-02-04 Thread Charlie Griefer

just forwarded you a couple.

On Wed, Feb 4, 2009 at 11:54 AM, Michael Dinowitz <
mdino...@houseoffusion.com> wrote:

>
> can you forward me the entire message so I can look it over and stop it. I
> just need to see who's address is generating these.
> Thanks
>
> On Wed, Feb 4, 2009 at 2:42 PM, Claude Schneegans <
> schneeg...@internetique.com> wrote:
>
> >
> > Hi,
> >
> > Wondering if other people are receiving this message for every message
> > they post here:
> >  >>Microsoft Antigen for Exchange found a message matching a filter. The
> > message is currently Purged.
> >  >>Message: "Re: PayPal French accents mishandled from CF pages"
> >  >>Filter name: "IllegalMimeHeader"
> >
> > Looks some one here is behind some moron "anti-spam filter"?
> > Or CF_Talk is really generating bad Mime header?
> >
> >
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318886
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Antigen Notification

2009-02-04 Thread Robert Harrison

I'm getting them every time I post to CF. Just yelled at my network guy...
whoops. 

We'll he was due anyway.

Robert B. Harrison
Director of Interactive services
Austin & Williams
125 Kennedy Drive, Suite 100 Hauppauge NY 11788
T : 631.231.6600 Ext. 119 
F : 631.434.7022
www.austin-williams.com

Great advertising can't be either/or... It must be &.




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318885
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Antigen Notification

2009-02-04 Thread Patrick Santora

I've gotten a few as well

On Wed, Feb 4, 2009 at 11:48 AM, Charlie Griefer
wrote:

>
> i got a few of them off of that thread.
>
> On Wed, Feb 4, 2009 at 11:42 AM, Claude Schneegans <
> schneeg...@internetique.com> wrote:
>
> >
> > Hi,
> >
> > Wondering if other people are receiving this message for every message
> > they post here:
> >  >>Microsoft Antigen for Exchange found a message matching a filter. The
> > message is currently Purged.
> >  >>Message: "Re: PayPal French accents mishandled from CF pages"
> >  >>Filter name: "IllegalMimeHeader"
> >
> > Looks some one here is behind some moron "anti-spam filter"?
> > Or CF_Talk is really generating bad Mime header?
> >
> >
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318884
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Antigen Notification

2009-02-04 Thread Michael Dinowitz

can you forward me the entire message so I can look it over and stop it. I
just need to see who's address is generating these.
Thanks

On Wed, Feb 4, 2009 at 2:42 PM, Claude Schneegans <
schneeg...@internetique.com> wrote:

>
> Hi,
>
> Wondering if other people are receiving this message for every message
> they post here:
>  >>Microsoft Antigen for Exchange found a message matching a filter. The
> message is currently Purged.
>  >>Message: "Re: PayPal French accents mishandled from CF pages"
>  >>Filter name: "IllegalMimeHeader"
>
> Looks some one here is behind some moron "anti-spam filter"?
> Or CF_Talk is really generating bad Mime header?
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318883
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Antigen Notification

2009-02-04 Thread Charlie Griefer

i got a few of them off of that thread.

On Wed, Feb 4, 2009 at 11:42 AM, Claude Schneegans <
schneeg...@internetique.com> wrote:

>
> Hi,
>
> Wondering if other people are receiving this message for every message
> they post here:
>  >>Microsoft Antigen for Exchange found a message matching a filter. The
> message is currently Purged.
>  >>Message: "Re: PayPal French accents mishandled from CF pages"
>  >>Filter name: "IllegalMimeHeader"
>
> Looks some one here is behind some moron "anti-spam filter"?
> Or CF_Talk is really generating bad Mime header?
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318882
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: This CFC function and jQuery Ajax stuff is killing me...

2009-02-04 Thread Charlie Griefer

On Wed, Feb 4, 2009 at 11:32 AM, Rick Faircloth wrote:

>
> Oh, Charlie...you make me sad...
>

well now you sound like my wife and her mother.


> Yeah, I get the server-side vs client-side...I was just
> hoping that somehow I would get to work with CF code
> back on the calling page.
>

but you can't.  we've established that already.  stop spending time looking
for that magic bullet and focus on doing whatcha need to do.


> Why don't you just figure out how we can query the
> JS data, like a QoQ or something and turn it back into
> CF data!  I like it!
>

if i'm going to spend time figuring out stuff that can't be figured out, i'd
prefer to spend it figuring out how to regrow my hair.


> Anyway...I'll live with the limitations...for now.
>
> But sooner or later we're going to have to set all this
> up properly! :o)
>

it is proper.  you need a hammer and a screwdriver.  but all you have is a
hammer.  stop trying to figure out how to properly hammer in the screw, and
invest in the screwdriver.


>
> Thanks for the help!
>
> Rick
>

-- 
I have failed as much as I have succeeded. But I love my life. I love my
wife. And I wish you my kind of success.


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318881
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Antigen Notification

2009-02-04 Thread Claude Schneegans

Hi,

Wondering if other people are receiving this message for every message 
they post here:
 >>Microsoft Antigen for Exchange found a message matching a filter. The 
message is currently Purged.
 >>Message: "Re: PayPal French accents mishandled from CF pages"
 >>Filter name: "IllegalMimeHeader"

Looks some one here is behind some moron "anti-spam filter"?
Or CF_Talk is really generating bad Mime header?

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318880
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF8 Multi Server Config Help

2009-02-04 Thread Joel Polsky

Dave, what would you recommend?
Clean up old mappings > Establish a naming convention for the new stuff to
avoid conflicts > when complete, clean house and remove old mappings

 Thanks!

On Wed, Feb 4, 2009 at 2:21 PM, Dave Watts  wrote:

>
> > My understanding the one of the benefits of multi instance is that I can
> > have a totally fresh CF8 instance with out any of the settings, db's or
> > mappings that may have been created previously.  I want separate to avoid
> > any problems.  Is that a BAD idea? Should we just develop on the existing
> > server and create any new mappings, db's as necessary (it's quite
> cluttered
> > as it currently stands, multiple db's - Access, MySQL, MSSQL)
>
> It's not bad to use multiple instances, but there is a resource cost
> incurred by doing so. It's unlikely that you'll have a conflict
> between the datasources within a single server instance, but more
> likely that you might have a conflict between mappings, I guess. That
> said, it's a lot of work to switch your server configuration just to
> get a "clean slate" for a single application.
>
> 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!
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318879
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Sequential CFID issue

2009-02-04 Thread Joshua O'Connor-Rose

We are setting up our sites for PCI compliance and a third party
(securitymetrics) is evaluating our sites and returning this issue

"Synopsis : The remote web server generates predictable session IDs.
Description : The remote web server generates a session ID for each
connection. A session ID is typically used to keep track of the
actions of a user while he visits a web site. The remote server
generates non-random session IDs. An attacker might use this flaw to
guess the session IDs of other users and therefore steal their
session. See also : http://pdos.csail.mit.edu/cookies/seq_se
ssionid.html Solution: Configure the remote site and CGIs so as to use
random session IDs. Risk Factor: Medium  / CVSS Base Score : 6.4
(CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:N)"

This report shows up for CF sites.  It is generated by the scans we
are doing for PCI compliance, which means it HAS to be fixed.

After doing a bit of research I'm finding the CFID will always be
sequential no matter what you set up on the server but that isn't the
only thing that sessions rely on. (They also rely on cftoken which is
randomized) I thought by changing to JSESSIONID that would solve the
issue. But further research determined this was a terrible idea as we
have a number of sites that rely on client variable state and newer
sites that use session state variables (and a disturbing few that use
both)

So I want to help the infrastructure folks with this and be able to
articulate either that CF sessions rely on both CFID and CFTOKEN and
since one is randomized that we meet the requirements, or learn a way
to set it up so that the sites pass the test.

Does anyone have a solution for this. Has anyone encountered this issue before?

Anything that could help would be appreciated


-- 
Joshua O'Connor-Rose
-All is Good

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318878
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: This CFC function and jQuery Ajax stuff is killing me...

2009-02-04 Thread Rick Faircloth

Oh, Charlie...you make me sad...

Yeah, I get the server-side vs client-side...I was just
hoping that somehow I would get to work with CF code
back on the calling page.

Why don't you just figure out how we can query the
JS data, like a QoQ or something and turn it back into
CF data!  I like it!

Anyway...I'll live with the limitations...for now.

But sooner or later we're going to have to set all this
up properly! :o)

Thanks for the help!

Rick

> -Original Message-
> From: Charlie Griefer [mailto:charlie.grie...@gmail.com]
> Sent: Wednesday, February 04, 2009 2:14 PM
> To: cf-talk
> Subject: Re: This CFC function and jQuery Ajax stuff is killing me...
> 
> 
> no no no no no.
> again CF = server side.  JS = client side.
> 
> if you pass JSON -to- the server -from- the client, you can use cfjson to
> create coldfusion structures with it.  Or, if you're on CF8, you can just
> use the built-in deserializeJSON().
> 
> But (again)... if you've SENT data FROM coldfusion TO the client, you are
> now on the client.  At some point  you're going to have to accept that there
> is no client side ColdFusion.  The "J" in AJAX is JavaScript.  If you're
> going to be working with AJAX, you're going to have to bite the bullet at
> some point and roll up your sleeves and work with JavaScript.  Or, yes, you
> can use the built in AJAX functionality within CF.  depending on what you
> need to do it might be robust enough.  But (IMO) the built in AJAX stuff,
> while handy for quick one-offs, is not a replacement for really knowing and
> understanding how to work with AJAX.
> 
> On Wed, Feb 4, 2009 at 4:29 AM, Rick Faircloth 
> wrote:
> 
> >
> > Thanks for the further tips, James...I'm sure it'll all
> > come clear...(eventually :o)
> >
> > So, am I to understand, that after reading
> > http://jehiah.com/projects/cfjson/
> > that CFJSON will translate my json-formatted
> > javascript data returned from an ajax call into
> > CF-formatted data, ready-to-use on my calling page
> > without having to write js translation looping procedures, etc.?
> >
> > In essence, CFJSON was written to solve my problem of getting
> > JSON-formatted data from a CFC back into CF-formatted data so
> > I can use standard CF operations on it?
> >
> > Rick
> >
> >
> > > -Original Message-
> > > From: James Holmes [mailto:james.hol...@gmail.com]
> > > Sent: Wednesday, February 04, 2009 12:58 AM
> > > To: cf-talk
> > > Subject: Re: This CFC function and jQuery Ajax stuff is killing me...
> > >
> > >
> > > Try $.getJSON instead of $.ajax for a little more efficiency.
> > >
> > > cfajaxproxy is the JS way of getting to the same point, essentially.
> > > With either method, you need to be able to write the JS you need to
> > > use the result set. You're getting back an object with two properties:
> > > COLUMNS and DATA. COLUMNS is an array; DATA is an array of arrays. So
> > > yes, there's going to be some looping involved.
> > >
> > > mxAjax / CFAjax docs and other useful articles:
> > > http://www.bifrost.com.au/blog/
> > >
> > >
> > >
> > > 2009/2/4 Rick Faircloth :
> > > >
> > > > The call that I've been using is
> > > >
> > > > $.ajax({  cache: false,
> > > >  type:  "post",
> > > >  url:
> > "../components/floor_duty.cfc?method="get_duty_schedule",
> > > >  dataType:  "json",
> > > >  data:  "formval",<--- form values, etc., are put into
> > this variable
> > > >  success:   function(response) {
> > > >
> > > > etc...
> > > >
> > > > and in the cfc method, I specify returnFormat = "json".
> > > >
> > > > I looked over the Adobe docs and another resource I found,
> > > > but I've got to tell you, I couldn't figure out what to do
> > > > with the information.
> > > >
> > > > Am I supposed to make use of "cfajaxproxy" tag or Spry or what?
> > > > From looking at the example in the docs for using an asynchronous
> > > > CFC proxy, it's quite complicated.  Will I have to learn how
> > > > to loop over the data from the ajax call using javascript to be
> > > > able to use the data on my calling page?
> > > >
> > > > I hope there's a much simpler answer than what I'm suspecting.
> > > > I was just hoping I'd be able to use the struct (structSchedule
> > > > in my code) much like I would a cfquery.
> > > >
> > > > Rick
> > > >
> > > >
> > > >
> >
> >
> >
> >
> 
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318877
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 Eclipse/CFEclipse

2009-02-04 Thread Gerald Guido

You might want to hit up the folks at the CFE mailing list:
 http://groups.google.com/group/cfeclipse-users?hl=en

On Wed, Feb 4, 2009 at 2:13 PM, Ciliotta, Mario <
mario.cilio...@credit-suisse.com> wrote:

>
> Hi,
>
> I installed both product according to their instruction and I still
> receive the error message below.  I even uninstalled and reinstalled the
> apps and I still am presented with the same error.
>
>
>
> -Original Message-
> From: N K [mailto:neetukais...@gmail.com]
> Sent: Wednesday, February 04, 2009 12:48 PM
> To: cf-talk
> Subject: Re: Help with Eclipse/CFEclipse
>
>
> Hi ,
>
> Check out the following link
> http://trac.cfeclipse.org/cfeclipse/wiki/InstallingCfeclipse
>
> The steps shown one by one are required in order for eclipse to work for
> CFeclipse plugin.
> The most important step would be "Installing CFEclipse"
>
> Let me know if it works.
>
>
>
>
>
>
> > Hi all,
> >
> > I was wondering if anyone can help with an issue I seem to be having
> > running Eclipse/CFEclipse.  I am running Eclipse 3.4.1 and CFEclipse
> > 1.3.1.5 on Windows XP Pro.  The problem that I am experiencing is that
>
> > I cannot up open or show sub-folders in the file explorer view.  I
> > checked the error logs and I am getting this error. I believe that I
> > downloaded the latest versions.
> >
> > Thanks
> > Mario
> >
> > java.lang.IllegalArgumentException: Argument not valid at
> > org.eclipse.swt.SWT.error(SWT.java:3761)
> > at org.eclipse.swt.SWT.error(SWT.java:3695)
> > at org.eclipse.swt.SWT.error(SWT.java:3666)
> > at org.eclipse.swt.graphics.PaletteData.getPixel(PaletteData.
> > java:156)
> > at
> > org.cfeclipse.cfml.views.explorer.FileLabelProvider.
> > addPermissionIcon(Fi
> > leLabelProvider.java:73)
> > at
> > org.cfeclipse.cfml.views.explorer.FileLabelProvider.
> > getColumnImage(FileL
> > abelProvider.java:67)
> > at
> > org.eclipse.jface.viewers.TableColumnViewerLabelProvider.
> > update(TableCol
> > umnViewerLabelProvider.java:71)
> > at org.eclipse.jface.viewers.ViewerColumn.refresh(ViewerColumn.
> > java:145)
> > at
> > org.eclipse.jface.viewers.AbstractTableViewer.
> > doUpdateItem(AbstractTable
> > Viewer.java:386)
> > at
> > org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.
> > run(St
> > ructuredViewer.java:466)
> > at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> > at org.eclipse.core.runtime.Platform.run(Platform.java:880)
> > at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
> > at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
> > at
> >
> org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.
> > j
> > ava:2041)
> > at
> > org.eclipse.jface.viewers.AbstractTableViewer.
> > createItem(AbstractTableVi
> > ewer.java:264)
> > at
> > org.eclipse.jface.viewers.AbstractTableViewer.
> > internalRefreshAll(Abstrac
> > tTableViewer.java:741)
> > at
> > org.eclipse.jface.viewers.AbstractTableViewer.
> > internalRefresh(AbstractTa
> > bleViewer.java:633)
> > at
> > org.eclipse.jface.viewers.AbstractTableViewer.
> > internalRefresh(AbstractTa
> > bleViewer.java:620)
> > at
> > org.eclipse.jface.viewers.AbstractTableViewer$2.
> > run(AbstractTableViewer.
> > java:576)
> > at
> > org.eclipse.jface.viewers.StructuredViewer.
> > preservingSelection(Structure
> > dViewer.java:1365)
> > at
> > org.eclipse.jface.viewers.StructuredViewer.
> > preservingSelection(Structure
> > dViewer.java:1328)
> > at
> > org.eclipse.jface.viewers.AbstractTableViewer.
> > inputChanged(AbstractTable
> > Viewer.java:574)
> > at
> > org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.
> > java:251)
> > at
> > org.eclipse.jface.viewers.StructuredViewer.setInput(StructuredViewer.
> > jav
> > a:1603)
> > at
> > org.cfeclipse.cfml.views.explorer.
> > FileExplorerView$DirectorySelectionLis
> > tener.selectionChanged(FileExplorerView.java:123)
> > at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162)
> > at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> > at org.eclipse.core.runtime.Platform.run(Platform.java:880)
> > at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
> > at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
> > at
> > org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.
> > java:160)
> > at
> > org.eclipse.jface.viewers.StructuredViewer.
> > updateSelection(StructuredVie
> > wer.java:2062)
> > at
> > org.eclipse.jface.viewers.StructuredViewer.
> > handleSelect(StructuredViewer
> .
> > java:1138)
> > at
> > org.eclipse.jface.viewers.StructuredViewer$4.
> > widgetSelected(StructuredVi
> > ewer.java:1168)
> > at
> > org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.
> > java
> > :227)
> > at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.
> > java:221)
> > at
> > org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.
> > java:388)
> > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> > at org.eclipse.swt.wi

Re: PayPal French accents mishandled from CF pages

2009-02-04 Thread Yves Arsenault

>  >>
>
> I think this will have only effet on content generated in pages.
> For forms you also need this:
> 
>

I believe Claude is correct...

I used something like his previous example before and seems to me worked.
(using cfcontent)

Yves


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318875
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF8 Multi Server Config Help

2009-02-04 Thread Dave Watts

> My understanding the one of the benefits of multi instance is that I can
> have a totally fresh CF8 instance with out any of the settings, db's or
> mappings that may have been created previously.  I want separate to avoid
> any problems.  Is that a BAD idea? Should we just develop on the existing
> server and create any new mappings, db's as necessary (it's quite cluttered
> as it currently stands, multiple db's - Access, MySQL, MSSQL)

It's not bad to use multiple instances, but there is a resource cost
incurred by doing so. It's unlikely that you'll have a conflict
between the datasources within a single server instance, but more
likely that you might have a conflict between mappings, I guess. That
said, it's a lot of work to switch your server configuration just to
get a "clean slate" for a single application.

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!

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318874
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: javascript debugger for ie

2009-02-04 Thread Claude Schneegans

 >>Ah, gotcha.  I was under the impression it would render as if it were the
specified browser.

If it was so, why would Mozilla not ALWAYS support IE functions?

 >>What would be the advantage of switching the user agent otherwise?

Very poor indeed.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318873
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: PayPal French accents mishandled from CF pages

2009-02-04 Thread Claude Schneegans

 >>

 >>Unfortunately it had no effect.

I think this will have only effet on content generated in pages.
For forms you also need this:



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318872
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 Eclipse/CFEclipse

2009-02-04 Thread Ciliotta, Mario

 Hi,

I am still getting the same as before.  I uninstalled and reinstalled
and the same error is appearing.

Thanks
Mario

-Original Message-
From: N K [mailto:neetukais...@gmail.com] 
Sent: Wednesday, February 04, 2009 12:48 PM
To: cf-talk
Subject: Re: Help with Eclipse/CFEclipse


Hi ,

Check out the following link
http://trac.cfeclipse.org/cfeclipse/wiki/InstallingCfeclipse

The steps shown one by one are required in order for eclipse to work for
CFeclipse plugin.
The most important step would be "Installing CFEclipse"

Let me know if it works.

==
Please access the attached hyperlink for an important electronic communications 
disclaimer: 

http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
==


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318871
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 Eclipse/CFEclipse

2009-02-04 Thread Ciliotta, Mario

Hi,

I installed both product according to their instruction and I still
receive the error message below.  I even uninstalled and reinstalled the
apps and I still am presented with the same error.

 

-Original Message-
From: N K [mailto:neetukais...@gmail.com] 
Sent: Wednesday, February 04, 2009 12:48 PM
To: cf-talk
Subject: Re: Help with Eclipse/CFEclipse


Hi ,

Check out the following link
http://trac.cfeclipse.org/cfeclipse/wiki/InstallingCfeclipse

The steps shown one by one are required in order for eclipse to work for
CFeclipse plugin.
The most important step would be "Installing CFEclipse"

Let me know if it works.






> Hi all,
> 
> I was wondering if anyone can help with an issue I seem to be having 
> running Eclipse/CFEclipse.  I am running Eclipse 3.4.1 and CFEclipse
> 1.3.1.5 on Windows XP Pro.  The problem that I am experiencing is that

> I cannot up open or show sub-folders in the file explorer view.  I 
> checked the error logs and I am getting this error. I believe that I 
> downloaded the latest versions.
> 
> Thanks
> Mario
> 
> java.lang.IllegalArgumentException: Argument not valid at 
> org.eclipse.swt.SWT.error(SWT.java:3761)
> at org.eclipse.swt.SWT.error(SWT.java:3695)
> at org.eclipse.swt.SWT.error(SWT.java:3666)
> at org.eclipse.swt.graphics.PaletteData.getPixel(PaletteData.
> java:156)
> at
> org.cfeclipse.cfml.views.explorer.FileLabelProvider.
> addPermissionIcon(Fi
> leLabelProvider.java:73)
> at
> org.cfeclipse.cfml.views.explorer.FileLabelProvider.
> getColumnImage(FileL
> abelProvider.java:67)
> at
> org.eclipse.jface.viewers.TableColumnViewerLabelProvider.
> update(TableCol
> umnViewerLabelProvider.java:71)
> at org.eclipse.jface.viewers.ViewerColumn.refresh(ViewerColumn.
> java:145)
> at
> org.eclipse.jface.viewers.AbstractTableViewer.
> doUpdateItem(AbstractTable
> Viewer.java:386)
> at
> org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.
> run(St
> ructuredViewer.java:466)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> at org.eclipse.core.runtime.Platform.run(Platform.java:880)
> at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
> at
>
org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.
> j
> ava:2041)
> at
> org.eclipse.jface.viewers.AbstractTableViewer.
> createItem(AbstractTableVi
> ewer.java:264)
> at
> org.eclipse.jface.viewers.AbstractTableViewer.
> internalRefreshAll(Abstrac
> tTableViewer.java:741)
> at
> org.eclipse.jface.viewers.AbstractTableViewer.
> internalRefresh(AbstractTa
> bleViewer.java:633)
> at
> org.eclipse.jface.viewers.AbstractTableViewer.
> internalRefresh(AbstractTa
> bleViewer.java:620)
> at
> org.eclipse.jface.viewers.AbstractTableViewer$2.
> run(AbstractTableViewer.
> java:576)
> at
> org.eclipse.jface.viewers.StructuredViewer.
> preservingSelection(Structure
> dViewer.java:1365)
> at
> org.eclipse.jface.viewers.StructuredViewer.
> preservingSelection(Structure
> dViewer.java:1328)
> at
> org.eclipse.jface.viewers.AbstractTableViewer.
> inputChanged(AbstractTable
> Viewer.java:574)
> at
> org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.
> java:251)
> at
> org.eclipse.jface.viewers.StructuredViewer.setInput(StructuredViewer.
> jav
> a:1603)
> at
> org.cfeclipse.cfml.views.explorer.
> FileExplorerView$DirectorySelectionLis
> tener.selectionChanged(FileExplorerView.java:123)
> at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> at org.eclipse.core.runtime.Platform.run(Platform.java:880)
> at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
> at
> org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.
> java:160)
> at
> org.eclipse.jface.viewers.StructuredViewer.
> updateSelection(StructuredVie
> wer.java:2062)
> at
> org.eclipse.jface.viewers.StructuredViewer.
> handleSelect(StructuredViewer
.
> java:1138)
> at
> org.eclipse.jface.viewers.StructuredViewer$4.
> widgetSelected(StructuredVi
> ewer.java:1168)
> at
> org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.
> java
> :227)
> at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.
> java:221)
> at
> org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.
> java:388)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.
> java:3823)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.
> java:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databi

Re: This CFC function and jQuery Ajax stuff is killing me...

2009-02-04 Thread Charlie Griefer

no no no no no.
again CF = server side.  JS = client side.

if you pass JSON -to- the server -from- the client, you can use cfjson to
create coldfusion structures with it.  Or, if you're on CF8, you can just
use the built-in deserializeJSON().

But (again)... if you've SENT data FROM coldfusion TO the client, you are
now on the client.  At some point  you're going to have to accept that there
is no client side ColdFusion.  The "J" in AJAX is JavaScript.  If you're
going to be working with AJAX, you're going to have to bite the bullet at
some point and roll up your sleeves and work with JavaScript.  Or, yes, you
can use the built in AJAX functionality within CF.  depending on what you
need to do it might be robust enough.  But (IMO) the built in AJAX stuff,
while handy for quick one-offs, is not a replacement for really knowing and
understanding how to work with AJAX.

On Wed, Feb 4, 2009 at 4:29 AM, Rick Faircloth wrote:

>
> Thanks for the further tips, James...I'm sure it'll all
> come clear...(eventually :o)
>
> So, am I to understand, that after reading
> http://jehiah.com/projects/cfjson/
> that CFJSON will translate my json-formatted
> javascript data returned from an ajax call into
> CF-formatted data, ready-to-use on my calling page
> without having to write js translation looping procedures, etc.?
>
> In essence, CFJSON was written to solve my problem of getting
> JSON-formatted data from a CFC back into CF-formatted data so
> I can use standard CF operations on it?
>
> Rick
>
>
> > -Original Message-
> > From: James Holmes [mailto:james.hol...@gmail.com]
> > Sent: Wednesday, February 04, 2009 12:58 AM
> > To: cf-talk
> > Subject: Re: This CFC function and jQuery Ajax stuff is killing me...
> >
> >
> > Try $.getJSON instead of $.ajax for a little more efficiency.
> >
> > cfajaxproxy is the JS way of getting to the same point, essentially.
> > With either method, you need to be able to write the JS you need to
> > use the result set. You're getting back an object with two properties:
> > COLUMNS and DATA. COLUMNS is an array; DATA is an array of arrays. So
> > yes, there's going to be some looping involved.
> >
> > mxAjax / CFAjax docs and other useful articles:
> > http://www.bifrost.com.au/blog/
> >
> >
> >
> > 2009/2/4 Rick Faircloth :
> > >
> > > The call that I've been using is
> > >
> > > $.ajax({  cache: false,
> > >  type:  "post",
> > >  url:
> "../components/floor_duty.cfc?method="get_duty_schedule",
> > >  dataType:  "json",
> > >  data:  "formval",<--- form values, etc., are put into
> this variable
> > >  success:   function(response) {
> > >
> > > etc...
> > >
> > > and in the cfc method, I specify returnFormat = "json".
> > >
> > > I looked over the Adobe docs and another resource I found,
> > > but I've got to tell you, I couldn't figure out what to do
> > > with the information.
> > >
> > > Am I supposed to make use of "cfajaxproxy" tag or Spry or what?
> > > From looking at the example in the docs for using an asynchronous
> > > CFC proxy, it's quite complicated.  Will I have to learn how
> > > to loop over the data from the ajax call using javascript to be
> > > able to use the data on my calling page?
> > >
> > > I hope there's a much simpler answer than what I'm suspecting.
> > > I was just hoping I'd be able to use the struct (structSchedule
> > > in my code) much like I would a cfquery.
> > >
> > > Rick
> > >
> > >
> > >
>
>
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318869
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: This CFC function and jQuery Ajax stuff is killing me...

2009-02-04 Thread Rick Faircloth

Thanks for the further tips, James...I'm sure it'll all
come clear...(eventually :o)

So, am I to understand, that after reading
http://jehiah.com/projects/cfjson/
that CFJSON will translate my json-formatted
javascript data returned from an ajax call into
CF-formatted data, ready-to-use on my calling page
without having to write js translation looping procedures, etc.?

In essence, CFJSON was written to solve my problem of getting
JSON-formatted data from a CFC back into CF-formatted data so
I can use standard CF operations on it?

Rick


> -Original Message-
> From: James Holmes [mailto:james.hol...@gmail.com]
> Sent: Wednesday, February 04, 2009 12:58 AM
> To: cf-talk
> Subject: Re: This CFC function and jQuery Ajax stuff is killing me...
> 
> 
> Try $.getJSON instead of $.ajax for a little more efficiency.
> 
> cfajaxproxy is the JS way of getting to the same point, essentially.
> With either method, you need to be able to write the JS you need to
> use the result set. You're getting back an object with two properties:
> COLUMNS and DATA. COLUMNS is an array; DATA is an array of arrays. So
> yes, there's going to be some looping involved.
> 
> mxAjax / CFAjax docs and other useful articles:
> http://www.bifrost.com.au/blog/
> 
> 
> 
> 2009/2/4 Rick Faircloth :
> >
> > The call that I've been using is
> >
> > $.ajax({  cache: false,
> >  type:  "post",
> >  url:   
> > "../components/floor_duty.cfc?method="get_duty_schedule",
> >  dataType:  "json",
> >  data:  "formval",<--- form values, etc., are put into this 
> > variable
> >  success:   function(response) {
> >
> > etc...
> >
> > and in the cfc method, I specify returnFormat = "json".
> >
> > I looked over the Adobe docs and another resource I found,
> > but I've got to tell you, I couldn't figure out what to do
> > with the information.
> >
> > Am I supposed to make use of "cfajaxproxy" tag or Spry or what?
> > From looking at the example in the docs for using an asynchronous
> > CFC proxy, it's quite complicated.  Will I have to learn how
> > to loop over the data from the ajax call using javascript to be
> > able to use the data on my calling page?
> >
> > I hope there's a much simpler answer than what I'm suspecting.
> > I was just hoping I'd be able to use the struct (structSchedule
> > in my code) much like I would a cfquery.
> >
> > Rick
> >
> >
> >



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318868
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: This CFC function and jQuery Ajax stuff is killing me...

2009-02-04 Thread Rick Faircloth

Hi, John...and thanks for the reply.

Yes, the data is headed for a table.

I'll be outputting rows set up like this:

Date am/pm position agent

Just those four rows.  This is the first
time I've tried to output more than single
elements returned via ajax.  Usually, I can just
specify what the individual data is for the return,
such as struct.name, struct.date, etc.  Now I'm trying
to figure out how to deal with queries, etc.

I wish I could somehow get this back into a structure
where I could use CF code to deal with it...oh, that
would be nice...

Rick


> -Original Message-
> From: John M Bliss [mailto:bliss.j...@gmail.com]
> Sent: Wednesday, February 04, 2009 7:37 AM
> To: cf-talk
> Subject: Re: This CFC function and jQuery Ajax stuff is killing me...
> 
> 
> Can we have some more background?  What are you going to be doing with this
> data once you get it back to the calling page?  A grid or what?
> 
> On Tue, Feb 3, 2009 at 11:57 PM, James Holmes wrote:
> 
> >
> > Try $.getJSON instead of $.ajax for a little more efficiency.
> >
> > cfajaxproxy is the JS way of getting to the same point, essentially.
> > With either method, you need to be able to write the JS you need to
> > use the result set. You're getting back an object with two properties:
> > COLUMNS and DATA. COLUMNS is an array; DATA is an array of arrays. So
> > yes, there's going to be some looping involved.
> >
> > mxAjax / CFAjax docs and other useful articles:
> > http://www.bifrost.com.au/blog/
> >
> >
> >
> > 2009/2/4 Rick Faircloth :
> > >
> > > The call that I've been using is
> > >
> > > $.ajax({  cache: false,
> > >  type:  "post",
> > >  url:
> > "../components/floor_duty.cfc?method="get_duty_schedule",
> > >  dataType:  "json",
> > >  data:  "formval",<--- form values, etc., are put into
> > this variable
> > >  success:   function(response) {
> > >
> > > etc...
> > >
> > > and in the cfc method, I specify returnFormat = "json".
> > >
> > > I looked over the Adobe docs and another resource I found,
> > > but I've got to tell you, I couldn't figure out what to do
> > > with the information.
> > >
> > > Am I supposed to make use of "cfajaxproxy" tag or Spry or what?
> > > From looking at the example in the docs for using an asynchronous
> > > CFC proxy, it's quite complicated.  Will I have to learn how
> > > to loop over the data from the ajax call using javascript to be
> > > able to use the data on my calling page?
> > >
> > > I hope there's a much simpler answer than what I'm suspecting.
> > > I was just hoping I'd be able to use the struct (structSchedule
> > > in my code) much like I would a cfquery.
> > >
> > > Rick
> > >
> > >
> > >
> > >
> > >
> > >> -Original Message-
> > >> From: James Holmes [mailto:james.hol...@gmail.com]
> > >> Sent: Tuesday, February 03, 2009 10:01 PM
> > >> To: cf-talk
> > >> Subject: Re: This CFC function and jQuery Ajax stuff is killing me...
> > >>
> > >>
> > >> I should have added that I was wondering how you used jQuery to do the
> > >> Ajax call, since $.getJSON() should automatically convert the JSON to
> > >> data:
> > >>
> > >> http://docs.jquery.com/Ajax/jQuery.getJSON
> > >>
> > >> mxAjax / CFAjax docs and other useful articles:
> > >> http://www.bifrost.com.au/blog/
> > >>
> > >>
> > >>
> > >> 2009/2/4 Rick Faircloth :
> > >> >
> > >> > Thanks for the tips, James... I'll see what I can do!
> > >> >
> > >> > Rick
> > >>
> > >>
> > >
> > >
> >
> >
> 
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318867
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: This CFC function and jQuery Ajax stuff is killing me...

2009-02-04 Thread Rick Faircloth

Hey, Matt!  Thanks for the code and explanation!

I'll try it out and see what I can do.

Rick



> -Original Message-
> From: Matt Williams [mailto:mgw...@gmail.com]
> Sent: Wednesday, February 04, 2009 7:02 AM
> To: cf-talk
> Subject: Re: This CFC function and jQuery Ajax stuff is killing me...
> 
> 
> Hey Rick,
> 
> What you have coming back is a JSON object. The part of your ajax call
> - success:   function(response) { - is the beginning point for
> displaying that data returned. You'll be adding quite a bit more
> javascript to handle the display. You can either put this additional
> js into that success function or separate it out to a new function. So
> either
> 
> success:   function(response) {
>  --- lots of js code to parse JSON and populate display --
> }
> 
> OR
> 
> success:   function(response) {
>  populatePage(response);
> }
> 
> and then outside that ajax call write:
> function populatePage(response) {
>  --- lots of js code to parse JSON and populate display --
> }
> 
> Doing the display part is where you have to learn to translate your
> abilities to output CF structures and queries to javascript. As James
> said, there is some looping involved. The JSON object is somewhat like
> a CF structure. The variables preceded by a curly bracket are keys in
> that structure. The queries are basically arrays inside the structure.
> 
> I assume you have an empty div or some place in your html to put the
> response data. I'll call it 'myDiv' for now. To display one of the
> simple structure variables, you can do this.
> $('myDiv').append(response.MONTH + '/' + response.YEAR); //variables
> are case sensitive
> 
> For the queries, you can use jQuery's each to loop over the query
> rows. I don't have time to complete this, but here is a start of how
> you can get to that query data.
> function populatePage(response) {
>   $.each(response.QGETSCHEDULE.DATA, function(i, row) {
>   $.each(response.QGETSCHEDULE.COLUMNS, function(j, colName) {
>   console.log(colName + ': ' + row[j]);
>   });
>   });
> }
> 



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318866
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFHTTP error "302 Moved Temporarily"

2009-02-04 Thread Rebecca Wells

That is the solution. Since HoF wasn't working that day I eventually discovered 
that was what was needed. I must say that the documentation wasn't much help in 
understanding the purpose of this parameter. I had assumed that it meant that 
the processing would follow the location of the cfhttp tag and execute in a 
synchronous fashion, as opposed to setting it to no and have the program not 
follow the cfhttp location and act in an asynchronous manner.

>
>Since it appears that the page sends a redirect, you might set REDIRECT="YES".
>
>Dave Watts, CTO, Fig Leaf Software
>http://www.figleaf.com/


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318865
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: javascript debugger for ie

2009-02-04 Thread Charlie Griefer

On Wed, Feb 4, 2009 at 10:34 AM, Dave Watts  wrote:

>
> > I've not tried it.  My assumption would be that if Firefox is rendering
> it
> > as if it were being rendered in IE, then the JS would behave as if it
> were
> > IE.  Seems like a logical conclusion.  But no..  I've not tried it to be
> > able to say with 100% certainty.
>
> Changing the user agent does not affect the browser's behavior. It may
> affect the server's behavior, but that's it.
>

Ah, gotcha.  I was under the impression it would render as if it were the
specified browser.

What would be the advantage of switching the user agent otherwise?  I can
see if maybe a particular site only supported a given browser... would there
be others?  Just curious.

-- 
I have failed as much as I have succeeded. But I love my life. I love my
wife. And I wish you my kind of success.


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318864
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF8 Multi Server Config Help

2009-02-04 Thread Joel Polsky

Hi Dave. thanks for responding..

No development would be on a local server.
a "preview" site would be on a live server - which is the same server as our
current site.

My understanding the one of the benefits of multi instance is that I can
have a totally fresh CF8 instance with out any of the settings, db's or
mappings that may have been created previously.  I want separate to avoid
any problems.  Is that a BAD idea? Should we just develop on the existing
server and create any new mappings, db's as necessary (it's quite cluttered
as it currently stands, multiple db's - Access, MySQL, MSSQL)



On Wed, Feb 4, 2009 at 1:19 PM, Dave Watts  wrote:

>
> > On another point, yet related.  Our live server was NOT installed with
> the
> > Multi Instance features..
> >
> > Will this REQUIRE a fill reinstall?
>
> Yes, there's no upgrade path from single-instance to multi-instance.
>
> > What are the ramifications of doing this?
>
> You will need to preserve your existing settings then recreate or
> restore those settings after the reinstall. You can do this a variety
> of ways. For example, you can use CAR files for this.
>
> > SHOULD I even worry about the ability to run a totally new server
> instance
> > for a brand new version of our site? (Ground up development)
>
> Are you developing on your production server? Are you expecting
> resource problems with the current version, or do you expect problems
> with the new version?
>
> 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!
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318863
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: javascript debugger for ie

2009-02-04 Thread Dave Watts

> I've not tried it.  My assumption would be that if Firefox is rendering it
> as if it were being rendered in IE, then the JS would behave as if it were
> IE.  Seems like a logical conclusion.  But no..  I've not tried it to be
> able to say with 100% certainty.

Changing the user agent does not affect the browser's behavior. It may
affect the server's behavior, but that's it.

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!

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318862
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: This CFC function and jQuery Ajax stuff is killing me...

2009-02-04 Thread John M Bliss

Can we have some more background?  What are you going to be doing with this
data once you get it back to the calling page?  A grid or what?

On Tue, Feb 3, 2009 at 11:57 PM, James Holmes wrote:

>
> Try $.getJSON instead of $.ajax for a little more efficiency.
>
> cfajaxproxy is the JS way of getting to the same point, essentially.
> With either method, you need to be able to write the JS you need to
> use the result set. You're getting back an object with two properties:
> COLUMNS and DATA. COLUMNS is an array; DATA is an array of arrays. So
> yes, there's going to be some looping involved.
>
> mxAjax / CFAjax docs and other useful articles:
> http://www.bifrost.com.au/blog/
>
>
>
> 2009/2/4 Rick Faircloth :
> >
> > The call that I've been using is
> >
> > $.ajax({  cache: false,
> >  type:  "post",
> >  url:
> "../components/floor_duty.cfc?method="get_duty_schedule",
> >  dataType:  "json",
> >  data:  "formval",<--- form values, etc., are put into
> this variable
> >  success:   function(response) {
> >
> > etc...
> >
> > and in the cfc method, I specify returnFormat = "json".
> >
> > I looked over the Adobe docs and another resource I found,
> > but I've got to tell you, I couldn't figure out what to do
> > with the information.
> >
> > Am I supposed to make use of "cfajaxproxy" tag or Spry or what?
> > From looking at the example in the docs for using an asynchronous
> > CFC proxy, it's quite complicated.  Will I have to learn how
> > to loop over the data from the ajax call using javascript to be
> > able to use the data on my calling page?
> >
> > I hope there's a much simpler answer than what I'm suspecting.
> > I was just hoping I'd be able to use the struct (structSchedule
> > in my code) much like I would a cfquery.
> >
> > Rick
> >
> >
> >
> >
> >
> >> -Original Message-
> >> From: James Holmes [mailto:james.hol...@gmail.com]
> >> Sent: Tuesday, February 03, 2009 10:01 PM
> >> To: cf-talk
> >> Subject: Re: This CFC function and jQuery Ajax stuff is killing me...
> >>
> >>
> >> I should have added that I was wondering how you used jQuery to do the
> >> Ajax call, since $.getJSON() should automatically convert the JSON to
> >> data:
> >>
> >> http://docs.jquery.com/Ajax/jQuery.getJSON
> >>
> >> mxAjax / CFAjax docs and other useful articles:
> >> http://www.bifrost.com.au/blog/
> >>
> >>
> >>
> >> 2009/2/4 Rick Faircloth :
> >> >
> >> > Thanks for the tips, James... I'll see what I can do!
> >> >
> >> > Rick
> >>
> >>
> >
> >
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318861
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: This CFC function and jQuery Ajax stuff is killing me...

2009-02-04 Thread Matt Williams

Hey Rick,

What you have coming back is a JSON object. The part of your ajax call
- success:   function(response) { - is the beginning point for
displaying that data returned. You'll be adding quite a bit more
javascript to handle the display. You can either put this additional
js into that success function or separate it out to a new function. So
either

success:   function(response) {
 --- lots of js code to parse JSON and populate display --
}

OR

success:   function(response) {
 populatePage(response);
}

and then outside that ajax call write:
function populatePage(response) {
 --- lots of js code to parse JSON and populate display --
}

Doing the display part is where you have to learn to translate your
abilities to output CF structures and queries to javascript. As James
said, there is some looping involved. The JSON object is somewhat like
a CF structure. The variables preceded by a curly bracket are keys in
that structure. The queries are basically arrays inside the structure.

I assume you have an empty div or some place in your html to put the
response data. I'll call it 'myDiv' for now. To display one of the
simple structure variables, you can do this.
$('myDiv').append(response.MONTH + '/' + response.YEAR); //variables
are case sensitive

For the queries, you can use jQuery's each to loop over the query
rows. I don't have time to complete this, but here is a start of how
you can get to that query data.
function populatePage(response) {
$.each(response.QGETSCHEDULE.DATA, function(i, row) {
$.each(response.QGETSCHEDULE.COLUMNS, function(j, colName) {
console.log(colName + ': ' + row[j]);
});
});
}

On Wed, Feb 4, 2009 at 12:57 AM, James Holmes  wrote:
>
> Try $.getJSON instead of $.ajax for a little more efficiency.
>
> cfajaxproxy is the JS way of getting to the same point, essentially.
> With either method, you need to be able to write the JS you need to
> use the result set. You're getting back an object with two properties:
> COLUMNS and DATA. COLUMNS is an array; DATA is an array of arrays. So
> yes, there's going to be some looping involved.

-- 
Matt Williams
"It's the question that drives us."

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318860
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Newbie FB55 question

2009-02-04 Thread Nathan Strutz

Hmm, didn't see an answer on this thread...

Sounds like your folders are off somehow. Check the fusebox.xml file and fix
the  attribute to your view circuit. Could be something
easy, like that's where the ../ is, or maybe you need to remove the leading
/ or add a trailing / slash.

If you still can't get it, post your  tag and describe or
illustrate your directory structure for us.

nathan strutz
[Blog and Family @ http://www.dopefly.com/]
[AZCFUG Manager @ http://www.azcfug.org/]



On Tue, Feb 3, 2009 at 7:25 PM, Joe  wrote:

>
> Like I said before, I'm working off the XML-enable sample site and am
> trying
> to put in my own content and code.  I had moved the code that had resided
> in
> a subdirectory down into the virtual root.  I noticed that my results so
> far
> are close but not quite:
>
> 
>
> How do I need to configure my site so it'd end up just as
> /view/dspShowHome.cfm?  Do I need to provide more info?
>
> tia,
>
>  - Joe
>
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318858
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: javascript debugger for ie

2009-02-04 Thread Charlie Griefer

On Wed, Feb 4, 2009 at 7:19 AM, Claude Schneegans <
schneeg...@internetique.com> wrote:

>
>  >>What about installing a user agent switcher add on for firefox?  this
> way
> you can sort of be testing in IE,
>
> Excuse a may be silly question, but how just switching the agent can
> help debugging?
> Firefox will make Javascript believe it is IE, but will it act as IE?
>

I've not tried it.  My assumption would be that if Firefox is rendering it
as if it were being rendered in IE, then the JS would behave as if it were
IE.  Seems like a logical conclusion.  But no..  I've not tried it to be
able to say with 100% certainty.

-- 
I have failed as much as I have succeeded. But I love my life. I love my
wife. And I wish you my kind of success.


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318859
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF8 Multi Server Config Help

2009-02-04 Thread Dave Watts

> On another point, yet related.  Our live server was NOT installed with the
> Multi Instance features..
>
> Will this REQUIRE a fill reinstall?

Yes, there's no upgrade path from single-instance to multi-instance.

> What are the ramifications of doing this?

You will need to preserve your existing settings then recreate or
restore those settings after the reinstall. You can do this a variety
of ways. For example, you can use CAR files for this.

> SHOULD I even worry about the ability to run a totally new server instance
> for a brand new version of our site? (Ground up development)

Are you developing on your production server? Are you expecting
resource problems with the current version, or do you expect problems
with the new version?

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!

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318857
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF8 Multi Server Config Help

2009-02-04 Thread Cutter (CFRelated)

Joel,

I would suggest to anyone to use the multi-server install. Each cf 
server instance has it's own jvm and RAM allocation, plus you truly 
separate your applications at that point (we run an instance for 
front-end site display and a separate instance for the Control Panel app 
to configure sites).

That being said, you might not want a separate instance for every site, 
as you can quickly eat system resources as well. The default cfusion 
instance is only used for it's Enterprise Manager to create new 
instances, otherwise we turn it off by default.

The step you've probably missed is in setting up the Jrun connector. 
Once your new instance is running, you need to setup a webserver 
connector, connecting a site to a specific JRun instance. You do this 
with the wsconfig utility:

c:\Jrun4\bin\wsconfig.exe

This is a java based utility, that will show you all of the current 
connectors, and allow you to add or remove connectors. It is very easy 
to use with IIS.

Steve "Cutter" Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer

Co-Author of "Learning Ext JS"
http://www.packtpub.com/learning-ext-js/book
_
http://blog.cutterscrossing.com

Joel Polsky wrote:
> Thanks I will look at that. Though I use IIS-6 locally and Windows Server
> 2003 on the live site.
> 
> On another point, yet related.  Our live server was NOT installed with the
> Multi Instance features..
> 
> Will this REQUIRE a fill reinstall?
> What are the ramifications of doing this?
> SHOULD I even worry about the ability to run a totally new server instance
> for a brand new version of our site? (Ground up development)
> 
> Thanks
> 
> On Wed, Feb 4, 2009 at 12:50 PM, Cutter (CFRelated) <
> cold.fus...@cutterscrossing.com> wrote:
> 
>> You are confusing your Coldfusion configuration with your web server
>> configuration. They are two entirely separate things. See if this series
>> of posts can help you out:
>>
>>
>> http://blog.cutterscrossing.com/index.cfm/2007/7/23/Local-Development-Setup-Pt-1-Apache-and-ColdFusion-7-or-8
>>
>> Steve "Cutter" Blades
>> Adobe Certified Professional
>> Advanced Macromedia ColdFusion MX 7 Developer
>>
>> Co-Author of "Learning Ext JS"
>> http://www.packtpub.com/learning-ext-js/book
>> _
>> http://blog.cutterscrossing.com
>>
>> Joel Polsky wrote:
>>> On my local machine, I've installed CF8 with the Multi-Server features.
>>>
>>> I'm trying to set up a 2nd server that will serve up a brand new site,
>> new mappings, new DB references etc.. I want to start clean (but still need
>> to keep and maintain my current site etc.)
>>> I have the old site in c: C:\inetpub\wwwroot\SITENAME
>>>
>>> When I enable the 2nd server, the root site folder seems to be:
>> C:\JRun4\servers\NEWSITE\cfusion.ear\cfusion.war
>>> I'd like it to be: C:\inetpub\wwwroot\NEWSITENAME
>>>
>>> HOW can I change this?  I found a reference to change the
>> web-inf/jrun-web.xml file but the code the reference mentions to change is
>> not in the file.
>>> There must be an easier way!
>>>
>>> Thanks
>>> Joel
>>>
>>>
>>
> 
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318855
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Learning Fusebox 5.5 -- Seeking guidance / mentor

2009-02-04 Thread John M Bliss

Concur.  Should have been more clear:  "How to Drive Fusebox 5.5"
*requires*"Fusebox 5 & FLiP: Master-Class ColdFusion Applications" or
equivalent FB
knowledge.

On Tue, Feb 3, 2009 at 10:36 PM, Mary Jo Sminkey wrote:

>
> >Assuming you're not opposed to books, www.protonarts.com (when the site's
> >working  :-(  ) has two books you should purchase: "Fusebox 5 & FLiP:
> >Master-Class ColdFusion Applications" and "How to Drive Fusebox 5.5" both
> by
> >Jeff Peters (www.grokfusebox.com).
>
> I'm not really sure I'd recommend the Fusebox 5.5 for a complete newcomer.
> It's a decent enough book on 5.5 but seems to be very much written for
> people already familiar with Fusebox in terms of what's new in 5.5 and how
> you would redo a FB5 application without XML. The intro to the book even
> says this, that you should have experience with Fusebox prior to reading it.
>
>
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318856
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: javascript debugger for ie

2009-02-04 Thread Claude Schneegans

 >>What about installing a user agent switcher add on for firefox?  this way
you can sort of be testing in IE,

Excuse a may be silly question, but how just switching the agent can 
help debugging?
Firefox will make Javascript believe it is IE, but will it act as IE?

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318854
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: PayPal French accents mishandled from CF pages

2009-02-04 Thread Claude Schneegans

The meta tags on the pages all say 

If your whole application is designed in ISO-8859-1, you must inform CF, 
at least CFMX, because
CFMX automatically generates headers that you don't see and that declare 
the content to be UTF-8.

I have some applications in ISO-8859 that for some reason must be 
compatible with CF 5 AND CFMX,
and this is what I'm using in Application.cfm:











~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318853
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: This CFC function and jQuery Ajax stuff is killing me...

2009-02-04 Thread Rick Faircloth

I tried modifying my jQuery for the pattern you have below, but
I'm getting an error.  I'm sure it's because my query is more
involved and I'm not implementing your suggestion correctly.

The error I'm getting is:

s.url.match is not a function
onreadystatechange()()
onreadystatechange()()
onreadystatechange()()
getSchedule()
onmouseup(mouseup clientX=616, clientY=288)
jQuery.readyList.push(function() {returnurl, 
s.async,s.username,s.password);else

I have no clue what that is trying to tell me...

The entire query now looks like this:



   function getSchedule() {

  if  ($('option:selected', '#year').val() == ''
  ||   $('option:selected', '#month').val() == '00')

  { $('#error-month-year').fadeIn(500); }

  else

  { 
 if ( $('#error-month-year').attr('visible', 'visible') )
   
{ $('#error-month-year').fadeOut(250); }

 var formval = { dsn:  '#application.dsn#',
 month:$('option:selected', '#month').val(),
 day:  $('#day').val(),
 year: $('option:selected', '#year').val() };

 console.log(formval);

 $.getJSON ({ cache: false,
 url:   
"../components/floor_duty.cfc?method=get_duty_schedule",
 data:  formval,
 success:   function(data) {

   $.each(data, function(structKey, 
structValue) {


  var buildDate = 
structValue['month'] +
structValue['year'] ;


   });


}
 });
  }
   };







> -Original Message-
> From: Paul Stewart [mailto:p...@whichfranchise.com]
> Sent: Wednesday, February 04, 2009 10:54 AM
> To: cf-talk
> Subject: Re: This CFC function and jQuery Ajax stuff is killing me...
> 
> 
> Just been reading Learning Jquery so hopefully this can get you on the
> right track
> 
> $(document.ready(function( ) {
> 
> $.getJSON('cfcName.cfc?method=methodName',function(data)
> {
> $.each(data,function(structKey, structValue){var buildDate =
> structValue['month'] + structValue['year'] ; });
> });
> 
> });
> 
> The 1st callback function (in $getJSON method) uses your cfcs returned
> JSON (i.e. data).
> 
> The 2nd callback function belonging to the $.each method has access to
> the current iteration key/value pair of your json(struct).
> 
> Have not tried it but if cfc access set to remote and returnformat =
> json i think it should bear fruit
> 
> Rick Faircloth wrote:
> > Not to overly dramatic, but, I think my head really is
> > about to explode.  I know my blood pressure is sky high!
> > I'm going to conquer this stuff or die trying! (Probably
> > will kill me...)
> >
> > Anyway, I'm trying to return data from a method involving
> > 2 queries of data and some random data via ajax.
> >
> > I'm in *over* my head... I can work with simple stuff, but
> > these functions are getting complex.
> >
> > Here's what I'm setting up to return via :
> >
> > 
> > 
> > 
> > 
> > 
> >
> > 
> >
> > I have no idea if that's how I should be trying to return all that data.
> >
> > Below is what I'm getting in the response tab of firebug:
> > (formatted a little so it's easier to read)
> >
> > As you can see, I'm getting the data, but I can't figure out how to
> > read it back on the calling page.  Is this where "serializeJSON" comes in?
> > I'm using "returnFormat='JSON'" to return and data.
> >
> > Advice?  Suggestions?  Clues?
> >
> > Rick
> >
> > PS - I just realized I'm missing a lot of data.  I should have 4 rows of
> > data in the "QGETSCHEDULE" section for each date in the "QGETDUTYDATES" 
> > section.
> > But that's probably just how I've got the queries set up...
> >
> >
> > {"MONTH":2.0,
> >
> > "QGETSCHEDULE":
> > {"COLUMNS": 
> > ["DUTY_ID","DATE","AM_PM","AGENT_ID","POSITION","FIRST_NAME","LAST_NAME"],
> > "DATA":[[1677,"February, 28 2009 00:00:00","am",18,"primary","Mary","Fail"],
> > [1678,"February, 28 2009 
> > 00:00:00","am",19,"alternate","Rebecca","Nottingham"],
> > [1679,"February, 28 2009 
> > 00:00:00","pm",20,"primary","Renea","Camper"],
> > [1680,"February, 28 2009 
> > 00:00:00","pm",21,"alternate","Verjuana","Underwood"]]},
> >
> > "MESSAGE":"Success",
> > "YEAR":2009.0,
> >
> > "QGETDUTYDATES":
> > {"COLUMNS":["DATE"],
> > "DATA":[["February, 01 2009 00:00:00"],
> > ["February, 02 2009 00:00:00"],
> > ["February, 03 2009 00:00:00"],
> > ["February, 04 2009 00:00:00

Re: CF8 Multi Server Config Help

2009-02-04 Thread Joel Polsky

Thanks I will look at that. Though I use IIS-6 locally and Windows Server
2003 on the live site.

On another point, yet related.  Our live server was NOT installed with the
Multi Instance features..

Will this REQUIRE a fill reinstall?
What are the ramifications of doing this?
SHOULD I even worry about the ability to run a totally new server instance
for a brand new version of our site? (Ground up development)

Thanks

On Wed, Feb 4, 2009 at 12:50 PM, Cutter (CFRelated) <
cold.fus...@cutterscrossing.com> wrote:

>
> You are confusing your Coldfusion configuration with your web server
> configuration. They are two entirely separate things. See if this series
> of posts can help you out:
>
>
> http://blog.cutterscrossing.com/index.cfm/2007/7/23/Local-Development-Setup-Pt-1-Apache-and-ColdFusion-7-or-8
>
> Steve "Cutter" Blades
> Adobe Certified Professional
> Advanced Macromedia ColdFusion MX 7 Developer
>
> Co-Author of "Learning Ext JS"
> http://www.packtpub.com/learning-ext-js/book
> _
> http://blog.cutterscrossing.com
>
> Joel Polsky wrote:
> > On my local machine, I've installed CF8 with the Multi-Server features.
> >
> > I'm trying to set up a 2nd server that will serve up a brand new site,
> new mappings, new DB references etc.. I want to start clean (but still need
> to keep and maintain my current site etc.)
> >
> > I have the old site in c: C:\inetpub\wwwroot\SITENAME
> >
> > When I enable the 2nd server, the root site folder seems to be:
> C:\JRun4\servers\NEWSITE\cfusion.ear\cfusion.war
> >
> > I'd like it to be: C:\inetpub\wwwroot\NEWSITENAME
> >
> > HOW can I change this?  I found a reference to change the
> web-inf/jrun-web.xml file but the code the reference mentions to change is
> not in the file.
> >
> > There must be an easier way!
> >
> > Thanks
> > Joel
> >
> >
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318851
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: PayPal French accents mishandled from CF pages

2009-02-04 Thread John Pullam

>John Pullam wrote:
>> You are correct. When I looked at the 2 pages in Firefox there was a
>> difference in the character encoding. Pardon my ignorance, but how do I fix
>> that? The meta tags on the pages all say > content="text/html; charset=iso-8859-1">
>
>cf doesn't care what the html meta headers are, it will output to it's default 
>encoding (usually utf-8) unless told to do otherwise. use cfprocessingdirecive 
>to change the encoding page-by-page or you can swap the whole server by 
>changing 
>the defaultCharset value in cf_root/lib/neo-runtime.xml file:
>
>UTF-8
>
>to a valid charset and re-starting the cf server service.
>
>that said, i'm fairly sure paypal allows you to control the encoding you use 
>to 
>talk to it, check out the wrongly named (to me) "Language Encoding" in your 
>paypal profile.
>
>you should probably standardize on just the one encoding & of course that 
>should 
>be unicode.

I am just one user of an ISP who runs the CF server so I am not able to alter 
its parameters. Therefore I opted for the approach of including the 
cfprocessingdirective on my page. I added the following line to the beginning 
of the page:



Unfortunately it had no effect. When I looked at the actual encoding on 
Firefox, it still shows as UTF-8. Is there something else that I need to do to 
make this directive work? 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318839
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Help with Eclipse/CFEclipse

2009-02-04 Thread N K

Hi ,

Check out the following link 
http://trac.cfeclipse.org/cfeclipse/wiki/InstallingCfeclipse

The steps shown one by one are required in order for eclipse to work for 
CFeclipse plugin.
The most important step would be "Installing CFEclipse"

Let me know if it works.






> Hi all,
> 
> I was wondering if anyone can help with an issue I seem to be having
> running Eclipse/CFEclipse.  I am running Eclipse 3.4.1 and CFEclipse
> 1.3.1.5 on Windows XP Pro.  The problem that I am experiencing is that 
> I
> cannot up open or show sub-folders in the file explorer view.  I 
> checked
> the error logs and I am getting this error. I believe that I 
> downloaded
> the latest versions.
> 
> Thanks
> Mario
> 
> java.lang.IllegalArgumentException: Argument not valid
> at org.eclipse.swt.SWT.error(SWT.java:3761)
> at org.eclipse.swt.SWT.error(SWT.java:3695)
> at org.eclipse.swt.SWT.error(SWT.java:3666)
> at org.eclipse.swt.graphics.PaletteData.getPixel(PaletteData.
> java:156)
> at
> org.cfeclipse.cfml.views.explorer.FileLabelProvider.
> addPermissionIcon(Fi
> leLabelProvider.java:73)
> at
> org.cfeclipse.cfml.views.explorer.FileLabelProvider.
> getColumnImage(FileL
> abelProvider.java:67)
> at
> org.eclipse.jface.viewers.TableColumnViewerLabelProvider.
> update(TableCol
> umnViewerLabelProvider.java:71)
> at org.eclipse.jface.viewers.ViewerColumn.refresh(ViewerColumn.
> java:145)
> at
> org.eclipse.jface.viewers.AbstractTableViewer.
> doUpdateItem(AbstractTable
> Viewer.java:386)
> at
> org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.
> run(St
> ructuredViewer.java:466)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> at org.eclipse.core.runtime.Platform.run(Platform.java:880)
> at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
> at
> org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.
> j
> ava:2041)
> at
> org.eclipse.jface.viewers.AbstractTableViewer.
> createItem(AbstractTableVi
> ewer.java:264)
> at
> org.eclipse.jface.viewers.AbstractTableViewer.
> internalRefreshAll(Abstrac
> tTableViewer.java:741)
> at
> org.eclipse.jface.viewers.AbstractTableViewer.
> internalRefresh(AbstractTa
> bleViewer.java:633)
> at
> org.eclipse.jface.viewers.AbstractTableViewer.
> internalRefresh(AbstractTa
> bleViewer.java:620)
> at
> org.eclipse.jface.viewers.AbstractTableViewer$2.
> run(AbstractTableViewer.
> java:576)
> at
> org.eclipse.jface.viewers.StructuredViewer.
> preservingSelection(Structure
> dViewer.java:1365)
> at
> org.eclipse.jface.viewers.StructuredViewer.
> preservingSelection(Structure
> dViewer.java:1328)
> at
> org.eclipse.jface.viewers.AbstractTableViewer.
> inputChanged(AbstractTable
> Viewer.java:574)
> at
> org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.
> java:251)
> at
> org.eclipse.jface.viewers.StructuredViewer.setInput(StructuredViewer.
> jav
> a:1603)
> at
> org.cfeclipse.cfml.views.explorer.
> FileExplorerView$DirectorySelectionLis
> tener.selectionChanged(FileExplorerView.java:123)
> at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> at org.eclipse.core.runtime.Platform.run(Platform.java:880)
> at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
> at
> org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.
> java:160)
> at
> org.eclipse.jface.viewers.StructuredViewer.
> updateSelection(StructuredVie
> wer.java:2062)
> at
> org.eclipse.jface.viewers.StructuredViewer.
> handleSelect(StructuredViewer
.
> java:1138)
> at
> org.eclipse.jface.viewers.StructuredViewer$4.
> widgetSelected(StructuredVi
> ewer.java:1168)
> at
> org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.
> java
> :227)
> at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.
> java:221)
> at
> org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.
> java:388)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.
> java:3823)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.
> java:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.
> java:
> 288)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.
> java:4
> 88)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.
> java:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.
> start(IDEApplicat
> ion.java:113)
> at
> org.eclipse.equinox.internal.app

cftextarea with richtext

2009-02-04 Thread Qing Xia

Hello folks:

I am having a strange issue with CFTextarea.

So, basically, I've got this CFtextarea in my .  And then,
my submit button is an image button which calls a JavaScript function to
check a bunch of form fields have been filled out.  However, the simple
JavaScript function which checks text has been entered into CFTextarea does
not work! No matter text is entered or not, I always get document.
user_task_creation_form2.task_desc.value.length == 0 !!!


My CF code looks like this:



Any thoughts?


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318849
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF8 Multi Server Config Help

2009-02-04 Thread Cutter (CFRelated)

You are confusing your Coldfusion configuration with your web server 
configuration. They are two entirely separate things. See if this series 
of posts can help you out:

http://blog.cutterscrossing.com/index.cfm/2007/7/23/Local-Development-Setup-Pt-1-Apache-and-ColdFusion-7-or-8

Steve "Cutter" Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer

Co-Author of "Learning Ext JS"
http://www.packtpub.com/learning-ext-js/book
_
http://blog.cutterscrossing.com

Joel Polsky wrote:
> On my local machine, I've installed CF8 with the Multi-Server features.
> 
> I'm trying to set up a 2nd server that will serve up a brand new site, new 
> mappings, new DB references etc.. I want to start clean (but still need to 
> keep and maintain my current site etc.)
> 
> I have the old site in c: C:\inetpub\wwwroot\SITENAME
> 
> When I enable the 2nd server, the root site folder seems to be: 
> C:\JRun4\servers\NEWSITE\cfusion.ear\cfusion.war
> 
> I'd like it to be: C:\inetpub\wwwroot\NEWSITENAME
> 
> HOW can I change this?  I found a reference to change the 
> web-inf/jrun-web.xml file but the code the reference mentions to change is 
> not in the file.
> 
> There must be an easier way!
> 
> Thanks
> Joel 
> 
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318848
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: An appealing list of colors?

2009-02-04 Thread Robert Harrison

> form a list of appealing colors

Generally you'll start with a palate that's similar to other materials your
client may have (brochures, the logo, etc.), but that said, there's a trick
I've been using that's actually worked out (for people like me who aren't
graphic artists).

A lot of the paint web sites have tools that offer suggestions on colors.
They give you a bunch of pre-mixed palates and suggest colors that work well
together. If you find a palate or theme you like you can easily sample the
RGB values with a screen shot. 

A bit cheesy perhaps, but I've gotten some good inspiration by playing
around them. Try:

http://www.sherwin-williams.com/do_it_yourself/paint_colors/visualizer/index
.jsp

http://www.behr.com 

You have to poke around until you find the sampling tools, but they are
helpful sometimes.


Robert B. Harrison
Director of Interactive services
Austin & Williams
125 Kennedy Drive, Suite 100 Hauppauge NY 11788
T : 631.231.6600 Ext. 119 
F : 631.434.7022
www.austin-williams.com

Great advertising can't be either/or... It must be &.




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318847
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: An appealing list of colors?

2009-02-04 Thread Robert Harrison

> Check out http://kuler.adobe.com/

That's cool too. Bookmarked that one.

Robert B. Harrison
Director of Interactive services
Austin & Williams
125 Kennedy Drive, Suite 100 Hauppauge NY 11788
T : 631.231.6600 Ext. 119 
F : 631.434.7022
www.austin-williams.com

Great advertising can't be either/or... It must be &.




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318846
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: This CFC function and jQuery Ajax stuff is killing me...

2009-02-04 Thread Rick Faircloth

Thanks, Paul!  I'll work with this some, also!

Rick

> -Original Message-
> From: Paul Stewart [mailto:p...@whichfranchise.com]
> Sent: Wednesday, February 04, 2009 10:54 AM
> To: cf-talk
> Subject: Re: This CFC function and jQuery Ajax stuff is killing me...
> 
> 
> Just been reading Learning Jquery so hopefully this can get you on the
> right track
> 
> $(document.ready(function( ) {
> 
> $.getJSON('cfcName.cfc?method=methodName',function(data)
> {
> $.each(data,function(structKey, structValue){var buildDate =
> structValue['month'] + structValue['year'] ; });
> });
> 
> });
> 
> The 1st callback function (in $getJSON method) uses your cfcs returned
> JSON (i.e. data).
> 
> The 2nd callback function belonging to the $.each method has access to
> the current iteration key/value pair of your json(struct).
> 
> Have not tried it but if cfc access set to remote and returnformat =
> json i think it should bear fruit
> 
> Rick Faircloth wrote:
> > Not to overly dramatic, but, I think my head really is
> > about to explode.  I know my blood pressure is sky high!
> > I'm going to conquer this stuff or die trying! (Probably
> > will kill me...)
> >
> > Anyway, I'm trying to return data from a method involving
> > 2 queries of data and some random data via ajax.
> >
> > I'm in *over* my head... I can work with simple stuff, but
> > these functions are getting complex.
> >
> > Here's what I'm setting up to return via :
> >
> > 
> > 
> > 
> > 
> > 
> >
> > 
> >
> > I have no idea if that's how I should be trying to return all that data.
> >
> > Below is what I'm getting in the response tab of firebug:
> > (formatted a little so it's easier to read)
> >
> > As you can see, I'm getting the data, but I can't figure out how to
> > read it back on the calling page.  Is this where "serializeJSON" comes in?
> > I'm using "returnFormat='JSON'" to return and data.
> >
> > Advice?  Suggestions?  Clues?
> >
> > Rick
> >
> > PS - I just realized I'm missing a lot of data.  I should have 4 rows of
> > data in the "QGETSCHEDULE" section for each date in the "QGETDUTYDATES" 
> > section.
> > But that's probably just how I've got the queries set up...
> >
> >
> > {"MONTH":2.0,
> >
> > "QGETSCHEDULE":
> > {"COLUMNS": 
> > ["DUTY_ID","DATE","AM_PM","AGENT_ID","POSITION","FIRST_NAME","LAST_NAME"],
> > "DATA":[[1677,"February, 28 2009 00:00:00","am",18,"primary","Mary","Fail"],
> > [1678,"February, 28 2009 
> > 00:00:00","am",19,"alternate","Rebecca","Nottingham"],
> > [1679,"February, 28 2009 
> > 00:00:00","pm",20,"primary","Renea","Camper"],
> > [1680,"February, 28 2009 
> > 00:00:00","pm",21,"alternate","Verjuana","Underwood"]]},
> >
> > "MESSAGE":"Success",
> > "YEAR":2009.0,
> >
> > "QGETDUTYDATES":
> > {"COLUMNS":["DATE"],
> > "DATA":[["February, 01 2009 00:00:00"],
> > ["February, 02 2009 00:00:00"],
> > ["February, 03 2009 00:00:00"],
> > ["February, 04 2009 00:00:00"],
> > ["February, 05 2009 00:00:00"],
> > ["February, 06 2009 00:00:00"],
> > ["February, 07 2009 00:00:00"],
> > ["February, 08 2009 00:00:00"],
> > ["February, 09 2009 00:00:00"],
> > ["February, 10 2009 00:00:00"],
> > ["February, 11 2009 00:00:00"],
> > ["February, 12 2009 00:00:00"],
> > ["February, 13 2009 00:00:00"],
> > ["February, 14 2009 00:00:00"],
> > ["February, 15 2009 00:00:00"],
> > ["February, 16 2009 00:00:00"],
> > ["February, 17 2009 00:00:00"],
> > ["February, 18 2009 00:00:00"],
> > ["February, 19 2009 00:00:00"],
> > ["February, 20 2009 00:00:00"],
> > ["February, 21 2009 00:00:00"],
> > ["February, 22 2009 00:00:00"],
> > ["February, 23 2009 00:00:00"],
> > ["February, 24 2009 00:00:00"],
> > ["February, 25 2009 00:00:00"],
> > ["February, 26 2009 00:00:00"],
> > ["February, 27 2009 00:00:00"],
> > ["February, 28 200900:00:00"]]}}
> >
> >
> >
> 
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318845
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: This CFC function and jQuery Ajax stuff is killing me...

2009-02-04 Thread Paul Stewart

Just been reading Learning Jquery so hopefully this can get you on the 
right track

$(document.ready(function( ) {

$.getJSON('cfcName.cfc?method=methodName',function(data)
{
$.each(data,function(structKey, structValue){var buildDate = 
structValue['month'] + structValue['year'] ; });
});

});

The 1st callback function (in $getJSON method) uses your cfcs returned 
JSON (i.e. data).

The 2nd callback function belonging to the $.each method has access to 
the current iteration key/value pair of your json(struct).

Have not tried it but if cfc access set to remote and returnformat = 
json i think it should bear fruit

Rick Faircloth wrote:
> Not to overly dramatic, but, I think my head really is
> about to explode.  I know my blood pressure is sky high!
> I'm going to conquer this stuff or die trying! (Probably
> will kill me...)
>
> Anyway, I'm trying to return data from a method involving
> 2 queries of data and some random data via ajax.
>
> I'm in *over* my head... I can work with simple stuff, but
> these functions are getting complex.
>
> Here's what I'm setting up to return via :
>
> 
> 
> 
> 
> 
>
> 
>
> I have no idea if that's how I should be trying to return all that data.
>
> Below is what I'm getting in the response tab of firebug:
> (formatted a little so it's easier to read)
>
> As you can see, I'm getting the data, but I can't figure out how to
> read it back on the calling page.  Is this where "serializeJSON" comes in?
> I'm using "returnFormat='JSON'" to return and data.
>
> Advice?  Suggestions?  Clues?
>
> Rick
>
> PS - I just realized I'm missing a lot of data.  I should have 4 rows of
> data in the "QGETSCHEDULE" section for each date in the "QGETDUTYDATES" 
> section.
> But that's probably just how I've got the queries set up...
>
>
> {"MONTH":2.0,
>
> "QGETSCHEDULE":
> {"COLUMNS":   
> ["DUTY_ID","DATE","AM_PM","AGENT_ID","POSITION","FIRST_NAME","LAST_NAME"],
> "DATA":[[1677,"February, 28 2009 00:00:00","am",18,"primary","Mary","Fail"],
> [1678,"February, 28 2009 
> 00:00:00","am",19,"alternate","Rebecca","Nottingham"],
> [1679,"February, 28 2009 
> 00:00:00","pm",20,"primary","Renea","Camper"],
> [1680,"February, 28 2009 
> 00:00:00","pm",21,"alternate","Verjuana","Underwood"]]},
>
> "MESSAGE":"Success",
> "YEAR":2009.0,
>
> "QGETDUTYDATES":
> {"COLUMNS":["DATE"],
> "DATA":[["February, 01 2009 00:00:00"],
> ["February, 02 2009 00:00:00"],
> ["February, 03 2009 00:00:00"],
> ["February, 04 2009 00:00:00"],
> ["February, 05 2009 00:00:00"],
> ["February, 06 2009 00:00:00"],
> ["February, 07 2009 00:00:00"],
> ["February, 08 2009 00:00:00"],
> ["February, 09 2009 00:00:00"],
> ["February, 10 2009 00:00:00"],
> ["February, 11 2009 00:00:00"],
> ["February, 12 2009 00:00:00"],
> ["February, 13 2009 00:00:00"],
> ["February, 14 2009 00:00:00"],
> ["February, 15 2009 00:00:00"],
> ["February, 16 2009 00:00:00"],
> ["February, 17 2009 00:00:00"],
> ["February, 18 2009 00:00:00"],
> ["February, 19 2009 00:00:00"],
> ["February, 20 2009 00:00:00"],
> ["February, 21 2009 00:00:00"],
> ["February, 22 2009 00:00:00"],
> ["February, 23 2009 00:00:00"],
> ["February, 24 2009 00:00:00"],
> ["February, 25 2009 00:00:00"],
> ["February, 26 2009 00:00:00"],
> ["February, 27 2009 00:00:00"],
> ["February, 28 200900:00:00"]]}}
>
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318844
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Connection pooling - why bother?

2009-02-04 Thread Jochem van Dieten

On Tue, Feb 3, 2009 at 11:46 PM, Jaime Metcher wrote:
> And for the CF datasource:
> class="coldfusion.server.ServiceFactory"
> factory-method="getDataSourceService"/>
> factory-method="getDatasource">
>
>
>
> And then I go into the CF admin and turn "maintain connections" on or off.

Could you grab the full settings from neo-datasource.xml so we can see
what is configured there?

Jochem

-- 
Jochem van Dieten
http://jochem.vandieten.net/

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318843
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: An appealing list of colors?

2009-02-04 Thread Joel Watson

Check out http://kuler.adobe.com/

This should get the inspiration flowing :) 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318842
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


An appealing list of colors?

2009-02-04 Thread Don L

I'm wondering if there's a better way to form a list of appealing colors (say, 
18 of them, and listed in the order of appealing level - top down), yes, 
"appealing" could be subjective but a lot of things are.  Any one got an eye 
for visual?  Hope it's not too OT.

Thanks.

Don
Chunshen Li



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318841
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Learning Fusebox 5.5 -- Seeking guidance / mentor

2009-02-04 Thread Joel Polsky

Thanks, I am in the group.

On Wed, Feb 4, 2009 at 4:51 AM, John Whish
wrote:

>
> Hey Joel,
> You definitely want to sign up to the Yahoo group. I did do a few posts
> about the no XML flavour of Fusebox which might be of interest
> http://www.aliaspooryorik.com/blog/. The skeleton apps on the Fusebox site
> are definitely a good starting point.
> Good luck!
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318840
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


form inside a cfpresentationslide?

2009-02-04 Thread Glyn Jackson

can I create a form inside a cfpresentationslide? As it does not work for my, 
nothing is clickable!


Signup







many thanks 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318838
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Learning Fusebox 5.5 -- Seeking guidance / mentor

2009-02-04 Thread John Whish

Hey Joel,
You definitely want to sign up to the Yahoo group. I did do a few posts about 
the no XML flavour of Fusebox which might be of interest 
http://www.aliaspooryorik.com/blog/. The skeleton apps on the Fusebox site are 
definitely a good starting point.
Good luck! 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318837
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


CF8 Multi Server Config Help

2009-02-04 Thread Joel Polsky

On my local machine, I've installed CF8 with the Multi-Server features.

I'm trying to set up a 2nd server that will serve up a brand new site, new 
mappings, new DB references etc.. I want to start clean (but still need to keep 
and maintain my current site etc.)

I have the old site in c: C:\inetpub\wwwroot\SITENAME

When I enable the 2nd server, the root site folder seems to be: 
C:\JRun4\servers\NEWSITE\cfusion.ear\cfusion.war

I'd like it to be: C:\inetpub\wwwroot\NEWSITENAME

HOW can I change this?  I found a reference to change the web-inf/jrun-web.xml 
file but the code the reference mentions to change is not in the file.

There must be an easier way!

Thanks
Joel 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318836
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Help with Eclipse/CFEclipse

2009-02-04 Thread Ciliotta, Mario

Hi all,

I was wondering if anyone can help with an issue I seem to be having
running Eclipse/CFEclipse.  I am running Eclipse 3.4.1 and CFEclipse
1.3.1.5 on Windows XP Pro.  The problem that I am experiencing is that I
cannot up open or show sub-folders in the file explorer view.  I checked
the error logs and I am getting this error. I believe that I downloaded
the latest versions.

Thanks
Mario

java.lang.IllegalArgumentException: Argument not valid
at org.eclipse.swt.SWT.error(SWT.java:3761)
at org.eclipse.swt.SWT.error(SWT.java:3695)
at org.eclipse.swt.SWT.error(SWT.java:3666)
at org.eclipse.swt.graphics.PaletteData.getPixel(PaletteData.java:156)
at
org.cfeclipse.cfml.views.explorer.FileLabelProvider.addPermissionIcon(Fi
leLabelProvider.java:73)
at
org.cfeclipse.cfml.views.explorer.FileLabelProvider.getColumnImage(FileL
abelProvider.java:67)
at
org.eclipse.jface.viewers.TableColumnViewerLabelProvider.update(TableCol
umnViewerLabelProvider.java:71)
at org.eclipse.jface.viewers.ViewerColumn.refresh(ViewerColumn.java:145)
at
org.eclipse.jface.viewers.AbstractTableViewer.doUpdateItem(AbstractTable
Viewer.java:386)
at
org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run(St
ructuredViewer.java:466)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:880)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
at
org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.j
ava:2041)
at
org.eclipse.jface.viewers.AbstractTableViewer.createItem(AbstractTableVi
ewer.java:264)
at
org.eclipse.jface.viewers.AbstractTableViewer.internalRefreshAll(Abstrac
tTableViewer.java:741)
at
org.eclipse.jface.viewers.AbstractTableViewer.internalRefresh(AbstractTa
bleViewer.java:633)
at
org.eclipse.jface.viewers.AbstractTableViewer.internalRefresh(AbstractTa
bleViewer.java:620)
at
org.eclipse.jface.viewers.AbstractTableViewer$2.run(AbstractTableViewer.
java:576)
at
org.eclipse.jface.viewers.StructuredViewer.preservingSelection(Structure
dViewer.java:1365)
at
org.eclipse.jface.viewers.StructuredViewer.preservingSelection(Structure
dViewer.java:1328)
at
org.eclipse.jface.viewers.AbstractTableViewer.inputChanged(AbstractTable
Viewer.java:574)
at
org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.java:251)
at
org.eclipse.jface.viewers.StructuredViewer.setInput(StructuredViewer.jav
a:1603)
at
org.cfeclipse.cfml.views.explorer.FileExplorerView$DirectorySelectionLis
tener.selectionChanged(FileExplorerView.java:123)
at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:880)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
at
org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:160)
at
org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredVie
wer.java:2062)
at
org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer
.java:1138)
at
org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredVi
ewer.java:1168)
at
org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java
:227)
at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.java:221)
at
org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:388)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
at
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:
288)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:4
88)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplicat
ion.java:113)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.j
ava:193)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplicat
ion(EclipseAppLauncher.java:110)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Eclip
seAppLauncher.java:79)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:
386)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:
179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

RE: Using "FileExists" function in a "CFIF" tag

2009-02-04 Thread Dave Long

Thanks to all. I get it now... "http://"; is NOT the start of an absolute
path but a "URL" and that's why it won't work. 

The photos occupy about 5 gigs of space and we were going to park them on a
different server but, on second look, we've got gobs of space left on the
same box as the Web site so we're just going to copy the pix over. That
should solve the problem, I hope.

Thanks again.

Dave

> -Original Message-
> From: Yuliang Ruan [mailto:yuliangr...@hotmail.com] 
> Sent: Monday, February 02, 2009 2:24 PM
> To: cf-talk
> Subject: Re: Using "FileExists" function in a "CFIF" tag
> 
> 
> 
> filexists is for checking file existence on the local 
> filesystem.  not for checking out on the web.
> 
> are you hosting the images? if you are, you should be doing 
> something to effect of:
> 
> 
> 
> Yes, it's 
> here.I couldn't find it.  
> 
> 
> if you are not hosting the images, then you should be doing
> 
> 
> 
> 
>  
> not found
> 
> found
> 
> 
>  
> 
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318834
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Coldfusion 8 Report Builder XHTML problem

2009-02-04 Thread Anthony Doherty

Does anyone have any idea on this???


> Hi im using cf8 report builder to generate a printed mailshot.  the 
> report is displayed in PDF so the users can save them.
> 
> my problem is i have defined my main fields to display XHTML (true) 
> but when i enter a £ / € symbol it will not display in XHTML it will 
> only show the code.  also if i have an email hyperlink displayed it 
> refuses to display in XHTML.
> 
> does anyone have an idea on 
this???

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318833
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4