Here in this tutorial, I am going to show you a simple example of jQuery animation effect. The purpose of this tutorial is to make you the sense how jQuery animation effect work. h.... Read More
AJAX is a nice technique of doing something or processing server-side PHP code without refreshing the whole page. AJAX is not a new programming language. It is a technique of using.... Read More
Here in this tutorial, I am going to tell you how you can build a play pause button for HTML5 video easily with simple code snippets. To develop a play/pause button lets first crea.... Read More
The include and require statements in PHP used to take all the file content in a specific file and copy it in the file that uses the PHP include and requires statements. These functions can take text code or markup and include it in that file. The main purpose of using PHP include and require statement is […] Read More
Do while and while states may look similar and also the functionality of this loop may look similar, but there is the difference between do while and while statement. In this tutor.... Read More
Here in this Java tutorial, you will learn how to get input from users with simple example code snippets. To get input from users in Java, we are going to use Java Scanner class. T.... Read More
Inheritance in Java is a process where a Java class get the properties of another class. The properties can be methods and fields. With the inheritance process in Java, the info.... Read More
Here you will see how to draw a circle using CSS. Drawing circle using CSS code is very easy. There is a trick in CSS which can be used to draw a circle and it is so easy and simpl.... Read More