Articles posted in PHP

ExpressionEngine plugin - Friendly 404 pages

I've written a simple plugin for ExpressionEngine that suggests valid pages to users based on the final segement of a 404 page. Read more

PHP 101 - The if statement

I get a fair few requests from designers asking for help with basic PHP. So I'm going to write a series on very basic PHP. It is not hard so let's start with a robot and the if statement. Read more

Managing colour schemes in CSS

Managing colour schemes in CSS can be difficult. With a bit of PHP you can take control of colour schemes in your stylesheets. Read more

Using PHP to enhance CSS

With a bit of PHP you can add an additional layer of logic to your CSS. You might choose to add seasonality to your site or change the layout entirely. You are limited only by your imagination. Read more

Back Buttons and POST data

An overview of how to stop browser warning messages appearing to users Read more

Securing upload folders in PHP on Unix Servers

On many sites upload folders are set to 777 permissions. For many developers this is the easiest and quickest way of allowing Content Management Systems to upload files to the server. A more secure method is too use 755 permissions.
Read more