Category Archives: Tips

Status Barred: iOS Screenshot Status Bar Remover App

So many iOS apps developers for­get to remove the screen­shots from their apps on the App Store; often reveal­ing the hor­rendous times the screen­shots were taken and detract­ing from the actual app. iTunes Connect recom­mends the removal of the status bar, and Status Barred removes the status bar per­fectly regard­less of the screen­shot being retina, […]

The software for this printer is currently unavailable [Lion]

Lion no longer installs all the printer drivers out of the box, I guess to cut down on unne­ces­sary down­load­ing from the Mac App Store. On 10.7.1 it wouldn’t let me add a printer with the error: The soft­ware for this printer is cur­rently unavail­able. Please con­tact the printer’s man­u­fac­turer for the latest soft­ware. However by run­ning Software […]

Last.fm doesn’t autostart with iTunes in Lion [Fix]

Update 04/08/2011: last.fm have updated their cli­ent, either use the Check for updates.. in the app or down­load it. Still no scrob­bling but the release notes show they’ve fixed it for Lion: 1.5.4.28012 (mac) (04/08/11) —————————- * Plugin fix for iTunes 10.5 * 64bit ver­sion of the plu­gin for iTunes on Lion Original: Sadly the last.fm client […]

Mac OS X Lion Login Contact Details Message

In Mac OS X Lion you can now add a short mes­sage to the login screen. It’s a long shot but adding con­tact details might increase the chances of a lost machine being recovered by 0.5%. To update the mes­sage go to System Preferences > Security & Privacy > General where you can choose Show a mes­sage when the screen is […]

Cannot Connect to Facebook Chat in Adium with Lion

Due to some cookie restric­tion in Lion the latest stable or beta ver­sion of Adium can­not con­nect to Facebook chat. Luckily they just re-enabled their nightly builds which fix the issue. Download the latest nightly from: http://nightly.adium.im/ Make sure you get the 1.4.3 nightly cur­rently: http://nightly.adium.im/?repo_branch=adium-1.4-default As the 1.5 builds are unstable. Update: Adium have now […]

Missing Fonts in Mac OS X Lion (10.7)

After upgrad­ing to Lion I found it dis­abled a few of the sys­tem fonts. This made lots of web­sites not dis­play as inten­ded and warn­ings about Missing Fonts in Pages (which had the bene­fit of arti­fi­cially inflat­ing my book’s page count bring­ing it nearer com­ple­tion). Turns out Lion can dis­able cer­tain fonts in cer­tain cir­cum­stances; I did a clean […]

Xcode 4: Unable to Select Project / Template Type

When open­ing a new iOS or tem­plate type in Xcode 4 (4.0.2) I was unable to select any of the pro­ject or file tem­plates, turn it out this occurred when tap­ping (not ‘click­ing’) on the items. Using a firm click­ing click or the arrow keys seems to work around this. Tapping just seems to deselect any­thing cur­rently selec­ted. What […]

Show / Reveal Password Bookmarklet

If you’ve got a pass­word saved, but can’t remem­ber what it is, you can use this book­mark­let to reveal it. Drag the image to the book­mark bar: Click the but­ton above to try it out: If you’re inter­ested in the JavaScript source:   javascript:Array.prototype.slice.call(document.querySelectorAll(“input[type=‘password’]”)) .map(function(el){el.setAttribute(‘type’,‘text’)})   It gets all pass­word inputs and turns their type to text; […]