Re: Bad DSN causing CF to crash

2007-03-23 Thread Robertson-Ravo, Neil (RX)
Well, there are no doubt a few things to check here. Get them to check their disk space on the ColdFusion box and ensure the neo-query.xml file is not corrupt. Easiest way to tell us by loading it in IE, if it doesn't load, it's broken. Is the SQL Server 64-bit? The connection reset could be a

Re: CFQUERY vs SQL Server Stored Procedures

2007-03-23 Thread Robertson-Ravo, Neil (RX)
Indeed, I used to be in the camp of SPs were faster in ColdFusion but in most cases they are not. What we do now is use them where we actually need them - multiple recordsets for example. Also one of the major benefits is that they can be shared by our ColdFusion and .NET developers etc..

Re: Web Server Configuration Tool

2007-03-23 Thread Robertson-Ravo, Neil (RX)
I would be interested in hearing the approach in detail. We are moving to a tiered approach like this and I am sure you do not need ColdFusion on the Web Server at all. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division

Re: Just a tidbit for those who might not have use iif before

2007-03-23 Thread Richard Cooper
I'm assuming there is a noticeable difference in using IFF? Recently I've been using it quite heavily in forms now i.e. cfinput type=radio name=myField id=myField value=myValue checked=#IIF(something eq 'somethingelse', DE('Yes'), DE('No'))# / Are there better ways of doing this?

Re: xml cfform validation problem

2007-03-23 Thread Richard Cooper
Removing the underscore from the form id will fix it. ~| Macromedia ColdFusion MX7 Upgrade to MX7 experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive:

Re: CF Enterprise

2007-03-23 Thread Paul Hastings
Brad Wood wrote: My WAR file is about 122 Megs, but the server I am trying to deploy it to has two dual core 2 GHz processors and 4 Gig's of RAM. It can't be THAT bad, can it What gives? if i recall correctly, that's a cf process that takes quite a long time but the admin code that

Re: New Features In Scorpio

2007-03-23 Thread Tom Chiverton
On Thursday 22 Mar 2007, Aaron Rouse wrote: I'd be curious how supported it really ends up being. Seems like a lot of CF support is just in the community anyway. I know the few times we have tried using official support that was paid for by our company we usually still got no solution or

Re: viviotech vps, non-admin linux newbie, rambling questions

2007-03-23 Thread James Holmes
My thoughts below: On 3/23/07, stylo stylo [EMAIL PROTECTED] wrote: Thinking about a viviotech vps but I'm not an admin and never used linux. Wondering how hard it would be and what people are using there. I've searched and read the good feedback. It's either that or shared hosting somewhere

Re: You think you know OOP.. but you don't

2007-03-23 Thread Tom Chiverton
On Thursday 22 Mar 2007, Jonathan Block wrote: Why do so many articles get published in the CFMX world about OOP. Because people are building large applications. Because people want to build applications that can be understood. Because people want applications that are not brittle when changed.

Re: Miss CF days / seriously considering getting back to it

2007-03-23 Thread Tom Chiverton
On Thursday 22 Mar 2007, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Broadly speaking, am I miss something critical in the CF world for the following sketch? No, that about covers it :-) I just wanted to check you picked up on Flex and Apollo too - these make it easy to build very nice web and

Re: Just a tidbit for those who might not have use iif before

2007-03-23 Thread Rob Wilkerson
checked=#something eq 'somethingelse# That should work just fine. No need for the iff() in this case. On 3/23/07, Richard Cooper [EMAIL PROTECTED] wrote: I'm assuming there is a noticeable difference in using IFF? Recently I've been using it quite heavily in forms now i.e. cfinput

RE: LDAP Anyone?

2007-03-23 Thread Leitch, Oblio
I second this. Remember, because CF is typeless, when it tries to write to output binary in the cfldap tage, it might be expecting a string, not binary. How they've chosen to output the attributes, I don't know, but that might cause it to fail. I would double (triple?) check that the data sent

Re: You think you know OOP.. but you don't

2007-03-23 Thread srinivas ganta
Hi Jonathan, if it is two tier architecture, with out OOP knowledge u can build CFML web sites . if you want to seperate business logic from presentation layer and data layer,u have to go for CFCs. it is worth to follow OOP concepts ,it saves ur programmers time(Inheritence) and gives

