Saturday, October 20, 2012

Singapore Credit Cards for Miles

The two best cards are the DBS VISA Altitude Card and the UOB PRIV Miles Card

DBS Visa Altitude
- 1.6mies if you spend $2k per month
- What i like most about the card is that it is a VISA. i.e. more generally accepted and I can use this one card for literally everything
- What i dislike most about this card is the travel insurance, take note their travel insurance may cover your LIFE for $1million but it does not cover anything else e.g. late baggage, medical (which is the main reason why one should buy travel insurance anyway)

UOB PRIV Miles Card
- 1.6 miles without a minimum spend
- 2.5 miles for purchases overseas
- Partnership with AMEX and quite a lot of the shops I go to do not accept AMEX
- Apart from good miles, the travel insurance is fairly comprehensive (it includes medical)
- Free limo trip to the airport if you charge the airfare.

These two are certainly the top two. The other cards (that are within reach of normal/slightly affluent Singaporeans) are really shitty, the worst being Krisflyer gold, Citi Premier Miles etc. 

Sunday, August 19, 2012

Managing photos on iPhone/iPad iEtc

Syncing photos on the mac for iPhone can be such a pain because syncing and managing it is two separate function. And since I was too cheap to buy appeture or iPhotos, I have to find other ways to manage photos on my macbook.

To manage photos (i.e. download them to your macbook) and not sync and find that your photos is inside a "Photo Database" file which is a 4KB unix file - which actually redirects to the iPhone backup folder. Truth be told, whenever you sync, the files are actually on your computer inside the following path: but you can't use them. its giberish. You need to organise them and this is how:

http://www.maclife.com/article/howtos/how_manage_photos_pain_free

In short:

1. Connect your iphone
2. Create a folder on your Pictures main folder, I call mine "Aaron's Iphone"
3. Start Image Capture (can be found under applications)
4. Select to import to "Aaron's Iphone" folder and import all.
5. Manage the pictures and the next time you can sync accordingly

Friday, March 30, 2012

hdd recovery

1. try this:
diskutil list
sudo gpt recover /dev/disk3

2. if that fails, try recovery:
- easeu data recovery is pretty good and fast
- disk drill is also pretty good but doesn't remember the file names

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