XHTML2 is the next version of HTML, offering improved usability, accessibility, document structuring, internationalization, device independence, integration with the semantic web, and better forms processing. This tutorial by the chair of the W3C working groups producing the technologies introduces XHTML2 and shows how it improves the website building process. ========= HTML is a great success, but has become a sort of Garden of Eden, with lots of Thou Shalt Nots in the form of guidelines, such as for accessibility, usability, internationalisation, metadata, device independence, etc. Representatives of these communities have all come to the HTML working group to ask for new facilities with the aim of reducing the need for such guidelines. The first part of this tutorial shows the unity of design of XHTML2, and how it has largely solved the requirements by generalising existing facilities in HTML. It then goes into the details of some solutions. The second part uses the attendee's knowledge of HTML Forms to show the similarities and differences with HTML, and demontrates the power of the XForms approach. It then develops several example applications, and demonstrates working examples of advanced applications. It rounds off by discussing the large number of available implementations, including implementations for mobile devices, and talking about typical applications XForms is being used for now in industry. The tutorial will be given by the chair of the two W3C working groups producing the technologies. =============== Talk: The power of declarative thinking Computers are becoming exponentially more powerful. They used to be incredibly expensive, and humans (in comparison) nearly free. Now the tables are reversed: computers are nearly free and people are incredibly expensive. And yet we insist on using tools to address computers that were designed to make life easy for computers rather than people. The success of the Web has turned the browser into a central application area for the user, and you can spend most of your day working with applications in the browser, reading mail, shopping, searching your own diskdrive. The advent of applications such as Google Maps and GMail has focussed minds on delivering applications via the web, not least because it eliminates the problems involved with versioning: everyone always has the most recent version of your application. Since Web-based applications have benefits for both user and provider, we can only expect to see more of them in the future. However, the approaches used for these applications don't address some fundamental needs for the web, such as accessibility and device independence. And furthermore the approach comes at a cost. Google Maps is of the order of 200K of Javascript code. Such applications are only writable by programming experts, and producing an application is not possible by the sort of people who often produce web pages for their own use. This talk discusses the requirements for Web Applications, and the underpinnings necessary to make Web Applications follow in the same spirit that engendered the Web in the first place.