Re: Compiling Oracle Stored Procedures from ColdFusion

2007-11-02 Thread James Holmes
Ah, so we can use unix line feeds only? I wonder if that is the same
issue we've seen with running inline PL/SQL blocks; I'll try it out
and see what I can find. Thanks.

On Nov 3, 2007 12:57 AM, Ryan, Terrence <[EMAIL PROTECTED]> wrote:
> In case anyone has this problem in the future. The solution is to strip out 
> all chr(13)'s from the procedure creation code.
>
> Terrence Ryan
> I.T. Director
> Wharton Computing and Information Technology
> E-mail: [EMAIL PROTECTED]
>
>
>
> 

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292605
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: I want to put my webroot on a drive other than C...

2007-11-02 Thread Eric Roberts
Go into IIS and right click on the site...go to properties.  There is a tab
that says home or something like that.  Just change the path...

Eric

-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 02, 2007 10:44 PM
To: CF-Talk
Subject: RE: I want to put my webroot on a drive other than C...

That's what I thought and it's probably right.

I should have mentioned this is IIS 5 on XP Pro.
I don't know if it being on XP Pro rather than a regular
service or not.  Probably not, but I thought I'd mention it.

But I can't find anywhere in the IIS setting to configure
the root... where would I do that?

Rick

> -Original Message-
> From: Casey Dougall [mailto:[EMAIL PROTECTED]
> Sent: Friday, November 02, 2007 11:00 PM
> To: CF-Talk
> Subject: Re: I want to put my webroot on a drive other than C...
> 
> that's an IIS setting. Coldfusion doesn't care where webroot is. It will
run
> regardless as long as your home directory in IIS is pointed to the correct
> folder. This should be a partition on your hardrive not a networked letter
> drive.
> 
> 
> 
> On 11/2/07, Rick Faircloth <[EMAIL PROTECTED]> wrote:
> >
> > Possible?  I can't seem to get a straight answer from the 'net.
> >
> > Does the webroot have to be at C:\Inetpub\wwwroot ?
> >
> > I'd really like to have it at E:\Inetpub\wwwroot.
> >
> > I tried changing it in the CF 8 Administrator, but that didn't work out.
> >
> > ???
> >
> > Rick
> >
> >
> >
> >
> 
> 



~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292604
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: I want to put my webroot on a drive other than C...

2007-11-02 Thread Rick Faircloth
Well, duh!  Wasn't that easy... sheepish grin

I have always had in my mind that localhost was defined somewhere
as "C:\Inetpub\wwwroot" and that had to be changed in some single
place that affected every site.

I think it was because my first tutorials in CF and web design used
that, so it became "the way it had to be" in my mind.

Funny how things become ingrained like that...

Thanks, guys.

Rick

> -Original Message-
> From: Jim Davis [mailto:[EMAIL PROTECTED]
> Sent: Friday, November 02, 2007 11:04 PM
> To: CF-Talk
> Subject: RE: I want to put my webroot on a drive other than C...
> 
> > -Original Message-
> > From: Rick Faircloth [mailto:[EMAIL PROTECTED]
> > Sent: Friday, November 02, 2007 10:34 PM
> > To: CF-Talk
> > Subject: I want to put my webroot on a drive other than C...
> >
> > Possible?  I can't seem to get a straight answer from the 'net.
> 
> Sure thing.  You can put the site any place you like.
> 
> > Does the webroot have to be at C:\Inetpub\wwwroot ?
> 
> Nope.
> 
> > I'd really like to have it at E:\Inetpub\wwwroot.
> >
> > I tried changing it in the CF 8 Administrator, but that didn't work
> > out.
> 
> You would change that in IIS (or whatever web server you use - from your
> directory names I'm assuming IIS).
> 
> Just open up the IIS Manager, right click on the web site in question choose
> "Properties" and I think it's right on the first tab.
> 
> Jim Davis
> 
> 
> 

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292603
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: I want to put my webroot on a drive other than C...

2007-11-02 Thread Rick Faircloth
That's what I thought and it's probably right.

I should have mentioned this is IIS 5 on XP Pro.
I don't know if it being on XP Pro rather than a regular
service or not.  Probably not, but I thought I'd mention it.

But I can't find anywhere in the IIS setting to configure
the root... where would I do that?

Rick

> -Original Message-
> From: Casey Dougall [mailto:[EMAIL PROTECTED]
> Sent: Friday, November 02, 2007 11:00 PM
> To: CF-Talk
> Subject: Re: I want to put my webroot on a drive other than C...
> 
> that's an IIS setting. Coldfusion doesn't care where webroot is. It will run
> regardless as long as your home directory in IIS is pointed to the correct
> folder. This should be a partition on your hardrive not a networked letter
> drive.
> 
> 
> 
> On 11/2/07, Rick Faircloth <[EMAIL PROTECTED]> wrote:
> >
> > Possible?  I can't seem to get a straight answer from the 'net.
> >
> > Does the webroot have to be at C:\Inetpub\wwwroot ?
> >
> > I'd really like to have it at E:\Inetpub\wwwroot.
> >
> > I tried changing it in the CF 8 Administrator, but that didn't work out.
> >
> > ???
> >
> > Rick
> >
> >
> >
> >
> 
> 

~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292602
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: I want to put my webroot on a drive other than C...

2007-11-02 Thread Jim Davis
> -Original Message-
> From: Rick Faircloth [mailto:[EMAIL PROTECTED]
> Sent: Friday, November 02, 2007 10:34 PM
> To: CF-Talk
> Subject: I want to put my webroot on a drive other than C...
> 
> Possible?  I can't seem to get a straight answer from the 'net.

Sure thing.  You can put the site any place you like.

> Does the webroot have to be at C:\Inetpub\wwwroot ?

Nope.

> I'd really like to have it at E:\Inetpub\wwwroot.
> 
> I tried changing it in the CF 8 Administrator, but that didn't work
> out.

You would change that in IIS (or whatever web server you use - from your
directory names I'm assuming IIS).

Just open up the IIS Manager, right click on the web site in question choose
"Properties" and I think it's right on the first tab.

Jim Davis


~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292601
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: I want to put my webroot on a drive other than C...

2007-11-02 Thread Casey Dougall
that's an IIS setting. Coldfusion doesn't care where webroot is. It will run
regardless as long as your home directory in IIS is pointed to the correct
folder. This should be a partition on your hardrive not a networked letter
drive.



On 11/2/07, Rick Faircloth <[EMAIL PROTECTED]> wrote:
>
> Possible?  I can't seem to get a straight answer from the 'net.
>
> Does the webroot have to be at C:\Inetpub\wwwroot ?
>
> I'd really like to have it at E:\Inetpub\wwwroot.
>
> I tried changing it in the CF 8 Administrator, but that didn't work out.
>
> ???
>
> Rick
>
>
>
> 

~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292600
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: I want to put my webroot on a drive other than C...

2007-11-02 Thread C. Hatton Humphrey
you have to change it in your web server (IIS by the looks of it) as well.



On 11/2/07, Rick Faircloth <[EMAIL PROTECTED]> wrote:
> Possible?  I can't seem to get a straight answer from the 'net.
>
> Does the webroot have to be at C:\Inetpub\wwwroot ?
>
> I'd really like to have it at E:\Inetpub\wwwroot.
>
> I tried changing it in the CF 8 Administrator, but that didn't work out.
>
> ???
>
> Rick
>
>
>
> 

~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292599
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


I want to put my webroot on a drive other than C...

2007-11-02 Thread Rick Faircloth
Possible?  I can't seem to get a straight answer from the 'net.

Does the webroot have to be at C:\Inetpub\wwwroot ?

I'd really like to have it at E:\Inetpub\wwwroot.

I tried changing it in the CF 8 Administrator, but that didn't work out.

???

Rick



~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292598
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: PDF Support with CF8 - Can this be done?

2007-11-02 Thread Frank Mamone
Thanks everyone...I'll start looking at those tags on Adobe. It feels
strange to say Adobe. Last time I used CF it was MM.

Great to be back!

Frank

On Nov 2, 2007 1:19 PM, Bryan Stevenson <[EMAIL PROTECTED]>
wrote:

> Yes it can...CFDOCUMENTpretty straightforward
>
> welcome back ;-)
>
> Cheers
>
> Bryan Stevenson B.Comm.
> VP & Director of E-Commerce Development
> Electric Edge Systems Group Inc.
> phone: 250.480.0642
> fax: 250.480.1264
> cell: 250.920.8830
> e-mail: [EMAIL PROTECTED]
> web: www.electricedgesystems.com
>
> Notice:
> This message, including any attachments, is confidential and may contain
> information that is privileged or exempt from disclosure. It is intended
> only for the person to whom it is addressed unless expressly authorized
> otherwise by the sender. If you are not an authorized recipient, please
> notify the sender immediately and permanently destroy all copies of this
> message and attachments.
>
>
> 

~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292597
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF 8 Enterprise Database Drivers

2007-11-02 Thread Ian Skinner
Is there a particular reason you want to play with the drivers?

John Mason

Nope, I'm hoping not to have to.  But we are beginning the documentation 
process on how to build a brand new server here.  A place that has not seen a 
new server since CF 4.5 was new and shiny.  There are some very odd database 
applications lurking around and I just want to start from a known  point if we 
have to start getting creative moving these antique legacy applications to a 
new server.




~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292596
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Market Dept - Project Management help

2007-11-02 Thread Kevin Aebig
Here's how I've dealt with that issue and thus far, it's practically not a
problem anymore.

- Strict Documentation that needs to be signed off. If they wish other
features be added, the deadline gets pushed back. Otherwise it's something
that can be taken care of down the road. If it wasn't important enough to
remember during the last phase of planning, than it isn't important enough
to lose sleep over.

- Quote double the amount of time it will take you. Explain to them the
reason for this is because many different things can go wrong and you want
to be sure that you can deliver on time. You can mention that it's likely
that if everything goes well the project will be done early to appease them.

If they aren't happy with that, than this would be the time to mention that
a lack of planning on their part doesn't constitute an emergency on yours.
Hold your ground. Don't give into the guilt they'll try to put on you
because it's only setting a precedent that they'll be able to take advantage
of you.

Just remember that many people don't learn unless there's a consequence and
the fact that you continue to bail them out isn't helping the matter. They
don't think anything is wrong, because they aren't suffering and the
projects are going out on time... at your expense.

Cheers and good luck,

!k

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 02, 2007 9:50 AM
To: CF-Talk
Subject: Market Dept - Project Management help

All,

Do you work in a Marketing department?  Do you have more than a few people
giving you requests for projects?  I'm not talking about text and images or
content
managment, but custom applications. Ever work with someone that gives you
bits and
peices of a project and then make multiple changes and edits after the
project document
has been defined?

I need a application/process that is simple enough for Marketing people to
use that
will force them to organize their projects before they even get to the Web
team. The
amount of time that is wasted revisting projects for multiple changes is
rediculous!
Then they ask the Web team why a project isn't completed. FRUSTRATING!

Any feedback to get these non-technical marketing people more organized
would
be great! Pulling my hair out!

Thanks

D



~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292593
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Market Dept - Project Management help

2007-11-02 Thread Adam Haskell
Check out SCRUM. We use this on projects of varying sizes (no funding to
multi million $$ projects) with much success.

http://en.wikipedia.org/wiki/Scrum_%28development%29

Long and short of SCRUM is its an agile development methodology. It uses a
backlog for requirements and is composed of short work cycles (sprints) at
the end of each sprint there is a (or many) deliverable, the deliverables
are progress towards items in the backlog or are items in the backlog. This
allows for constant feedback to your customer allowing them to constantly
see something that is happening it also helps with forcing owners to focus
on something instead of everything.

Adam Haskell
http://cfrant.blogspot.com

On 11/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:
>
> All,
>
> Do you work in a Marketing department?  Do you have more than a few people
> giving you requests for projects?  I'm not talking about text and images
> or content
> managment, but custom applications. Ever work with someone that gives you
> bits and
> peices of a project and then make multiple changes and edits after the
> project document
> has been defined?
>
> I need a application/process that is simple enough for Marketing people to
> use that
> will force them to organize their projects before they even get to the Web
> team. The
> amount of time that is wasted revisting projects for multiple changes is
> rediculous!
> Then they ask the Web team why a project isn't completed. FRUSTRATING!
>
> Any feedback to get these non-technical marketing people more organized
> would
> be great! Pulling my hair out!
>
> Thanks
>
> D
>
> 

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292594
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CF8 on-demand presentations TOOLS

2007-11-02 Thread John Mason
Adobe is working on it, one project is called CoCoMo. There was some presos
on it at MAX this year.

http://blogs.adobe.com/collabmethods/
 
John Mason
[EMAIL PROTECTED]
770.337.8363

www.FusionLink.com - ColdFusion and Flex hosting
Now offering ColdFusion 8 Enterprise hosting
FREE Subversion hosting

-Original Message-
From: Stephen Cassady [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 02, 2007 6:07 PM
To: CF-Talk
Subject: CF8 on-demand presentations TOOLS

Hey everyone -
So I'm very excited about using the on-demand presentation system in CF8.
Now, all I need are the tools to do two things to create Awe Inspiring
Powerful Presentations that Rock the World:

1. Screen Activity Capture + Voice
2. Video capture (like from a Web Cam)

I have nothing of the sort at the moment, so can people suggest products for
both (most important) need number 1 and (I have yet to purchase a web cam)
need number 2. Please no bathroom jokes about me needing #1 and #2s

:-)

Stephen Cassady





~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292595
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


CF8 on-demand presentations TOOLS

2007-11-02 Thread Stephen Cassady
Hey everyone - 
So I'm very excited about using the on-demand presentation system in CF8.
Now, all I need are the tools to do two things to create Awe Inspiring
Powerful Presentations that Rock the World:

1. Screen Activity Capture + Voice
2. Video capture (like from a Web Cam)

I have nothing of the sort at the moment, so can people suggest products for
both (most important) need number 1 and (I have yet to purchase a web cam)
need number 2. Please no bathroom jokes about me needing #1 and #2s

:-)

Stephen Cassady



~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292591
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Ray Camden CFUPS

2007-11-02 Thread Raymond Camden
Ok,fixed up on RIAForge. Sorry about that!

On Nov 2, 2007 4:59 PM, Raymond Camden <[EMAIL PROTECTED]> wrote:
> So, um, that would be me being dumb. I'm updating the code now.
>
>
> On Nov 2, 2007 4:57 PM, Raymond Camden <[EMAIL PROTECTED]> wrote:
> > No it is not. I'm checking RIAForge now.
> >
> > On Nov 2, 2007 3:50 PM, Jean-Michel Godin-Duguay
> > <[EMAIL PROTECTED]> wrote:
> > > Is it normal that the return type for the getrateinformation function is 
> > > a struct and at the end of the function your actually building a query 
> > > and you got a  tag before the . Ive removed 
> > > the  and the  and Ive changed the 
> > > returntype to query and now it's returning the way I want but I don't 
> > > know if it's the right way.
> > >
> > > > What do you mean? I return a struct of info. If you just want one
> > > > key.. just use that key. It's no different than any other structure.
> > > > :)
> > > >
> >
> >
> > --
> > ===
> > Raymond Camden, Camden Media
> >
> > Email: [EMAIL PROTECTED]
> > Blog  : www.coldfusionjedi.com
> > AOL IM : cfjedimaster
> >
> > Keep up to date with the community: http://www.coldfusionbloggers.org
> >
>
>
>
> --
> ===
> Raymond Camden, Camden Media
>
> Email: [EMAIL PROTECTED]
> Blog  : www.coldfusionjedi.com
> AOL IM : cfjedimaster
>
> Keep up to date with the community: http://www.coldfusionbloggers.org
>



-- 
===
Raymond Camden, Camden Media

Email: [EMAIL PROTECTED]
Blog  : www.coldfusionjedi.com
AOL IM : cfjedimaster

Keep up to date with the community: http://www.coldfusionbloggers.org

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292592
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Ray Camden CFUPS

2007-11-02 Thread Raymond Camden
No it is not. I'm checking RIAForge now.

On Nov 2, 2007 3:50 PM, Jean-Michel Godin-Duguay
<[EMAIL PROTECTED]> wrote:
> Is it normal that the return type for the getrateinformation function is a 
> struct and at the end of the function your actually building a query and you 
> got a  tag before the . Ive removed the  var="results"> and the  and Ive changed the returntype to query and 
> now it's returning the way I want but I don't know if it's the right way.
>
> > What do you mean? I return a struct of info. If you just want one
> > key.. just use that key. It's no different than any other structure.
> > :)
> >

-- 
===
Raymond Camden, Camden Media

Email: [EMAIL PROTECTED]
Blog  : www.coldfusionjedi.com
AOL IM : cfjedimaster

Keep up to date with the community: http://www.coldfusionbloggers.org

~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292590
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Ray Camden CFUPS

2007-11-02 Thread Raymond Camden
So, um, that would be me being dumb. I'm updating the code now.

On Nov 2, 2007 4:57 PM, Raymond Camden <[EMAIL PROTECTED]> wrote:
> No it is not. I'm checking RIAForge now.
>
> On Nov 2, 2007 3:50 PM, Jean-Michel Godin-Duguay
> <[EMAIL PROTECTED]> wrote:
> > Is it normal that the return type for the getrateinformation function is a 
> > struct and at the end of the function your actually building a query and 
> > you got a  tag before the . Ive removed the 
> >  and the  and Ive changed the returntype to 
> > query and now it's returning the way I want but I don't know if it's the 
> > right way.
> >
> > > What do you mean? I return a struct of info. If you just want one
> > > key.. just use that key. It's no different than any other structure.
> > > :)
> > >
>
>
> --
> ===
> Raymond Camden, Camden Media
>
> Email: [EMAIL PROTECTED]
> Blog  : www.coldfusionjedi.com
> AOL IM : cfjedimaster
>
> Keep up to date with the community: http://www.coldfusionbloggers.org
>



-- 
===
Raymond Camden, Camden Media

Email: [EMAIL PROTECTED]
Blog  : www.coldfusionjedi.com
AOL IM : cfjedimaster

Keep up to date with the community: http://www.coldfusionbloggers.org

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292589
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF 8 Enterprise Database Drivers

2007-11-02 Thread Janet MacKay
I don't know how to get a listing of all available drivers, but you could 
always check individual ones using one of these methods  

http://carehart.org/blog/client/index.cfm/2006/8/8/checking_jdbc_driver_version

It assumes you know the driver names, but you could get that information by 
viewing the contents of macromedia_drivers.jar

HTH
Janet 

~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292586
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: CF 8 Enterprise Database Drivers

2007-11-02 Thread John Mason







   #drivername#
is #driver.getMajorVersion()#.#driver.getMinorVersion()#
 

This is from..
http://www.bpurcell.org/blog/index.cfm?mode=entry&entry=988

Is there a particular reason you want to play with the drivers?

John Mason
[EMAIL PROTECTED]
770.337.8363
 
www.FusionLink.com - ColdFusion and Flex hosting
Now offering ColdFusion 8 Enterprise hosting
FREE Subversion hosting



-Original Message-
From: Ian Skinner [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 02, 2007 4:03 PM
To: CF-Talk
Subject: CF 8 Enterprise Database Drivers

Is there a document or some method to find out exactly what drivers - make
and model number - come with ColdFusion 8 enterprise.  It would also be nice
to see a how to guide for the time one may have to get under the hood and
take wrenches and screwdrivers to monkey with these drivers.  My Googling
skills so far has only turned up an Adobe Knowledge base article dated to
the 5.0 era.

TIA
Ian




~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292587
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CFMAIL quesitons..

2007-11-02 Thread Jochem van Dieten
Al Musella, DPM wrote:
>   No - I am not sure about any of this:)
>Most of the time I have no problem, then all of a sudden an ISP 
> will block all of my mail for a few days until I call them and ask to 
> be removed from their blacklist.   These messages are medical related 
> newsletters that people opt into. Never sent unsolicited.
>One tech at prodigy told me I was blacklisted because the reverse 
> dns didn't match up with the domain name used. He specifically said 
> that the messages came from my .100, whose reverse DNS is not the 
> domain name on the FROM field.

Did he say the reverse DNS didn't match the from or that it didn't match 
the EHLO?

Can you send an email directly to me from CF? I'll dissect the headers 
and post them back on the list.


>   It doesn't sound right to me.   They did mention I could pay to 
> make sure my email gets through. Sounds like they are randomly 
> blocking email to extort me?  Does anyone else get seemingly random 
> blacklisting?

Depends on what you consider 'seemingly random'. On one hand, I have 
never been able to track a listing back to a specific message for a 
serious RBL (SpamCop is not a serious RBL). So you might consider that 
random.
On the other hand, when I took over the infrastructure architecture role 
for our hosting we were not following best practices and were having 
blacklist issues. I redesigned the infrastructure, we followed best 
practices, the reputation of our IP space improved and our blacklisting 
issues went away. So even though issues are not individually traceable, 
they do follow a pattern.

Jochem

~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292588
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Coldfusion 8 CMAIL and Bounce Backs

2007-11-02 Thread John Mason
Not certain what you mean by hard/soft bounces, but you can easily pull the
undeliverable mail from the undeliver folder within CF. You can also use the
failto option that cfmail provides.

John Mason
[EMAIL PROTECTED]
770.337.8363
 
www.FusionLink.com - ColdFusion and Flex hosting
Now offering ColdFusion 8 Enterprise hosting
FREE Subversion hosting


-Original Message-
From: Chad McCue [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 02, 2007 3:02 PM
To: CF-Talk
Subject: Coldfusion 8 CMAIL and Bounce Backs

Does anyone know if there is a way to track "Soft" and "Hard" bounce backs
though cfmail using Cold Fusion 8? I am on a windows2003 machine and
currently using InFusion Mail Server (IMS) to send out our email broadcasts
and just found out that they do not support Cold Fusion 8 yet so the code
that I am currently using to track my "Soft" and "Hard"
bounces no longer works.




~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292585
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Coldfusion 8 CMAIL and Bounce Backs

2007-11-02 Thread J.J. Merrick
Chad,

I actually did a blog entry on this so maybe this will help...

http://blog.cyber-jay.com/2007/08/12/how-to-email-bounce-management/


J.J.

On 11/2/07, Chad McCue <[EMAIL PROTECTED]> wrote:
> Does anyone know if there is a way to track "Soft" and "Hard" bounce
> backs though cfmail using Cold Fusion 8? I am on a windows2003 machine
> and currently using InFusion Mail Server (IMS) to send out our email
> broadcasts and just found out that they do not support Cold Fusion 8 yet
> so the code that I am currently using to track my "Soft" and "Hard"
> bounces no longer works.
>
>
> 

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292582
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFMAIL quesitons..

2007-11-02 Thread J.J. Merrick
yeah that is not right at all since the SMTP server is about 99.9% of
the time is not going to be the the reverse of a domain name in the
from.

What he probably means is that .100 does not have a PTR at all... may
want to check that.


J.J.

On 11/2/07, Al Musella, DPM <[EMAIL PROTECTED]> wrote:
>   No - I am not sure about any of this:)
>Most of the time I have no problem, then all of a sudden an ISP
> will block all of my mail for a few days until I call them and ask to
> be removed from their blacklist.   These messages are medical related
> newsletters that people opt into. Never sent unsolicited.
>One tech at prodigy told me I was blacklisted because the reverse
> dns didn't match up with the domain name used. He specifically said
> that the messages came from my .100, whose reverse DNS is not the
> domain name on the FROM field.  (.100 is what cold fusion sends the
> mail from, .108 is the domain of my web site, .98 is my mail server)
>   It doesn't sound right to me.   They did mention I could pay to
> make sure my email gets through. Sounds like they are randomly
> blocking email to extort me?  Does anyone else get seemingly random
> blacklisting?
>
>
> >Al Musella, DPM wrote:
> > > The problem is that when you do a reverse dns lookup on the email
> > > message, it doesn't come back as the domain name that the mail
> > was sent from.
> > >I send newsletters from a few websites, and they have been getting
> > > rejected by a lot of major ISPs.  My spf is set to all mail from the
> > > correct ip addres, but the reverse dns entry pops up a reg flag.
> >
> >Are you sure about that? Mail servers routinely compare the identity the
> >mail server presents in its EHLO to the PTR record, but checking the PTR
> >of the mail server against the domain in the sender e-mail address is
> >extremely rare (not in the last place because the from address <> should
> >always be accepted by a mail server).
> >
> >Jochem
> >
> >
> >
>
> 

~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292584
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CFMAIL quesitons..

2007-11-02 Thread Matt Robertson
My clients have been sending mail for years without this happening.
The largest one is in the medical industry themselves, and they send
by the thousands every week with no problems.  Their list is an opt-in
for their association members.

Environment is a shared host where the web server is one IP and mail
is another, common IP for all web sites.  DNS is all green according
to dnsreport.com (have you checked yourself against that or a similar
checker?)

The thing I give much credit to for keeping me under everyone's radar
for many years running is the use of a mail trickler.  My clients are
running the one built inside of ContentMonger that has error trapping
and restart capabilities.  Easy to build your own.

-- 
[EMAIL PROTECTED]
Janitor, The Robertson Team
mysecretbase.com

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292583
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


CF 8 Enterprise Database Drivers

2007-11-02 Thread Ian Skinner
Is there a document or some method to find out exactly what drivers - 
make and model number - come with ColdFusion 8 enterprise.  It would 
also be nice to see a how to guide for the time one may have to get 
under the hood and take wrenches and screwdrivers to monkey with these 
drivers.  My Googling skills so far has only turned up an Adobe 
Knowledge base article dated to the 5.0 era.

TIA
Ian


~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292581
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Ray Camden CFUPS

2007-11-02 Thread Jean-Michel Godin-Duguay
Is it normal that the return type for the getrateinformation function is a 
struct and at the end of the function your actually building a query and you 
got a  tag before the . Ive removed the  and the  and Ive changed the returntype to query and 
now it's returning the way I want but I don't know if it's the right way.

> What do you mean? I return a struct of info. If you just want one
> key.. just use that key. It's no different than any other structure.
> :)
> 
> 
> On Nov 2, 2007 2:35 PM, Jean-Michel Godin-Duguay
> <[EMAIL PROTECTED]> wrote:
> > I'm currently trying to implement Ray Camden CFUPS and just can't 
> figure it out. I'm able to retrieve a rate but it's always dumping the 
> whole thing I would like to have only the total price returned. The 
> script is located at http://cfups.riaforge.org
> >
> > 


~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292580
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Ray Camden CFUPS

2007-11-02 Thread Will Tomlinson
> I'm currently trying to implement Ray Camden CFUPS and just can't 
> figure it out. I'm able to retrieve a rate but it's always dumping the 
> whole thing I would like to have only the total price returned. 

Here's what I'm using:







  
   Package Progress for:  #FORM.trackingnumber# 
 
  
  
Location
Date
Local Time
Description
   
  
   
   bgcolor="##EBEBE6">
   
   #trackingresults.packages[1].activity[i].activitylocation.address.city#,

#trackingresults.packages[1].activity[i].activitylocation.address.stateprovince#,
 
#trackingresults.packages[1].activity[i].activitylocation.address.countrycode#
   
   
   #DateFormat(trackingresults.packages[1].activity[i].date, 
"m/dd/")#
   #TimeFormat(trackingresults.packages[1].activity[i].time, "h:mm 
tt")#
   
#trackingresults.packages[1].activity[i].status.statustypedescription#
 
  
 



 

~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292576
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Ray Camden CFUPS

2007-11-02 Thread Jean-Michel Godin-Duguay
Like while using your example file I'm getting everything returned for each 
type of service that's fine but how can I extract the price and assign it to a 
variable. Do I have to do this right into the CFC or directly within my actual 
file wich will us the  variable in question. In the CFC if I remove  and replace it with 
#results.TOTALCHARGES# it returned me only the price but 
how do I assign that price to my variable. I'm using the exact code contained 
in your example file:













> What do you mean? I return a struct of info. If you just want one
> key.. just use that key. It's no different than any other structure.
> :)
> 
> 
> On Nov 2, 2007 2:35 PM, Jean-Michel Godin-Duguay
> <[EMAIL PROTECTED]> wrote:
> > I'm currently trying to implement Ray Camden CFUPS and just can't 
> figure it out. I'm able to retrieve a rate but it's always dumping the 
> whole thing I would like to have only the total price returned. The 
> script is located at http://cfups.riaforge.org
> >
> > 


~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292578
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfdocument rendering very slowly

2007-11-02 Thread Jochem van Dieten
Dan Vega wrote:
> We are experiencing a very strange problem today. For the longest time we
> have reports rendering as a pdf via the cfdocument tag. As of yesterday it
> started taking forever to render (up to 5 minutes).

