Home
  • About
  • Contact
  • Presentations
  • WordPress Consulting
  • Advertising
  • Guest Posts
  • For Students
  • Jobs
  • Podcasts Book Reviews

    Archive for CSS

    Does a Technical Writer Need to Understand Web Design?

    July 6th, 2010 | 3 Comments »

    A reader asks, Technical writing is a field that I’ve been pursuing and about to complete a certification. My question, how important or valuable would also pursuing a web design certificate for a technical writer? The certificate in web design? Not necessary. But a working knowledge of HTML and CSS? Yes, critical, because everything is moving (or already moved about 10 years ago) to the … more »


    10 Challenging But Awesome CSS Techniques – Nettuts+

    March 31st, 2009 | Comments Off

    10 Challenging But Awesome CSS Techniques – Nettuts+.


    Styling Category Levels in WordPress (video)

    January 23rd, 2009 | 2 Comments »

    Assigning unique styles to each category level in WordPress requires you to insert the following classes in your stylesheet: Top level: .cat-item a { } Second level: .cat-item ul li a { } Third level: .cat-item ul ul li a { } I created a five-minute video showing how the addition of these category classes to your WordPress stylesheet will change the style of each … more »


    YouTube – Introduction to CSS editing using Firebug

    January 22nd, 2009 | 1 Comment »

    Introduction to CSS editing using Firebug (youtube) If you work with CSS at all, Firebug is essential.


    Coding Horror: The Two Types of Browser Zoom

    January 22nd, 2009 | Comments Off

    Coding Horror: The Two Types of Browser Zoom. For help authors producing browser-based formats, the issues in this post may impact the usability of your help. How will Zoom impact your design?


    How to Create Columns with CSS Float | eHow.com

    January 1st, 2009 | Comments Off

    How to Create Columns with CSS Float | eHow.com I see so many sites that structure everything with tables. News flash: tables are out. Divs and floats are in.


    Conditional-CSS

    August 11th, 2008 | Comments Off

    Conditional-CSS.


    Approaching Help as Solutions to Problems — An Interesting Format from the CSS Cookbook

    July 1st, 2008 | 5 Comments »

    At Borders or Barnes & Noble, I often browse the computer books to see the different ways writers approach help material — especially how they approach the same help material. The other day I wanted a book on CSS, so I pulled four available CSS books off the shelf and began browsing them. Each book looked respectable, but the CSS Cookbook, by Christopher Schmitt, had a unique … more »