473,788 Members | 2,759 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Adding screenshoots to my site...

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!
Dec 14 '07 #1
3 1351
Andrew Koptyaev <ko******@gmail .comwrote:
>
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.
>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, ti**@probo.com
Providenza & Boekelheide, Inc.
Dec 15 '07 #2
On 15 ÄÅË, 10:42, Tim Roberts <t...@probo.com wrote:
Andrew Koptyaev <kopty...@gmail .comwrote:
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.
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.
Dec 16 '07 #3
Andrew Koptyaev wrote:
On 15 ÄÅË, 10:42, Tim Roberts <t...@probo.com wrote:
>Andrew Koptyaev <kopty...@gmail .comwrote:
>>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.
>>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.
js*******@attgl obal.net
=============== ===

Dec 17 '07 #4

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

Similar topics

7
781
by: Alex | last post by:
Hi all, I've found a module that I think will help me combine fields properly, but I'm unsure how to add or use it with Access 2000. Below is the module I'd like to add: http://www.mvps.org/access/modules/mdl0008.htm In Access, I goto Modules and create new. Leaving 'Option Compare Database' on top I paste the module code in and save - naming it fConcatFld. It saves fine, but when I use fConcatFld in my query, like below:
3
4885
by: Jim Heavey | last post by:
Trying to figure out the technique which should be used to add rows to a datagrid. I am thinking that I would want an "Add" button on the footer, but I am not quite sure how to do that. Is that the best method? Do you have a sample of how to do this?
10
2358
by: Trevor | last post by:
Hey, I am trying to do this tutorial on the microsoft site : http://msdn.microsoft.com/library/default.asp? url=/library/en-us/dndotnet/html/usingadonet.asp I can get everything to work up to the DataAdd part (Section heading is Adding Rows to a DataSet) I dont really know what to do after i have added all the
2
7535
by: Joe | last post by:
Anyone can suggest the best method of reading XML and adding data to ListView? Here is the xml data structure:: <xml> <site> <url>http://www.yahoo.com</url> <lastupdate></lastupdate> <check>1</check>
3
1238
by: bmntech | last post by:
I want to create a client app, adding value to and building on my Web app. The user of this client app will be able to seamlessly access the public web site, but will also have additional functionality and content not available on the public site. The rational is to allow the user to work disconnected, to use the client's processing power, to remove the communications delay and to provide an additional layer of privacy.
3
2130
by: Bart Van Hemelen | last post by:
I'm working on a project where the user of a site will receive custom content, depending on a set of parameters. The content will all be contained in UserControls (.ascx), that will be used as webparts on a page. We need to add the webparts dynamically to the site, depending on the status of the user: this involves a personalisation of a travel website, so a user can be "before" a trip, "during" a trip and "after" a trip, and depending...
6
2372
by: affiliateian | last post by:
Total newbie here for this so please be patient. We manually update our XML feed when we publish an article on our website. Can we add a javascript tracking pixel (from phpadsnew) into the XML file to track how many times our feed was accessed? Just to get a rough idea how manyh subscribers we have? Not sure if copying and pasting a javascript into the XML source would work.
3
1883
by: Jonathan Wood | last post by:
I could really use some help on this. First of all, I want to create a Web control where I render the control completely from scratch based on information from a database. In the book "Beginning ASP.NET 2.0 in C# 2005", it provides an example of doing this, which is declared as: public class ConfigurableRepeater : WebControl.
4
1618
by: =?Utf-8?B?TmFkYXYgUG9wcGxld2VsbA==?= | last post by:
Hi everybody, I've got an ASP.NET 1.1 application and I need to add to it new Browser Capabilities information for 3 new cellular phones. I used to use http://www.asp.net/mobile/profile/MyDevices.aspx to detect the Browser Capabilities for my devices, but now I can't get to that page. When I try to get there I get a login page. When I try to login it shows the same login page WITHOUT any error. I've got an account in www.asp.net (when...
0
9656
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
9498
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
10373
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
10177
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...
1
10118
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9969
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7519
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5403
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
5538
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.