Setup IMAP with SSL-only on iPhone/iPad
img { width: 50% } You cannot setup IMAP on iPhone/iPad (iOS devices) with a server that only provides IMAP SSL (port 993). iOS detects the existence of IMAP by using non-SSL IMAP port, which is
img { width: 50% } You cannot setup IMAP on iPhone/iPad (iOS devices) with a server that only provides IMAP SSL (port 993). iOS detects the existence of IMAP by using non-SSL IMAP port, which is
My blog has been migrated to a new Debian Virtual Private Server (VPS) . I was trying to enable SPDY on my new server but support from Google for Apache is kind of broken. Latest Chrome browser suppor
Many developers complain Mobile application development is more difficult than web application development. They try to follow tutorials online precisely but the mobile application still doesn’t work.
The story begins with Swift and Go I like the beauty of Apple’s Swift language more than Google’s Go. Ok, it is subjective. Apple has Swift open source, I decided to run a simple benchmark test to hav
Apple Swift is a programming language for iOS application development at the beginning. It can be found on Mac’s Xcode. Now Apple Swift 2 is hosted on IBM Bluemix’s website (http://swiftlang.ng.bluemi
You lose all custom configurations whenever the WD Cloud firmware has updated. Below scripts help me to revert my settings, Update SSH server to use public key authentication Login to root on the WD C
This is the application we built for the MasterCode hackathon 2015 Hong Kong. The application was submitted to http://www.hackathon.io/sellspree. The source code for this project can be found at http
My first hackathon I joined my first hackathon, hosted by AngelHack at MasterCard’s in Hong Kong, in March 2015. This event attracted around 150 participants from both local and overseas locations. T
WD Cloud runs Debian Linux on ARM. When you build application for other architecture you need to have cross-building. I have successfully built package on Ubuntu 14 by following this post with a few n
When I applied Jasmine Ajax to test a piece of JavaScript, I was stuck, and I discovered that the cause was no support for blocking AJAX calls from Jasmine Ajax. I don’t blame Jasmine Ajax because I d