RE: CF Mail Queue

2011-08-30 Thread Jenny Gavin-Wear
Many thanks Joachem, good info. Jenny -Original Message- From: Jochem van Dieten [mailto:joch...@gmail.com] Sent: 29 August 2011 14:47 To: cf-talk Subject: Re: CF Mail Queue On Fri, Aug 26, 2011 at 1:42 PM, Jenny Gavin-Wear wrote: For some reason a mail item causes an error and then

RE: google map suddenly not showing

2011-08-30 Thread Jenny Gavin-Wear
Didn't CFMAP come with CF9? Jenny -Original Message- From: Akos Fortagh [mailto:akos.fort...@yahoo.com] Sent: 29 August 2011 17:05 To: cf-talk Subject: Re: google map suddenly not showing thank you for all your suggestions folks, like I mentioned this was developed before the

Re: google map suddenly not showing

2011-08-30 Thread Raymond Camden
I think he meant, developer on cf7, before the time of cfmap, and yea, it was cf9. On Tue, Aug 30, 2011 at 4:10 AM, Jenny Gavin-Wear jenn...@fasttrackonline.co.uk wrote: Didn't CFMAP come with CF9? Jenny ~| Order the

dynamic hyperlink creations with CFSPREADSHEET

2011-08-30 Thread rick pelletier
anyone successfully created dynamic hyperlinks via cfspreadsheet? via this methodology: http://www.techonthenet.com/excel/formulas/hyperlink.php i want to create cells that have an Item ID that links to the corresponding URL on the website, so each row has its own Item ID: what displays in

Re: dynamic hyperlink creations with CFSPREADSHEET

2011-08-30 Thread Leigh
=HYPERLINK(http://www.mysites.com/prodID/1,1;) It should work fine. Are you using SpreadSheetSetCellFormula()? -Leigh ~| Order the Adobe Coldfusion Anthology now!

Best thing for testing code?

2011-08-30 Thread Eric Cobb
We are wanting to put some type of testing system in place here at work. I know there's a ton of stuff out there, and I'm really at a loss as to where to start. I'm not sure if any of the TDD frameworks are what we're after or not. Our main concern right now is setting up something to help

multiple apps on a single server

2011-08-30 Thread Greg Morphis
We have a CF/IIS7.5 server running an app, our main app. The wwwroot is full of folders related to our main app. If we want to add another app what's the best way to do this? Moving everything to a subdirectory and making a couple subdirectories (wwwroot/mainapp and wwwroot/newapp) isn't

Re: multiple apps on a single server

2011-08-30 Thread Greg Morphis
Also, we're not running CF with Jrun.. just FYI On Tue, Aug 30, 2011 at 11:27 AM, Greg Morphis gmorp...@gmail.com wrote: We have a CF/IIS7.5 server running an app, our main app. The wwwroot is full of folders related to our main app. If we want to add another app what's the best way to do

Re: multiple apps on a single server

2011-08-30 Thread Dave Watts
We have a CF/IIS7.5 server running an app, our main app. The wwwroot is full of folders related to our main app. If we want to add another app what's the best way to do this? Moving everything to a subdirectory and making a couple subdirectories (wwwroot/mainapp and wwwroot/newapp) isn't

Re: multiple apps on a single server

2011-08-30 Thread Greg Morphis
So simply create another directory wwwroot2 (for example) in c:\inetpub, should it have the same CFIDE, cfdocs, WEB-INF, etc folders? And create the site in IIS? Thanks Dave! On Tue, Aug 30, 2011 at 11:30 AM, Dave Watts dwa...@figleaf.com wrote: We have a CF/IIS7.5 server running an app, our

Re: multiple apps on a single server

2011-08-30 Thread Dave Watts
So simply create another directory wwwroot2 (for example) in c:\inetpub, should it have the same CFIDE, cfdocs, WEB-INF, etc folders? Well, not necessarily. You may need parts (not all, just the public parts) of CFIDE. You won't need CFDOCS at all. You won't need WEB-INF unless you deploy a

Re: multiple apps on a single server

2011-08-30 Thread Russ Michaels
you do not need to use the c:\inetpub\wwwroot, this is just where windows stores the default website. Thus anything you put in here will also be accessible via the default website, so bear that in mind. Usually you would put each site in a subdirectory E.G. c:\inetpub\wwwroot\site1.com\wwwroot

Re: Best thing for testing code?

2011-08-30 Thread Russ Michaels
there are several cf unit testing solutions available. http://mxunit.org/ http://www.cfcunit.org/cfcunit/ http://cfunit.sourceforge.net/ You can use these not only to test that everything is working, but also to test the data being returned is correct as you require. -- Russ Michaels

Re: Best thing for testing code?

2011-08-30 Thread sm...@ibsys.com sm...@ibsys.com
I'm replying via the website, since I don't subscribe to the feed, and I've never been sure if this gets sent out to the list via email or not, but anyway, I found your question very interesting. In your question, you're saying, We have this business process. We have this software, which is

Re: multiple apps on a single server

2011-08-30 Thread Greg Morphis
Thanks guys! I appreciate the information! On Tue, Aug 30, 2011 at 11:50 AM, Russ Michaels r...@michaels.me.uk wrote: you do not need to use the c:\inetpub\wwwroot, this is just where windows stores the default website. Thus anything you put in here will also be accessible via the default

Re: dynamic hyperlink creations with CFSPREADSHEET

2011-08-30 Thread rick pelletier
thanks for the reply Leigh. No i'm not. Could be the source of my problem? This is my first go using CFSPREADSHEET as a converter from CFX_EXCEL. ~| Order the Adobe Coldfusion Anthology now!

RE: CFFORM or Jquery Form Validation

2011-08-30 Thread Al Musella, DPM
Note that even if you used my example (which you are welcome to use of course), you still need to confirm it on the server side when the form is submitted.. some people turn off javascript, and others will play around with tools like fiddler to mess you up:) Best way is to use both - check on

