Re: Dynamic CF PDFs

2005-01-12 Thread John Beynon
can you wait a while? Blackstone is just round the corner and it will do what you want out of the box, http://www.macromedia.com/software/coldfusion/blackstone/features/printing/ jb. On Wed, 12 Jan 2005 13:03:56 +1100, Duncan I Loxton [EMAIL PROTECTED] wrote: or you could wait till blackstone

RE: Dynamic CF PDFs

2005-01-12 Thread James Holmes
Can you afford the upgrade? is another question worth asking. At least FOP and some of the other solutions are free :-) -Original Message- From: John Beynon [mailto:[EMAIL PROTECTED] Sent: Wednesday, 12 January 2005 4:08 To: CF-Talk Subject: Re: Dynamic CF PDFs can you wait a while?

Re: John Dowdell Wants to Know What's Wrong with Macromedia

2005-01-12 Thread Shawn
My two cents worth. Better Linux support. It's nice that CFMX can run on Red Hat, but Red Hat is too bloated (IMO) for server use (not talking about the enterprise RH - which most of us don't use and I have no experience with). There are better distros for servers - Gentoo, BSD, etc.

RE: Dynamic CF PDFs

2005-01-12 Thread Robertson-Ravo, Neil (RX)
We used CFX_PDF from Easel2 www.easel2.com Very good, can do FDP and PDF - and doesn't really require much third party knowledge. N -Original Message- From: Phill B [mailto:[EMAIL PROTECTED] Sent: 11 January 2005 20:37 To: CF-Talk Subject: Dynamic CF PDFs I need CF to create a pdf. I

Re: How to add images to my db the *right* way?

2005-01-12 Thread Will Tomlinson
Dude, I think I got it SPANKED!! What I've done here is a JOKE!! Just working now on the outside to make sure my queries and such will work. It all appears a ok! I only had time to work with uploading one image last night, but this evening I'm going to build an array of images and

RE: John Dowdell Wants to Know What's Wrong with Macromedia

2005-01-12 Thread Calvin Ward
That's a big if. And if the application/business logic layer is only 6k per server - on this list, it's still a significant chunk and I believe far too much. 6k would have been much more along the lines of what I would have imagined to be reasonable. - Calvin -Original Message- From:

Regular Expression (searching from the end)

2005-01-12 Thread Andrew Dixon
Hi Everyone. I need to find the last occurance of a character in a string. Is there a way I can use a regular expression to search the string from the end backwards for the character? Or is there another way I can do it using a CF function. At the moment I have a conditional loop that uses the

Re: Regular Expression (searching from the end)

2005-01-12 Thread Adam Haskell
reverse the string, find the character, length of the string minus the pos of the character. Adam On Wed, 12 Jan 2005 11:39:24 +, Andrew Dixon [EMAIL PROTECTED] wrote: Hi Everyone. I need to find the last occurance of a character in a string. Is there a way I can use a regular

Re: Regular Expression (searching from the end)

2005-01-12 Thread Adam Haskell
Alernatively you can use refind and return the array thing I beleive it returns the POS and Len of all the times it found then you could just look at the last element in the array, TIMTOWTDI. Adam H On Wed, 12 Jan 2005 11:39:24 +, Andrew Dixon [EMAIL PROTECTED] wrote: Hi Everyone. I

Re: Regular Expression (searching from the end)

2005-01-12 Thread Andrew Dixon
Nope. The array thing still only gives the first occurance. Andrew. ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message:

RE: Regular Expression (searching from the end)

2005-01-12 Thread Pascal Peters
No, it returns pos and length of the subgroups, but you can use that with greedy matches to find the position: position = 0; stTmp = REFind(^.*(a),string,1,true); if(stTmp.pos[1]) position = stTmp.pos[2]; This gives the last position of a. OR you can do what you suggested yourself in your

Re: OT: Javascript Image Preloader Question

2005-01-12 Thread Tony Weeg
gracias! thats the problemo :) wow. later. tw On Wed, 12 Jan 2005 01:29:13 -0500, dave [EMAIL PROTECTED] wrote: no prob ;) Thank tony! hahaha jk tony :) -- Original Message -- From: Ray Champagne [EMAIL PROTECTED] Reply-To:

Re: Ok, here's a brute

