Back
to top

Technical Writing Blog

Grow your technical writing expertise with industry news, best practices, articles, product updates

Writing a Technical Description: Best Practices

Writing a Technical Description: Best Practices

Technical Description – Definition A technical description may be an individual document or a part of some other document. It can consist of only a couple of sentences or be several pages long. Technical description is a type of technical documentation that helps readers understand the product or object described, its features, functions, parts, size,…

Continue reading »
Posted in HTML & CSS tips on 9/22/2021

Create Note Boxes in Online Documentation with HTML and CSS

Create Note Boxes in Online Documentation with HTML and CSS

To tell the truth, technical documentation is a boring thing to read. If it contains text only, it is even worse. Users hardly ever read docs from cover to cover. They scan them. It looks like that: they jump from title to subtitle, or to text elements that stand out visually (bold or italic font),…

Continue reading »
Posted in HTML & CSS tips on 9/8/2021

Advanced Autonumbering Techniques with CSS

Advanced Autonumbering Techniques with CSS

Autonumbering is quite a useful feature. Basically, it means that as long as you keep adding new elements, each new element is getting an ordered number. Right now, you are probably all like – ‘Aye aye, Captain Obvious! This feature has been around since, like, forever! Why bother writing an article about it?’ Well, yes….

Continue reading »
Posted in HTML & CSS tips on 12/8/2016

Responsive HTML Tutorial. Part 4 – Responsive Styles

Responsive HTML Tutorial. Part 4 – Responsive Styles

This article continues our post series on creating responsive online documentation. In the previous parts of this series, we have learned about mobile emulators and typical issues related to screen sizes. Now, it is time for some practice. We suppose that you have already identified issues in your content and in this post we will…

Continue reading »
Posted in HTML & CSS tips on 8/15/2014

Responsive HTML Tutorial. Part 3 – Problems and Solutions

Responsive HTML Tutorial. Part 3 – Problems and Solutions

This article continues our post series on creating responsive online documentation. The first part considered free screen and mobile emulation tools – a “must read” for technical writers who care about mobile look of their content. Then we talked about automatically detecting mobile-specific issues in online documentation. It is time to get to solving mobile…

Continue reading »
Posted in HTML & CSS tips on 6/4/2014

Responsive HTML Tutorial. Part 2 – Mobile UI Validation Tools

Responsive HTML Tutorial. Part 2 – Mobile UI Validation Tools

Last time, we talked about screen emulation tools to help you test your web content on different devices. In this post, we will make the next step and take a look at the tools helping you detect any UI issues specific to mobile device browsers. Note: Although we consider responsive markup in the context of…

Continue reading »
Posted in HTML & CSS tips on 5/21/2014

Responsive HTML. Part 1 – Screen and Mobile Emulation

Responsive HTML. Part 1 – Screen and Mobile Emulation

Have you ever thought of what your online documentation looks like when viewed on a 1920×1080 monitor or opened from an iPhone? Well, today you definitely should. It is not a secret for anyone that mobile browsers usage grows rapidly and having a mobile website becomes a must for every online business. But did you…

Continue reading »
Posted in HTML & CSS tips on 3/17/2014

Fixed Header & Scrollable Body Layout Without Scripts

Fixed Header & Scrollable Body Layout Without Scripts

Many online documentation formats are related to HTML in one way or another. At that, many online documentation topics are using the same visual layout – a header container with information and quick links; and the topic body in a scrollable container. Looks simple and typical. But have you ever tried to implement this layout…

Continue reading »
Posted in HTML & CSS tips on 9/24/2013