This document summarizes Brian LeRoux's presentation about building cross-platform web applications with PhoneGap.
PhoneGap allows developers to write mobile apps using web technologies like HTML, CSS, and JavaScript and then compile them into native applications for various mobile platforms. This avoids issues like platform fragmentation and provides access to device APIs. PhoneGap uses a technique where it creates a browser instance and allows JavaScript to access native device functions. It supports platforms like iOS, Android, Blackberry and others.
The document also discusses related tools like XUI, a small JavaScript framework optimized for mobile, and Lawnchair, a lightweight JSON document store designed for data persistence in offline mobile apps.