Tuesday, June 21, 2011

Full 100% height container

html {
height: 100%;
}

body {
height: 100%;
}

main-body {
height: 100%;
}

inner {
min-height: 100%;
}

Thursday, April 7, 2011

iphone update

http://www.blogsdna.com/10999/how-to-manually-update-ios-4-0-on-iphoneipod-touch-now.htm

Tuesday, February 15, 2011

Creating your own IPA file from appcelerator

Build the app using the distribution build mode of Titantium
Navigate to the project's build > iPhone > Release-iphonesos folder
If there is a *.ipa file as some get, just use it.
Otherwise create a new folder at that level called Payload
Move the project.app folder to inside the Payload folder
Zip the Payload folder
Rename project.zip to project.ipa

Creating your own IPA file from appcelerator

Build the app using the distribution build mode of Titantium
Navigate to the project's build > iPhone > Release-iphonesos folder
If there is a *.ipa file as some get, just use it.
Otherwise create a new folder at that level called Payload
Move the project.app folder to inside the Payload folder
Zip the Payload folder
Rename project.zip to project.ipa