Simple Javascript Image Thumbnail Viewer

Simple JavaScript Image Thumbnail Viewer

If you perform a search on the Internet using any search engine, you will find a countless number of Javascript/jQuery image galleries that are available for you to use in …

Ajax Xmlhttprequest Request Data

AJAX XMLHttpRequest Request Data

The XMLHttpRequest object is used to send and receive data between a web browser and web server. In this article, we are going to look at how to send data …

Ajax Xmlhttprequest Responsetext Dataajax Xmlhttprequest Responsetext Data

AJAX XMLHttpRequest responseText Data

The XMLHttpRequest object is used to send and receive data between a web browser and web server. In this article, we are going to look at how to receive data …

Ajax Xmlhttprequest Object

AJAX XMLHttpRequest Object

The XMLHttpRequest object is the foundation that makes Ajax possible with the back-end communication between browser and web server. Fortunately, all modern browsers now support the XMLHttpRequest object. Without the …

Ajax And Php With Sql

AJAX and PHP with SQL

In this article, we are going to look at how to implement an Ajax solution that uses a PHP page to pull data from a back-end database. In this tutorial, …

Opening Windows And Popups With Javascript

Opening Windows and Popups with JavaScript

One of the more common uses of the Window object is to open new windows or pop-ups. While these pop-up windows are quite annoying to users when you use them …

Jquery Ajax Shorthand Methods

jQuery AJAX Shorthand Methods

In this article, we will cover the most basic methods used in jQuery when dealing with Ajax related methods. Ajax Methods The methods listed in the following table are common …

Javascript Browser Detection

JavaScript Browser Detection

While most of the JavaScript code that you use is supported across modern browsers, some of your JavaScript code will not work for some browsers, especially the older versions. We …

Javascript Array Object

JavaScript Array Object

In JavaScript, an array object can be used to store more than one value in a single variable. Creating an array is slightly different from creating a normal variable. There …

Creating A Simple Slideshow Using Javascript

Creating a Simple Slideshow using JavaScript

Slideshows are quite common on sites that have lots of images that need to be displayed for your visitors. Using just plain JavaScript, you can build a very simple slideshow …

How To Center An Image Of Unknown Size

How to Center an Image of Unknown Size

In this tutorial, we are going to look at a technique to vertically and horizontally center content where the width and height are unknown. There are a few techniques that …

Jquery Ajax Event Handlers

jQuery AJAX Event Handlers

JQuery Ajax provides a variety of methods that can be executed when certain events occur. These methods register handlers that are called when certain events, such as initialization or completion, …

Scroll to Top