Re: CF 10 Multiple Instances & Apache

2013-02-14 Thread Russ Michaels
There is a great iis module by helicon for railo on jetty, it runs java as a process for each website rather than a service, which means every single site is running an isolated instance not only of railo, but also of java. Regards Russ Michaels www.michaels.me.uk www.cfmldeveloper.com - Free CFM

RE: JSON to CF variable?

2013-02-14 Thread Che Vilnonis
How about... #theData.results[1].formatted_address# -Original Message- From: Les Irvin [mailto:les.cft...@gmail.com] Sent: Thursday, February 14, 2013 4:12 PM To: cf-talk Subject: JSON to CF variable? Taking this JSON result from Google: http://maps.googleapis.com/maps/api/geocode/js

JSON to CF variable?

2013-02-14 Thread Les Irvin
Taking this JSON result from Google: http://maps.googleapis.com/maps/api/geocode/json?address=34.172684,-104.604794&sensor=false How would I address the "formatted_address" result as a CF variable? I've gotten this far: http://maps.googleapis.com/maps/api/geocode/json?address=34.172684,-104.6047

Re: Hosting A to Z

2013-02-14 Thread Marty Franklin
If you use jQuery, this plug-in is great and even hosted on MS CDN. http://bassistance.de/jquery-plugins/jquery-plugin-validation/ On 2/14/2013 9:10 AM, John M Bliss wrote: > +1 to Gerald's question. Post-cfform, I used Adobe Spry which was pretty > good. Nowadays, I'd like to use a JQuery plugi

Re: CF 10 Multiple Instances & Apache

2013-02-14 Thread Dave Watts
> What is the best practice here? I found a site which suggested proxying > the requests to the CF server's port number like this... > > > # proxy requests to tomcat on port 8500 > ProxyPreserveHost on > ProxyPassMatch ^/(.+\.cf[cm])(/.*)?$ http://localhost:8500/$1$2 > > > And I figure the othe

Re: Hosting A to Z

2013-02-14 Thread Stephen Hait
On Thu, Feb 14, 2013 at 12:41 PM, Russ Michaels wrote: > > try qforms > http://pengoworks.com/index.cfm?action=get:qforms Have used qforms here, too, for quite some time and with success. ~| Order the Adobe Coldfusion Anthol

CF 10 Multiple Instances & Apache

2013-02-14 Thread Rick Root
What is the best practice here? I found a site which suggested proxying the requests to the CF server's port number like this... # proxy requests to tomcat on port 8500 ProxyPreserveHost on ProxyPassMatch ^/(.+\.cf[cm])(/.*)?$ http://localhost:8500/$1$2 And I figure the other method would be

Re: Hosting A to Z

2013-02-14 Thread Gerald Guido
Thanx Russ, Much appreciated. G! On Thu, Feb 14, 2013 at 12:41 PM, Russ Michaels wrote: > > try qforms > http://pengoworks.com/index.cfm?action=get:qforms > > > On Thu, Feb 14, 2013 at 5:24 PM, Gerald Guido >wrote: > > > > > Care to share? > > > > On Thu, Feb 14, 2013 at 11:53 AM, <> wrote: >

Re: Creating instances on CF 10

2013-02-14 Thread Rick Root
>> I am setting up a new server running Coldfusion 10. I have it all > >I believe this is already a known issue. You could temporarily run the >instance as an administrator, when you need to create services for >other instances. If this instance isn't being used to do anything but >create other i

Re: Creating instances on CF 10

2013-02-14 Thread Dave Watts
> I am setting up a new server running Coldfusion 10. I have it all > configured and have gone through (most of) the CF 10 Lockdown guide too - > running Coldfusion as a specific user, etc. I've already done the > mandatory update and all the hotfixes. > > We did a standard (standalone?) install

Re: Hosting A to Z

2013-02-14 Thread Claude Schnéegans
>>Care to share? To share no, but to document, yes. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/c

Creating instances on CF 10

2013-02-14 Thread Rick Root
Hi, I am setting up a new server running Coldfusion 10. I have it all configured and have gone through (most of) the CF 10 Lockdown guide too - running Coldfusion as a specific user, etc. I've already done the mandatory update and all the hotfixes. We did a standard (standalone?) installation

Re: Hosting A to Z

2013-02-14 Thread Russ Michaels
try qforms http://pengoworks.com/index.cfm?action=get:qforms On Thu, Feb 14, 2013 at 5:24 PM, Gerald Guido wrote: > > Care to share? > > On Thu, Feb 14, 2013 at 11:53 AM, <> wrote: > > > > > >>Has anyone found a replacement for client side validation that is even > > close to CFform in terms o

Re: Hosting A to Z

2013-02-14 Thread Gerald Guido
Care to share? On Thu, Feb 14, 2013 at 11:53 AM, <> wrote: > > >>Has anyone found a replacement for client side validation that is even > close to CFform in terms of comprehensiveness of data types it validates > against? > > Yeap, I've developped my own client side validation system. > At thet

RE: Problem with Hackers on Donation form through Authorize.net

2013-02-14 Thread UXB
>> I wonder if the hacker can still submit the form with JavaScript turned off? >> How would I go about determining just what the hacker's process is? At a base level they can copy your form page to their local server then manipulate the form submitting it to your cfc directly. I have seen peop

Re: Hosting A to Z

