Archive
Blog Archives
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
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.
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
AJAX Multi-File Upload With Image Preview and Sort [Under Development]
Simple File upload with Preview and Sort Functionality before upload
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.
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.
Change Password using AJAX and jQuery in WordPress Front-End
The feature is easy to do using just plain PHP and HTML, but if you are like me who wants to take small bits of modules into the next level then you might probably want to check out this tutorial on how to