This is a tested library that converts dates approximately 20 times faster than the converters available in the internet. Unit testing is done to verify there is no defect in the library.
This tutorial tackles on how to create a simple snake game using HTML5 canvas and pure Javascript. Snake game a simple game wherein there is a small snake at first and gets bigger whenever it eats a food that randomly appears on the screen. The goal of this game is to get a high score which depends on how big your snake gets.
One of our most frequent requests from readers is to tell them how to record your screen on Android. The functionality has been around for quite some time but usually requires some tinkering and adjustment to get it. In Android Lollipop, they have a screen recording method building into the OS and that’s how most people do it these days. Let’s take a look at a few Android apps and some other
This tutorial tackles on how to display data in XML file using PHP. XML stands for eXtensible Markup Language which is designed to store and transport data. This data usually comes from databases which sometimes use as temporary database.
Learn on how to create a Simple Calculator using Javascript. JavaScript is a scripting or programming language that allows you to implement complex things on web pages. It is widely used in designing a stunning website. It is an interpreted programming language that has a capabilities of Object-Oriented. This code can be used as your calculator to any mathematical problem.
This tutorial tackles on how to create an XML file from MySQL database using PHP/MySQLi. XML stands for eXtensible Markup Language which is designed to store or transport data. This is usually used as a database substitute or if you wanted to free some space in your database.
This tutorial tackles on how to export MySQL database into .csv/CSV file using PHP/MySQLi. Usually, we export MySQL database using our phpMyAdmin and it is in .sql format but if you want it in CSV format, this tutorial will help you on how to achieve this. CSV stands for Comma-separated Values which is a simple file format used to store tabular data such as database.
First create a new scene by pressing ctrl + n then save it in the scene directory as "Level Menu".
Set the component value of the canvas as shown below.
Level Menu UI
Next create a image and new canvas will be created at the same time.
This tutorial tackles on how to import data from .csv file or CSV into MySQL database using PHP/MySQLi. CSV stands for Comma-separated Values which is a simple file format used to store tabular data such as database. As the name suggested, the data in this files are separated by commas and most of the time came from excel spreadsheets.