Re: dynamic hyperlink creations with CFSPREADSHEET

2011-08-30 Thread Leigh
No i'm not. Could be the source of my problem? Yep. Otherwise it will not be evaluated and you will end up with plain text. Other than removing the leading =. The syntax should be the same. Something like SpreadsheetSetCellFormula(sheet,

Re: Mac 10.7 datasource problem

2011-08-30 Thread Joe Brislin
Since I upgraded to lion, my sql server datasource has stopped working. The error message i'm getting is: java.sql.SQLNonTransientConnectionException: [Macromedia][SQLServer JDBC Driver]No more data available to read. Anyone know anything about this? Did you ever get this issue

Bulk image upload and in-browser cropping?!?

2011-08-30 Thread David McGuigan
Anyone built anything that lets you select multiple image files from a web browser for upload ( as well as folders ) like Facebook has? How about anything that lets you do in-browser image cropping? I can probably fire up Flash and develop the 2nd part myself, but I'm hoping there's something

Re: Bulk image upload and in-browser cropping?!?

2011-08-30 Thread Gerald Guido
How about anything that lets you do in-browser image cropping? http://www.bennadel.com/blog/1824-Creating-An-Image-Zoom-And-Clip-Effect-With-jQuery-And-ColdFusion.htm HTH, G! On Tue, Aug 30, 2011 at 5:20 PM, David McGuigan davidmcgui...@gmail.comwrote: Anyone built anything that lets you

Anyone know how to fix this or why this happening?

2011-08-30 Thread Andrew Scott
This is a ColdFusion 8 server, and not all mail is having this problem, as it appears that any email that is sent without the from or to address contains the name of the email account it is being sent from. I am sort of think it is a relay issue, or something but can't seem to find anything that

Re: Anyone know how to fix this or why this happening?

2011-08-30 Thread Scott Stewart
Make sure that the email admin is allowing relay from the cf server's ip address. On Aug 30, 2011 5:42 PM, Andrew Scott andr...@andyscott.id.au wrote: This is a ColdFusion 8 server, and not all mail is having this problem, as it appears that any email that is sent without the from or to

Re: Anyone know how to fix this or why this happening?

2011-08-30 Thread Andrew Scott
I thought I would do a test and it appears to not be a relay issue, by sending a dummy email from and to addresses that aren't the actualy smtp account they were sent and received fine. All I can find on Google is that it might be a bottleneck, but then why does some mail get through and some

Re: Anyone know how to fix this or why this happening?

2011-08-30 Thread Andrew Scott
The other thing I should mention is that this has only just started happening as of 5 days ago, the site has been running for 8 years. On Wed, Aug 31, 2011 at 7:51 AM, Andrew Scott andr...@andyscott.id.auwrote: I thought I would do a test and it appears to not be a relay issue, by sending a

