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

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

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

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:

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!

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! cfpresentationslide title=Signup h1Signup/h1 form name=test input type=submit /form /cfpresentationslide many thanks ~|

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 john.wh...@crisp-ebusiness.comwrote: 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/.

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

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

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: bean id=CFDataSourceService class=coldfusion.server.ServiceFactory factory-method=getDataSourceService/ bean id=collegeDataSource factory-bean=CFDataSourceService factory-method=getDatasource

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'] ; }); }); });

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

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

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

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

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 cfform/cfform. 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

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

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 meta http-equiv=Content-Type content=text/html; charset=iso-8859-1 cf doesn't care what

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

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()()

Re: PayPal French accents mishandled from CF pages

2009-02-04 Thread Claude Schneegans
The meta tags on the pages all say meta http-equiv=Content-Type 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

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?

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

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 mary...@cfwebstore.comwrote: Assuming you're not opposed to books, www.protonarts.com

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

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

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 circuit path=... 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 /

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

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 james.hol...@gmail.comwrote: Try $.getJSON instead of $.ajax for a little more efficiency. cfajaxproxy is

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

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

Re: javascript debugger for ie

2009-02-04 Thread Charlie Griefer
On Wed, Feb 4, 2009 at 10:34 AM, Dave Watts dwa...@figleaf.com 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

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

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

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

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

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

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

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 ,

Re: PayPal French accents mishandled from CF pages

2009-02-04 Thread Claude Schneegans
cfprocessingdirective pageEncoding = iso-8859-1 / Unfortunately it had no effect. I think this will have only effet on content generated in pages. For forms you also need this: cfset setEncoding(form,ISO-8859-1) ~| Adobe®

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.

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

Re: PayPal French accents mishandled from CF pages

2009-02-04 Thread Yves Arsenault
cfprocessingdirective pageEncoding = iso-8859-1 / I think this will have only effet on content generated in pages. For forms you also need this: cfset setEncoding(form,ISO-8859-1) I believe Claude is correct... I used something like his previous example before and seems to me worked.

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

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!

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

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 dwa...@figleaf.com wrote: My understanding the one of the

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

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 r...@whitestonemedia.comwrote: 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

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

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

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 charlie.grie...@gmail.comwrote: 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

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

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

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:

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

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

Re: Antigen Notification

2009-02-04 Thread Charlie Griefer
On Wed, Feb 4, 2009 at 12:04 PM, Dave Watts dwa...@figleaf.com 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

Re: javascript debugger for ie

2009-02-04 Thread Charlie Griefer
On Wed, Feb 4, 2009 at 12:02 PM, Dave Watts dwa...@figleaf.com 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

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 r...@whitestonemedia.comwrote: 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

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:

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 r...@whitestonemedia.comwrote: 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

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

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 r...@whitestonemedia.comwrote: 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

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

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 cfinput type='radio with 3 values. When the user click one of them, a cfselect will be populated based on the value of that radio button. So if the value is A, I populate it with query A, etc. Here is the

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=enlnk=gstq=install+#1b6670cb6cf3723e Hi, I am still getting the same as before. I uninstalled and reinstalled and the same error is

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

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:

Re: PayPal French accents mishandled from CF pages

2009-02-04 Thread John Pullam
The meta tags on the pages all say meta http-equiv=Content-Type 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

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

Re: javascript debugger for ie

2009-02-04 Thread Charlie Griefer
On Wed, Feb 4, 2009 at 1:54 PM, Dave Watts dwa...@figleaf.com 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

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 cfloop index=LoopCount from=1 to=#Val(form.ResCount)# cfif IsDefined(form.wp_select#Evaluate(LoopCount)#) cfset

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

Re: An appealing list of colors?

2009-02-04 Thread Casey Dougall
On Wed, Feb 4, 2009 at 12:54 PM, Robert Harrison rob...@austin-williams.com 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

Re: Dynamic Form

2009-02-04 Thread Peter Boughton
You need to start by not doing this: cfif IsDefined(form.wp_select#Evaluate(LoopCount)#) cfset variables.wp_select=form.wp_select#Evaluate(LoopCount)# cfset variables.wp_select=#Evaluate(variables.wp_select)# cfelse cfset variables.wp_select=no

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: cfform action=MyCustomAction.cfm

Re: Dynamic Form

2009-02-04 Thread Jason Congerton
Hi Peter Thanks worked a treat! Jason You need to start by not doing this: cfif IsDefined(form.wp_select#Evaluate(LoopCount)#) cfset variables.wp_select=form.wp_select#Evaluate(LoopCount)# cfset variables.wp_select=#Evaluate(variables.wp_select)# cfelse cfset

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

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

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

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

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

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 do...@yahoo.com 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,

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

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

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 jaime.metc...@medeserv.com.au Sent to you off-list. Thanks for having a look. Jaime Could

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 pulling plug on database server in last ditch defense -Original Message- From: Brad Wood [mailto:b...@bradwood.com] Sent: Thursday, 5 February 2009 3:33 PM To: