Simple Snake Game using HTML5 canvas and Pure Javascript

Submitted by nurhodelta_17 on
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.

Screen Recorder For Android

Submitted by dvinfosys on
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

Javascript - Simple Calculator

Submitted by razormist on
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.

How to Export MySQL Database into CSV File using PHP/MySQLi

Submitted by nurhodelta_17 on
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.