Slashdot Mirror


CSS From the Ground Up

jsin writes "Web Page Design for Designers is a great source for anyone who is looking for a non-programmer-centric view on web page design and development. Starting in his most recent issue, Joe Gillespie describes CSS from an absolute beginners perspective. Even though I've been building commercial sites for years, the article is an excellent way to review the basics in the context of endless changes in standards and practices."

3 of 41 comments (clear)

  1. Re:I have the opposite problem. by aWalrus · · Score: 5, Informative

    Regarding color: Try a little Color Theory and when you want to make a color scheme that works, go to the Color scheme generator.

    Apart from that, anything on the "Resources" section of my links page will help you out.

    --
    Overcaffeinated. Angry geeks.
  2. Re:I have the opposite problem. by christopherfinke · · Score: 5, Informative

    What sources are out there for people like me? Technical people who need a little help making artistic choices.
    I had always been horrible at picking out color schemes for sites until I discovered this site. That's right, a fabric/thread/crafts site.

    What I have found works quite well is to find a color you want to theme your site around (pine green, for example) and go to that thread's color family page. Voila! A group of colors that complement your color, and the hex codes for the colors are in the source code.

    Also, another great tool is the color schemer. There used to be an online version, but I can't find it anymore.
  3. And once you are done with that.... by Anonytroll · · Score: 5, Interesting

    At http://www.alistapart.com/ you can find more detailed, praxis-oriented tutorials/examples using CSS and XHTML if you like this way of doing sites. It's especially interesting, because they have quite a lot of things about pure CSS layouts without tables.