Note that there are some explanatory texts on larger screens.

plurals
  1. UStobint
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COYou could, however, create an Azure-hosted service that accepts the data and stores it in Azure storage on the backend. That would separate the storage key concern from the iPhone app. You would then write a typical Objective C method to access a restful service and let Azure's inner workings be obscured.
      singulars
    2. COGreat answer. While many still rely on conditional comments or browser sniffing, it is always best for a forward-looking web if you simply look for feature detection. As web standards progress and browsers adopt new functionality over older versions of specifications, even relying on a specific browser may cause your website to incorrectly determine that a site is capable of handling your desired functionality. Feature detection is the only way to determine that your site will work now and in the future. Thanks for sharing the simple and accurate answer.
      singulars
    3. COThis was a tried and true mechanism for IE versions past (see: http://www.quirksmode.org/css/condcom.html).This has been depricated in favor of feature detection. See http://msdn.microsoft.com/en-us/library/ms537512%28v=VS.85%29.aspx where it specifically states: *"**Important** As of Internet Explorer 10, conditional comments are no longer supported by standards mode. Use feature detection to provide effective fallback strategies for website features that aren't supported by the browser. For more info about standards mode, see Defining Document Compatibility."*
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload