RE: CFFTP Question

2002-02-02 Thread Jim Vosika
Jim, That did it, I wish you knew how happy I was right now! Thank you s much for your help! -Jim -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 02, 2002 9:25 PM To: CF-Talk Subject: Re: CFFTP Question You need the fully qualified path of

Re: CFFTP Question

2002-02-02 Thread Jim McAtee
You need the fully qualified path of the _local_ file, not the remote file. The local file is the file on your CF server, the remote file is the destination file on the FTP server. Jim - Original Message - From: "Jim Vosika" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent:

RE: CFFTP Question

2002-02-02 Thread Jim Vosika
I have tried the ExpandPath as shown below and when I use that, not a single file is created on the other server. And I can't use a fully qualified path because the server I am trying to FTP to is a virtual server account so I have no idea when the path would be to account. Before it made the file

Re: CFFTP Question

2002-02-02 Thread Jim McAtee
I think you need a fully qualified path to the local file, as in LOCALFILE="C:\somedirectory\myfile.txt" If you know it's in the same directory as the CF template, you can use LOCALFILE="#ExpandPath('myfile.txt')#" I usually use a cached connection, in which I open the connection, perform one

CFFTP Question

2002-02-02 Thread Jim Vosika
I have looked at Macromedia's documentation and it pretty much sucks for the CFFTP tag, could someone please help. I am trying to FTP a file to my other server and originally the file is l712 Bytes and once it gets to t destination it is 0 bytes. Could someone please tell me what was wrong in my

RE: Searching for links related to topics

2002-02-02 Thread Joseph DeVore
You can accomplish this with CF; though in my experience, I have found PERL to be much faster. HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: Melanie Maddix [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 02, 2002 1:50 PM To: CF-Talk Subject: Searching for link

RE: Borders in cfx_image

2002-02-02 Thread Joseph DeVore
Hey Will, This how you could do it: Let me know if you have any questions.. HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: W Luke [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 02, 2002 12:28 PM To: CF-Talk Subject: Re: Borders in cfx_image Thanks Jos

Searching for links related to topics

2002-02-02 Thread Melanie Maddix
Hi, I have a task to complete and I was hoping you guys could tell me how possible it is with Cold Fusion. What I have to do is search the web for all links relating to a particular topic, retrieve the url and site description, and save it to a database. This is something that would be run on a

Re: Osprey?

2002-02-02 Thread Bill Davidson
Thanks Cary! -Bill brainbox - Original Message - From: "Cary Gordon" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, February 02, 2002 12:25 PM Subject: Re: Osprey? > Aha. > > This sounds like Osprey #1. Take a look at > . As I sai

RE: Creating Thumbnails of webpages again :-)

2002-02-02 Thread Tom Nunamaker
It's a serious question because you said "the example files alos have a command line tool which makes bmps of a url" Tom -Original Message- From: Zac Spitzer [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 02, 2002 2:19 PM To: CF-Talk Subject: Re: Creating Thumbnails of webpages ag

Re: Borders in cfx_image

2002-02-02 Thread W Luke
Thanks Joseph. Can this be used in conjunction with resizing, as below? It didn't seem to work just now when I tried it, although no errors were reported either.. Will - Original Message - From: "Joseph DeVore" <[EMAIL PROTECTED]> Newsgroups: gradwell.lists.cftalk Sent: Saturday, Feb

RE: Creating Thumbnails of webpages again :-)

2002-02-02 Thread Ron Hornbaker
> I mis-read your question...you are correct that CFX_IMAGE manipulates > existing images. > > Why would you want a BMP of a website? Lots of reasons. One, for example, is to build a search engine that shows thumbnails of matching webpages, like this one: http://www.searchshots.com I'm betti

Re: Creating Thumbnails of webpages again :-)

2002-02-02 Thread Zac Spitzer
Tom Nunamaker wrote: >Zac > >I mis-read your question...you are correct that CFX_IMAGE manipulates >existing images. > >Why would you want a BMP of a website? > well gif or jpeg or png is more web friendly :-) is that a serious question? remember this is only for a thumbnail image off the top

RE: Borders in cfx_image

2002-02-02 Thread Joseph DeVore
Yes, it is possible to add borders to images with CFX_Image this command will set the border color: setbordercolor 00 this command will draw a solid colored rectangle with the border color above bfrect x,y,x2,y2,FF HTH, Joseph DeVore VeloxWeb Technologies -Original Message--

RE: Creating Thumbnails of webpages again :-)

2002-02-02 Thread Tom Nunamaker
Zac I mis-read your question...you are correct that CFX_IMAGE manipulates existing images. Why would you want a BMP of a website? Tom -Original Message- From: Zac Spitzer [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 02, 2002 1:48 PM To: CF-Talk Subject: Re: Creating Thumbnails

asp dns managment object

2002-02-02 Thread Zac Spitzer
there was a lot of talk about managing dns via cf, this looks like a good start i just found this, it's a com object for doing dns management http://aspdns.sourceforge.net/ __ Get Your Own Dedicated Windows 2000 Server PIII 8

RE: Creating Thumbnails of webpages again :-)

