Archive

Blog Archives

CKEditor – Detect when typing stopped

Useful for saving the data state whenever the user stops or pauses from typing.

Deploying Meteor App to Heroku

How to get your meteor app up and running on Heroku testing environment.

Installing MongoDB in XAMPP Windows

Install and configure MongoDB in XAMPP with Windows environment.

Using History.js with AJAX

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

Android Development – Parsing JSON Data from a URL

How to parse JSON data using HTTPClient and display the results on a ListView

Java – Parsing JSON Data from a URL

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

Parsing a CSV File using PHP

Describes how you can access the columns of a CSV file and insert the items into the database

Using REPLACE in an UPDATE statement

This tutorials demonstrate the use of REPLACE with UPDATE function to selectively replace text inside a string in SQL Server

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

Fastest way to Convert Associative Arrays to Objects

No need to create a class or Function to accomplish it.

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.

Simple Database Connection using MySQLi OOP and Procedural

This tutorial demonstrates the use of MySQLi in OOP and Procedural Approach

Building a Real-Time Chat Application Using Pusher

A simple chat application that uses a self-hosted API called Pusher

Overriding WooCommerce archive-product.php

Best way to customize your Products page in Woocommerce

Disable Update Notifications in WordPress Admin

Stop annoying updates and notifications in your WordPress Admin

Character Count with Live Progress Bar using jQuery

Count remaining characters from an input field or textarea and displays a progress bar.

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.

How to do Ajax in Codeigniter

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

How to use Pace.Js

Add a simple Progress Indicator into your website

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.

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

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.

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

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

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

How to Import Large Database Files in XAMPP / Laragon / WAMP

Increase the maximum file upload size of your XAMPP and start uploading your “huge” databases!

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

Exporting Reports to CSV with WordPress

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

How to use the JQuery Date Picker of WordPress

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