Archive

Blog Archives

Featured Image Shortcode [Plugin]

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

Accessing HTML DOM Elements with PHP

Get contents of a website by parsing the DOM Elements

Overriding Woocommerce CSS

Loading a custom style sheet before Woocommerce style sheet

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

How to use Pace.Js

Add a simple Progress Indicator into your website

How to use niceScroll.Js

Easy-to-use solution to have a custom scroll bars compatible with desktop, tablet and phone devices.

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

Understanding SQL Joins

A very good graphical representation of SQL Joins

Select Box with Search Filter

Integrating a custom select box with search filter using Select2 plugin.

Setting / Getting Sessions Values in PHP

Learn how to set and get Sessions values in PHP

Contact Form 7 Normalize Form CSS

Normalized CSS for your Contact Form 7 forms.

Contact Form 7 Country and State Drop-Down List

Implement Country Names, Country Codes and States & territories within the United States to your Contact Form 7

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.

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

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

Useful CSS3 Element Effects

Apply Hover Effects into any HTML element with these cool CSS3 Animations

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.

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