Forums

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

Home Forums CSS Is it necessary to learn css inorder to learn javascript ?

  • This topic is empty.
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #156851
    amakhyon
    Participant

    I already learned html , but I want to cut my learning curve so that I can apply for work
    any ideas ?

    #156855
    __
    Participant

    You should not cross-post.

    It’s spammy. Choose the best forum and stick with it.

    #156856
    Alen
    Participant

    HTML – Content Structure
    CSS – Presentation
    JavaScript – Interactivity

    In web design/development they all inter-relate. But you don’t have to know one necessarily to do the other. However, having understanding of each of the ones you’re not an expert on is necessary in this day and age.

    For example, if you are developer and you’re trying to present an idea to your boss. Instead of wasting time in the meetings explaining you might just dive in make a demo and present the solution. This might require little or a lot of HTML/CSS/JS. If you work for larger organization this might be split up between many members of your team.

    To answer your question directly. No you don’t need to know CSS to do JS. JavaScript is not only for the browser. With NodeJS you can have JS on the server as well. So learning JavaScript by it self will open up so many door for employment. It all depends what you wanna do.

    #156861
    amakhyon
    Participant

    you see it is related to both , and I needed the answer really quick :) …sorry for any disturbance anyways

    #156862
    amakhyon
    Participant

    Thank you so much Alen , your answer came in time and really helped :)

    #156874
    chrisburton
    Participant

    Depends if you’re talking specifically about Javascript or jQuery (a Javascript library) as well.

    #156897
    amakhyon
    Participant

    Javascript first then Jqeury , thats the plan :)

    #156904
    Alex
    Participant

    CSS is pretty easy to learn the basics, and then pick up the more advanced concepts as you progress. I’d recommend sitting down one day and going through either:

    http://www.codeschool.com, 2 Day Pass http://www.treehouse.com, One Month Free http://www.lynda.com, 7 day Free Trial
    http://www.codeacademy.com Free… I think.

    course on CSS and then move onto Javascript/JQuery/other Frameworks then Sass.

    This you’ll avoid many of hours of frustration that are bond to arise when you’re doing your projects without prior knowledge of CSS.

    #156910
    Alen
    Participant
Viewing 9 posts - 1 through 9 (of 9 total)
  • The forum ‘CSS’ is closed to new topics and replies.