diff options
Diffstat (limited to 'posts')
| -rw-r--r-- | posts/2021-12-30-wap-mobile-web-before-the web.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/posts/2021-12-30-wap-mobile-web-before-the web.md b/posts/2021-12-30-wap-mobile-web-before-the web.md index eb9ba04..04e0a65 100644 --- a/posts/2021-12-30-wap-mobile-web-before-the web.md +++ b/posts/2021-12-30-wap-mobile-web-before-the web.md | |||
| @@ -8,8 +8,8 @@ Tags: [] | |||
| 8 | --- | 8 | --- |
| 9 | 9 | ||
| 10 | 1. [A little stroll down the history lane](#a-little-stroll-down-the-history-lane) | 10 | 1. [A little stroll down the history lane](#a-little-stroll-down-the-history-lane) |
| 11 | 2. [WAP or Wireless Application Protocol](#wap-or-wireless-application-protocol) | 11 | 2. [WAP - Wireless Application Protocol](#wap---wireless-application-protocol) |
| 12 | 3. [WML or Wireless Markup Language](#wml-or-wireless-markup-language) | 12 | 3. [WML - Wireless Markup Language](#wml---wireless-markup-language) |
| 13 | 4. [Converting Digg to WML](#converting-digg-to-wml) | 13 | 4. [Converting Digg to WML](#converting-digg-to-wml) |
| 14 | 5. [Conclusion](#conclusion) | 14 | 5. [Conclusion](#conclusion) |
| 15 | 15 | ||
| @@ -31,7 +31,7 @@ Let's take a look at these beauties. | |||
| 31 | 31 | ||
| 32 |  | 32 |  |
| 33 | 33 | ||
| 34 | ## WAP or Wireless Application Protocol | 34 | ## WAP - Wireless Application Protocol |
| 35 | 35 | ||
| 36 | Not that one! We are talking about Wireless Application Protocol and not Cardi B's song 😃 | 36 | Not that one! We are talking about Wireless Application Protocol and not Cardi B's song 😃 |
| 37 | 37 | ||
| @@ -43,7 +43,7 @@ These were some wild times. Devices had tiny screens and data transmission rates | |||
| 43 | 43 | ||
| 44 | These pages could be served by [Apache](https://apache.org/) and could be generated by CGI scripts on the backend. The only difference was the limited markup language. | 44 | These pages could be served by [Apache](https://apache.org/) and could be generated by CGI scripts on the backend. The only difference was the limited markup language. |
| 45 | 45 | ||
| 46 | ## WML or Wireless Markup Language | 46 | ## WML - Wireless Markup Language |
| 47 | 47 | ||
| 48 | Just like web browsers use HTML for content structure, older mobile device browsers use WML - if you need to support really old mobile phones using WML browsers, you will need to know about it. WML is XML-based (an XML vocabulary just like XHTML and MathML, but not HTML) and does not use the same metaphor as HTML. HTML is a single document with some metadata packed away in the head, and a body encapsulating the visible page. With WML, the metaphor does not envisage a page, but rather a deck of cards. A WML file might have several pages or cards contained within it. [(source)](https://www.w3.org/wiki/Introduction_to_mobile_web) | 48 | Just like web browsers use HTML for content structure, older mobile device browsers use WML - if you need to support really old mobile phones using WML browsers, you will need to know about it. WML is XML-based (an XML vocabulary just like XHTML and MathML, but not HTML) and does not use the same metaphor as HTML. HTML is a single document with some metadata packed away in the head, and a body encapsulating the visible page. With WML, the metaphor does not envisage a page, but rather a deck of cards. A WML file might have several pages or cards contained within it. [(source)](https://www.w3.org/wiki/Introduction_to_mobile_web) |
| 49 | 49 | ||
