Re: templates?
I've heard that said often enough: "separate out of the code from the
HTML so the web designer can work on it." In my experience it has never
worked out that way. Ususally the designer just hand me a Photoshop
file and I have to code the HTML myself.
I suspect that that's the norm rather than the exception. Designers
like to concentrate on the design, not having to think about the
technical stuff. Programmers are usually more able to actually
implement a design, especially when client-side scripting is involved.
.
Relevant Pages
- Re: Wheres the NG to complain about VS 2003 IDE?
... Studio.Net IDE. ... view to HTML the selected item was highlighted in the HTML code.", ... the Visual Studio.Net html designer really may format ... This posting is provided "as is" with no warranties and confers no rights. ... (microsoft.public.dotnet.languages.csharp) - Re: Evolving Web App Standards and ASP.NET
... pretty common to edit the html, the designer is pretty weak. ... page in grid mode, then in advanced setting for display monior pick large ... > I am new to Web programming. ... (microsoft.public.dotnet.framework.aspnet) - Re: Design flow for Code-behind
... I have worked in situations where the designer created the UI first and then ... passed the html on to the coder. ... but can cause the coder to ... skin control. ... (microsoft.public.dotnet.framework.aspnet) - Re: Why cant I make a table cell any size I want?
... I must say that I am dissapointed to hear that the VS designer is not up to ... speed and that I will have to handcode the HTML. ... Visual Studio does support two design modes, and to be honest, ... (microsoft.public.dotnet.framework.aspnet) - Re: recommended way of generating HTML from Python
... Why not teach your students to use a template system? ... I've written web pages this way (using a pretty nice Java HTML generation package) and I don't ... It is hard to work with a designer. ... There is no separation of content and presentation ... (comp.lang.python) |
|