Art Gallery
Posted in PHP Tutorial

Art Gallery project IN PHP, CSS AND MYSQL | FREE DOWNLOAD

“Art Gallery Project” is the project works for many artists. It will give a specified space on…

Tours and Travels Project
Posted in PHP Tutorial

Tours and Travels Project in PHP, CSS, JS, AND MYSQL | FREE DOWNLOAD

Tours and travels project is the online management system that is developed by using PHP and MYSQL….

Online Book Store Project
Posted in PHP Tutorial

Online Book Store Project IN PHP, CSS, JS, AND MYSQL | FREE DOWNLOAD

“Online Book Store Project” is a simple online web store which is write by using php, mysql…

Posted in JavaScript Tutorial JS Tutorial

Errors – JavaScript Basics

try statement allows to analyse block of code for errors. catch statement allows to handle error. throw statement allows to…

Posted in JavaScript Tutorial JS Tutorial

For Loop – JavaScript Basics

With help of Loop a block of code can carry work number of times. Instead of writing…

Posted in JavaScript Tutorial JS Tutorial

Switch Statement – JavaScript Basics

It is used to perform different actions on different conditions. How does it works?? – switch expression is…

Posted in JavaScript Tutorial JS Tutorial

If…Else Statement – JavaScript Basics

When you write codes, most of the times you want to perform various actions for different decisions…

Posted in JavaScript Tutorial JS Tutorial

Events – JavaScript Basics

Things that happen to HTML elements are HTML Events and JS can react on these events when…

Posted in JavaScript Tutorial JS Tutorial

Variables – JavaScript Basics

Variables are the packages for storing the values. Lets take an example, suppose a,b,c are variables :…

Posted in JavaScript Tutorial JS Tutorial

Statements – JavaScript Basics

Statements are “instructions” to be “executed” by Web Browser. JS Statement This is a simple statement to…

Posted in JavaScript Tutorial JS Tutorial

Syntax – JavaScript Basics

It is the set of the rules how programs are constructed. JS Programs : A computer program is list…