Check out my latest project: Code Dumper

Archive for the "php" Tag

CodeIgniter

If you've been following me on Twitter, then you'll know I've been umm-ing and err-ing about whether or not to use CodeIgniter, the PHP framework. It really boils down to this: I've built my own framework in PHP, which works the way I like - but I'm attracted to the code infrastructure support CodeIgniter (CI) can [...]

How to integrate OpenID as your login system

I've assumed you know what OpenID is, you're using your own blog as your identity and now you want to offer a way for your users to log in your sexy new webapp using OpenID, or, as I've done in my code experiment Todged use it exclusively for logging in. However, in developing the log in [...]

Accessible, degradable style control - part 2

As promised, the second instalment of accessible, degradable style control (that follows part 1). This entry will cover style sheet control, and although this has been covered by other posts in the past, often they rely entirely on JavaScript. This method does not.

Accessible, degradable style control - part 1

This the first in a two part tutorial on how to create style control links to your web site to control font sizes and to control style sheets both from JavaScript and with JavaScript disabled browsers. This method will also keep the user on the page they changed the style from, and will continue to hold [...]

How to setup your Mac web development environment

Following my accident a couple of weeks ago, I've now been blessed with a new MacBook Pro which needs setting up again. So, I thought I'd document setting up MySQL, PHP5 and Apache with multiple virtual hosts.