How to install Django in Python on Windows Vista

I am a complete beginner of Python. Django is one of framework of Python.
It was not clear for me when I read how to install Django on Windows Vista.

So here is what I did.
Continue reading How to install Django in Python on Windows Vista

Creating a Portofolio CMS with Codeigniter Part 4

This will be the final article of this series and we will cover a category page, product page and contact page in this article.

Please follow us on Twitter or subscribe our RSS feed.

 

Demo

Download page

Continue reading Creating a Portofolio CMS with Codeigniter Part 4

Creating a Portofolio CMS with Codeigniter Part 3

View container

We create a folder under application/views/portfolio. Files, container.php, header.php and footer.php will go under this folder.

In our contaner.php, we load all the css and javascripts in the head section. Then we load header.php, error display, content if exists, page and footer.php. All the variables $content, $module, $page etc will be set in our controller later.

 

Demo

Download page

Continue reading Creating a Portofolio CMS with Codeigniter Part 3

How to install a Portofolio CMS with Codeigniter

If you are interested in our Portfolio CMS with Codeigniter, you are insterested in how it works or codes behind. However there are some who just want to use it. Here is a quick guide how to install the Portfolio CMS with Codeigniter.

Continue reading How to install a Portofolio CMS with Codeigniter

Kaimono Kago update

Kaimono Kago is a shopping cart built on Codeigniter. I have minor updates and it is ready to download. Kaimono Kago v1.1.3 Beta.

 

Creating a Portofolio CMS with Codeigniter Part 2

Admin backend

We continue working on the administration backend in this article.

The first thing is to add a our menu as you can see in the left image.

Add application/views/admin/menu_extension.php and paste the following codes.

Please follow us on Twitter or subscribe our RSS feed.

 

Demo

Download page

Continue reading Creating a Portofolio CMS with Codeigniter Part 2

Creating a Portofolio CMS with Codeigniter


We are starting a new series of Codeigniter application tutorial. We are going to create a Portfolio CMS by using this free website template from Nettus. The template has index, about, portfolio, services and contact page.

This template has nice jquery effects for showing large images in the index and individual product page.
Portfolio page shows all the categories and their product thumbnails. This page leads to a individual product page.

We are going to show you how to convert this html to a Codeigniter powered CMS. We will try to modify BeP code as little as possible. We can achieve this by adding new files rather than adding codes to Bep files. However there are times when we add codes to BeP because it save more time and codes.

Let’s get started.

 

Demo

Download link will come soon.

Download page

Continue reading Creating a Portofolio CMS with Codeigniter