Archive

Blog Archives

Clear Cache of Modified Files using PHP

Clear the cache of modified files only using PHP

Overriding WooCommerce archive-product.php

Best way to customize your Products page in Woocommerce

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

Optimize WordPress Database by Disabling and Removing Revisions

Disable the saving of revisions in your WordPress blog to optimize your Wordpress database.

How to use Pace.Js

Add a simple Progress Indicator into your website

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.

Understanding SQL Joins

A very good graphical representation of SQL Joins

Setting / Getting Sessions Values in PHP

Learn how to set and get Sessions values in PHP

Example of an Ajaxified WordPress Admin using OOP Style

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

Using Object-Oriented Approach in Building WordPress Admin Menus

Coding in WordPress Admin using Object Oriented Programming

Generate Emails with HTML & CSS in WordPress

Adding HTML tags and CSS Styles into your Email Contents

Sending HTTP requests using cURL in PHP

A simplified way of Sending HTTP requests using client URL

PHP Function to Validate Date Format

Simple PHP Function that can be used to validate date format of user input

Implementing AJAX in WordPress

Introduces the proper way of using AJAX in your WordPress blog

Top CSS3 Image Effects

A Collection of Image Hover Effects, try them out for free!

How to Import Large Database Files in XAMPP / Laragon / WAMP

Increase the maximum file upload size of your XAMPP and start uploading your “huge” databases!

Create a Custom Post Type in WordPress

Register a post type and allow other roles to add, edit, and delete their owns posts.

Formatting Dates in PHP

Change the output of the time stamp to something more readable

Exporting Reports to CSV with WordPress

Export your Reports using queries and gain full control over the output of the report.

How to use the JQuery Date Picker of WordPress

Include the built-in Date Picker of WordPress int your front-end forms in WordPress