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
> 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
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
> 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
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
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
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
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={
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
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
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.
>> 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
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
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
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
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
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
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
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
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
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
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
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
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
~~~
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
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
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
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-
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
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
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
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
32 matches
Mail list logo