Spry Rating Widget : Unable to send rating to the server.

2008-07-29 Thread Walter Conti
. . MessageOne MessageTwo var rate = new Spry.Widget.Rating('rating1', {postData: 'id=08C335F3-874D-9864-A7FB3F325223EC5B&userId=EFFF96F5-874D-9864-A39198B7E1A3DF15&val=@@ratingValue@@', saveURL:'ratingSave.cfm'}); //var rating1 = new Spry.Widget.Rating('ra

Re: Form Spam Attack

2008-07-29 Thread Brad Wood
Man, Ben Nadel's contact form threw me for a second tonight. It wanted something like 6-12. Negative numbers!!! Seriously though, I don't LIKE captcha, but I don't think it's THAT bad... ~Brad - Original Message - From: "Claude Schneegans" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Tues

Re: Form Spam Attack

2008-07-29 Thread Claude Schneegans
>>almost anyone who can use the computer can add 3+5 Some people can even do it without using a computer ;-) -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECT

RE: Form Spam Attack

2008-07-29 Thread Bobby Hartsfield
If you must use one... at least use one that makes it easier to read. http://acoderslife.com/downloads/bhcaptcha/ Each letter is its own image which makes it harder for bots but easier on humans. Yeah... I hate captchas... Yeah... I wrote one... No... I've never used it on a form except for the d

Re: Where are datasource settings stored in CFMX7?

2008-07-29 Thread Greg Seedsman
Thanks Brad, sample code and XML files were just what I was after. > If you want to programmatically get a list of your datasources, check > into > the functionality the Admin API gives you. > Here's a sample: > http://www.creative-restraint.co.uk/blog/index. > cfm?mode=entry&entry=7B83C13D-EEF

Re: Form Spam Attack

2008-07-29 Thread Phillip M. Vector
I made up a quick addition of 2 numbers for a Captcha. Seems to work very nicely and almost anyone who can use the computer can add 3+5. :) Will Swain wrote: > Couldn't agree more. I just had to sign up for a hotmail account to do some > testing for my opt in email lists, and the captcha they use

RE: Form Spam Attack

2008-07-29 Thread Will Swain
Couldn't agree more. I just had to sign up for a hotmail account to do some testing for my opt in email lists, and the captcha they use now is almost totally illegible. Worse than that though, they offer an option to listen to it, which sounded like it was read out in a noisy airport lounge. I genu

Re: Form Spam Attack

2008-07-29 Thread Mary Jo Sminkey
>Captcha drives me crazy. Sometimes on other folks sites I have to sit >there and "guess" the freaking crooked letters four or five times before >I get it right. Is that a lower case or upper case "W" - damn, got it >wrong Sheesh.. AMEN! I detest captcha with a passion, it's rare that I ge

RE: Forum software

