Tag: JavaScript

How to Make Your Website Look Incredible with JavaScript APIs in HTML5?

The HTML5 revolution has provided us some awesome JavaScript APIs. Some are APIs we knew we have needed for years, others are cutting edge mobile and desktop helpers. Irrespective of API strength or purpose, anything which can help us do our job in a better way is a step in the right direction. The tools available to […]

7 Important Tips for Smart Coding in HTML, CSS and JavaScript

HTML and CSS is the foundation of a beautiful website. JavaScript is used to make any website interactive. This Web industry moves grows rapidly! If you are not update with latest web technologies, then you will be left behind. In this post, we have listed down some useful and powerful HTML, CSS and JavaScript techniques […]

Introduction of JavaScript Basics and Variable

Hi, I am Rakhi a student of Web Master 12 months course in ADMEC Multimedia Institute, in Delhi. I am learning JavaScript these days and I was given a project to write an article whatever I gained in my first class by Ravi Sir. So, I decided to write about JavaScript basics today. I hope […]

Functions in JavaScript

Functions in JavaScript play a very important role. Function is a group of codes designed for a specific task and is designed to avoid repetition of a code. We can also call function as a mini program to do any particular task. We need to call a function to execute it. Functions are the great […]

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, […]