Holding off on evaluating variables

There is a difference between performing a calculation and solving a problem. I’ve been considering the equation of a circle, . Except, you see, that’s not the entire thing. There’s a bit that we’ve dropped because it’s  zeroes (and therefore doesn’t affect our equation): . This equation contains the full information–everything that is necessary to draw and position …

PHP!?

Crikey, I loath PHP. I almost hated it due to an oversight in modifying this site’s scripts. return “$root/$blog_id”; The above does, in fact, work. It was getting butchered elsewhere. Every thumbnailed image in WordPress assumed that I was the only user and knew nothing of the dynamic paths. I’ve since re-written the thumbnail script …