Re: [PHP] Touch screen programming help

2009-09-21 Thread 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: [PHP] Touch screen programming help

2009-09-21 Thread Bastien Koert
On Mon, Sep 21, 2009 at 9:29 AM, Robert Cummings  wrote:
>
>
> 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
>
>

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)

-- 

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: [PHP] Touch screen programming help

2009-09-21 Thread 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: [PHP] Touch screen programming help

2009-09-21 Thread Bob McConnell
From: Manish
> 
> 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: [PHP] Touch screen programming help

2009-09-21 Thread Andrea Giammarchi

Unless PHP Gtk has a module able to create an interface able to capture 
coordinates in a touchscreen device ... PHP is a web server programming 
language and it usually works in the server specially suited for web based 
applications.

Regards

> From: man...@dotzoo.net
> To: php-general@lists.php.net
> Date: Mon, 21 Sep 2009 18:02:59 +0530
> 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
> 
>   

_
Drag n’ drop—Get easy photo sharing with Windows Live™ Photos.

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

Re: [PHP] Touch screen programming help

2009-09-21 Thread 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