Search the web
Sign In
New User? Sign Up
CFTalk · ColdFusion Talk (CFTalk) List archives
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 89921 - 89950 of 154347   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
89921
Not really so easy to compare ColdFusion as the scripting essence of ColdFusion has not changed that much as far as how you code/use it. There is a radical...
archive@...
mdinowit
Offline Send Email
Dec 1, 2006
9:56 am
89922
... Wait ! I have more :-) ! -- Tom Chiverton Helping to appropriately reinvent transparent systems **************************************************** This...
archive@...
mdinowit
Offline Send Email
Dec 1, 2006
10:05 am
89923
I am sure I can sit down and write a cf script to search for the images in any of the cfm files, but was wondering if there is anything already in existence? I...
archive@...
mdinowit
Offline Send Email
Dec 1, 2006
11:13 am
89924
Hi, I was wondering if anybody can recommend any good MX7.0 training companies / consultants in Scotland? I've been asked to look around for suggestions on...
archive@...
mdinowit
Offline Send Email
Dec 1, 2006
11:13 am
89925
hi greg thanks for your reply. I thought that may be it for a minute but yes it is ticked - all of the allowed sql statements are ticked Thanks ...
archive@...
mdinowit
Offline Send Email
Dec 1, 2006
11:16 am
89926
hi greg, just noticed that you said you were using a mysql-connector-java-3.1.12. i dont know if it makes any difference but i am using dreamweaver and have...
archive@...
mdinowit
Offline Send Email
Dec 1, 2006
11:21 am
89927
http://masl.to/?Y1AD25B4E http://masl.to/?O6BD26B4E http://masl.to/?W1CD23B4E ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ...
archive@...
mdinowit
Offline Send Email
Dec 1, 2006
12:10 pm
89928
This is just how it works and why you shouldn't use auto return. If the user does not return from paypal to your site for any reason then u have no record of...
archive@...
mdinowit
Offline Send Email
Dec 1, 2006
1:15 pm
89929
Yes I ran into the exact same thing. Very irritating! I use both IPN AND PDT. The IPN will take care of the background work anyway when the auto return thing...
archive@...
mdinowit
Offline Send Email
Dec 1, 2006
1:31 pm
89930
... Buy ? Never. I had Norton because my bank gave it away for free, but it got soooo bloated and slow, and then they wanted money of me, so I moved to AVG. As...
archive@...
mdinowit
Offline Send Email
Dec 1, 2006
1:46 pm
89931
The beginnings of such an app can be found at http://www.steveeray.com/webdesign/registration.cfm. It would take modifications to make it do what you need...
archive@...
mdinowit
Offline Send Email
Dec 1, 2006
1:50 pm
89932
XOR is great for adding things like "include / exclude" to an argument. Here's a real world example: I have a function that strips out non-numeric data from...
archive@...
mdinowit
Offline Send Email
Dec 1, 2006
1:50 pm
89933
Did you know PayPal bought Payflow Pro? Their is now an easy solution that will integrate right into your current application. I have posted a couple things...
archive@...
mdinowit
Offline Send Email
Dec 1, 2006
1:51 pm
89934
Thanks Brad - I think we certainly can do a better job on the CF product page of informing customers that hosting is an option. We do have a page for CF...
archive@...
mdinowit
Offline Send Email
Dec 1, 2006
2:02 pm
89935
Can any point in the direction of documentation for: coldfusion.runtime.java.JavaProxy. Or is this one of those undocumented, potentially unsupported features ...
archive@...
mdinowit
Offline Send Email
Dec 1, 2006
2:02 pm
89936
... One other way would be to get a list of files that have been called from the images directory in your web server logs. There is a command line utility...
archive@...
mdinowit
Offline Send Email
Dec 1, 2006
2:03 pm
89937
... Use brackets to split the where clause up: WHERE id_field=id and ( a=1 or b=2 or c=3 ) -- Tom Chiverton Helping to competently compete visionary models ...
archive@...
mdinowit
Offline Send Email
Dec 1, 2006
2:03 pm
89938
That seems to have worked. I did it with a 1=1 because there might not be anything in the brackets, but I dunno if it's needed. Here's what I ended up with...
archive@...
mdinowit
Offline Send Email
Dec 1, 2006
2:20 pm
89939
The only problem I see is that if you end up with only an OR after the 1=1, the OR becomes essentially meaningless. 1=1 is always true, so all rows with the...
archive@...
mdinowit
Offline Send Email
Dec 1, 2006
2:24 pm
89940
Then if it's only an AND after the 1=0, it always fails because 1=0 evaluates as false, and the query will always return NO rows. Both scenarios are possible...
archive@...
mdinowit
Offline Send Email
Dec 1, 2006
2:27 pm
89941
so he should use 1=0 Mingo. ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80...
archive@...
mdinowit
Offline Send Email
Dec 1, 2006
2:29 pm
89942
I am in the early phases (and still considering) starting an Open Source ColdFusion video tutorial site. The site will have training videos for ColdFusion (how...
archive@...
mdinowit
Offline Send Email
Dec 1, 2006
2:30 pm
89943
Super ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, ...
archive@...
mdinowit
Offline Send Email
Dec 1, 2006
2:34 pm
89944
... There's an unprotected remotely controllable variable there, what happens if I call you app with (say): http://host.domain/file.cfm?and_or_1=;drop all -- ...
archive@...
mdinowit
Offline Send Email
Dec 1, 2006
2:35 pm
89945
Dammit, when are my good tunes going to infuse the group? ... MD ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the...
archive@...
mdinowit
Offline Send Email
Dec 1, 2006
2:40 pm
89946
... That would exclude the ANDs...but you could do something like... (<cfif url.and_or_1 IS "AND">1=1<cfelse>1=0</cfif> <cfif url.meeting_name neq ""> ...
archive@...
mdinowit
Offline Send Email
Dec 1, 2006
2:40 pm
89947
http://adobechats.adobe.acrobat.com/p40259141/ for the recording ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the...
archive@...
mdinowit
Offline Send Email
Dec 1, 2006
2:43 pm
89948
Tim... Are you guys using good SEO practices for your site? Ideally, if someone searched for coldfusion, or coldfusion hosting Adobe should come up on top! ...
archive@...
mdinowit
Offline Send Email
Dec 1, 2006
2:46 pm
89949
Thanks for the info, and I hope I wasn't prying too much by asking. I was very curious because I'm setting up a site for a customer that will allow his renters...
archive@...
mdinowit
Offline Send Email
Dec 1, 2006
2:50 pm
89950
I have a search that builds a query. It only returns records on the users ID, so I want it to always require that ID be in the record. Then I build a few AND...
archive@...
mdinowit
Offline Send Email
Dec 1, 2006
2:52 pm
Messages 89921 - 89950 of 154347   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help