2008-07-29 Thread Bobby Hartsfield
Sorry... I've been in limbo myself. I have a new job that keeps me busy. What's there works. I am still waiting on some 3rd party files to release the next version. ..:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Qing Xia [mailto:[

RE: Form Spam Attack

2008-07-29 Thread Bobby Hartsfield
They work... but I wouldn't call them nice by any means. There are plenty of other invisible options I'd try first. Such as the ol' css trick we talked about on here a long time ago. Check Ben Nadels blog for it. http://www.bennadel.com/ ..:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife

Re: Forum software

2008-07-29 Thread Qing Xia
Definitely good to know! ;-) On Tue, Jul 29, 2008 at 5:07 PM, Charlie Griefer <[EMAIL PROTECTED]>wrote: > not that he's advocating such a thing... :) > > On Tue, Jul 29, 2008 at 1:29 PM, <[EMAIL PROTECTED]> wrote: > > > Cf encrypted files have been broken for many years. There is a decryptor > >

Re: Forum software

2008-07-29 Thread Charlie Griefer
not that he's advocating such a thing... :) On Tue, Jul 29, 2008 at 1:29 PM, <[EMAIL PROTECTED]> wrote: > Cf encrypted files have been broken for many years. There is a decryptor > download you can get directly from adobe. > > William Seiter (mobile) > > Have you ever read a book that changed yo

RE: Forum software

2008-07-29 Thread William
Maybe, but now we all want to know... William Seiter (mobile) Have you ever read a book that changed your life? go to: http://www.winninginthemargins.com and use passcode: GoldenGrove -Original Message- From: "Che Vilnonis" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: 7/29/2008 12:43 PM Sub

RE: Forum software

2008-07-29 Thread William
Cf encrypted files have been broken for many years. There is a decryptor download you can get directly from adobe. William Seiter (mobile) Have you ever read a book that changed your life? go to: http://www.winninginthemargins.com and use passcode: GoldenGrove -Original Message- From:

RE: paypal cart

2008-07-29 Thread Chad Gray
When they customize the business card with text like Name, Address, Cell phone etc, I am collecting that data on the page where the Add To Cart button is. So when they submit the form it goes to PayPal and I loose what they have typed in because paypal ignores inputs that it does not use. I co

Re: paypal cart

2008-07-29 Thread Eric Haskins
Chad, I guess I am kind of lost as to what the problem or what your trying to do then. I have used paypal in many apps and have had no problem storing the customers order in a db sending the data to paypal with the itemid being their cart/orderid. Then paypal IPN notifing my cart the txn was succe

Re: I need help with a PHP question - off line i guess

2008-07-29 Thread Gerald Guido
I have worked with PHP a bit over the years and my experience is that PHP is pretty snappy on Windows and IIS (IIS 6 at the time) but it really is happier on Apache and *nix boxs. But that shouldn't matter in most cases unless you start getting into apps that are coded to use make use of *nix or

Re: Forum software

2008-07-29 Thread Qing Xia
We have FuseTalk. It is definitely feature-rich. I also like their tech-support. My phone calls are answered right away and they usually reply to emails promptly (within an hour) as well. However, I am not happy with the fact that their CFCs are all encrypted. Well, being a CF developer myself,

Re: I need help with a PHP question - off line i guess

2008-07-29 Thread Eric Haskins
Im not even gonna entertain Phillip with a response ill informed response :)I have benchmarked it on both platforms and it was pretty close. I would bet he has some code issues and if he is using one of the PHP CMS's (joomla,xoops). They are bloatware and that is probably 90% of his issue. Also

Re: cfflush in CF 8

2008-07-29 Thread Brad Wood
I apologize, I haven't followed every message in this thread, but I wanted to point that any type of HTTP compression like gzip will screw with cfflush. Compression is usually configured at the web server level (IIS, Apache). You need to look at your response headers that are coming back from

RE: Forum software

2008-07-29 Thread Che Vilnonis
Oops! Sorry, this was meant to be off list. -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2008 3:40 PM To: CF-Talk Subject: RE: Forum software Any updates on your forum software? Seems to have been in limbo fo a while now. I'm looking to start a

RE: Forum software

2008-07-29 Thread Che Vilnonis
Any updates on your forum software? Seems to have been in limbo fo a while now. I'm looking to start a new forum. I love to use a CF forum if possible instead of a PHP one. Thanks, Che -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2008 7:36

Re: I need help with a PHP question - off line i guess

2008-07-29 Thread Josh Nathanson
> It's Off-Topic for this list, so I guess off line would be better to > handle this, but i have a hosting client who's using PHP on my server, > adn is complaining that its running slow. He says the reason his CMS > is running slowly is because the site is on a windows box, and PHP is > not norma

Re: I need help with a PHP question - off line i guess

2008-07-29 Thread Claude Schneegans
>>I hear constantly how Microsoft is evil the best answer I got in this category is about Thunderbird's buggy message pane not able to add a scroll bar: "message pane is total mess of a code nobody want to touch." Apparently Open source nerds have redesigned the way panels are handled, cause Wind

Re: I need help with a PHP question - off line i guess

2008-07-29 Thread Shannon Peevey
On Tue, Jul 29, 2008 at 2:16 PM, Mike Kear <[EMAIL PROTECTED]> wrote: > Thanks, Shannon but i was hoping to avoid those weenies. Any time > i've asked them for help with anything i've got lectures about using > the anti-Christ's products, instead of open source, but not actually > any help. > >

Re: I need help with a PHP question - off line i guess

