Re: CFMX7 and .NET integration

2006-09-22 Thread Robertson-Ravo, Neil (RX)
why? What is IIS7 going to give you? "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. I

RE: Javascript vs. cfscript

2006-09-22 Thread Eric Roberts
As long as it is defined before the JavaScript is called...you can reference the structure just as you would in CF. Eric -Original Message- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Thursday, 21 September 2006 13:36 To: CF-Talk Subject: Re: Javascript vs. cfscript i am wonder

Re: Placing a pointer in cfchart

2006-09-22 Thread Denny Valliant
On 9/22/06, Richard White <[EMAIL PROTECTED]> wrote: > does anyone have any ideas on this, i am completely stuck. > or is there maybe another way or another component i can use to get this > effect. CF has some type of java charting built in... maybe jfreechart? You could always use java and do i

Re: Javascript vs. cfscript

2006-09-22 Thread Scott Stroz
You can make your CF structure avcailable in JS by using the toScript() function. This will replicate any CF variable, including complex data types like structures and arrays into the equivalent JavaScript data types. Granted, you still can't use the JS to interact with CF without AJAX, but if all

Re: easiest/fastest to implement payment processor?

2006-09-22 Thread Mary Jo Sminkey
> >So the only person who can attest that is Will Tomlinison? He fixes > cars for > >a living... So like I said... it's pretty simple. > > and Mary Jo! And probably Jared. And if you don't believe us, just go on the PayPal developer Forums and look at all the people begging for help to ge

RE: Javascript vs. cfscript

