The Strategy Of Advancing Mobile Web Application’s Layout And Drawing.pdf
文本预览下载声明
2010 10th IEEE International Conference on Computer and Information Technology (CIT 2010)2010 10th IEEE International Conference on Computer and Information Technology (CIT 2010)
The Strategy Of Advancing Mobile Web Application’s Layout And Drawing
Liankui Qiu, Panlong He, Lei Luo
School of Computer Science and Engineering, University of Electronic Science and Technology of
China
comyqiu@163.com, hepanlong@, lluo@
Abstract layout is placing these boxes of different sizes to the
right places with some rules [2].
As the time of mobile Internet has come gently, the Box Model: It’s used to describe the rectangles
mobile applications has progressively designed by produced by every element and is the principle of
techniques based on web technology. The web definition. As is shown in Figure 1, the box is optional
technology has a lot of strong points such as high- composed with a centre content area, the padding
speed developing, fast adapting, and so on. However, border around it and the margin area. The whole size of
on the other hand, it has harsh requirements about the the box is the total width of the element, padding area
performance and cost of the application. This paper and margin area [3].
comes out with a strategy of advancing the mobile web
applications engine layout and drawing. This engine
provides
显示全部