By clicking “Accept All”, you agree to the storing of cookies on your device to enhance site navigation, analyse site usage, and assist in our marketing efforts
These cookies enable our website and App to remember things such as your region or country, language, accessibility options and your preferences and settings.
Analytic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously.
Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers.
I see it as the following:
Web Designer: Individual you creates the creative (how the site looks) in applications such as Photoshop/Fireworks for which a web developer will cut up and create into a website.
Web Developer: Individual who develops the site using HTML, CSS, JavaScript (AKA front-end)
Software engineer: Develops the backend .NET, PHP, Java etc.
But from the places I've worked the Web Designer doesn't touch any of the code including front-end.
Tom
IMO if you can't build the website (at least the HTML/CSS) required to make your design funtional, you aren't a web designer. It's part and parcel, otherwise you're just a graphic designer. Blindly designing something without thinking about the development process is ridiculous.
A site based on a set of PSDs couldn't do that.
Fair enough but it's generally not a good way to begin the design process. A few concept mockups are fine but get the site structure sorted first before fiddling around with fonts and colours and funky navigation hovers.I think that all depends how the PSD design was implemented
Hi everyone
Whats the difference between a website developer and a website designer? Which do I need if I have an old unloved website which probably needs to be built again from scratch?
Thanks in advance
IMO if you can't build the website (at least the HTML/CSS) required to make your design funtional, you aren't a web designer. It's part and parcel, otherwise you're just a graphic designer..
Typically, developers can't be arsed with design
designers don't want to learn can't do anything too technical
Thanks Guys,
Web designer then! My needs are simple - we have the website simply to have a "web-presence". We don't sell online.
BTW - thanks for the links Stugster
Thanks
Hmm...Any other way of doing things is philosophically flawed...
No. I'm saying that the layout is the last thing to worry about.but your assuming that design is just about making it look pretty.
You cannot use a graphics program to create a layout for a CMS. And they aren't very good for static sites either.
Of course not.How do you present ideas to clients? Give them a wire frame and a promise it will look ok once done?
Why?Of course not. Nothing wrong with using PS or some other application to create some samples but you can't then take a psd and convert it (for example) into a wordpress theme.
Each design goes through user testing to gauge response and reaction to almost every element on the page, for example how certain colours effect product advertisement even how bold an outline needs to be for maximum effect. But factor in that the design must last at least 3-5 years before the next major update, then the testing becomes worth the effort.If the client is daft enough to pay you loads of money to create series of PS layouts for every page of the site then take their money.
A decent amount of research should stop this from happening close to launch, yes drastic changes maybe needed, but it would not be any harder as the site would be built as you describe.What happens after all your work when they realise they need two more link in the nav bar or need a contact form in a sidebar? If you have built the site using a logical structure and a CSS then it's a doddle.
Because a CMS seperates the the theme out into different files: header, footer, sidebar, main content and so on. Everything is controlled by the CSS. So if you create using photoshop and convert to HTML/CSS you still can't us it until each bit is broken up and dropped into the specific file. And even then your HTML won't work because the on page elements are all controlled using PHP/ASP etectera.Why?
Because a CMS seperates the the theme out into different files: header, footer, sidebar, main content and so on. Everything is controlled by the CSS. So if you create using photoshop and convert to HTML/CSS you still can't us it until each bit is broken up and dropped into the specific file. And even then your HTML won't work because the on page elements are all controlled using PHP/ASP etectera.