2006-09-22 Thread Eric Roberts
All you have to do is use the pound signs around the variable...just like in Cf. As long as it is declared before you put it in the JavaScript...you7 are fine. However, you cannot do it the other way around as cf gets processed before the javascript does :-( Eric Example...(switching ft and lt

Trouble with Lyla Captcha

2006-09-22 Thread Jason Radosevich
Hi, Having a bit of problems having the image display with Lyla Captcha. It creates a jpg file, but it is completely blank. -application.cfm- -- --index.cfm Captcha text:

Re: NFL Player Stats Service

2006-09-22 Thread Denny Valliant
There was a great (reoccurring) thread on licensing on another list the other day... good stuff. Anyway, the Law is a lot like the dictionary (here we go ;)... See, if a word gets used enough, it gets in, basically. Same goes for laws. What I'd like to reflect on, is the fact that we can help s

RE: Javascript vs. cfscript

2006-09-22 Thread Eric Roberts
Not sure I agree with that since cfscript and cfml essentially do the same thing whereas javascript adds functionality to a purely formatting oriented language (html)... Eric -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Thursday, 21 September 2006 11:55 To:

Re: easiest/fastest to implement payment processor?

2006-09-22 Thread John C. Bland II
Hey Doug, I've been on Auth.net for years and it is super simple and very much so compatible with CF on IIS. Check my blog post from earlier this year for code. I have used this on small and large sites over time so it is pretty solid (made adjustments with each site). http://blogs.katapultmedia.c

Re: CFinput submit Action page... oh great...

2006-09-22 Thread Denny Valliant
Yeah, I read more into your reply than was there, sorry for implying anything. Whether you use form or URL variables, I'm sure you check for them in a way that makes sense. I like explicit logic, is what I was trying to say. In some of my forms I'll have both a "Save" and a "Delete" button. Some

RE: easiest/fastest to implement payment processor?

2006-09-22 Thread Bobby Hartsfield
Good... you'll be available to change my oil then. ;-P -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 9:58 PM To: CF-Talk Subject: Re: easiest/fastest to implement payment processor? >So the only person who can attest that is Will Tomli

RE: easiest/fastest to implement payment processor?

2006-09-22 Thread Mark Leder
My vote also for authorize.net - integration was easy. Thanks, Mark -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 9:58 PM To: CF-Talk Subject: Re: easiest/fastest to implement payment processor? >So the only person who can attest th

Re: easiest/fastest to implement payment processor?

2006-09-22 Thread Will Tomlinson
>So the only person who can attest that is Will Tomlinison? He fixes cars for >a living... So like I said... it's pretty simple. and Mary Jo! And probably Jared. And my last day was today. So everyone can look forward to me posting more regularly everyday! Aren't you excited?? :) Will ~~

RE: easiest/fastest to implement payment processor?

2006-09-22 Thread Bobby Hartsfield
So the only person who can attest that is Will Tomlinison? He fixes cars for a living... So like I said... it's pretty simple. -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 9:49 PM To: CF-Talk Subject: Re: easiest/fastest to implement p

Re: easiest/fastest to implement payment processor?

2006-09-22 Thread Will Tomlinson
>Paypal is actually pretty simple... including their cart No it ain't! Paypal sucks! I did the IPN and PDT and it was a *itch. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion

RE: easiest/fastest to implement payment processor?

2006-09-22 Thread Bobby Hartsfield
Paypal is actually pretty simple... including their cart -Original Message- From: Mary Jo Sminkey [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 5:18 PM To: CF-Talk Subject: Re: easiest/fastest to implement payment processor? >So I am trying to make everything happen yesterda

Re: easiest/fastest to implement payment processor?

2006-09-22 Thread Will Tomlinson
Authorize.net is pretty brainless. Was a perfect fit for me. :) Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four ti

Re: easiest/fastest to implement payment processor?

2006-09-22 Thread Crow T. Robot
I'll be honest, I've never dealt with the server. I've always been on a shared host, and I have no idea what the configuration is. I would assume it's running on IIS, but I really don't know. Moving to our own server (finally!) next month, but that prolly won't help you right now On 9/22/06

Re: easiest/fastest to implement payment processor?

2006-09-22 Thread Crow T. Robot
I have to agree with Mary Jo on this one - Auth.NET has always been good to me, as a programmer. There are lots of custom tags out there that can get you set up within minutes, provided you have all the stuff set up on the admin side correctly. If you decide to go this way, I have said custom tag

Re: easiest/fastest to implement payment processor?

2006-09-22 Thread Casey Dougall
On 9/22/06, Michael E. Carluen <[EMAIL PROTECTED]> wrote: > Hi Alan, Looks interesting: http://www.usaepay.com/topics/coldfdev.htm > how's their cost compared to others? Still digging in their site for that > info. Seriously, why isn't there any rates on the website. ~~~

RE: easiest/fastest to implement payment processor?

2006-09-22 Thread Michael E. Carluen
Hi Alan, Looks interesting: http://www.usaepay.com/topics/coldfdev.htm how's their cost compared to others? Still digging in their site for that info. > -Original Message- > From: Alan Rother [mailto:[EMAIL PROTECTED] > Sent: Friday, September 22, 2006 3:50 PM > To: CF-Talk > Subject:

Re: easiest/fastest to implement payment processor?

2006-09-22 Thread Alan Rother
I've used USAePay and it was really easy, they even have a CF tag available to use as a module. It's all cfhttp posts. =] -- Alan Rother Macromedia Certified Advanced ColdFusion MX 7 Developer ~| Introducing the Fusion Authorit

Re: easiest/fastest to implement payment processor?

2006-09-22 Thread Doug Brown
speaking of authorize.net, I was just reading their info for the advanced integration method (AIM). From their docs... # M I S CC O M P A T I B I L I T YI S S U E S# # # # This sample code has not been tested on ColdFusion #

Re: easiest/fastest to implement payment processor?

2006-09-22 Thread Douglas Knudsen
fastest way? send check, money order, or cash to my address at :) I've never done this before, but almost had the mis-fortune to be involved in setting it up. Check out your host. I have a client hosting with hostmysite. They offer a whole inventory shopping cart payment system tool. Seem

RE: image scraping on ebay

