Re: Backup MX

2009-05-01 Thread rex
Great, thanks! Dave Watts wrote: >> What about for MS Exchange users? I know that they wouldn't like to >> move away from Exchange's calendar and AD integration. What would you >> suggest? >> > > Well, I think the calendaring functionality of Google Apps is as good > as that of Exchange. A

Re: Backup MX

2009-05-01 Thread Dave Watts
> What about for MS Exchange users?  I know that they wouldn't like to > move away from Exchange's calendar and AD integration.  What would you > suggest? Well, I think the calendaring functionality of Google Apps is as good as that of Exchange. And it appears as an Exchange server if you're usin

Re: Backup MX

2009-05-01 Thread rex
Thanks Dave. I currently use that for my family's domain, since the standard edition is free. What about for MS Exchange users? I know that they wouldn't like to move away from Exchange's calendar and AD integration. What would you suggest? Dave Watts wrote: >> Does anyone use a Mailbaggi

Re: Backup MX

2009-05-01 Thread Dave Watts
> Does anyone use a Mailbagging / Backup MX service?  I was looking at > dyndns.org, but I wanted to see if anyone on the list would recommend a > provider. > > I have a combined mail/cf/db server, and I just want to make sure that > when it goes down, that I won't lose any of my emails.  Website

Re: Is it not possible to set session variables in a cfc method?

2009-05-01 Thread Scott Stroz
if your CFCs are outside the web root, you would not be able to access them via AJAX On Friday, May 1, 2009, Rick Faircloth wrote: > > Perhaps Lance's suggestion assumes my CFC's are outside the webroot? > They're all under the same application.cfc in this app. > > On Fri, May 1, 2009 at 5:46 PM

Backup MX

2009-05-01 Thread rex
Hello, Does anyone use a Mailbagging / Backup MX service? I was looking at dyndns.org, but I wanted to see if anyone on the list would recommend a provider. I have a combined mail/cf/db server, and I just want to make sure that when it goes down, that I won't lose any of my emails. Website

Re: Is it not possible to set session variables in a cfc method?

2009-05-01 Thread Rick Faircloth
Perhaps Lance's suggestion assumes my CFC's are outside the webroot? They're all under the same application.cfc in this app. On Fri, May 1, 2009 at 5:46 PM, Scott Stroz wrote: > > As long as the AJAX requests are being made to a file under the web > root - and how could they not? - then there i

directorywatcher event gateway...doesn't work for me

2009-05-01 Thread Yuliang Ruan
So I'm setting up a new event gateway instance. I created jobsentry.cfg and jobsentry.cfc and started up the instance. I edited a file in the directory and got an error in the log file that says: Error invoking CFC for gateway JobSentry: null {ORIGINATORID={},CFCMETHOD={onChange},GATEWAYID={

Re: Is it not possible to set session variables in a cfc method?

2009-05-01 Thread Scott Stroz
As long as the AJAX requests are being made to a file under the web root - and how could they not? - then there is no need to duplicate the tag in your 'remote' CFC On Friday, May 1, 2009, Lance S wrote: > > I think you mentioned you are using ajax, correct.  Ajax is processing with > out know

RE: better mass mailing

2009-05-01 Thread UXB Internet
Mike, Did you ever find solutions to this? I too am interested. -Original Message- From: Michael Dinowitz [mailto:mdino...@houseoffusion.com] Sent: Thursday, April 30, 2009 11:51 AM To: cf-talk Subject: better mass mailing Till now I've been using iMS to send out list mail. The advant

Re: Is it not possible to set session variables in a cfc method?

2009-05-01 Thread Rick Faircloth
Sounds like a good idea, Lance. I'll have to read up on the "extends" functionality...haven't used that, yet. Thanks! Rick On Fri, May 1, 2009 at 3:51 PM, Lance S wrote: > > I think you mentioned you are using ajax, correct. Ajax is processing with > out knowledge of the application space.

RE: serving images with cfcontent to firefox browser with deletefile=yes

2009-05-01 Thread UXB Internet
>> reset="true" is always a good parameter to have when >> doing this kind of work. I agree but Reset=yes is the default and I have tried yes and no and even removed everything from the image.cfm file but the cfcontent tag and still there is something that Firefox refuses to render if the dele

Re: Is it not possible to set session variables in a cfc method?

2009-05-01 Thread Lance S
I think you mentioned you are using ajax, correct. Ajax is processing with out knowledge of the application space. To get around this I created a cfc that all my cfc calls go through and the top of the cfc looks like http://ad.doubleclick.net/clk;207172674;29440083;f Archiv

Re: serving images with cfcontent to firefox browser with deletefile=yes

2009-05-01 Thread Ian Skinner
reset="true" is always a good parameter to have when doing this kind of work. It helps even more to keep arrant whitespace from before the tag from causing problems. ~| Adobe® ColdFusion® 8 software 8 is the most important

Re: CFIDE/componentutils Not Found?

2009-05-01 Thread Lance S
If you want to access the cfc as a web server you just have to add wsdl to the in of the call: http://www.mydomain.com/services.reportservice.cfc?wsdl and make sure the method you are trying to get to is access='remote' If you try to go directly to the cfc you will be pushed to the cfcCompone

