-
HTML5
HTML5 Keygen Element Example
The HTML5 keygen element is used to generate client certificate which can be used for authentication. In this example we…
Read More » -
HTML5
HTML Email Validation Example
Sometimes we might have to create web apps that collect user data e.g names, date of birth, username, emails or…
Read More » -
HTML5
HTML5 Canvas Example
In this example we are going to learn about HTML5 canvas. Canvas was added to HTML in HTML5. HTML5 canvas…
Read More » -
PHP
PHP Xmlencoder & Xmldecoder Example
In this example we are going to learn how to encode and decode XML (Extensible Markup Language) with PHP. For…
Read More » -
PHP
PHP Uppercase And Lowercase Example
In this example we will show you how to manipulate strings from uppercase to lowercase and from lowercase to uppercase with…
Read More » -
PHP
PHP Qr Code Generator Example
QR codes is an abbreviation for quick response code. It was first designed for the automotive industry in Japan. A…
Read More » -
PHP
PHP Number Format Example
Sometimes it can be neccessary to display a nicely formatted number on a webpage, instead of an ugly and hard…
Read More » -
PHP
PHP Json Encode And Decode Example
Json is an abbreviation for JavaScript Object Notation. It is a lightweight format that is used for data interchanging. It…
Read More »