Showing posts with label Microsoft. Show all posts
Showing posts with label Microsoft. Show all posts

Sunday, February 14, 2010

Microsoft Powerpoint

Microsoft PowerPoint


Microsoft PowerPoint is a presentation program by Microsoft. It is part of the Microsoft Office suite, and runs on Microsoft Windows and Apple's Mac OS X operating system.


PowerPoint is used by business people, educators, students, and trainers. Beginning with Microsoft Office 2003, Microsoft revised the branding to emphasize PowerPoint's place within the office suite, calling it Microsoft Office PowerPoint instead of just Microsoft PowerPoint. The current versions are Microsoft Office PowerPoint 2010 for Windows and 2008 for Mac.

History


The first version of PowerPoint was initially developed on 14 August 1984 by Robert Gaskins and Dennis Austin of Forethought, Inc. of Sunnyvale, California. The original version of this program was created by Dennis Austin and Thomas Rudkin. Originally designed for the Macintosh computer, the initial release was called "Presenter". In 1987, it was renamed to "PowerPoint" due to problems with trademarks, the idea for the name coming from Robert Gaskins. In August of the same year, Forethought was bought by Microsoft for $14 million USD ($26.2 million in present-day terms), and became Microsoft's Graphics Business Unit, which continued to further develop the software.

PowerPoint changed significantly with PowerPoint 97. Prior to PowerPoint 97, presentations were linear, always proceeding from one slide to the next. PowerPoint 97 introduced hyperlinks, which allowed users to jump around during a presentation.
PowerPoint 2000 (and the rest of the Office 2000 suite) introduced a clipboard that could hold multiple objects at once. Another noticeable change was that the Office Assistant, whose frequent unsolicited appearance in PowerPoint 97 had annoyed many users, was changed to be less intrusive.

PowerPoint 2007 (and the rest of the Office 2007 suite) introduced a complete redesign of the user interface where commands could be found in the "ribbon," rather than in traditional menus.

Operation


PowerPoint presentations consist of a number of individual pages or "slides". The "slide" analogy is a reference to the slide projector, a device that has become obsolete with the use of PowerPoint and other presentation software. Slides may contain text, graphics, movies, and other objects, which may be arranged freely on the slide. PowerPoint, however, facilitates the use of a consistent style in a presentation using a template or "Slide Master".

The presentation can be printed, displayed live on a computer, or navigated through at the command of the presenter. For larger audiences the computer display is often projected using a video projector. Slides can also form the basis of webcasts.

Cultural impact


Supporters and critics generally agree that the ease of use of presentation software can save a lot of time for people who otherwise would have used other types of visual aid—hand-drawn or mechanically typeset slides, blackboards or whiteboards, or overhead projections. Ease of use also encourages those who otherwise would not have used visual aids, or would not have given a presentation at all, to make presentations. As PowerPoint's style, animation, and multimedia abilities have become little more sophisticated, and as the application has generally made it easier to produce presentations (even to the point of having an "AutoContent Wizard" (discontinued in PowerPoint 2007) suggesting a structure for a presentation), the difference in needs and desires of presenters and audiences has become more noticeable.

The benefit of PowerPoint is continually debated. Its use in classroom lectures has influenced investigations of PowerPoint’s effects on student performance in comparison to lectures based on overhead projectors, traditional lectures, and online lectures. Not only is it a useful tool for introductory lectures, but it is also has many functions that allow for review games, especially in the younger grades. There are no compelling results to prove or disprove that PowerPoint is more effective for learner retention than traditional presentation methods. The effect on audiences of poor PowerPoint presentations has been described as PowerPoint hell.

PowerPoint Viewer


The Microsoft Office PowerPoint Viewer is a program used to run presentations on computers that don't have Microsoft PowerPoint installed. The Office PowerPoint Viewer is added by default to the same disk or network location that contains one or more presentations you packaged by using the Package for CD feature.

The PowerPoint Viewer is installed by default with a Microsoft Office 2003 installation for use with the Package for CD feature. The PowerPoint Viewer file is also available for download from the Microsoft Office Online Web site.

Presentations password-protected for opening or modifying can be opened by the PowerPoint Viewer. The Package for CD feature allows you to package any password-protected file or set a new password for all packaged presentations. The PowerPoint Viewer prompts you for a password if the file is open password-protected.

The PowerPoint Viewer supports opening presentations created using PowerPoint 97 and later. In addition, it supports all file content except OLE objects and scripting.

File formats


