Switching EOL Styles

There are many things in programming that can p*ss you off. Simple things like line endings in the wrong (or mixed) format are even more irritating. For some unknown reason, occasionally my PHP IDE decides, by itself, to start converting my unix line endings to Windows ones. Yes, I do have the correct configuration setup. [...]

Changing the PHP Session Lifetime

As anyone who has attempted to use the default PHP session handler has probably noticed, sessions naturally die after a period of inactivity. What you’ll probably want in most situations is for the session not to die (or ‘expire’) until the user closes their browser. Unfortunately, there is no server-side way of knowing for certain [...]

Introducing Inspire Labs

Yay – the first post! Want to know what this blog will be all about? Check out the About page.