构建全页 Web 应用程序
我正在尝试构建一个全屏 Web 应用程序,我真的很喜欢 MobileMe 所做的事情,它占据了整个屏幕,因此它类似于本机桌面应用程序。
我正在寻找有关设计网络应用程序主题的教程。我似乎在互联网上找不到任何东西。
这些是我试图设计的东西: www.mobileme.com http://280slides.com/Editor/ https://gomockingbird.com/mockingbird/
但是 - 它不是一个非常复杂的应用程序,所以我真的不想使用任何类型的 js 框架。我想要创建的只是 html / css 和最少的 javascript。除非有一个小而灵活的框架,否则我愿意接受建议
Im trying to build a full screen web application I really like what MobileMe has done where the whole screen is taken up so it resembles a native desktop application.
I'm looking for tutorials on the topic of designing web apps. I cant seem to find anything on the interwebs.
These are the sorts of things im trying to design:
www.mobileme.com
http://280slides.com/Editor/
https://gomockingbird.com/mockingbird/
BUT - Its not a very complex app, so I don't really want to use any sort of js framework. All I want to create is the html / css and minimal javascript. Unless there is a framework thats small and nimble, I'm open to suggestions
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议您查看教程 100% Height Layout using CSS ,其中有详细介绍至少在全高度如何工作方面。从那里您可以决定如何水平布局。
I recommend looking at the tutorial 100% Height Layout using CSS which goes into detail in at least how the full height will work. From there you can decide how to layout horizontally.