Author Archives: XZoLMLRU2Pg

How to Create Abstract Classes and Methods in C#

Abstract class In Object Oriented Programming (OOP) is a type of class which is incomplete within itself, but they are created and used for inheriting (deriving) a sub class (derived class).


read more »

How to Make a Block Quote with HTML


read more »

How to Install MAMP

In this tutorial, we will guide you on how to install mamp in mac. We will guide you on how to install mamp; from the time of downloading mamp on your mac to the time the installation completes. Follow this detailed guide to learn how to install the mamp application.


read more »

How to Add HTML Hit Counter to Website


read more »

How to AJAX File Upload

In this tutorial on how to AJAX file upload, we will upload multiple files using AJAX and show the preview of the files when they will be uploading and when uploaded. We will use HTML, JavaScript, PHP and CSS to create the AJAXfile upload function.


read more »

How to Embed Video to HTML Document


read more »

How to AJAX jQuery

In this tutorial on how to AJAX jQUery, we will create an input field with an auto complete seacrch box functionality using AJAX jQuery. When the user will type in the input field, the data will be sent to the server via jQuery. We will also be working on the response of the server. When the data will be sent to the server, it will return the data through jQuery after appending some text with it.
The acronym AJAX means Asynchronous JavaScript and XML. It is a web browser technology independent of web server software. With Ajax, we can retrive or send the data at the background, and the overall output (or the display of the website) doesn’t get effected. This technique, therefore, negates the need of reloading a web page, where classic web pages have to be reloaded if their content changes at the back end. jQuery contains a set of tools which makes it pretty easy to implement AJAX.


read more »

How to Embed Youtube Video to HTML Document


read more »

How to AJAX

What is Ajax? This tutorial introduces you to the basic concepts of the language. It is a group of techniques which are implemented on the client side for creating asynchronous, fast and dynamic web content. The acronym AJAX means Asynchronous JavaScript and XML. It is a web browser technology independent of web server software. AJAX allows sending and retrieving of data from a server asynchronously at the back end without disturbing the display. This technique, therefore, negates the need of reloading a web page, where classic web pages have to be reloaded if their content changes at the back end.


read more »

How to Draw a Line in HTML with HR tag


read more »