Archive

Blog Archives

Creating a AJAX Helper Function in ReactJS

Wrapping fetch method into a helper function in ReactJS

Creating Helper Functions in ReactJS

Creating helper functions for your react components.

Zip and Unzip Files with PHP

Easily zip and unzip specific files or folders using these methods

Adding Helper Files in Laravel 5

Demonstrates how to properly add helper files to your laravel app

Clear Browser Cache Every Nth Day(s) in PHP

A simple PHP Script that allows you to clear you cache every nth day(s)

Polymorphism – OOP PHP Tutorial

Understanding Polymorphism and its usage and advantages.

GET Request using cURL

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

Generate CSV file and send as Email attachment PHP

Querying reports from SQL database then generate a CSV File containing all the queried data then send the CSV File to the admin email.

Disable Update Notifications in WordPress Admin

Stop annoying updates and notifications in your WordPress Admin

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.

AJAX Multi File upload in CodeIgniter

A simple AJAX multi-file upload tutorial that follows CodeIgniter best practices.

Post Class for Resume Database

Functions from my most recent Resume Database project

AJAX using XMLHttpRequest Object

Learn the basics of AJAX using XMLHttpRequest with Javascript.

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

Setting / Getting Sessions Values in PHP

Learn how to set and get Sessions values in PHP

Indent WordPress Subcategories in a Drop-down List

Create a drop-down list with multiple level of WordPress Subcategories.

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

Reading URL variables in Javascript

A Simple Function that you can use to read URL variables.

Setting and Getting Cookies in jQuery

Utilizing the jQuery cookie library in our website

Setting and Getting Cookies in Javascript

Basic usage of cookies (GET and SET)

Generate Emails with HTML & CSS in WordPress

Adding HTML tags and CSS Styles into your Email Contents

Convert stdClass Object to Array in PHP

Use this function to convert stdClass Objects into an Array

PHP Function to Validate Date Format

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

PHP Function that Generates Random Characters

Simple PHP Function that allows you to generate random codes and define your own characters and length of code.

Add a Widget Area in your WordPress Admin Dashboard

Adding a simple Widget Area on top of all the other widgets in your WordPress Admin Dashboard.

WordPress Frontend AJAX Pagination

Create a Front-end AJAX pagination in your WordPress blog

Insert PHP Code to your WordPress Post or Page

Make your post editor read PHP codes using shortcodes as tags

Implementing AJAX in WordPress

Introduces the proper way of using AJAX in your WordPress blog

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.

How to Limit the Number Words to Output in PHP

Creating a function that will limit the number of words to output

Formatting Dates in PHP

Change the output of the time stamp to something more readable

Create a Submenu Page in WordPress Admin

Start creating your first plugin-like page

How to use the JQuery Date Picker of WordPress

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