Articles in the ‘Tutorials’ Category

  • Grid Systems – Making grids in Adobe Illustrator

    Posted: 3 years ago in Tutorials

    Designing within a grid system involves defining the material you are going to work with, defining the page size, making a proportional grid onto the space and then fitting your design into the grid. Having a good grid system will speed up the work process so it’s always wise to spend a little time on the grid first.

    Learn how to make grids that you can use to create mock ups in Adobe Illustrator…

    VN:F [1.9.17_1161]
    Rating: 0 (from 0 votes)
  • Simple CSS shiny progress bar technique

    Posted: 3 years ago in Tutorials

    Learn how to create a modern, css colorable progress bar/meter out of a couple divs and an image…

    VN:F [1.9.17_1161]
    Rating: 0 (from 0 votes)
  • Examples and Tips for Great HTML and CSS Formatting

    Posted: 3 years ago in Tutorials

    An overlooked aspect of websites is the formatting of HTML and CSS documents. This affects validation, SEO, and visual ease of use. Visual ease of use is the last thing most authors tend to keep in mind, but it’s still very important. …

    VN:F [1.9.17_1161]
    Rating: 0 (from 0 votes)
  • Advanced CSS Navigation Menu

    Posted: 3 years ago in Tutorials

    Tutorial that shows how to take a Photoshop watercolor design, slice it and code the XHTML and CSS to turn it into a working menu…

    VN:F [1.9.17_1161]
    Rating: 0 (from 0 votes)
  • 15 CSS Tricks That Must be Learned

    Posted: 3 years ago in Tutorials

    As web designers and developers, we have all come to learn many css tricks and techniques that help us achieve our layout goals. The list of these techniques is an ever expanding one, however, there are certain tricks that are essential to achieve your goal. Today, we will review 20 excellent css techniques to keep in mind when developing your theme…

    VN:F [1.9.17_1161]
    Rating: 0 (from 0 votes)
  • Understanding CSS z-index

    Posted: 3 years ago in Tutorials

    Usually HTML pages can be considered two-dimensional, because text, images and other elements are arranged on the page without overlapping. There is a single rendering flow, and all elements are aware of the space taken by others.

    In CSS 2.1, each box has a position in three dimensions. In addition to their horizontal and vertical positions, boxes lie along a “z-axis” and are formatted one on top of the other. Z-axis positions are particularly relevant when boxes overlap visually. Learn how to control z-index in your CSS files…

    VN:F [1.9.17_1161]
    Rating: 0 (from 0 votes)
  • The Optimal Line Length Principle Applied to Web Design

    Posted: 3 years ago in Tutorials

    There are many differences between web design and print design. Some of the priniciples of print design are also applicable to web design. One of the most useful is the Principle of Optimal Line Length. It states that, for any given font-size of a multiple-line block of type (like a paragraph), there is a range of line lengths and line-heights that most people consider easily readable…

    VN:F [1.9.17_1161]
    Rating: 0 (from 0 votes)
  • Trick Out Your CSS With Server Side Code

    Posted: 3 years ago in Tutorials

    CSS is a great tool for styling web pages and keeping the style code in it’s own place, instead of mucking up the HTML. Unfortunately, CSS is not a programming language, and does not have the tools that come with a server side language like PHP. However, we can use Server-side languages to generate style sheets, and get the best of both worlds…

    VN:F [1.9.17_1161]
    Rating: 0 (from 0 votes)
  • Fighting Form Spam With CSS

    Posted: 3 years ago in Tutorials

    Fighting form spam is something almost every website owner has to face. If you allow comments on your site you will most likely be a subject of form spam attacks. The most effective and most popular way of fighting form spam is using generated images (captchas) that contain text that user should then retype into an input field. Since there are OCR algorithms that can read images, most of the time captchas contain messy and distorted text.

    Here’s an anti-spam solution that relies on pure CSS…

    VN:F [1.9.17_1161]
    Rating: 0 (from 0 votes)
  • Border-radius: create rounded corners with CSS

    Posted: 3 years ago in Tutorials

    W3C has offered some new options for borders in CSS3, of which one is border-radius. Both Mozila/Firefox and Safari 3 have implemented this function, which allows you to create round corners on box-items…

    VN:F [1.9.17_1161]
    Rating: 0 (from 0 votes)
Page 37 of 45« First...102030...3536373839...Last »