2002-02-02 Thread Tom Nunamaker
Wrong. Here's the code we're using in production to generate thumbnails: This creates a thumbnail 88 pixels wide. Tom Nunamaker Paladin Computers Macromedia Certified Advanced ColdFusion 5.0 Developer http://www.toshop.com/ [EMAIL PROTECTED] -Original Message- From: Zac Spitzer [m

Re: Creating Thumbnails of webpages again :-)

2002-02-02 Thread Zac Spitzer
Tom Nunamaker wrote: >CFX_IMAGE already does this. Why re-invent the wheel? > cf_image only generates images from commands and src images files i believe __ Why Share? Dedicated Win 2000 Server ยท PIII 800 / 256 MB RAM / 40 GB

RE: Creating Thumbnails of webpages again :-)

2002-02-02 Thread Tom Nunamaker
CFX_IMAGE already does this. Why re-invent the wheel? Tom -Original Message- From: Zac Spitzer [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 02, 2002 1:34 PM To: CF-Talk Subject: Creating Thumbnails of webpages again :-) microsoft have a really cool example of this for vb & c#

Creating Thumbnails of webpages again :-)

2002-02-02 Thread Zac Spitzer
microsoft have a really cool example of this for vb & c# .net http://www.gotdotnet.com/playground/services/ThumbnailGen/ThumbnailClient.aspx there are example cpp files there, anyone interested in doing a little work to create a CFX http://blah.com/file.htm"; height="40" width="100" output="c

RE: Borders in cfx_image

2002-02-02 Thread Andrew Scott
Not to mention that Professional programs like Photoshop can do batch processing! -Original Message- From: Steve Oliver [mailto:[EMAIL PROTECTED]] Sent: Sunday, 3 February 2002 5:28 AM To: CF-Talk Subject: RE: Borders in cfx_image Well, what are they going to be used on? I'm sure what

Re: Borders in cfx_image

2002-02-02 Thread Birgit Pauli-Haack
this is a quote from the doc file that came withe cfx_image. maybe the "Bevel"Attributes will help you with this during resizing the image. hope it helps... Birgit - RESIZE Action Attributes: FILERequired. The source filename. OUTPUT Required. The output f

RE: Borders in cfx_image

2002-02-02 Thread Steve Oliver
Well, what are they going to be used on? I'm sure whatever it will be will have some sort of option to put borders around the image. __ steve oliver atnet solutions, inc. http://www.atnetsolutions.com -Original Message- From: W Luke [mailto:[EMAIL PROTECTED]] Sent:

Re: Borders in cfx_image

2002-02-02 Thread Howie Hamlin
Jasc image robot can do this in batches. www.jasc.com. HTH, Howie - Original Message - From: "W Luke" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, February 02, 2002 1:21 PM Subject: Re: Borders in cfx_image > > Is it possible to draw a thin black border aroun

Re: Borders in cfx_image

2002-02-02 Thread W Luke
> Is it possible to draw a thin black border around images using > cfx_image? I > have about 100 need doing, and it would be nice to batch-process them if > cfx_image is capable of this. > Why not just use border attribute in the img tag? Because the images won't be used on a site; they just ne

RE: Borders in cfx_image

2002-02-02 Thread Robert Everland
Why not just use border attribute in the img tag? Bob Everland -Original Message- From: W Luke To: CF-Talk Sent: 2/2/02 12:58 PM Subject: Borders in cfx_image Hi. Is it possible to draw a thin black border around images using cfx_image? I have about 100 need doing, and it would be n

Borders in cfx_image

2002-02-02 Thread W Luke
Hi. Is it possible to draw a thin black border around images using cfx_image? I have about 100 need doing, and it would be nice to batch-process them if cfx_image is capable of this. Will __ Why Share? Dedicated Win 2000 Ser

RE: Header Error

2002-02-02 Thread Deb Dickerson
URLScan from Microsoft tends to cause this behavior also. Deb > -Original Message- > From: Matthew Fusfield [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 01, 2002 12:30 PM > To: CF-Talk > Subject: RE: Header Error > > > Is this appearing right at the top of your pages? We saw this

RE: Damn it's quiet

2002-02-02 Thread Deb Dickerson
They have Wal-Marts there? I thought y'all still used the barter system. :-) Deb > -Original Message- > From: John Cummings [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 01, 2002 11:45 PM > To: CF-Talk > Subject: RE: Damn it's quiet > > > Nothing positive to contribute to the discu

Re: Osprey?

2002-02-02 Thread Cary Gordon
Aha. This sounds like Osprey #1. Take a look at . As I said earlier, it is a front end, so you should be able to have your way with the back end. Cary At 05:39 PM 2/1/2002 -0500, you wrote: >The first one - That sounds like kind of what he described.. It's ha

Re: CFHTTP-->CFFILE

2002-02-02 Thread Richard Meredith-Hardy
Thanks, Problem solved! (you learn a new thing every day!) Steve Oliver wrote: > > Try adding addNewLine="No" to your cffile. > > > > I was having that problem when I was writing files after I read them > from disk using cffile, it put double spaces on everyline, and that > fixed it. > > __