Archive
Blog Archives
Ajax Multi File Upload in ASP.NET MVC 5
In this tutorial we will work with uploading files asynchronously via Ajax
Create Posts from WordPress Front-End
Allow visitor to create a post from the front-end of your WordPress blog
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
Add .html extension to permalinks
Tutorial on how to add .html extension to both posts and pages in WordPress
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 New Frontend Login Form in WordPress
Have full control over your WordPress log-in form and add your own validations.
Create a Custom Post Type in WordPress
Register a post type and allow other roles to add, edit, and delete their owns posts.