Are you pulling external resources (images, styles) into your document? 
How fast do they download?

Jochem

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292577
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: college hoops

2007-11-02 Thread Rick Root
ignore please and post replies to cf-community where I reposted it.

On 11/2/07, Rick Root <[EMAIL PROTECTED]> wrote:
> So, I made my first trip to Duke's Cameron Indoor Stadium yesterday
> for an exhibition game versus Shaw University.
>
> Shaw's head coach, Robert Brickey, is a former duke player (class of
> 1990) and Shaw's president is apparently also a Duke alum.
>
> so I guess it was a nice favor to bring them in.
>
> Or not.
>
> Final score was 134-55 - and it wasn't that close.  Ouch!
>
> Still, it was fun.  I felt a little dirty, rooting for Duke.  I'm not
> an avid fan of any of the local teams, and even though I work for
> Duke, I do tend to pull for NC State.
>
> For what it's worth, I had *VERY* good seats...apparently belonging to
> a trustee who could not make the game.  Schweet.
>
> There were a few good cheers from the Cameron Crazies... like "Nolan's
> Winning" when Nolan had 6 points and Shaw had only 5.  Or "5 points, 7
> fouls".. when, well, you get the idea.
>
> NC State dominated the Division 2 national champions of Barton College
> last night 97-55... looks good for them too!
>
> --
> Rick Root
> Check out CFMBB, BlogCFM, ImageCFC, ImapCFC, CFFM, and more at
> www.opensourcecf.com
>