2006-09-22 Thread Chad Gray
Must be a different Chad Gray... Sorry. Thanks for the flash tip though. I might have uses for that idea. > -Original Message- > From: Tony [mailto:[EMAIL PROTECTED] > Sent: Friday, September 22, 2006 4:58 PM > To: CF-Talk > Subject: Re: image scraping on ebay > > new job @ careywe

RE: Best use for createODBCdate(), cfqueryparam CF_SQL_DATE vs. CF_SQL_TIMESTAMP

2006-09-22 Thread Ben Nadel
As far as with is better Not sure. Personally, I never use CreateODBCDate() or CreateODBCDateTime(). If your database supports CFQueryParam tag, I would recommend that one. It has several advantages in terms of query performance. Ex. I would do WHERE date_created = Instead of

Re: easiest/fastest to implement payment processor?

2006-09-22 Thread Mary Jo Sminkey
>So I am trying to make everything happen yesterday. With that in >mind, who is the fastest ecommerce payment processor to sign up with? >The client is a well-established business. At LEAST as important and >maybe more so: Whose gateway is the easiest to implement? No, not PayPal, they are one

RE: Best use for createODBCdate(), cfqueryparam CF_SQL_DATE vs. CF_SQL_TIMESTAMP

2006-09-22 Thread Michael E. Carluen
Thanks Ben. I've been using both createOBDC... and cfqueryparam... on mySQL/JDBC and have not encountered a problem- which actually lead to this thread. If both are OK, then which is better. Thanks for mentioning your experience with MSSQL, as I'm sure it's a consideration when writing modular ap

Re: CFMX7 and .NET integration

2006-09-22 Thread John C. Bland II
The only other thing I can think of is wait until IIS7 comes out. It'll be a breeze. :-) I completely understand regarding Blue Dragon though. On 9/22/06, Jeff Langevin <[EMAIL PROTECTED]> wrote: > > Unfortunately we already have CFMX7 running on our server so switching > to Blue Dragon is not li

RE: Best use for createODBCdate(), cfqueryparam CF_SQL_DATE vs. CF_SQL_TIMESTAMP

2006-09-22 Thread Ben Nadel
PS. Here is where you can see what DB's support which CF_SQL_ http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/comm on/html/wwhelp.htm?context=ColdFusion_Documentation&file=0317.htm .. Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.

RE: Best use for createODBCdate(), cfqueryparam CF_SQL_DATE vs. CF_SQL_TIMESTAMP

2006-09-22 Thread Ben Nadel
Not every DB supports every CFQueryParam cfsqltype. For instance, I used to use _DATE in MS SQL Server, but then one day it started throwing errors on SQL Server 2005. If you look in the documentation, it will show you how everything maps. _TIMESTAMP is supported by MS SQL Server. As far as Create

Re: image scraping on ebay

2006-09-22 Thread Tony
new job @ careyweb? or still with cwb? On 9/22/06, Chad Gray <[EMAIL PROTECTED]> wrote: > Yes it is me who are you? :) > > Use a flash app to load the images... interesting idea. Im not sure if the > client will want the over head of flash on their site though. I will keep it > in mind. >

Best use for createODBCdate(), cfqueryparam CF_SQL_DATE vs. CF_SQL_TIMESTAMP

2006-09-22 Thread Michael E. Carluen
I was wondering if someone can point out the main differences (advantages/disadvantages of each) between #createODBCdate()#, http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253924 Subscription: http://www.houseoffusion.com/groups

Re: image scraping on ebay

2006-09-22 Thread Claude Schneegans
>>I know you asked how to PREVENT it. I wrote a little pieces on how to get around it. I also had once to find some way to get around, and I suspected that the site was using HTTP_referer. The problem with HTTP_referer is that it is not always set by all browsers, so the server has also to acce

Re: CFMX7 and .NET integration

