Flex, Flash and Apollo for Rich Internet Applications
Google EngEDU
56 min – May 2, 2007
Google Tech Talks
May 2, 2007
James Ward, engineer and evangelist for Adobe’s Flex, Flash and Apollo technologies, will demonstrate their use for very rich user experiences in internet applications. Topics covered will include ECMAscript, the recent open source donation of the scripting engine to the Apache Tamarin project, Apollo (the standalone execution environment for running desktop applications written in flash and HTML) and much more. Read the rest of this entry »
Sphere: Related ContentCreating Tools for AJAX Development
Google engEDU
1 hr – May 3, 2006
Google TechTalks
May 3, 2006
Javier Pedemonte, IBM
Adam Peller, IBM
ABSTRACT
Tools for building HTML/Javascript and so-called AJAX-style applications are sparse. Mozilla has traditionally had the best tools in Venkman and its DOM Inspector, but recently development has been stagnant and these tools do not offer integration with active code development.
Newer tools like Firebug offer more clever tools to inspect pages but still have no role in the rest of the development cycle.
The Eclipse AJAX Toolkit Framework brings these types of tools into the Eclipse IDE — making use of the Java XPCOM to Java bridge and leveraging the robust features of Eclipse, while leaving the environment pluggable for more enhancements. The current work will be demonstrated and the architecture will be discussed, with particular attention to the JavaScript debugger and embedding of xulrunner. Read the rest of this entry »
Sphere: Related ContentWeb Applications and the Ubiquitous Web
Google engEDU
1 hr – Feb 1, 2006
Google TechTalks
February 1, 2006
Dave Raggett
Dave Raggett is currently a W3C Fellow from Canon, and W3C Activity Lead for Multimodal Interaction. Dave has been closely involved with driving standards for the Web since 1992, e.g. setting up the IETF HTTP working group, helping with work on ECMAScript, and W3C work on HTML, XForms, MathML, VoiceXML and other related specifications. For further details see: http://www.w3.org/People/Raggett
ABSTRACT
The Web is increasingly a ubiquitous platform for application developers. The talk will outline an emerging vision for the Ubiquitous Web and areas where further work is needed. I will also present work I have been doing on a Web-based alternative to Microsoft PowerPoint and its extension to support remote meetings. Finally, I will demonstrate the use of AJAX to add speech capabilities to web browsers and the role of remote speech engines. Read the rest of this entry »
Hacking the brain by predicting the future and inverting the un-invertible
Google engEDU
54 min – Jan 27, 2006
Google TechTalks
January 27, 2006
William Softky
http://www.softky.com/Bill/resume.html
The brain seems to carry out nearly all its sensory perception using generic, interchangeable modules, each of which learns (from scratch) to represent and process whatever signals it is exposed to. But what does each module actually do? What is the "API" between modules such that they can all learn and work in harmony? Read the rest of this entry »
Sphere: Related ContentHTML forms Next Generation
Google engEDU
53 min – Mar 5, 2007
Google Tech Talks
March 5, 2007
Web-based replacements for spreadsheets and simple forms
By Dave Raggett, W3C Fellow and Principal Researcher at Volantis Systems.
The ability to collect data from users and to submit it to servers has become a very important part of the Web. Forms are often supplemented by Web page scripts that enable the data to be checked as the user is filling out the form and before sending it to the server. These scripts can get quite complicated to develop and to maintain, making it interesting to explore ideas for replacing such scripts by equivalent declarative approaches.
XForms-Tiny is an incremental extension of HTML4 forms that can be deployed on today’s Web browsers using an open source cross-browser JavaScript library that works on Internet Explorer 6 and 7, Firefox 1.5 and 2, Opera 9, Konqueror 3.5, and Safari, When delivered via HTTP as a compressed file, the download size is only 6 Kilo Bytes.
XForms-Tiny provides authors with the means to use simple JavaScript expressions for validating field values and spreadsheet-like formulae for computed fields, but also the means to describe repeating groups of fields, e.g. for line items in a purchase order. XForms-Tiny further provides for suppression of irrelevant parts of forms and context dependent control over which fields must be filled out. All this is possible without the page author needing to write any lines of client-side script.
This talk will present XForms-Tiny and place it in the context of related work (Web Forms 2.0, XForms-Basic, and XForms full) as well as the challenges for dealing with the small displays on mobile devices.
You will also learn about new approaches for browser-based editors that avoid the pitfalls of designMode and which are paving the way for a replacement for spreadsheets, browser-based editing of slide presentations and much more.
If people are interested and there is time available, I could also give a brief summary of the impending W3C Ubiquitous Web Applications working group that applies markup and eventing to simplify the development of distributed applications across a wide variety of network appliances including desktop computers, office equipment, home media appliances, mobile devices (phones), physical sensors and effectors.
http://www.w3.org/2007/03/html-forms Read the rest of this entry »
Sphere: Related Content