Archive

Blog Archives

CRUD Query using JSON Column

Code snippets for performing CRUD operations usng JSON data type.

Performing CRUD Operations with Sessions in Python – Django

Performing Create, Read, Update and Delete in Python Django

Connecting an ASP.NET MVC Application to MySQL

Learn how to connect an ASP.NET MVC application to MySQL

Creating a Registration Page in Django

A simple bootstrap registration page using Django v.1.10.

Create a Facebook Preloader Style using Bootstrap

Simple preloader similar to Facebook using Bootstrap. Easy to implement and easy to learn.

Organize Diretory Files into Year-Month-Day Heirarchy using PHP

Do you have large amount of files sitting in just one directory? Have you ever thought about organizing them in Year-Month-Day path programatically? Let’s get started.

AJAX Pagination with Search and Sort in ASP.NET MVC 5

A simple tutorial which demonstrates how you can paginate your data using AJAX and apply search and sort features using Entity Framework in ASP.NET MVC 5.

Ruby on Rails Pagination

Creating a simple paginated list of posts on Ruby on Rails

Adding Helper Files in Laravel 5

Demonstrates how to properly add helper files to your laravel app

Build your own Custom File Manager for CKEditor using PHP

Upload files with CKEditor to a custom directory using a simple File Manager PHP Script.

AJAX Multi File Upload in WordPress Front-End

Uploading Files Asynchronously in WordPress Front-End using AJAX

WordPress Front-end AJAX Pagination with Search and Sort

A simple AJAX pagination that includes a search filter and sorting functionality

Create Posts from WordPress Front-End

Allow visitor to create a post from the front-end of your WordPress blog

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.

Building a Real-Time Chat Application Using Pusher

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

Simple File Upload with PHP

Create a very simple file upload with File Size validation.

Creating a Facebook Thumbnail Field in your WordPress Post or Page

In this tutorial, I am going to show you how to create a field where you can enter a custom image that you wish to use as your cover image when sharing your posts/pages on Social Sites such as Facebook

Build Your Own Ajax Contact Form in WordPress

A very simple AJAX Contact Form for your WordPress blog.

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

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.

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.

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.

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.

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.

Example of an Ajaxified WordPress Admin using OOP Style

A Good demonstration of Ajaxified WordPress Admin along with Object Oriented Approach

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

Setting and Getting Cookies in Javascript

Basic usage of cookies (GET and SET)

Generate Emails with HTML & CSS in WordPress

Adding HTML tags and CSS Styles into your Email Contents

PHP Function to Validate Date Format

Simple PHP Function that can be used to validate date format of user input

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

Useful CSS3 Element Effects

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

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.

Adding a Simple Math Captcha to your Form in PHP

Useful Math Captcha to prevent robots from submitting automated requests

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