473,664 Members | 2,967 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Site preview with thumb

Hello. Does anyone know a php script to make a thumb picture of the
content of a website (as you give an url and you get a picture) linke
this:

http://bookmarks.excite.it/

?

Thanks.

Sep 27 '07 #1
12 2873
b.buz wrote:
Hello. Does anyone know a php script to make a thumb picture of the
content of a website (as you give an url and you get a picture) linke
this:

http://bookmarks.excite.it/

?

Thanks.
Hi,

That is not a PHP script, but a hell of a job.
You need software that renders HTML/CCS/javascript/etc and then make a
image of it.
I doubt you'll find a php script alone that accomplishes that.

Regards,
Erwin Moller
Sep 27 '07 #2
Whenever I want to take a picture of a website I use the Firefox
extension called "ScreenGrab ",

It saves the browser window as a png. Great for showing thumbs of your
work!
Regards,

Paul

Sep 27 '07 #3

"macca" <pt*******@goog lemail.comwrote in message
news:11******** **************@ n39g2000hsh.goo glegroups.com.. .
Whenever I want to take a picture of a website I use the Firefox
extension called "ScreenGrab ",

It saves the browser window as a png. Great for showing thumbs of your
work!
What about alt=print screen and paste it in a word doc?
Sep 27 '07 #4
b.buz wrote:
Hello. Does anyone know a php script to make a thumb picture of the
content of a website (as you give an url and you get a picture) linke
this:

http://bookmarks.excite.it/

?

Thanks.
I think your best option is to use a dedicated service for this, like
snap.com

--
gosha bine

extended php parser ~ http://code.google.com/p/pihipi
blok ~ http://www.tagarga.com/blok
Sep 27 '07 #5
<comp.lang.ph p>
<Erwin Moller>
<Thu, 27 Sep 2007 16:32:04 +0200>
<46************ *********@news. xs4all.nl>
That is not a PHP script, but a hell of a job.
You need software that renders HTML/CCS/javascript/etc and then make a
image of it.
I doubt you'll find a php script alone that accomplishes that.
- grab the html code
- grab the images
- create a blank 1024x768 image using the background colour (if defined)
- create the tables and/or divs
- paste the grabbed images onto it
- create a thumbnail of the large 1024x768 image

As its going to a thumbnail it doesnt need to be pixel perfect .

If i wasnt in the middle of writing a guestbook at the moment - i'd have
a bash at it myself .
--
(c) The Amazing Krustov
Sep 27 '07 #6
http://www.google.com/search?client=...=Google+Search

Just googled.

:: Website Thumbnail Generator :: Free PHP Scripts
Will help you to start your own website thumbnail generation service,
or create thumbs for your site.

This seems nice ;).

Sep 27 '07 #7
On Thu, 27 Sep 2007 21:19:17 +0200, Krustov <me@privacy.net wrote:
<comp.lang.ph p>
<Erwin Moller>
<Thu, 27 Sep 2007 16:32:04 +0200>
<46************ *********@news. xs4all.nl>
>That is not a PHP script, but a hell of a job.
You need software that renders HTML/CCS/javascript/etc and then make a
image of it.
I doubt you'll find a php script alone that accomplishes that.

- grab the html code
- grab the images
- create a blank 1024x768 image using the background colour (if defined)
- create the tables and/or divs
- paste the grabbed images onto it
Pfff, parsing css would be quite a horrifying task. Perfectly doable
offcourse, just not my idea of fun
- create a thumbnail of the large 1024x768 image

As its going to a thumbnail it doesnt need to be pixel perfect .

If i wasnt in the middle of writing a guestbook at the moment - i'd have
a bash at it myself .
To avoid all that writing yourself: there are descent HTML2PS packages,
and descent PS2PNG/PS2JPEG convertors... Just don't expect any magic to
happen. Due to a lot of flash/javascript/other plugin usage, the only
thing reliable is to take an actual screenshot in a descent browser, so it
would probably require a server with X...
--
Rik Wasmus
Sep 27 '07 #8
Wow those ... on the end of your post, Rik, just made me feel you
wanted to hide that information from us x).

I would probably use a SCARscript to take the screenshot in Firefox
(or any other browser required) and then save the screenshot. The PHP
would execute the SCAR file through Command Line (dunno if SCAR Divi
has support for being executed through command line though, i'm gonna
ask around) and then thumbnail the image in PHP :). Of course I would
be limited to the power of the browser I used to create the
screenshot, but that is not really important.

Sep 27 '07 #9
RageARC wrote:
http://www.google.com/search?client=...=Google+Search

Just googled.

:: Website Thumbnail Generator :: Free PHP Scripts
Will help you to start your own website thumbnail generation service,
or create thumbs for your site.

This seems nice ;).
Except that generates thumbnails of images, not web pages.

--
=============== ===
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attgl obal.net
=============== ===
Sep 28 '07 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1615
by: Miguel Dias Moura | last post by:
Hello, when i preview an ASP.net web site i am creating to a client Date and Time show as follow: Date: dd-mm-yyyy Time: hh-mm (24 hour clock. Ex: 21:45) Both Date and Time use 2 digits format. Ex: 02-02-2004 and 02:05
5
2093
by: gerry | last post by:
single machine - W2Kserver , IIS5 , VS.NET 2003 I spent some time struggling with what looked like the dreaded asp.net debugging configuration problem but none of the solutions for this did any good. Outside of the ide I am able to browse to an existing web app with no problem and I can load the web app project in the visual studio ide and run it 'without debugging' . But I am unable to run it with debugging within the ide - "Error...
9
2165
by: CK | last post by:
Hi All, I have a sharepoint site on a box. I can hit the box by going to the ip address http://10.0.0.1/default.aspx but I can not hit it by name. The password dialong box comes up and it rejects my domain password. Says you are not authorized. When I use the IP the password dialong box comes up and it accepts my credentials and lets me proceed to the site. What am I missing here? Any help is greatly appreciated. TIA, ~CK
6
21771
by: moondaddy | last post by:
I'm writing a windows app in WPF and want to change the shape of a thumb to an ellipse. Is this possible? also, the edges of the thumb are beveled. Is it possible to change this to a flat look and if so, how? Here's how I'm creating my thumb so far. cornerThumb = new Thumb(); // Set some arbitrary visual characteristics. cornerThumb.Cursor = customizedCursor; cornerThumb.Height = cornerThumb.Width = 10;
2
4701
by: moondaddy | last post by:
I'm trying to do something real simple. Add a thumb to a grid at the end of a line using c#. the code executes but I dont see the thumb. Can anyone explain what and what I need to do to properly show the thumb? Here's the xaml for the window and the c# below. <Window x:Class="DragLineSample.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
3
2853
by: PW | last post by:
Hi, I just bought a SanDisk Cruzer 4GB "U3" thumb drive. Is it possible to run an Access 2003 MDE off of one, complete with data? If so, what would I have to do to get it to work? Just curious. No Biggie! I thought I'd take a break from writing code and try something different. I guess I could go fishing :-) -paulw
3
1410
by: moondaddy | last post by:
I have a wpf app and need to apply a control template to a thumb at runtime, but I can't do it the same way I would apply a style. this is what I want to do: Thumb thm = new Thumb(); thm.Template = TryFindResource("myThumbTemplate") as Template; but of course, this doesn't work. Any advise?
1
5351
by: Linda Liu[MSFT] | last post by:
Hi George, Thank you for posting! This is a quick note to let you know that I am doing research on this issue and will get back to you ASAP. I appreciate your patience! Sincerely,
0
8437
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8348
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8861
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8778
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
5660
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4185
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4351
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2764
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2003
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.