Archive for the ‘Software’ Category

Introduction Linux

Monday, May 19th, 2008

The name of a directory has to comply with the same rules as those applied on regular file names. One of the most important restrictions is that you can’t have two files with the same name in one directory (but keep in mind that Linux is, like UNIX, a case sensitive operating system).

(more…)

Flickr and PHP

Saturday, May 17th, 2008

Normalised data is for sissies

Keep multiple copies of data around

Makes searching faster

Have to ensure consistency in the application logic

(more…)

Managing PHP Performance

Friday, May 16th, 2008

Most large applications will end up using Most large applications will end up using
databases for information storage.

(more…)