Web design and development blogs

Introduction of JavaScript Basics and Variable

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

Read More
Functions in JavaScript

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

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

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

Read More
How to Create a Simple Image Gallery in JavaScript

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

Read More
How to install themes in Magento

How to install themes in Magento

You have installed the Magento and now looking for an easy step by step tutorial on ‘Installing theme in Magento’, then you landed up on the right page. Our expert has written a very concise and brief help guide for you. You can install theme in Magento in two ways: first is through Magento Connect and other […]

Read More
Basic JavaScript Tutorial for Beginners

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

Read More