|
Posted by pittendrigh on 01/26/07 14:43
Someone wrote: "it can't be done with php alone....you'll need
javascript too"
........and then "you'll still have trouble if they resize the screen
after sending the html"
=====================
This got me thinking. I've been working with Google's new
gwt libraries recently. This is really cool stuff. They use javascript
and ajax
like messaging to talk to server, with a system modeled after JavaRMI.
They take care of the cross-browser-javascript nightmare for you.
All of a sudden web applications are empowered with drag and drop,
dynamic resizing, anything you want. Microsft beware. Office suites
can now be web based applications....and you'll be able to work on
your office stuff from an internet cafe in Mongolia, if you want.
To make this stuff work you write the code in java, and their compiler
turns (the required client side
portions) into javascript for you. The PHP community should jump on
this and make a similar system,
else be left behind.
Navigation:
[Reply to this message]
|