Our Blog
Find something interesting! Bookmark to use it later anytime in your project.
Export Data Into An Excel 2007 File Using PHPExcel
TL;DR The article explains how to create an efficient and fast autocomplete feature using jQuery, PHP, and MySQL. It starts by describing the basic...
How to Cancel/abort Previous ajax Request in jQuery
TL;DR article explains how to avoid slowing down your web app by canceling or aborting previous AJAX requests. It provides a code snippet that...
Top 3 methods to Post Form Data Via jQuery Ajax
TL;DR Different methods to post data within a form to any URL without refreshing the page using jQuery $.ajax function. It provides an example of a...
WordPress Custom Pagination and Blog Posts List
Laravel Custom Validation – mp3, Ogg Extension Files Only
TL;DR The author faced an issue where Laravel's in-built Validator class did not work properly while uploading audio files in a form via jQuery...
Import Data Into MySQL From Excel File Using PHPExcel
TL;DR A PHP developer shares how to use the PHPExcel library to upload data from an Excel file into a MySQL database. The tutorial includes creating...