Learn about Web APIs
All Web APIs content:
-
Use querySelector to Add and Remove Element Class Names
Tutorial • BeginnerThe DOM (Document Object Model) makes it easy to add and remove class names from HTML elements with JavaScript. In this article, we'll learn how to use the...
-
Learn Modern JavaScript Fundamentals in 7 Hours: Free Course
Tutorial • BeginnerJavaScript is the language of the web. If you want to code for the web, you need to know JavaScript inside and out. This course will help you learn...
-
Start Using HTML5 WebSockets With a Node.js Server
Tutorial • IntermediateLearn all about using WebSockets in your application and creating a steady flow of communication between client and server.
-
How to Get and Use HTML5 Data Attributes in JavaScript
Tutorial • IntermediateIn this article, we’ll discuss how you can get HTML5 data attributes with JavaScript. We’ll go through a couple of real-world examples to demonstrate how you...
-
Create a Google Login Page in PHP
Tutorial • IntermediateLearn how to integrate Google login in your PHP website. We’ll use the Google OAuth API, which is an easy and powerful way to add Google login to your site.
-
Using ipdata for Geolocation
Tutorial • IntermediateWith ipdata, developers can use a simple web API to acquire meaningful geolocational data on their visitors, allowing them to enhance their visitors'...
-
How to Add the Sticky HTML5 WordPress Music Player to Your Site
Tutorial • BeginnerThis tutorial will teach you how to quickly create a sticky music player for your WordPress website with continuous playback. This WordPress audio player...
-
How to Create a Google Calendar Plugin for WordPress
Tutorial • IntermediateRegardless of niche, adding a calendar plugin to your WordPress site is a great way to improve user engagement and retention. In this tutorial, I'll show you...
-
Adding a Music Player to Your WordPress Site
Tutorial • BeginnerNeed to add a music player to your site? WordPress offers a number of solutions for your audio needs. Read on to find out how to define your needs and...
-
Keys, Credentials and Storage on Android
Tutorial • IntermediateThis post on Android user data security will focus on credential and key storage. It will begin by introducing account credentials and end with an example of...
-
Storing Data Securely on Android
Tutorial • AdvancedIf you're storing user data, it's critical that you do so securely. This tutorial will get you up and running by looking at the storage system and how to...
-
How to Create an Audio Oscillator With the Web Audio API
Tutorial • AdvancedThe Web Audio API is a model completely separate from the tag. It's a JavaScript API for processing and synthesizing audio for the web. The goal of this API...