serving images with cfcontent to firefox browser with deletefile=yes

2009-05-01 Thread UXB Internet
I am hoping someone can shine some light on a problem I am having with serving an image through cfcontent on a web page. I am using a CF5 server (all hotfixes applied) and doing some image manipulation (adding text) to an image. The back end image manipulation works fine (using Juka Manor's CFX_i

RE: list question

2009-05-01 Thread Jason Fisher
Cool! I also like Ben's suggestion of the arrays ... if your list of orderIDs is very long, you'll definitely want to explore using arrays instead of lists simply for performance issues. Jason From: "Scott Stewart" Sent: Friday, May 01, 2009 10:43 AM

Re: Problems parsing CXML with CF...

2009-05-01 Thread w...@provere.com w...@provere.com
Gary, I see you haven't been on this board for a while, but I thought I would give you a try. I am having some issues parsing the result set coming back from from a CXML-URLENCODE post and have been pulling my hair out trying to get the results coming in as a parsable result set. I am using

Re: Problems parsing CXML with CF...

2009-05-01 Thread w...@provere.com w...@provere.com
Gary, I see you haven't been on this board for a while, but I thought I would give you a try. I am having some issues parsing the result set coming back from from a CXML-URLENCODE post and have been pulling my hair out trying to get the results coming in as a parsable result set. I am using

Re: Problems parsing CXML with CF...

2009-05-01 Thread w...@provere.com w...@provere.com
I see you haven't been on this board for a while, but I thought I would give you a try. I am having some issues parsing the result set coming back from from a CXML-URLENCODE post and have been pulling my hair out trying to get the results coming in as a parsable result set. I am using your su

Re: list question

2009-05-01 Thread Ben Nadel
Scott, If you are storing the list in session vars, I would suggest storing it as an Array since array index access is MUCH faster than list index access. The same index logic can be applied. -- Ben Nadel Adobe Community Expert Adobe Certified Advanced ColdFusion Developer Manager New York Cold

RE: list question

2009-05-01 Thread Scott Stewart
Session vars -- Scott Stewart ColdFusion Developer 4405 Oakshyre Way Raleigh, NC 27616 (h) 919.874.6229 (c) 703.220.2835 -Original Message- From: Ben Nadel [mailto:b...@bennadel.com] Sent: Friday, May 01, 2009 10:16 AM To: cf-talk Subject: Re: list question Scott, How are you maintai

RE: list question

2009-05-01 Thread Scott Stewart
Jason, This worked like a champ... Thanks sas -- Scott Stewart ColdFusion Developer 4405 Oakshyre Way Raleigh, NC 27616 (h) 919.874.6229 (c) 703.220.2835 -Original Message- From: Jason Fisher [mailto:ja...@wanax.com] Sent: Friday, May 01, 2009 10:21 AM To: cf-talk Subject: re: list q

Re: list question

2009-05-01 Thread ColdFusion Developer
If I recall ListFind will return the numeric location of the list (if found). Using that numeric you can do a ListGetAt to get the next and previous. Something like that anyway... syntax may not be right but you get the idea ~~~

Re: list question

2009-05-01 Thread Randy Adkins
If I recall ListFind will return the numeric location of the list (if found). Using that numeric you can do a ListGetAt to get the next and previous. Something like that anyway... syntax may not be right but you get the idea On Fri, May 1, 2009 at 10:13 AM, Scott Stewart wrote: > > Hey all

RE: list question

2009-05-01 Thread Robert Harrison
You could pass the current item id and set nextquery WHERE ID > CURID or WHERE ID < CURID; or you could use startrow http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_p-q_1 7.html Robert B. Harrison Director of Interactive Services Austin & Williams 125 Kennedy Drive, Suit

re: list question

2009-05-01 Thread Jason Fisher
and then just use prevOrderID and nextOrderID as appropriate in your links. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;2

Re: list question

2009-05-01 Thread Ian Skinner
listFind() perchance. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-

Re: list question

2009-05-01 Thread Ben Nadel
Scott, How are you maintaining the list from page to page? Are you caching it somewhere? Or passing is via the URLs? -- Ben Nadel Adobe Community Expert Adobe Certified Advanced ColdFusion Developer Manager New York ColdFusion User Group http://www.bennadel.com Need ColdFusion Help? http://www

list question

2009-05-01 Thread Scott Stewart
Hey all.. I have a ColdFusion list of orderIDs generated from a query.. The list drives a pair of hrefs (next and previous) The user will click on a link from another page which opens an order detail. At the top of the detail page are the next and previous links. How can I determine

RE: Self Serve Password reset tool to users stored in AD

2009-05-01 Thread Dawson, Michael
Another option is to store the secret question/answer in the AD object, itself. You can easily create new attributes for user objects and then limit access to those attributes. That way, only an admin, or your CF service account, would have access to view the question/answer attribute. This

Re: better mass mailing

2009-05-01 Thread Michael Dinowitz
None at all. I think its great and does the job well. Unfortunately, without hearing from Howie, I have to find solutions for people who want to use the product but can't register, renew, buy, or whatever it. On Thu, Apr 30, 2009 at 4:30 PM, Al Musella, DPM wrote: > > What problem are you having