Archive
Blog Archives
Connecting an ASP.NET MVC Application to MySQL
Learn how to connect an ASP.NET MVC application to MySQL
Creating a Login Page in Django
In this tutorial we are going to build a simple login using Django Framework. Above photo is exactly how our app will look like when completed, so let’s get started. Note: The codes in this tuturial was developed using Django v1.10.6, it may not work with older versions. Create the base template mymodule/templates/mymodule/base.html: 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152<!DOCTYPE html> […]
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.
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
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
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.
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
Useful CSS3 Element Effects
Apply Hover Effects into any HTML element with these cool CSS3 Animations
Auto Login to WordPress from another Website
Automatically login to Website B from Website A securely without using a password.
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.
Adding a Simple Math Captcha to your Form in PHP
Useful Math Captcha to prevent robots from submitting automated requests
How to use the JQuery Date Picker of WordPress
Include the built-in Date Picker of WordPress int your front-end forms in WordPress