Results for: "query"

Contents (208)

PHP - The Singleton Pattern
PHP - The Singleton Pattern

The Singleton Pattern is one of the GoF (Gang of Four) Patterns. This particular pattern provides a method for limiting…

read more
How to connect to MySQL with Node.js
How to connect to MySQL with Node.js

Let's see how you can connect to a MySQL database using Node.js, the popular JavaScript runtime environment. Before we start, it…

read more
How to get DOM elements with JavaScript
How to get DOM elements with JavaScript

When you access any element of the DOM, it is usual to save it in a variable. This is something…

read more
How synchronize the scroll of two divs with JavaScript
How synchronize the scroll of two divs with JavaScript

In case you have two divs of different sizes you may sometimes want to scroll both at the same time…

read more
How to access webcam and grab an image using HTML5 and Javascript
How to access webcam and grab an image using HTML5 and Javascript

We often use webcams to broadcast video in real time via our computer. This broadcast can be viewed, saved and…

read more