Set up Django on a Remote Host

I was able  to set up the Django sample site on my Dreamhost site. Django is a high-level Python Web framework that facilitates rapid web application development. I was able to follow the Django tutorial and instruction from Dreamhost to add a Django site to my domain.

Read more

Add multilanguage support to Joomla site

Recently I’ve added multilanguage support to my Joomla site (Shall We Learn)   I was able to do so by following the following two resources: 1. Step-by-step documentation from Gavic Pro http://www.gavick.com/documentation/questions/configuration-multilanguage-site-with-joomla-1-7/ 2. Tutorial from Joomla YouTube Channel

Setup a Joomla Site

In this guide, I will cover how to set up a Content Management Site powered by Joomla 1.5.x. This document is by no mean complete, but the section that shows one how to embed a flash MP3 player as a custom module should be very helpful to many.

Read more

Add Scroll Areas to WordPress Posts

I wanted to post some codes to several posts and set out to find ways to include longer code snippets on WordPress posts. Here are the steps I took to enable scrolling area for code snippets: 1. Go to your WordPress theme editor and either enable external style.css if not already enabled. I use tiga … Read more