Tim Flight

Posts

Flowing Text Between Columns in HTML (CSS)

07 November 2019

When laying out text, narrow columns of text are a bit easier to read than super wide lines of text. Graphic designers often break […]

Slim (PHP) and HTTP ERROR 500, Internal Server Error

02 December 2017

When starting out with Slim, sometimes people have difficulty getting it running and their browser returns a HTTP ERROR 500, Internal Server Error. There […]

Composer’s PHP Platform Config

26 October 2017

Developers are often bitten when their development environment doesn’t match their production environment close enough. When using composer to manage PHP dependencies, composer might […]