RE: 7.0.2 Updater - tighter WSDL validation?

2006-07-01 Thread Andrew Stevens
Um, I was referring to the WSDL of a webservice... no CFC here :) The
webservice wasn't built in CF either.

I couldn't consume the webservice using CFMX7.0.2, so we saved the WSDL to
file and changed some of the tags as necessary.

Cool?

-Original Message-
From: Bryan Stevenson [mailto:[EMAIL PROTECTED] 
Sent: Saturday, 1 July 2006 5:46 AM
To: CF-Talk
Subject: Re: 7.0.2 Updater - tighter WSDL validation?

Andrew,

I'm not familiar with INPUT tags being part of the CFC set of tags...can you

enlighten me?

TIA

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]
web: www.electricedgesystems.com 




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245198
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


ImageCFC Help

2006-07-01 Thread B V
I am trying to use ImageCFC, and I don't get how to use it. I am trying
to get the info on a particular image, and I have tried doing this:
cfinvoke component=cfcs.image returnvariable=myimg
method=getImageInfo
cfinvokeargument name=objImage value=myimage
cfinvokeargument name=inputFile value=/vservers/dir/htdocs/img/ph.jpg
/cfinvoke
cfdump var=#retVal#
Am I calling this component right, or do I do somethign else, and is it
possible that somethign else needs to be installed? Thanks for your help and
time.


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245199
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ImageCFC Help

2006-07-01 Thread Rick Root
B V wrote:
 I am trying to use ImageCFC, and I don't get how to use it. I am trying
 to get the info on a particular image, and I have tried doing this:
 cfinvoke component=cfcs.image returnvariable=myimg
 method=getImageInfo
 cfinvokeargument name=objImage value=myimage
 cfinvokeargument name=inputFile value=/vservers/dir/htdocs/img/ph.jpg
 /cfinvoke
 cfdump var=#retVal#
 Am I calling this component right, or do I do somethign else, and is it
 possible that somethign else needs to be installed? Thanks for your help and
 time.
 

No, you're not instantianting it right.

Hi, there should be plenty of example code in the distribution.

The example page has code on how to use it.  Lots of examples.

http://www.opensourcecf.com/imagecfc/example.cfm

Rick


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245200
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ImageCFC Help

2006-07-01 Thread B V
Ok, I have followed the example, and this is my new code:
cfset imagecfc = createObject(component,image)
cfset results2 = imageCFC.scaleX(, /vservers/dir/htdocs/img/ph.jpg,
/vservers/interech/htdocs/img/ph.jpg, 400)
However, that hasn't worked either. Am I supposed to invoke a CFC or install
something on the server also? (I have already put image.cfc in my cfc dir)

On 7/1/06, Rick Root [EMAIL PROTECTED] wrote:

 B V wrote:
  I am trying to use ImageCFC, and I don't get how to use it. I am
 trying
  to get the info on a particular image, and I have tried doing this:
  cfinvoke component=cfcs.image returnvariable=myimg
  method=getImageInfo
  cfinvokeargument name=objImage value=myimage
  cfinvokeargument name=inputFile
 value=/vservers/dir/htdocs/img/ph.jpg
  /cfinvoke
  cfdump var=#retVal#
  Am I calling this component right, or do I do somethign else, and is it
  possible that somethign else needs to be installed? Thanks for your help
 and
  time.
 

 No, you're not instantianting it right.

 Hi, there should be plenty of example code in the distribution.

 The example page has code on how to use it.  Lots of examples.

 http://www.opensourcecf.com/imagecfc/example.cfm

 Rick


 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245201
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ImageCFC Help

2006-07-01 Thread James Holmes
Can you post the specific error message?

On 7/1/06, B V [EMAIL PROTECTED] wrote:
 Ok, I have followed the example, and this is my new code:
 cfset imagecfc = createObject(component,image)
 cfset results2 = imageCFC.scaleX(, /vservers/dir/htdocs/img/ph.jpg,
 /vservers/interech/htdocs/img/ph.jpg, 400)
 However, that hasn't worked either. Am I supposed to invoke a CFC or install
 something on the server also? (I have already put image.cfc in my cfc dir)

-- 
CFAJAX docs and other useful articles:
http://jr-holmes.coldfusionjournal.com/

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245202
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ImageCFC Help

2006-07-01 Thread B V
That's partly the problem; There is NO error message I thought maybe it
could be paths, but I checked paths and set the dir to 777 file permissions
(I'm on LNX)

On 7/1/06, James Holmes [EMAIL PROTECTED] wrote:

 Can you post the specific error message?

 On 7/1/06, B V [EMAIL PROTECTED] wrote:
  Ok, I have followed the example, and this is my new code:
  cfset imagecfc = createObject(component,image)
  cfset results2 = imageCFC.scaleX(, /vservers/dir/htdocs/img/ph.jpg,
  /vservers/interech/htdocs/img/ph.jpg, 400)
  However, that hasn't worked either. Am I supposed to invoke a CFC or
 install
  something on the server also? (I have already put image.cfc in my cfc
 dir)

 --
 CFAJAX docs and other useful articles:
 http://jr-holmes.coldfusionjournal.com/

 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245203
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ImageCFC Help

2006-07-01 Thread James Holmes
OK, so what (doesn't) happen(s)?

On 7/1/06, B V [EMAIL PROTECTED] wrote:
 That's partly the problem; There is NO error message I thought maybe it
 could be paths, but I checked paths and set the dir to 777 file permissions
 (I'm on LNX)

 On 7/1/06, James Holmes [EMAIL PROTECTED] wrote:
 
  Can you post the specific error message?
 
  On 7/1/06, B V [EMAIL PROTECTED] wrote:
   Ok, I have followed the example, and this is my new code:
   cfset imagecfc = createObject(component,image)
   cfset results2 = imageCFC.scaleX(, /vservers/dir/htdocs/img/ph.jpg,
   /vservers/interech/htdocs/img/ph.jpg, 400)
   However, that hasn't worked either. Am I supposed to invoke a CFC or
  install
   something on the server also? (I have already put image.cfc in my cfc
  dir)
 
  --
  CFAJAX docs and other useful articles:
  http://jr-holmes.coldfusionjournal.com/
 
 

 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245204
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ImageCFC Help

2006-07-01 Thread Brian Rinaldi
I have a walk-through of how to use imageCFC functionality on my site at
http://www.remotesynthesis.com/blog/index.cfm/2006/4/3/Image-Manipulation-with-OpenSource-Imagecfc

It gives simple examples of crop, scale, resize, etc. Hope that helps.

- Brian Rinaldi
blog - http://www.remotesynthesis.com/blog
CF Open Source List - http://www.remotesynthesis.com/cfopensourcelist
Boston CFUG - http://www.bostoncfug.org

On 7/1/06, James Holmes [EMAIL PROTECTED] wrote:

 OK, so what (doesn't) happen(s)?

 On 7/1/06, B V [EMAIL PROTECTED] wrote:
  That's partly the problem; There is NO error message I thought maybe
 it
  could be paths, but I checked paths and set the dir to 777 file
 permissions
  (I'm on LNX)
 
  On 7/1/06, James Holmes [EMAIL PROTECTED] wrote:
  
   Can you post the specific error message?
  
   On 7/1/06, B V [EMAIL PROTECTED] wrote:
Ok, I have followed the example, and this is my new code:
cfset imagecfc = createObject(component,image)
cfset results2 = imageCFC.scaleX(,
 /vservers/dir/htdocs/img/ph.jpg,
/vservers/interech/htdocs/img/ph.jpg, 400)
However, that hasn't worked either. Am I supposed to invoke a CFC or
   install
something on the server also? (I have already put image.cfc in my
 cfc
   dir)
  
   --
   CFAJAX docs and other useful articles:
   http://jr-holmes.coldfusionjournal.com/
  
  
 
 

 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245205
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ImageCFC Help

2006-07-01 Thread B V
Ok, this really clears thigns up, however I just have two questions:
1). Is some special installation required to access the methods of the
component liek shown
2). Do you have to call the component (cfinvoke), or can you just call it by
cfset imageCFC = createObject(component,com.image) /, and also is
com.image predefined?

On 7/1/06, James Holmes [EMAIL PROTECTED] wrote:

 OK, so what (doesn't) happen(s)?

 On 7/1/06, B V [EMAIL PROTECTED] wrote:
  That's partly the problem; There is NO error message I thought maybe
 it
  could be paths, but I checked paths and set the dir to 777 file
 permissions
  (I'm on LNX)
 
  On 7/1/06, James Holmes [EMAIL PROTECTED] wrote:
  
   Can you post the specific error message?
  
   On 7/1/06, B V [EMAIL PROTECTED] wrote:
Ok, I have followed the example, and this is my new code:
cfset imagecfc = createObject(component,image)
cfset results2 = imageCFC.scaleX(,
 /vservers/dir/htdocs/img/ph.jpg,
/vservers/interech/htdocs/img/ph.jpg, 400)
However, that hasn't worked either. Am I supposed to invoke a CFC or
   install
something on the server also? (I have already put image.cfc in my
 cfc
   dir)
  
   --
   CFAJAX docs and other useful articles:
   http://jr-holmes.coldfusionjournal.com/
  
  
 
 

 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245206
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Good blog post on the frameworks debate

2006-07-01 Thread Claude Schneegans
 why set up a company with a home grown framework that you may or may 
not be there to teach your succesor how to use.

There are plenty of good reasons:
- any framework already developed and in the public domain may be far 
too general
and may include many feature your own project won't need;
- your own project may require some very specific needs that are not 
taken care by the
  framework, so you have to add it anyway.

For me, the first point is a major point. You waist more time horsing 
around with things you
don't need that the time you save using the framework.

-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245207
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Framework suggestions

2006-07-01 Thread Brian Rinaldi
Russ,

FarCry CMS is a full enterprise content management system. It is not
actually a framework at all and would bear no resemblance to Model-Glue,
FuseBox or Mach II. FarCry does include a means of extending the base CMS
functionality and this requires the use of built in extensions. You can also
extend FarCry with custom code I believe, and you could use whatever
framework for that, but this would exist outside the core of FarCry if I am
correct. In the end, FarCry is very extensible, but there is a bit of a
learning curve, and modifying the core code would require quite a bit of
experience in my opinion (and cuts you out of any upgrades in the future -
at least without a major headache)

Galleon and BlogCFC do not use a prebuilt framework, and would exist outside
whatever framework you choose unless you decided to rewrite them to fit
within one of the frameworks.

Personally, I have been using Model-Glue 1.1. It looks intimidating before
you use it, but once you do for actually start, you quickly realize it is
very straightforward. My suggestion is not to download all the frameworks
and try it unless you have gobs of free time. Read about them, perhaps
browse through the tutorials (documentation is the key in the end) and then
choose one and have at it. This doesn't mean you are married to it forever,
and truly, part of the point is that if you build it correctly with one
framework, swapping in another is pretty easy (at least this is the case
with the big 3 frameworks).

- Brian Rinaldi
blog - http://www.remotesynthesis.com/blog
CF Open Source List - http://www.remotesynthesis.com/cfopensourcelist
Boston CFUG - http://www.bostoncfug.org

On 6/30/06, James Holmes [EMAIL PROTECTED] wrote:

 The session issue can be overcome for the most part with a hardware
 load balancer that provides sticky sessions.

 On 7/1/06, Russ [EMAIL PROTECTED] wrote:

  Does anyone have any thoughs?  Whatever products we pick would need to
 be
  integrated with session replication so that they could be load balanced
  through several servers.  As far as I remember, ColdFusion 7 doesn't
  session-replicate cfc's yet, so any products that use session cfc's
 would
  probably have that part rewritten, so I would rather avoid them if
 possible.

 --
 CFAJAX docs and other useful articles:
 http://jr-holmes.coldfusionjournal.com/

 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245208
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ImageCFC Help

2006-07-01 Thread Brian Rinaldi
You do not need any special install, that is the great thing about imageCFC
or Alagad image component (which isn't free but is quite good). Lastly,
com.image is just the file location of imageCFC from the root of my site
(/com/image.cfc). You can change this to whatever directory you have
imageCFC in.

- Brian Rinaldi
blog - http://www.remotesynthesis.com/blog
CF Open Source List - http://www.remotesynthesis.com/cfopensourcelist
Boston CFUG - http://www.bostoncfug.org

On 7/1/06, B V [EMAIL PROTECTED] wrote:

 Ok, this really clears thigns up, however I just have two questions:
 1). Is some special installation required to access the methods of the
 component liek shown
 2). Do you have to call the component (cfinvoke), or can you just call it
 by
 cfset imageCFC = createObject(component,com.image) /, and also is
 com.image predefined?

 On 7/1/06, James Holmes [EMAIL PROTECTED] wrote:
 
  OK, so what (doesn't) happen(s)?
 
  On 7/1/06, B V [EMAIL PROTECTED] wrote:
   That's partly the problem; There is NO error message I thought
 maybe
  it
   could be paths, but I checked paths and set the dir to 777 file
  permissions
   (I'm on LNX)
  
   On 7/1/06, James Holmes [EMAIL PROTECTED] wrote:
   
Can you post the specific error message?
   
On 7/1/06, B V [EMAIL PROTECTED] wrote:
 Ok, I have followed the example, and this is my new code:
 cfset imagecfc = createObject(component,image)
 cfset results2 = imageCFC.scaleX(,
  /vservers/dir/htdocs/img/ph.jpg,
 /vservers/interech/htdocs/img/ph.jpg, 400)
 However, that hasn't worked either. Am I supposed to invoke a CFC
 or
install
 something on the server also? (I have already put image.cfc in my
  cfc
dir)
   
--
CFAJAX docs and other useful articles:
http://jr-holmes.coldfusionjournal.com/
   
   
  
  
 
 

 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245209
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


cfsearch help

2006-07-01 Thread John Lucania
I have cfsearch for Word documents in a directory, but it is not
returning the results as I expect.

cfsearch
name = GetResults
 collection = MyFormSearch
 criteria = #LCase(Form.Criteria)#
 StartRow = #Form.StartRow#
 maxRows = #Evaluate(Form.MaxRows + 1)#
 title=Title


The document titles are at the top (usually with one row, or with two
rows if the title is long) of the document (all Word documents), but
cfsearch doesn't pull out some of document titles.   If possible with
cfsearch, I want to show a few lines of the Word contents like Google
search.

Are there cfsearch examples I can use out there?

TIA,

JL

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245210
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: JS Pop-up Window problems...

2006-07-01 Thread Claude Schneegans
 In Firefox, they're claiming one particular pop-up window doesn't
open--even though they our domain configured to allow pop-ups.

Whenever I can, I set a call to focus() in the popup onLoad, because if 
the window
is already open and hidden by other windows, the user, including myself, 
may have
the feeling that the popup does not open.

-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245211
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ImageCFC Help

2006-07-01 Thread James Holmes
1) It depends on your system. If you have a grahics card all should be
well. If you are on a headless Linux system, some work may be required
but you should be getting an error if this were the issue.

2) You can use the createObject() call. If image.cfc is in the same
folder as your file or in the web root (or in the root of the /
mapping) CF will find it if you use createObject(component,image).
If you are going to use a com directory, the CFC must be either in the
/com folder off the webroot or it must be in a folder mapped to /com.
Eitehr way, You;d get an error if it were not working.

Hence my question; what is or is not happeneing to make you say there
is an error? Do you just not get an output image?

On 7/1/06, B V [EMAIL PROTECTED] wrote:
 Ok, this really clears thigns up, however I just have two questions:
 1). Is some special installation required to access the methods of the
 component liek shown
 2). Do you have to call the component (cfinvoke), or can you just call it by
 cfset imageCFC = createObject(component,com.image) /, and also is
 com.image predefined?


-- 
CFAJAX docs and other useful articles:
http://jr-holmes.coldfusionjournal.com/

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245212
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ImageCFC Help

2006-07-01 Thread B V
To everyone that heleped, Brian, James and Rick, Thanks for your help. It is
now working, and now I don't ahve to post to a PHP ImageMagick script :).
That's interesting: I didn't know you could call a component by useing
cfset var = createObject() etc. It's amazing how quickly I got a response;
it's amazing that within 15 minutes I got a response from Rick, the creator.
I've never seen forums like Houseoffusion so quick;

On 7/1/06, B V [EMAIL PROTECTED] wrote:

 Ok, this really clears thigns up, however I just have two questions:
 1). Is some special installation required to access the methods of the
 component liek shown
 2). Do you have to call the component (cfinvoke), or can you just call it
 by cfset imageCFC = createObject(component,com.image) /, and also is
 com.image predefined?

 On 7/1/06, James Holmes [EMAIL PROTECTED] wrote:
 
  OK, so what (doesn't) happen(s)?
 
  On 7/1/06, B V [EMAIL PROTECTED] wrote:
   That's partly the problem; There is NO error message I thought
  maybe it
   could be paths, but I checked paths and set the dir to 777 file
  permissions
   (I'm on LNX)
  
   On 7/1/06, James Holmes [EMAIL PROTECTED] wrote:
   
Can you post the specific error message?
   
On 7/1/06, B V [EMAIL PROTECTED] wrote:
 Ok, I have followed the example, and this is my new code:
 cfset imagecfc = createObject(component,image)
 cfset results2 = imageCFC.scaleX(,
  /vservers/dir/htdocs/img/ph.jpg,
 /vservers/interech/htdocs/img/ph.jpg, 400)
 However, that hasn't worked either. Am I supposed to invoke a CFC
  or
install
 something on the server also? (I have already put image.cfc in my
  cfc
dir)
   
--
CFAJAX docs and other useful articles:
http://jr-holmes.coldfusionjournal.com/
   
   
  
  
 
  

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245213
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ImageCFC Help

2006-07-01 Thread James Holmes
You should try getting these packages working with a headless Solaris
system via a virtual XServer. It took us ages to find something that
worked.

On 7/1/06, Brian Rinaldi [EMAIL PROTECTED] wrote:
 You do not need any special install, that is the great thing about imageCFC
 or Alagad image component (which isn't free but is quite good). Lastly,
 com.image is just the file location of imageCFC from the root of my site
 (/com/image.cfc). You can change this to whatever directory you have
 imageCFC in.

 - Brian Rinaldi
 blog - http://www.remotesynthesis.com/blog
 CF Open Source List - http://www.remotesynthesis.com/cfopensourcelist
 Boston CFUG - http://www.bostoncfug.org

 On 7/1/06, B V [EMAIL PROTECTED] wrote:
 
  Ok, this really clears thigns up, however I just have two questions:
  1). Is some special installation required to access the methods of the
  component liek shown
  2). Do you have to call the component (cfinvoke), or can you just call it
  by
  cfset imageCFC = createObject(component,com.image) /, and also is
  com.image predefined?
 
  On 7/1/06, James Holmes [EMAIL PROTECTED] wrote:
  
   OK, so what (doesn't) happen(s)?
  
   On 7/1/06, B V [EMAIL PROTECTED] wrote:
That's partly the problem; There is NO error message I thought
  maybe
   it
could be paths, but I checked paths and set the dir to 777 file
   permissions
(I'm on LNX)
   
On 7/1/06, James Holmes [EMAIL PROTECTED] wrote:

 Can you post the specific error message?

 On 7/1/06, B V [EMAIL PROTECTED] wrote:
  Ok, I have followed the example, and this is my new code:
  cfset imagecfc = createObject(component,image)
  cfset results2 = imageCFC.scaleX(,
   /vservers/dir/htdocs/img/ph.jpg,
  /vservers/interech/htdocs/img/ph.jpg, 400)
  However, that hasn't worked either. Am I supposed to invoke a CFC
  or
 install
  something on the server also? (I have already put image.cfc in my
   cfc
 dir)

 --
 CFAJAX docs and other useful articles:
 http://jr-holmes.coldfusionjournal.com/


   
   
  
  
 
 

 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245214
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ImageCFC Help

2006-07-01 Thread Matt Williams
'com.image' implies that the image.cfc component is in a directory named
'com'.

To do the simplest test, put the image.cfc in the same directory as the .cfm
file you are using.
Then to invoke the object:
cfset imageCFC = createObject(component,image) /

If you have image.cfc in a directory called 'CFC' that is in the same
directory as your .cfm file, then do...
cfset imageCFC = createObject(component,cfc.image) /

If you want to put components in another directory, you can add a mapping in
the CF Administrator.


On 7/1/06, B V [EMAIL PROTECTED] wrote:

 Ok, this really clears thigns up, however I just have two questions:
 1). Is some special installation required to access the methods of the
 component liek shown
 2). Do you have to call the component (cfinvoke), or can you just call it
 by
 cfset imageCFC = createObject(component,com.image) /, and also is
 com.image predefined?

 On 7/1/06, James Holmes [EMAIL PROTECTED] wrote:
 
  OK, so what (doesn't) happen(s)?
 
  On 7/1/06, B V [EMAIL PROTECTED] wrote:
   That's partly the problem; There is NO error message I thought
 maybe
  it
   could be paths, but I checked paths and set the dir to 777 file
  permissions
   (I'm on LNX)
  
   On 7/1/06, James Holmes [EMAIL PROTECTED] wrote:
   
Can you post the specific error message?
   
On 7/1/06, B V [EMAIL PROTECTED] wrote:
 Ok, I have followed the example, and this is my new code:
 cfset imagecfc = createObject(component,image)
 cfset results2 = imageCFC.scaleX(,
  /vservers/dir/htdocs/img/ph.jpg,
 /vservers/interech/htdocs/img/ph.jpg, 400)
 However, that hasn't worked either. Am I supposed to invoke a CFC
 or
install
 something on the server also? (I have already put image.cfc in my
  cfc
dir)
   
--
CFAJAX docs and other useful articles:
http://jr-holmes.coldfusionjournal.com/
   
   
  
  
 
 

 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245215
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Framework suggestions

2006-07-01 Thread Russ
Unfortunatelly it won't provide failover.  From what I heard at CFUN today,
session replication doesn't work very well in CFMX 7.  Should I be looking
at bluedragon or maybe running cf on top of another JRUN Server such as
Tomcat?

Russ

 -Original Message-
 From: James Holmes [mailto:[EMAIL PROTECTED]
 Sent: Friday, June 30, 2006 8:45 PM
 To: CF-Talk
 Subject: Re: Framework suggestions
 
 The session issue can be overcome for the most part with a hardware
 load balancer that provides sticky sessions.
 
 On 7/1/06, Russ [EMAIL PROTECTED] wrote:
 
  Does anyone have any thoughs?  Whatever products we pick would need to
 be
  integrated with session replication so that they could be load balanced
  through several servers.  As far as I remember, ColdFusion 7 doesn't
  session-replicate cfc's yet, so any products that use session cfc's
 would
  probably have that part rewritten, so I would rather avoid them if
 possible.
 
 --
 CFAJAX docs and other useful articles:
 http://jr-holmes.coldfusionjournal.com/
 
 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245216
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


OT: How do Phishermen send an email from a legitimate domain?

2006-07-01 Thread Rick Faircloth
Good morning, all.

I, like many others, get phishing emails frequently, and can catch the
spoof simply by looking at the hyperlinks of addresses.such as
[EMAIL PROTECTED], which going to [EMAIL PROTECTED],
but my question is:

How can a phishing email be sent from [EMAIL PROTECTED] ?  How can
the PayPal.com domain be used if their email servers are set up correctly?

I ask because I get phishing email sent to me using my own domain
frequently,
but I assume I haven't got everything set up perfectly, nor do I know how.
It's
not too bad to live with at this point.  I just wonder how that can do that
with
PayPal's domain, as well.

Rick



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245217
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: How do Phishermen send an email from a legitimate domain?

2006-07-01 Thread James Holmes
Mail servers don't enfore the from address. Anyone can send mail from
their own server with any address. You need to dig around in the mail
headers to see that the sending server's IP wasn't part of that
domain.

On 7/1/06, Rick Faircloth [EMAIL PROTECTED] wrote:
 Good morning, all.

 I, like many others, get phishing emails frequently, and can catch the
 spoof simply by looking at the hyperlinks of addresses.such as
 [EMAIL PROTECTED], which going to [EMAIL PROTECTED],
 but my question is:

 How can a phishing email be sent from [EMAIL PROTECTED] ?  How can
 the PayPal.com domain be used if their email servers are set up correctly?

 I ask because I get phishing email sent to me using my own domain
 frequently,
 but I assume I haven't got everything set up perfectly, nor do I know how.
 It's
 not too bad to live with at this point.  I just wonder how that can do that
 with
 PayPal's domain, as well.

 Rick



 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245218
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: How do Phishermen send an email from a legitimate domain?

2006-07-01 Thread James Holmes
That should be enforce of course

On 7/1/06, James Holmes [EMAIL PROTECTED] wrote:
 Mail servers don't *enfore* the from address.

-- 
CFAJAX docs and other useful articles:
http://jr-holmes.coldfusionjournal.com/

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245219
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


How to set up anonymous account (anonymous even to me)?

2006-07-01 Thread Rick Faircloth
I'd like to set up an online financial service, but would like to keep
people's financial information private (behind a password, etc), but
would also like to setup the database (MySQL) and the website (if
necessary) so that even I can't tell whose financial data is whose,
even if I go straight to the database?

Is this possible?

If so, would this sort of thing depend on CF or MySQL or both?

Rick



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245220
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: OT: How do Phishermen send an email from a legitimate domain?

2006-07-01 Thread Rick Faircloth
That's pretty amazing that it can be done.  I never realized that.
Does dealing with (stopping) this sort of thing depend on the IP rather
than the domain name?  And can't the domain name simply be related to
an IP?

I *assume* that if PayPal can't stop it, I can't either and will just have
to live with it.

Rick


-Original Message-
From: James Holmes [mailto:[EMAIL PROTECTED] 
Sent: Saturday, July 01, 2006 11:30 AM
To: CF-Talk
Subject: Re: OT: How do Phishermen send an email from a legitimate domain?

That should be enforce of course

On 7/1/06, James Holmes [EMAIL PROTECTED] wrote:
 Mail servers don't *enfore* the from address.

-- 
CFAJAX docs and other useful articles:
http://jr-holmes.coldfusionjournal.com/



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245221
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Framework suggestions

2006-07-01 Thread Snake
It is jrun that is the problem, so running CFMX on a J2EE server that has
better session replication would solve your problem.
It also does work properly on blueDragon.

Snake 

-Original Message-
From: Russ [mailto:[EMAIL PROTECTED] 
Sent: 01 July 2006 16:20
To: CF-Talk
Subject: RE: Framework suggestions

Unfortunatelly it won't provide failover.  From what I heard at CFUN today,
session replication doesn't work very well in CFMX 7.  Should I be looking
at bluedragon or maybe running cf on top of another JRUN Server such as
Tomcat?

Russ

 -Original Message-
 From: James Holmes [mailto:[EMAIL PROTECTED]
 Sent: Friday, June 30, 2006 8:45 PM
 To: CF-Talk
 Subject: Re: Framework suggestions
 
 The session issue can be overcome for the most part with a hardware 
 load balancer that provides sticky sessions.
 
 On 7/1/06, Russ [EMAIL PROTECTED] wrote:
 
  Does anyone have any thoughs?  Whatever products we pick would need 
  to
 be
  integrated with session replication so that they could be load 
  balanced through several servers.  As far as I remember, ColdFusion 
  7 doesn't session-replicate cfc's yet, so any products that use 
  session cfc's
 would
  probably have that part rewritten, so I would rather avoid them if
 possible.
 
 --
 CFAJAX docs and other useful articles:
 http://jr-holmes.coldfusionjournal.com/
 
 



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245222
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: How do Phishermen send an email from a legitimate domain?

2006-07-01 Thread Snake
Open outlook, goto tools - email accounts
Select one of your email accounts to edit.
Change the from address to [EMAIL PROTECTED]

Or create a CFM page to send an email.
Set the from address as [EMAIL PROTECTED]

There you go.

The from address you send an email from can be anything you like, this has
nothing to do with the mail server, which only validates the acocunt you are
logging into to send the email.

Snake


-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED] 
Sent: 01 July 2006 16:18
To: CF-Talk
Subject: OT: How do Phishermen send an email from a legitimate domain?

Good morning, all.

I, like many others, get phishing emails frequently, and can catch the spoof
simply by looking at the hyperlinks of addresses.such as [EMAIL PROTECTED],
which going to [EMAIL PROTECTED], but my question is:

How can a phishing email be sent from [EMAIL PROTECTED] ?  How can the
PayPal.com domain be used if their email servers are set up correctly?

I ask because I get phishing email sent to me using my own domain
frequently, but I assume I haven't got everything set up perfectly, nor do I
know how.
It's
not too bad to live with at this point.  I just wonder how that can do that
with PayPal's domain, as well.

Rick





~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245223
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: How to set up anonymous account (anonymous even to me)?

2006-07-01 Thread Snake
In order to do that, you would need to have no link between the financial
data table and the user table, which means even the user would never be able
to view their data as it would not belong to anyone. So it would be pretty
pointless.



-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED] 
Sent: 01 July 2006 16:35
To: CF-Talk
Subject: How to set up anonymous account (anonymous even to me)?

I'd like to set up an online financial service, but would like to keep
people's financial information private (behind a password, etc), but would
also like to setup the database (MySQL) and the website (if
necessary) so that even I can't tell whose financial data is whose, even if
I go straight to the database?

Is this possible?

If so, would this sort of thing depend on CF or MySQL or both?

Rick





~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245224
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: How to set up anonymous account (anonymous even to me)?

2006-07-01 Thread Rick Faircloth
That's what I was afraid of...what about a type of encryption
of the data that prevents me from viewing it?



-Original Message-
From: Snake [mailto:[EMAIL PROTECTED] 
Sent: Saturday, July 01, 2006 12:16 PM
To: CF-Talk
Subject: RE: How to set up anonymous account (anonymous even to me)?

In order to do that, you would need to have no link between the financial
data table and the user table, which means even the user would never be able
to view their data as it would not belong to anyone. So it would be pretty
pointless.



-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED]
Sent: 01 July 2006 16:35
To: CF-Talk
Subject: How to set up anonymous account (anonymous even to me)?

I'd like to set up an online financial service, but would like to keep
people's financial information private (behind a password, etc), but would
also like to setup the database (MySQL) and the website (if
necessary) so that even I can't tell whose financial data is whose, even if
I go straight to the database?

Is this possible?

If so, would this sort of thing depend on CF or MySQL or both?

Rick







~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245225
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: How do Phishermen send an email from a legitimate domain?

2006-07-01 Thread Rick Faircloth
So, I guess, in the end, there is no way to prevent email from being
sent from my own domain...



-Original Message-
From: Snake [mailto:[EMAIL PROTECTED] 
Sent: Saturday, July 01, 2006 12:13 PM
To: CF-Talk
Subject: RE: How do Phishermen send an email from a legitimate domain?

Open outlook, goto tools - email accounts Select one of your email accounts
to edit.
Change the from address to [EMAIL PROTECTED]

Or create a CFM page to send an email.
Set the from address as [EMAIL PROTECTED]

There you go.

The from address you send an email from can be anything you like, this has
nothing to do with the mail server, which only validates the acocunt you are
logging into to send the email.

Snake


-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED]
Sent: 01 July 2006 16:18
To: CF-Talk
Subject: OT: How do Phishermen send an email from a legitimate domain?

Good morning, all.

I, like many others, get phishing emails frequently, and can catch the spoof
simply by looking at the hyperlinks of addresses.such as [EMAIL PROTECTED],
which going to [EMAIL PROTECTED], but my question is:

How can a phishing email be sent from [EMAIL PROTECTED] ?  How can the
PayPal.com domain be used if their email servers are set up correctly?

I ask because I get phishing email sent to me using my own domain
frequently, but I assume I haven't got everything set up perfectly, nor do I
know how.
It's
not too bad to live with at this point.  I just wonder how that can do that
with PayPal's domain, as well.

Rick







~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245226
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: For me a seismic shift in browsers

2006-07-01 Thread Eric Roberts
I would say you have an upsurge in bot and spider traffic and maybe a few
more firefox hits. If you look at IE and the bots/spiders as a group, and
lower the firefox hits to about 5 %...your results are not much different
than mine.  How does each category compare to previous months?

Eric  

-Original Message-
From: Mike Kear [mailto:[EMAIL PROTECTED] 
Sent: Saturday, 01 July 2006 00:03
To: CF-Talk
Subject: For me a seismic shift in browsers

I know that everyone's audience is slightly different, and my own experience
is no more than my own experience - doesnt necessarily reflect the internet
population as a whole but i was looking at the site stats on my two
highest-traffic sites today and saw that for the first time i can ever
recall, IE doesnt account for the vast majority of traffic.

Until now, on those two sites, IE has accounted for at least 2/3 to
3/4 of the traffic.   For so long, IE's percentage was in the 90s.
Now today, i see the last 30 days shows as follows:

IE:  52.5%
Bots,Spiders   28.3%
Firefox:11.2%
Safari3.2%
Unknown:  3.1%
All  the rest:   1.7%


Now I know that these figures only represent my own audience,  and IE is
still the most used browser by quite  a long chalk, but it does signify a
shift of quite large proportions in my traffic.

Had I not taken a decision a couple of  years ago to design for standards
first, then to adjust for IE later, i'd be scrambling now to redo a lot of
my sites.

In fact my site with the oldest design, the last done before i started to
build with standards has the lowest percentage of non-IE traffic.
It looks crap in Firefox, because it was never designed with standards in
mind.  And I think it indicates that poor design for that browser has
resulted in my  driving away traffic.

So now the pressure is on to redesign it using XHTML and CSS to strict
standards so it looks good in the full range of browsers.

No longer can I say well the vast majority of the users have IE and
the rest are basically insignificant.And i suspect the same is
true for a great many web sites owners.
--
Cheers
Mike Kear
Windsor, NSW, Australia
Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245227
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Framework suggestions

2006-07-01 Thread Russ
So what about Tomcat?  Is it a supported configuration for cfmx?

 -Original Message-
 From: Snake [mailto:[EMAIL PROTECTED]
 Sent: Saturday, July 01, 2006 12:10 PM
 To: CF-Talk
 Subject: RE: Framework suggestions
 
 It is jrun that is the problem, so running CFMX on a J2EE server that has
 better session replication would solve your problem.
 It also does work properly on blueDragon.
 
 Snake
 
 -Original Message-
 From: Russ [mailto:[EMAIL PROTECTED]
 Sent: 01 July 2006 16:20
 To: CF-Talk
 Subject: RE: Framework suggestions
 
 Unfortunatelly it won't provide failover.  From what I heard at CFUN
 today,
 session replication doesn't work very well in CFMX 7.  Should I be looking
 at bluedragon or maybe running cf on top of another JRUN Server such as
 Tomcat?
 
 Russ
 
  -Original Message-
  From: James Holmes [mailto:[EMAIL PROTECTED]
  Sent: Friday, June 30, 2006 8:45 PM
  To: CF-Talk
  Subject: Re: Framework suggestions
 
  The session issue can be overcome for the most part with a hardware
  load balancer that provides sticky sessions.
 
  On 7/1/06, Russ [EMAIL PROTECTED] wrote:
 
   Does anyone have any thoughs?  Whatever products we pick would need
   to
  be
   integrated with session replication so that they could be load
   balanced through several servers.  As far as I remember, ColdFusion
   7 doesn't session-replicate cfc's yet, so any products that use
   session cfc's
  would
   probably have that part rewritten, so I would rather avoid them if
  possible.
 
  --
  CFAJAX docs and other useful articles:
  http://jr-holmes.coldfusionjournal.com/
 
 
 
 
 
 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245228
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: How to set up anonymous account (anonymous even to me)?

2006-07-01 Thread Alan Rother
If you set up the encryption, you would be able to decrypt it


The fact is... If you create these things you would be able to see them if
you really wanted to.


-- 
Alan Rother
Macromedia Certified Advanced ColdFusion MX 7 Developer


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245229
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: How to set up anonymous account (anonymous even to me)?

2006-07-01 Thread Rick Faircloth
That's what I figured...I guess any person allowing someone to handle
financial data online just has to trust the handling company...

Thanks for the feedback...

Rick


-Original Message-
From: Alan Rother [mailto:[EMAIL PROTECTED] 
Sent: Saturday, July 01, 2006 1:27 PM
To: CF-Talk
Subject: Re: How to set up anonymous account (anonymous even to me)?

If you set up the encryption, you would be able to decrypt it


The fact is... If you create these things you would be able to see them if
you really wanted to.


--
Alan Rother
Macromedia Certified Advanced ColdFusion MX 7 Developer




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245230
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Framework suggestions

2006-07-01 Thread Sandra Clark
FB5 Documentation can be found here:
http://www.fusebox.org/index.cfm?fuseaction=documentation.WhatsNewInFusebox5



Sandra Clark
==
http://www.shayna.com
Training in Cascading Style Sheets and Accessibility 
-Original Message-
From: Russ [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 30, 2006 2:52 PM
To: CF-Talk
Subject: RE: Framework suggestions

I'm pursuing all three options right now... I couldn't seem to find any
documentation for either Fusebox5 or MD:U.  Looks like MD:U is still in beta
and Fusebox 5 just got released at CFUN.  

Does anyone know how these 2 frameworks as well as Farcry work with session
replication?

Has anyone integrated blogCFC and/or galleon forums with either of the 3 and
would like to comment on how easy/hard it was?

Russ

 -Original Message-
 From: Damien McKenna [mailto:[EMAIL PROTECTED]
 Sent: Friday, June 30, 2006 2:39 PM
 To: CF-Talk
 Subject: Re: Framework suggestions
 
 On Jun 30, 2006, at 2:15 PM, Russ wrote:
  We are in need to build a fairly sophisticated system in a few months.
 
 Are you looking for a basic framework or a customizable application?
 If a framework then I'd have to say either Model-Glue:Unity or
 Fusebox5 and I'm tending towards MG:U myself.  If you want a 
 customizable application then you really need to download  install 
 FarCry to see how well it works for you, I've heard some horror 
 stories of it being complicated to enhance beyond basic content 
 management.
 
 --
 Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu 
 Company - http://www.thelimucompany.com/ - 407-804-1014 #include 
 stdjoke.h
 
 
 
 
 



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245231
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Framework suggestions

2006-07-01 Thread Nathan Strutz
Russ,

It's not CF that has problems with session replication. The problem comes
from the idea of session replication over the network. The whole idea is
flawed (though well suited for some, i'll admit, and there is no 100%
correct way to go).

Hardware-based load balancers will provide failover (even better than jrun),
though your session data will be lost. The trick is to make your session
data available (or recreatable) across the rest of your cluster based on
what small data you save in cookies.

Switching to another technology will not solve the problem. BlueDragon or
ASP.NET won't fix the issue for you (though their solutions will vary).
You'll still have to deal with these types of problems.

-nathan strutz
http://www.dopefly.com/

On 7/1/06, Russ [EMAIL PROTECTED] wrote:

 Unfortunatelly it won't provide failover.  From what I heard at CFUN
 today,
 session replication doesn't work very well in CFMX 7.  Should I be looking
 at bluedragon or maybe running cf on top of another JRUN Server such as
 Tomcat?

 Russ

  -Original Message-
  From: James Holmes [mailto:[EMAIL PROTECTED]
  Sent: Friday, June 30, 2006 8:45 PM
  To: CF-Talk
  Subject: Re: Framework suggestions
 
  The session issue can be overcome for the most part with a hardware
  load balancer that provides sticky sessions.
 
  On 7/1/06, Russ [EMAIL PROTECTED] wrote:
 
   Does anyone have any thoughs?  Whatever products we pick would need to
  be
   integrated with session replication so that they could be load
 balanced
   through several servers.  As far as I remember, ColdFusion 7 doesn't
   session-replicate cfc's yet, so any products that use session cfc's
  would
   probably have that part rewritten, so I would rather avoid them if
  possible.
 
  --
  CFAJAX docs and other useful articles:
  http://jr-holmes.coldfusionjournal.com/
 
 

 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245232
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Good blog post on the frameworks debate

2006-07-01 Thread Nathan Strutz
On 7/1/06, Claude Schneegans [EMAIL PROTECTED] wrote:

 There are plenty of good reasons:
 - any framework already developed and in the public domain may be far
 too general
 and may include many feature your own project won't need;



Features your project won't need? Not likely, as public frameworks tend to
be generalized enough to only include the base components. Still, I'm
interested to hear what you would consider a feature of FB, M2 or MG that a
project won't need.


- your own project may require some very specific needs that are not
 taken care by the
   framework, so you have to add it anyway.



This is why frameworks are open-source, and tend to be extensible. If you
can't extend it through a normal way, you can always change the core
behavior. However, again, I can't even think of a reason to do it for the
big 3 frameworks.


For me, the first point is a major point. You waist more time horsing
 around with things you
 don't need that the time you save using the framework.



Yes, you are still figuring it out for the first project or two you make
with a framework, but for the 3rd project, or the 10th, things get a lot
easier, sites get started faster, and you begin to find what truly reusable
code is like. When you can copy and paste a group of features into a site
you just started to give yourself a huge jumpstart, you'll be thanking
whoever made that framework.

-nathan strutz
http://www.dopefly.com/


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245233
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: How to set up anonymous account (anonymous even to me)?

2006-07-01 Thread Snake
You could encrypt the data store din the datbaase, but it would of course
need to decryptable so that it can be displayed, so you would of course
therefore know how to decrypt it.
 
Snake

-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED] 
Sent: 01 July 2006 17:35
To: CF-Talk
Subject: RE: How to set up anonymous account (anonymous even to me)?

That's what I was afraid of...what about a type of encryption of the data
that prevents me from viewing it?



-Original Message-
From: Snake [mailto:[EMAIL PROTECTED]
Sent: Saturday, July 01, 2006 12:16 PM
To: CF-Talk
Subject: RE: How to set up anonymous account (anonymous even to me)?

In order to do that, you would need to have no link between the financial
data table and the user table, which means even the user would never be able
to view their data as it would not belong to anyone. So it would be pretty
pointless.



-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED]
Sent: 01 July 2006 16:35
To: CF-Talk
Subject: How to set up anonymous account (anonymous even to me)?

I'd like to set up an online financial service, but would like to keep
people's financial information private (behind a password, etc), but would
also like to setup the database (MySQL) and the website (if
necessary) so that even I can't tell whose financial data is whose, even if
I go straight to the database?

Is this possible?

If so, would this sort of thing depend on CF or MySQL or both?

Rick









~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245234
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: How do Phishermen send an email from a legitimate domain?

2006-07-01 Thread Snake
You could employ SPF on your domain, so any ISP that enforces SFP checking
will then make sure that emails from your domain came form allowed IP
address. So any mail sent by spammers and phishers will not get through.

Snake


-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED] 
Sent: 01 July 2006 17:34
To: CF-Talk
Subject: RE: How do Phishermen send an email from a legitimate domain?

So, I guess, in the end, there is no way to prevent email from being sent
from my own domain...



-Original Message-
From: Snake [mailto:[EMAIL PROTECTED]
Sent: Saturday, July 01, 2006 12:13 PM
To: CF-Talk
Subject: RE: How do Phishermen send an email from a legitimate domain?

Open outlook, goto tools - email accounts Select one of your email accounts
to edit.
Change the from address to [EMAIL PROTECTED]

Or create a CFM page to send an email.
Set the from address as [EMAIL PROTECTED]

There you go.

The from address you send an email from can be anything you like, this has
nothing to do with the mail server, which only validates the acocunt you are
logging into to send the email.

Snake


-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED]
Sent: 01 July 2006 16:18
To: CF-Talk
Subject: OT: How do Phishermen send an email from a legitimate domain?

Good morning, all.

I, like many others, get phishing emails frequently, and can catch the spoof
simply by looking at the hyperlinks of addresses.such as [EMAIL PROTECTED],
which going to [EMAIL PROTECTED], but my question is:

How can a phishing email be sent from [EMAIL PROTECTED] ?  How can the
PayPal.com domain be used if their email servers are set up correctly?

I ask because I get phishing email sent to me using my own domain
frequently, but I assume I haven't got everything set up perfectly, nor do I
know how.
It's
not too bad to live with at this point.  I just wonder how that can do that
with PayPal's domain, as well.

Rick









~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245235
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Framework suggestions

2006-07-01 Thread Snake
Yes it is. 

-Original Message-
From: Russ [mailto:[EMAIL PROTECTED] 
Sent: 01 July 2006 17:49
To: CF-Talk
Subject: RE: Framework suggestions

So what about Tomcat?  Is it a supported configuration for cfmx?

 -Original Message-
 From: Snake [mailto:[EMAIL PROTECTED]
 Sent: Saturday, July 01, 2006 12:10 PM
 To: CF-Talk
 Subject: RE: Framework suggestions
 
 It is jrun that is the problem, so running CFMX on a J2EE server that 
 has better session replication would solve your problem.
 It also does work properly on blueDragon.
 
 Snake
 
 -Original Message-
 From: Russ [mailto:[EMAIL PROTECTED]
 Sent: 01 July 2006 16:20
 To: CF-Talk
 Subject: RE: Framework suggestions
 
 Unfortunatelly it won't provide failover.  From what I heard at CFUN 
 today, session replication doesn't work very well in CFMX 7.  Should I 
 be looking at bluedragon or maybe running cf on top of another JRUN 
 Server such as Tomcat?
 
 Russ
 
  -Original Message-
  From: James Holmes [mailto:[EMAIL PROTECTED]
  Sent: Friday, June 30, 2006 8:45 PM
  To: CF-Talk
  Subject: Re: Framework suggestions
 
  The session issue can be overcome for the most part with a hardware 
  load balancer that provides sticky sessions.
 
  On 7/1/06, Russ [EMAIL PROTECTED] wrote:
 
   Does anyone have any thoughs?  Whatever products we pick would 
   need to
  be
   integrated with session replication so that they could be load 
   balanced through several servers.  As far as I remember, 
   ColdFusion
   7 doesn't session-replicate cfc's yet, so any products that use 
   session cfc's
  would
   probably have that part rewritten, so I would rather avoid them if
  possible.
 
  --
  CFAJAX docs and other useful articles:
  http://jr-holmes.coldfusionjournal.com/
 
 
 
 
 
 



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245236
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Framework suggestions

2006-07-01 Thread Snake
I have had a quick look at the limited FB5 docs, and it seems that you don't
actually code in CFML anymore, your essentially coding in XML. Which seems a
bit weird, making XML tags that call CFML tags. Surely that has got to make
a big hit on performance.

snake 

-Original Message-
From: Sandra Clark [mailto:[EMAIL PROTECTED] 
Sent: 01 July 2006 21:06
To: CF-Talk
Subject: RE: Framework suggestions

FB5 Documentation can be found here:
http://www.fusebox.org/index.cfm?fuseaction=documentation.WhatsNewInFusebox5



Sandra Clark
==
http://www.shayna.com
Training in Cascading Style Sheets and Accessibility -Original
Message-
From: Russ [mailto:[EMAIL PROTECTED]
Sent: Friday, June 30, 2006 2:52 PM
To: CF-Talk
Subject: RE: Framework suggestions

I'm pursuing all three options right now... I couldn't seem to find any
documentation for either Fusebox5 or MD:U.  Looks like MD:U is still in beta
and Fusebox 5 just got released at CFUN.  

Does anyone know how these 2 frameworks as well as Farcry work with session
replication?

Has anyone integrated blogCFC and/or galleon forums with either of the 3 and
would like to comment on how easy/hard it was?

Russ

 -Original Message-
 From: Damien McKenna [mailto:[EMAIL PROTECTED]
 Sent: Friday, June 30, 2006 2:39 PM
 To: CF-Talk
 Subject: Re: Framework suggestions
 
 On Jun 30, 2006, at 2:15 PM, Russ wrote:
  We are in need to build a fairly sophisticated system in a few months.
 
 Are you looking for a basic framework or a customizable application?
 If a framework then I'd have to say either Model-Glue:Unity or
 Fusebox5 and I'm tending towards MG:U myself.  If you want a 
 customizable application then you really need to download  install 
 FarCry to see how well it works for you, I've heard some horror 
 stories of it being complicated to enhance beyond basic content 
 management.
 
 --
 Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu 
 Company - http://www.thelimucompany.com/ - 407-804-1014 #include 
 stdjoke.h
 
 
 
 
 





~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245237
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Framework suggestions

2006-07-01 Thread Geoff Bowers
Damien McKenna wrote:
 On Jun 30, 2006, at 2:15 PM, Russ wrote:
 We are in need to build a fairly sophisticated system in a few months.

 Are you looking for a basic framework or a customizable application?
 If a framework then I'd have to say either Model-Glue:Unity or  Fusebox5
 and I'm tending towards MG:U myself.  If you want a  customizable
 application then you really need to download  install  FarCry to see how
 well it works for you, I've heard some horror  stories of it being complicated
 to enhance beyond basic content  management.

Ahem... we work on complex solutions every day built entirely in
FarCry... before you believe everything you hear you might actually
try the framework [1], and perhaps join the farcry-dev forum [2] to
enquire there.

For a quick overview, there is a recent breezo introducing farcry, how
it works out of the box, and how you go about extending the
environment [3].

Enjoy!

-- geoff
http://www.daemon.com.au/

[1] http://groups.google.com/group/farcry-dev/about
[2] FarCry Getting Started Guide
http://blog.daemon.com.au/index.cfm?objectid=7E8FA9A1-EA69-0EC7-F2DD9803CB1F37D0
[3] FarCry Gonzales (v3.1) Sneak Peek
http://blog.daemon.com.au/index.cfm?objectid=6A02CB77-EA69-0EC7-F788E9996C14F678

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245238
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Framework suggestions

2006-07-01 Thread Geoff Bowers
Brian Rinaldi wrote:
 FarCry CMS is a full enterprise content management system. It is not
 actually a framework at all and would bear no resemblance to Model-Glue,
 FuseBox or Mach II. FarCry does include a means of extending the base CMS

Without meaning to get into a frameworks debate.. or even to suggest
that FarCry would be appropriate for this specific project.. I am
obliged to point out that FarCry is in fact a framework, and differs
only in that it ships with an integrated solution and related services
out of the box.  That solution is a CMS.

 functionality and this requires the use of built in extensions. You can also
 extend FarCry with custom code I believe, and you could use whatever
 framework for that, but this would exist outside the core of FarCry if I am
 correct. In the end, FarCry is very extensible, but there is a bit of a
 learning curve, and modifying the core code would require quite a bit of
 experience in my opinion (and cuts you out of any upgrades in the future -
 at least without a major headache)

The very fact that the solution is extensible belies the framework
underneath it.  Modifying the core would be as necessary as modifying
the MG or Reactor or (insert framework) core library files -- you just
wouldn't do it except in the most unusual circumstances.

I've been involved in FarCry projects to build ecommerce solutions, CRM
projects, federated logins, complex XML syndication and publish
services, employee directories, membership services, and more in the
last year alone.

Anyhoot.. I've no intention of beating a drum here.. just feel its
important to clarify the *actual* capabilities of FarCry.  Like any
framework it's got to be appropriate to the task at hand - FarCry just
happens to work very well for our team for all manner of projects.

 Galleon and BlogCFC do not use a prebuilt framework, and would exist outside
 whatever framework you choose unless you decided to rewrite them to fit
 within one of the frameworks.

I believe both Galleon and BlogCFC have been integrated into FarCry by
members of the FarCry community -- in truth I suspect the exercise would
be relatively straightforward for most frameworks.

Best regards,

-- geoff
http://www.daemon.com.au/
http://www.farcrycms.org/

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245239
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ImageCFC Help

2006-07-01 Thread Rick Root
btw, thanks for all others responding, I'm still in DC with limited 
laptop time :)  (I hate using laptops!)

Rick


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245240
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: How to set up anonymous account (anonymous even to me)?

2006-07-01 Thread Alan Rother
Keep in mind, if you are going to do this and store someone's personal
financial information you really have to take extreme measure to protect it.
I suggest a high level of encryption, possibly even using multiple layers of
encryption. Your database had better be behind an advanced firewall and
locked down on a dedicated server not accessible to anything else. Also
consider encoding all of your actual cfm templates, so that if somehow your
webserver gets hacked they will not be able to make use if any of the code,
well... not easily anyhow.


As for encyption, one word. Blowfish

-- 
Alan Rother
Macromedia Certified Advanced ColdFusion MX 7 Developer


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245241
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: How do Phishermen send an email from a legitimate domain?

2006-07-01 Thread James Holmes
Well, if everyone used SPF records
(http://new.openspf.org/Introduction), the whole situation might be
better, but they don't.

On 7/1/06, Rick Faircloth [EMAIL PROTECTED] wrote:
 That's pretty amazing that it can be done.  I never realized that.
 Does dealing with (stopping) this sort of thing depend on the IP rather
 than the domain name?  And can't the domain name simply be related to
 an IP?

 I *assume* that if PayPal can't stop it, I can't either and will just have
 to live with it.

 Rick


 -Original Message-
 From: James Holmes [mailto:[EMAIL PROTECTED]
 Sent: Saturday, July 01, 2006 11:30 AM
 To: CF-Talk
 Subject: Re: OT: How do Phishermen send an email from a legitimate domain?

 That should be enforce of course

 On 7/1/06, James Holmes [EMAIL PROTECTED] wrote:
  Mail servers don't *enfore* the from address.

-- 
CFAJAX docs and other useful articles:
http://jr-holmes.coldfusionjournal.com/

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245242
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Running CF 7.0.2 on Intel Mac

2006-07-01 Thread j s
I just upgraded to a new Intel Mac from a Powerbook and installed the new 
version of CF.  The earlier Mac was running CF fine as a standalone server.
To get to point I can't run this new version and I've read about some of the
modification I have to do because of jvm 1.5.

Has anyone had any success with Intel Mac and the latest version of CF 7.0.2?
Is installing Tom Cat or JRun a requirement or do I just have to install
java 1.4.2 and have CF point to it?
 
I just want to run the .exe and get down to business like the my previous
install.  I wasn't to happy before the .exe install when I had to make mods
to make it work.  Sounds like I have to go backwards.

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245243
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54