2006-09-22 Thread Jeff Langevin
Unfortunately we already have CFMX7 running on our server so switching to Blue Dragon is not likely. Alan Rother wrote: > Blue Dragon.Net > > www.NewAtlanta.com > > This is what is was designed for. > ~| Introducing the Fus

RE: Single Quotes Problem

2006-09-22 Thread Gaulin, Mark
You can use cfqueryparam mixed with other sql, as you see fit. It does have one potential drawback though: the cfquery feature "cachedwithin" will not work if you use cfqueryparam. If that's not a problem then it is usually a drop-in replacement for a variable or expression. Mark -Ori

Re: Finding current CF Version

2006-09-22 Thread Jake Churchill
server.coldfusion.productversion loathe wrote: > Server.coldfusion.something can't remember the last one. > > Just dump the server struct. > > >> -Original Message- >> From: Dave Francis [mailto:[EMAIL PROTECTED] >> Sent: Friday, September 22, 2006 4:09 PM >> To: CF-Talk >> Subject: Fin

RE: Finding current CF Version

2006-09-22 Thread Ben Nadel
CFDump out server: .. Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com -Original Message- From: Dave Francis [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 4:09 PM To: CF-Talk Subject: Finding current CF Version Is there a

RE: Finding current CF Version

2006-09-22 Thread loathe
Server.coldfusion.something can't remember the last one. Just dump the server struct. > -Original Message- > From: Dave Francis [mailto:[EMAIL PROTECTED] > Sent: Friday, September 22, 2006 4:09 PM > To: CF-Talk > Subject: Finding current CF Version > > Is there a variable/function

Re: Can a Java program use a CF data source?

2006-09-22 Thread Jochem van Dieten
Dan Plesse wrote: > > Reading a few strings from a file and saving them or giving them to > another object does not seem to be too much of a big > deal and now with the new datasource tags it does not seem that your feature > will be USP for too much longer. See, you don't even need code exa

Finding current CF Version

2006-09-22 Thread Dave Francis
Is there a variable/function that returns the CF version that you are running? ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered t

RE: image scraping on ebay

2006-09-22 Thread Ben Nadel
I know you asked how to PREVENT it. I wrote a little pieces on how to get around it. You might want to just take a look at it. It might help you figure out how to prevent it. Kind of like asking people to break into your bank to see if your security is good: http://www.bennadel.com/blog/134-Ask-Be

RE: URL Parameter

2006-09-22 Thread Ben Nadel
Jon , I am a fairly low-level programmer, and by that I mean I never do any server work or deal with IIS logging or anything of that sort. That is why I am strongly opposed to things like Mapped Paths and installing java classes in the java class path... Most of the time I don't have access to tha

RE: easiest/fastest to implement payment processor?

2006-09-22 Thread Steve LaBadie
PayPal Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St. East Stroudsburg, Pa 18301 570-422-3999 [EMAIL PROTECTED] http://www.esu.edu -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 3:59 PM To: CF-Talk Subject: easi

RE: image scraping on ebay

2006-09-22 Thread Andy Matthews
Overhead of Flash? A single SWF to load in a JPG would be like 3 or 4k. -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 2:48 PM To: CF-Talk Subject: RE: image scraping on ebay Yes it is me who are you? :) Use a flash app to load the i

Re: Can a Java program use a CF data source?

2006-09-22 Thread Jochem van Dieten
Robertson-Ravo, Neil (RX) wrote: > What is USP about it? Technically it is nothing that hasn't been done before. Strategically, it is part of a whole project centered around streamlining deployment processes and delivering applications as EAR files where you can't even see they contain CF anymo

easiest/fastest to implement payment processor?

2006-09-22 Thread Matt Robertson
I have a client who is putting together an ecommerce store at the last minute... actually they've been working on it for awhile and have run past deadlines to get the work to me, and the holiday buying season is now almost upon us. So I am trying to make everything happen yesterday. With that in

RE: URL Parameter

