Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

22
votes
10answers
2k views

How to write a technical blog?

I have a blog that I would like to increase traffic on. I've read lots of technical blogs, but it's a lot different writing a blog versus reading a blog. There seems to be several ways to write a ...
17
votes
11answers
976 views

Should programmers be able to write clearly?

I read Richard P. Gabriel's book "Patterns of Software" (pdf) which contains an essay called "Writing Broadside" in which he contends that programmers should develop their ability to write clearly. I ...
12
votes
5answers
24k views

What should a good technical design document contain?

When writing a technical design document of a yet non-existent application/system, what aspects would be most helpful for the developers - assuming that the person writing the document is not involved ...
10
votes
7answers
390 views

How to write “good” user interface texts?

Many applications are let down by the quality of the 'writing' in their user interfaces: typically, poor spelling, grammar, inconsistent tone, and worse yet, "humour" are the usual offenders. Are ...
10
votes
16answers
682 views

What makes a good technical book 'good'?

I'm writing a technical book (plug - all money goes to charity so it's not so evil). Though I'm half done, I'm still constantly trying to figure out what makes a technical book really good. I don't ...
8
votes
5answers
759 views

What is the best (computer book) publisher to write for and why?

I have written a book for Packt publishing because they asked me too. Having gone through a year long experience with them I found that there were many pros and cons to having written for them - a ...
7
votes
11answers
853 views

Using the word “you” in an user manual

I am writing a user manual and I have come to a discussion with a colleague. He says I cannot use the word "you" anywhere in the manual. Now I remember something about this at school but that was ...
6
votes
3answers
170 views

What “voice” should messages and documentation be written in?

I was writing some error/warning messages a while ago, for an application I am developing, and I was thinking - what "voice" do you write software text in, in general? There's several different ...
5
votes
8answers
7k views

How to explain complex technical problems to non-technical clients [closed]

There have been a couple of other questions about explaining technical things to non-technical people, but I am specifically wondering if anyone has any tips for explaining technical problems to ...
3
votes
1answer
197 views

Resources for writing good PHP documentation

I am getting a tool ready to make the source public. I would like to have it well documented for people who would use it as well as potential contributors. I am already using some rudimentary ...
3
votes
3answers
1k views

How to write and propose a RFC?

I found that IMAPv4 has a shortcoming: It forces users to download whole body (text/html + attachments). How to write and propose a RFC to address the issue? Please kindly share if you had experience ...
3
votes
1answer
178 views

software technical review for decision makers

Problem: I have to write a review discussing the technical aspects of two competing software system (Document management systems). I have to review scalability, availability, maintainability, ...
3
votes
3answers
239 views

Self publishing a programming book

I was wondering if any SO members have had the opportunity to self publish a programming related book. Do you have any advice regarding the process? I don't have any problem maintaining the ...
2
votes
1answer
270 views

How important are screenshots in technical documentation?

All of us have suffered through learning a new task with a new piece of software. Examples: Creating a new ASP.NET MVC project Creating a new WordPress Plug-in Migrating a local MySQL database to ...
2
votes
2answers
62 views

Keeping Computer Science Writing Accessible and Eloquent

This question is particularly aimed at descriptions and explanations of what is happening in a computer program, as well as any general advice or approaches for undertaking technical reports in ...
2
votes
6answers
226 views

How to Format Code in Research Reports

I am currently writing a formal research report, and I'll be including code with this report. Question: Is there an accepted way of displaying code in research reports? I'm thinking both in terms of ...
2
votes
6answers
156 views

Technical Interviews

Prospective clients are asking for production level examples of my work. I've been stuck in Research and Development mode for the past couple years, and don't have anything that I can think of to show ...
2
votes
5answers
559 views

Technical design

Lately the company hired a technical analyst for the dev team. For all new projects it's his tasks to analyse the clients demands and come up with an analysis design that can be used as a starting ...
1
vote
1answer
58 views

How to indicate an omission of some part of a source code within written text?

