473,396 Members | 1,996 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

screen shot

Hi,
I have created a ticket system where users can submit their problem.
After several month of experience it appears that offering a zone to paste a
screen shot will be ideal.
Is there anyway to acheive this without pasting to a word doc, and upload
it?
Thanks for your help.
VooDoo
Feb 21 '06 #1
5 1430
VooDoo wrote:
Hi,
I have created a ticket system where users can submit their problem.
After several month of experience it appears that offering a zone to paste a
screen shot will be ideal.
Is there anyway to acheive this without pasting to a word doc, and upload
it?
Thanks for your help.
VooDoo


I'm confused. What does this have to do with PHP?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Feb 21 '06 #2
"VooDoo" <vo*********@free.fr> wrote in message
news:dt**********@reader1.imaginet.fr...
Hi,
I have created a ticket system where users can submit their problem.
After several month of experience it appears that offering a zone to paste
a screen shot will be ideal.
Is there anyway to acheive this without pasting to a word doc, and upload
it?

No. Screenshots are limited to word documents only. Unlike any other images
in the computer world, screenshots work only in Microsoft Word.

Okay, seriously now... There are n+1 perfectly good programs for such
purpouse. And if you have your own favourite tool for working with images,
like Paint Shop Pro or Photoshop, you can use them too, just take the shot
with Alt+PrScr and paste it in the photo editor. There is no reason at all
to use Word for screenshots, in fact you'll only get non-portable, unpacked
document which might even contain macro viruses. In other words word is the
worst possible choice for screenshots you could ever imagine. Use a tool for
taking a plain image, save it as jpg and upload that for heavens sake.

To get you started, Google is your friend and ready to assist you:
http://www.google.fi/search?hl=fi&q=...btnG=Hae&meta=

--
"En ole paha ihminen, mutta omenat ovat elinkeinoni." -Perttu Sirviö
sp**@outolempi.net | Gedoon-S @ IRCnet | rot13(xv***@bhgbyrzcv.arg)
Feb 21 '06 #3
VooDoo wrote:
Hi,
I have created a ticket system where users can submit their problem.
After several month of experience it appears that offering a zone to paste a
screen shot will be ideal.
Is there anyway to acheive this without pasting to a word doc, and upload
it?


I use IrfanView32 (http://www.irfanview.com/) for this purpose - it's
small, quick and free.

1. Alt+PrintScreen
2. Open IrfanView
3. Paste
4. Save image
5. upload via web form

For Mac users, they can just use the Shift+Command+3 key combo to
automatically save an image or pdf to their desktop to upload in the form

--
Justin Koivisto, ZCE - ju****@koivi.com
http://koivi.com
Feb 21 '06 #4
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Kimmo Laine wrote:
No. Screenshots are limited to word documents only. Unlike any other
images in the computer world, screenshots work only in Microsoft Word.
No, dude! I use WinAmp to do screenshots. I can also make programs with
PartitionMagic, and I do most of my graphical design works with winzip.
In other words word is the worst possible choice for screenshots you could
ever imagine.
Obviously, Kimmo didn't think about powerpoint :-P
Use a tool for taking a plain image, save it as jpg and upload that for
heavens sake.


Repeat with me: "paintbrush". Oh, micro$oft renamed that to "paint" at some
point. Anyway, it's the poorsman tool to edit image files. So tell your
users to use it to send you screenshots.

- --
- ----------------------------------
Iván Sánchez Ortega -i-punto-sanchez--arroba-mirame-punto-net

http://acm.asoc.fi.upm.es/~mr/
Proudly running Debian Linux with 2.6.12-1-686 kernel, KDE3.5.0, and PHP
5.1.2-1 generating this signature.
Uptime: 22:23:28 up 1:14, 1 user, load average: 0.24, 0.42, 0.50

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFD+4Ye3jcQ2mg3Pc8RAuzuAJ4vWCfRfqdEUgrmGxoJq5 +gn6lCfACffNn0
X31fE50ibQNQ/Oo5sf+hwpA=
=GV8H
-----END PGP SIGNATURE-----
Feb 21 '06 #5
VooDoo wrote:
I have created a ticket system where users can submit their problem.
After several month of experience it appears that offering a zone to paste
a screen shot will be ideal.
The relevance of this regarding PHP is zero, unless you are planning to
distribute a PHP application to your users that creates the screenshot.

The relevance of this regarding ECMAScript implementations is not zero
because there is a Firefox extension for it, written in JavaScript 1.5,
to use XPConnect (XPCOM in JavaScript; formerly LiveConnect)[1] for
accessing Java classes (see below). Or because you are planning to
distribute a J(ava)Script-based application to your users, probably
as XUL or HTA.
Is there anyway to acheive this without pasting to a word doc,
Numerous. For example <URL:http://andy.5263.org/screengrab/>, which
I can recommend.
and upload it?


Users can send you the screenshot in an e-mail, using their
e-mail client, or their service provider's Web interface.
F'up2 cljs

PointedEars
___________
[1] http://developer.mozilla.org/en/docs/XPConnect
Feb 22 '06 #6

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

Similar topics

2
by: sam | last post by:
Hello Coders I have a question can we have a php script or function to take screen shot for webpage? for example , let the php script take a shot for www.google.com and convert the content...
8
by: gregory_may | last post by:
Is there a way to grab a "Screen Shot" that includes "Tool Tips"? I saw this code someplace, cant remember where. But it doesnt grab "Tool Tips". Is there a better way to do this in .net?...
5
by: Sambucus | last post by:
Hi all!. I'm trying to capture a screen shot of a window. This works good until the window is partly or completley hidden, then i get the graphics of what is visible on my screen (the windows...
5
by: Stan Shankman | last post by:
C# -- Visual Studio.Net – Windows Application Greetings all, How do I copy a Form’s image to a bitmap? – And do so before it gets to the screen. I haven’t been able to find anyone that knows...
9
by: Rajat Tandon | last post by:
Hello there, I am relatively new to the newsgroups and C#. I have never been disappointed with the groups and always got the prompt replies to my queries.This is yet another strange issue, I am...
0
by: Ian Ceicys | last post by:
I’ve been tasked with doing documentation on the project I’ve recently joined. Here’s what I’m looking for in terms of documentation. I want to generate a diagram from a huge .net 1.1...
8
by: VooDoo | last post by:
Hi, I have created a ticket system where users can submit their problem. After several month of experience it appears that offering a zone to paste a screen shot will be ideal. Is there anyway to...
8
by: howa | last post by:
Hello, Is it possible to take a screen shot of the browser using PHP? Something similar to Alexa Web Site Screen Dump... thx
1
by: Jawad Rehman | last post by:
Hi.. I want to develp a window service in c# .the purpose of the service is to take a screen shot of a desktop after several specified time span. My problem is that how i take screen shot of...
5
by: bdy120602 | last post by:
Is it possible, when a user or viewer of your Web page, prints or takes a screen shot of a Web page with mousover (roll-over) text in it, to have that text printed or captures as part of the screen...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
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...
0
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.