My first bundle with Webpack 4


Webpack is a open-source bundler for web assets like CSS or JavaScript files To install Webpack you will need NPM to be installed on your computer or any similar package manager like Yarn. Open a command line and go to the root directory of your project, then run C:\>xampp\htdocs\webpack-project>npm install webpack –save-dev   Proceed to […]

Configuring your web server with .htaccess


A .htaccess file helps you to configure your web server, such as the Apache web server. In a .htaccess file, you can declare rewrite rules, prevent image hotlinking, handle bad http requests (404 Not Found), and so on. You can even use htaccess for basic authentication along with a .htpassword file where you can store […]

What is Bootstrap?


Bootstrap is the most popular front-end framework for building responsive, mobile-first apps.

JavaScript Object Literals


An object literal is a comma-separated list of name-value pairs wrapped in curly braces. Object Literals can contain others Object Literals, Arrays and Functions.

Connecting to a MySQL Database with the PHP library PDO


PDO stands for PHP Data Objets and support Prepared Statements

you can also use the bindParam method, like: