July 2011
2 posts
5 tags
The Real Solution to bring back Swiping to Lion
This (previous post) is a hack to get Vertical swiping back on the Magic Trackpad and doesn’t work for a laptop trackpad.
For this fact I think Apple’s intention is to use the Option key as a modifier to activate vertical swiping and it is likely this hack will be fixed at some point.
So my suggestion to get swiping back in your favorite cell-based apps like Carousel, Reeder,...
HOWTO: Bring Back Vertical Swiping in Lion
Edit: Some people are saying they are not seeing the plist. It might be worth noting that the /Users/your_username/Library (~/Library) folder is hidden by default in Lion. To unhide it, open Terminal.app and issue the command chflags nohidden ~/Library/ Not sure if that will help people find the plist that needs to be edited or not.
Edit #2: It is possible this is a Magic Trackpad only fix
...
June 2011
1 post
4 tags
HOWTO: Sync Carousel saves/recents with Dropbox
Like most Mac apps, Carousel stores support files in the Application Support directory, this of course includes the file used for saves and recents. You should be able to just copy and paste the commands after each step in your Terminal application…
First quit Carousel and backup your file in case something goes wrong:
cp -r ~/Library/Application\ Support/com.mobelux.Carousel...
May 2011
1 post
April 2011
1 post
March 2011
4 posts
Judge Lets Sony Unmask Visitors to... →
Seriously Sony?
February 2011
10 posts
I’m at Q Barbecue (Midlothian, VA)
Follow me on Gowalla
I’m at River City Diner (Midlothian, VA)
“Special birthday breakfast date :)”
Follow me on Gowalla
I’m at Childrens Museum Of Richmond Short Pump (VA)
“Birthday Party!!”
Follow me on Gowalla
Welcome to the Jump Show.
I’m at Sweet Frog (Midlothian, VA)
Follow me on Gowalla
January 2011
12 posts
2 tags
Syncing CodeBox content with Dropbox
The only app that I’ve bought from the Mac App Store is CodeBox. It is pretty light on features right now, but it does an OK job at storing code snippets.
One feature that I’ve got to have is a way to sync the content across multiple macs. So I figured out how to do it with Dropbox:
First backup ~/Library/Application Support/com.shpakovski.mac.codebox in case something goes...
What’s in Your iOS Image Cache? →
December 2010
8 posts
(No witty caption required)
1 tag
Objective-C Try / Catch Block
cocoaheads:
Used for trying to execute code that might generate an exception, and catching a resulting exception.
Sample:
@try {
//code
}
@catch (NSException *exception) {
//handler
}
@finally {
//statements
}
It should be noted that iOS simulator hates try/catch and will crash on an exception. http://www.openradar.me/8237699
Maren: I want some cake
Me: you just ate a cupcake
Maren: cupcake is not cake. Cupcake is cupcake.
Me: A solid argument if I ever heard one.
I’m at Q Barbecue
Follow me on Gowalla
November 2010
8 posts
iOS 4.2 + 1st Gen Apple TV = Fail?
I’ve been playing around a little with the iOS 4.2 Gold Master beta. The first thing I wanted to try was AirPlay, so I fired up the iPod app on my iPad. I was not happy with what I found.
I guess the good is my Airport Express showed up in the list. The bad news is no Apple TV. My Apple TV is pretty flakey so I restarted it… no change. Then I used the Remote app to connect up...
October 2010
4 posts
1 tag
“If you listen to your beer, it will tell you things.”
Playing at Paramount Theater tomorrow night.
I recently came in to possession of a couple of genuine Greenwood Tempered Steel Rakes, invented by my great-Uncle. Still in good shape for being ~80 y/o.
Check out the patent application on Google Patents.