Archive
Blog Archives
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 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
Flat Surface Shader Tutorial
The Flat Surface Shader is a simple plugin developed by Matthew Wagerfield which is based on the Lambertian Reflectance model, where the color of a triangle is calculated by a variety of different light sources within a particular scene.
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.
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
Useful CSS3 Element Effects
Apply Hover Effects into any HTML element with these cool CSS3 Animations