Archive June, 2011

WordPress shortcode Table

Let me demonstrate how to use the shortcode - indented (nested) - WordPress to create tables to be inserted into posts and pages. For example, I will show you how to create comparative charts, those used to compare the particularities of applications or products, such as:

More ...

Xcode4: backward compatible code

Xcode 4 allows you to develop applications for iPhone or iPad with lower target today's iPhone OS 4.3. However the same code that comes with templates "sin" of arrogance, assuming that our application will target iPhone OS 4 or higher. In the application delegate, for example, Xcode inserts the following lines of code:

1
2
3
4
5
6
7
BOOL ) application : ( UIApplication * ) application didFinishLaunchingWithOptions : ( NSDictionary * ) launchOptions - (BOOL) application: (UIApplication *) application didFinishLaunchingWithOptions: ( NSDictionary *) launchOptions
{
/ / Override point for customization after application launch.
self.window.rootViewController = self.viewController;
; [Self.window makeKeyAndVisible];
; return YES;
}

More ...


Stop SOPA