Generate QR Code using Javascript or JQuery


QR Code - Quick Response code is type of matrix code. QR Codes are machine-readable and the content inside them cannot be changed once generated.
QR Code - Quick Response code is type of matrix code. QR Codes are machine-readable and the content inside them cannot be changed once generated.
GitHub Pages is a static site hosting service that takes HTML, CSS, and
JavaScript files straight from a repository on GitHub, optionally runs
the files through a build process, and publishes a website
Binary format is very difficult to read. Suppose you get task to replace the some text of for field whose datatype is image or varbinary. We can achieve the task in different different way.
In this article, we will learn to take the backup of MS SQL database with password protected. Password protected files are very secured since unauthorized person will not able to access it. If it is database then it is more important to secured the database backup file with password.
In this article we will see how to get the first and last date of previous month. This is very helpful to generate the previous month reports.
In this article we will learn to fetch the numbers of rows in ms sql database table.
Some time in situations where we require the count of the rows in each table, we can go with various approach like using third party software, count manually :-( or write program in our preferred language.