Re: Using CreateObject with init correctly

2006-01-18 Thread Owner, Three Ravens Consulting
Here's the entire code snippet... On Wed, 18 Jan 2006 09:57:45 -0500 "Baz" <[EMAIL PROTECTED]> wrote: > Hi Richard, > > To init() on create you need to make sure that the >init() method returns THIS () In your >example it seems that you are returning VOID. > > Ch

Re: Using CreateObject with init correctly

2006-01-18 Thread Owner, Three Ravens Consulting
here's an example from some code I worked on using the jakarta apache Project's HSSp java classes: this is creating an object that creates an excel spreadshhet workbook... Eric On Wed, 18 Jan 2006 09:36:00 -0400 Richard East <[EMAIL PROTECTED]> wrote: > I have seen code where an object was

Re: BlueDragon vs. ColdFusion 6/7

2006-01-17 Thread Owner, Three Ravens Consulting
I have no expereince with Blue Dragon, but logically speaking, if CF has all the features that you want and need, and BD is lacking features, why go with the copyt when you can get the original at the same price? Eric On Tue, 17 Jan 2006 14:23:49 -0800 Aaron Roberson <[EMAIL PROTECTED]> wrot

Re: Import Datasources

2006-01-13 Thread Owner, Three Ravens Consulting
I beleive you have to set them up individually unfortuantely. Eric On Fri, 13 Jan 2006 12:07:57 -0500 "Orlini, Robert" <[EMAIL PROTECTED]> wrote: > I just installed CF MX 7 and want to import my >datasources from version 5. Is there a feature on MX 7 >where I can import the datasources or do

Re: Free third party DNS hosting from godaddy

2006-01-12 Thread Owner, Three Ravens Consulting
I use registerfly.com Eric On Thu, 12 Jan 2006 09:21:12 -0500 "Katz, Dov B \(IT\)" <[EMAIL PROTECTED]> wrote: > has anyone tried using the free DNS management from >godaddy? > > They apparently let you manage dns records of outside >domains without > transferring them there (just pointing th

Re: CF Blog Hosting

2006-01-12 Thread Owner, Three Ravens Consulting
Check out uplinkearth.com I have been with them a couple of years. I pay $105 for 3 months, which includes 3gig of space, MySQL db (you can also get SQL Server). They use CFMX7. Not sure if they support IMAP or not. Eric On Thu, 12 Jan 2006 07:59:53 -0600 Cutter <[EMAIL PROTECTED]> wrote

Re: Mail list archives

2006-01-12 Thread Owner, Three Ravens Consulting
I don;t know of any out of the box solutions, but you could just use CFPOP to store the emails in your DB and then you have an easy way to display them in an archive... Eric On Thu, 12 Jan 2006 12:24:17 - "Jennifer Gavin-Wear" <[EMAIL PROTECTED]> wrote: > I'm looking for an out of the bo

Re: CFSCRIPT Question

2006-01-02 Thread Owner, Three Ravens Consulting
I am not aware of any benefit other than personal preference... Eric On Mon, 2 Jan 2006 11:38:27 - "Andy McShane" <[EMAIL PROTECTED]> wrote: > I was under the impression that there was a performance >gain with cfscript, > is that not the case? Is there no benefit to using >cfscript? > >

Re: Tracking downloads of mp3 files

2006-01-02 Thread Owner, Three Ravens Consulting
Couldn't you also pull that from the server logs? Eric On Mon, 2 Jan 2006 05:42:50 -0800 Matt Robertson <[EMAIL PROTECTED]> wrote: > Use cfcontent to push the files to them. Then you can >work whatever > tracking code you want into the picture. > > http://mysecretbase.com/How_To_Display_Prot

Re: reading/writing MS Word

2005-12-29 Thread Owner, Three Ravens Consulting
r the set-up rather than >POI taking hours to > complete? > > Ade > > -----Original Message- >From: Owner, Three Ravens Consulting > [mailto:[EMAIL PROTECTED] > Sent: 29 December 2005 17:17 > To: CF-Talk > Subject: Re: reading/writing MS Word > &g

Re: cfx_pdf installation help

2005-12-29 Thread Owner, Three Ravens Consulting
You might have to unjar the file first. Iam not sure about java based tags, but that is something you have to do when adding classes... Eric On Thu, 29 Dec 2005 11:26:36 -0500 Matt Osbun <[EMAIL PROTECTED]> wrote: > I'm running into a frustrating problem with the cfx_pdf >tag. Easel2 > Sof

Re: reading/writing MS Word

2005-12-29 Thread Owner, Three Ravens Consulting
I tried using it for excel, but to was too processor intensive. I would try to create spreadsheets with 20k records and it would time out before completeing. Even if I set the application to run it's course, it would never complete...even housr later. It is a promising set of java classes,