2013-02-14 Thread Claude Schnéegans
>>Has anyone found a replacement for client side validation that is even close to CFform in terms of comprehensiveness of data types it validates against? Yeap, I've developped my own client side validation system. At thet time CFFORM did not allow for messages other than in English. I use a ho

Re: Hosting A to Z

2013-02-14 Thread Phillip Vector
Personally, I just use the basics to check the input and massage it as required. If you use JQuery, I don't believe that is server side though. On Thu, Feb 14, 2013 at 8:10 AM, John M Bliss wrote: > > +1 to Gerald's question. Post-cfform, I used Adobe Spry which was pretty > good. Nowadays, I'd

Re: jquery forms

2013-02-14 Thread Carl Von Stetten
The jQuery Validation plugin is pretty awesome: http://bassistance.de/jquery-plugins/jquery-plugin-validation/ Also, that plugin is built into the ValidateThis framework: http://www.validatethis.org/ HTH, -Carl V. On 2/14/2013 8:00 AM, John M Bliss wrote: > Hi! Time-back-way-back, my favorite

re: jquery forms

2013-02-14 Thread Jeff Garza
Check out the Validity plugin... you can change the applied styles and such as well. http://validity.thatscaptaintoyou.com/ -- Jeff Original Message > From: "John M Bliss" > Sent: Thursday, February 14, 2013 9:01 AM > To: "cf-talk" > Subject: jquery forms > > Hi! Time-ba

Re: Hosting A to Z

2013-02-14 Thread John M Bliss
+1 to Gerald's question. Post-cfform, I used Adobe Spry which was pretty good. Nowadays, I'd like to use a JQuery plugin / lib (as opposed to rolling my own JQuery), but have not ID'd one yet. Anyone have a favorite? On Thu, Feb 14, 2013 at 10:06 AM, Gerald Guido wrote: > > Has anyone found a r

Re: Hosting A to Z

2013-02-14 Thread Gerald Guido
Has anyone found a replacement for client side validation that is even close to CFform in terms of comprehensiveness of data types it validates against? CFForm is pretty freakin exhaustive. I looked in earnest (within the last year or two) to find a replacement and have not seen anything that wou

jquery forms

2013-02-14 Thread John M Bliss
Hi! Time-back-way-back, my favorite way to do client-side form validation was Adobe Spry. It was super-easy to do color-coded alerts on empty required fields, email format validation, etc. Nowadays, I know that can all be done with roll-your-own JQuery but I'm wondering if you have a favorite JQu

Re: Hosting A to Z

2013-02-14 Thread Russ Michaels
just to break it down a bit further. People that know JS and use Jquery a lot generally wont bother using CFFOREM and CF's built in ajax stuff as they know they can do it much better themselves. The stuff built into CF is great for quick and dirty solutions if your a beginner or want to knock som

Re: Hosting A to Z

2013-02-14 Thread Raymond Camden
On Thu, Feb 14, 2013 at 9:26 AM, Dave Watts wrote: > > > > > I read this list every day but I've obviously missed something. What > would I use if not cfform - the plain form tag? > > It seems like this is saying "CF is nice and here's all it gives you, > just don't use it." > > I thought it was

RE: Hosting A to Z

2013-02-14 Thread Stephens, Larry V
Let me re-phrase the issue: I haven't stopped to examine what I routinely due with cfform - it's always been there and so I used it ("So to (finally) answer you Caleb - should you use it? Sure. If you find that they aid your development then why not? If you feel more comfortable writing your o

Re: Hosting A to Z

2013-02-14 Thread Dave Watts
> I'm also using ColdFusion.Ajax.submitForm (and I'm struggling with fully > understanding jQuery's Ajax call) but I > suppose I could upload what I need to my own site. Seems odd I would need to > do that. Well, if they blocked all access to CFIDE, you can either get them to fix it, or fix it

RE: Hosting A to Z

2013-02-14 Thread Stephens, Larry V
I'm also using ColdFusion.Ajax.submitForm (and I'm struggling with fully understanding jQuery's Ajax call) but I suppose I could upload what I need to my own site. Seems odd I would need to do that. I read this list every day but I've obviously missed something. What would I use if not cfform

RE: Hosting A to Z

2013-02-14 Thread Mark A. Kruger
I second that :) -Original Message- From: Raymond Camden [mailto:raymondcam...@gmail.com] Sent: Thursday, February 14, 2013 9:02 AM To: cf-talk Subject: Re: Hosting A to Z And then consider moving off of cfform. Please. On Thu, Feb 14, 2013 at 8:19 AM, Dave Watts wrote: > > > They

Re: Hosting A to Z

2013-02-14 Thread Raymond Camden
And then consider moving off of cfform. Please. On Thu, Feb 14, 2013 at 8:19 AM, Dave Watts wrote: > > > They were victims of the Super Bowl hacker. Now, they've locked down > their CFIDE so CF apps can't get > > to it. My pages are all failing with ColdFusion not defined errors. > > If you're

Re: Hosting A to Z

2013-02-14 Thread Dave Watts
> They were victims of the Super Bowl hacker. Now, they've locked down their > CFIDE so CF apps can't get > to it. My pages are all failing with ColdFusion not defined errors. If you're using CFFORM validation, etc, I recommend you just upload the validation JS libraries to your own site, then s

Hosting A to Z

2013-02-14 Thread Stephens, Larry V
Does anyone else use them? My frustration factor is climbing. Neither their support or sales people are responding. The last time this happened they were buying someone out and all were supposedly busy. They were victims of the Super Bowl hacker. Now, they've locked down their CFIDE so CF app