Re: Distributed servers?

2011-08-28 Thread Jochem van Dieten
On Sun, Aug 28, 2011 at 5:45 PM, Al Musella, DPM wrote: >  The costs seem too high.  It looks like it would cost about $86 a > month for a small instance.. and then I need coldfusion. Adobe > donated one licence of cf to us, but I would probably have to buy > that second license? I do not believe

RE: CFFORM or Jquery Form Validation

2011-08-28 Thread Terry Troxel
Cameron, I did as you said and downloaded the framework. I read the quick start and the pdf and it is way over this guy's head. I ended up using cfform and checkboxes which passed the list onto the next page To a loop which then displayed the text input for which ever the user checked off. Works f

RE: google map suddenly not showing

2011-08-28 Thread Eric Roberts
If you aren't using the cfmap tags and just using the google API directly, the latest version (3) does not use an API key. However, cfmap requires it and if you changed the domain, it won't work. You will need to go to the version 2 api and generate a key. I wish CF would update the cfmap code

RE: CF Mail Queue

2011-08-28 Thread Jenny Gavin-Wear
Indeed, but with "Error" to go on from the CF mail.log, I'm not sure how to investigate. >>-Original Message- >>From: Claude Schnéegans >>[mailto:=?ISO-8859-1?Q?Claude_Schn=E9egans >=?ISO-8859-1?Q?ue.com=3E?=] >>Sent: 28 August 2011 15:59 >>To: cf-talk >>Subject: Re: CF Mail Queue >> >

Re: CFFORM or Jquery Form Validation

2011-08-28 Thread Cameron Childress
On Sun, Aug 28, 2011 at 5:03 PM, Terry Troxel wrote: > > I went to their demo and tried out the list box, but it only allows ONE > selection. > There are many many examples available for ValidateThis. You'd asked for more than one. The download contains a whole bunch. If you meant what you said

Re: CFFORM or Jquery Form Validation

2011-08-28 Thread Maureen
http://stackoverflow.com/questions/1300994/jquery-validate-require-at-least-one-field-in-a-group-to-be-filled On Sun, Aug 28, 2011 at 10:19 AM, Terry Troxel wrote: > >  I have 3 form fields: Phone1, phone2, email. > > Can someone point me to or give me an example how to: > I have always used an

Re: CFFORM or Jquery Form Validation

2011-08-28 Thread Terry Troxel
Cameron, Thank you for your reply. I went to their demo and tried out the list box, but it only allows ONE selection. I am lookning for at least one ir: email and phone1. And then if I got that I guess I could submit to another page and show whatever fields they requested and make those required.

Re: CFFORM or Jquery Form Validation

2011-08-28 Thread Cameron Childress
On Sun, Aug 28, 2011 at 1:19 PM, Terry Troxel wrote: > > I would like to know how to accomplish this using JQUERY, CF AJAX or > CFFORM, so I can learn something new today. > > I would like to see as many examples as I can if possible. > Check out ValidateThis: http://www.validatethis.org/ Serve

Re: Distributed servers?

2011-08-28 Thread Cameron Childress
On Sun, Aug 28, 2011 at 11:45 AM, Al Musella, DPM wrote: > Luckily, we never lost electricity or internet.. I didn't evacuate - > by the time I was done setting everything up it was too late. The > worst seems to be over now, but I will keep godaddy just in case. > GoDaddy hosting will get yo

Re: Management API?

2011-08-28 Thread Maureen
Exactly. Too many people don't know about or use the power of having different users with different levels of access. I have a database user with read only access for all functions that are query only, a different user for updates and deletes of table data, and yet another user for admin tasks

Re: google map suddenly not showing

2011-08-28 Thread Anthony Weeg
if I remember correctly CF9 has a Maps API key setting in the admin. have you tried putting your key there? Sent from my iPhone... Don't hate. On Aug 28, 2011, at 2:48 PM, Alan Rother wrote: > > I dont suppose you could share the link with us. Odds are it's a JS error, > hard to tell without

Re: google map suddenly not showing