-- 
Rick Root
Check out CFMBB, BlogCFM, ImageCFC, ImapCFC, CFFM, and more at
www.opensourcecf.com

~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292575
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CFMAIL quesitons..

2007-11-02 Thread Al Musella, DPM
  No - I am not sure about any of this:)
   Most of the time I have no problem, then all of a sudden an ISP 
will block all of my mail for a few days until I call them and ask to 
be removed from their blacklist.   These messages are medical related 
newsletters that people opt into. Never sent unsolicited.
   One tech at prodigy told me I was blacklisted because the reverse 
dns didn't match up with the domain name used. He specifically said 
that the messages came from my .100, whose reverse DNS is not the 
domain name on the FROM field.  (.100 is what cold fusion sends the 
mail from, .108 is the domain of my web site, .98 is my mail server)
  It doesn't sound right to me.   They did mention I could pay to 
make sure my email gets through. Sounds like they are randomly 
blocking email to extort me?  Does anyone else get seemingly random 
blacklisting?


>Al Musella, DPM wrote:
> > The problem is that when you do a reverse dns lookup on the email
> > message, it doesn't come back as the domain name that the mail 
> was sent from.
> >I send newsletters from a few websites, and they have been getting
> > rejected by a lot of major ISPs.  My spf is set to all mail from the
> > correct ip addres, but the reverse dns entry pops up a reg flag.
>
>Are you sure about that? Mail servers routinely compare the identity the
>mail server presents in its EHLO to the PTR record, but checking the PTR
>of the mail server against the domain in the sender e-mail address is
>extremely rare (not in the last place because the from address <> should
>always be accepted by a mail server).
>
>Jochem
>
>
>

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292579
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: MX 6.1 and Sending SMS Messages

2007-11-02 Thread Ryan Heldt
Don't know if this was mentioned, but Ben Nadel offered a way of doing this
using cfmail a while back. Might be a little easier than wrestling with a
bunch of Java classes: 
http://www.bennadel.com/index.cfm?dax=blog:692.view

Ryan

> -Original Message-
> From: Dave Phillips [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, November 01, 2007 5:15 PM
> To: CF-Talk
> Subject: Re: MX 6.1 and Sending SMS Messages
> 
> >Dave,
> >Do you have a SMSC (SMS Center) or an SMS Gateway?  
> Currently we work 
> >with OpenMarkets, which provides a java api that we leverage to send 
> >SMS, PSMS, etc.
> 
> Rich, - I work for a wireless company and we have our own SMS 
> gateway, so the answer to that question is yes - however, 
> there is no API available for me to use...
> >
> >Either using an API provided from your SMSC, or OpenSMPP (which I 
> >assume is where you found SMPP.jar) will be rather easy.  
> You need to 
> >install the jar file on your server, and then you can access 
> it via createobject.
> 
> So I am using OpenSMPP.  I have the SMPP.jar file.  Can you 
> give me a bit more direction on the following please?
> 
> 1.  How do I "install the jar file on our server"?
> 2.  The code you provided looks good and simple (which is 
> what I'm looking for!).  Will it work with the OpenSMPP jar 
> file, or will I need to change the methods to ones that are 
> in OpenSMPP?
> 
> 
> 
> 

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292569
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


CFGrid issue

2007-11-02 Thread CF Developer
I am having an issue with using a CFGRID. I am display the  grid with maybe 4 
columns of data.
My first column is an ID column. 

My goal is to click on a row and it will send the user to a new page with the 
ID value being part of the URL.
such as:  onClick url would be:  test.cfm?id=1  or 2 whichever the ID value is.

Any idea why this will not work and will just add a # to the existing URL?






~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292572
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFMAIL quesitons..

2007-11-02 Thread J.J. Merrick
Yeah CF is acting as the sender... just like in this message my laptop
is the sender.

The IP address that should get set for the SPF is the actual SMTP
server that Coldfusion is handing off to.

What is the reason for the rejection? If it is content based then well
you are up a creek :-)... if it is because there is no PTR then the
SMTP server you are sending from is the only one that needs a PTR


Now the question is are you spooling your email or going straight to
the mailservers? I would suggest spooling that way you have a proper
SMTP server that is talking to the outside world.

J.J.


On 11/2/07, Jochem van Dieten <[EMAIL PROTECTED]> wrote:
> Al Musella, DPM wrote:
> > The problem is that when you do a reverse dns lookup on the email
> > message, it doesn't come back as the domain name that the mail was sent 
> > from.
> >I send newsletters from a few websites, and they have been getting
> > rejected by a lot of major ISPs.  My spf is set to all mail from the
> > correct ip addres, but the reverse dns entry pops up a reg flag.
>
> Are you sure about that? Mail servers routinely compare the identity the
> mail server presents in its EHLO to the PTR record, but checking the PTR
> of the mail server against the domain in the sender e-mail address is
> extremely rare (not in the last place because the from address <> should
> always be accepted by a mail server).
>
> Jochem
>
>
> 

~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292571
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Coldfusion 8 CMAIL and Bounce Backs

2007-11-02 Thread Chad McCue
Does anyone know if there is a way to track "Soft" and "Hard" bounce
backs though cfmail using Cold Fusion 8? I am on a windows2003 machine
and currently using InFusion Mail Server (IMS) to send out our email
broadcasts and just found out that they do not support Cold Fusion 8 yet
so the code that I am currently using to track my "Soft" and "Hard"
bounces no longer works.


~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292570
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


college hoops

2007-11-02 Thread Rick Root
So, I made my first trip to Duke's Cameron Indoor Stadium yesterday
for an exhibition game versus Shaw University.

Shaw's head coach, Robert Brickey, is a former duke player (class of
1990) and Shaw's president is apparently also a Duke alum.

so I guess it was a nice favor to bring them in.

Or not.

Final score was 134-55 - and it wasn't that close.  Ouch!

Still, it was fun.  I felt a little dirty, rooting for Duke.  I'm not
an avid fan of any of the local teams, and even though I work for
Duke, I do tend to pull for NC State.

