Thursday, March 14, 2013

i5 (iPhone 5) uploading pictures to PC

How to uploading pictures from i5 (iPhone 5) to PC (windows)

1. In PC, open Control Panel
2. Open Scanner and Camera
3. Open iPhone to launch Scanner and Camera Wizard
4. Start downloading the pictures


Monday, March 4, 2013

Sublime Text 2 (What I did)

★. Forget the opened files
Preferences->Settings Default
    "hot_exit": false,
    "remember_open_files": false,

. Key Bindings
Preferences->Key Bindings Default
        [
            { "keys": ["alt+s"], "command": "save" }
        ]