@haliphax
- I'm made of metal; my circuits gleam / I am perpetual; I keep the country clean Tue May 14 @ 4:00 PM
Tags
apache aspx blog news bookmarklets business intelligence c-sharp codeigniter css dot net encryption fix forms git image editing javascript jquery ldap lifehacker lighttpd linux my software perl php plugin powershell regex security sharepoint shell sitecore sql statusnet tomcat tool tutorial twitter userscript vb.net vbscript webfocus wordpress xml xmpp xpath xslRecent Posts
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.
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
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 javascript, linux, my software, php, regex, shell, tool, wordpress 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.
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