Webdesign and layout?

2014-04-03 10:10 am
What is the most professional way to design while creating a website for a heavy website.

I am a web designer and as a workflow in my company, I get the layout from the UX team and then I start applying the user interface on them and while doing that If I found something that makes no sense I get back to the UX and they update the layout all over again and then I need to make sure that this reflects all common pages.

we create each page for the website, to exactly get the client approval and don't get in to issues later.
approximately it reaches 50 - 60 pages and cases of course, so is that ok?

by working so, we are facing a humengus problems and we keep updating all over again and again.

please advise weather by links or Web designers who have experiences

回答 (4)

2014-04-03 1:05 pm
✔ 最佳答案
Your questions are somewhat vague, since you don't explain specifics like what languages/interfaces you use, if this is a dynamic or static site, etc.

Sounds to me like you're basing your work on them documenting what they want separately from what you're doing. I would suggest that you at least use a version control system (for your own sanity, if nothing else), so you can track the changes incrementally in a "staging" environment.

Here's how I would proceed, based on the information you provided:

1. Set up an internal company web server that will host the site as you create it.
2. Give access to this site to the staff providing the UX and other input. You may want to set up a special email account with your company for exchanging mail just for this development. If your company has a CRM system of some type, set up a place on that to exchange comments, files, ideas, etc.
3. As you work, use your version control system to push the updates to the staging server so the users can see the changes live. Version control allows you to roll back to previous versions if something breaks, or if the UX staff wants to go back to an earlier concept.
4. You need to maintain control of the development. If you have a team of programmers, make sure they all use the VCS and understand the responsibility of pushing changes and pulling updates when they are made.

I know this is a little high level, but this method is the best way to keep things in control. making lost of changes on a project is common; developers see this all the time. You just have to have a way of maintaining control over things.

By the way, for version control, I recommend Git.
2014-04-04 5:50 am
It is useful if you use a template for all the pages, the contents and the navigation/UX design are separated so that you only need to edit one template file to change all the page layout.

The easiest way to implement a template is through a content management system (e.g. WordPress at http://www.wordpress.org ) or you can use PHP include (http://www.php.net/manual/en/function.include.php ). Dreamweaver also allows you to create and use a webpage template through its own special code.

I would highly encourage you to learn how to use WordPress as this will accelerate your speed in developing the website.
2014-04-04 1:46 am
Use css to stylize, and a styles manager to make it even easier. I use ultimatewb.
2014-04-03 1:43 pm
Use css styling to design your website so that you won't manually design each page on the website. Use Dreamweaver and Kompozer to code your website. And to avoid any redoing of of jobs, you need to plan:
1. Plan what things will be added, layout etc.
2. Documentation
3. Clients Approval
4. Coding of site
5. Implementation of site
6. Maintenance of site


收錄日期: 2021-05-01 15:13:43
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20140403021035AA8AsjA

檢視 Wayback Machine 備份