Category Archives: Fixes

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 […]

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 […]

Improve Compressed Bluetooth Audio on Mac

If you’re exper­i­en­cing com­pressed audio when con­nect­ing to a bluetooth head­set on your Mac, you can change a set­ting to improve the qual­ity: Option (alt) click the bluetooth icon in the menu bar and select Open Bluetooth Explorer. When Bluetooth Explorer opens, select Utilities then Special Options from the menu bar. Finally increase the min­imum bit­pool to around […]

Xcode — ‘Could Not Read From Device’ iPhone Error

Xcode wasn’t send­ing builds to my iPhone, fail­ing with the error ‘Could not read from device’. Turning the iPhone on and off didn’t work, and the same error was appear­ing on a dif­fer­ent Mac so I knew it was a prob­lem with the device. To fix it try: Synchronise your iPhone in iTunes. Delete the app you’re try­ing to […]

iPhone 4 White Conversion Kit — Under £4!

Convert you stand­ard black Apple iPhone 4 to a shiny white iPhone. Get yours now on Amazon for just £3.70.

IE Detection in 7 Bytes — Javascript

Great bit of javscript code that detects if a browser is Internet Explorer in just 7 bytes: if(!+”\v1”) // true only in IE (via http://webreflection.blogspot.com/2009/01/32-bytes-to-know-if-your-browser-is-ie.html)

Google Maps API — Disable Scroll Wheel Zoom

The Google Maps API over­rides the scroll func­tion­al­ity of the scroll­wheel so it zooms the map, this often causes prob­lems when you have a large map span­ning the page. To pre­vent this in V3 of the Maps API add: scroll­wheel: false To your map­Op­tions when ini­tial­ising the map. For example:   var map­Op­tions = { zoom: 14, cen­ter: point, […]

iTunes could not back up the iPhone because the iPhone refused the request — iOS 4

Problem When run­ning iPhone OS 4 beta 1, syncing with iTunes doesn’t backup the iPhone caus­ing the error: Fix Install the iPhone SDK 4 beta with Xcode 3.2.3 (or later), which will update some files in iTunes and enable the backup to com­plete suc­cess­fully. An iTunes update is likely to be released soon to address this and other […]