使网站设计适合移动设备的工具
哪些工具可以帮助设计适合手机的网站?能够产生正确的 CSS、正确的 html 等的东西
What tools helps designing sites which would be mobile phone friendly ? Something that would product the right CSS, the right html, etc
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
我怀疑您会发现太多可以为手机全面提供良好标记的内容。
以下是不同移动浏览器的兼容性表: http://www.quirksmode.org/m /table.html
如果您尝试制作一个可在大量移动浏览器中运行的页面,请将该图表放在附近。
如果您只是在寻找一种制作 iPhone 专用移动网站的方法,您应该查看 jqTouch 和/或 XUI JS
I doubt you'll find too much that would make good markup for mobile phones across the board.
Here is a table for compatibility for different mobile browsers: http://www.quirksmode.org/m/table.html
If you are trying to make a page that works in a ton of mobile browsers, keep that chart close by.
If you are just looking for a way to make iphone specific mobile sites, you should check out jqTouch and/or XUI JS
移动方面确实必须从一开始就考虑在内。良好的、精心策划的、结构化的网站,其文本内容设计为兼容以适合重新格式化,并且为 media=handheld 定制的 CSS 是您的最佳选择。
如果你想尝试一些非常针对移动设备的东西,WALL http://wurfl.sourceforge.net 怎么样? /java/wall.php?
The mobile aspect really has to be considered at the outset. Good, well-planned, structured site with textual content designed to be compatible to be appropriate for reformatting, and tailor-made css for media=handheld is your best bet.
If you want to try something very mobile specific, what about WALL http://wurfl.sourceforge.net/java/wall.php?
没有任何工具可以神奇地生成“正确的”HTML 或 CSS。在为 Mobile Safari 编写 HTML 和 CSS 时,您只需遵循标准即可,例如 HTML4/5 和 CSS2+。困难的部分是设计,恐怕没有自动的解决方案。您必须围绕平台的缺点(例如没有鼠标光标)进行设计并发挥其优点。有关为 Mobile Safari 编写网站和应用程序的好文档是 Apple 的 Safari Web 内容指南。
There are no tools that would magically produce the “right” HTML or CSS. When writing HTML and CSS for Mobile Safari you simply stick to standards, for example HTML4/5 and CSS2+. The hard part is the design, and I am afraid there is no automatic solution. You have to design around the platform’s shortcomings (no mouse cursor, for example) and play to its strengths. A good document about writing web sites and applications for Mobile Safari is the Safari Web Content Guide by Apple.
您可以使用 Dashcode IDE,它是 Apple 开发人员工具的一部分。它附带了一组模板,用于创建针对 iPhone 的 Web 内容。
You could use the Dashcode IDE which comes as part of the Apple Developer Tools. It comes with a collection of templates for creating web content to target the iPhone.
为了反驳亚历克斯在评论中的观点,您当然可以找到一个选项来覆盖所有标记和所有怪癖。
我们开发了一种移动标记语言 (WAPL),它允许您用 XML 描述站点,通过 Web 服务传递它并获得完美的标记。
它被称为 Wapple Architect - 它确实比您以前使用过的任何东西都要好.. 更多设备,更多兼容性.. http://wapple .net
To counter Alex's point in his comment, you can certainly find an option for covering all markups and all quirks.
We've developed a mobile markup language (WAPL) that allows you to describe a site in XML, pass it via a web service and get the perfect markup back.
It's called Wapple Architect - and it really is better than anything you've used before.. more devices, more compatibility.. http://wapple.net