Javascript Events

Today we will learn a new concept called events and event handlers. What is an event? An event is something that happens when an...

Javascript Conditionals

Today we will be learning conditional statements in javascript. Conditional statements are nothing but decision making statements. Using these statements we can decide our...

Javascript Functions

Today we are going to learn a new topic called functions in javascript. Functions are mostly used to reduce a programmer’s most of the...

How to implement drop down menu using jQuery

In this session we will study how to implement drop down menu with the help of jQuery.Here we will create some tabs where each...

Javascript Loops

Today we are going to learn loops in javascript. Loops are mostly used to repeat the execution of certain statements. If you want to...

Javascript Variables and Arrays

Today we will learn how to declare and use javascript variables and arrays. We will create a simple html page and then learn different...

How to implement timing events in javascript

In this session we will learn how to implement timing events in javascript . There are two methods used in JavaScript which will help us...

Database connection using PDO

In this section we will be using Database connection using PDO (PHP Data Objects). To Connect the database using PDO follow the steps given below...

JQuery Fundamentals

Last time we went through javascript fundamentals. Today we will go through the fundamentals of a javascript library “JQuery”. What is JQuery? JQuery is a multi-browser...

Javascript Fundamentals

Today we are going to start an introduction to Javascript and JQuery. It is used to do some processing in a webpage. In this...