Re: website thumbnail

2006-12-18 Thread Richard Cooper
Thanks everyone. Some very handy info. ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2

Re: website thumbnail

2006-12-15 Thread Dan Vega
I would check out Image.cfc http://www.opensourcecf.com/imagecfc/ It is a great product On 12/15/06, Richard Cooper [EMAIL PROTECTED] wrote: Is there any way of dynamically making thumbshots of websites using MX 7? ~|

RE: website thumbnail

2006-12-15 Thread Ray Champagne
I think the question is how would one capture a sites screenshot dynamically...the image manipulation is the easy part. -Original Message- From: Dan Vega [mailto:[EMAIL PROTECTED] Sent: Friday, December 15, 2006 10:04 AM To: CF-Talk Subject: Re: website thumbnail I would check out

RE: website thumbnail

2006-12-15 Thread Andy Matthews
] Sent: Friday, December 15, 2006 9:09 AM To: CF-Talk Subject: RE: website thumbnail I think the question is how would one capture a sites screenshot dynamically...the image manipulation is the easy part. -Original Message- From: Dan Vega [mailto:[EMAIL PROTECTED] Sent: Friday, December 15

RE: website thumbnail

2006-12-15 Thread Snake
http://www.websitescreenshots.com/ You could use this via cfexecute. Russ -Original Message- From: Richard Cooper [mailto:[EMAIL PROTECTED] Sent: 15 December 2006 13:48 To: CF-Talk Subject: website thumbnail Is there any way of dynamically making thumbshots of websites using MX 7?

Re: website thumbnail

2006-12-15 Thread Jose Diaz
Hi Guys This is pretty cool: http://www.snap.com/about/spa1A.php all you do is add some javascript to your code and voila whatever the link is it brings back a mini screenshot of the relevant website. Jose Diaz On 12/15/06, Snake [EMAIL PROTECTED] wrote: http://www.websitescreenshots.com/

RE: website thumbnail

2006-12-15 Thread Joshua Cyr
? Joshua Cyr Savvy Software 866.870.6358 www.besavvy.com -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Friday, December 15, 2006 10:09 AM To: CF-Talk Subject: RE: website thumbnail I think the question is how would one capture a sites screenshot dynamically

RE: website thumbnail

2006-12-15 Thread Andy Matthews
--//- -Original Message- From: Jose Diaz [mailto:[EMAIL PROTECTED] Sent: Friday, December 15, 2006 9:19 AM To: CF-Talk Subject: Re: website thumbnail Hi Guys This is pretty cool: http://www.snap.com/about/spa1A.php all you do is add some javascript to your code

Re: website thumbnail

2006-12-15 Thread Casey Dougall
Champagne [mailto:[EMAIL PROTECTED] Sent: Friday, December 15, 2006 10:09 AM To: CF-Talk Subject: RE: website thumbnail I think the question is how would one capture a sites screenshot dynamically...the image manipulation is the easy part. -Original Message- From: Dan Vega [mailto:[EMAIL

RE: website thumbnail

2006-12-15 Thread Andy Matthews
, December 15, 2006 9:28 AM To: CF-Talk Subject: Re: website thumbnail +1 http://www.websitescreenshots.com/ Works like a champ!!! Runs every 1.5 minutes adding client business website images to our database. On 12/15/06, Joshua Cyr [EMAIL PROTECTED] wrote: The easiest would probably to use http

RE: website thumbnail

2006-12-15 Thread Ray Champagne
to. I'm pretty sure cfexecute is disabled on our shared servers, so it would only work via our dedicated sites. Bummer. -Original Message- From: Joshua Cyr [mailto:[EMAIL PROTECTED] Sent: Friday, December 15, 2006 10:19 AM To: CF-Talk Subject: RE: website thumbnail Importance: High

Re: website thumbnail

2006-12-15 Thread Jose Diaz
, December 15, 2006 10:19 AM To: CF-Talk Subject: RE: website thumbnail Importance: High The easiest would probably to use http://www.thumbshots.org/ or similar service as they already have them. To make your own... Maybe a combo of cfhttp and some other component to take the src to a jpg

Re: website thumbnail

2006-12-15 Thread Gert Franz
will or was that ralio? Joshua Cyr Savvy Software 866.870.6358 www.besavvy.com -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Friday, December 15, 2006 10:09 AM To: CF-Talk Subject: RE: website thumbnail I think the question is how would one capture

Re: website thumbnail

2006-12-15 Thread Gareth Hughes
cfx_url2bmp from efflare creates an uncompressed bmp which can then be converted to a thumbnail: http://efflare.com/download/ - Original Message - From: Richard Cooper [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, December 15, 2006 1:48 PM Subject: website

RE: website thumbnail

2006-12-15 Thread Joshua Cyr
Savvy Software 866.870.6358 www.besavvy.com -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Friday, December 15, 2006 10:40 AM To: CF-Talk Subject: RE: website thumbnail Josh, how would you go from http'ed html code to rendered site? It has to pass through a web server

Re: website thumbnail

2006-12-15 Thread Jim Wright
Joshua Cyr wrote: I think BD 7 will or was that ralio? BD 7 will...here is a test page I just whipped up... http://www.wrightster.com/webthumb.cfm The resizing is done with Rick's image.cfc, and if you click on the thumbnail, you will see the original jpg created by cfdocument. Seems to have

Re: website thumbnail

2006-12-15 Thread cf user
http://www.cftagstore.com/tags/cfxwebthumb.cfm ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2