2011-08-28 Thread Alan Rother
I dont suppose you could share the link with us. Odds are it's a JS error, hard to tell without seeing the page On Sun, Aug 28, 2011 at 9:35 AM, <> wrote: > > >>The domain name hasn't changed so I guess the API key is still valid. > > Not so sure. For unknown reason, I had to get a new API key

CFFORM or Jquery Form Validation

2011-08-28 Thread Terry Troxel
I have 3 form fields: Phone1, phone2, email. Can someone point me to or give me an example how to: I have always used an cfif statement to validate that at least ONE contact method is provided. This is so old school, but it works. I would like to know how to accomplish this using JQUERY, CF AJAX

Re: google map suddenly not showing

2011-08-28 Thread Claude Schnéegans
>>The domain name hasn't changed so I guess the API key is still valid. Not so sure. For unknown reason, I had to get a new API key from Google for a couple of domains these past months. But you should get a message in this case.

google map suddenly not showing

2011-08-28 Thread Akos Fortagh
hi folks, wondering of anyone has come across something similar. I have a site with a dynamic Google map showing where members are situated. This has been working for 2 years with no problems on a CF 7 server. We migrated over to a CF 9 server and the map is now not showing, not giving any erro

Re: Distributed servers?

2011-08-28 Thread Al Musella, DPM
My mind is boggled looking through this stuff.. The costs seem too high. It looks like it would cost about $86 a month for a small instance.. and then I need coldfusion. Adobe donated one licence of cf to us, but I would probably have to buy that second license? (I would only be using one

Re: CF Mail Queue

2011-08-28 Thread Claude Schnéegans
>>I agree that would help, but it just leave the message sitting in the spool and the spool crashes. Ooops, never seen that.May be the problem is not with the message but with CF itself. ~| Order the Adobe Coldfusion Antholog

RE: Management API?

2011-08-28 Thread andy matthews
You don't need root access to MySQL at all. Just create a new API user that has the proper permissions. Better yet, create a stored procedure that gets called that does all of the appropriate tasks and let this user call that proc. Then, under the hood, the proc runs as Admin to do the various tas

Re: Management API?

2011-08-28 Thread Richard White
thanks Russ :) >this is how all hosting control panels work, and tools like PHPMyadmin, so >it is quite normal. >Obviously you would need to make sure that the API itself is secure and >password protected. > > > > >> ~| Order t

Re: Management API?

2011-08-28 Thread Russ Michaels
this is how all hosting control panels work, and tools like PHPMyadmin, so it is quite normal. Obviously you would need to make sure that the API itself is secure and password protected. On Sun, Aug 28, 2011 at 11:48 AM, Richard White wrote: > > Hi, > i am creating a management API to manage m

Re: CF Mail Queue

2011-08-28 Thread Russ Michaels
why don;t you generate the exact same email and then compare the 2 files to look for differences. You can use a binary compare tool. might want to check the file permissions as well. On Sun, Aug 28, 2011 at 11:46 AM, Jenny Gavin-Wear < jenn...@fasttrackonline.co.uk> wrote: > > wel .. somethi

Management API?

2011-08-28 Thread Richard White
Hi, i am creating a management API to manage my clients' software. The benefit is that at a click of it will setup or delete the clients databases etc... what do you guys think of the security of this as i am presuming this would need to have root access into MySQL as it needs to have the abi

RE: CF Mail Queue

2011-08-28 Thread Jenny Gavin-Wear
wel .. something more helpful as an error message such as "incorrect format", "corrupt file", would be useful ... Jenny >>-Original Message- >>From: Russ Michaels [mailto:r...@michaels.me.uk] >>Sent: 27 August 2011 18:30 >>To: cf-talk >>Subject: Re: CF Mail Queue >> >> >> >>because

RE: CF Mail Queue

2011-08-28 Thread Jenny Gavin-Wear
Hi Claude, I agree that would help, but it just leave the message sitting in the spool and the spool crashes. I have examined the message file and I can't see anything wrong with it. Jenny >>-Original Message- >>From: Claude Schnéegans >>[mailto:=?ISO-8859-1?Q?Claude_Schn=E9egans >