Touch screen programming help

Touch screen programming help

am 21.09.2009 14:32:59 von Manish - dz - PHP

------=_NextPart_000_0139_01CA3AE5.C11374C0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi=20
Is it possible to do touch screen programming in PHP ? If it is =
then, how ?
Please specify th specs with code.

Thanks in advance,

Regards,
Manish


------=_NextPart_000_0139_01CA3AE5.C11374C0--

Re: Touch screen programming help

am 21.09.2009 15:20:28 von Tommy Pham

---- Original Message ----
> From: Manish - dz - PHP
> To: php-general@lists.php.net
> Sent: Monday, September 21, 2009 5:32:59 AM
> Subject: [PHP] Touch screen programming help
>
> Hi
> Is it possible to do touch screen programming in PHP ? If it is then, how ?
> Please specify th specs with code.
>
> Thanks in advance,
>
> Regards,
> Manish

Did you research on 'touch screen'? How it works? The hardware & software involved?

Regards,
Tommy


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

RE: Touch screen programming help

am 21.09.2009 15:20:44 von Andrea Giammarchi

--_712e705e-08b4-42ad-be87-a894784d55c6_
Content-Type: text/plain; charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable


Unless PHP Gtk has a module able to create an interface able to capture coo=
rdinates in a touchscreen device ... PHP is a web server programming langua=
ge and it usually works in the server specially suited for web based applic=
ations.

Regards

> From: manish@dotzoo.net
> To: php-general@lists.php.net
> Date: Mon=2C 21 Sep 2009 18:02:59 +0530
> Subject: [PHP] Touch screen programming help
>=20
> Hi=20
> Is it possible to do touch screen programming in PHP ? If it is then=
=2C how ?
> Please specify th specs with code.
>=20
> Thanks in advance=2C
>=20
> Regards=2C
> Manish
>=20
> =20

____________________________________________________________ _____
Drag n=92 drop=97Get easy photo sharing with Windows Live=99 Photos.

http://www.microsoft.com/windows/windowslive/products/photos .aspx=

--_712e705e-08b4-42ad-be87-a894784d55c6_--

RE: Touch screen programming help

am 21.09.2009 15:24:07 von Bob McConnell

From: Manish
>=20
> Is it possible to do touch screen programming in
> PHP ? If it is then, how ?
> Please specify th specs with code.

If the touch screen is attached to the server, yes. But you probably
need to specify which touch screen and drivers you are using.

If it is attached to the browser, no. All PHP does is generate HTML to
send to the browser. It is up to whomever manages that machine to
install the drivers for the touch screen and integrate it into the OS.

You need to be more specific about what you are trying to do.

Bob McConnell

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: Touch screen programming help

am 21.09.2009 15:29:01 von Robert Cummings

Tommy Pham wrote:
> ---- Original Message ----
>> From: Manish - dz - PHP
>> To: php-general@lists.php.net
>> Sent: Monday, September 21, 2009 5:32:59 AM
>> Subject: [PHP] Touch screen programming help
>>
>> Hi
>> Is it possible to do touch screen programming in PHP ? If it is then, how ?
>> Please specify th specs with code.
>>
>> Thanks in advance,
>>
>> Regards,
>> Manish
>
> Did you research on 'touch screen'? How it works? The hardware & software involved?

You forgot to include "specs" and "code" in your response.

Cheers,
Rob.
--
http://www.interjinn.com
Application and Templating Framework for PHP

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: Touch screen programming help

am 21.09.2009 15:30:59 von Phpster

On Mon, Sep 21, 2009 at 9:29 AM, Robert Cummings wro=
te:
>
>
> Tommy Pham wrote:
>>
>> ---- Original Message ----
>>>
>>> From: Manish - dz - PHP
>>> To: php-general@lists.php.net
>>> Sent: Monday, September 21, 2009 5:32:59 AM
>>> Subject: [PHP] Touch screen programming help
>>>
>>> Hi =A0 =A0Is it possible to do touch screen programming =A0in PHP ? If =
it is
>>> then, how ?
>>> =A0 Please specify th specs with code.
>>>
>>> Thanks in advance,
>>>
>>> Regards,
>>> Manish
>>
>> Did you research on 'touch screen'? =A0How it works? The hardware & soft=
ware
>> involved?
>
> You forgot to include "specs" and "code" in your response.
>
> Cheers,
> Rob.
> --
> http://www.interjinn.com
> Application and Templating Framework for PHP
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

php|arch magazine had an article about this some years back, search
their archives. Its more than possible, but you will likely need to
install apache/php/mysql on the machine that run the device (assuming
its a kiosk type machine)

--=20

Bastien

Cat, the other other white meat

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: Touch screen programming help

am 21.09.2009 15:32:03 von Tommy Pham

----- Original Message ----
> From: Robert Cummings
> To: Tommy Pham
> Cc: Manish - dz - PHP ; php-general@lists.php.net
> Sent: Monday, September 21, 2009 6:29:01 AM
> Subject: Re: [PHP] Touch screen programming help
>
>
>
> Tommy Pham wrote:
> > ---- Original Message ----
> >> From: Manish - dz - PHP
> >> To: php-general@lists.php.net
> >> Sent: Monday, September 21, 2009 5:32:59 AM
> >> Subject: [PHP] Touch screen programming help
> >>
> >> Hi Is it possible to do touch screen programming in PHP ? If it is then,
> how ?
> >> Please specify th specs with code.
> >>
> >> Thanks in advance,
> >>
> >> Regards,
> >> Manish
> >
> > Did you research on 'touch screen'? How it works? The hardware & software
> involved?
>
> You forgot to include "specs" and "code" in your response.
>
> Cheers,
> Rob.
> -- http://www.interjinn.com
> Application and Templating Framework for PHP
>
> -- PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

You know that's what happens when the brain process too fast for the fingers to keep up :D


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: Touch screen programming help

am 21.09.2009 15:35:08 von Ralph Deffke

well, I would say a touch screen usualy is just another 'pointing device'
like the mouse is. it depends on the operating system and the driver setup
for it. then u simply can use any browser and just adjust the pointing
receiving elements like buttons and links a bit bigger and with images
rather then with just text. However this is not realy a PHP related issue.
more like a designers issue.

I think its realy simple

ralph_deffke@yahoo.de

""Manish - dz - PHP"" wrote in message
news:013c01ca3ab7$a9524dd0$5e01a8c0@manish...
Hi
Is it possible to do touch screen programming in PHP ? If it is then,
how ?
Please specify th specs with code.

Thanks in advance,

Regards,
Manish




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php