Connecting Tech Pros Worldwide Forums | Help | Site Map

Adding screenshoots to my site...

Andrew Koptyaev
Guest
 
Posts: n/a
#1: Dec 14 '07
I want to add some screenshoots to product detail page on my discount
shareware site http://www.rebatesoft.com. Can anybody point me to PHP
exampe source regarding adding images (I think 3 screenshots is
enought) in admin page, conversion to small pictures and uploading to
server. I know little bit PHP and I can add link to pictures in detail
product page.

Thank you!

Tim Roberts
Guest
 
Posts: n/a
#2: Dec 15 '07

re: Adding screenshoots to my site...


Andrew Koptyaev <koptyaev@gmail.comwrote:
Quote:
>
>I want to add some screenshoots to product detail page on my discount
>shareware site http://www.rebatesoft.com.
Acronis True Image -- the product on your sample page -- is not shareware.
It is a commercial product that happens to have a downloadable demo.
Quote:
>Can anybody point me to PHP exampe source regarding adding images (I
>think 3 screenshots is enought) in admin page, conversion to small
>pictures and uploading to server.
You can't take a screenshot with PHP through a browser. That requires a
program running on your local computer. The program you use depends on the
operating system you use. GIMP, for example, can grab window screenshots
on both Windows and Linux, and allows you to create the thumbnails as well.
--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.
Andrew Koptyaev
Guest
 
Posts: n/a
#3: Dec 16 '07

re: Adding screenshoots to my site...


On 15 ΔΕΛ, 10:42, Tim Roberts <t...@probo.comwrote:
Quote:
Andrew Koptyaev <kopty...@gmail.comwrote:
>
Quote:
I want to add some screenshoots to product detail page on my discount
shareware sitehttp://www.rebatesoft.com.
>
Acronis True Image -- the product on your sample page -- is not shareware.
It is a commercial product that happens to have a downloadable demo.
>
Quote:
Can anybody point me to PHP exampe source regarding adding images (I
think 3 screenshots is enought) in admin page, conversion to small
pictures and uploading to server.
>
You can't take a screenshot with PHP through a browser. That requires a
program running on your local computer. The program you use depends on the
operating system you use. GIMP, for example, can grab window screenshots
on both Windows and Linux, and allows you to create the thumbnails as well..
--
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.
I know how to make screenshot from my software. Specially for my kind
of job I
mean some server software to reduce size of image before uploading to
server.
I need PHP code example.
Jerry Stuckle
Guest
 
Posts: n/a
#4: Dec 17 '07

re: Adding screenshoots to my site...


Andrew Koptyaev wrote:
Quote:
On 15 ΔΕΛ, 10:42, Tim Roberts <t...@probo.comwrote:
Quote:
>Andrew Koptyaev <kopty...@gmail.comwrote:
>>
Quote:
>>I want to add some screenshoots to product detail page on my discount
>>shareware sitehttp://www.rebatesoft.com.
>Acronis True Image -- the product on your sample page -- is not shareware.
>It is a commercial product that happens to have a downloadable demo.
>>
Quote:
>>Can anybody point me to PHP exampe source regarding adding images (I
>>think 3 screenshots is enought) in admin page, conversion to small
>>pictures and uploading to server.
>You can't take a screenshot with PHP through a browser. That requires a
>program running on your local computer. The program you use depends on the
>operating system you use. GIMP, for example, can grab window screenshots
>on both Windows and Linux, and allows you to create the thumbnails as well.
>--
>Tim Roberts, t...@probo.com
>Providenza & Boekelheide, Inc.
>
I know how to make screenshot from my software. Specially for my kind
of job I
mean some server software to reduce size of image before uploading to
server.
I need PHP code example.
>
Think about it. You can't have any software on the server to reduce the
size of the picture BEFORE uploading.

However, you can reduce the size on the client before uploading, or
reduce the size on the server after uploading.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Closed Thread