Posted on 04-01-2008
Filed Under (Python) by Linux Poweruser Programmer

Developing with Chickenfoot
Google engEDU
56 min – 25-Jul-06

Google TechTalks
July 25, 2006

Rob Miller
Michael Bolin


Chickenfoot is a extension that embeds a environment in the browser’s sidebar. Unlike a shell that simply supplies access to the DOM of a webpage, Chickenfoot provides users with a high-level API, making scripting accessible to end-user programmers as well as hackers. In this talk we will present the design and implementation of Chickenfoot; in particular, our novel technique of using keyword patterns to identify page components. We will also demonstrate how to use Chickenfoot for debugging webapps and creating rapid prototypes. In fact, we’ll write a extension in under a minute, or your money back. Read the rest of this entry »

Sphere: Related Content

Tags: , , , , , , , , , , ,
(0) Comments    Read More   
Posted on 31-12-2007
Filed Under (GNU/Linux) by Linux Poweruser Programmer

XML11: An Windowing Protocol
Google engEDU
1 hr 12 min – 1-Jun-06

Google TechTalks
June 1, 2006

Arno Puder
Arno Puder received his masters and Ph.D. in science and is currently working as an Assistant Professor at San Francisco State University. He is one of the founders of the MICO CORBA implementation. His special interests include distributed systems, middleware architectures and ubiquitous computing environments.


This presentation introduces XML11, an windowing protocol inspired by the X11-protocol develop by MIT. XML11 is an -based protocol that allows asynchronous UI updates of widgets to an end-device. To overcome high-latency connections, XML11 allows migration of application logic to the end-device.

The prototype implementation of XML11 runs in any standard browser without capabilities on the client-side and replaces AWT/Swing on the -side. This also allows us to expose legacy AWT/Swing applications as applications. Ultimately XML11 can be used for writing applications withoutrequiring any knowledge. The prototype implementation of XML11 is released under the GPL and available at www.xml11.org Read the rest of this entry »

Sphere: Related Content

Tags: , , , , , , , , , , , ,
(0) Comments    Read More