Forums

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

Home Forums CSS The Best way to learn web design and keep up with technology?

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #42319
    Krish1980
    Participant

    Each time I visit this forum, I get the impression that whatever effort that I took to even learn the basics has become outdated – it’s a reality check that leaves me wondering how to even go about improving my skills.

    SASS? SCSS? Responsive design? html5? 960 grid? How do you guys keep up with ever changing trends, and how do you know so much?

    Is there some course that teaches you these things? What is the systematic way to go about learning?

    Some guys here seem to know css, html , jquery AND php. I’d like to know where all the learning came from and I’d like to achieve similar standards.

    #122620
    TheDoc
    Member

    It just comes from time and practice.

    You don’t need to worry about SCSS before you have perfected the fundamentals of CSS.

    http://justbuildwebsites.com/

    #122622
    qbattersby
    Participant

    Hey,

    Agreed, comes from time and practice. I always find I learn the best new things by challenging myself with a project that is slightly out of my comfort zone. That pushes me to learn the new things that I would not normally learn. Certainly not everyone has this luxury though.

    As a starter, why don’t you look at a really nice site you like, and basically do whatever it takes to build it out yourself, just by looking at it. I find that works best.

    Definitely no one way to learn, but lots of reading up on the problem you are looking to solve is a starter.

    #122715
    darrylm
    Member

    Monthly subscription to .net magazine has helped me no-end

    Also, regular checks on the following websites

    http://www.netmagazine.com/

    http://www.smashingmagazine.com/

    http://alistapart.com/

    Create a Twitter account for work only if you haven’t already, and follow anyone tweeting about their experiences in web design

    #122721
    simoncmason
    Member

    It helps to love web development ;)

    If so there is nothing better – always something new to learn and discover plus the satisfaction that comes from “light bulb” moments when something that seemed so hard suddenly slots into place.

    But the only way you’ll get there is by spending a lot / all of your time either writing code or reading about it.

    A few things that have helped me on my journey:

    http://www.w3schools.com/
    http://teamtreehouse.com/
    https://learnable.com/
    http://www.codecademy.com/
    https://css-tricks.com/
    http://alistapart.com/
    http://www.smashingmagazine.com/
    http://24ways.org/
    http://handcraftedcss.com/
    http://hardboiledwebdesign.com/
    http://www.abookapart.com/ (Buy all of them)

    And tens of thousands of google searches for solutions to problems – there is a lot of help out there if you’re happy to spend the time finding and making sense of it.

    Also look for Meetups or usergroups near you – it’s great to meet your fellow devs in person and get along to conferences for the same reason.

    Plus you don’t have to be really good at all of it – if you find you love CSS it is OK to get very good at that and just have a working knowledge of javascript or jQuery or php and vice versa. There are very few people (probably no one) who are genuine experts in all the languages you mentioned – but they probably know someone who is …

    Good luck – it’s the best industry to work and play in

    #122742
    Paulie_D
    Member

    I tend to weight internet content and books by related their age.

    A 3 year old blog post…….probably out of date.

    Ditto a book unless it’s been updated and re-issued in the last 6 months.

    #122760
    simoncmason
    Member

    Re conflicting information, you’ll find a lot of this about. If someone makes a statement such as do or don’t use @import take notice if they explain why, and Google around to see what the consensus is.

    In this case@import is normally considered poor practice because it is a performance hit. If you Google something like @import in CSS you’ll find plenty of discussion around why you shouldn’t use it.

    I tend to find the best advice makes its way to the top, that said practices change over time so beware of received wisdom.

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