For what it's worth, I had *VERY* good seats...apparently belonging to
a trustee who could not make the game.  Schweet.

There were a few good cheers from the Cameron Crazies... like "Nolan's
Winning" when Nolan had 6 points and Shaw had only 5.  Or "5 points, 7
fouls".. when, well, you get the idea.

NC State dominated the Division 2 national champions of Barton College
last night 97-55... looks good for them too!

-- 
Rick Root
Check out CFMBB, BlogCFM, ImageCFC, ImapCFC, CFFM, and more at
www.opensourcecf.com

~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292574
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Setting Server Variables

2007-11-02 Thread Alex DeMarco
Is there a way to set Server variables that get initialized on startup?  If so, 
how?
Any pointers would be appreciated.

thanks!

- Alex 

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292565
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Ray Camden CFUPS

2007-11-02 Thread Raymond Camden
What do you mean? I return a struct of info. If you just want one
key.. just use that key. It's no different than any other structure.
:)


On Nov 2, 2007 2:35 PM, Jean-Michel Godin-Duguay
<[EMAIL PROTECTED]> wrote:
> I'm currently trying to implement Ray Camden CFUPS and just can't figure it 
> out. I'm able to retrieve a rate but it's always dumping the whole thing I 
> would like to have only the total price returned. The script is located at 
> http://cfups.riaforge.org
>
> 

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292573
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Coldfusion hosting recomendation ?

