ActivEdit works on linux:
http://www.cfdev.com/activedit/
_
Pete Freitag
CTO, CFDEV.COM
http://www.cfdev.com/
-Original Message-
From: Allan Cliff [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 20, 2003 8:42 AM
To: CF - List
Subject: [ cf-dev
Watch out with cf_html2pdf... it uses an executable called HTMLDoc
https://www.easysw.com/cart.php?PHTMLDOC
In the tag it says that the version of htmldoc included is free. Its not.
The free version of htmldoc doesn't support command line use.
Also, the version in the download with the tag is kn
At 16:33 21/01/2003 +, you wrote:
> >activePDF
> >
> >http://www.activePdf.com
Far from free, and not great at everything.
Agreed but for buy-->plugin ---> make PDF .. its the easiest solution
look at PDFlib if you want to get granular
--
** Archive: http://www.mail-archive.com/dev%40lis
> >activePDF
> >
> >http://www.activePdf.com
Far from free, and not great at everything.
> >Anyone got any links ideas/thoughts on a good ColdFusion/HTML to PDF tool
> >for inline PDF creation?
I would suggest you look at xsl-fo
http://www.xml.com/pub/a/2002/03/20/xsl-fo.html (this is a link
You've probably already seen this...it's all I've found so far:
http://www.macromedia.com/desdev/mx/coldfusion/articles/asp_cfmx.html
D
-Original Message-
From: Rich Wild [mailto:[EMAIL PROTECTED]]
Sent: 21 January 2003 15:56
To: '[EMAIL PROTECTED]'
Subject: RE: [ cf-dev ] CFMX ASP compa
its the only one that will do the job properly
otherwise
there is a tag in the taggallery called somehting like
At 16:17 21/01/2003 +, you wrote:
Yep, I hear thats the best... but are there any other cheaper ones (not that
money is an option, as if its good we will get it!)
-Origina
http://www.cfcomet.com/pdf/
Duncan Cumming
IT Manager
http://www.alienationdesign.co.uk
mailto:[EMAIL PROTECTED]
Tel: 0141 575 9700
Fax: 0141 575 9600
Creative solutions in a technical world
--
Get your domain names online fr
Anyone got any hints/tips/best practices for querying/updating an MS Active Directory
via CF5?
TIA
Steve
--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail:
Yep, I hear thats the best... but are there any other cheaper ones (not that
money is an option, as if its good we will get it!)
-Original Message-
From: Matt Horn [mailto:[EMAIL PROTECTED]]
Sent: 21 January 2003 16:21
To: [EMAIL PROTECTED]
Subject: Re: [ cf-dev ] Free or good PDF solution
activePDF
http://www.activePdf.com
At 16:12 21/01/2003 +, you wrote:
Anyone got any links ideas/thoughts on a good ColdFusion/HTML to PDF tool
for inline PDF creation?
Neil
--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
To unsubscribe, e-mail: [EMAIL PROTECT
Anyone got any links ideas/thoughts on a good ColdFusion/HTML to PDF tool
for inline PDF creation?
Neil
--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail:
could you share it?
ta.
> -Original Message-
> From: Douglas Humphris [mailto:[EMAIL PROTECTED]]
> Sent: 21 January 2003 15:58
> To: [EMAIL PROTECTED]
> Subject: RE: [ cf-dev ] CFMX ASP comparison
>
>
> No worries I found something...
> D
>
> -Original Message-
> From: Douglas
No worries I found something...
D
-Original Message-
From: Douglas Humphris
Sent: 21 January 2003 15:05
To: [EMAIL PROTECTED]
Subject: [ cf-dev ] CFMX ASP comparison
Sorry I know this has been asked a dozen times, but I can't find the info in my
archives, does anyone have a good CFMX/A
Yeah, that's probably true for CFMX as the first time it's having to
compile it. Then maybe what's happening is that now it's compiled it is
running SO fast it comes up as 0!
Maybe! ;)
> -Original Message-
> From: Douglas Humphris [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 20, 2
Sorry I know this has been asked a dozen times, but I can't find the info in my
archives, does anyone have a good CFMX/ASP comparison document.
Thanks v much, Douglas
--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addition
yes!
Duncan Cumming
IT Manager
http://www.alienationdesign.co.uk
mailto:[EMAIL PROTECTED]
Tel: 0141 575 9700
Fax: 0141 575 9600
Creative solutions in a technical world
--
Get your domain names online from:
http://www.alienati
no i'm not sure!
it's just that when I set up a collection, it's after a physical drive, as
opposed to http: I suppose I could map a logical drive in?
Karl O'Sullivan
Senior Analyst Programmer
University Hospitals Coventry and Warwickshire NHS Trust
Tel: 024 7660 2020 x7578
[EMAIL PROTECTED]
>
you could use CFHTTP to grab documents off the intranet, store them
temporarily on the other server, prior to doing the indexing. although I
didn't think the documents had to reside on the same server as the CF
Server, you sure about this?
Duncan Cumming
IT Manager
http://www.alienationdesign.
Hello
We want to start using verity to index our documents. From what I've read,
it looks like the documents can only be indexed if they are on the same
server as CF. Is this correct? If not, do you know how I get verity to
index documents from another server on our intranet domain?
Thanks
Hi Hal,
I was looking also this morning to see in developer exchange if there were
any new Flash components to play with
http://www.macromedia.com/software/drk/ and find rather than as expected
free component extensions to the developr community, they are now getting
packed into a small bundle cos
Anyone wrapped this up as a udf ?
I've spent days looking for that bit of debug code only to find that the
class file needed deleting hrrr
Alex
-Original Message-
From: Justin MacCarthy [mailto:[EMAIL PROTECTED]]
Sent: 21 January 2003 12:28
To: [EMAIL PROTECTED]
Subject: RE: [ cf-dev ]
well this works fine in cfmx, so it must be something else thats the matter.
qTest = querynew("id");
for (i=1;i lte 5;i=i+1) {
queryaddrow(qTest);
querysetcell(qTest, "id", i);
}
writeoutput(qTest.id[3]);
> -Original Message-
> From: Giles Roadnight [mailto:[EMAIL PROTECTED]]
> Sent: 21
does this:
qry_findPropertyImages.uprn[1]
not work in MX? it is a query that returns 4 records and if I try to index
it by 1 or 4 I get a big lond javaish error the end or which says that it
cannot be indexed by 1 (or 4).
Thanks
Giles
--
** Archive: http://www.mail-archive.com/dev%40lists.cf
Actually Evaluate(De(str)) works fine .
Had a typo !!
Justin
> -Original Message-
> From: Justin MacCarthy [mailto:[EMAIL PROTECTED]]
> Sent: 21 January 2003 12:44
> To: Cfuk
> Subject: [ cf-dev ] Evaluation and static text etc.
>
>
> Hi
>
> I have a field in a db that can contain an
Hi
I have a field in a db that can contain any text including CFML expressions
eg
string (without quotes) should return
-
"Timeadded: #now()# Timeadded: {ts '2003-01-21 12:43:15'}
"some text" some test
"1
Actually the way I would do this is write a perl script that takes a list of
files from the website1 directory structure, and deletes the associated
class files
Here is how you can figure out what file is generated by you cf files (thank
to /charlie)
How C
best to let it lie..
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 21 January 2003 12:24
To: [EMAIL PROTECTED]
Subject: RE: [ cf-dev ] Collection object (cfc)
Sheesh, they're two completely separate things, Colm. How many books have
you bought that have a wo
Sheesh, they're two completely separate things, Colm. How many books have
you bought that have a workbook attached? Usually, publishers won't put
things like workbooks out because they won't sell enough, so we developers
keep getting the same books with an encyclopaedic scope but that don't dig
int
> Anyway, removing them shouldn't be a problem (and if it is, that's
short
> sighted on the development team's part, which it isn't).
That'd be me then ;-)
I take your point, but if websites 1, 2, 3, 4 and 5 between them all
have umpteen .cfm files in them and you want to delete just those class
Couple more into that pile would be
" Short Description
Teach Yourself Java 2nd Edition is a clear, user-friendly guide to
programming in Java 2, the language which powers the Internet. It teaches
the core skills necessary to produce coherent, maintainable code to enhance
web sites and build inter
> I have a form containing two radio buttons and under each button are
some
> related checkboxes. What I want to do is disable the checkboxes under
the
> unchecked radio button.
>
> Does anyone have a code snippet of some javascript that would do this.
I
> can't seem to find anything at javasc
> Oh, and can anyone recommend a good book that deals with the Java
> aspects of CFMX? I'm painfully conscious of knowing diddley-squat about
> what's under the hood.
>
>
> Thanks
>
> --
> Aidan Whitehall <[EMAIL PROTECTED]>
Here is a mail I sent to cf-talk, regarding Java in general and on speci
document.myForm.mycheckbox.disabled = true;
?
-Original Message-
From: Dave Phipps [mailto:[EMAIL PROTECTED]]
Sent: 21 January 2003 10:38
To: ColdFusion User group
Subject: [ cf-dev ] OT: Javascript- radio buttons and checkbox control
Hi,
I have a form containing two radio buttons and
Hi,
I have a form containing two radio buttons and under each button are some
related checkboxes. What I want to do is disable the checkboxes under the
unchecked radio button.
Does anyone have a code snippet of some javascript that would do this. I
can't seem to find anything at javascriptso
>> How did you deal with persistence?
Hate to plug Helms again since the auld scrooge charges an extra $10 for his
workbook after you pay for his book "Discovering cfc`s", or does that make
me one for compalining about it :) You'll have to consult his book for more
on it, but here is an intro. Per
> > I have deleted all of htose files on many occassions with no ill
> effects.
> > Server runs a bit slow afterwards as it needs to re-compile
> everything
> but
> > this doesn't last long.
>
> K, thanks.
AFAIK when a page is processed, it checks whether there is a class file for
that page (ass
> I have deleted all of htose files on many occassions with no ill
effects.
> Server runs a bit slow afterwards as it needs to re-compile everything
but
> this doesn't last long.
K, thanks.
--
Aidan Whitehall <[EMAIL PROTECTED]>
Macromedia ColdFusion Developer
Fairbanks Environmental Ltd +44 (
Did you upload the lite folder into the web directory where your form is
located?
At 16:05 1/20/2003 +0100, you wrote:
According to site obects you do.
cfmodule OR cf_custom tag it.
http://www.siteobjects.com/siteobjects/soeditor/lite/docs/cf/index.html
I have it working on windows but I upload
I have deleted all of htose files on many occassions with no ill effects.
Server runs a bit slow afterwards as it needs to re-compile everything but
this doesn't last long.
I always move stuff to another directory before deleteing just in case...
- Original Message -
From: "Aidan Whitehal
Currently, Bulletproof FTP server is at the top of my list. I wanted to see
if there was anything else out there worth trying. Thanks for all the
responses.
- Peter H.
-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED]]
Sent: 21 January 2003 09:26
To: '[EMAIL PR
Is it safe to delete all of the .class files in
\CFusionMX\wwwroot\WEB-INF\cfclasses?
We've deleted all but one file from a web site and search engines are
still requesting pages from it. I think it's this which is causing
errors in the ColdFusion application log, presumably because the class
file
I would recommend BulletProof FTP server - it is fantastic. It has all the
features you are asking for such as logging, IP blocking etc... very very
nice.
N
www.bpftp.com
-Original Message-
From: Giles Roadnight [mailto:[EMAIL PROTECTED]]
Sent: 21 January 2003 09:07
To: [EMAIL PROTECTE
> WarFTPd seems to be free as well. :-)
And also full of security holes by all accounts
Taz
--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROT
I tried to setup WarFTP a long while ago, and struggled to do so. Maybe I
was just being dense or something. Then tried GuildFTP which was very
straightforward by comparison (and is also free). It logs pretty much
everything. don't know how many concurrent processes it handles. gives
you plen
Well, I am told there's Serv-U (http://www.serv-u.com/), WarFTPd
(http://www.jgaa.com/index.php?menu=154) and GuildFTPd
(http://www.guildftpd.com/). I have never used any of those, so maybe you
wanna take a look at them.
WarFTPd seems to be free as well. :-)
Kiri
At 08:37 01/21/2003 +, yo
I use Guild FTP but I am not sure how much logging it does. They are
supposed to be releasing version 2 soon, I was told this a few months back
though.
Probably not good enough to handle 100+ connections though.
Giles
- Original Message -
From: "Peter Harrison" <[EMAIL PROTECTED]>
To: "
Hi all
Sorry for the slightly OT post.
What is your favourite FTP server software for a Windows platform in a
business environment? Key things I am looking for are: thorough logging,
stability, control, accountability, ability to handle 100+ concurrent FTP
sessions. IIS's FTP server does not log
47 matches
Mail list logo