Create Your Content and Structure
Content is the most important aspect of any site. So let's design for the content and not let the design dictate(命令) the content.In this guide, we identify the content we need first, create a page structure based on this content, and then present the page in a simple linear layout that works well on narrow and wide viewport
In this guide
- Create the page structure
- Add content to the page
- Summary
Create the page structure
We have identified we need:
01 An area that describes at a high-level our product "CSS256: Mobile web development" course.
02 A form to collect information from users who are interested in our product
03 An in depth description and video
04 Images of the product in action
05 A data table with information to back the claims up
* Identify the content you need first
* Sketch out Information Architecture(IA) for narrow and wide viewports
* Create a skeleton view(一个框架试图) of the page with content but without styling
We have also come up with a rough information architecture and layout for both the narrow and wide viewports.

This can be converted easily into the rough sections of a skeleton page that we will use for the rest of this project.
Create Your Content and Structure的更多相关文章
- android 使用Tabhost 发生could not create tab content because could not find view with id 错误
		使用Tabhost的时候经常报:could not create tab content because could not find view with id 错误. 总结一下发生错误的原因,一般的 ... 
- [Angular] Create dynamic content with <tempalte>
		To create a dynamic template, we need to a entry component as a placeholder. Then we can use entry c ... 
- [React] Create an Animate Content Placeholder for Loading State in React
		We will create animated Content Placeholder as React component just like Facebook has when you load ... 
- the core of Git is a simple key-value data store  The objects directory stores all the content for your database
		w https://git-scm.com/book/en/v1/Git-Internals-Plumbing-and-Porcelain Git is a content-addressable f ... 
- Class create, device create, device create file (转)
		来自:http://www.hovercool.com/en/Class_create,_device_create,_device_create_file 开始写Linux设备驱动程序的时候,很多时 ... 
- Customize the SharePoint 2013 search experience with a Content Enrichment web service
		Did you ever wish you had more control over how your content is indexed and presented as search resu ... 
- Content Providers的步骤,来自官网文档
		Content Providers In this document Content provider basics Querying a content provider Modifying dat ... 
- Class create, device create, device create file【转】
		来自:http://www.hovercool.com/en/Class_create,_device_create,_device_create_file 开始写Linux设备驱动程序的时候,很多时 ... 
- Navigation - How to define the structure of the navigation tree via the NavigationItemAttribute
		In the meantime, you should use the Model Editor to create such a navigation structure. There are se ... 
随机推荐
- Null Hypothesis and Alternate Hypothesis
			1.Null Hypothesis Overview 零假设,H0是普遍接受的事实;这与备择假设(alternate hypothesis)正好相反.研究人员努力否定.驳斥零假设.研究人员提出了另一种 ... 
- TOMCAT Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level.
			十二月 31, 2014 2:32:45 下午 org.apache.coyote.http11.AbstractHttp11Processor process信息: Error parsing HT ... 
- HTML的属性和css基础
			1.name属性: name属性,用于指定标签元素的名称,<a>标签内必须提供href或name属性:<a name ="value"> 2.id属性: 1 ... 
- Usage of “symmetrical” and “symmetric”
			What is the appropriate usage of "symmetrical" and "symmetric" (using the geomet ... 
- Escape(状态压缩+最大流,好题)
			Escape http://acm.hdu.edu.cn/showproblem.php?pid=3605 Time Limit: 4000/2000 MS (Java/Others) Memo ... 
- Princess Principal(思维题)
			Princess Principal https://www.nowcoder.com/acm/contest/201/J 题目描述 阿尔比恩王国(the Albion Kingdom)潜伏着一群代号 ... 
- Maven国内镜像-阿里云
			国外的maven下载速度堪忧,大部分国内网络访问都很慢国内的阿里云同样提供了maven的文件镜像使用:1.在maven的setting.xml加入下段代码即可使用阿里云的maven镜像 <mir ... 
- Spring整合JMS——事务管理
			Spring提供了一个JmsTransactionManager用于对JMS ConnectionFactory做事务管理.这将允许JMS应用利用Spring的事务管理特性.JmsTransactio ... 
- Raft 一致性算法论文译文
			本篇博客为著名的 RAFT 一致性算法论文的中文翻译,论文名为<In search of an Understandable Consensus Algorithm (Extended Vers ... 
- linux bluez
			Linux下开放的蓝牙协议栈主要包括IBM公司的BlueDrekar,Nokia公司的Affix, Axis公司的OpenBT和官方协议栈BlueZ.我们主要对Bluez进行探讨. BlueZ基础代码 ... 