SOT: Getting Started with Flex

2007-03-23 Thread Rob Wilkerson
One technology where I've remained admittedly ignorant for too long is Flex. I've simply never had a reason to get into it. Now I have a task to prototype a web accessible reporting interface that will make heavy use of graphs. We're using PHP instead of CF as the backend for this one, but I'm

WDDX v.s. CF 7 XML functionality

2007-03-23 Thread Dan O'Keefe
While having a few legacy apps myself making use of WDDX, I was wondering if WDDX still has value that is not currently offered in the XML support of CF 7.02. Seems like opedwddx.org is pretty stale. Any thoughts? Thanks, Dan -- Dan O'Keefe

Re: viviotech vps, non-admin linux newbie, rambling questions

2007-03-23 Thread Yves Arsenault
I'll chime in to give a couple of cents worth I've got a root access VPS package, 512 RAM and BD. I've been using this package since september 30th 2005. There have been few glitches in that time. As James mentions, you can do most things in the web admin panel. So you don't really need

Re: viviotech vps, non-admin linux newbie, rambling questions

2007-03-23 Thread Rick Root
Here are my thoughts On 3/23/07, stylo stylo [EMAIL PROTECTED] wrote: Thinking about a viviotech vps but I'm not an admin and never used linux. Wondering how hard it would be and what people are using there. I've searched and read the good feedback. It's either that or shared hosting

OT: Sitemaps

2007-03-23 Thread Steve LaBadie
Is anyone aware of a product that can accurately count how many pages are on a web server for a specific domain? I am not looking to create a web-based sitemap but to know how many (.htm, .cfm, etc.) pages exist without having to count by hand. Steve LaBadie, Web Manager East Stroudsburg

RE: Sitemaps

2007-03-23 Thread Adkins, Randy
Well you could write a simple utility to go through the folders and count those pages. However if you are looking a what is the count of pages a user will see may be different Since the end user does not see the number of includes on a single page. -Original Message- From: Steve LaBadie

Re: LDAP Anyone?

2007-03-23 Thread Vince Collins (NHJobs.com)
Thanks Dinner, Looking under the hood of CF sounds a bit scary but only because I have never done it before. I very much appreciate your suggestion and may have questions along the way. Dinner wrote: On a totally different note: Why not use some java solution? I bet you could even do

Re: LDAP Anyone?

2007-03-23 Thread Vince Collins (NHJobs.com)
I was told when I began this project by the LDAP administrator that it is storing images in base64. So I just encoded the binary file as toBase64() and the database took it just fine but it actually wasn't just fine. All images uploaded my my tool where corrupt. By using a third party tool,

Re: OT: Sitemaps

2007-03-23 Thread Jim Wright
Steve LaBadie wrote: Is anyone aware of a product that can accurately count how many pages are on a web server for a specific domain? I am not looking to create a web-based sitemap but to know how many (.htm, .cfm, etc.) pages exist without having to count by hand. Maybe use a link checker

RE: Error invoking CFC for gateway myGateway: String index out of range: -1

2007-03-23 Thread Everett, Al \(NIH/NIGMS\) [C]
Well, thanks for all the feedback. Oddly, all of the gateways on our development server throw this error, but the same gateways work fine in our test and production environments. Code is all the same and the servers are SUPPOSED to be identical. Any ideas? -Original Message- Error

Re: Just a tidbit for those who might not have use iif before

2007-03-23 Thread Peter Boughton
First better way: Don't use strings for booleans! cfinput type=radio name=myField id=myField value=myValue checked=#IIF(something eq 'somethingelse', 1, 0)# / Second better way: Don't write if True then True else False! cfinput type=radio name=myField id=myField value=myValue

OT: css n00b question

2007-03-23 Thread Doug Brown
I am trying my first css design and was wondering how to accomplish something. Say I have a container div which contains left, right and center columns and then below those three columns I want another div with spacing between the three columns above it, how would I accomplish this correctly?

Re: OT: css n00b question

2007-03-23 Thread Rob Wilkerson
I prefer using margin when I'm creating space between containers and padding when I'm trying to create space between content and the container edge. I just find it easier to think about that way, I guess. I don't know why margin isn't working for you, though. Can you post a *snippet* of the

Re: OT: css n00b question

2007-03-23 Thread Jose Diaz
Hi Doug Yeah I would use something like #bottomContent { width: 600px; padding-top: 10px; background: #ff; } HTH Jose Diaz On 3/23/07, Doug Brown [EMAIL PROTECTED] wrote: I am trying my first css design and was wondering how to accomplish something. Say I have a container div

RE: OT: css n00b question

2007-03-23 Thread Doug Brown
Rob, Actually the margin-top works in IE but breaks in FF div id=container div id=mainMain Column/div div id=leftcolumnLeft column/div div id=rightcolumnRight column/div div id=threecolumnbottomThe column/div /div body, form, p { margin: 0px; padding: 0px; }

RE: OT: css n00b question

2007-03-23 Thread Robert Rawlins - Think Blue
Hello Doug, I'm unable to test this, but you may want to try something like this. div class=col /div div class=col /div div class=col /div div class=clearer/div div class=bottom /div div.col { float:left; margin-right:10px; } div.clearer { clear:both; }

Re: OT: css n00b question

2007-03-23 Thread Jose Diaz
Hi Doug Sorry Margin is correct lol ignore my previous post ;) Jose On 3/23/07, Jose Diaz [EMAIL PROTECTED] wrote: Hi Doug Yeah I would use something like #bottomContent { width: 600px; padding-top: 10px; background: #ff ; } HTH Jose Diaz On 3/23/07, Doug Brown

RE: OT: css n00b question

2007-03-23 Thread Andy Matthews
Unable to test? Don't have a browser installed on your computer? :) -Original Message- From: Robert Rawlins - Think Blue [mailto:[EMAIL PROTECTED] Sent: Friday, March 23, 2007 8:20 AM To: CF-Talk Subject: RE: OT: css n00b question Hello Doug, I'm unable to test this, but you may want

Re: Web Server Configuration Tool

2007-03-23 Thread Andy Allan
You don't ... you simply need wsconfig.jar You may need to modify security.properties if your web/app servers are on different subnets. Andy On 23/03/07, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: I would be interested in hearing the approach in detail. We are moving to a tiered

Re: OT: css n00b question

2007-03-23 Thread Jose Diaz
Hi Doug Rob is spot on with the clear suggestion, i had a similar problem and have just checked what I did and the solution was: ..clear { clear:both } Jose On 3/23/07, Andy Matthews [EMAIL PROTECTED] wrote: Unable to test? Don't have a browser installed on your computer? :)

RE: OT: css n00b question

2007-03-23 Thread Robert Rawlins - Think Blue
No, no, I'm just lazy ;-) -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: 23 March 2007 13:24 To: CF-Talk Subject: RE: OT: css n00b question Unable to test? Don't have a browser installed on your computer? :) -Original Message- From: Robert Rawlins -

RE: OT: css n00b question

