Monthly Archives: February 2012

CodeIgniter installation and setup

Check PHP is a new enough version: php –version Copy the unzipped download to the folder above the web root. This is to improve security so a user can’t get to the files by typing a URL. Move the index.php file … Continue reading

Posted in PHP, Web development | Leave a comment

SASS, Compass, Foundation

DRAFT These frameworks make working with CSS easier and more flexible. Each adds an extra layer on functionality onto the last: SASS – adds useful syntax to standard CSS, e.g. allowing you to use variables. Files have to be converted to … Continue reading

Posted in CSS, Web development | Tagged , , , | Leave a comment