This page demonstrates a Web application's support for various URI schemes. Use of these schemes can often provide applications with integration with local applications (e.g. mail or SMS client, phone application).
mailto:test@test.com
wtai://wp/mc;
See http://www.scribd.com/doc/19106517/WTAI- for more info on "wtai".
wp = "WTAPublic" library
mc = "makeCall" function
sms:5198887465
pin:1234a567
Data URIs can be used to include data in-line in Web pages as if they were external resources. Data URIs are the base 64 encoded content for actual external files.
The benefit of using data URIs are that you can reduce the number of separate HTTP requests needed by your application to render its content.
The following images were encoded using http://www.motobit.com/util/base64-decoder-encoder.asp