2007-03-23 Thread Doug Brown
Robert, Thanks a lot that seems to do the trick...Back to the learning drawing board :) Doug -Original Message- From: Robert Rawlins - Think Blue [mailto:[EMAIL PROTECTED] Sent: Friday, March 23, 2007 7:20 AM To: CF-Talk Subject: RE: OT: css n00b question Hello Doug, I'm unable to

Coldfusion MX7.2 and IBM Websphere 6.1

2007-03-23 Thread Eyad makhoul
Hi, we have tried to deploy coldfusion mx 7.2 on IBM websphere 6.1. unfortunatly we found security issues. can anyone give us the correct steps how to install coldfusion on IBM websphere or does anyone faced the same problem and what was the solution. Thanks Eyad Makhoul

RE: OT: css n00b question

2007-03-23 Thread Robert Rawlins - Think Blue
Glad to hear it Doug, If you've got any other questions then feel free to ask :-D Once you get your head around CSS you'll fall in love with it. Rob -Original Message- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: 23 March 2007 13:30 To: CF-Talk Subject: RE: OT: css n00b question

Re: SOT: Getting Started with Flex

2007-03-23 Thread Tom Chiverton
On Friday 23 Mar 2007, Rob Wilkerson wrote: Anyone willing to hook me up with some info? You might try asking over on FlexCoders (@ Yahoo Groups). -- Tom Chiverton Helping to quickly architect fine-grained bandwidth On: http://thefalken.livejournal.com

Re: SOT: Getting Started with Flex

2007-03-23 Thread Rob Wilkerson
Thanks, Tom. I'll venture over there. On 3/23/07, Tom Chiverton [EMAIL PROTECTED] wrote: On Friday 23 Mar 2007, Rob Wilkerson wrote: Anyone willing to hook me up with some info? You might try asking over on FlexCoders (@ Yahoo Groups). -- Tom Chiverton Helping to quickly architect

RE: WDDX v.s. CF 7 XML functionality

2007-03-23 Thread Tero Pikala
In my opinion value of WDDX today is ability to quickly convert complex data types to predefined XML format. There are times when you just need query as XML without paying too much attention how it's actually structured. Tero -Original Message- From: Dan O'Keefe [mailto:[EMAIL

RE: Sitemaps

2007-03-23 Thread Ben Nadel
This might be a ghetto approach, but to get a general idea, maybe to a domain-specific search in google with no keywords... And just check the results count: Ex: http://www.google.com/search?q=site%3Abennadel.com .. Ben Nadel Certified Advanced ColdFusion MX7 Developer

Just a question/discussion point RE: Web services..

2007-03-23 Thread Jeff Small
Okay, so I write a CFC. I set access=remote and poof, I have a web service... right? So if I write a method, let's say, getComics() and it returns a query object... well, that's just not going to work for people who aren't using CF, right? I mean, if I'm using CF and invoking the method using

Re: Just a question/discussion point RE: Web services..

2007-03-23 Thread Tom Chiverton
On Friday 23 Mar 2007, Jeff Small wrote: So if I write a method, let's say, getComics() and it returns a query object... well, that's just not going to work for people who aren't using CF, right? Not well, no. What's the approach here? What's the next step to making something that people

RE: CF Enterprise

2007-03-23 Thread Brad Wood
Nice try-- I thought that too. I set my default page time out in the settings page of cfadmin (that's what you meant, right?) to something crazy like 1 seconds, and it STILL timed out after only a couple minutes. ~Brad if i recall correctly, that's a cf process that takes quite a long time

Re: Just a question/discussion point RE: Web services..

2007-03-23 Thread Jeff Small
What's the approach here? What's the next step to making something that people using .net or PHP can return and use? Create an array of transfer objects (objects with just cfproperty tags) or convert it to XML. Any pages anyone can recommend dealing with this? Tutorials? Best Practices,

RE: Web Server Configuration Tool

2007-03-23 Thread Brad Wood
Thanks Andy. Can you point me in the direction of any articles/technotes which detail that process? I'm not quite sure what I would so with that .jar file. ~Brad -Original Message- From: Andy Allan [mailto:[EMAIL PROTECTED] Sent: Friday, March 23, 2007 8:26 AM To: CF-Talk Subject: Re:

Re: CFQUERY vs SQL Server Stored Procedures

2007-03-23 Thread Teddy Payne
Cached queries will execute faster than stored procedures in many cases. The problem of queries inside of ColdFusion deals directly with looping over the data of performing a Query of a Query against the data set. I tend to stay away from Query of a Query as the performance is not to my liking.

RE: Just a question/discussion point RE: Web services..

2007-03-23 Thread Heald, Timothy J
XML is the right answer. I'm not sure how well WDDX is supported across platforms, I know it was an open standard, but I remember something about there being version differences. If it's all caught up you could simply serialize it using the built in WDDX functions and pass it that way. Or you

Re: New Features In Scorpio

2007-03-23 Thread Aaron Rouse
Not when your bosses bosses boss already are disgruntled with what support they got when an issue came up. On 3/23/07, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 22 Mar 2007, Aaron Rouse wrote: I'd be curious how supported it really ends up being. Seems like a lot of CF support is

RE: Web Server Configuration Tool

2007-03-23 Thread Brad Wood
OK, so I am still hoping for other's input, but I have been doing some Googling on my own. Here is the live docs for Running the Web Server Configuration tool http://livedocs.adobe.com/jrun/4/Installing_JRun/servconf3.htm It tells me I must install JRUN, and gives me this page:

Re: Web Server Configuration Tool

2007-03-23 Thread Andy Allan
I don't think there is any :/ Install CF on your app server, then copy the wsconfig.jar to your webserver - it can go anywhere - but maybe stick it in something like d:/jrun4/lib Then you simply run: java -jar d:\jrun4\lib\wsconfig.jar ADD OTHER ATTRIBUTES -host IP_ADDRESS_OF_APP_SERVER It's

RE: Web Server Configuration Tool

2007-03-23 Thread Brad Wood
Thanks Andy, that helps. Do I need a JRE installed on the web server? Also, since this is a Windows server 2003 OS, can I use the wsconfig.exe I keep seeing. It seems I see wsconfig.jar and wsconfig.exe used interchangeably. I would much prefer the GUI than the command line. ~Brad

CFOBJECT calling Word.Application for Spell checker problem

2007-03-23 Thread James Buckingham
Hi guys, I'm currently migrating some of our applications from CF5.0/Win'2000 to CFMX7.02/Win' 2003. I've hit a problem with one of the pages which uses a CFOBJECT to call Microsoft Word's Spell checker and runs the page content through it. The CF5.0 server used Word 97 but I've installed

Re: OT: Sitemaps

2007-03-23 Thread Jerry Johnson
If your domains are stored in a logical tree on disk (and dont have tons of virtual mappings), you should be able to use OS tools to get a file count. On 3/23/07, Steve LaBadie [EMAIL PROTECTED] wrote: Is anyone aware of a product that can accurately count how many pages are on a web server for

Re: Just a question/discussion point RE: Web services..

2007-03-23 Thread Tom Chiverton
On Friday 23 Mar 2007, Jeff Small wrote: Beuller? Beuller? Who / What ? -- Tom Chiverton Helping to vitalistically introduce cross-platform products On: http://thefalken.livejournal.com This email is sent for and on behalf of Halliwells

RE: Just a question/discussion point RE: Web services..

2007-03-23 Thread Dave Watts
What's the approach here? What's the next step to making something that people using .net or PHP can return and use? Create an array of transfer objects (objects with just cfproperty tags) or convert it to XML. Any pages anyone can recommend dealing with this? Tutorials? Best

RE: Coldfusion MX7.2 and IBM Websphere 6.1

2007-03-23 Thread Dave Watts
we have tried to deploy coldfusion mx 7.2 on IBM websphere 6.1. unfortunatly we found security issues. can anyone give us the correct steps how to install coldfusion on IBM websphere or does anyone faced the same problem and what was the solution. Can you be more specific about the

RE: CF Enterprise

2007-03-23 Thread Brad Wood
So nobody has any other ideas on this one, huh? How about this question: has anyone out there EVER archived a site as an EAR or WAR and deployed it as a new instance elsewhere? Did it work for you? Did you get any timeouts at all? This is driving me crazy-- it's like there's this really cool

RE: Sitemaps

2007-03-23 Thread Dave Watts
Is anyone aware of a product that can accurately count how many pages are on a web server for a specific domain? I am not looking to create a web-based sitemap but to know how many (.htm, .cfm, etc.) pages exist without having to count by hand. Assuming they're all in the same directory

RE: Web Server Configuration Tool

2007-03-23 Thread Dave Watts
So, I'm toying around with CF Enterprise and it is a lot of fun. Specifically I am experimenting with the instance manager and such. So, one thing I never knew you could do was to have a web server (IIS) on one physical computer bound to a CF instance (or cluster) on another physical

Re: CFOBJECT calling Word.Application for Spell checker problem

2007-03-23 Thread Tom Chiverton
On Friday 23 Mar 2007, James Buckingham wrote: CF5.0 server used Word 97 but I've installed Word 2007 on the new server. ... Has anybody else been able to resolve this or have any suggestions? Yeah, install Word 97. -- Tom Chiverton Helping to appropriately envisioneer front-end web-readiness

Re: Hah? BlogCFC / BlogCFM

2007-03-23 Thread Dwayne Cole
If I were to decide to start a blog today, I'd go with Ray's BlogCFC. Rick Thanks Rick. This is what I wanted to hear and who better to hear from. Talking about the word from the horses mouth :) ~| ColdFusion MX7 by AdobeĀ®

Displaying a quicktime movie from a CF-based website

2007-03-23 Thread Pete
Hi there I'm just wondering if anyone has displayed quicktime movies on a website. Can they advise whay is required to do so - I have tried a few options but as of yet with no success. Wondering if anyone might know what is required. Thanks in advance P

Re: CF Enterprise

2007-03-23 Thread Jochem van Dieten
Brad Wood wrote: So nobody has any other ideas on this one, huh? How about this question: has anyone out there EVER archived a site as an EAR or WAR and deployed it as a new instance elsewhere? We never archive sites, we always create EAR files directly from SVN with Ant. Did it work for

Scorpio - What to do until then?

2007-03-23 Thread Rick Faircloth
Hi, all... Well, what I figured was going to happen is happening. There seems to be an emphasis in Scorpio in increasing the number of pre-built components, especially are Ajax functionality. And the Ajax bug has finally bitten me, via jQuery, but I'm running into limitations about what I can

RE: css n00b question

2007-03-23 Thread Craig Dudley
Assuming your three columns above are all floated to the left, try div style=clear: both;margin-top: 20px;/div -Original Message- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: 23 March 2007 13:11 To: CF-Talk Subject: OT: css n00b question I am trying my first css design and was

Deploying Fusebox application as a J2EE war/ear

2007-03-23 Thread Tero Pikala
Hi Does anyone have experience with deploying Fusebox application as a war? Thing that I'm mostly concerned is moving parsed directory outside of application root directory since it's now inside war and can't be written into (or at least shouldn't be written to if it's possible) Thanks

Re: CFOBJECT calling Word.Application for Spell checker problem

2007-03-23 Thread James Buckingham
Thanks Tom. Just looking into that as an option but I currently can't remove 2007 off the server. It's throwing errors in the uninstall so I thought I'd stick with it just now and see if I can get 07 to work with it. On Friday 23 Mar 2007, James Buckingham wrote: CF5.0 server used Word 97

Re: Just a question/discussion point RE: Web services..

2007-03-23 Thread Jeff Small
If I recall correctly, it's actually discussed directly within the CF documentation. But basically, it boils down to creating CFC instances to replace structures. For example, if you wanted to have information about a person in a structure, you would instead define and use a CFC to represent

Re: Scorpio - What to do until then?

2007-03-23 Thread Christopher Jordan
Rick, What are you missing that has to do with JSON? Will jsonencode() and jsondecode() not work for you on 4.5? I know I've taken part in a couple of your threads on this similar subject, but I forget. Those two functions are UDFs that you can obtain from CFLib.org... oh wait. Does 4.5 have

RE: Scorpio - What to do until then?

2007-03-23 Thread Dave Watts
And the Ajax bug has finally bitten me, via jQuery, but I'm running into limitations about what I can do server-side with CF 4.5... There's no reason why you can't use AJAX functionality with CF 4.5. AJAX function calls simply return text. Newer versions of CF provide amenities, like CFCs

Re: Displaying a quicktime movie from a CF-based website

2007-03-23 Thread Josh Nathanson
The standard object and embed tags seem to work ok for me, what problem are you having exactly? Below is some code I used to dynamically load a Quicktime movie (sorry about the all caps): OBJECT CLASSID=clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B WIDTH=240 HEIGHT=196

Re: Scorpio - What to do until then?

2007-03-23 Thread Peter Boughton
Perhaps there are free versions of a CF Server (Coral Web Builder, Smith Project, and one more I can't think of that is free) that can be utilized until Scorpio becomes available? Railo is free for community, low-budget business, and developer use, and has a very cheap professional edition

RE: Just a question/discussion point RE: Web services..

2007-03-23 Thread Dave Watts
Man, I've re-read that three times now, and I'm just NOT following it. I'm so sorry Dave, but isn't the CFC the webservice? So you'd call for instance, getPerson() but that's not a method? You'd have a CFC that contains the web service method(s), and that CFC would use another CFC to

Re: CFOBJECT calling Word.Application for Spell checker problem

2007-03-23 Thread Tom Chiverton
On Friday 23 Mar 2007, James Buckingham wrote: Thanks Tom. Just looking into that as an option but I currently can't remove 2007 off the server. It's throwing errors in the uninstall so I thought I'd stick with it just now and see if I can get 07 to work with it. And people ask me why I prefer

RE: CF Enterprise

2007-03-23 Thread kola.oyedeji
-Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] So nobody has any other ideas on this one, huh? How about this question: has anyone out there EVER archived a site as an EAR or WAR and deployed it as a new instance elsewhere? Did it work for you? Did you get any

Re: Just a question/discussion point RE: Web services..

2007-03-23 Thread Tom Chiverton
On Friday 23 Mar 2007, Jeff Small wrote: Man, I've re-read that three times now, and I'm just NOT following it. I'm so sorry Dave, but isn't the CFC the webservice? So you'd call for instance, getPerson() but that's not a method? Yes, the CFC is the webservice, yes it has a method getPerson()

RE: CF Enterprise

2007-03-23 Thread Brad Wood
Interesting. So it looks like nobody actually USES the create new instance from war file in CF... So Jochem, if I create a new empty instance, do I just dump the EAR file in there and restart? Is that all? Is there any documentation anywhere on this? (Sadly there doesn't seem to be much

Re: Hah? BlogCFC / BlogCFM

2007-03-23 Thread Raymond Camden
And I'd use Rick's blog. So now what do you do? ;) (just kidding btw :) On 3/23/07, Dwayne Cole [EMAIL PROTECTED] wrote: If I were to decide to start a blog today, I'd go with Ray's BlogCFC. Rick Thanks Rick. This is what I wanted to hear and who better to hear from. Talking about

RE: CF Enterprise

2007-03-23 Thread Tero Pikala
Jochem, Do mean that you have EAR folder structure somewhere waiting and you then add everything related to your application there and package it to EAR file? That sounds like a good approach, I just tested creating couple of archives and I really wasn't too pleased how for example all custom

Re: Converting CMYK images to RGB

2007-03-23 Thread Jack Dalaa
Well, this took some time to figure out, but I found a program which can convert images (and a lot of other stuff) via the command prompt. http://www.imagemagick.org/script/index.php convert C:\photos\cmyk.jpg -profile C:\icc\EuropeISOCoatedFOGRA27.icc -profile C:\icc\sRGB Color Space

Re: Miss CF days / seriously considering getting back to it

2007-03-23 Thread donli
Thank you, Tom. Don On Thursday 22 Mar 2007, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Broadly speaking, am I miss something critical inthe CF world for the following sketch? No, that about covers it :-) I just wanted to check you picked up on Flex and Apollo too - these make it

Re: CF Enterprise

2007-03-23 Thread Jochem van Dieten
Brad Wood wrote: Interesting. So it looks like nobody actually USES the create new instance from war file in CF... It doesn't give me enough control. I always set up instances with their own jvm.config and a properties file specific for that instance. So Jochem, if I create a new empty

Re: Miss CF days / seriously considering getting back to it

2007-03-23 Thread donli
Thank you, Tom. Don On Thursday 22 Mar 2007, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Broadly speaking, am I miss something critical in the CF world for the following sketch? No, that about covers it :-) I just wanted to check you picked up on Flex and Apollo too - these make it

Re: Deploying Fusebox application as a J2EE war/ear

2007-03-23 Thread Jochem van Dieten
Tero Pikala wrote: Does anyone have experience with deploying Fusebox application as a war? Not as a WAR but as an EAR, Fusebox 2 on CF MX 6.1. Thing that I'm mostly concerned is moving parsed directory outside of application root directory since it's now inside war and can't be written

Re: CF Enterprise

2007-03-23 Thread Jochem van Dieten
Tero Pikala wrote: Do mean that you have EAR folder structure somewhere waiting and you then add everything related to your application there and package it to EAR file? Yes. That sounds like a good approach, I just tested creating couple of archives and I really wasn't too pleased how

RE: Scorpio - What to do until then?

2007-03-23 Thread Rick Faircloth
Hi, Chris... I haven't looked into UDF's, but I'm fairly certain that UDF's are post-CF.45. In other words, can't be used. Here's what I'm up against. I'm using jQuery to $.post form fields to CF for validation (I prefer to do server-side right now, since I know how to do much more in CF than

Re: Hah? BlogCFC / BlogCFM

2007-03-23 Thread Rob Wilkerson
Couldn't help yourself, could you? :-) On 3/23/07, Raymond Camden [EMAIL PROTECTED] wrote: And I'd use Rick's blog. So now what do you do? ;) (just kidding btw :) On 3/23/07, Dwayne Cole [EMAIL PROTECTED] wrote: If I were to decide to start a blog today, I'd go with Ray's BlogCFC.

RE: Deploying Fusebox application as a J2EE war/ear

2007-03-23 Thread Tero Pikala
Thing that I'm mostly concerned is moving parsed directory outside of application root directory since it's now inside war and can't be written into (or at least shouldn't be written to if it's possible) And what is the problem with moving it? Let's say that new parsed directory is

RE: Scorpio - What to do until then?

2007-03-23 Thread Rick Faircloth
Hi, Dave... Any tutorials with examples on the subject that you can point me to? I'm totally new to Ajax and XML... I think that's what's causing my problem... just ignorance. Rick -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, March 23, 2007 1:13 PM To:

RE: Scorpio - What to do until then?

2007-03-23 Thread Dan G. Switzer, II
Rick, But the problem I've come up against is, once the entire form has valid entries, how to post the entire form and have the result returned via Ajax. I've tried various methods, but haven't been able to accomplish it, yet Why not just use Taconite to replace your form with a Thank You

RE: Scorpio - What to do until then?

2007-03-23 Thread Rick Faircloth
Hi, Peter... Railo would actually end up costing me more than MM CF Pro. I would need quite a few additional licenses for each website that I host and that would quite costly. While it's not free, Coral Web Builder is reasonably priced at $225, which I believe would include one developer license

RE: CF Enterprise

2007-03-23 Thread Brad Wood
OK, that worked! My instance has now been deployed. Thanks! ~Brad Disable the timeout option in the ColdFusion administrator then attempt to deploy it again. ~| Deploy Web Applications Quickly across the enterprise with

RE: WDDX v.s. CF 7 XML functionality

2007-03-23 Thread Jim Davis
-Original Message- From: Dan O'Keefe [mailto:[EMAIL PROTECTED] Sent: Friday, March 23, 2007 7:54 AM To: CF-Talk Subject: WDDX v.s. CF 7 XML functionality While having a few legacy apps myself making use of WDDX, I was wondering if WDDX still has value that is not currently

Java Pluggin for Eclipse`

2007-03-23 Thread Robert Rawlins - Think Blue
Chaps, Does anyone have any recommendations on eclipse plug-in's for developing JAVA code? I don't need anything fancy, just something that'll give me the basics for writing java and class files. Thanks, Rob ~|

Re: Scorpio - What to do until then?

2007-03-23 Thread Mike Kear
Heheh i cant wait till Rick gets ScorpioWhat a quantum leap he's going to be making! Things the rest of us take for granted - cfforms that work, native XML tags, functions, CFCs, And thats before considering all the goodness wrapped up in teh Scorpio package - the PDF manipulation, the

CF + Ajax

2007-03-23 Thread Bader, Terrence C CTR MARMC, 231
Hey all, been years since I have been on this list. Back into doing more CF programming with some pretty decent applications in the works. What I am interested in at the moment is seeing what people are doing for their Ajax applications. i.e. libraries, functions, cfcs, etc. Thanks...

RE: CF + Ajax

2007-03-23 Thread Andy Matthews
Look into jQuery.com. Many CF programmers on this list are using it. -Original Message- From: Bader, Terrence C CTR MARMC, 231 [mailto:[EMAIL PROTECTED] Sent: Friday, March 23, 2007 12:08 PM To: CF-Talk Subject: CF + Ajax Hey all, been years since I have been on this list. Back into

Re: Scorpio - What to do until then?

2007-03-23 Thread Christopher Jordan
Rick, Rick Faircloth wrote: But the problem I've come up against is, once the entire form has valid entries, how to post the entire form and have the result returned via Ajax. So, by post the form, you just mean that once all has been validated, that you need the Form fields (all inputs --

RE: Java Pluggin for Eclipse`

2007-03-23 Thread Gaulin, Mark
Java support is native in the SDK version of eclipse. Mark -Original Message- From: Robert Rawlins - Think Blue [mailto:[EMAIL PROTECTED] Sent: Friday, March 23, 2007 12:59 PM To: CF-Talk Subject: Java Pluggin for Eclipse` Chaps, Does anyone have any recommendations on

  1   2   >