The binary format specification has been available from Microsoft on request, but since February 2008 the .ppt format specification can be freely downloaded.

In Microsoft Office 2007 the binary file formats were replaced as the default format by the new XML based Office Open XML formats, which are published as an open standard. Nevertheless, they are not complete as there are binary blobs inside of the XML files, and several pieces of behaviour are not specified but refer to the observed behaviour of specific versions of Microsoft product.

From Wikipedia, the free encyclopedia

Microsoft Excel

Microsoft Excel


Microsoft Excel (full name Microsoft Office Excel) is a spreadsheet application written and distributed by Microsoft for Microsoft Windows and Mac OS X. It features calculation, graphing tools, pivot tables and a macro programming language called VBA (Visual Basic for Applications). It has been the most widely used spreadsheet application available for these platforms since version 5 in 1993[citation needed]. Excel forms part of Microsoft Office.




History

Excel 2.0

Microsoft originally marketed a spreadsheet program called Multiplan in 1982. Multiplan became very popular on CP/M systems, but on MS-DOS systems it lost popularity to Lotus 1-2-3. Microsoft released the first version of Excel for the Mac in 1985, and the first Windows version (numbered 2.05 to line up with the Mac and bundled with a run-time Windows environment) in November 1987. Lotus was slow to bring 1-2-3 to Windows and by 1988 Excel had started to outsell 1-2-3 and helped Microsoft achieve the position of leading PC software developer. This accomplishment, dethroning the king of the software world, solidified Microsoft as a valid competitor and showed its future of developing GUI software. Microsoft pushed its advantage with regular new releases, every two years or so. The current version for the Windows platform is Excel 12, also called Microsoft Office Excel 2007. The current version for the Mac OS X platform is Microsoft Excel 2008.

Early in 1993 Excel became the target of a trademark lawsuit by another company already selling a software package named "Excel" in the finance industry. As the result of the dispute Microsoft had to refer to the program as "Microsoft Excel" in all of its formal press releases and legal documents. However, over time this practice has been ignored, and Microsoft cleared up the issue permanently when they purchased the trademark of the other program.[citation needed] Microsoft also encouraged the use of the letters XL as shorthand for the program; while this is no longer common, the program's icon on Windows still consists of a stylized combination of the two letters, and the file extension of the default Excel format is .xls.

Excel offers many user interface tweaks over the earliest electronic spreadsheets; however, the essence remains the same as in the original spreadsheet software, VisiCalc: the program displays cells organized in rows and columns, and each cell may contain data or a formula, with relative or absolute references to other cells.

Excel became the first spreadsheet to allow the user to define the appearance of spreadsheets (fonts, character attributes and cell appearance). It also introduced intelligent cell recomputation, where only cells dependent on the cell being modified are updated (previous spreadsheet programs recomputed everything all the time or waited for a specific user command). Excel has extensive graphing capabilities, and enables users to perform mail merge.

Since 1993 Excel has included Visual Basic for Applications (VBA), a programming language based on Visual Basic which adds the ability to automate tasks in Excel and to provide user-defined functions (UDF) for use in worksheets. VBA is a powerful addition to the application which, in later versions, includes a fully featured integrated development environment (IDE). Macro recording can produce VBA code replicating user actions, thus allowing simple automation of regular tasks. VBA allows the creation of forms and in-worksheet controls to communicate with the user. The language supports use (but not creation) of ActiveX (COM) DLL's; later versions add support for class modules allowing the use of basic object-oriented programming techniques.

The automation functionality provided by VBA made Excel a target for macro viruses. This caused serious problems until antivirus products began to detect these viruses. Microsoft belatedly took steps to prevent the misuse by adding the ability to disable macros completely, to enable macros when opening a workbook or to trust all macros signed using a trusted certificate.

Excel 5.0

Versions 5.0 to 9.0 of Excel contain various Easter eggs, although since version 10 Microsoft has taken measures to eliminate such undocumented features from their products.

Excel 2000

For many users, one of the most obvious changes introduced with Excel 2000 (and the rest of the Office 2000 suite) involved a clipboard that could hold multiple objects at once. In another noticeable change the Office Assistant, whose frequent unsolicited appearance in Excel 97 had annoyed many users, became less intrusive.


From Wikipedia, the free encyclopedia

Microsoft Word

Microsoft Word
 
Microsoft Word is a word processor designed by Microsoft. It was first released in 1983 under the name Multi-Tool Word for Xenix systems Subsequent versions were later written for several other platforms including IBM PCs running DOS (1983), the Apple Macintosh (1984), the AT&T Unix PC (1985), Atari ST (1986), SCO UNIX, OS/2, and Microsoft Windows (1989). It is a component of the Microsoft Office system; however, it is also sold as a standalone product and included in Microsoft Works Suite. Beginning with the 2003 version, the branding was revised to emphasize Word's identity as a component within the Office suite on PC versions; Microsoft began calling it Microsoft Office Word instead of merely Microsoft Word. The 2010 version appears to be branded as Microsoft Word, once again.


History


Word 1981 to 1989

Concepts and ideas of Word were brought from Bravo, the original GUI writing word processor developed at Xerox PARC on February 1, 1983. With this, development on what was originally named Multi-Tool Word began.

Richard Brodie renamed it Microsoft Word, and Microsoft released the program on October 25, 1983, for the IBM PC. Free demonstration copies of the application were bundled with the November 1983 issue of PC World, making it the first program to be distributed on-disk with a magazine. However, it was not well received, and sales lagged behind those of rival products such as WordPerfect. Although MS-DOS was a character-based system, Microsoft Word was the word processor for the IBM PC that showed actual line breaks and typeface markups such as bold and italics directly on the screen while editing, although this was not a true WYSIWYG system because available displays did not have the resolution to show actual typefaces. Other DOS word processors, such as WordStar and WordPerfect, used simple text only display with markup codes on the screen or sometimes, at the most, alternative colors.

As with most DOS software, each program had its own, often complicated set of commands and nomenclature for performing functions that had to be learned. For example, in Word for MS-DOS, a file would be saved with the sequence Escape-T-S: pressing Escape called up the menu box, T accessed the set of options for Transfer and S was for Save (the only similar interface belonged to Microsoft's own Multiplan spreadsheet). As most secretaries had learned how to use WordPerfect, companies were reluctant to switch to a rival product that offered few advantages. Desired features in Word such as indentation before typing (emulating the F4 feature in WordPerfect), the ability to block text to copy it before typing, instead of picking up mouse or blocking after typing and a reliable way to have macros and other functions that always replicate the same function time after time, were just some of Word's problems for production typing.

Word for Macintosh, despite of the major differences in look and feel from the DOS version, was ported by Ken Shapiro with only minor changes from the DOS source code, which had been written with high-resolution displays and laser printers in mind although none were yet available to the general public. Following the precedents of LisaWrite and MacWrite, Word for Macintosh attempted to add closer WYSIWYG features into its package. After Word for Mac was released in 1985, it gained wide acceptance.

There was no Word 2.0 for Macintosh. Instead, the second release of Word for Macintosh, shipped in 1987, was named Word 3.0; this was Microsoft's first attempt to synchronize version numbers across platforms. Word 3.0 included numerous internal enhancements and new features including the first implementation of the Rich Text Format (RTF) specification, but was plagued with bugs. Within a few months Word 3.0 was superseded by Word 3.01, which was much more stable. All registered users of 3.0 were mailed free copies of 3.01, making this one of Microsoft's most expensive mistakes up to that time
In 1986, an agreement between Atari and Microsoft brings Word to the Atari ST. The Atari ST version was a translation of Word 1.05 for the Apple Macintosh, however it was released under the name Microsoft Write (the name of the word processor included with Windows during the 80s and early 90s). Unlike other versions of Word, the Atari version was a one time release with no future updates or revisions. The release of Microsoft Write was one of two major PC applications that were released for the Atari ST (the other application being WordPerfect). Microsoft Write was released for the Atari ST in 1988.

Word 2007


The release includes numerous changes, including a new XML-based file format, a redesigned interface, an integrated equation editor and bibliographic management. Additionally, an XML data bag was introduced, accessible via the object model and file format, called Custom XML - this can be used in conjunction with a new feature called Content Controls to implement structured documents. It also has contextual tabs, which are functionality specific only to the object with focus, and many other features like Live Preview (which enables you to view the document without making any permanent changes), Mini Toolbar, Super-tooltips, Quick Access toolbar, SmartArt, etc.

Word 2007 uses a new file format called docx. Word 2000-2003 users on Windows systems can install a free add-on called the "Microsoft Office Compatibility Pack" to be able to open, edit, and save the new Word 2007 files. Alternatively, Word 2007 can save to the old doc format of Word 97-2003.
It is also possible to run Word 2007 on Linux using Wine.

From Wikipedia, the free encyclopedia