The document discusses project management and productivity tools including Todo lists organized into categories like Todo, Doing, and Done. It mentions using tools like GitHub for collaboration as well as apps that can be accessed from a web browser, iPhone, Android devices and more. Productivity tips are provided such as taking breaks and staying hydrated when working on tasks.
This document discusses cloud computing and Amazon Web Services. It introduces the concepts of infrastructure as a service, platform as a service, and software as a service in cloud computing. It also provides examples of how Amazon Web Services offers these different cloud computing services and links to additional resources about AWS and cloud computing.
The document discusses HTML5 and its APIs. It provides an overview of several HTML5 APIs including the geolocation API, web storage API, web workers API, and WebSocket API. It also discusses how these new HTML5 features allow for more advanced web applications compared to older technologies like Flash. Finally, it mentions some libraries and tools for testing HTML5 browser support.
This document discusses how Flex can meet HTML5 capabilities through various APIs. It summarizes Flex's ability to leverage the HTML5 Web Storage API, Geolocation API, and Web SQL Database through corresponding ActionScript libraries. The Web Storage API allows storing key-value pairs in the browser through Session Storage and Local Storage. The Geolocation API obtains the user's location. And the Web SQL Database provides an SQL interface for storing data locally. Flex can interface with these HTML5 APIs through ActionScript using ExternalInterface to call JavaScript functions, enabling offline Flash applications using HTML5 features.
The document discusses HTML5 and its APIs. It provides an overview of several HTML5 APIs including the geolocation API, web storage API, web workers API, and WebSocket API. It also discusses how these new HTML5 features allow for more advanced web applications compared to older technologies like Flash. Finally, it mentions some libraries and tools for testing HTML5 browser support.
This document discusses how Flex can meet HTML5 capabilities through various APIs. It summarizes Flex's ability to leverage the HTML5 Web Storage API, Geolocation API, and Web SQL Database through corresponding ActionScript libraries. The Web Storage API allows storing key-value pairs in the browser through Session Storage and Local Storage. The Geolocation API obtains the user's location. And the Web SQL Database provides an SQL interface for storing data locally. Flex can interface with these HTML5 APIs through ActionScript using ExternalInterface to call JavaScript functions, enabling offline Flash applications using HTML5 features.