PHP Serialization to JSON/Struct via ColdFusion?

2011-08-30 Thread Matthew Reinbold
I have a database filled with PHP serialized strings that represent data that I want to consume with a ColdFusion application (not pleased with the data model for this project but, unfortunately, that ship sailed long before I arrived). Sample data:

Re: PHP Serialization to JSON/Struct via ColdFusion?

2011-08-30 Thread Michael Grant
Is that Drupal data you're working with? On Tue, Aug 30, 2011 at 6:43 PM, Matthew Reinbold matthew.reinb...@voxpopdesign.com wrote: I have a database filled with PHP serialized strings that represent data that I want to consume with a ColdFusion application (not pleased with the data model

Re: Anyone know how to fix this or why this happening?

2011-08-30 Thread Rex
Google can have availability problems sometimes. Also, one of these could be the reason: * They don't allow you to change the from address. You must provide the proper username/password for the email to send. You say that that is working, but I never got that to work, but I

Re: Anyone know how to fix this or why this happening?

2011-08-30 Thread Andrew Scott
Rex, Nothing you said makes sense, nor is it a solution. I am very well aware that accounts have been migrating for Google Apps, that is not an issue and has never affected any of my other domains or emails at gmail. And it was one of the very first things I checked here. Secondly the

Re: PHP Serialization to JSON/Struct via ColdFusion?

2011-08-30 Thread Rex
maybe you can use this http://javaloader.riaforge.org/ that way you can drop the jar file in one of your directories - Rex On 8/30/2011 3:43 PM, Matthew Reinbold wrote: I have a database filled with PHP serialized strings that represent data that I want to consume with a ColdFusion

Re: Anyone know how to fix this or why this happening?

2011-08-30 Thread Rex
Sorry, just trying to help. It's hard to pin down an intermittent problem like yours. I've also had problems with GMail's SMTP and IMAP every now and then. Maybe you can benefit from a third party email service? - Rex On 8/30/2011 4:33 PM, Andrew Scott wrote: Rex, Nothing you said makes

Re: Anyone know how to fix this or why this happening?

2011-08-30 Thread Andrew Scott
Thanks Rex, but your assuming it is the gmail account. All my tests show that this is not the case, as we have another server we ran the same application on it, and it all works fine. So this is not as intermittent as you think, the failure rate is actually very high. We are talking like 20k

Re: Anyone know how to fix this or why this happening?

2011-08-30 Thread Russ Michaels
how many emails are you sending per day through gmail, there are limits, and it might be blocking you if you have exceeded them. For google Apps it is 500 per day per user. -- Russ Michaels www.bluethunderinternet.com : Business hosting services solutions www.cfmldeveloper.com:

Re: Anyone know how to fix this or why this happening?

2011-08-30 Thread Andrew Scott
That is still not an issue, this has been working for years. It has only just started to have these problems, and again I tried re-sending one at a time and one at a time fails. Like I said Google says that the error I pasted is a network bottle neck, as the reason is it times out waiting for a

Re: Anyone know how to fix this or why this happening?

2011-08-30 Thread Russ Michaels
you could use wireshark to confirm this is the case, it will show you the commication between coldfusion and google so you can see if cf is getting a response. On Wed, Aug 31, 2011 at 1:22 AM, Andrew Scott andr...@andyscott.id.auwrote: That is still not an issue, this has been working for

Re: Anyone know how to fix this or why this happening?

2011-08-30 Thread Billy Cravens
Very similar to what you're reporting: http://www.google.com/support/forum/p/Google%20Apps/thread?tid=5f96d0e5cfc60a95hl=en It can be a limit issue - I believe Google's SMTP server reject all connections from that user once you hit limit (500/day or 2000/day for a premium account; I am very

Re: Anyone know how to fix this or why this happening?

2011-08-30 Thread Andrew Scott
Bill, It does sound very similar, but there are two things that doesn't gel with me here. 1) this would mean that no more emails can be sent from this user, but I can send another email and it will be delivered fine. 2) It also says that for this to be true, then an email will be sitting in

Re: Anyone know how to fix this or why this happening?

2011-08-30 Thread Billy Cravens
If you can send email, then you haven't hit the limit. Have you identified any patterns (size, to, from, cc, etc) on the messages that are unsuccessful? Billy Cravens bdcrav...@gmail.com On Aug 31, 2011, at 12:15 AM, Andrew Scott wrote: Bill, It does sound very similar, but there are