One of the biggest problems faced with content rich websites is how to store the data than enriches them. Therefore, I’d like to offer my solution – something I call ‘the resource system’.

Specifically, this is designed for PHP & MySQL, but in theory could be adapted to work with other platforms.

The idea is to take the large part of the data (the content) and place it into a set of tables where it can be managed by a resource system.

Read the rest of this entry

,

In designing my content enriched website, I quickly discovered that trying to handle large quantities of data is a real bottle neck that can be a pain to overcome.

So here’s a few (unorganised) tips that I think will help:

Read the rest of this entry