Hello all, Has anyone found a way to create Thumbnail previews of webpages ala MSN search function which was created by Girafa http://www.girafa.com ? I want to build an admin page for myself to get a sneak peek at our bandwidth charts. Much easier to view many charts at once for all our servers. I have some ideas for site design using the same function as well. Thanks,
Xtrude
I'm pretty sure that Girafa uses non-web programming (C++, Delphi, something like that) to accomplish it, because in order to do that you need to interact with local software, which PHP cannot do over the internet.
I just have this feeling that it is doable somehow. With GD libraries, you can manipulate images with php, and the html is pretty straight forward.... Maybe you're right, but it just seems in reach somehow. Lol. Thanks though,