What technology is involved in the development of WAP Web site, the background with PHP, database with MySQL, how to deal with the front end?
Reply content:
What technology is involved in the development of WAP Web site, the background with PHP, database with MySQL, how to deal with the front end?
WAP sites and Web sites are essentially no different, and the front end is also HTML, CSS, JavaScript technologies.
Now there is no need to WAP, basically is the web. Self-adapting.
Html,css,javascript
JQuery Mobile
The main or html,css,javascript, if it is the development of WebKit end, completely do not consider ie,htm5,css3,es5 casually use. Only in the CSS layout to do self-adaptation on the line.
Now there is no WAP to say, WAP refers to the previous primitive mobile devices, with the WML tag language, with a humble browser to do a simple temporary
Only the arrival of mobile phone, can already parse HTML tags
Now, whether it is mobile or PC side is not much different, so as long as the development of general PC devices, consider the mobile side of the resolution can be
Recommended framework for several mainstream adaptive layouts
- The Foundation recommends this for mobile browsers first.
- Bootstrap
- Semantic UI
Early WAP sites use specialized WML language to describe web pages
Now only mobile phones can support the standard HTML5 page, so in essence, there is no difference between the front end of the normal Web page.
From the implementation details, the difference is nothing more than
1, different screen resolution of the adaptive
2, the use of various types of sensors on the phone, to achieve a better user experience, HTML5 standard provides a large number of targeted interfaces such as motion detection, GPS, etc.