Archive
Blog Archives
Create a Facebook Preloader Style using Bootstrap
Simple preloader similar to Facebook using Bootstrap. Easy to implement and easy to learn.
Fastest way to Convert Associative Arrays to Objects
No need to create a class or Function to accomplish it.
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.
Optimize WordPress Database by Disabling and Removing Revisions
Disable the saving of revisions in your WordPress blog to optimize your Wordpress database.
Change Password using AJAX and jQuery in WordPress Front-End
The feature is easy to do using just plain PHP and HTML, but if you are like me who wants to take small bits of modules into the next level then you might probably want to check out this tutorial on how to
Select Box with Search Filter
Integrating a custom select box with search filter using Select2 plugin.
Indent WordPress Subcategories in a Drop-down List
Create a drop-down list with multiple level of WordPress Subcategories.
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.
Auto Login to WordPress from another Website
Automatically login to Website B from Website A securely without using a password.
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 New Frontend Login Form in WordPress
Have full control over your WordPress log-in form and add your own validations.
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