Tagged: Apple

Today I tried TotalFinder and found a finer Finder

0

For the most part, OS X’s Finder app looks nice and does a good job. Former game programmer turned web-dev Antonin Hildebrand would, I think, agree. But, could it be better? Will it blend? Why can’t toilet paper glow in the dark? In response to one of these questions, Hildebrand has produced TotalFinder – a small [...]

Using TLS with Self-Signed Certificates or Custom Root Certificates in iOS

4

Transport Layer Security (TLS), formerly Secure Sockets Layer (SSL), is the standard for encrypting and authenticating messages and identifying users and servers, all of which you do when you make an online purchase. For example, if you want to buy something from Amazon, you connect to a server that your Domain Name System (DNS) server says is amazon.com and send them your order with your credit card. However, in this simple transaction, a number of failures could occur: you might not be connected to the real Amazon server, someone might be watching packets for your order to steal your credit card number, or someone might rewrite your order to have your order shipped to their house. Using TLS, you can be sure that the server to which you are connected is Amazon’s, that no one sees the contents of your order, and that Amazon can verify that the order they received is the one that you sent. This article uses code examples to show how Apple’s mobile operating system, iOS, supports TLS and what you need to do to add it to your iPhone/iPad application.

Thoughts After a Week with the iPhone 4

0

Differences from a 3GS The first noticeable difference about the iPhone 4 is the construction. Gone is the plastic back construction of the previous two iPhone models, replaced by strengthened glass sheets on the front and back with a stainless-steel band around the edge. The screen of the iPhone 4, like that of the 3GS, [...]