2006-09-22 Thread Jon Clausen
Ben, That is a cool method! I guess that was too much of a blanket statment for me to say the logging would be all messed up. Google Analytics would definitely a good way to go with the CF only method. I use Smarter Stats on my server and it removes all of the 404's from the stats when

RE: image scraping on ebay

2006-09-22 Thread Chad Gray
Yes it is me who are you? :) Use a flash app to load the images... interesting idea. Im not sure if the client will want the over head of flash on their site though. I will keep it in mind. > -Original Message- > From: Tony [mailto:[EMAIL PROTECTED] > Sent: Friday, September 22

Re: CFMX7 and .NET integration

2006-09-22 Thread Alan Rother
Blue Dragon.Net www.NewAtlanta.com This is what is was designed for. -- Alan Rother Macromedia Certified Advanced ColdFusion MX 7 Developer ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-

RE: oracle, blobs, and CFMX

2006-09-22 Thread Brad Wood
In CF Admin, does your data source have blob and or clob check boxes checked? ~Brad -Original Message- From: Djuna Edwards [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 2:24 PM To: CF-Talk Subject: Re: oracle, blobs, and CFMX > anyone test inserting a blob into an Oracle DB

RE: URL Parameter

2006-09-22 Thread Ben Nadel
Also, here is the direct snippet: http://www.bennadel.com/snippets/29-Handling-404-Errors-in-ColdFusion.ht m -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 3:37 PM To: CF-Talk Subject: RE: URL Parameter Ok, this was a bit rushed and it w

CFMX7 and .NET integration

2006-09-22 Thread Jeff Langevin
Here's a scenario and I'd love folks' thoughts. I am wondering how tough it would be to do what is being proposed. We would have a subscription-based e-commerce application written in CFMX. It would handle payments, accounts, session management, etc. With this application, my organization wo

RE: Multi-Dimensional Array sorting

2006-09-22 Thread loathe
I just ended up writing a bubble sort for 2 dimensional arrays that did the job :) > -Original Message- > From: Teddy Payne [mailto:[EMAIL PROTECTED] > Sent: Friday, September 22, 2006 3:33 PM > To: CF-Talk > Subject: Re: Multi-Dimensional Array sorting > > Loathe, > Have you checked www.

RE: URL Parameter

2006-09-22 Thread Ben Nadel
Ok, this was a bit rushed and it watered down version of how mine works, but it is the basic idea. I know some other people here have commented about 404 errors and logging. I have absolutely NO issues with this method. All the Google analytics works. My error handling works. Everything works perfe

Re: Multi-Dimensional Array sorting

2006-09-22 Thread Teddy Payne
Loathe, Have you checked www.cflib.org? I believe I remember a UDF that has multi-dimensional sorting. Teddy On 9/22/06, loathe <[EMAIL PROTECTED]> wrote: > > I have a 2 dimensional array. > > Basically: > > array[1][1] = Tim > array[1][2] = Timothy > array[2][1] = Chuck > array[2][2] = Charlie

Re: oracle, blobs, and CFMX

2006-09-22 Thread Djuna Edwards
> anyone test inserting a blob into an Oracle DB via CFMX? Supposedly > this works now but I'm getting an error message: > > "[Oracle JDBC Driver] The hexadecimal string is invalid" > > SQL is > INSERT INTO foo > (ct, bob) > VALUES > ( '55', ) > > where tmp is a Word doc grabbed via CFFILE. >

RE: image scraping on ebay

2006-09-22 Thread Brad Wood
Or you could do it with your web server. With Apache you could use mod_rewrite, and I believe IIS would require Isapi rewrite to be installed. You would have the web server check the http referrer for you and rewrite it with a different image. Ideally, one so annoying they would never steal an i

Re: URL Parameter

2006-09-22 Thread Jon Clausen
I know you're looking for a CF solution to this and it may be that a dynamic 404 template may be the right solution in your case. You won't be able to get any stats out of the site, however, as your logs will be all 404's unless you use in the 404 template to deliver the content (event then

Re: Can a Java program use a CF data source?

2006-09-22 Thread Dan Plesse
Jochem, Reading a few strings from a file and saving them or giving them to another object does not seem to be too much of a big deal and now with the new datasource tags it does not seem that your feature will be USP for too much longer. I think my Stealth DataSource Product is a J2EE dat

Re: image scraping on ebay

2006-09-22 Thread Matt Quackenbush
I know this question has already been properly answered, but I thought I'd just pass along this link which will walk you thru implementing the technique, should you need it :-) http://tutorial99.easycfm.com/ On 9/22/06, Michael E. Carluen <[EMAIL PROTECTED]> wrote: > > With cfcontent, the link

Re: URL Parameter

2006-09-22 Thread Larry Lyons
>Wondering if anyone has done this before with just straight CF and not ISAPI >rewrites. > >Want to create a url like -- http://www.somesite.com/64673 > >And then pull that 64673 off as a url parameter for querying and redirect? > >Thanks While there are complicated methods of doing such in CF, th

RE: image scraping on ebay

2006-09-22 Thread Michael E. Carluen
With cfcontent, the link to the image will be something like src="myimage.cfm?id-10". In which case, myimage.cfm holds the cfcontent tag and perhaps prompt to login. When ebay folks try to link to the image src, they just get prompted to a login page. Hth. > -Original Message- > From:

Multi-Dimensional Array sorting

2006-09-22 Thread loathe
I have a 2 dimensional array. Basically: array[1][1] = Tim array[1][2] = Timothy array[2][1] = Chuck array[2][2] = Charlie I need to alphabetically sort based on the first member, anyone have a script that can do this or should I just write a udf to do it?

Re: image scraping on ebay

2006-09-22 Thread Claude Schneegans
>>You can always take a screenshot, convert that to a picture and upload to any server such as geocities and then link to that. Then I suppose it will be geocities' problem. I think what Chad was refering to is the problem caused by all eBay visitors accessing the site. -- ___

Re: image scraping on ebay

2006-09-22 Thread Scott Hoff
You can always take a screenshot, convert that to a picture and upload to any server such as geocities and then link to that. >is this you chad? >if so, whats up, if not, whats up anyway :) > >make the images flash files, versus images? > >tw > >On 9/22/06, Chad Gray <[EMAIL PROTECTED]> wrote:

Re: image scraping on ebay

2006-09-22 Thread Tony
is this you chad? if so, whats up, if not, whats up anyway :) make the images flash files, versus images? tw On 9/22/06, Chad Gray <[EMAIL PROTECTED]> wrote: > Any way to keep people from scraping images off of a web site? > > A client is having all kinds of problems with ebay people linking to

