![]() | |
#1
| |||
| |||
|
#2
| |||||
| |||||
|
|
I'm designing a site for a restaurant and want to insure it's code is |
|
I've read that new sites should be written in XHTML.. |
|
I've coverted the site to XHTML 1.1. |
|
there's also an option for XHTML mobile 1.0. |
|
I'm interested in the mobile aspect since one never knows if someone with a wireless device will access the site. |
#3
| |||
| |||
|
|
chronos3d wrote: I'm designing a site for a restaurant and want to insure it's code is I've read that new sites should be written in XHTML.. Wrong. I've coverted the site to XHTML 1.1. Well convert it back to HTML 4.01 Strict, like you should have used in the first place! Or at least convert it back to XHTML 1.0 Strict Appendix C there's also an option for XHTML mobile 1.0. "An option for" suggests that you're using some idiot-tool to make this site (which you didn't tell us the URL for) rather than understanding what you're doing. I'm interested in the mobile aspect since one never knows if someone with a wireless device will access the site. That's the point these days - you'll never know. So don't assume and don't serve mobile-specific formats unless you _know_ you're serving to a mobile device (i.e. you're working with a mobile networks' walled-garden servers) If you're publishing to the public web, just do good-quality valid work in HTML 4.01 Strict and let the network handle any transcoding needed. Obviously this means a good fluid design too, not <table>s and pixels. |
#4
| |||
| |||
|
|
how does one code for mobiles? i hope thats not a stupid question but i have a feeling it might be. |
#5
| |||
| |||
|
|
how does one code for mobiles? |
#6
| |||
| |||
|
|
a human person wrote: how does one code for mobiles? Same as coding for desktops, only more carefully. If you have a good fluid design (length units in ems, think about how it resizes for small windows, make sure it's usable without scrolling far down) then it "just works". You don't need to use the moble flavours of XHTML because the network will transcode to those if it has to and thankfully WAP and WML are just a bad memory. |
#7
| |||
| |||
|
|
how does one code for mobiles? i hope thats not a stupid question but i have a feeling it might be. |
#8
| |||
| |||
|
|
a human person wrote: how does one code for mobiles? i hope thats not a stupid question but i have a feeling it might be. In Dreamweaver there's an option to convert pages to variants of HTML or XHTML. Should you have DW, go to FILE then CONVERT. |
#9
| |||
| |||
|
|
You don't need to use the moble flavours of XHTML because the network will transcode to those if it has to and thankfully WAP and WML are just a bad memory. |
#10
| |||
| |||
|
|
WAP 1.0 had transcoders, but XHTML-MP (Mobile Profile) is used in devices that connect directly to the internet. |
![]() |
| Thread Tools | |
| Display Modes | |
| |