aboutsummaryrefslogtreecommitdiff
path: root/posts/2021-12-30-wap-mobile-web-before-the web.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2021-12-31 01:09:39 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2021-12-31 01:09:39 +0100
commit5425535360172ea87b99b5e8ff67882c90b06886 (patch)
tree7125f1416c2f51d7e45aa208937c5acbec3aa32c /posts/2021-12-30-wap-mobile-web-before-the web.md
parent1386de155e50315dcc960079239154000fb1deb9 (diff)
downloadmitjafelicijan.com-5425535360172ea87b99b5e8ff67882c90b06886.tar.gz
Post changes
Diffstat (limited to 'posts/2021-12-30-wap-mobile-web-before-the web.md')
-rw-r--r--posts/2021-12-30-wap-mobile-web-before-the web.md8
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
101. [A little stroll down the history lane](#a-little-stroll-down-the-history-lane) 101. [A little stroll down the history lane](#a-little-stroll-down-the-history-lane)
112. [WAP or Wireless Application Protocol](#wap-or-wireless-application-protocol) 112. [WAP - Wireless Application Protocol](#wap---wireless-application-protocol)
123. [WML or Wireless Markup Language](#wml-or-wireless-markup-language) 123. [WML - Wireless Markup Language](#wml---wireless-markup-language)
134. [Converting Digg to WML](#converting-digg-to-wml) 134. [Converting Digg to WML](#converting-digg-to-wml)
145. [Conclusion](#conclusion) 145. [Conclusion](#conclusion)
15 15
@@ -31,7 +31,7 @@ Let's take a look at these beauties.
31 31
32![Old phones](/assets/wap/phones.jpg) 32![Old phones](/assets/wap/phones.jpg)
33 33
34## WAP or Wireless Application Protocol 34## WAP - Wireless Application Protocol
35 35
36Not that one! We are talking about Wireless Application Protocol and not Cardi B's song 😃 36Not 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
44These 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. 44These 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
48Just 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) 48Just 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