RE: Oracle JDBC Drivers vs. CF Oracle Drivers

2006-09-22 Thread Jennifer Dodson
If you use stored procs at all you're going to want to use the drivers that come with CFMX. The ones that come with Oracle won't let you process result sets, and they also have issues with varchar2 return types. I tried using the drivers that come with Oracle with CFMX professional and we actuall

Re: image scraping on ebay

2006-09-22 Thread Bryan Stevenson
Yeah if you show the images on the client site using something like this: Where showImage.cfm uses CFCONTENT to push the image. That way in showIMage you can check the referrer and if it's not from the client's site they get to see the image you'd prefer they seelike some nice porn or so

image scraping on ebay

2006-09-22 Thread Chad Gray
Any way to keep people from scraping images off of a web site? A client is having all kinds of problems with ebay people linking to their images. Thanks! ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-h

RE: Single Quotes Problem

2006-09-22 Thread Jason Ruthenberg
Mark, thanks for the info! I was looking at some sites online this afternoon that were saying the same. Trouble is, I am not too familiar with cfqueryparam, so I am wondering, can I use this just for this situation, or do have to use it throughout my code? Jason -Original Message- From:

Re: Can a Java program use a CF data source?

2006-09-22 Thread Robertson-Ravo, Neil (RX)
Unique Selling Point. But I am sure that is not your Q! "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may a

