Posts Tagged ‘remote scripting

Remote Scripting (AJAX) framework

Spare time to spend on interesting projects is not plentiful nowadays. Even so I have managed to put quite a few hours into a small web application framework. My goal is to make it easier to develop web applications that heavily depend on client server communication. I really want to get rid of the painfully [...]

Javascript, PHP

Remote scripting with SRSS

I have ever since I wrote my old article on remote scripting using the script tag been intrigued by the possibilities of “behind the scenes” communication. Then Harry Fuecks started writing about XMLHttpRequest and how to connect it with PHP in a seamless manner resulting in JPSpan. The result works much like CORBA (or like CORBA was [...]

Javascript

Remote scripting with javascript

I am currently working on a web based instant messenger client. In creating this I faced the problem of how to manipulate the web client from the server side. I didn’t want the client to reload every time it needed to check for status changes of contacts, new messages, send messages and what not. When [...]

Javascript