Web Development Articles!

Create Article XML File

Posed on 2008-05-03 12:43:14

Author: Gareth Bennett

To DO:

Comments on Create Article XML File (0)

Design a CMS for a Dynamic Website

Posed on 2008-03-28 20:53:40

Author: Gareth Bennett

To begin designing our CMS we first need to decide on what data/information we need to store. We are building an Article driven dynamic website.

Data we need to store:-

Article

  • title
  • author
  • created
  • last-mod
  • keywords
  • link
  • content

As you will notice all elements for the article are in lower-case. As we are delivering the pages as XHTML the tags must be set to lower-case.

We now need to define some rules.

  • 4 Articles per page
  • Display all Articles titles

We are now ready to start implementing the system, this is where the real fun begins!

Comments on Design a CMS for a Dynamic Website (0)

XML CMS Introduction

Posed on 2008-03-17 22:27:15

Author: Gareth Bennett

What is a CMS?

A Content Management System (CMS) is a way to manage the content you store.

Why choose an XML CMS?

It all depends on the type of system you are building.

Advantages of XML?

  • Integration with XHTML
  • Interoperability

Disadvantages of XML

  • More Data Storage
  • No Table Indexes
  • Security

In the next Article, we will start designing our very own XML Content Management System....

Comments on XML CMS Introduction (0)

XML Content Management System

Posed on 2008-03-10 12:58:01

Author: Gareth Bennett

I have currently been working on creating an XML Content Management System (CMS) in PHP. Over the next few weeks I will be documenting this project into a series of articles.

Coming soon..

  • Introduction
  • Design a CMS for a Dynamic Website
  • Build a Control Panel
  • Add an RSS 2.0 Feed
  • Add a Google Sitemap Generator

Comments on XML Content Management System (0)