I’m currently in the process of rewriting my 404 (This is missing!) page, and I thought I’d share some of the search functions for popular search engines. I’ve written the strings below in such a way that if one is to append whatever terminology they’re searching for to the end of the string, that...
For quite a spell, I’ve thought about writing down the various times where I’ve had interesting happenings at my apartment complex. One of the most recent is some anonymous neighbour who opts to leave messages in rather fine print, stating “Don’t slam the door, or I’ll report you!” – which is odd fo...
The following are some trivial snippits to use AppleScript to control Menu Items in applications that support System Events.
— Tell Safari to open a new window tell application “Safari” to activate tell application “System Events” tell process “Safari” click menu item “New Window” of menu “File” o...
I’m currently working on adding XML-RPC, and eventually, SOAP support to Rollator, so you can post with third party utilities such as Kung-Log to Rollator. It’ll be integrated into the 1.4 release, whenever that happens. ;)
We’ve all become far too used to getting spam – myself, even with custom filters and homegrown Bayes filters, get a few that trickle through. Those are easy to contend with.
I eventually dredge through the dreaded ‘spam’ tagged messages as well, just to be sure that my system is accurate, and to k...
Here’s a quick little PHP snippit to encode your URLs for use for the Simple redirect discussed earlier. It’s amazingly trivial: