Talk:Device independence

Latest comment: 11 years ago by DexDor in topic Material that could be used

Material that could be used edit

It may be possible to use some of this information (which was on the Device independent page) in this article:

A program or file is device independent when its function is universal on different types of device.
For the World Wide Web, this means writing simple common denominator Hypertext Markup Language (HTML) and Cascading Style Sheets (CSS) so that most Web user agents on most devices can render it acceptably.
For computer programs, this generally means that it is written in a metalanguage that can be read by any platform. A program that was not originally written for a certain environment can be ported, i.e. the code can be adapted for a certain platform and compiled for the platform it will be functioning in. Unfortunately, this can lead to confusion if the user interface still resembles the one for the platform it was initially designed for.
For computer files, device independence means that software (or, theoretically, hardware) is in place that can interpret the file and allow the user to view or manipulate it. Good examples of cross-platform or device independent file formats are HTML and PDF, GIF and JPEG.
External links

DexDor (talk) 06:58, 31 January 2013 (UTC)Reply