Our Blog
Find something interesting! Bookmark to use it later anytime in your project.
Why your “Post name” permalinks are not working in WordPress
So, there could be many reasons as to why your "Post name" permalinks are not working in WordPress, but this post deals with one of most common...
Sorting an Array without using any in-built PHP functions
So, recently and quite commonly, it's being asked in interviews that how would you sort an array in PHP without using any in-built or PHP core...
Export Data Into An Excel 2007 File Using PHPExcel
Importing and exporting data from/to an excel file is quite a common requirement for many web applications, and to import from or export data into...
How to cancel/abort previous ajax request in jQuery
jQuery AJAX is the most common way to deal with AJAX request these days. You can send as many ajax request 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...