Categories

Web DevelopmentProgrammingDatabaseWindowsLinuxNetworkingMobile DevicesRaspberry PiPythonCJavaOtherSponsored

WEB-DEVELOPMENT Articles

Align Divs using CSS3 Flexbox

How to align divs horzontally and vertically in CSS3 using flexbox

How to connect to an Oracle database from PHP

This article shows you how to manually install and configure PHP OCI8 extension and Oracle Instant Client Libraries to connect PHP applications with Oracle.

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 keep your passwords safe in PHP using md5 encryption

Understanding md5 encryption in PHP and how to keep your website passwords secure

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

How to use Meta Tags in HTML

Meta tags provide information to web browsers and search engines. Learn how to use Meta Tags effectively on your website.

Manually install and check Apache, PHP, MySQL on Windows

How to manually install Apache, PHP and MySQL on a Windows PC. Also explains testing, verification and troubleshooting the install

Magento 2.4: How to get order information using REST API

How to make REST API calls to get data from Magento for importing to third party ERP and CRM systems. Contains examples for making REST API calls using POSTMAN and CURL.

Verify Apache, PHP, MySQL versions already installed

Commands and procedures to check which version of Apache, PHP and MySQL that is running.

Basic file upload using PHP

Learn how to add basic file upload functionality to your web page using PHP.