2008-07-29 Thread Claude Schneegans
>>that's a little bit of irony there I do not see anything but truth ;-) And there is no irony here ;-) -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED])

Re: I need help with a PHP question - off line i guess

2008-07-29 Thread Phillip M. Vector
Mike Kear wrote: > Thanks, Shannon but i was hoping to avoid those weenies. Any time > i've asked them for help with anything i've got lectures about using > the anti-Christ's products, instead of open source, but not actually > any help. Gotta love those people. :) I hear constantly how Micros

Re: I need help with a PHP question - off line i guess

2008-07-29 Thread Mike Kear
Thanks, Shannon but i was hoping to avoid those weenies. Any time i've asked them for help with anything i've got lectures about using the anti-Christ's products, instead of open source, but not actually any help. I think if i asked that question on a PHP list, I'd get the same answer as my clie

Re: I need help with a PHP question - off line i guess

2008-07-29 Thread Phillip M. Vector
Mike Kear wrote: > It's Off-Topic for this list, so I guess off line would be better to > handle this, but i have a hosting client who's using PHP on my server, > adn is complaining that its running slow. He says the reason his CMS > is running slowly is because the site is on a windows box, and P

Re: cfflush in CF 8

2008-07-29 Thread Mike Kear
Wes, I remember this cfflush issue being discussed at the very first CF User Group meeting I ever attended, more than a decade ago. I do believe we were talking CF4.2 then or maybe it was CF5. The issue is not a coldfusion issue at all. IIS (or is it IE) doesnt render pages with only a tiny amo

Re: I need help with a PHP question - off line i guess

2008-07-29 Thread Shannon Peevey
Yes, this might be better handled by a PHP specific list: http://www.php.net/mailing-lists.php thanks, speeves On Tue, Jul 29, 2008 at 1:51 PM, Mike Kear <[EMAIL PROTECTED]> wrote: > It's Off-Topic for this list, so I guess off line would be better to > handle this, but i have a hosting client w

Re: Newb AJAX question

2008-07-29 Thread Phillip M. Vector
I misspoke. Apparently, iframe is still supported. Not frames though. http://blog.wired.com/monkeybites/2008/01/the-html-5-draf.html ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the F

I need help with a PHP question - off line i guess

2008-07-29 Thread Mike Kear
It's Off-Topic for this list, so I guess off line would be better to handle this, but i have a hosting client who's using PHP on my server, adn is complaining that its running slow. He says the reason his CMS is running slowly is because the site is on a windows box, and PHP is not normally recomm

Re: Newb AJAX question

