Latest PHP Tutorials and How-To's

php
Using Server-Sent Events for Logged-in Users
A tutorial on how to implement Server-Sent Events for logged-in users. Server will send updated content specific to that logged-in user.
November 23, 2016

php
Google APIs : Handling Access Token Expiration
Google access tokens expire after an hour. But instead of asking the user to re-login, it is better to refresh the old access token without any user intervention.
November 19, 2016

php
How to Implement Google Login API in PHP
Google OAuth API provides a simple way of integrating Login with Google feature in your web application. Login and signup in your website can be implemented. User data such as name, email can also be fetched.
November 17, 2016
New & Upcoming Javascript / Web Platform Features

Pan / Tilt / Zoom Support for Camera in getUserMedia()

Javascript Logical Assignment Operators

Intersection Observer Now Also Accepts a Document as the Root Element

Javascript String.replaceAll() Method

Better Caching With stale-while-revalidate Directive in Cache-Control Header

Synchronous AJAX Will Not Work in Page Dismissal Events

Javascript globalThis Property

Javascript Hashbang Comment Syntax