Archive

Blog Archives

Creating a AJAX Helper Function in ReactJS

Wrapping fetch method into a helper function in ReactJS

Simple PHP Pagination with AJAX

Create a simple and light weight AJAX pagination using PHP

How to do ajax in Laravel 5.2

Best practices in implementing ajax in your laravel app.

Using History.js with AJAX

Simple example on how to make History.JS work with dynamically loaded pages.

Java – Parsing JSON Data from a URL

Simple code snippet for parsing JSON data from a URL in Java

WordPress Front-end AJAX Pagination with Search and Sort

A simple AJAX pagination that includes a search filter and sorting functionality

Simple Posts Pagination in WordPress

Paginating posts in WordPress

GET Request using cURL

Demonstrates how to pull out data from a Web Service using cURL GET Method

Simple File Upload with PHP

Create a very simple file upload with File Size validation.

Creating a Facebook Thumbnail Field in your WordPress Post or Page

In this tutorial, I am going to show you how to create a field where you can enter a custom image that you wish to use as your cover image when sharing your posts/pages on Social Sites such as Facebook

Build Your Own Ajax Contact Form in WordPress

A very simple AJAX Contact Form for your WordPress blog.

Featured Image Shortcode [Plugin]

Creates a shortcode for your featured image to easily embed it within your WP Editor.

How to do Ajax in Codeigniter

A very basic but powerful implementation of Ajax that complements Codeigniter.

Post Class for Resume Database

Functions from my most recent Resume Database project

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.

URL Rewriting for Custom Post Types Date Archive

Clean URL’s for Custom Post Type Archives

Add .html extension to permalinks

Tutorial on how to add .html extension to both posts and pages in WordPress

WordPress Frontend AJAX Pagination

Create a Front-end AJAX pagination in your WordPress blog

Implementing AJAX in WordPress

Introduces the proper way of using AJAX in your WordPress blog

Fix 404 Page Not Found in all Pages in WordPress

How to Fix 404 Page Not Found in all Pages Except Home Page

Set a Default Featured Image for your Posts in WordPress

Add a default image for posts that do not have a featured image.

Create a Custom Post Type in WordPress

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

Create a Submenu Page in WordPress Admin

Start creating your first plugin-like page

Exporting Reports to CSV with WordPress

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