Archive

Blog Archives

Performing CRUD Operations with Sessions in Python – Django

Performing Create, Read, Update and Delete in Python Django

Add Plugins to CKEditor CDN

Easily add plugins into your CKEditor hosted on a CDN.

Ajax Multi File Upload in ASP.NET MVC 5

In this tutorial we will work with uploading files asynchronously via Ajax

Adding Helper Files in Laravel 5

Demonstrates how to properly add helper files to your laravel app

Customizing WP Editor in WordPress

Customizing Wordpress’s default wp_editor buttons and settings.

Create Posts from WordPress Front-End

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

Character Count with Live Progress Bar using jQuery

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

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.

Post Class for Resume Database

Functions from my most recent Resume Database project

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 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

Setting / Getting Sessions Values in PHP

Learn how to set and get Sessions values in PHP

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

Fix 404 Page Not Found in all Pages in WordPress

How to Fix 404 Page Not Found in all Pages Except Home Page

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.