Tag Archives: programming

The Typography of Code

As a self proclaimed programmer/designer I enjoy not only the logical and practical things in life, but also the beautiful and well designed. And I find the greatest pleasure when these things converge to produce something extraordinary.
One such thing is Typography. Typography is the art of language, the visualization of the spoken word. A medium by […]

PHPRunner

Have you ever wanted to quickly test out a PHP function or block of code, but been annoyed at how long it takes to open up your editor, write the code, save the file, and then view it in your browser? (I’m assuming you have a local server for testing these sorts of things)
Well, I know […]