JavaScript Tutorial

Building REST service with Express.js

Submitted by admin on
REST services became a de-facto standard of data exchange for public APIs. Twitter, GitHub, Parse are just few examples that rely on REST to exchange data with the clients. Before we start to write our first REST service with Node, let's see what exactly is REST and how it works. REST stands for 'REpresentational State Transfer'. It leverages the semantics of HTTP protocol to express operations over a some collection of items (data). REST typically uses JSON to send and receive data. NOTE: This is a common misconception to call every HTTP-based JSON service REST.

Greeting Message to the User

Submitted by azalea zenith on
This simple script that I create using JavaScript jQuery that will message the user then this program will greet the user base on the current time. Use this simple program to be polite to the user and it shows to the user how much they important in every visit to the website. Live Demo All source code construct using jQuery script.

Byte Calculator in Bootstrap

Submitted by azalea zenith on
In this tutorial, we are going to create Byte Calculator in Bootstrap. This tutorial creates using JavaScript. If you are looking for this kind of tutorial then you are at the right place. Using this tool to convert the size of one file of one unit to another. The results turn in these possible units option. Like, Byte, KiloByte, MegaByte, and GigaByte. After downloading this source code, kindly insert the desired numeric value in the TextBox then select what units do you want to convert it and click the "Calculate . .

Stopwatch in Bootstrap Templates

Submitted by azalea zenith on
In this tutorial, we are going to learn how to create Stopwatch in Bootstrap Templates. The feature of this simple tutorial has the function to start the stopwatch, to pause, to resume, and to reset the stopwatch back to zero. If you hit the reset button the timer will automatically back to zero then press the start button to begin. Look for the Live Demo, click the button below.

Simple Clock using Dropdown in Bootstrap Template

Submitted by azalea zenith on
This Simple Clock using Dropdown in Bootstrap Template. This simple tutorial creates using JavaScript, HTML, and Bootstrap Template for the GUI. Using the drop down function, you can set the time format in every city around the world. You can use this simple tutorial to change the time set in your web projects or in a system that you have.