2005-01-12 Thread Thomas Chiverton
On Tuesday 11 Jan 2005 17:25 pm, Ian Skinner wrote: of panic, I downloaded 17 of the 19 Windows 2000 server and IE 5.5 security patches MS said I needed and that does seem to have helped. No crashes yet I assume you have a very very good excuse for not already having them... -- Tom Chiverton

Re: How to add images to my db the *right* way?

2005-01-12 Thread Joe Rinehart
well then u copy and paste change the #'s accordingly to accomidate how ever many images u want. and say that u have 5 images but that clothes line only has 3 pic then it will accept the 3 and ignore the other 2 empty fields That's just not a very good approach, and the point of this

RE: John Dowdell Wants to Know What's Wrong with Macromedia

2005-01-12 Thread RADEMAKERS Tanguy
Here in Europe it's 14,000 EUR = ~18,000 USD. At that price it would be worth physically going to the US to buy a copy, except then i guess MM wouldn't support it. That kind of pricing policy sticks in my throat. /t -Original Message- From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent:

Re: How to add images to my db the *right* way?

2005-01-12 Thread Scott Stroz
I have to agree with Joe. The first method suggested seems kind of amateur-ish. If there will not always be 3 images, then this method is definitley NOT the 'right' way'. Why create a dynamic application the uses static values like this? On Wed, 12 Jan 2005 08:18:16 -0500, Joe Rinehart [EMAIL

Re: WOT: Someone who still believes

2005-01-12 Thread Dick Applebaum
Rob Did you notice the part where he was using OS X Tiger Spotlight to instantly search both content metadata? For a web site, this could be a total replacement for Verity (or whatever). You could just place a Mac somewhere on the network move all your web content to it. When files are

Re: John Dowdell Wants to Know What's Wrong with Macromedia

2005-01-12 Thread Paul Malan
Speaking of RIA/Flex, has anybody here experimented much with Laszlo? I'm curious to see how it will stack up. http://www.laszlosystems.com/developers/ -Paul On Wed, 12 Jan 2005 14:24:29 +0100, RADEMAKERS Tanguy [EMAIL PROTECTED] wrote: Here in Europe it's 14,000 EUR = ~18,000 USD. At that

RE: WOT: Someone who still believes

2005-01-12 Thread Robertson-Ravo, Neil (RX)
Nice, very nice. -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED] Sent: 12 January 2005 14:28 To: CF-Talk Subject: Re: WOT: Someone who still believes Rob Did you notice the part where he was using OS X Tiger Spotlight to instantly search both content metadata?

Factory problems.

2005-01-12 Thread Shawn McKee
Tried this on CF-Server to no avail. We are trying to get CF MX 6.1 running as a J2EE application under JRun. We are getting this error when trying to load and initialize a Java Class object coldfusion.server.ServiceFactory$ServiceNotAvailableException: The DataSource service is not available.

RE: John Dowdell Wants to Know What's Wrong with Macromedia

2005-01-12 Thread Calvin Ward
From what I understand it is more complex to work with and creates larger file sizes. Also the last version I looked at didn't support Unicode. Conversely how much of a difference these items are, and how much of a difference the Unicode matters will be dependent on the shop evaluating. The

Re: wussy-wig editor

2005-01-12 Thread Thomas Chiverton
On Wednesday 12 Jan 2005 00:18 am, dave wrote: http://xstandard.com/page.asp?p=A4372B00-8D7F-4166-977C-64E5C4E3708Es=E638 AEB0-ADC1-448B-9CE5-FB8AAE1FE55B Why bother looking at a Windows only solution ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44 (0)1749 834900 email: [EMAIL

Re: installing cf 4.5 on a win server 2003

2005-01-12 Thread jim surfer
Thanks for the link. For some reason I could not find it. (Probably had something to do with the various combinations of cold medications that makes you be able to walk on water.) I'll make an attempt and repost. Thanks again. njsurfer. I've run into a problem installing 4.5.1 on a win

RE: John Dowdell Wants to Know What's Wrong with Macromedia

2005-01-12 Thread RADEMAKERS Tanguy
My understanding (from searching the web, haven't tried it yet) is that Laszlo supports Flash 5 whereas Flex supports Flash 7. Having said that, a little bird told me yesterday that Flex only supports actionscript 1, not 2. /t -Original Message- From: Calvin Ward [mailto:[EMAIL

RE: wussy-wig editor

2005-01-12 Thread Jim Davis
-Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 12, 2005 10:01 AM To: CF-Talk Subject: Re: wussy-wig editor On Wednesday 12 Jan 2005 00:18 am, dave wrote: http://xstandard.com/page.asp?p=A4372B00-8D7F-4166-977C- 64E5C4E3708Es=E638

RE: John Dowdell Wants to Know What's Wrong with Macromedia

2005-01-12 Thread Robertson-Ravo, Neil (RX)
Flex supports AS2 AFAIK. This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the

Re: Regular Expression (searching from the end)

2005-01-12 Thread Andrew Dixon
Thank you very much Pascal. Worked like a dream. Andrew. ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message:

Firewall for CF server

2005-01-12 Thread Mark W. Breneman
I am spec-ing out software for a new windows 2003 CFMX server. I currently use black ice server ($300) on my other servers for its packet inspecting. I like many of its features like Buffer overflow attempt monitoring/blocking, Repeated FTP login attempt monitoring/blocking, Port scan

RE: Ok, here's a brute

2005-01-12 Thread Ian Skinner
Ummm, does I am not supposed to install patches or software myself according to company policy... count as a good excuse. . . . I didn't think so. So, no I guess not. ;-) -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA C code. C code run. Run code

RE: wussy-wig editor

2005-01-12 Thread Michael Dinowitz
If it does the job and does it well. Homesite is a windows only solution and I find it a valuable tool in my development. On Wednesday 12 Jan 2005 00:18 am, dave wrote: http://xstandard.com/page.asp?p=A4372B00-8D7F-4166-977C- 64E5C4E3708Es=E638 AEB0-ADC1-448B-9CE5-FB8AAE1FE55B Why bother

RE: Debugging Server Hangs

2005-01-12 Thread Ben Rogers
We've been seeing this behavior as well. In our case, it's on a production system. It appears that a couple of long running requests are causing threads to pile up. At some point -- usually very quickly -- IIS quits answering requests. We are able to reproduce the behavior by launching a very

RE: Debugging Server Hangs

2005-01-12 Thread Ben Rogers
One thing I meant to mention in my previous message is that ColdFusion debugging *severely* hampers performance. I've seen pages that take 10 times (or more) as long with debugging enabled. Extensive use of CFCs and UDFs, in particular, seem to drag the server to its knees if you have debugging

Re: OT: DNS List by IP

2005-01-12 Thread Jochem van Dieten
Katz, Dov B (IT) wrote: How can one obtain a list of all hostname mappings in DNS based on a specific IP address? Not. You can only get the reverse pointers from DNS, not the arecords and cnames. Jochem ~| Stay Ahead of

Re: Firewall for CF server

2005-01-12 Thread Jochem van Dieten
Mark W. Breneman wrote: What do the rest of you use for software firewall / packet inspection? IPSec policies. Jochem ~| Find out how CFTicket can increase your company's customer support efficiency by 100%

Re: Regular Expression (searching from the end)

2005-01-12 Thread Jochem van Dieten
Andrew Dixon wrote: I need to find the last occurance of a character in a string. REFindNoCase(.*character, string, TRUE) will give you a position and a length. Position will always be 1, length will tell you the last occurance. Jochem

Re: Dynamic CF PDFs

2005-01-12 Thread Sean Corfield
On Wed, 12 Jan 2005 16:16:48 +0800, James Holmes [EMAIL PROTECTED] wrote: Can you afford the upgrade? is another question worth asking. At least FOP and some of the other solutions are free :-) free as in beer? I suspect there's quite a bit of time and work involved in learning to use FOP and

Re: John Dowdell Wants to Know What's Wrong with Macromedia

2005-01-12 Thread Rob
On Wed, 12 Jan 2005 01:58:46 -0700, Shawn [EMAIL PROTECTED] wrote: My two cents worth. Better Linux support. It's nice that CFMX can run on Red Hat, but Red Hat is too bloated (IMO) for server use (not talking about the enterprise RH - which most of us don't use and I have no experience

RE: Firewall for CF server

2005-01-12 Thread Mark W. Breneman
IPSec policies do a good job of Packet Filtering, but they don't do packet inspection. (Unless I really missed something.) I am looking for a firewall that will block stuff like SQL injection attacks and buffer overflows. Thanks. Mark W. Breneman -Cold Fusion Developer -Network

Re: John Dowdell Wants to Know What's Wrong with Macromedia

2005-01-12 Thread Rob
On Wed, 12 Jan 2005 14:24:29 +0100, RADEMAKERS Tanguy [EMAIL PROTECTED] wrote: Here in Europe it's 14,000 EUR = ~18,000 USD. At that price it would be worth physically going to the US to buy a copy, except then i guess MM wouldn't support it. That kind of pricing policy sticks in my throat.

Re: Firewall for CF server

2005-01-12 Thread Jochem van Dieten
Mark W. Breneman wrote: IPSec policies do a good job of Packet Filtering, but they don't do packet inspection. (Unless I really missed something.) Correct. I am looking for a firewall that will block stuff like SQL injection attacks and buffer overflows. Forget it. Stopping SQL injection

RE: Firewall for CF server

2005-01-12 Thread Mark W. Breneman
Jochem you are correct, SQL injection attacks vulnerabilities should be fixed in the code and not rely on a firewall thingie to prevent. I was just using that as an example. (A poor example, I see now.) Mark W. Breneman -Cold Fusion Developer -Network Administrator Vivid Media [EMAIL

Re: Dynamic CF PDFs

2005-01-12 Thread Rob
On Wed, 12 Jan 2005 08:09:34 -0800, Sean Corfield [EMAIL PROTECTED] wrote: On Wed, 12 Jan 2005 16:16:48 +0800, James Holmes [EMAIL PROTECTED] wrote: Can you afford the upgrade? is another question worth asking. At least FOP and some of the other solutions are free :-) free as in beer? I

RE: Dynamic CF PDFs

2005-01-12 Thread COLLIE David
free as in beer? I suspect there's quite a bit of time and work involved in learning to use FOP and setting it up on top of your CF server. Learning this kind of stuff (ie FOP) is an investment in myself and keeping sharp in learning new technologies... Most of the time these investments

Re: John Dowdell Wants to Know What's Wrong with Macromedia

2005-01-12 Thread Dick Applebaum
On Jan 12, 2005, at 8:16 AM, Rob wrote: On Wed, 12 Jan 2005 01:58:46 -0700, Shawn [EMAIL PROTECTED] wrote: My two cents worth. Better Linux support. It's nice that CFMX can run on Red Hat, but Red Hat is too bloated (IMO) for server use (not talking about the enterprise RH - which

: Re: Dynamic CF PDFs

2005-01-12 Thread Paul Hastings
Sean Corfield wrote: The ability to just wrap your code in cfdocument format=pdf is worth quite a bit. And you can easily add page headers / footers. And yes it is. but so is the the almost anal control something like iText gives you when you need it. nice to have the best of both worlds

Re: Dynamic CF PDFs

2005-01-12 Thread Phill B
I agree Sean. I played with a few of the freebies. The problem with the ones that use htmldoc is that it is VERY limited. It only has support for HTML 3.2 and partial 4.0. No CSS support. :-\ I am going to go ahead and spend the money on activePDF with WebGrabber. I can now make the 8.5 x 11 and

RE: John Dowdell Wants to Know What's Wrong with Macromedia

2005-01-12 Thread RADEMAKERS Tanguy
It's not the price that bothers me - i don't pay for software, my customers do - it's the price difference. As for this discrepancy being caused by demand... are you saying there's a much higher demand for flex in Europe than in the US? Nonsense. Part of the difference is caused by tax and a

Re: Firewall for CF server

2005-01-12 Thread Shawn
I use IPCop (version 1.3 currently, but 1.4 is out), with intrusion detection turned on. As well, I'm running on an Apache server, so most URL based hack attempts just don't work (buffer overflows and such). I'm not sure how well IPCop handles SQL Injection (I've always understood this to be

Re: John Dowdell Wants to Know What's Wrong with Macromedia

2005-01-12 Thread Rob
On Wed, 12 Jan 2005 18:18:13 +0100, RADEMAKERS Tanguy As for this discrepancy being caused by demand... are you saying there's a much higher demand for flex in Europe than in the US? Nonsense. Nah, I am saying the level of money you need to get Flex is out of reach of all the people who want

Verity Pickle...

2005-01-12 Thread Gel .
Well..I've gone and gotten myself into some trouble with a database design (mentioned it before) and Verity Searching. It wasn't planned, but it's turned out that we need to do a Verity search on a database. There is one table of casinos, and several other tables of different casino games.

Multiple submit buttons and Fusebox

2005-01-12 Thread Ken Dunnington
Hi, I have a quick fusebox question that I haven't been able to find an answer to yet. I have a few ideas, but I thought I'd run it by some people with experience. It's fusebox-specific, so I apologize if it's too off-topic. How, in fusebox, do you handle multiple submit buttons in a form? For

RE: John Dowdell Wants to Know What's Wrong with Macromedia

2005-01-12 Thread Stacy Young
Yep, does. -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 12, 2005 10:14 AM To: CF-Talk Subject: RE: John Dowdell Wants to Know What's Wrong with Macromedia Flex supports AS2 AFAIK. This e-mail is from Reed Exhibitions (Oriel

RE: Multiple submit buttons and Fusebox

2005-01-12 Thread Matthew Small
I would change the action of the form based on which button was pushed. For example: input type=button onclick=document.formName.action='index.cfm?fuseaction=fusecircuit1' value=Do this 1 input type=button onclick=document.formName.action='index.cfm?fuseaction=fusecircuit2' value=Do this 2 ...

RE: Multiple submit buttons and Fusebox

2005-01-12 Thread Katz, Dov B (IT)
You can make the button be the fuseaction field (only clicked one is sent), but sometimes you want a prefix.suffix style fuseaction... In that case you can do something like this: script language=JavaScript function appendFA(fa){

Re: Verity Pickle...

2005-01-12 Thread S . Isaac Dealey
Heh... Although I know there's NO need to tell you this, avoiding comma delimited lists would prevent the need to poke people with your poker pickle. :-P That being said, the obligatory pickle-poking may not be as bad as you think... give this query a poke... err... I mean peek... select

RE: John Dowdell Wants to Know What's Wrong with Macromedia

2005-01-12 Thread RADEMAKERS Tanguy
It costs a lot of money because it is aimed at the enterprise space - where two rules apply: 1) Almost nobody pays full price. Companies buying this kind of stuff have purchasing departments to beat the price down, and usually buy several licenses for several products, not to mention things like

Re: Multiple submit buttons and Fusebox

