How to fix a Mac Launchpad icon stuck on screen
Mac’s Launchpad has a bug where when you try to click an application icon, instead of opening the app, it moves as if you were dragging it, not clicking it, then remains on the Desktop
Continue readingSolving technology problems, one at a time
Mac’s Launchpad has a bug where when you try to click an application icon, instead of opening the app, it moves as if you were dragging it, not clicking it, then remains on the Desktop
Continue readingI have an early-2008 iMac which has served me pretty well for home use, but the hard drive finally died. Since replacing the drive on those machines is quite a chore, I brought it
Continue readingDrupal’s Feed aggregator has a problem displaying some of the escaped tags in Google Alerts Feeds. For example, see the screenshot below:
The fix is to alter the code in
modules/aggregator/aggregator.module
Search for
function aggregator_save_item($edit)
In both the UPDATE statement and the INSERT statement:
replace $edit['title']
with
strip_tags($edit['title'])Continue reading