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