Browsing recently published posts
Page 2 of 30

Auto Answer FaceTime Call

When FaceTime was introduced by Apple the first time, I was thinking, it can be a security cam if it supports auto answering. I accidentally got the solution today. Ok, may be it’s not new, but it’s a useful trick for me. Simply execute following command in Terminal: defaults write com.apple.FaceTime AutoAcceptInvites -bool YES defaults write com.apple.FaceTime […]

Change ColorSync Profile

ColorSync Profile for Dell U2410 on MacBook Pro

Dell U2410 is a great monitor in 24 inches, with vivid color, convenient UI. When using it with my Macbook Pro, I found it too bright and the default color setting is not so good. I adjusted the color in comparison of MacBook Pro’s own LCD. And here is the Dell U2410 ColorSync Profile for MacBook Pro. Follow […]

Disable update checking of WordPress 3

When you designing a website for client with WordPress, you may not want your client click the “Upgrade” button for any reasons (mostly, by curiosity). We all know that it may cause unusable of customized theme. Here’s how to disable it. Open functions.php of your theme and add following lines. [coolcode lang=”php”] add_filter(‘pre_site_transient_update_core’, create_function(‘$a’, “return […]

Disable window pop up animation in Mac OS X Lion

Fully agreed with some reviews of Mac OS X Lion that, pop up window animation is quite annoying. Luckily it also provides a way to disable it with Terminal. In Terminal, paste command below and press enter: defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool NO UPDATE on Aug 13,2011: Try Lion Tweaks to make it more easier. […]

‹ Previous1234567Next ›Last »
Page 2 of 30