How to Create Two Submit Buttons with Different Action in One Form

Submitted by nurhodelta_17 on
This tutorial tackles on how to create two submit button with different actions in one form. Traditionally, it only takes one submit button in every form. There are instance however that you wanted to have two actions in just one form. In order to achieve this, we are going to use javascript.

Android - Simple Sending SMS

Submitted by razormist on
Learn on how to create a Simple Sending SMS using Android. This tutorial is only an example for sending an SMS, it does not contain the receiving message yet. Android is a mobile operating system developed by Google. It used in several gadget like smartphone, tablet, and even television. Android is open source to developers who has an interest in developing mobile apps. It also provide an adaptive framework that allow the developer to develop an apps in a simpler way.

How to Pass Optional Paramater to a Function in PHP

Submitted by nurhodelta_17 on
This tutorial tackles on how to pass optional parameter to a function in PHP. When we create a function and set a parameter to pass to this function, the function expects the parameter to be passed and will throw an error if none given. For instance that you wanted to pass an optional parameter to a function, hope you'll find this tutorial helpful.

How to Display a Loader/Loading Image while Page Loads

Submitted by nurhodelta_17 on
This tutorial tackles on how to display a loader or loading image while a page or webpage is loading using jQuery. Providing a loader while page loads is done so that the visitor/user is aware that the page is still loading especially if your site is heavy. jQuery is a javascript library that makes you use javascript easier.

How to Get the Average of One Column in MySQL Database using PHP

Submitted by nurhodelta_17 on
This tutorial tackles on how to get the average of one column in mysql database using PHP. There are instance that we wanted to get the average of one column for reporting purposes like average sales, expenses etc. Normally, we get the sum of the column then we divide it by number of rows but actually there is a sql function that determines the average of one column.

C# - Simple Registration And Login Application

Submitted by razormist on
Learn on how to create a Simple Registration And Login Application using C#. C# syntax is highly expressive, yet it is also simple and easy to learn. C# is very simplified for the beginners. It is a general-purpose language designed to make all things simpler. It contains several classes that support any C# platforms, like game development. It has a friendly environment for all new developers.