Re: [PHP] Strategy when working with designer(s)?



Steve Finkelstein wrote:
I was curious how do you folks who strictly do development and not designing, strategically work with a designer in this fashion? Do you have a skeleton you follow or preload some existing templates and then code around that? If there's even a book which focuses on such concepts, I'd be more than happy to purchase and read it.

This is just my opinion. I have only ever worked with a limited set of professional designers...Your mileage may vary.

Having worked with a designer I very much respect for almost two years now, my only real suggestion is to make sure you write very standards-compliant xhtml. Lay out your pages so that they flow from top to bottom without any formatting whatsoever (think extreme simplicity). Output data naturally - tabular data in tables, paragraphs in p tags, headings in hN tags, inputs with labels, etc. Conceptually different parts can be split into div tags too. (Like <div id="header">Page Title</div>, <div id="content">Page data</div> etc.)

It should look something like:

Global Header

* Page 1 link
* Page 2 link
* Page 3 link
* Page 4 link

Page Data



Here's why:
- A good web designer can work absolute magic with CSS - they can turn a well written xhtml page into a beautiful page that looks consistent across all modern browsers. (I'm lucky enough to work day-to-day with an absolute design wizard.)
- It's very accessible - even simple mobile browsers screen readers and will have no problems with it.
- If you don't like the work the designer has done, you can hire another and plug-in different style sheets.

Depending on the calibre of designer, I think that integration may be a bit of a headache in the end though.

jon
.



Relevant Pages

  • Re: displaying line breaks?
    ... this weakens the effectiveness of the tags. ... a blind person with a talking browser: ... is the result of a careless designer using them for layout. ...
    (alt.html)
  • Re: Visual Studio.Net Wysiwyg
    ... you have to agree that if you use VS.NET's IDE to write tags in to ... switch to designer view than back again. ... i use dreamweaver or hand code for all our designs. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: will you please cut the tags out of your sheer blouse and crocheted jacket?
    ... What are we supposed to do about the tags? ... contain important information (fabric content, designer, cleaning ... instructions) but they are really ugly--AND they are sewn into the ...
    (alt.fashion)
  • RE: Many &nbsp; characters added to markup
    ... This question was replaced by another question since the non-breaking space ... characters were not posted within the text. ... When we perform an action within the designer that causes ... between the tags of the server control. ...
    (microsoft.public.dotnet.framework.aspnet.buildingcontrols)
  • Re: Working with External Design and CodeBehind compilation errors, Best Practice?
    ... Your designer should have an intro course in ASP.NET if you both are ... going to be making changes back and forth. ... Then, the html ... designer not to remove any controls, div tags etc. ...
    (microsoft.public.dotnet.framework.aspnet)