Product Code(SKU): 1593274874
Product weight: 1.10 Pounds
Brand: imusti
A Guide to Modern Web Development
Today s web technologies are evolving at near-light speed, bringing the promise of a seamless Internet ever closer to reality. When users can browse the Web on a three-inch phone screen as easily as on a fifty-inch HDTV, what s a developer to do?
Peter Gasston s The Modern Web will guide you through the latest and most important tools of device-agnostic web development, including HTML5, CSS3, and JavaScript. His plain-English explanations and practical examples emphasize the techniques, principles, and practices that you ll need to easily transcend individual browser quirks and stay relevant as these technologies are updated.
Learn how to:
Turn outdated websites into flexible, user-friendly ones that take full advantage of the unique capabilities of any device or browser. With the help of The Modern Web, you ll be ready to navigate the front lines of device-independent development.
1. Geolocation API
Allows you to ask a website visitor for their current geographical location, which can be vital for certain online services.
2. Streams API
Gives you live access to modern, web-connected devices that have cameras and microphones.
3. Battery API
Shows the status of visitors’ device battery levels, letting you prompt them to save data when levels are low.
4. Network Information API
Monitors the network status of a device. If connection strength is low, you can postpone downloading large files.
5. Web Storage API
Makes your site accessible even when a user s device is offline. You can hold copies of files locally, removing the need for internet connection.