|
|
|
อยากได้ code หรือวิธีการที่จะทำเวป แล้วตอนใช้สามารถแยกได้ระหว่าง computer กับ mobile |
|
|
|
|
|
|
|
เปิด google แล้วลองหาคำว่า
template moblie
หรือจะศึกษาเรื่อง bootstrap ก็ได้ครับ
|
|
|
|
|
Date :
2014-01-23 14:23:31 |
By :
champkung226 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ให้ลองหาข้อมูลเกี่ยวกับ responsive web design , css media query มันจะกำหนดการแสดงผลของหน้าจอที่แตกต่างกันได้ครับ
อย่างเช่น
@media screen (min-width = 768px) {
}
@media screen (min-width = 640px) {
}
ลองหาข้อมูลเพิ่มเติ่มดูครับ
|
|
|
|
|
Date :
2014-01-23 15:51:52 |
By :
cuagain |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
modernizr + polyfill ตรวจสอบการใช้ feature ของ html5/css3 และ fall back หรือทำการ load polyfill
https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-Browser-Polyfills
media query ที่สามารถใช้ได้กับ ie รุ่นเก่าๆ
https://github.com/scottjehl/Respond
prefixfree ช่วยเติม prefix ให้ css properties
http://leaverou.github.io/prefixfree
|
|
|
|
|
Date :
2014-01-23 21:41:29 |
By :
num |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|