How to track clicks on external links, images, videos, ads etc. using event tracking feature of Google Universal Analytics
Create a simple click counter for your website using AJAX, PHP and JavaScript. It can be customized to store data in flat text file or MySQL database
How to convert MYSQL data to JSON using PHP You may use this in combination with Jquery/AJAX to exchange data with web applications in JSON format
How to detect the browser used by a website visitor using Javascript. The script runs feature-based test instead of checking userAgent string
How to detect mobile users on your site using Javascript. Create responsive websites by detecting user's browser
How to create a bootable USB flash drive or ISO image to boot and repair a corrupt windows installation
How to align divs horzontally and vertically in CSS3 using flexbox
This article explains how to relocate or rename the datafiles of a Oracle tablespace in a few easy steps
Managing WiFi networks in Windows 10 - Connect, disconnect, remove WiFi networks or set preferred network. With Wifi sense you can also share networks
PHP program to read JSON file and parse the data to a nested array using json_decode function