I need to include a source code excerpt in my article. However, this code is too long, so I want to indicate an omission of some part, such as: void f(int typeId) { switch(typeId) case ...
1
vote
1answer
270 views

Translate technical terms from english to other languages?

I am writing technical documents in English and in German. The language I choose depends on the expected audience. In my documents in German, I have to use terms that can be either translated or not. ...
1
vote
2answers
197 views

Prepend header to file without changing the file

Background The enscript command can apply syntax highlighting to various types of source files, including SQL statements, shell scripts, PHP code, HTML files, and more. I am using enscript to ...
1
vote
1answer
457 views

Software Requirements Specification for Reports

Reports, generally, have the following components: Report title Physical location (repository, network drive, or web server file system) Parameters (hidden and user-supplied) Query (SQL) Security ...
1
vote
8answers
268 views

Writing technical documentation: How to refer to a 'user'

I really don't know any better place than here to ask this, so here I go. I am writing techincal documentation for a small college project. A big question is, how to refer to a 'user'. I don't want ...
1
vote
4answers
261 views

What is the best tool for creating user guides with screenshots on a Mac?

Following what started here . http://stackoverflow.com/questions/141769/what-is-the-best-tool-for-creating-user-guides-with-screenshots-on-windows i need to create a user guide and quickstart for a ...
1
vote
3answers
90 views

How do you find a qualified, reliable technical reviewer for a programming document?

I need to find a technical reviewer for a programming document. I have looked on Craigslist and various freelancers' websites (RentACoder, Odesk, Elance, etc) but it's difficult to determine who is ...
1
vote
1answer
159 views

How to format source-code in a Framemaker document?

I have to write up a technical document in Framemaker that explains various programming source-code. So my document consists of a bunch of text, followed by a bunch of source code (Java, XML) and ...
0
votes
0answers
11 views

Adobe RoboHelp 9: What's the best way to make more than one conditional build available to the same application?

I am creating a WebHelp help system with RoboHelp 9. This will be context-sensitive, online help. The software product that the system is written for has three user "contexts" that are mostly similar, ...
0
votes
1answer
35 views

Recommend any “best first ietf RFC to read”

If you would advice people to start reading RFC's, which would you recommend people start with. It should be something more complex than RFC 863 (Discard Protocol) http://tools.ietf.org/html/rfc863, ...
0
votes
3answers
52 views

Documenting Java methods

Is there a standard or an accepted way of how methods should be documented in a technical report? For example: "Use ConnectionUtil.connect() and specify the server host name, port number, app ...
0
votes
1answer
61 views

SRS for Non-Object Oriented Projects?

What diagrams must contain in the SRS of NON-OO Project? Can use case diagram, activity diagrams include in NON-OO SRS?
0
votes
0answers
115 views

Is there a tool that can automatically generate design docs reverse engineered from designated pseudo code? (XML / Java / .NET)

I found myself writing a design doc for a feature, and I could not help myself thinking: writing this table of fields and their type, validation etc, will take me less time in Java than in word / ...
0
votes
0answers
577 views

Technical Documentation Template?

Hi I need to find a Technical Documentation Template, with the list of needed points and the best order to show them in a document, actually I have so many things to show and I would want to put them ...
0
votes
3answers
20 views

Publishing - most read/visited print and online media for .NET?

In the job of a technology evangelist, it is essential to reach as many developers and architects as possible with blogs, articles, demos, videos, etc. to introduce new frameworks and products. ...
0
votes
2answers
104 views

technical manual editing/publishing/collaboration online

we have multiple software products, each with a manual in 6 languages. we need to collaborate with users who want to contribute/edit the manuals. we'd like to have a very user friendly presentation ...
0
votes
1answer
35 views

Decent tool for producing a glossry of technical terms

I'm currently developing the front end of a new CMS for a digital streaming company, the main problem the project has is keeping track of the technical language that has sprung up around it. It ...
0
votes
1answer
37 views

Writing a tutorial for an audience with some background knowledge

At the moment, I am writing a JavaFX tutorial targeted at programmers with a solid grasp on Java. The idea is to give them an as-short-as-possible intro to JavaFX, focussing on the differences between ...
0
votes
3answers
344 views

Corporate Wiki Organization - Technical Documentation

Corporations have documents describing various aspects of their technical systems, including: Custom Applications Custom Development Frameworks Third Party Applications Accounting Bug Tracking ...
0
votes
2answers
41 views

When can “creating” and “declaring” be used synonymously?

Once in a while you stumble over a technical article where "creating" and "declaring" are used synonymously. E.g. declares an array of ints creates an array of ints But aren't declaring ...
0
votes
0answers
609 views

Need Technical Specification Document Template for MOSS

I am looking for a decent tech spec documentation template for a MOSS implementation. If anyone can share any existing document template then it would really help me. Thanks Bhaskar