Posts Tagged ‘php’

My HTML/CSS templating system

When creating pages with HTML/CSS I like to make it as speedy as possible for both production and future maintenance. I make this possible with a very simple PHP template system.
Read the rest of this entry »

Creating People friendly URLs using PHP and MYSQL

Let’s face it people, URLs need to be people and search-engine friendly; People need them as navigational aids and search engines love those keyword-laden pieces of loveliness.

Read the rest of this entry »

Textpattern as a complete CMS

As part of my uni project, I have been implementing textpattern as a complete Content Management System. Due, to the fact, that when I was doing this I couldn’t find any information about it, I have decided to document how I did it.

Information Architecture

Before installing textpattern, I worked out the IA for the website in question (meaning what categories and sub-categories were necessary), so that, when it came to mapping that to textpattern it wouldn’t be so hard (yeah right!)

Read the rest of this entry »