Our Blog
Find something interesting! Bookmark to use it later anytime in your project.
How to Cancel/abort Previous ajax Request in jQuery
jQuery AJAX is the most common way to deal with AJAX requests these days. You can send as many ajax requests as you like but there are many cases in...
Top 3 methods to Post Form Data Via jQuery Ajax
jQuery $.ajax function is quite a nifty way to post data within a form to any URL without refreshing the page and so is used extensively wherever...
WordPress Custom Pagination and Blog Posts List
WordPress is by far the most popular CMS in the world especially for blogs related website. One reason for that is cause it has almost everything a...
Laravel Custom Validation – mp3, Ogg Extension Files Only
I know what you are thinking. You are thinking what's even the need of this topic. I mean sure with Laravel's in-built Validator class, validation...
Import Data Into MySQL From Excel File Using PHPExcel
Although rare, but there might come a case when you might have to ask someone to upload an excel file and use it's data for storage purposes. Most...
Recursive Function – Practical Application Example
A recursive function has many definitions but at it's core all it means is that it's a function which calls itself over and over again and usually...