10 Most Important Habits of Highly Successful Web Developer

10 Most Important Habits of Highly Successful Web Developer

Learning programming is an exciting activity, but writing a good program can prove to be a challenging task. In most cases, even adding a new feature can require change of code. In the field of web development, the main area that we spend a lot of time on is the code. This can comprise of web languages like […]

Read More
Role of HTML5 and CSS3 E-Commerce Website in Hotel Industry

Role of HTML5 and CSS3 E-Commerce Website in Hotel Industry

The hotel industry has always been among the first to get the most out of new technologies. Customers are persistently looking for fresh sources of information to aid them to make decisions before purchasing services. In simple words, E-commerce means as “the process of buying and selling of services and products to businesses and consumers […]

Read More
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
1 12 13 14 15 16 21