Tag Archives: php

Browsercache.php: A simple browser-cache-handling library for CodeIgniter

While CodeIgniter provides a disk caching mechanism, it lacks a browser caching mechanism. Without a lengthy introduction, here’s one.

Posted in Uncategorized | Tagged , , | Leave a comment

Add “desktop version” and “mark all as read” links to Tiny Tiny RSS mobile plugin

I installed Tiny Tiny RSS on a server of mine, and after tinkering around with it for a little while, I turned on the built-in mobile plugin. It’s a wonderful little thing; it uses the iUI library to present a … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

WordPress plugin reducisaurus Makefile

While working on my first commercial WordPress plugin, the need for build automation finally struck me. The environments in which I do my most development are all driven by Linux, and so I wanted to use a tried, true, and … Continue reading

Posted in Uncategorized | Tagged , , , , , , , | Leave a comment

Add password maintenance feature to cgit with PHP

Have you ever wanted to have a nifty, browser-driven password maintenance feature in your htpasswd-secured cgit site? I’ve been meaning to build this for a while—and I finally did it.

Posted in Uncategorized | Tagged , , , | Leave a comment

Using cURL for parallel PHP without pcntl_fork

So, you want to do some parallel processing in PHP (alliteration FTW!), but your service provider does not grant you access to the pcntl family of functions*. What do you do? If you’re in a *nix environment with access to … Continue reading

Posted in Uncategorized | Tagged , , , , | Leave a comment