What technologies are involved in the development of wap websites? php for the backend, mysql for the database, and how to deal with the front-end? What technologies are involved in the development of wap websites? php for the backend, mysql for the database, and how to deal with the front-end?
Reply content:
What technologies are involved in the development of wap websites? php for the backend, mysql for the database, and how to deal with the front-end?
There is no difference between a WAP website and a WEB website. The front-end is also HTML, CSS, and JavaScript technologies.
Now there is no need for WAP. It is basically WEB. Adaptive.
HTML, CSS, and JavaScript
JQuery Mobile
It is mainly HTML, CSS, and JavaScript. If it is webkit-side development, do not consider ie, htm5, css3, and es5. Only adaptive css layout is required.
Now there is no wap. wap is a simple mobile device. It uses the wml label language and a simple browser for the moment.
Only mobile phones can be used to parse html tags.
Now there is no big difference between mobile devices and PCs, so you only need to consider the resolution of mobile devices just like pc devices.
Several mainstream Adaptive Layout frameworks are recommended.
- This is recommended for mobile browsers by Foundation.
- Bootstrap
- Semantic UI
Early WAP websites used specialized WML language to describe Web pages
Currently, only mobile phones support standard HTML5 pages, so essentially there is no difference with the front-end of common web pages.
In terms of implementation details, the difference is nothing more
1. Adaptability to different screen resolutions
2. Use various sensors on mobile phones to provide a better user experience. HTML5 provides a large number of targeted interfaces, such as motion detection and GPS.