October 2011
1 post
6 tags
September 2011
2 posts
5 tags
Using GCD and Blocks Effectively →
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_LOW, 0), ^{
NSURL *url = [NSURL URLWithString:@"http://bit.ly/nUX01h"];
NSURLRequest *req = [NSURLRequest requestWithURL:url];
[NSURLConnection sendAsynchronousRequest:req
queue:[NSOperationQueue currentQueue]
completionHandler:
^(NSURLResponse *res,...
4 tags
August 2011
4 posts
4 tags
6 tags
Computer Vision: Algorithms and Applications →
Free e-book © 2010 Richard Szeliski, Microsoft Research
4 tags
Read online: Graphics Programming Black Book →
Michael Abrash’s classic Graphics Programming Black Book is a compilation of Michael’s previous writings on assembly language and graphics programming (including from his “Graphics Programming” column in Dr. Dobb’s Journal). Much of the focus of this book is on profiling and code testing, as well as performance optimization. It also explores much of the technology...
5 tags
July 2011
3 posts
5 tags
4 tags
4 tags
June 2011
5 posts
3 tags
Productive Flourishing's tips to gaining influence...
Building your influence online helps you attain a bigger and stronger web presence, which you can easily leverage to get more customers.
Here are the steps:
1. Show up. You can’t start to build your influence online if you aren’t already established where you customers are. Find out where they hang out, and go there.
2. Remember the campfire. You need to start with kindling like tweets...
2 tags
Concise Objective-C tutorial →
4 tags
4 tags
5 tags
Standard iPhone Element Sizes (Width x Height) →
A helpful listing of view dimensions.
May 2011
7 posts
5 tags
IVCON - 3D Graphics File Conversion →
IVCON can read and write a small variety of 3D graphics file formats, converting from one to the other. This is by no means a perfect or even correct program! It was home-grown, and developed, as needed, to handle a particular set of files. It can make mistakes, or crash, rather more often than software you pay for, written by someone who knows what they’re doing.
2 tags
4 tags
5 tags
Terrain visualization with digital elevation... →
3 tags
5 research-based design principles for porting iOS... →
by @dmitryn
1. UX differences between Android and iOS are only noticed by expert Android users.
2. When in doubt, Android users reach for the hard buttons.
3. iOS UX elements whose function is clear can be successfully used by Android users.
4. iOS UX elements that are redundant with Android hard buttons should not be used.
5. iOS UX elements whose purpose is unclear without iOS...
4 tags
4 tags
April 2011
2 posts
4 tags
4 tags
Augmented Reality: What are the best blogs about... →
4 tags
6 tags
March 2011
11 posts
4 tags
7 tags
LearnAR is a gorgeous augmented reality learning system by Augmatic - Experience Augmented Reality.
4 tags
3 tags
6 tags
iPhone OpenGL ES Resources – 18 That You Must... →
iPhone, iOS 4, iPad SDK Development Tutorial and Programming Tips
6 tags
iPhone OpenGL ES – 8 Great Resources For Learning →
iPhone, iOS 4, iPad SDK Development Tutorial and Programming Tips
4 tags
GHUnit →
6 tags
Apple camera iris animation →
The iPhone Development Wiki has a very nice listing of private animations which are available but not necessarily acceptable by Apple.
Here’s how to show the coveted iris animation.
CATransition *animation = [CATransition animation];
animation.delegate = self;
animation.duration = 0.33;
animation.timingFunction = UIViewAnimationCurveEaseInOut;
animation.type = @"cameraIrisHollowOpen"; ...
4 tags
February 2011
11 posts
4 tags
2 tags
Changing the default "Code Sense" indentation and... →
Run this on the command line:
defaults write com.apple.Xcode XCCodeSenseFormattingOptions -dict PreExpressionsSpacing “” BlockSeparator “\n” PostBlockSeparator “\n”
…to make Xcode’s if/else macro look like this:
if()
{
}
else
{
}
11 tags
4 tags
5 tags
3 tags
Carrier Clash from Chitika Insights →
AT&T versus Verizon iPhone usage comparison.
Data is based on iPhones across the Chitika advertising network. Only traffic on cellular connections is recorded. Percentages are a 24-hour rolling average, updated hourly.
2 tags
Of BOOL and YES →
A must read for Objective-C developers.
3 tags
4 tags
Sparrow Framework →
The Open Source Framework for iOS Game Development. I’d like to make a 3DAR game using Sparrow, if that makes sense.
4 tags
iPhone dev tips and resources by Brian Slick →
Among other things I find his logging tips helpful.
5 tags
htmlBurger PSD to HTML →
This service converts Photoshop designs into standards compliant XHTML/CSS. I’ve used XHTMLized in the past and would like to give htmlBurger a chance too.
January 2011
12 posts
3 tags
6 tags
7 tags
Medium-specific content is being created — content that does not exist on...
– Layar co-founder & GM Lens-Fitzgerald on mobile’s next big thing via Reuters
6 tags