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:
Let me start this off with a bit of background information.
David Grant runs a multitude of websites, and writes some great compact code. As a matter of fact, Rollator is based upon some of his ‘discarded’ code – although not all that much is left of it anymore.
I’ve been checking his QuickBlo...