RE: Single Quotes Problem

2006-09-22 Thread Jason Ruthenberg
Mark, Thanks for the info! I was looking at some sites online this afternoon that were saying the same. Trouble is, I am not too familiar with cfqueryparam, so I am wondering, can I use this just for this situation, or do have to use it throughout my code? Jason -Original Message- From

Re: Can a Java program use a CF data source?

2006-09-22 Thread Dan Plesse
Jochem, What is USP? Can you at least give up some hints? Thanks Dan On 9/22/06, Robertson-Ravo, Neil (RX) <[EMAIL PROTECTED]> wrote: > > What is USP about it? > > > > > > > "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, > Richmond, Surrey, TW9 1DL, United Kingdom), a divi

Re: Can a Java program use a CF data source?

2006-09-22 Thread Robertson-Ravo, Neil (RX)
What is USP about it? "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the e

Re: Can a Java program use a CF data source?

2006-09-22 Thread Jochem van Dieten
Dan Plesse wrote: > > Do you have a code example of this for us kids? No, my boss considers this a USP. Even when we deliver this to our customers it is in the form of compiled templates. Jochem ~| Introducing the Fusi

Re: Single Quotes Problem

2006-09-22 Thread Claude Schneegans
>>It's a known bug (for a long time) Actually, there is bug with preserveSingleQuotes(). The problem is only that is is not really a function. First, all it does is to set a flag to tell CFQUERY not to escape single quotes in the variable passed in parameter. Then, calling it from outside a CFQUE

Re: Can a Java program use a CF data source?

2006-09-22 Thread Dan Plesse
Jochem, Do you have a code example of this for us kids? Thanks Dan ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your doo

Re: SESSION won''t save on user''s computer

2006-09-22 Thread Michael Bondar
Dave, Have the user try to access the site from another machine in the company. Number of firewalls can be configured to filter cookies out. Another question: does the user run ZoneAlarm, SpyBot Search and Destroy, or Webroot SpySweeper? All of these programs can be configured to filter cookies

RE: URL Parameter

2006-09-22 Thread Dave Hatz
That would be awesome, thanks Ben Dave -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 9:57 AM To: CF-Talk Subject: RE: URL Parameter Dave, My actual CFM page is super complicated because it integrates with a custom framework that I

RE: SESSION won't save on user's computer

2006-09-22 Thread Dave Watts
> Some pretend that cookies are a threat, and Firefox pretends > it is more secure, so I would bet cookies are disabled by default. Well, first of all, cookies can be a threat, if you're concerned about whether you as a user can be associated with multiple sites. This is the problem with third-pa

RE: URL Parameter

2006-09-22 Thread Ben Nadel
Dave, My actual CFM page is super complicated because it integrates with a custom framework that I have pieced together and actually refers to a bunch of other objects in my system... At lunch, let me write up a quick demo CFM page and post it here. Something simple that will demo the idea of wh

Re: SESSION won''t save on user''s computer

2006-09-22 Thread Terry Schmitt
You may have trouble finding an answer to this, but maybe the company network is using a proxy for all web traffic? Blue Coat or something? Terry ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up

Re: URL Parameter

2006-09-22 Thread Dave Hatz
Ben, Would you be so kind to post the .cfm page you used when IIS Redirected 404's? I have been looking for a solution just like this... Thanks, Dave ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hittin

RE: Single Quotes Problem

2006-09-22 Thread Gaulin, Mark
Actually, Ben, PreserveSingleQuotes will not always work right. It's a known bug (for a long time), but apparently not one that is going to be fixed. The problem has something to do with the order that cfquery and PreserveSingleQuotes operate with respect to things like Left()... You can have a p

RE: URL Parameter

