Show launch, splash screen for longer on iPhone / iPad / iPod

When you want to display your launch screen longer as normal you can do this by simply adding a

Removing all provisioning profiles from Xcode

When you want to remove all provisioning profiles from Xcode, close Xcode and run the following commands from terminal: rm -r ~/Library/MobileDevice/Provisioning\

Xcode crash while refreshing provisioning profiles

Xcode quit unexpectedly. Click Reopen to open the application again. Click Report to see more detailed

Pre selected list items in Sencha Touch

The following code shows how-to pre select your list items in Sencha Touch: var itemsToSelect = ["soccer", "baseball"]; var index = -1; var myList =

JSONP proxies only support read-only function in Sencha Touch 2.1.1

While in the process of implementing a JSONP proxy writter the following message will pop up when running the code: Error: [ERROR][Ext.data.proxy.Server#create]

Building and simulating a Sencha Architect 2 application for Android and/or iOS

Maybe you received  the following error while building a Sencha Architect application: Error: The package command has moved to 'sencha app

Web SQL locations for Google Chrome browser

Short overview where Google Chrome browser stores the Web SQL databases: Mac OS X (In case you

How to change the GUI language from German to English in Photoshop CS6

If you bought a German version of Photoshop CS6, you may want to switch back to English. In this

How to delete the localStorage of your web browser (programmatically)

There are many ways to clear the localStorage of your web browser. In a common dev toolbar just