iOS 7 status bar fix for Sencha Touch apps

Sencha Touch hasn’t been updated for iOS 7’s new fullscreen views yet. This causes the status bar to overlap your app’s content, which looks rather messy. Luckily it’s really easy to get things working again if all your views use title bars / navigation bars. Just drop this code into app.js (after your last Ext.Viewport.add […]

Continue Reading

shareit: Simple FTP-based file sharing from the command line

File sharing websites tend to have ads everywhere, and long running HTTP uploads of large files can be a pain in the backside, so I stopped using them a while back. Whenever I needed to share a file with someone, I’d figure out the file’s MD5 sum (to avoid naming collisions), fire up Transmit (the nicest Mac […]

Continue Reading

Unadopted Podcast Session 036 Out Now!

After 8 months of neglect, the Unadopted Podcast is finally back! Music this time from Goose, Santigold, Hot Chip, Soulwax, Joe Goddard and more! If you love the Unadopted Podcast, please add Unadopted on Facebook and tell your friends about the podcast, then tune into Unadopted Radio! Also, please be good and buy the tracks you like, it’s […]

Continue Reading

Thoughts on switching from Chrome to Safari 5.2 [updated]

I’ve used Google Chrome almost exclusively as my main browser since 2009, but after seeing Apple’s WWDC keynote last week I decided to give Safari another try, because being able to send a tab from one device to another (without using Pastebot to just copy/paste the URL across devices),  is one of my most-wanted features. […]

Continue Reading

Fixing problems caused by using an old version of RubyGems (1.7.2)

I recently had to install an old version of RubyGems (v1.7.2 to work around an incompatibility with a Rails 2.3.x app I’m working with. This caused Capistrano to freak the older RubyGems version out with this error: Invalid gemspec in [/Users/myusername/.rvm/gems/ree-1.8.7-2012.01@mygemset/specifications/capistrano-2.11.2.gemspec]: invalid date format in specification: “2012-02-22 00:00:00.000000000Z” This broke RubyGems so bad that every […]

Continue Reading

Unadopted Podcast Session 034 Out Now!

Yep it’s Monday again, but here’s something to make the week go that bit quicker! Music this time from Tiga, Cut Copy, Carte Blanche, Ladytron, TEED, Eyerer & Chopstick and more! If you love the Unadopted Podcast, please add Unadopted on Facebook and tell your friends about the podcast, then tune into Unadopted Radio! Also, please be good […]

Continue Reading