Advanced Search
Search Results
4 total results found
How can you open documents created in WordPerfect with MS Word?
If you have MS Word 2000 or higher, you’ll be able to open WordPerfect files and if the document was created with WordPerfect 6.0 or later.To do this, open a blank document in MS Word. Go to the Tools menu and click on Options. Select the General tab and che...
How to put a portrait page number on a landscape page
This need frequently arises in typing academic papers such as theses or dissertations (or sometimes when creating business reports and proposals). Often a table or figure will fit on the page only if it’s turned sideways (broadside). But graduate school requir...
The Document Object Model (DOM) and what it's good for
If you develop for the web, you may have heard the term “Document Object Model” or “DOM” thrown around. You might have even used it without realizing it. The DOM is an object structure that represents web pages. It’s primary use is in Javascript, though it can...
What are some document management services/document version control applications out there?
Two great options that we recommend are Git and SVN.Git: http://git-scm.com/Git is a free and open source distributed version control system designed to handle everything from small projects to very large projects with speed and efficiency. It offers a variety...