Paul Dubois used to say, "Don't get attached to your work". Never hesitate to throw away and start from scratch. This is how paradigm shifting products are being made!
"Jeanne d'Arc buste" by Photo: VassilStatue: Paul Dubois (1829 - 1905)[1] - Own work. Licensed under Public Domain via Commons.
Most of the time, we need to put space in between two HTML elements to separate them. There are bunch of ways to achieve this but the following are the most common ones that I use: Space character ( ) CSS Margin (margin-right/margin-left) Space character is so natural separate them but CSS margin gives more flexibility. Also recently, I found out that in IE 6, 7, 8, extra space characters between HTML elements are not rendered as intended. For instance regular space character ( ) is rendered without the space on older version of IE (older than 9) a b Result in IE 6, 7, 8: ab Whereas, if you use CSS (e.g. margin-right: 4px), all versions of IE renders it correctly a b Result in all IEs: a b
IN TRANSIT AT REST SSL/TLS Server Side Managed Keys Client Side Managed Keys S3 (SSE-S3) Each object is encrypted with a key. Amazon encrypts the key with a master key, which rotates regularly. AWS Key Management Service (SSE-KMS) Allows you to audit trail (who and when used the key), extra cost and you manage the master key. Customer provided (SSE-C) User manages the keys but encryption done by Amazon User encrypts the data on client-side and uploads to S3
Yes, finally Netflix works on iOS 5 Beta 4!! Two days ago I updated Netflix to a new version and boom it not works on iOS 5 now. But in my opinion iOS 5 is still not ready for a release to public. Here is the latest bug I faced with; After my update to iOS 5 Beta 4, alarm clock on the phone did not work! I had to reset the alarm clock to make it working again, huh.
Comments