2008-07-29 Thread Bret McDermitt
Yikes... no more frames? What are developers using to include content from one site to another? >Well... > >As I see it, if something Norton cooked up is preventing you from seeing >what domain the user is going to, then the easiest thing is to remove >Norton from the users computer (and I'm al

Re: Newb AJAX question

2008-07-29 Thread Bret McDermitt
I don't think that would work if two or more clients are on a shared host, which several are. That's the general concept though, so you're pretty much right on the money. If I could generate that key based on the domain name being passed to my server using AJAX and then send that to the iframe s

Re: paypal cart

2008-07-29 Thread Claude Schneegans
>>Simple hack might be to have a 'hidden field' on your form that concats the 4 fields into 1 field with a specified delimeter. This way you are passing one var with all 4 lines. When it returns from the paypal side, you can 'parse' the data into four lines again using the specified delimete

RE: paypal cart

2008-07-29 Thread Chad Gray
I thought of that, but they also only allow like 80 characters per option. So there is a chance that information could get truncated. I think the form submitting to two action pages is going to work. I have not found a problem with it yet. Of course if one action page fails then I loose the

Re: can't enable debug output in coldfusion 8

2008-07-29 Thread Alex I
got it working... i've re-registered ips in CF Admin. also i realized that 'localhost' does not work for debugging on a local machine... thanks for replies guys! ~| Adobe® ColdFusion® 8 software 8 is the most important and dra

Re: paypal cart

2008-07-29 Thread William Seiter
Simple hack might be to have a 'hidden field' on your form that concats the 4 fields into 1 field with a specified delimeter. This way you are passing one var with all 4 lines. When it returns from the paypal side, you can 'parse' the data into four lines again using the specified delimeter.

Re: Unknown JS error when doing AJAX.

2008-07-29 Thread Phillip M. Vector
Brad Wood wrote: > Also, what kind of element is "character"? IE doesn't like it when you > attempt to innerHTML a table after page load. It's an area surrounded with Please select an option I changed it from innerHTML to value, but now it doesn't pop up the results in either firef

RE: paypal cart

2008-07-29 Thread Chad Gray
Ok last post, it does work in Firefox and IE. I just had a big typo on my -Original Message- > From: Chad Gray [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 29, 2008 12:39 PM > To: CF-Talk > Subject: RE: paypal cart > > Well it works in IE a

RE: paypal cart

2008-07-29 Thread Chad Gray
Well it works in IE at least. In firefox I get an error missing } in XML expression [Break on this error] document.form1.action = "PayPalTest.cfm";\n > -Original Message- > From: Chad Gray [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 29, 2008 12:27 PM > To: CF-Talk > Subject: RE: p

RE: Coldfusion and Prototype/Ajax.Updater

2008-07-29 Thread Dave Phillips
Personally, I like Rob Gonda's ajaxCFC. You can find it at http://www.robgonda.com/blog/projects/ajaxcfc/. I tried a few others a few years ago, but settled on Rob's. It works GREAT and he has some debugging built into it. Debugging AJAX can be a pain in the you know what if you are just starti

RE: paypal cart

2008-07-29 Thread Chad Gray
OH my... You can submit to two different action pages. The index.cfm page is what is displayed because it was the last function run. function loginHandler1() { document.form1.action = "PayPalTest.cfm"; document.form1.submit(); } function loginHandler2() { document.form1.action = "index.cfm";

Coldfusion and Prototype/Ajax.Updater

2008-07-29 Thread Kamru Miah
I have a need to use Ajax function to check if there exist a conflicts (by calling a SQL query function) when an user enters a booking date in an input box. I am told that Prototype/Ajax.Updater (http://www.prototypejs.org) is most suitable as it's compatible with old browsers. Can anyone sugge

RE: paypal cart

2008-07-29 Thread Chad Gray
IPN seems to just pass back the final order info so you can see what they ordered. By base64 encoding your array are you making it smaller (as in less characters)? I don't see how I can encode the data before it is submitted to paypal. I need to find a way of writing to a database then adding

RE: Returning multiple recordsets in a single component

2008-07-29 Thread Scott Stewart
That's very possible, and after looking deeper at the queries and the receiving .cfm you're probably right. But my previous question is still really good information to have.. -- Scott Stewart ColdFusion Developer 4405 Oakshyre Way Raleigh, NC 27616 (h) 919.874.6229 (c) 703.220.2835 -Orig

Re: Printer Question

2008-07-29 Thread Claude Schneegans
Just put this style in the first or for your new page: STYLE="page-break-before: always;" -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks.

Re: Printer Question

2008-07-29 Thread Ian Skinner
Dakota Burns wrote: > Is their a way through coding or a third-party tool, to print these > listings in portrait format so new listings start on a new page? > > (This thought may be to "simplistic", but what I'm essentially looking to do > is insert a page-break at the end of each loop.) > > Thank

RE: Printer Question

2008-07-29 Thread Dave Phillips
You can enter a page break with CSS that might work. Try googling +css +"page break" Dave -Original Message- From: Dakota Burns [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2008 9:49 AM To: CF-Talk Subject: Printer Question Hi - I have an intranet form that allows users to print m

Printer Question

2008-07-29 Thread Dakota Burns
Hi - I have an intranet form that allows users to print multiple listings by selecting a checkbox for each one. After the form is submitted, a long page is returned with each listing separated by a horizontal bar, (the code I'm using uses cfoutput to loop through the queried listings). When the u

Re: paypal cart

2008-07-29 Thread Eric Haskins
Look at PayPal IPN code. I have done some hacks (in php) where I serialized and Array of data then base64 encoded and passed it in the the string to get around limitations but I think your problem is the buttons do not post any data back to your cart that is why you should use PayPal IPN Eric On

RE: cfpdf update title metadata--Anyone Out There?????

2008-07-29 Thread Stone, Lori
Hello? Is this thing on??? I know someone has to have updated the metadata for a pdf before. Yes, I am very frustrated :) Anyone have any ideas as to why it is updating the windows properties and not the pdf properties??? Chandan Kumar are you around -Lori -Original Message- Fr

Re: Newb AJAX question

2008-07-29 Thread Tom Chiverton
On Tuesday 29 Jul 2008, Bret McDermitt wrote: > Any other ideas? Well, generally, you wouldn't use something totally under the control of an attacker... You could require the framing site passes a token into you application for instance, and make sure no 2 IP address' use the same token. -- To

paypal cart

2008-07-29 Thread Chad Gray
Hello, I have run into a situation where PayPals "add to cart" buttons are not going to work for me. So I am looking for ideas on how to accomplish this. The item I am trying to sell is a business card. So I want the user to fill out Name, Email, Phone etc then add the item to their cart. Pa

Re: Returning multiple recordsets in a single component

2008-07-29 Thread Yuliang Ruan
if the queries aren't related, then most likely they shouldn't be grouped together logically :) ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/

Re: Newb AJAX question

2008-07-29 Thread Bret McDermitt
Any other ideas? > On Monday 28 Jul 2008, Bret McDermitt wrote: > > I have a framed app and I'm trying to authenticate it's use by > domain. So > > if someone in domain a.com wants to use it, I would like to be able > to > > check and see if that domain is authorized. Norton killed my odds of >

RE: Returning multiple recordsets in a single component

2008-07-29 Thread Dave Phillips
To combine others' ideas, if you really want only one function call, you could do this and then call getPeoplePlacesCompanies when you want all three returned in an array:

Re: Returning multiple recordsets in a single component

2008-07-29 Thread Joe Rinehart
Hi Scott, I'd probably go Mark's route and make each a method of the cfc: -Joe On Jul 29, 2008, at 8:29 AM, Scott Stewart wrote: > Hey all, > > > > I have three related queries, they're not dependant on each other > however. > > They're quick and dirty

RE: Returning multiple recordsets in a single component

2008-07-29 Thread Paul Giesenhagen
Oops ... that'd be correct... On Tuesday 29 Jul 2008, Paul Giesenhagen wrote: > ? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748

Re: Returning multiple recordsets in a single component

2008-07-29 Thread Tom Chiverton
On Tuesday 29 Jul 2008, Paul Giesenhagen wrote: > ? -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307

RE: Returning multiple recordsets in a single component

2008-07-29 Thread Paul Giesenhagen
There may be a better way, but you could stick the three recordsets into an array, "think" that would work. Paul Giesenhagen -Original Message- From: Scott Stewart [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2008 7:30 AM To: CF-Talk Subject: Returning multiple recordsets in

RE: Returning multiple recordsets in a single component

2008-07-29 Thread Mark Kruger
Scott, If you are not going the "OO" way, where the records are setup in init() and each one has a "get" method for example, you can just use a structure - each query would be a key of the scructure as in str.qry1, str.qry2 etc. -Mark -Original Message- From: Scott Stewart [mailto:[EMA

Returning multiple recordsets in a single component

2008-07-29 Thread Scott Stewart
Hey all, I have three related queries, they're not dependant on each other however. They're quick and dirty select statements. Is there a way to return three query results in a single CF Component? Thanks sas -- Scott Stewart ColdFusion Developer 4405 Oakshyre Way Raleigh, NC

CGI.SERVER_PORT not as expected

2008-07-29 Thread Adrian Lynch
I'm developing with CF8 and Apache 2.2.9 using vhosts and a port number of 8080 but a dump of the CGI scope shows CGI.SERVER_PORT as 80. Any ideas as to why this happens? Is there something in the config files, httpd.conf or httpd-vhosts.conf, that I need to change to get this to correct itself?

RE: can't enable debug output in coldfusion 8

2008-07-29 Thread Adrian Lynch
I had a similar problem. I had a list of IPs which included 127.0.0.1, it's IP6 version and a few other IPs. I removed them all (which should then allow debugging to all) and then added back just my IP and it now works. Try re-adding your's again. Adrian -Original Message- From: Brad Woo