2006-09-22 Thread Ben Nadel
I have done that. I had to set up a 404 handler in IIS that would point to a specific ColdFusion page. That page then looked at the URL, the 404 error in the CGI.query_string, set values and included the index.cfm page (essentially). You would need access to IIS for that though. Others might have

Batch print PDFs on server side

2006-09-22 Thread Rick King
I'm looking for a way to batch print PDFs server side. Ideally, a user would place a check next to multiple PDFs, then hit the print button, and all of the selected PDFs would either print individually or be combined into a single PDF and then print. I know there are tools that do this on the c

RE: Single Quotes Problem

2006-09-22 Thread Ben Forta
Use PreserveSingleQuotes() --- Ben -Original Message- From: Jason Ruthenberg [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 12:13 PM To: CF-Talk Subject: Single Quotes Problem I have a problem with some data that contains single quotes that I cannot figure out how to get p

URL Parameter

2006-09-22 Thread Brian
Wondering if anyone has done this before with just straight CF and not ISAPI rewrites. Want to create a url like -- http://www.somesite.com/64673 And then pull that 64673 off as a url parameter for querying and redirect? Thanks ~~

Single Quotes Problem

2006-09-22 Thread Jason Ruthenberg
I have a problem with some data that contains single quotes that I cannot figure out how to get past. In a nutshell, here is what I have happening. I have a web page where the user searches for a customer. When the run the search, one of the queries I run is the following: SELECT

Re: Can a Java program use a CF data source?

2006-09-22 Thread Jochem van Dieten
Dan Parker wrote: > We'd like for our Java developers to be able to use our ColdFusion > data sources. This would eliminate the need for them to have separate > config files for database connections. > > An alternate question would be "Can CF and Java developers use the > same data sources?" I'

Re: Placing a pointer in cfchart

2006-09-22 Thread Richard White
does anyone have any ideas on this, i am completely stuck. or is there maybe another way or another component i can use to get this effect. thanks ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, u

Re: Designing for Integration

2006-09-22 Thread Richard White
thanks tom youve been a great help :) ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionaut

Re: Permalink?

2006-09-22 Thread Jerry Johnson
There is only the articles.htm file on disk. The rest of the url is just ignored by iis to serve the page, articles.htm. the articles.htm file grabs the rest of the url (in a cfc for that purpose), looks up the needed article, and then either displays it, asks for login (if sub-only), or starts a

RE: SESSION won't save on user's computer

2006-09-22 Thread Andy Matthews
In this case, his laptop is his company machine. His IT guy has looked at it, but I haven't gotten an update from him yet on the response. I'll try a few other things too. Thanks for the replies thus far. -Original Message- From: COLLIE David [mailto:[EMAIL PROTECTED] Sent: Friday, Sep

RE: Permalink?

2006-09-22 Thread Andy Matthews
I use this custom tag at the top of every page in my site [attached]. Then, all you do is to code the URL so that it references a path such as one you've coded. You can use name/value pairs just like a normal URL variable: www.mysite.com/article.cfm?id=27 becomes this: www.mysite.com/article.cfm

RE: Designing for Integration

2006-09-22 Thread Tom Kitta
Yes, it makes most sense to wait for system B interface specs - then you can write System A interface. You may take a risk and modify system A's CFCs to call the System A interface since you know what data you need. System A interface may use simQuery to simulate connection to system B interface wh

RE: SESSION won't save on user's computer

2006-09-22 Thread Andy Matthews
Okay. I did tell him that I'd run it past you all before we took a more severe step. Since you're the only one to respond so far, I'll tell him to try that. -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 10:49 AM To: CF-Talk Subjec

Re: Permalink?

2006-09-22 Thread Jeff Small
> Search for SES (Search Engine Safe) URLS. I think Mike D. even wrote an > article about how to implement them somewhere on HoF, but a cursory search > didn't find anything but a million threads on the subject...it's pretty > simple to implement, though. Coolness. Thanks! ~~~

  1   2   >