在开始 PSD 2 XHTML 工作之前我应该​​向客户提出哪些问题?

发布于 2024-08-14 02:39:56 字数 506 浏览 7 评论 0原文

我有一个固定宽度网站的 PSD 设计文件,我正在将其转换为可访问的跨浏览器 xhtml 标记。这不是我的设计,我无法编写服务器端编码(php、asp.net 等)。我的工作是只在需要时编写 XHTML、CSS 和 javascript/jquery。

在开始工作之前我应该​​问客户哪些问题?

编辑:

  1. 客户希望模板应兼容所有 A 级浏览器http://developer.yahoo.com/yui/articles/gbs/

  2. 并且代码应与屏幕阅读器和 WCAG 2.0 兼容兼容。

  3. 他希望如果我使用 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:

  1. Client want Template should be compatible to all A Grade browsers http://developer.yahoo.com/yui/articles/gbs/

  2. and Code should be compatible with screen reader and WCAG 2.0 compatible.

  3. He want if i use javascript then without javascript at least site should be function-able and accessible

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

奈何桥上唱咆哮 2024-08-21 02:39:56
  1. 行为(例如:悬停、:焦点、动画等)对于 PSD 很重要,因为它们并不明显。
  2. 为了满足例如 WCAG 要求,客户是否愿意对某些浏览器做出任何让步?你的作品需要遵守,但设计师的作品也遵守吗?
  3. 应急设计:如果有表格,和/或如果出现问题,会发生什么?看起来应该怎么样?有设计吗?
  4. 是否清楚什么事情将在服务器端处理以及客户端希望在客户端处理什么?
  5. IE6 的收费要小心。如果你对 CSS 很满意并且使用了良好的重置,那么就布局/错误而言,这应该不是什么大问题。
  6. 请讨论 IE6 和其他一些浏览器可以接受哪些细微差别:普通角而不是圆角?透明度?其中一些事情需要更多时间才能在 IE6 上工作,并且可能会对性能产生影响。
  7. 把它写在纸上,让他们签名,并让他们说得清楚。
  8. 同意这一点:如果合同中没有明确要求/提及,则它不是您工作的一部分,因为您没有机会估算其成本。

希望这有帮助。

  1. Behavior, such as :hover, :focus, animation, etc. are important with PSDs, because they're not obvious.
  2. Are there any concessions the client will be willing to make for certain browsers in order to fulfill for example WCAG requirements? Your work needs to comply, but does the designer's work also comply?
  3. Contingency design: if there are forms, and/or if something goes wrong, what should happen? How should that look? Is there a design for it?
  4. Is it clear what things will be handled server-side and what the client wants handled client-side?
  5. Be careful with charging more for IE6. If you're worth your salt with CSS and use a good reset, it shouldn't really be much of an issue as far as layout/bugs go.
  6. DO discuss what subtle differences are acceptable for IE6 and some other browsers: normal corners instead of rounded corners? Transparency? etc. Some of these things WILL take more time to make work for IE6, and may have performance implications.
  7. Put it on paper, have them sign it, and have them be explicit.
  8. Agree to this: if it's not EXPLICITLY requested/mentioned in the contract, it's not part of your work, because you haven't had an opportunity to estimate costs for it.

Hope this helps.

花开雨落又逢春i 2024-08-21 02:39:56

他希望它在哪些浏览器中运行?如果一切都必须在 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?

虚拟世界 2024-08-21 02:39:56

问他所有无法放入 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.

岛歌少女 2024-08-21 02:39:56

线框应该提供所有静态信息:颜色、布局、比例等。从线框中无法看出的是动态信息:链接悬停样式、菜单弹出窗口、动画等。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文