Tutorials

C# - Simple Calculator

Submitted by razormist on
In this tutorial we will create a Simple Calculator using C#. C# is a general-purpose, object-oriented programming language. C# is expected to make it faster and less expensive to develop new application. The potential of C# is great when it comes in developing desktop application. It has a friendly environment for all new developers. So let's do the coding.

Getting Started

First you will have to download & install the Visual Studio.

How to create JSON File from MySQL Database using PHP

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a JSON file from MySQL Database using PHP. JSON stands for JavaScript Object Notation and has an extension of .json which is a syntax for storing and exchanging data. JSON is a text, which is used in exchanging data between a browser and a server.

How to Create a Simple Pie Chart using Google Chart API with PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a simple Pie Chart using Google Chart API with PHP and MySQLi extension OOP. Charts primary provides a statistical presentation of data within our application or systems. Google Chart API is a web service created by Google that provides graphical chart for data supplied by the user.

C# - Simple Random Password Generator

Submitted by razormist on
Learn on how to create a Simple Random Password Generator using C#. C# is a object-oriented programming language and all - purpose integrated development. C# automatically manages inaccessible object memory using a garbage collector, which eliminates developer concerns and memory leaks. It has a designed for improving productivity in the development of Web applications. It has a friendly environment for all new developers.

Javascript - Simple jQuery Form Validation

Submitted by razormist on
Learn on how to create a Simple jQuery Form Validation using Javascript. This code can be used in validating some forms to prevent errors. JavaScript is a scripting or programming language that allows you to implement complex things on web pages. It is a text-based programming language meant to run as part of a web-based application. It is an interpreted programming language that has a capabilities of Object-Oriented.

Javascript - Simple Currency Converter

Submitted by razormist on
Learn on how to create a Simple Currency Converter using Javascript. JavaScript is a scripting or programming language that allows you to implement complex things on web pages. It can renders web pages in an interactive and dynamic fashion. It is widely used in designing a stunning website. This code can be used as your converter to your mathematical problem

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.