There are tons of new features in HTML5 that can help us build powerful web apps. This article discusses 10 of these, with details on browser support.
APIs
This article provides a survey of the classList API and shows how it is used to manipulate classes.
Guzzle is a PHP HTTP Client designed to help you consume restful and other APIs from all over the web
This article explores HTML5 custom data attributes and the JavaScript dataset API.
This article introduces the Network Information API and shows how it can be used to improve responsive sites.
This article provides an introduction to the getUserMedia API. The article provides a working example of the API in action.
This article continues the exploration of JavaScript's new Promises API.
Learn how to combine PHP and WMI to dig deep into Windows and get insight into a machine's hardware and software details via PHP
This article explores the HTML5 Battery Status API. Using this API, an application can gain insight into the amount of battery time available.
Read How to Use the HTML5 Vibration API and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.
The article explores the User Timing API and shows how it can be used to benchmark JavaScript code.
Learn how to implement Dart and PHP through the resurrection of an old programming tutorial sample game.
Read Creating a Chrome Extension for Diigo, Part 3 and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.
Learn how to implement translation and speech synthesis with Microsoft Translator
Read Simple Form Creation with Wufoo: A Developer's Perspective and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.
Read Creating a Chrome Extension for Diigo, Part 2 and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.
Getting started with Google App Engine and deploying your app via Git
Read Creating a Chrome Extension for Diigo, Part 1 and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.
Use Google Translate API to automatically translate user submitted comments on your website to predefined languages
Read Using the HTML5 Constraint API for Form Validation and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.
Read Change Your APIs - Without Losing Customers and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.
Read Demystifying Modern Social APIs: Social Sign-In and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.
Read Native JavaScript Equivalents of jQuery Methods: CSS and Animation and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.
Read Native JavaScript Equivalents of jQuery Methods: the DOM and Forms and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.
In this tutorial, you'll learn how to create a Notepad app with indexedDB. indexedDB allows developers to persist data within the web browser.
In this article, you will learn about the new Javascript API which is File API.
This article introduces the HTML5 WebSockets API. The readers are provided with an introductory client page and server.
This tutorial gives an overview of the JavaScript History API and explains how to use this feature while designing modern web applications.
This article shows the reader how to create a polyline on a map, using geolocation and the Google Maps API. A complete demo is also presented.
This article explores server-sent events. In particular, this article focuses on the client aspects of the API and the EventSource object.