Category: JavaScript

How to use jQuery.ajax() api with PHP?

AJAX, stands for Asynchronous JavaScript and XML. It’s just a way to have the client requested data from the server without having to reload the entire page. jQuery has a number of built-in AJAX functions and $.ajax() or jQuery.ajax() is one of them. Most of the time, we’ll use one or two of them, but […]

How to Create a Simple Image Gallery in JavaScript

Hi, I am Pradeep Kumar Jha a student of ADMEC Multimedia Institute Delhi, learning Web Designing/ UI Development course here. Today I want to discuss about the development of a basic image gallery in JavaScript. This is a project given by our JavaScript mentor in this institute. Who can read this post? A web designer, a JavaScript enthusiastic, a JavaScript learner, […]

Basic JavaScript Tutorial for Beginners

Hi, I am Surekha Madaan, a web designing student of ADMEC Multimedia Institute today I am writing a very easy and step by step tutorial on JavaScript for those who just started learning JavaScript or for beginners. This article is completely focused on JavaScript basics and contains useful information about the introduction of JavaScript, importance of JavaScript and […]

Step by Step Guide on Using LESS with Bootstrap

‘Bootstrap’ or ‘Twitter Bootstrap’ from Twitter is very common word among web designers, html5 developers, or UI developers because in current scenario every company needs a website that fits on all the devices, platforms, and screens perfectly so that they can capture maximum business through their websites. In result Twitter launched an easy to implement […]

What is the difference between instanceof and typeof operators in JavaScript?

Use of typeof Operator in JavaScript typeof checks for the datatype of a given value. Suppose you have a value in a variable or have multiple values in an array and you want to check the datatype or value type of that value then typeof operator is a solution in JavaScript. I am giving an example […]

What is JavaScript and how it is useful for Websites?

In my teaching and industry familiarity of many years in JavaScript I have observed a very common question in many students that what is the use of JavaScript in today’s websites?. So I determined to convolute a most common and less clear side of JavaScript in this post. What is JavaScript? JavaScript is a client side programming language and […]