Archive of entries posted in the year 2010

Too Late to Apologize: A Declaration

“If pop producer Timbaland had sought to build consensus around declaring independence, what might he have produced?” Concept video from Soomo Publishing

Timbaland – Apologize (feat. One Republic)

Hope you enjoyed watching both videos

Auto Increment Build Number & Date in XCode iPhone Project

While developing application we keep sharing the builds with others. It is very difficult to find out which version they are using and the date it was build. To overcome this I was searching for methods that can used to auto increment build numbers and set the application build date. I found this article really [...]

Trip to Hatta with Flippers

Made a slide show movie out of the picture I had taken..

Our Hatta Trip Route Details

It was not as much fun like Desert Safari. But everyone had a good time

To create rounded rectangular views using iPhone SDK

To create view with rounded corners is really simple in iPhone SDK 3.0 in just 2 steps
Step 1: Include QuartzCore
#import <quartzcore/QuartzCore.h>
Step 2: You can now add corner radius to any view

//Create a Imageview
UIImageView * imageView = [[UIImageView alloc] initWithFrame:CGRectMake(10, 100, 300, 225)];
//Load some image
[imageView setImage:[UIImage imageNamed:@"candle.jpg"]];

//Enable maskstobound so that corner radius would work.
[imageView.layer setMasksToBounds:YES];
//Set [...]

Why I don’t need flash in iPad ?

Once Apple announced about the new product iPad everyone is so angry for not supporting flash in the device. Apple is not completely avoiding flash. It is not supporting Flash in mobile devices like iPhone and iPad. I am truly in support with Apple on this as Flash is resource hungry. Supporting this technology will [...]

Hitler responds to the iPad – Hilarious Video

Even though the video is negative about iPad but you will enjoy it