在 ASP.NET MVC 项目上使用远程 Web 设计器的流程

发布于 2024-09-07 07:20:05 字数 244 浏览 3 评论 0原文

我有一个用 ASP.NET MVC 完成的副项目。到目前为止,演示的只是非常基本的功能。

如果我要在线雇用一名设计师并与他们一起制作最终的网站设计,我应该遵循什么流程才能尽可能轻松地获取他们的 HTML 和 CSS 并将其转换为 ASP.NET MVC 控件等?

我不清楚做到这一点的最佳方法,以及开发人员的职责从哪里结束,设计师的职责从哪里开始?

这两个讲不同语言的人如何顺利合作并快速达成最终产品?

谢谢!

I have a side project done in ASP.NET MVC. So far the presentation is just very basic functionality.

If I were to hire a designer online and work with them to produce the final website design what process should I follow to make it as easy as possible to take their HTML and CSS and translate that into ASP.NET MVC controls etc?

I am unclear on the best way to do this and where the responsibilities of the developer finish and the designer would begin?

How do these two people that speak different languages work smoothly together to quickly converge on the final product?

Thanks!

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

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

发布评论

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

评论(2

恬淡成诗 2024-09-14 07:20:05

我会给他们使用 Balsamiq Mock 或其他工具完成的模型。

您还应该定义屏幕分辨率、有多少字体作为图形完成,以及最后哪些部分是动态的,哪些不是。设计师需要有关动态部分的信息,因为他会给这些文本更多的空间。

然后他们通常会为您讨论的 2-3 页做一些示例布局。

从那里他们开始进行最终的 Photoshop 布局。

希望设计师也能做 HTML。如果不是,文档将被传递给 html 设计者,后者对文档进行切片并生成 html+css。

找到一个既能设计又能做 html 的设计师是至关重要的。否则,当 html 人员必须与设计师顶嘴时,您会浪费一些时间。
两者至少必须交谈:否则 html 专家会抱怨缺少字体、控件在设计者 mac 上看起来确实与在真实计算机上不同,以及设计者计划的文本内容无法阅读,因为字体太大小的。

结果将是一个完整的可点击的 html 网站。

I would give them mockups done with Balsamiq Mock or some other tool.

You should also define screen resolution, how much of the fonts is done as graphics and what parts are dynamic at the end and what not. The designer needs the information about the dynamic parts because he will give these texts more space.

Then they would usually do some sample layouts for 2-3 pages that you discuss.

From there they start to do the final Photoshop layouts.

Hopefully the designer also does the HTML. If not the document is passed to the html-designer who slices the documents and produces the html+css.

It's crucial that you find a designer who can do design and html. Otherwise you lose some time when the html-guy has to talk back to the designer.
Both have to talk at least: otherwise the html-guy will complain about mising fonts, controls that do look different on the designer mac then on a real computer and text content planned by the designer that can't be read because the font is too small.

The result would be a complete clickable site in html.

阪姬 2024-09-14 07:20:05

通常,我所做的只是使用 CSS 类和干净的 HTML 以通用方式构建视图。然后,在大多数情况下,我会采用设计器的 HTML 模板并剪切顶部和底部并将它们粘贴到我的母版页中。从那里我只需要更新一些 CSS 类以匹配设计师的字体和颜色等。

我通常只向我的设计师请求 Photoshop PSD,然后我将其切片为 HTML/CSS,这样我就可以确切地知道页面的情况结构化,我控制CSS。但设计师习惯于与可能不具备设计知识的人(即开发人员)一起工作,所以只要找到一个好的设计师,他们就会帮你做好准备。

尝试:http://programmermeetdesigner.com/

Typically what I do is just structure the views in a general way with CSS classes and clean HTML. Then, for the most part I take the designer's HTML template and cut out the top and bottom and paste them into my master page(s). From there I just need to update some of the CSS classes to match the designer's fonts and colors, etc.

I usually just request the Photoshop PSD from my designers and then I do the slicing into HTML/CSS so I know exactly how the page is structured, and I control the CSS. But designers are used to working with people who maybe aren't as design-knowledgeable (read: developers), so just find a good designer, and they'll get you set up right.

Try: http://programmermeetdesigner.com/

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