Techniques » PHP

Dynamic Font-Based Images

We wanted to create stylish text images for our page and post headings, but we didn’t want to create them in advance, we wanted them on the fly. This is a tutorial on how we accomplished this using PHP.

You’ll need PHP (PHP: Hypertext Preprocessor) the open source dynamic language the code in our example is written. We won’t elaborate, the internet is full of information reguarding PHP. (more…)

0

Hello World! – PHP Style

What would a list of How-To-Techniques be on a WordPress site without a “Hello World!” example in PHP?

We think lacking at best, so let’s play with some simple php code in the examples (more…)

0