Archive
Blog Archives
How to install Xdebug in Laragon
Setup Xdebug PHP profiling tool in your laragon server in less than 3 minutes.
Consuming WCF in ASP.NET MVC 5 with Entity Framework 6 using Visual Studio 2017
Create WCF service with Entity Framework then consume it on a ASP.NET MVC application
Using History.js with AJAX
Simple example on how to make History.JS work with dynamically loaded pages.
AJAX Multi-File Upload With Image Preview and Sort [Under Development]
Simple File upload with Preview and Sort Functionality before upload
Disable Update Notifications in WordPress Admin
Stop annoying updates and notifications in your WordPress Admin
Flat Surface Shader Tutorial
The Flat Surface Shader is a simple plugin developed by Matthew Wagerfield which is based on the Lambertian Reflectance model, where the color of a triangle is calculated by a variety of different light sources within a particular scene.
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.
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.
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.
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
Auto Login to WordPress from another Website
Automatically login to Website B from Website A securely without using a password.
Adding a Simple Math Captcha to your Form in PHP
Useful Math Captcha to prevent robots from submitting automated requests