Categories

Web DevelopmentProgrammingDatabaseWindowsLinuxNetworkingMobile DevicesRaspberry PiPythonCJavaOtherSponsored

WEB-DEVELOPMENT Articles

Using .htaccess to restrict access to Files and Directories

Restrict access to files and directories using .htaccess. Disable directory browsing and prevent access to certain files or filetypes

How to add a Favourite Icon to your website

Learn how to add a favicon or shortcut icon to your website.

Install Laravel on Windows (WAMP) Server

Quick and easy guide to install and configure Laravel on Windows running Apache, MySQL, PHP (WAMP). Laravel is a free and opensource PHP framework

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

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 update certbot to latest version on Ubuntu

Certbot is an open source tool to automatically renew Let's Encrypt certificates every 60 days. This article explains how to update certbot to latest version on Ubuntu.

Laravel on a sub domain or folder: Remove public from URL

How to install Laravel in a subfolder inside your DocumentRoot and remove the word public from the URL

How to install and configure Laravel with MongoDB on Windows

Step-by-step instructions on how to install and configure Laravel Package jenssegers Laravel Mongodb. Access a MongoDB database from PHP Laravel

How to automatically clear browser cache in Chrome

How to automatically clear the browser cache, history and other browser data in Google Chrome webbrowser

Create SOAP-based web service in C# using VS2022

By default WCF is not included in VS2022. This article demonstrates how to create a SOAP-based web service using C# ASP.NET in Visual Studio 2022.