Archive

Blog Archives

Creating a AJAX Helper Function in ReactJS

Wrapping fetch method into a helper function in ReactJS

Simple PHP Pagination with AJAX

Create a simple and light weight AJAX pagination using PHP

Python – Django AJAX Pagination with Search and Sort

A simple AJAX pagination that includes a search filter and sorting functionality

Create a Facebook Preloader Style using Bootstrap

Simple preloader similar to Facebook using Bootstrap. Easy to implement and easy to learn.

Ajax Multi File Upload in ASP.NET MVC 5

In this tutorial we will work with uploading files asynchronously via Ajax

AJAX Pagination with Search and Sort in ASP.NET MVC 5

A simple tutorial which demonstrates how you can paginate your data using AJAX and apply search and sort features using Entity Framework in ASP.NET MVC 5.

Node.js AJAX Pagination with MongoDB + Search + Sort + Filter

Create a simple pagination that loads the content dynamically from NodeJs server.

MongoDB AJAX Pagination with Search and Sort using PHP

A simple tutorial which demonstrates how you can paginate your documents using AJAX and apply search and sort features.

How to do ajax in Laravel 5.2

Best practices in implementing ajax in your laravel app.

Using History.js with AJAX

Simple example on how to make History.JS work with dynamically loaded pages.

AngularJS – Show route only after all Ajax requests are resolved

Show route page only after Ajax request is complete for single or dynamic routes

AngularJS – Show a loading image on HTTP Requests

Append a loading gif image to your screen while AJAX is fetching data

AJAX Multi File Upload in WordPress Front-End

Uploading Files Asynchronously in WordPress Front-End using AJAX

WordPress Front-end AJAX Pagination with Search and Sort

A simple AJAX pagination that includes a search filter and sorting functionality

Loading wp_editor via AJAX

Fix problem with wp_editor showing but missing buttons on Text and Visual tab

Building a Real-Time Chat Application Using Pusher

A simple chat application that uses a self-hosted API called Pusher

AJAX Multi-File Upload With Image Preview and Sort [Under Development]

Simple File upload with Preview and Sort Functionality before upload

Build Your Own Ajax Contact Form in WordPress

A very simple AJAX Contact Form for your WordPress blog.

AJAX Multi File upload in CodeIgniter

A simple AJAX multi-file upload tutorial that follows CodeIgniter best practices.

Implementing AJAX Pagination with Search in CodeIgnier

Advanced jQuery Pagination using AJAX and PHP

How to do Ajax in Codeigniter

A very basic but powerful implementation of Ajax that complements Codeigniter.

Post Class for Resume Database

Functions from my most recent Resume Database project

How to use LazyLoad.Js

Lazy Load is delays loading of images in long web pages. Images outside of viewport are not loaded until user scrolls to them.

AJAX using XMLHttpRequest Object

Learn the basics of AJAX using XMLHttpRequest with Javascript.

Example of an Ajaxified WordPress Admin using OOP Style

A Good demonstration of Ajaxified WordPress Admin along with Object Oriented Approach

Sending HTTP requests using cURL in PHP

A simplified way of Sending HTTP requests using client URL

WordPress Frontend AJAX Pagination

Create a Front-end AJAX pagination in your WordPress blog

Implementing AJAX in WordPress

Introduces the proper way of using AJAX in your WordPress blog