RE: [ACFUG Discuss] Webpage Thumbnails

2008-02-03 Thread Steve Drucker
It's very resource intensive, but you can use cfdocument to convert a web
page to a PDF, and then generate thumbnail images of the PDF file using
cfpdf.
 

Regards,
Steve Drucker
CEO
Fig Leaf Software
Adobe / Google / WebSense / Paperthin  Premier Consulting and Training
Partners
http://www.figleaf.com http://www.figleaf.com/ 
http://training.figleaf.com http://training.figleaf.com/ 



 

  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cody Wehunt
Sent: Friday, February 01, 2008 3:18 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] Webpage Thumbnails



What methods are people using to create webpage thumbnails?  I.E. when you
do a whois lookup or quantcast search?

 

Thanks,

 

Cody


- 
Annual Sponsor - Figleaf Software http://www.figleaf.com  

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform
http://www.acfug.org?fa=login.edituserform  

For more info, see http://www.acfug.org/mailinglists
http://www.acfug.org/mailinglists  
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
http://www.mail-archive.com/discussion%40acfug.org/  
List hosted by FusionLink http://www.fusionlink.com  
- 


Re: [ACFUG Discuss] JVM version and ColdFusion

2008-02-03 Thread Darin Kohles
John Mason, or Charlie Arehart can probably help you out with this
one, but from my understanding - leave CF talking with the JRE it
comes with for maximum compatability.

Or Steve Drucker for that matter ;)

On Feb 2, 2008 3:36 AM, Forrest C. Gilmore [EMAIL PROTECTED] wrote:
 I want to install the CFX_Google tag on my local PC. It needs a path to
 the JRE on my PC.
 I see that currently, ColdFusion is using it's default JRE, which is
 version 4.
 On my PC, I have several JRE installs, 5.0.11, 6.0, 6.0.1, 6.0.2, 6.0.3,
 and 6.0.4 from the
 JDK.

 Does it matter which of these I use with CFX_Google?
 Should I change the setting for CF Server to one of the newer JRE's?
 Do the two have to be the same?

 Forrest C. Gilmore



 -
 Annual Sponsor FigLeaf Software - http://www.figleaf.com

 To unsubscribe from this list, manage your profile @
 http://www.acfug.org?fa=login.edituserform

 For more info, see http://www.acfug.org/mailinglists
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by http://www.fusionlink.com
 -






-
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





Re: [ACFUG Discuss] JVM version and ColdFusion

2008-02-03 Thread Andrew Powell
I believe that you should run CFX tags within the same JRE, with the  
same classpath as CF.  I think CFX tags need access to certain  
interfaces within the CF packages to function properly, though I've  
not looked at the API in a while.


ap


On Feb 3, 2008, at 3:16 PM, Darin Kohles wrote:


John Mason, or Charlie Arehart can probably help you out with this
one, but from my understanding - leave CF talking with the JRE it
comes with for maximum compatability.

Or Steve Drucker for that matter ;)

On Feb 2, 2008 3:36 AM, Forrest C. Gilmore [EMAIL PROTECTED] wrote:
I want to install the CFX_Google tag on my local PC. It needs a  
path to

the JRE on my PC.
I see that currently, ColdFusion is using it's default JRE, which is
version 4.
On my PC, I have several JRE installs, 5.0.11, 6.0, 6.0.1, 6.0.2,  
6.0.3,

and 6.0.4 from the
JDK.

Does it matter which of these I use with CFX_Google?
Should I change the setting for CF Server to one of the newer JRE's?
Do the two have to be the same?

Forrest C. Gilmore



-
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-







-
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-







-
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





Re: [ACFUG Discuss] JVM version and ColdFusion

2008-02-03 Thread Forrest C. Gilmore
Thanks for all of your suggestions. In light of Steve's response, 
perhaps I should abandon

this CFX_Google endeavor!

A number of years ago, with talk about fourth generation languages, I 
had hoped that all this needless(?)
complexity would eventually go away, and we could just get work done 
with our computers.

It seems like we started over again, and it's worse now than it was then!

Forrest C. Gilmore
===

I don't think that the Google web service API is supported anymore by
Google, rendering the question moot.

Google really wants you to use their AJAX Search API instead...or, better
yet, to buy one of their search appliances.
 



Regards,
Steve Drucker
CEO
Fig Leaf Software
Adobe / Google / WebSense / Paperthin  Premier Consulting and Training
Partners
http://www.figleaf.com
http://training.figleaf.com


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Forrest C.
Gilmore
Sent: Saturday, February 02, 2008 3:37 AM
To: ACFUG Discussion
Subject: [ACFUG Discuss] JVM version and ColdFusion

I want to install the CFX_Google tag on my local PC. It needs a path to the
JRE on my PC.
I see that currently, ColdFusion is using it's default JRE, which is version
4.
On my PC, I have several JRE installs, 5.0.11, 6.0, 6.0.1, 6.0.2, 6.0.3, and
6.0.4 from the JDK.

Does it matter which of these I use with CFX_Google?
Should I change the setting for CF Server to one of the newer JRE's?
Do the two have to be the same?

Forrest C. Gilmore



-
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists Archive @
http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-




-
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





  





-
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-