2005-01-12 Thread Keith Gaughan
Katz, Dov B (IT) wrote: You can make the button be the fuseaction field (only clicked one is sent), but sometimes you want a prefix.suffix style fuseaction... In that case you can do something like this: script language=JavaScript function appendFA(fa){

RE: Multiple submit buttons and Fusebox

2005-01-12 Thread RADEMAKERS Tanguy
I do the same thing, except i usually have a hidden form field called fuseaction, so the syntax looks like: input type=button onclick=document.formName.fuseaction.value='fusecircuit1';document.form Name.submit(); value=Do this 1 /t -Original Message- From: Matthew Small [mailto:[EMAIL

Re: Multiple submit buttons and Fusebox

2005-01-12 Thread S . Isaac Dealey
I _think_ that with Fusebox 4 and later it's possible to use a variable in the fuseaction in a do tag in your xml... so in theory you could simply assign the button tag a name, then parameterize the button name on the action page (you'd have to do this because IE doesn't include the button value

Re: Verity Pickle...

2005-01-12 Thread Gel .
That's cool if I just wanted to find out whether the tblcasino.poker field was in a list. But consider that I want to have one query where I join the tblcasinos table to the other sub-tables containing the descriptions of the game types. For purposes of creating a Verity Collection from the

Re: John Dowdell Wants to Know What's Wrong with Macromedia

2005-01-12 Thread Gel .
Are you implying that because of Eclipse's entry into the marketplace, Macromedia will not be updating Dreamweaver MX to fix the bugs and add better functionality? As far as I can see, Eclipse doesn't replace MX, it seeks to replace Homesite and CF Studio perhaps. And regardless of how good a

Re: Verity Pickle...

2005-01-12 Thread S . Isaac Dealey
That's cool if I just wanted to find out whether the tblcasino.poker field was in a list. You mean if a tblPoker.pokerid field is in a tblCasio.poker list... But consider that I want to have one query where I join the tblcasinos table to the other sub-tables containing the descriptions of

Re: Firewall for CF server

2005-01-12 Thread Jim McAtee
The PIX doesn't block port scans??? My take on the buffer overflow blocking is that it sounds like a marketing angle more than anything. It can only work as well as some database is being kept current by the firewall vendor. If you stay on top of SW updates you'll probably be protected as

CF4J2EE unnecessary JARs

2005-01-12 Thread Steve Brownlee
I'm attempting to get CFMX running on our JBoss installation and we need to get the footprint of ColdFusion as small as possible. After eliminating the patently obvious files and directories, I'm left with the LIB directory. There are several large JARs in there and before I started hours of

RE: CF4J2EE unnecessary JARs

2005-01-12 Thread SStewart
Xalan is the XML processor I believe. sas Scott A. Stewart, Web Application Developer Engineering Consulting Services, Ltd. (ECS) 14026 Thunderbolt Place, Suite 100 Chantilly, VA 20151 Phone: (703) 471-8400 Fax: (703) 834-5527 -Original Message- From: Steve Brownlee [mailto:[EMAIL

Re: CF4J2EE unnecessary JARs

2005-01-12 Thread Keith Gaughan
Steve Brownlee wrote: Now, it's obvious that cfusion.jar is a keeper, and most likely tools.jar. I think tool.jar is needed for the debugger, and maybe the Java compiler. I'm taking a guess that msapps.jar allows integration with Word, Excel and the like. Yup. It's a set of Java/COM bridge

Re: Multiple submit buttons and Fusebox

2005-01-12 Thread Ken Dunnington
Thanks, those are both great ideas! I guess I wasn't thinking of Javascript, but it's a standard requirement these days, and this is for the admin section, so we have the option to require it be enabled. It seems like bad MVC practice to use another language to affect application flow like that,

Re: John Dowdell Wants to Know What's Wrong with Macromedia

2005-01-12 Thread Mark Drew
I presume you mean cfeclipse ? MD On Wed, 12 Jan 2005 13:51:17 -0400, Gel. [EMAIL PROTECTED] wrote: Are you implying that because of Eclipse's entry into the marketplace, Macromedia will not be updating Dreamweaver MX to fix the bugs and add better functionality? As far as I can see,

Re: wussy-wig editor

2005-01-12 Thread Claude Schneegans
Why bother looking at a Windows only solution ? Are there still users under DOS only ? ;-) ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application

Conditional text Insert into a String

2005-01-12 Thread Richard Colman
I have a string that looks like: ... KPPET(L ATT)(I GAT)TTID ... And I want to end up with a string that looks like: ... K P P E T (L ATT) (I GAT) T T I D ... Notice that there is a space in between each letter EXCEPT in the (X YYY) pattern where YYY has to stay together with NO intervening

Re: Factory problems.

2005-01-12 Thread Sean Corfield
On Wed, 12 Jan 2005 09:46:48 -0400, Shawn McKee [EMAIL PROTECTED] wrote: We are getting this error when trying to load and initialize a Java Class object coldfusion.server.ServiceFactory$ServiceNotAvailableException: The DataSource service is not available. Certain coldfusion.* classes only

RE: Factory problems.

2005-01-12 Thread Shawn McKee
But why would it work with CF standalone and fail when installed under JRun as a J2EE application? -Original Message- From: Sean Corfield [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 12, 2005 4:14 PM To: CF-Talk Subject: Re: Factory problems. On Wed, 12 Jan 2005 09:46:48 -0400,

Re: John Dowdell Wants to Know What's Wrong with Macromedia

2005-01-12 Thread Rob
On Wed, 12 Jan 2005 13:51:17 -0400, Gel. [EMAIL PROTECTED] wrote: Are you implying that because of Eclipse's entry into the marketplace, Macromedia will not be updating Dreamweaver MX to fix the bugs and add better functionality? I don't have any affiliation with MM, but I can pretty

Re: How to add images to my db the *right* way?

2005-01-12 Thread dave
well part of that was my fault i read what he asked wrong he asked [quote]The problem arises with having, say 10 filefields to upload to my db. I'm uploading and saving each filename with no problem, but how do I loop the filenames into the table? [/quote] i didnt see that he had already

Fax Program

2005-01-12 Thread Andy Ousterhout
Has anyone worked with a fax program that I can send the fax number along with the page to be faxed? I need to send out several hundred faxes each month to clients with an order sheet and their purchases for that month from the previous year. I currently use WinFax and have to manually select

hosting clustering

2005-01-12 Thread Greg Saunders
I'm looking for a hosting company that can provide a support a particular CF architecture that I've used in the past: 1. Multiple web servers (initially 2) each running IIS and CF, clustered with Win2k Advanced Server and Network Load Balancing. 2. Two backend DB servers, running SQL Server,

Re: Fax Program

2005-01-12 Thread Bryan Stevenson
Lotsa options out therehaven't used anyGoogle it ;-) The only name I think I remember is ProtoFax 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]

Re: Fax Program

2005-01-12 Thread JediHomer
FaxNow! from RedRock has an API which may help, or potentially you could look at on-line fax providers such as eFax HTH On Wed, 12 Jan 2005 16:35:16 -0600, Andy Ousterhout [EMAIL PROTECTED] wrote: Has anyone worked with a fax program that I can send the fax number along with the page to be

Re: How to add images to my db the *right* way?

2005-01-12 Thread dave
thats cool personally i just wouldnt go through the extra trouble of it. the way i do it is have a seperate field for each pic like (pic1, pic2, pic3) and not just 1, the reason is that most are real estate sites and i want to do diff things with diff pic at diff times and it works better for me

RE: Conditional text Insert into a String

2005-01-12 Thread Matthew Walker
This seems to work but it's inelegant and surprisingly slow. I'm sure there's a better way cfset myString = KPPET(L ATT)(I GAT)TTID !--- swap out hard-spaces --- cfset placeHolder = chr(7) cfset myString = replace(myString, , placeHolder, all) !--- add soft-spaces --- cfset myString =

Re: OT: Javascript Image Preloader Question

2005-01-12 Thread dave
no prob :) to bad u aint here man! 10+ feet of new snow this week! -- Original Message -- From: Tony Weeg [EMAIL PROTECTED] Reply-To: cf-talk@houseoffusion.com Date: Wed, 12 Jan 2005 08:01:54 -0500 gracias! thats the problemo :) wow. later. tw On

Re: Fax Program

2005-01-12 Thread Ray Champagne
Why not just set up a database, then loop over the numbers in it, and send from the many companies on the web that do this? I haven't done it before, but that seems to be a pretty simple solutionmaybe too simple? Ray At 05:42 PM 1/12/2005, you wrote: FaxNow! from RedRock has an API which

Re: OT: Javascript Image Preloader Question

2005-01-12 Thread Ray Champagne
I ain't complaining about the snow in New England any more. Holy shit! Really, 10 feet? Or am I just gullible? You ARE in Alaska, right? Ray At 05:47 PM 1/12/2005, you wrote: no prob :) to bad u aint here man! 10+ feet of new snow this week! -- Original Message

Re: How to add images to my db the *right* way?

2005-01-12 Thread dave
[quote]I have to agree with Joe. The first method suggested seems kind of amateur-ish. If there will not always be 3 images, then this method is definitley NOT the 'right' way'. Why create a dynamic application the uses static values like this? [/quote] what the hell are u talking about? u say

RE: OT: Javascript Image Preloader Question

2005-01-12 Thread Ian Skinner
Our Sierras here in N.Cal. have gotten upwards of 18 Feet in the last week or so. Largest snow pack since something like 1906. -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA C code. C code run. Run code run. Please! - Cynthia Dunning

RE: Conditional text Insert into a String

2005-01-12 Thread Munson, Jacob
This also may not be the most elegant solution, but it works: cfset write_toggle = 1 cfloop from=#myString_len# to=1 step=-1 index=i cfif write_toggle eq 1 cfset myProteinSequence = Insert( ,myProteinSequence,i) /cfif cfif mid(myProteinSequence,i,1) eq )

Re: How to add images to my db the *right* way?

2005-01-12 Thread dave
ok why dont we start from the beginning if he wants to learn looping and arrays then he probabaly wants to do a loop over cffile code and set the array as it goes if we all get on same page maybe we'll get a good answer to the whole deal and actually this would be good for quite a few ppl i

RE: OT: Javascript Image Preloader Question

2005-01-12 Thread dave
yup same storms as here, what is it called? the pinapple express, i think colorado here -- Original Message -- From: Ian Skinner [EMAIL PROTECTED] Reply-To: cf-talk@houseoffusion.com Date: Wed, 12 Jan 2005 14:56:03 -0800 Our Sierras here in N.Cal. have

RE: John Dowdell Wants to Know What's Wrong with Macromedia

2005-01-12 Thread Calvin Ward
Eclipse + CFEclipse is eclipsing any offer from Macromedia in terms of truly supporting ColdFusion. Every time I fire up WSAD for Java development for WebSphere, or even Eclipse, I shake my head at the whole DW/HomeSite/CF Studio debacle. - Calvin -Original Message- From: Mark Drew

RE: How to add images to my db the *right* way?

2005-01-12 Thread Steve Brownlee
[quote] im no pro [/quote] Isn't that the definition of an amateur? Anyway, I think static was the wrong word for what he was trying to say. Perhaps a better way of saying that is that your code isn't very flixible nor does it scale with the application. Any time the required number of images

RE: OT: Javascript Image Preloader Question

2005-01-12 Thread Ray Champagne
Dave, why does your web site say that you have an Alaska phone number? At 06:05 PM 1/12/2005, you wrote: yup same storms as here, what is it called? the pinapple express, i think colorado here -- Original Message -- From: Ian Skinner [EMAIL PROTECTED]

RE: Fax Program

2005-01-12 Thread Andy Ousterhout
Because this costs $.10 per page versus $.03-.05 per page and it is my business, therefore my money. If I can find a solution that enables me to use my own Long Distance service, then I'd prefer to to that. -Original Message- From: Ray Champagne Why not just set up a database, then

Re: Help w/using CFLDAP tag?

2005-01-12 Thread Duncan I Loxton
Your start also needs to contain DN=domain, DN=com basically to tell it which domain to operate in. Did you manage to get this working in the end? On Fri, 10 Dec 2004 10:22:24 -0500, Bosky, Dave [EMAIL PROTECTED] wrote: Does anyone have an idea of what may be causing this error each time I

Re: Fax Program

2005-01-12 Thread Bryan Stevenson
buy a fax board and install it in your server...then ya can use yer own LD provider OR start looking at CFEXECUTE and see if you can have CF fire up WinFax for ya and send 'em HTH Cheers Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone:

RE: OT: Javascript Image Preloader Question

2005-01-12 Thread dave
ru still smokin? 970 is northern colorado http://www.thedirectory.org/pref/search/970.htm -- Original Message -- From: Ray Champagne [EMAIL PROTECTED] Reply-To: cf-talk@houseoffusion.com Date: Wed, 12 Jan 2005 18:20:23 -0500 Dave, why does your web site

RE: Fax Program

2005-01-12 Thread Andy Ousterhout
I just found out how to do it using WinFax. For some brain-dead reason, I wasn't looking under mail merge. Based off of the following, it looks like I can send WinFax a single document using the following codes to separate faxes: wfxFaxNum fax number (maximum 47 characters) wfxRecipient

RE: OT: Javascript Image Preloader Question

2005-01-12 Thread Ray Champagne
D'oh! Not smoking (yet), but dyslexia must have set in http://www.thedirectory.org/pref/search/907.htm Argh, time to go home and eat a brownie! Ray At 06:38 PM 1/12/2005, you wrote: ru still smokin? 970 is northern colorado http://www.thedirectory.org/pref/search/970.htm -- Original

RE: How to add images to my db the *right* way?

2005-01-12 Thread dave
would u please actually look at the 2 sets of code before making such statements! joes code does one thing mine does another matter of fact u can take what mine does get the info then run joes to do the insert. i didnt put in anything that deals with inserting into a db and he didnt add

Re: Fax Program

2005-01-12 Thread Bryan Stevenson
ah...so a little RTFM saves the day ;-) 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

Re: John Dowdell Wants to Know What's Wrong with Macromedia

2005-01-12 Thread Mike Kear
Calvin not quite. CFEclipse, I can see, is a terrific development, but as I found to my cost, if installation doesnt go right, it's very very difficult to fix.Support is dependent on the ample goodwill of the people developing it, but still there is no obligation on anyone to make sure it

  1   2   >