|
Posted by salmobytes on 09/03/07 02:57
On Sep 2, 4:51 pm, Csaba Gabor <dans...@gmail.com> wrote:
> Is there a straightforward way of implementing a PHP equivalent to
> window.setTimeout?
>
You might want to consider programming in java, using the
Google Web Tookit. It's not php. But it is a slick event
driven environment for building complex web-app GUIs.
You program in Java. Communication with the server is done
with a remote method interface that looks a lot like Java RMI.
Your java code is transformed--by the Google compiler--into
javascript, using Ajax or Ajax like messaging to the server.
They do all the browser sniffing for you. The GUIs are
lightning fast. Mouse clicks in dropdown menus
can update a remote database, without refreshing the local
screen. It's overkill for simple websites. But for complex
even driven chatter with a remote database, GWT is hard
to beat.
Navigation:
[Reply to this message]
|