Mobile app version of vmapp.org
Login or Join
Cugini213

: Order of actions from psd to html/css to backend development I've read all related posts, but still have one question. Once my PSD is done and I send it for html/css, do I then send it straight

@Cugini213

Posted in: #WebDevelopment

I've read all related posts, but still have one question. Once my PSD is done and I send it for html/css, do I then send it straight to development, get that down, and then go back and add in the javascript for things such as slideshows, rollover/drop down navigation, etc. Or should I do the javascript during html/css and then send it all to back end developer? Confused! Please don't close my question!

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Cugini213

1 Comments

Sorted by latest first Latest Oldest Best

 

@Bryan171

You need to talk to your designer/developer. Every developer has a unique skillset; some will handle the whole build process. Others are able to deal with one or two stages only.

Typically, the sequence of events looks something like this:


Design is created in Photoshop/Fireworks and approved.
Design gets marked up in HTML and CSS.
Interactive front-end JavaScript elements are coded. (e.g. slideshows, drop downs)
Backend/CMS is added.


It's possible that one developer will handle this whole process. In situations where there's a team working on the site, you need to ask each team member what their requirements are, and what they expect to receive from you in order to complete their part of the job.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme