在开始 PSD 2 XHTML 工作之前我应该向客户提出哪些问题?
我有一个固定宽度网站的 PSD 设计文件,我正在将其转换为可访问的跨浏览器 xhtml 标记。这不是我的设计,我无法编写服务器端编码(php、asp.net 等)。我的工作是只在需要时编写 XHTML、CSS 和 javascript/jquery。
在开始工作之前我应该问客户哪些问题?
编辑:
客户希望模板应兼容所有 A 级浏览器http://developer.yahoo.com/yui/articles/gbs/
并且代码应与屏幕阅读器和 WCAG 2.0 兼容兼容。
他希望如果我使用 javascript,那么在没有 javascript 的情况下,至少网站应该可以运行并且可访问
I have a PSD design file for fixed width site which I'm converting to accessible cross browser xhtml markup. It is not my design and I cannot write server side coding (php, asp.net, etc). My job is to write only XHTML, CSS and javascript/jquery if needed.
What questions should I ask my client before starting the work?
Edit:
Client want Template should be compatible to all A Grade browsers http://developer.yahoo.com/yui/articles/gbs/
and Code should be compatible with screen reader and WCAG 2.0 compatible.
He want if i use javascript then without javascript at least site should be function-able and accessible
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
希望这有帮助。
Hope this helps.
他希望它在哪些浏览器中运行?如果一切都必须在 IE6 中运行,则价格加倍。
另外,您知道当某些部分内容溢出时会发生什么吗?
What browsers does he want it to work in? Double the price if everything has to work in IE6.
Also, do you know what has to happen when certain parts of content are overflowing?
问他所有无法放入 PSD 文件的问题:动画、客户端数据验证、事件处理、鼠标悬停处理、溢出处理、速度问题(这会影响资产)压缩、文件格式等),如果他想要对代码进行注释。
Ask him everything that couldn't fit into a PSD file: animations, client-side data validation, what to do on events, what to do on mouseovers, what to do on overflow, how much speed is an issue (this will effect asset compression, file formats, etc), if he wants the code commented.
线框应该提供所有静态信息:颜色、布局、比例等。从线框中无法看出的是动态信息:链接悬停样式、菜单弹出窗口、动画等。
A wireframe should provide all the static information: colors, layout, proportions, etc. What you can't tell from a wireframe is the dynamic stuff: link hover styles, menu flyouts, animations, etc.