What is SSL?

5 years ago

SSL stands for Secure Sockets Layer. It provides a secured and encrypted layer of privacy to web applications. SSL can…

Create a Diamond-shaped Image in CSS

5 years ago

It is very common to see cropped images in diamond shapes in visual design. But is it possible to create…

Create Diagonal Stripes in CSS

5 years ago

We generally encounter striped design in most websites, magazines and flyers. But a diagonal stripe in CSS? How is that…

Guide to Using React Native WebView

5 years ago

WebView is essentially a component that is used to load a web pages in your React Native project. WebView sometimes…

Function Parameters in PHP | Fast & Easy

5 years ago

Function parameters in PHP are small units of a program which can take some input in the form of parameters…

PHP Arrays

5 years ago

An array is a data structure that stores one or more similar type of values in a single value. For…

PHP Sessions: Count Number of Site Visits

5 years ago

Sessions in PHP are a way to make data accessible across the various pages of an entire website. It is…

Create a Login Form With Node.js & MySQL

5 years ago

In our previous example, we saw how we can create a registration form using Node.js and MySQL. Using that same…

Create a Registration Form With Node.js & MySQL

5 years ago

A registration form is used to collect data from potential users of your website. This is necessary, especially if you…

Node.js: Working With Modules

5 years ago

Modules are generally set of functions that you can include in your application. These could be built-in functions that are…