Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design Clarification needed

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #158651
    nathan
    Participant

    When coding a site … is it best to do all the html, then css, then javascript … or is it best to do the javascript (in its own document of course) as I write my HTML5 code?

    #158660
    TheDoc
    Member

    It’s completely up to you. Sometimes I’ll leave more complicated JS components to the end to make sure all of the HTML/CSS has been finalized before I begin.

    Before I start styling elements I’ll also go through the template that I’m working on and make sure I’ve got all of the markup I need.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Design’ is closed to new topics and replies.