Welcome to Foxite.COM Community Weblog Sign in | Join | Help

September 2008 - Posts

Introduction to Client Server Architecture

I am often surprised to find that many developers today still do not really understand what is meant by a "Client Server" architecture or what the difference between "tiers" and "layers" is. So I thought I would post the following explanation which, if
posted by andykr | 4 Comments
Filed Under:

SW Fox is Coming

As I am sure most of my readers in the USA are already aware, this year's SW Fox conference will be held in Phoenix, AZ real soon now. The full details of the conference can be found at www.swfox.net and if you are not already booked to attend, I strongly
posted by andykr | 1 Comments
Filed Under:

What is Data Normalization?

Data normalization is a technique that is applied when designing relational database tables in order to minimize the duplication of information and, by so doing, safeguard the database against logical or structural anomalies that could compromise the
posted by andykr | 1 Comments
Filed Under:

What is a Key?

The word "key" has a very specific meaning in relational database design. It refers to a field whose value is shared between tables. The purpose of such data duplication is to enable a record in one table to be associated with a record in another, thereby
posted by andykr | 10 Comments
Filed Under: