|
|
Home /
Groups /
ColdFusion Talk (CF-Talk)
website thumbnail
Is there any way of dynamically making thumbshots of websites using MX 7Richard Cooper 12/15/06 09:58 A I would check out Image.cfcDan Vega 12/15/06 10:05 A I think the question is how would one capture a sites screenshotRay Champagne 12/15/06 10:08 A Image.cfc cannot do that. It's been asked before.Andy Matthews 12/15/06 10:11 A The easiest would probably to use <A HREF="http://www.thumbshots.org" target="_blank">http://www.thumbshots.org</A>/ or similarJoshua Cyr 12/15/06 10:20 A +1 <A HREF="http://www.websitescreenshots.com" target="_blank">http://www.websitescreenshots.com</A>/Casey Dougall 12/15/06 10:28 A Too bad there's no Linux version.Andy Matthews 12/15/06 10:36 A Josh, how would you go from http'ed html code to rendered site? It has toRay Champagne 12/15/06 10:39 A cool app snake ;)Jose Diaz 12/15/06 10:42 A Well, I was thinking CFDocument at first, but CFMX doesn't save as imageJoshua Cyr 12/15/06 11:43 A Railo will do that in Version 1.1...Gert Franz 12/15/06 11:07 A Joshua Cyr wrote:Jim Wright 12/15/06 12:00 P <A HREF="http://www.websitescreenshots.com" target="_blank">http://www.websitescreenshots.com</A>/Snake 12/15/06 10:11 A Hi GuysJose Diaz 12/15/06 10:20 A But it only works for some sites I believe. If it's the one I remember, itAndy Matthews 12/15/06 10:24 A cfx_url2bmp from efflare creates an uncompressed bmp which can then beGareth Hughes 12/15/06 11:42 A <A HREF="http://www.cftagstore.com/tags/cfxwebthumb.cfm" target="_blank">http://www.cftagstore.com/tags/cfxwebthumb.cfm</Acf user 12/15/06 07:40 P Thanks everyone. Some very handy infoRichard Cooper 12/18/06 11:41 A
Author: Richard Cooper
Is there any way of dynamically making thumbshots of websites using MX 7?
Author: Dan Vega
I would check out Image.cfc http://www.opensourcecf.com/imagecfc/ It is a great product On 12/15/06, Richard Cooper <rcooper@sitetidy.com> wrote: > > Is there any way of dynamically making thumbshots of websites using MX 7? > >
Author: Ray Champagne
I think the question is how would one capture a sites screenshot dynamically...the image manipulation is the easy part. 7? > > > > > >
Author: Andy Matthews
Image.cfc cannot do that. It's been asked before. <!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. andy@icglink.com 615.370.1530 x737 --------------//---------> I think the question is how would one capture a sites screenshot dynamically...the image manipulation is the easy part. 7? > > > > > >
Author: Joshua Cyr
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? Is Scopio going to allow cfdocument to save as jpg? I think BD 7 will or was that ralio? Joshua Cyr Savvy Software 866.870.6358 www.besavvy.com I think the question is how would one capture a sites screenshot dynamically...the image manipulation is the easy part. 7? > > > > > >
Author: Casey Dougall
+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 <jcyr@besavvy.com> wrote:
Author: Andy Matthews
Too bad there's no Linux version. <!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. andy@icglink.com 615.370.1530 x737 --------------//---------> +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 <jcyr@besavvy.com> wrote:
Author: Ray Champagne
Josh, how would you go from http'ed html code to rendered site? It has to pass through a web server... Not being a wisea$$ here, I truly am wondering how to do it, since this question was posed to me a few months ago, and I have been stalling to answer it. :) I like that exe that Snake linked to. I'm pretty sure cfexecute is disabled on our shared servers, so it would only work via our dedicated sites. Bummer. jpg?
Author: Jose Diaz
cool app snake ;) On 12/15/06, Ray Champagne <raychampagne@gmail.com> wrote:
Author: Joshua Cyr
Well, I was thinking CFDocument at first, but CFMX doesn't save as image yet. Seems ralio does as well as BD 7 (beta). So maybe Sorpio may? It would be nice if you can leverage some Java for it, but not likely to be supported on shared host either. I think I would also consider not using CF at all. Get a list of URL's and have an outside program run against them on some sort of schedule. Either on the server or outside box then upload them periodically. Maybe something like this one which seems to be able to do both. http://www.guangmingsoft.net/htmlsnapshot/help.htm Joshua Cyr Savvy Software 866.870.6358 www.besavvy.com Josh, how would you go from http'ed html code to rendered site? It has to pass through a web server... Not being a wisea$$ here, I truly am wondering how to do it, since this question was posed to me a few months ago, and I have been stalling to answer it. :) I like that exe that Snake linked to. I'm pretty sure cfexecute is disabled on our shared servers, so it would only work via our dedicated sites. Bummer. jpg?
Author: Gert Franz
Railo will do that in Version 1.1... Greetings / Grüsse Gert Franz Customer Care Railo Technologies GmbH gert.franz@railo.ch www.railo.ch Join our Mailing List / Treten Sie unserer Mailingliste bei: deutsch: http://de.groups.yahoo.com/group/railo/ english: http://groups.yahoo.com/group/railo_talk/ Joshua Cyr schrieb:
Author: 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 trouble with sites with a lot of JS, but I would assume that many of these screen capture methods would. This is BD7 JX Beta 2 Running on CentOS 3. Note that the free version of BD is not going to support cfdocument at all.
Author: Snake
http://www.websitescreenshots.com/ You could use this via cfexecute. Russ Is there any way of dynamically making thumbshots of websites using MX 7?
Author: 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 <snake.lists@snakepit.net> wrote:
Author: Andy Matthews
But it only works for some sites I believe. If it's the one I remember, it ties in to Ask.com's screenshot library which doesn't include every site. <!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. andy@icglink.com 615.370.1530 x737 --------------//---------> 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 <snake.lists@snakepit.net> wrote:
Author: 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" <rcooper@sitetidy.com> To: "CF-Talk" <cf-talk@houseoffusion.com> Sent: Friday, December 15, 2006 1:48 PM Subject: website thumbnail Is there any way of dynamically making thumbshots of websites using MX 7?
Author: cf user
Author: Richard Cooper
Thanks everyone. Some very handy info.
|
Mailing Lists
|
Latest Fusion Authority Articles
|
||||||