News

Sometimes, the numbers just aren't enough. When you need a special numbered list with a prefix in Microsoft Word, try this handy trick.
Modifying results in Word's numbered list feature isn't as intuitive as many users would like. Here are some tips for using settings to control spacing and alignment in a numbered list.
Many programs have a need to iterate over a large list of generated data. The conventional way to do this would be to calculate the values for the list and populate it, then loop over the whole thing.
This is a loop within a loop — the outer loop is the index of the item we are comparing, and all the other items are indexed using the inner loop. You can see that this trivial implementation is ...