This document summarizes a presentation on HTML5 for PHP developers. It discusses how technologies like Ajax, Comet, WebSockets, Web Workers, and offline application caching are moving more logic to the client side in web applications. This allows building richer applications with real-time features. It also explores how PHP can be used with these new techniques, like with WebSockets, to build powerful real-time web applications.