IndexedDB Methods
/documentation/pages/Ref/Client_Api/UX/UX methods/IndexedDB/index.xml
Methods for storing, retrieving, and removing data in IndexedDB
How to configure a site to use HTTPS under IIS
/documentation/pages/HowTo/IIS/Configure a site to use HTTPS.xml

Installing an SSL/HTTPS certificate for a site running under IIS is straight forward. The IIS server maintains a list of available certificates that have been added to it and each site has an HTTPS binding that uses one of those certificates.

A certificate authority typically has it's own form for making a certificate request, but you may also create a standard certificate request file that is a plain text file and can be used by a certificate authority instead. This may be needed if the certificate authority's certificate request form does not have all the settings that you need for specifying certificate properites.

The instructions below show how a certificate request file can be created, how the returned .pfx or .cer certificate from the certificate authority can be added to an IIS server, and how to set which certificate is used by a site in IIS.

Persist data to Storage
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Data/List Properties/listprops/List Prop/ListProp/Persist data to Local Storage.xml
If enabled, persists the List's data to client-side storage. Storage options include Local Storage, device Filesystem (Mobile apps only), and IndexedDB. This option is typically checked when creating an application that that needs to work without an internet connection (offline).
Alpha TransForm
/documentation/pages/Guides/Alpha TransForm/index.xml

Alpha TransForm is a stand-alone service for building mobile data collection forms (i.e. apps). Alpha Anywhere includes several features that streamline the process for building applications against the Alpha TransForm API.

How to Store Data for Offline Access Using Local Storage, IndexedDB, or a Device's File System
/documentation/pages/HowTo/UX/Store data offline.xml
Data can be stored offline in several locations depending on the application type.
SOCKETS.READLINE Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.READLINE Method.xml
Reads a line from the socket, if one is available (else returns blank).
SOCKETS.WRITEB Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.WRITEB Method.xml
Write blob to socket.
SOCKETS.READ Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.READ Method.xml
Read bytes from socket into string.
TLS/SSL Settings
/documentation/pages/Guides/Application Server/Server Settings/SSL.xml
Options for configuring TLS/SSL support on the Application Server.
Using Redis Increment
/documentation/pages/Guides/Services/Redis/Increment Example.xml
Redis can *[extlink:atomically@https://en.wikipedia.org/wiki/Linearizability]* increment an existing Redis key value.