Archive
Blog Archives
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.
Parsing a CSV File using PHP
Describes how you can access the columns of a CSV file and insert the items into the database
Create Posts from WordPress Front-End
Allow visitor to create a post from the front-end of your WordPress blog
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
Simple Database Connection using MySQLi OOP and Procedural
This tutorial demonstrates the use of MySQLi in OOP and Procedural Approach
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
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.
Implementing AJAX Pagination with Search in CodeIgnier
Advanced jQuery Pagination using AJAX and PHP
How to do Ajax in Codeigniter
A very basic but powerful implementation of Ajax that complements Codeigniter.
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
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.
Generate Emails with HTML & CSS in WordPress
Adding HTML tags and CSS Styles into your Email Contents
PHP Function to Validate User Age
Simple PHP Function that allows you to check / validate the age of your users to prevent them from accessing exclusive web contents
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 use the JQuery Date Picker of WordPress
Include the built-in Date Picker of WordPress int your front-end forms in WordPress