2007-11-02 Thread Jim Davis
> -Original Message-
> From: NUGROHO NOTO [mailto:[EMAIL PROTECTED]
> Sent: Friday, November 02, 2007 11:29 AM
> To: CF-Talk
> Subject: Re: Coldfusion hosting recomendation ?
> 
> Thanks Jim.
> at their website... they have
> 1.86GHz IntelR XeonR Dual-Core 3040 Processor or...
> 2.13GHz IntelR XeonR Quad-Core x3210 Processor
> 
> So...which is better for coldfusion performance ?
> dual core & add more RAM ? ..   or Quad Core ?
> does coldfusion needs bigger RAM ? .. or more processor ?

Totally depends on your application and infrastructure as applied to your
traffic/usage.

My server at CrystalTech (remember I got it three years ago) is a 1.2MHz
Celeron with 256 Meg of RAM.  It works just fine as my email server (about
40 people), web server for about a dozen small sites (none very busy) and a
few other things.  I used the Shared SQL Server than comes with the account
(freeing up resources on my server).

The server runs absolutely great (I'm running CF 7 Standard).

All that said in (very) general more apps benefit from more cores.  If
you're running both CF and your DB and a mail server, etc then more cores
would be more beneficial than if you're just running CF.  CF itself does
benefit from multiple cores as well, of course, but only if the server is
busy (server multiple simulataneous requests).  Of course more apps means
more RAM needed.

Considering just CF however it's still kind of up in the air.  Some
applications are much more process intensive (more CPU good) and others are
much more data intensive (more RAM good).

If you don't know what you'll hosting yet then a good balance is needed.  In
general you more bang for the buck from RAM (it's cheaper and
server-components tend to be more RAM-starved than cycle starved) but that's
just a rule of thumb.

Remember tho' - this is a server.  For well over 98% of web sites a server
like mine (small, slow and cheap) works just fine.  Only think about
upgrading if you need to (are planning to run more services or know that
your site will receive substantial traffic or need substantial resources).

Jim Davis 


~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292567
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Coldfusion hosting recomendation ?

2007-11-02 Thread Jim Davis
> -Original Message-
> From: Jason Durham [mailto:[EMAIL PROTECTED]
> Sent: Friday, November 02, 2007 11:21 AM
> To: CF-Talk
> Subject: RE: Coldfusion hosting recomendation ?
> 
> Doesn't it seem like their packages are missing some key elements?  A
> hardware firewall is $40 extra per month?  Extra gig of ram is $50 per
> month?  That nearly doubles the cost.

For what it's worth that's a Hardware firewall that you can control (you're
leasing another piece of hardware).  The entire network is protected (I
notices every once in awhile explaining how a DOS attack on my segment was
addressed or something like that).  You can also, of course, install any
software firewall you like.

As for the RAM... I know it's expensive (my older server only has 256 Meg of
RAM) and I wish it was a one-time fee (as I think it should be) but current
allotments seem pretty good and even with the extra $50 the prices still
seem pretty reasonable.  I still see VPS setups for far more than that.

I've had a CrytalTech server for a long time but I'm not super loyal to
them: I simply haven't found as good a deal from as reputable a dealer
anyplace else.

Jim Davis


~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292563
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Ray Camden CFUPS

2007-11-02 Thread Jean-Michel Godin-Duguay
I'm currently trying to implement Ray Camden CFUPS and just can't figure it 
out. I'm able to retrieve a rate but it's always dumping the whole thing I 
would like to have only the total price returned. 

~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292566
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Ray Camden CFUPS

2007-11-02 Thread Jean-Michel Godin-Duguay
I'm currently trying to implement Ray Camden CFUPS and just can't figure it 
out. I'm able to retrieve a rate but it's always dumping the whole thing I 
would like to have only the total price returned. The script is located at 
http://cfups.riaforge.org 

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292568
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Coldfusion hosting recomendation ?

2007-11-02 Thread Russ
The quad core is faster too... 

CF can only utilize about 1.5GB or ram.  Leave another 500mb for windows.
So if you're just running one instance, and will have at least 2GB ram, then
it's a no-brainer to go with the quad core.  

Russ



> -Original Message-
> From: NUGROHO NOTO [mailto:[EMAIL PROTECTED]
> Sent: Friday, November 02, 2007 11:29 AM
> To: CF-Talk
> Subject: Re: Coldfusion hosting recomendation ?
> 
> Thanks Jim.
> at their website... they have
> 1.86GHz IntelR XeonR Dual-Core 3040 Processor or...
> 2.13GHz IntelR XeonR Quad-Core x3210 Processor
> 
> So...which is better for coldfusion performance ?
> dual core & add more RAM ? ..   or Quad Core ?
> does coldfusion needs bigger RAM ? .. or more processor ?
> 
> Thanks for any opinion.
> Regards.
> 
> 

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292564
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Market Dept - Project Management help

2007-11-02 Thread Dave Francis
> I need a application/process that is simple enough for Marketing people to
> use that
> will force them to organize their projects before they even get to the Web
> team.

Make the web team a charge-back dept., then love it when everything takes 3
times longer than it should!




~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292562
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Market Dept - Project Management help

2007-11-02 Thread Dave Watts
> I need a application/process that is simple enough for 
> Marketing people to use that will force them to organize 
> their projects before they even get to the Web team.

You are asking for a technical solution to a non-technical problem. There
are many possible solutions to this problem, but they are not something you
can implement like an application.

For example, you could tell people that they must clearly document all their
requirements up front. When the first person fails to do this, shoot him in
front of the others as an example. That is a simple yet forceful process.

Seriously, I don't really know what kind of answer you're looking for here.
All I can suggest is that you read the standard industry literature on the
problem and see if any of it will help you.

http://en.wikipedia.org/wiki/Requirements_analysis

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!



~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292561
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: MX 6.1 and Sending SMS Messages

2007-11-02 Thread Graham Pearson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 
I have been doing this same thing with a product called TCPClient from
www.intrafoundation.com. this program is a COM Object which gives
Coldfusion the ability to communicate with all kids of TCP protocols.

The Cell Phone Providers have and operate an SNPP Gateway which is
using the TAP Protocol which they do not want to admit to as this cuts
out the SMC's but if you ask the right question to the right person
you can get the right information.

If someone is savy with Linux they can install a program called QPAGE,
a 2400Baud Modem to create their own SMC then the Coldfusion
application would talk TCP to this machine to send pages on demand.

This is the same thing which I have been doing for Indiana K-12 School
Corporations for the past 5 years and my application sends out just
under 2 Million text messages each year.

Dave Phillips wrote:
> Okay, before I go any further let me make it clear that our
organization is planning to upgrade to MX 7, but unfortunately, I have
to get this functionality working BEFORE that happens and WITH CF MX
6.1, so please don't just respond with "upgrade to MX 7 or CF 8).  Our
company tends to be 1 major version behind for understandable reasons,
and, although I may not agree with them, it's irrelevant.
>
> Here's the deal:  I need to be able to send an SMS message through a
CFMX 6.1 module.  I understand that smpp.jar is a library of java
classes that could allow me to do this.  I also understand that I can
use something like JavaLoader by Mark Mandel to 'import' the classes and
use them.  However, I know pretty much NIL about java, so I'm looking
for ANYONE that might have tried to do this in MX 6.1 before 7 came out
with it already done for them.  OR, if someone can direct me to a step
by step method of using java classes in ColdFusion, and if it's the
SMPP.JAR classes then all the better.
>
> I am desparate for some help here.  I've spent hours already and need a
solution soon.  Any help you can provide would be greatly appreciated!
>
> Thanks!
>
> Dave
>
> 

~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292560
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Developing software for touch screen?

2007-11-02 Thread Billy Cox
I ended up going with an HP thin client (XP embedded), Planar touchscreen
and a barcode scanner. I opted for the barcode scanner to facilitate system
identification because no special hardware is required to create barcoded ID
cards or rosters.





-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 31, 2007 4:44 PM
To: CF-Talk
Subject: RE: Developing software for touch screen?


> *** I'm new to the network admin side of things, so I'll be
> figuring out remote management as I go. The big selling point 
> for thin client is manageability...we'll see.

You probably won't want to use Windows CE then; I don't think it contains
nearly as much functionlity for remote management.

> *** I had not considered Flash. I'll have to mull over
> whether I have the time to get up to speed with Flash for 
> this project.

I'll second Flash for this sort of thing. I'm constantly surprised to find
Flash popping up in all sorts of places, like hotel TV systems.

> *** The touchscreen will be in a warehouse and food (dry)
> manufacturing environment. We have climate control, but 
> otherwise it is a less than ideal environment for computers. 
> The interface will consist of the touchscreen, keyboard and a 
> fingerprint scanner or card swiper.

I've only worked with consumer-grade fingerprint scanners, but if they're
representative of the state of the art, I'd avoid them in favor of card
readers.

> I want to have an onclick sound and maybe some kind of voice
> prompt, but I have to figure out how and where to mount speakers.

Audio in factory environments can be very ... problematic. You will likely
have a very high ambient noise level.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized instruction
at our training centers in Washington DC, Atlanta, Chicago, Baltimore,
Northern Virginia, or on-site at your location. Visit
http://training.figleaf.com/ for more information!




~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292559
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


cfdocument rendering very slowly

2007-11-02 Thread Dan Vega
We are experiencing a very strange problem today. For the longest time we
have reports rendering as a pdf via the cfdocument tag. As of yesterday it
started taking forever to render (up to 5 minutes). At first I thought maybe
there was just a bottleneck in the code somewhere. The simple way to
disprove that theory was to remove the cfdocument tag and see how long it
would take to render, the page rendered in a matter of a second. We have
restarted the server as well as applied some updates to the 7.02 hot fix.
The cfdocument will just no longer function properly. Does anyone know what
might be happening or anything I am forgetting to search?

-- 
Thank You
Dan


~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292558
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RESOLVED Re: My workstation IIS web server stopped connecting to ColdFusion

2007-11-02 Thread Ian Skinner
Ian Skinner wrote:
> IIS on my workstation is no longer handing ColdFusion requests to the 
> application server.  Instead I am getting the "open with/save to disk" 
> dialog.  I have stopped and started services and rebooted several times, 
> I have deleted and added the ColdFusion connector with "Web Server 
> Configuration Tool".  None of this has had any effect.
>
> What needs to be tweaked to reconnect ColdFusion to the IIS web server?
Firefox was working against me.  I guess, apparently, somewhere, somehow 
Firefox was caching that this URL request was a resource to be 
downloaded, even though I had made the fixes to the server to have the 
request resolved by ColdFusion.  Opening the page in IE worked fine.  
Opening a different ColdFusion resource in Firefox worked fine.  Then 
after clearing all cached data in Firefox, opening the disputed resource 
worked fine.

Don't you just love it when your tools conspire to work against you.

~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292557
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: PDF Support with CF8 - Can this be done?

2007-11-02 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Yes, CF8 can do what you need to do very easily.

Damon


>What I need to do is take information posted from a web form and merge it
>into an existing PDF with place holders
>and then save the file and email it as an attachement.
>
>Can CF 8 do the PDF portion natively?


~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292554
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: PDF Support with CF8 - Can this be done?

2007-11-02 Thread Bryan Stevenson
Yes it can...CFDOCUMENTpretty straightforward

welcome back ;-)

Cheers

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com

Notice:
This message, including any attachments, is confidential and may contain
information that is privileged or exempt from disclosure. It is intended
only for the person to whom it is addressed unless expressly authorized
otherwise by the sender. If you are not an authorized recipient, please
notify the sender immediately and permanently destroy all copies of this
message and attachments.


~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292556
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: string extraction

2007-11-02 Thread Claude Schneegans
Try this :


-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292555
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: PDF Support with CF8 - Can this be done?

2007-11-02 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
>Hi everyone,
>
>I've been out of the CF game for a very long time and now I have a little
>project to do and wondering
>if CF8 has the answer for me. I'll keep search the docs, but in case you
>have a quick answer I appreciate it.
>
>What I need to do is take information posted from a web form and merge it
>into an existing PDF with place holders
>and then save the file and email it as an attachement.
>
>Can CF 8 do the PDF portion natively?
>
>Thank you,
>
>Frank Mamone 

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292553
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CFMAIL quesitons..

2007-11-02 Thread Jochem van Dieten
Al Musella, DPM wrote:
> The problem is that when you do a reverse dns lookup on the email 
> message, it doesn't come back as the domain name that the mail was sent from.
>I send newsletters from a few websites, and they have been getting 
> rejected by a lot of major ISPs.  My spf is set to all mail from the 
> correct ip addres, but the reverse dns entry pops up a reg flag.

Are you sure about that? Mail servers routinely compare the identity the 
mail server presents in its EHLO to the PTR record, but checking the PTR 
of the mail server against the domain in the sender e-mail address is 
extremely rare (not in the last place because the from address <> should 
always be accepted by a mail server).

Jochem


~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292552
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: string extraction

2007-11-02 Thread Charlie Griefer
rereplace(thetrace, '[^0-9.]', '', 'all') will replace everything
that's not the actual IP

then you can just use listGetAt(theTrace, 3, '.') and
listGetAt(theTrace, 4, '.')

On Nov 2, 2007 9:23 AM, Orlini, Robert <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I have an IP address as a string and am trying to display just the last two 
> octets. For example, if the string contains "[192.29.100.100]", I want to 
> display just the "100.100" without brackets. I used the mid function as:
>
> 
>
> #mid(thetrace,bracket,15)#
>
> ("thetrace" is the text file and 15 characters or all the "[192.29.100.100]")
>
> I tried:
> 
> #mid(thetrace,ipaddress,7)#
>
> but get: .29.13.
>
> Thanks.
>
> RO
> HWW
>
>
> 

~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292551
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


string extraction

2007-11-02 Thread Orlini, Robert
Hello,

I have an IP address as a string and am trying to display just the last two 
octets. For example, if the string contains "[192.29.100.100]", I want to 
display just the "100.100" without brackets. I used the mid function as:



#mid(thetrace,bracket,15)#

("thetrace" is the text file and 15 characters or all the "[192.29.100.100]")

I tried:

#mid(thetrace,ipaddress,7)#

but get: .29.13. 

Thanks.

RO
HWW


~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292550
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Market Dept - Project Management help

2007-11-02 Thread Crow T. Robot
Welcome to the world of web development.

On 11/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:
>
> All,
>
> Do you work in a Marketing department?  Do you have more than a few people
> giving you requests for projects?  I'm not talking about text and images
> or content
> managment, but custom applications. Ever work with someone that gives you
> bits and
> peices of a project and then make multiple changes and edits after the
> project document
> has been defined?
>
> I need a application/process that is simple enough for Marketing people to
> use that
> will force them to organize their projects before they even get to the Web
> team. The
> amount of time that is wasted revisting projects for multiple changes is
> rediculous!
> Then they ask the Web team why a project isn't completed. FRUSTRATING!
>
> Any feedback to get these non-technical marketing people more organized
> would
> be great! Pulling my hair out!
>
> Thanks
>
> D
>
> 

~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292549
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Compiling Oracle Stored Procedures from ColdFusion

2007-11-02 Thread Ryan, Terrence
In case anyone has this problem in the future. The solution is to strip out all 
chr(13)'s from the procedure creation code.

Terrence Ryan
I.T. Director
Wharton Computing and Information Technology   
E-mail:     [EMAIL PROTECTED]



~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292548
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Market Dept - Project Management help

2007-11-02 Thread coldfusion . developer
All,

Do you work in a Marketing department?  Do you have more than a few people
giving you requests for projects?  I'm not talking about text and images or 
content
managment, but custom applications. Ever work with someone that gives you bits 
and
peices of a project and then make multiple changes and edits after the project 
document
has been defined?

I need a application/process that is simple enough for Marketing people to use 
that
will force them to organize their projects before they even get to the Web 
team. The
amount of time that is wasted revisting projects for multiple changes is 
rediculous!
Then they ask the Web team why a project isn't completed. FRUSTRATING!

Any feedback to get these non-technical marketing people more organized would
be great! Pulling my hair out!

Thanks

D

~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292547
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFMAIL quesitons..

2007-11-02 Thread Al Musella, DPM
The problem is that when you do a reverse dns lookup on the email 
message, it doesn't come back as the domain name that the mail was sent from.
   I send newsletters from a few websites, and they have been getting 
rejected by a lot of major ISPs.  My spf is set to all mail from the 
correct ip addres, but the reverse dns entry pops up a reg flag.


>In reality, I would like to know which problem you are trying to solve.



~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292546
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: number of times

2007-11-02 Thread Ben Doom
A couple of options:

Loop over the text using find() or findnocase().  More code, may be faster.

Use refind() or refindnocase() to find all the matches (return an array 
of them) and then get the arraylen() of what it returns.  Easier code, 
but it will likely run slower.

--Ben Doom

Web Exp wrote:
> Hi. I have a large chunk of text/html-text in the database and I need
> to find out the number of times the term "fantabulous" occurs in it.
> Any CF function/UDFs that I can use?
> 
> Any ideas please?
> 
> Thanks,
> k
> 
> 

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292543
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Coldfusion hosting recomendation ?

2007-11-02 Thread Jason Durham
Doesn't it seem like their packages are missing some key elements?  A
hardware firewall is $40 extra per month?  Extra gig of ram is $50 per
month?  That nearly doubles the cost.



-Original Message-
From: NUGROHO NOTO [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 02, 2007 10:29 AM
To: CF-Talk
Subject: Re: Coldfusion hosting recomendation ?

Thanks Jim. 
at their website... they have 
1.86GHz IntelR XeonR Dual-Core 3040 Processor or...
2.13GHz IntelR XeonR Quad-Core x3210 Processor

So...which is better for coldfusion performance ? 
dual core & add more RAM ? ..   or Quad Core ? 
does coldfusion needs bigger RAM ? .. or more processor ? 

Thanks for any opinion. 
Regards.



~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292545
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


My workstation IIS web server stopped connecting to ColdFusion

2007-11-02 Thread Ian Skinner
IIS on my workstation is no longer handing ColdFusion requests to the 
application server.  Instead I am getting the "open with/save to disk" 
dialog.  I have stopped and started services and rebooted several times, 
I have deleted and added the ColdFusion connector with "Web Server 
Configuration Tool".  None of this has had any effect.

What needs to be tweaked to reconnect ColdFusion to the IIS web server?



~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292544
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Kelly Blue Book API?

2007-11-02 Thread Andy Matthews
Right. I'm trying to get my ducks in a row right now. While they can
definitely give me a straight answer, someone who uses a theoretical API
could also give me a definite answer. And you guys are easier to get a hold
of than they are. Not to mention I don't have the authority to ask them
questions on behalf of my company.

:)

-Original Message-
From: Todd [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 02, 2007 9:35 AM
To: CF-Talk
Subject: Re: Kelly Blue Book API?

Why aren't you talking to the KKB.com people then?  They're the only ones
that would be able to give you a definite answer.  Perhaps they don't even
know that an API should be developed.  Perhaps their IT Department could use
feedback?  It doesn't hurt to ask right?

~Todd

On 11/2/07, Andy Matthews <[EMAIL PROTECTED]> wrote:
>
> We're already paying them $5k a month just to be able to send our 
> dealers to them. So I'd say that we've earned the right to whatever 
> API they have available. I just want to see if they even HAVE one.
>
> And by the way JJ...didn't you have some ISAPI-rewrite information for me?
>
> :)
>
>
> andy




~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292541
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Kelly Blue Book API?

2007-11-02 Thread Andy Matthews
Sounds like an API to me. Thanks Hatton. 

-Original Message-
From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 02, 2007 9:16 AM
To: CF-Talk
Subject: Re: Kelly Blue Book API?

> Does anyone know if KBB.com has a public API? My company directs car 
> dealers to use their site, which means that they're no longer on OUR 
> site. We'd love to keep them on our site of course, but this is an
essential tool for them.
> Ideally we'd be able to interact with their API to get vehicle
information.
>
> Anyone?

I recently contacted KBB for a potential client to perform a similar
activity... they sent me back a 2 page information request application
- the contact email they included was [EMAIL PROTECTED] - you'll need to
contact them for that, however I'll include the body of their
reply:

"Thank you for your inquiry about Kelley Blue Book data and information.
Depending on the type of data you are looking for (e.g.
Used Car or New Car) and the form (RAW, or DLL), we may have something to
meet your specifications. We do not license any of our data for use on the
(un-secured) Internet. Our information is not for use outside the automotive
industry. Basically, this information is not for general public usage.

If you are interested in displaying our values on your website, Kelley Blue
Book also has the ability to pull our vehicle selection from our website
into your site without displaying any of our banners. It will appear to your
users like it is on your site, and the user would not be able to leave your
site. The user would be able to select the year, make, model, etc.  Once
they submit the request, all of the selected information could then be
posted to your server for use in your forms, display, reports or whatever."

HTH
Hatton



~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292542
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Coldfusion hosting recomendation ?

2007-11-02 Thread NUGROHO NOTO
Thanks Jim. 
at their website... they have 
1.86GHz Intel® Xeon® Dual-Core 3040 Processor or...
2.13GHz Intel® Xeon® Quad-Core x3210 Processor

So...which is better for coldfusion performance ? 
dual core & add more RAM ? ..   or Quad Core ? 
does coldfusion needs bigger RAM ? .. or more processor ? 

Thanks for any opinion. 
Regards.

~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292540
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Kelly Blue Book API?

2007-11-02 Thread Todd
Why aren't you talking to the KKB.com people then?  They're the only ones
that would be able to give you a definite answer.  Perhaps they don't even
know that an API should be developed.  Perhaps their IT Department could use
feedback?  It doesn't hurt to ask right?

~Todd

On 11/2/07, Andy Matthews <[EMAIL PROTECTED]> wrote:
>
> We're already paying them $5k a month just to be able to send our dealers
> to
> them. So I'd say that we've earned the right to whatever API they have
> available. I just want to see if they even HAVE one.
>
> And by the way JJ...didn't you have some ISAPI-rewrite information for me?
>
> :)
>
>
> andy


~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292539
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: number of times

2007-11-02 Thread Dawson, Michael
If you have CF8, you can use reMatch().

If you don't have CF8, you can use reFind(), but it is not as easy.

Depending on the length of the string, I would have the database perform
a replace() operation when querying the value.  I would replace the term
with a special character such as the bel or tab characters.  Then, I
would use listLen() to see how many list items exist.

M!ke

-Original Message-
From: Web Exp [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 02, 2007 8:50 AM
To: CF-Talk
Subject: number of times

Hi. I have a large chunk of text/html-text in the database and I need to
find out the number of times the term "fantabulous" occurs in it.
Any CF function/UDFs that I can use?

Any ideas please?

Thanks,
k

~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292536
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: PDF Support with CF8 - Can this be done?

2007-11-02 Thread Ben Doom
If I understand what it is you want to do, look into . 
You'll have to build an XML data object to hold the form data, but that 
shouldn't be too difficult.

--Ben Doom

Frank Mamone wrote:
> Hi everyone,
> 
> I've been out of the CF game for a very long time and now I have a little
> project to do and wondering
> if CF8 has the answer for me. I'll keep search the docs, but in case you
> have a quick answer I appreciate it.
> 
> What I need to do is take information posted from a web form and merge it
> into an existing PDF with place holders
> and then save the file and email it as an attachement.
> 
> Can CF 8 do the PDF portion natively?
> 
> Thank you,
> 
> Frank Mamone
> 
> 
> 

~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292534
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Kelly Blue Book API?

2007-11-02 Thread Andy Matthews
We're already paying them $5k a month just to be able to send our dealers to
them. So I'd say that we've earned the right to whatever API they have
available. I just want to see if they even HAVE one.

And by the way JJ...didn't you have some ISAPI-rewrite information for me?

:)


andy

-Original Message-
From: J.J. Merrick [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 02, 2007 8:28 AM
To: CF-Talk
Subject: Re: Kelly Blue Book API?

Usually sites like that hold their information closely. I know that I was
doing a celebrity site one time and wanted to grab information from IMDB and
they wanted to charge us out the nose... something like $10k a month... just
for the information feed.

They make their money off advertising so if you are not sending people to
their site they are going to want the money from somewhere... ie YOU :-)


J.J.

On 11/2/07, Andy Matthews <[EMAIL PROTECTED]> wrote:
> Does anyone know if KBB.com has a public API? My company directs car 
> dealers to use their site, which means that they're no longer on OUR 
> site. We'd love to keep them on our site of course, but this is an
essential tool for them.
> Ideally we'd be able to interact with their API to get vehicle
information.
>
> Anyone?
>
> 
>
> Andy Matthews
> Senior ColdFusion Developer
>
> Office:  877.707.5467 x747
> Direct:  615.627.9747
> Fax:  615.467.6249
> [EMAIL PROTECTED]
> www.dealerskins.com 
>
>
>
> 



~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292537
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Kelly Blue Book API?

2007-11-02 Thread C. Hatton Humphrey
> Does anyone know if KBB.com has a public API? My company directs car dealers
> to use their site, which means that they're no longer on OUR site. We'd love
> to keep them on our site of course, but this is an essential tool for them.
> Ideally we'd be able to interact with their API to get vehicle information.
>
> Anyone?

I recently contacted KBB for a potential client to perform a similar
activity... they sent me back a 2 page information request application
- the contact email they included was [EMAIL PROTECTED] - you'll
need to contact them for that, however I'll include the body of their
reply:

"Thank you for your inquiry about Kelley Blue Book data and
information. Depending on the type of data you are looking for (e.g.
Used Car or New Car) and the form (RAW, or DLL), we may have something
to meet your specifications. We do not license any of our data for use
on the (un-secured) Internet. Our information is not for use outside
the automotive industry. Basically, this information is not for
general public usage.

If you are interested in displaying our values on your website, Kelley
Blue Book also has the ability to pull our vehicle selection from our
website into your site without displaying any of our banners. It will
appear to your users like it is on your site, and the user would not
be able to leave your site. The user would be able to select the year,
make, model, etc.  Once they submit the request, all of the selected
information could then be posted to your server for use in your forms,
display, reports or whatever."

HTH
Hatton

~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292538
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: SOT but... any one using a bot trap?

2007-11-02 Thread Tom Chiverton
On Thursday 01 Nov 2007, Claude Schneegans wrote:
> Good, but apparently their site is closed for the time being.

Seems to be running here.

-- 
Tom Chiverton
Helping to advantageously bully ubiquitous e-business
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office.  Any reference to a partner in 
relation to Halliwells LLP means a member of Halliwells LLP.  Regulated by The 
Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.

~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292535
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Coldfusion hosting recomendation ?

2007-11-02 Thread Jim Davis
> -Original Message-
> From: NUGROHO NOTO [mailto:[EMAIL PROTECTED]
> Sent: Friday, November 02, 2007 9:32 AM
> To: CF-Talk
> Subject: Re: Coldfusion hosting recomendation ?
> 
> Nobody recommend crystaltech ?
> anybody have experience with them ? specially for support on dedicated
> server ?

I've had a dedicated server from them for several years.  No problems, great
support.  TONS of actually useful free software.

And the absolute best prices around.

They actually just sent out a notice of improvemennts: dedicated 3Ghz dual
core processor, 1 Gig of RAM and 80 Gig disk for $99 a month for Windows
2003 ($10 cheaper for Linux).

IF anybody knows of a cheaper deal than that I'd love to know about it.

Jim Davis


~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292531
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Merging Static PDFs and PDF Forms in CF8

2007-11-02 Thread Ben Doom
This is off-the-cuff, but...

Can you create the sig block in HTML, and append it to a page containing 
the PDF to sign (in an iframe or something).  Then, write the signed 
HTML to a temporary PDF and merge it with the static document.

Not sure if I explained that well, but hopefully you understood.

--Ben Doom

Jim Bates wrote:
> Hi All,
> 
> The issue I am facing is this:  1200+ PDF forms that employees will need to 
> sign.  The docs are being created in MS Word, and all have a standard 
> signature block.  We have prototyped using LiveCycle Designer 8 to add fields 
> to static PDF files (print Word files into Acrobat, import into LiveCycle and 
> paste in fields) but this is pretty labor-intensive to use with a minimum of 
> 1200 forms per quarter.  
> 
> The employee forms go into a CF8/Oracle library app (stored as BLOBs) and 
> served up for 7,000 or so employees to sign.  Posted data goes back into 
> database.
> 
> Here is the issue:   Does anyone know any way to use some combination of 
> cfpdf / cfpdfform / cfdocument that will allow us to create ONE generic 
> signature block form, 1200 static PDF files, and merge them on the fly? 
> 
>  apparently does not allow PDF data to be included with a 
> , as I have tried outputting PDF variables, toBinary(PDF 
> variable), PDF served by  and various other combinations.  
> 
> (If the non-form data were HTML, we could easily output in a 
>  of the cfdocument, and add the  source="#genericForm#" action="populate"> and be done with it.  But, we 
> can't.)
> 
>  with a combination of a static PDF file and a 
> populated form results in a flattend PDF file with no form data.
> 
> I am acutely aware that LiveCycle 8 uses the XFA schema, and regular PDF 
> documents use a different schema.  And, this may prohibit what we want to do.
> 
> If anyone has experience with CF8 PDFs and PDF forms, or has any helpful 
> thoughts, I would be appreciatively gross.  Needless to say, this is a six 
> month project that must be live in four weeks ;-)
> 
> Thanks!
> 
> Jim Bates
> Verizon Business
> 
> 
> 
> 
> 

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292533
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


number of times

2007-11-02 Thread Web Exp
Hi. I have a large chunk of text/html-text in the database and I need
to find out the number of times the term "fantabulous" occurs in it.
Any CF function/UDFs that I can use?

Any ideas please?

Thanks,
k

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292532
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Kelly Blue Book API?

2007-11-02 Thread J.J. Merrick
Usually sites like that hold their information closely. I know that I
was doing a celebrity site one time and wanted to grab information
from IMDB and they wanted to charge us out the nose... something like
$10k a month... just for the information feed.

They make their money off advertising so if you are not sending people
to their site they are going to want the money from somewhere... ie
YOU :-)


J.J.

On 11/2/07, Andy Matthews <[EMAIL PROTECTED]> wrote:
> Does anyone know if KBB.com has a public API? My company directs car dealers
> to use their site, which means that they're no longer on OUR site. We'd love
> to keep them on our site of course, but this is an essential tool for them.
> Ideally we'd be able to interact with their API to get vehicle information.
>
> Anyone?
>
> 
>
> Andy Matthews
> Senior ColdFusion Developer
>
> Office:  877.707.5467 x747
> Direct:  615.627.9747
> Fax:  615.467.6249
> [EMAIL PROTECTED]
> www.dealerskins.com 
>
>
>
> 

~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292530
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: MX 6.1 and Sending SMS Messages

2007-11-02 Thread Rich
> 1.  How do I "install the jar file on our server"?

You need to upload the jar file to the server, and place it on ColdFusion's
classpath (/{cfroot}/lib/ will work).

> 2.  The code you provided looks good and simple (which is what I'm looking
> for!).  Will it work with the OpenSMPP jar file, or will I need to change
> the methods to ones that are in OpenSMPP?

The example code I provided was for OpenMarkets / Simplewire's API.  If you
are using the SMPP.jar you will need to use it's API.  There is a sample
java application at
http://opensmpp.logica.com/CommonPart/Download/javatest_1_1/smpptest_full.zi
p that you can look at for reference to what you need to do to utilize it.
I have not worked directly with the OpenSMPP API so I can't help to much
there, but if I can get some time over the weekend I'll see if I can
translate that java test app into CF.

Good luck!

Rich Kroll 


~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292529
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cftextarea & richtext

2007-11-02 Thread Victor Moore
That was it.

Thank you James

Victor


On 11/2/07, James Holmes <[EMAIL PROTECTED]> wrote:
>
> What did you set in fckconfig.js? Did you try FCKConfig.EnterMode = 'br' ;
> ?
>


~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292528
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Kelly Blue Book API?

2007-11-02 Thread Andy Matthews
Does anyone know if KBB.com has a public API? My company directs car dealers
to use their site, which means that they're no longer on OUR site. We'd love
to keep them on our site of course, but this is an essential tool for them.
Ideally we'd be able to interact with their API to get vehicle information.
 
Anyone?
 

 
Andy Matthews
Senior ColdFusion Developer

Office:  877.707.5467 x747
Direct:  615.627.9747
Fax:  615.467.6249
[EMAIL PROTECTED]
www.dealerskins.com  
 


~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292527
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


PDF Support with CF8 - Can this be done?

2007-11-02 Thread Frank Mamone
Hi everyone,

I've been out of the CF game for a very long time and now I have a little
project to do and wondering
if CF8 has the answer for me. I'll keep search the docs, but in case you
have a quick answer I appreciate it.

What I need to do is take information posted from a web form and merge it
into an existing PDF with place holders
and then save the file and email it as an attachement.

Can CF 8 do the PDF portion natively?

Thank you,

Frank Mamone


~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292526
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Coldfusion hosting recomendation ?

2007-11-02 Thread NUGROHO NOTO
Nobody recommend crystaltech ? 
anybody have experience with them ? specially for support on dedicated server ? 

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292525
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CFMAIL quesitons..

2007-11-02 Thread J.J. Merrick
Yeah the mail spooler is going to send from the default IP of the
webserver. If you are just wanting to know what server it was sent
from you could use CFmailparam to add a custom header:

  



J.J.

On 11/1/07, Al Musella, DPM <[EMAIL PROTECTED]> wrote:
> No -  that part isn't the problem.. it is one step lower..  the
> bottom header is the cold fusion server.. not the mail server.. here
> are the headers:
> Received: from mail.mymailserver.com (mail.mymailserver.com
> [xx.241.156.98]) by rly-mf08.mx.aol.com (v119.12) with ESMTP id
> MAILRELAYINMF083-975471caa281af; Mon, 22 Oct 2007 09:48:24 -0400
> Received: from static-xx-241-156-99.nycmny.fios.verizon.net
> [xx.241.156.99] by mail.mymailserver.com with SMTP;
>
> my mail server  is .98 (on a separate box )
> my web server has .99 - .108
>   the website sending the mail is .108
> Cold fusion uses .99 for all email sent from all of the websites.
>
>
>
>
>
> At 09:40 AM 11/1/2007, you wrote:
> >I've never tried it, but
> >
> >Make sure your SMTP server is set to listen on all applicable IPs.  Use
> >the "server" argument to specify the SMTP server by IP instead of by name.
> >
> >HTH.
>
>
>
> 

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292524
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4