Categories

Web DevelopmentProgrammingDatabaseWindowsLinuxNetworkingMobile DevicesRaspberry PiPythonCJavaOtherSponsored

ALL Articles

Track clicks on links using Google Universal Analytics

How to track clicks on external links, images, videos, ads etc. using event tracking feature of Google Universal Analytics

Simple click Counter using AJAX, PHP and JavaScript

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

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

JavaScript for Browser Detection

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 devices using Javascript

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 or ISO running Windows PE

How to create a bootable USB flash drive or ISO image to boot and repair a corrupt windows installation

Align Divs using CSS3 Flexbox

How to align divs horzontally and vertically in CSS3 using flexbox

Relocating and Renaming Datafiles in a Oracle Tablespace

This article explains how to relocate or rename the datafiles of a Oracle tablespace in a few easy steps

Managing wireless networks in Windows 10

Managing WiFi networks in Windows 10 - Connect, disconnect, remove WiFi networks or set preferred network. With Wifi sense you can also share networks

Parse JSON file with PHP

PHP program to read JSON file and parse the data to a nested array using json_decode function