<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>[Lowerbounds, Upperbounds] &#187; PowerPoint</title>
	<atom:link href="http://magic.aladdin.cs.cmu.edu/category/software-tools/powerpoint/feed/" rel="self" type="application/rss+xml" />
	<link>http://magic.aladdin.cs.cmu.edu</link>
	<description>Algorithms are everywhere.</description>
	<lastBuildDate>Tue, 23 Dec 2008 19:58:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9-rare</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Word Capitalization in Emacs and PowerPoint</title>
		<link>http://magic.aladdin.cs.cmu.edu/2007/11/06/word-capitalization-in-emacs-and-powerpoint/</link>
		<comments>http://magic.aladdin.cs.cmu.edu/2007/11/06/word-capitalization-in-emacs-and-powerpoint/#comments</comments>
		<pubDate>Wed, 07 Nov 2007 04:26:20 +0000</pubDate>
		<dc:creator>Maverick Woo</dc:creator>
				<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[Text Editing]]></category>

		<guid isPermaLink="false">http://magic.aladdin.cs.cmu.edu/?p=461</guid>
		<description><![CDATA[One of my favorite keyboard shortcuts in PowerPoint is Shift-F3. It rotates the capitalization of the current word among lowercased, Capitalized and UPPERCASED. Note that you do not have to select the word, and the cursor does not have to be at the beginning of the word either(*).
But the title of this post clearly said [...]]]></description>
			<content:encoded><![CDATA[<p>One of my favorite keyboard shortcuts in PowerPoint is <code>Shift-F3</code>. It rotates the capitalization of the current word among lowercased, Capitalized and UPPERCASED. Note that you do not have to select the word, and the cursor does not have to be at the beginning of the word either(*).</p>
<p>But the title of this post clearly said Emacs, didn&#8217;t it? Well, since I missed this feature in Emacs, I just implemented it in a pinch and bound it to <code>Shift-F3</code>. <img src='http://magic.aladdin.cs.cmu.edu/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  The code is in this <a href="http://www.emacswiki.org/cgi-bin/emacs-en/RotateWordCapitalization">page</a> in EmacsWiki. I have only tested it on GNU Emacs, and so I can only hope that it works in XEmacs.</p>
<p>(*) Actually, you rarely have to select a word in PowerPoint in order to format it. Commands like Bold <code>Ctrl-B</code> and Italic <code>Ctrl-I</code> will act on the current word when there is no selection. Also, similar behavior is in fact present in all Office applications. I just picked PowerPoint.</p>
]]></content:encoded>
			<wfw:commentRss>http://magic.aladdin.cs.cmu.edu/2007/11/06/word-capitalization-in-emacs-and-powerpoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adjust the Slide Show Window</title>
		<link>http://magic.aladdin.cs.cmu.edu/2007/02/01/adjust-the-slide-show-window/</link>
		<comments>http://magic.aladdin.cs.cmu.edu/2007/02/01/adjust-the-slide-show-window/#comments</comments>
		<pubDate>Thu, 01 Feb 2007 11:01:52 +0000</pubDate>
		<dc:creator>Maverick Woo</dc:creator>
				<category><![CDATA[PowerPoint]]></category>

		<guid isPermaLink="false">http://magic.aladdin.cs.cmu.edu/?p=379</guid>
		<description><![CDATA[Sometimes you will encounter a projector screen that hangs so low, making the bottom of the slide way below anyone in the room can see. One way to avoid this annoying situation is to leave some space at the bottom of your slides. This works well when you know the room ahead of time. But [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes you will encounter a projector screen that hangs so low, making the bottom of the slide way below anyone in the room can see. One way to avoid this annoying situation is to leave some space at the bottom of your slides. This works well when you know the room ahead of time. But what if you are visiting a new place? (Hmm&#8230; job talks come to mind.)</p>
<p>Turns out there are actually a couple of solutions.</p>
<p>My favorite is to use a rarely used feature of PowerPoint&#8212;you can in fact adjust the dimension of the slide show window through some minimal scripting. Here is a <a href='/wp-uploads/AdjustSlideShowWindow.ppt'>demo file</a> as a proof of concept. (If you use Internet Explorer, please save the file and then open it locally. See below.) I can imagine many fancy mechanisms to integrate this into your slides.</p>
<p>Or you can open the PowerPoint file inside Internet Explorer, which will host the slide show inside its client area. (Try drag and drop the file into IE.) You can then resize the IE window as you go.</p>
<p>Or you can hold down the <code>Alt</code> key and then click that tiny &#8220;Slide Show from current slide&#8221; icon in the lower left corner. Your slide show will now be run in a windowed mode, similar to how it is being run when you open a PowerPoint file inside IE. You can then adjust this window like any other window.</p>
<p>All of these methods have issues though. If you use the first, you need to cover up the strip of desktop exposed due to a reduced window size. I bring a full-screen-sized black bitmap for this reason. But if you do this right, it does look very nice. The second and third bring unnecessary clutter like toolbars to the projector screen. Plus, you lose the ability to make pen annotations if you happen to be a tablet user.</p>
<p>P.S. I tested this in version 2003 only. I no longer have the older versions.</p>
]]></content:encoded>
			<wfw:commentRss>http://magic.aladdin.cs.cmu.edu/2007/02/01/adjust-the-slide-show-window/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Relative to Slide</title>
		<link>http://magic.aladdin.cs.cmu.edu/2006/06/10/relative-to-slide/</link>
		<comments>http://magic.aladdin.cs.cmu.edu/2006/06/10/relative-to-slide/#comments</comments>
		<pubDate>Sat, 10 Jun 2006 04:45:56 +0000</pubDate>
		<dc:creator>Maverick Woo</dc:creator>
				<category><![CDATA[PowerPoint]]></category>

		<guid isPermaLink="false">http://magic.aladdin.cs.cmu.edu/?p=144</guid>
		<description><![CDATA[A and B are working on a PowerPoint talk together. 
A: Is the picture at the center?
B: Hmm, move it to the right, just a little bit.
To avoid this conversation, note that there is a toggling option Draw->Align or Distribute->Relative to Slide. Enable it and select the picture. Now you can use Align Center and [...]]]></description>
			<content:encoded><![CDATA[<p>A and B are working on a PowerPoint talk together. </p>
<p>A: Is the picture at the center?<br />
B: Hmm, move it to the right, just a little bit.</p>
<p>To avoid this conversation, note that there is a toggling option Draw->Align or Distribute->Relative to Slide. Enable it and select the picture. Now you can use Align Center and Align Middle to achieve the same effect. Just remember to disable it after you are done.</p>
<p>I put this option on the drawing toolbar because in my use I toggle this option very frequently.</p>
]]></content:encoded>
			<wfw:commentRss>http://magic.aladdin.cs.cmu.edu/2006/06/10/relative-to-slide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plug the Video Cable First</title>
		<link>http://magic.aladdin.cs.cmu.edu/2006/05/16/plug-the-video-cable-first/</link>
		<comments>http://magic.aladdin.cs.cmu.edu/2006/05/16/plug-the-video-cable-first/#comments</comments>
		<pubDate>Wed, 17 May 2006 01:46:58 +0000</pubDate>
		<dc:creator>Maverick Woo</dc:creator>
				<category><![CDATA[PowerPoint]]></category>

		<guid isPermaLink="false">http://magic.aladdin.cs.cmu.edu/?p=315</guid>
		<description><![CDATA[In the last month I have seen two PowerPoint talks with slides that did not fit in the projector resolution (*). Before telling you the cause of the problem, let me first tell you the solution to avoid this problem &#8220;most&#8221; of the time (the order of events is important):

Plug the video cable first.
Start feeding [...]]]></description>
			<content:encoded><![CDATA[<p>In the last month I have seen two PowerPoint talks with slides that did not fit in the projector resolution (*). Before telling you the cause of the problem, let me first tell you the solution to avoid this problem &#8220;most&#8221; of the time (the order of events is important):</p>
<ol>
<li>Plug the video cable first.</li>
<li>Start feeding video signal to the projector. (On ThinkPads, use Fn-F7.)</li>
<li>Start the slide-show in PowerPoint.</li>
</ol>
<p>The problem seems to be a combination of several factors. First, more and more laptop displays have a resolution that is higher than XGA (1024&#215;768). Then, the speaker, for one reason or another, started the slide-show before she plugs in the video cable. At this point, the slide-show is already running at a super-XGA resolution. The rest can be attributed to a &#8220;bug&#8221; of PowerPoint&#8217;s slide-show module or a &#8220;feature&#8221; of  the display driver, or whatever. Details omitted.</p>
<p>(*) These days, 1024&#215;768 is standard, and my bet is that in 5 years it will still be standard due to the price of LCD projectors.</p>
]]></content:encoded>
			<wfw:commentRss>http://magic.aladdin.cs.cmu.edu/2006/05/16/plug-the-video-cable-first/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TexPoint is now Shareware</title>
		<link>http://magic.aladdin.cs.cmu.edu/2006/04/06/texpoint-is-now-shareware/</link>
		<comments>http://magic.aladdin.cs.cmu.edu/2006/04/06/texpoint-is-now-shareware/#comments</comments>
		<pubDate>Thu, 06 Apr 2006 23:52:36 +0000</pubDate>
		<dc:creator>Maverick Woo</dc:creator>
				<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[PowerPoint]]></category>

		<guid isPermaLink="false">http://magic.aladdin.cs.cmu.edu/?p=293</guid>
		<description><![CDATA[Long story short: harddisk crashed, go to download TexPoint again and notice that it&#8217;s now shareware, costing 25 dollars, with a Mac version too. See this post for a tiny bit of history.
(Back to harddrive recovery mode.)
]]></description>
			<content:encoded><![CDATA[<p>Long story short: harddisk crashed, go to download <a href="http://texpoint.necula.org/index.html">TexPoint</a> again and notice that it&#8217;s now shareware, costing 25 dollars, with a Mac version too. See this <a href="http://magic.aladdin.cs.cmu.edu/2005/08/31/another-version-of-texpoint/">post</a> for a tiny bit of history.</p>
<p>(Back to harddrive recovery mode.)</p>
]]></content:encoded>
			<wfw:commentRss>http://magic.aladdin.cs.cmu.edu/2006/04/06/texpoint-is-now-shareware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Insert Blank Slides During Talks</title>
		<link>http://magic.aladdin.cs.cmu.edu/2005/09/15/insert-blank-slides-during-talks/</link>
		<comments>http://magic.aladdin.cs.cmu.edu/2005/09/15/insert-blank-slides-during-talks/#comments</comments>
		<pubDate>Thu, 15 Sep 2005 22:45:01 +0000</pubDate>
		<dc:creator>Maverick Woo</dc:creator>
				<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[Teaching & Talks]]></category>

		<guid isPermaLink="false">http://magic.aladdin.cs.cmu.edu/2005/05/06/using-paragraph/</guid>
		<description><![CDATA[Some days ago Anupam asked me how to insert a blank slide right after the current one during  a slide show. It may seem curious to many people, but if you teach with a Tablet PC, then it makes perfect sense. This is analogous to having blank transparencies (and the Tablet stylus as the [...]]]></description>
			<content:encoded><![CDATA[<p>Some days ago Anupam asked me how to insert a blank slide right after the current one <em>during </em> a slide show. It may seem curious to many people, but if you teach with a Tablet PC, then it makes perfect sense. This is analogous to having blank transparencies (and the Tablet stylus as the marker) when using an overhead projector. It&#8217;s especially useful when a question pops up from the audience and you would like to address it with the help of writing things down. And if you are using PowerPoint 2003, you can retain all the handwritings you made during the slide show and distribute them together with the exisiting slides.</p>
<p>The straightforward way of doing it is to break out from the slide show, insert a blank slide and then resume the show. But do we have a slicker way?</p>
<p>Turns out this is not hard to do in PowerPoint. First, press Alt-F11 (Tools->Macro->Visual Basic Editor). Select Insert->Module in the main menu. Now enter the following code:</p>
<blockquote><p><code>Sub InsertBlankSlide()<br />
    Dim newIndex As Long<br />
    With ActivePresentation<br />
        newIndex = .SlideShowWindow.View.Slide.SlideIndex + 1<br />
        .Slides.Add newIndex, ppLayoutBlank<br />
        .SlideShowWindow.View.GotoSlide newIndex<br />
    End With<br />
End Sub</code></p></blockquote>
<p>Select File->Close and Return to PowerPoint. Now go to the Master slide and create a new shape there. Right click on that shape and select Action Settings. In the Mouse Click tab, select Run Macro and pick InsertBlankSlide from the combo box underneath it. Click OK and there you go. (Try running the presentation and click on that new shape.)</p>
<p>For a more elaborate example that also includes changing pen type, I refer you to Anupam&#8217;s slides in <a href="http://www.cs.cmu.edu/~15251/">15-251</a> (CMU&#8217;s 200-level CS theory core). For example, look at <a href="http://www.cs.cmu.edu/~15251/Materials/Lectures/Lecture04/lecture04.ppt">this one</a>. It&#8217;s true that you can change the pen type by pressing hot keys during a slide show, but if you are using a slate Tablet PC, then you don&#8217;t have a keyboard.</p>
<p>P.S. It would be nice if we can change the pen weight programmatically since the default pen weight is a bit too thick. However, I haven&#8217;t spent enough time to get it working. All I know is that this is <a href="http://groups.google.com/group/microsoft.public.powerpoint/browse_thread/thread/78e7477dc69a8883/b905ab6871291027">not possible</a> in the object model that PowerPoint exposes. That, however, only means this cannot be done easily (as I have <a href="http://www.cs.cmu.edu/~maverick/Programs/EZView/">an example here</a>). On the other hand, Anupam has pointed out that you only need to change the pen weight once during a slide show and the weight will not change during the rest of the show. I guess it&#8217;s easier to wait for Office 12 to come out than to nail it. <img src='http://magic.aladdin.cs.cmu.edu/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://magic.aladdin.cs.cmu.edu/2005/09/15/insert-blank-slides-during-talks/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Go To Previous Slide with Right Click</title>
		<link>http://magic.aladdin.cs.cmu.edu/2005/09/13/go-to-previous-slide-with-right-click/</link>
		<comments>http://magic.aladdin.cs.cmu.edu/2005/09/13/go-to-previous-slide-with-right-click/#comments</comments>
		<pubDate>Tue, 13 Sep 2005 14:35:10 +0000</pubDate>
		<dc:creator>Maverick Woo</dc:creator>
				<category><![CDATA[PowerPoint]]></category>

		<guid isPermaLink="false">http://magic.aladdin.cs.cmu.edu/?p=142</guid>
		<description><![CDATA[From my inbox is a question related to my post on wireless presentation control:
Q: Without walking over to the keyboard, how do you go to the previous slide with just a wireless mouse (that doesn&#8217;t allow you to control the cursor)?
A: Go to to Tools->Options->View and disable &#8220;Popup/Show menu on right mouse click&#8221;.
With this option [...]]]></description>
			<content:encoded><![CDATA[<p>From my inbox is a question related to my post on <a href="http://magic.aladdin.cs.cmu.edu/2005/08/16/wireless-presentation-controls/">wireless presentation control</a>:</p>
<p>Q: Without walking over to the keyboard, how do you go to the previous slide with just a wireless mouse (that doesn&#8217;t allow you to control the cursor)?<br />
A: Go to to Tools->Options->View and disable &#8220;Popup/Show menu on right mouse click&#8221;.</p>
<p>With this option disabled, a right click will bring you to the previous slide. I really think this option should be disabled by default, but it isn&#8217;t.</p>
<p>Note that even if you have disabled this option, you can still &#8220;pop&#8221; the popup menu. Put down the wireless mouse on a table and move the cursor. You will notice the popup menu icon on the lower left corner. Click on it and you will get back the popup menu that you used to get with a right click. (In PowerPoint 2003, you will see four icons instead of one, but the situation is similar.)</p>
<p>Also note that most commands in that popup menu actually have keyboard shortcuts. Press ? (the question mark) in the slide show mode to discover them. I consider the ability to <a href="http://magic.aladdin.cs.cmu.edu/2005/07/26/jump-to-page-in-powerpoint/">jump to any slide quickly</a> the most important.</p>
<p>Have fun teaching!</p>
]]></content:encoded>
			<wfw:commentRss>http://magic.aladdin.cs.cmu.edu/2005/09/13/go-to-previous-slide-with-right-click/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another Version of TexPoint</title>
		<link>http://magic.aladdin.cs.cmu.edu/2005/08/31/another-version-of-texpoint/</link>
		<comments>http://magic.aladdin.cs.cmu.edu/2005/08/31/another-version-of-texpoint/#comments</comments>
		<pubDate>Wed, 31 Aug 2005 14:13:57 +0000</pubDate>
		<dc:creator>Maverick Woo</dc:creator>
				<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[PowerPoint]]></category>

		<guid isPermaLink="false">http://magic.aladdin.cs.cmu.edu/?p=162</guid>
		<description><![CDATA[On my way to squashing one of the TexPoint bugs, I stumbled upon Andreas Glatz&#8217;s page on his patched version of TexPoint, currently at version 2.6.1 and version 2.7 is said to be released sometime around mid-October. I guess I will try Andreas&#8217; version a bit later.
Looking at the development log of Andreas&#8217; page, it [...]]]></description>
			<content:encoded><![CDATA[<p>On my way to squashing one of the TexPoint bugs, I stumbled upon Andreas Glatz&#8217;s page on his <a href="http://www.thp.uni-koeln.de/~ang/texpoint/index.html">patched version of TexPoint</a>, currently at version 2.6.1 and version 2.7 is said to be released sometime around mid-October. I guess I will try Andreas&#8217; version a bit later.</p>
<p>Looking at the <a href="http://www.thp.uni-koeln.de/~ang/texpoint/log.html">development log</a> of Andreas&#8217; page, it seems that Andreas started the development after George Necula, who started TexPoint, released version 2.0.3 in October 2003. Meanwhile, George has not released any newer version yet.</p>
<p>Curiously, there is also a Mac version! Interesting&#8230; (although I really don&#8217;t have any money to buy a PowerBook yet.)</p>
]]></content:encoded>
			<wfw:commentRss>http://magic.aladdin.cs.cmu.edu/2005/08/31/another-version-of-texpoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Really Bad PowerPoint (and How to Avoid It)</title>
		<link>http://magic.aladdin.cs.cmu.edu/2005/08/17/really-bad-powerpoint-and-how-to-avoid-it/</link>
		<comments>http://magic.aladdin.cs.cmu.edu/2005/08/17/really-bad-powerpoint-and-how-to-avoid-it/#comments</comments>
		<pubDate>Wed, 17 Aug 2005 05:23:23 +0000</pubDate>
		<dc:creator>Maverick Woo</dc:creator>
				<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[Teaching & Talks]]></category>

		<guid isPermaLink="false">http://magic.aladdin.cs.cmu.edu/2005/06/24/really-bad-powerpoint-and-how-to-avoid-it/</guid>
		<description><![CDATA[http://www.sethgodin.com/freeprize/reallybad-1.pdf
The first thing that most people use PowerPoint for is a TelePrompter!
Indeed, and even though the presenter mode can show you notes, it doesn&#8217;t really help unless you tend to stand at the podium. But if you stay there too often, then you surely will become a voice, or worse, noise in the background because [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sethgodin.com/freeprize/reallybad-1.pdf">http://www.sethgodin.com/freeprize/reallybad-1.pdf</a></p>
<blockquote><p>The first thing that most people use PowerPoint for is a TelePrompter!</p></blockquote>
<p>Indeed, and even though the presenter mode can show you notes, it doesn&#8217;t really help unless you tend to stand at the podium. But if you stay there too often, then you surely will become a voice, or worse, noise in the background because the audience will look at your slides and not you.</p>
<p>At the end of the day, technology didn&#8217;t take away the basic requirement of delivering good talks: you need to be very, very familiar with your own talk. Then you can walk around and still know what should be said and what&#8217;s coming up next.</p>
]]></content:encoded>
			<wfw:commentRss>http://magic.aladdin.cs.cmu.edu/2005/08/17/really-bad-powerpoint-and-how-to-avoid-it/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Keyboard Shortcut to Object Cloning</title>
		<link>http://magic.aladdin.cs.cmu.edu/2005/07/27/keyboard-shortcut-to-object-cloning/</link>
		<comments>http://magic.aladdin.cs.cmu.edu/2005/07/27/keyboard-shortcut-to-object-cloning/#comments</comments>
		<pubDate>Wed, 27 Jul 2005 15:43:43 +0000</pubDate>
		<dc:creator>Maverick Woo</dc:creator>
				<category><![CDATA[PowerPoint]]></category>

		<guid isPermaLink="false">http://magic.aladdin.cs.cmu.edu/?p=135</guid>
		<description><![CDATA[Previously I&#8217;ve told you that you can clone an object in PowerPoint by Ctrl-Drag,  but I forgot to tell you that you can do so with just the keyboard too. Try Ctrl-D.
P.S. For those of you who wonder why I would blog software entries like this. The usual reason is: someone just asked me [...]]]></description>
			<content:encoded><![CDATA[<p>Previously I&#8217;ve told you that you can <a href="http://magic.aladdin.cs.cmu.edu/2005/05/06/cloning-objects-in-powerpoint/">clone an object</a> in PowerPoint by Ctrl-Drag,  but I forgot to tell you that you can do so with just the keyboard too. Try Ctrl-D.</p>
<p>P.S. For those of you who wonder why I would blog software entries like this. The usual reason is: someone just asked me (if there is a way to clone objects using just the keyboard and she already knows about copy Ctrl-C and then paste Ctrl-V). <img src='http://magic.aladdin.cs.cmu.edu/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://magic.aladdin.cs.cmu.edu/2005/07/27/keyboard-shortcut-to-object-cloning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jump To Page in PowerPoint</title>
		<link>http://magic.aladdin.cs.cmu.edu/2005/07/26/jump-to-page-in-powerpoint/</link>
		<comments>http://magic.aladdin.cs.cmu.edu/2005/07/26/jump-to-page-in-powerpoint/#comments</comments>
		<pubDate>Tue, 26 Jul 2005 18:36:12 +0000</pubDate>
		<dc:creator>Maverick Woo</dc:creator>
				<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[Teaching & Talks]]></category>

		<guid isPermaLink="false">http://magic.aladdin.cs.cmu.edu/2005/05/02/jump-to-page-in-powerpoint/</guid>
		<description><![CDATA[Here are some paraphrased comments I have gathered over the years by asking some speakers why they didn&#8217;t show me the slide numbers:

&#8220;It&#8217;s a clutter and it distracts my audience.&#8221;
&#8220;It takes up precious screen estate. Look, 1024&#215;768 is not a lot.&#8221;
&#8220;My talk has multiple page animations that make the slide numbers large and that makes [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some paraphrased comments I have gathered over the years by asking some speakers why they didn&#8217;t show me the slide numbers:</p>
<ul>
<li>&#8220;It&#8217;s a clutter and it distracts my audience.&#8221;</li>
<li>&#8220;It takes up precious screen estate. Look, 1024&#215;768 is not a lot.&#8221;</li>
<li>&#8220;My talk has multiple page animations that make the slide numbers large and that makes my audience feel that I am cramping a lot of material into one hour.&#8221;</li>
<li>&#8220;I just don&#8217;t see why having the slide number can be helpful.&#8221;</li>
<li>&#8220;You mean I can have slide numbers? How?&#8221;</li>
</ul>
<p>The best way for me to debunk all these (except the last) is by asking the following question:</p>
<p>Do you know that you can jump to a particular slide in a PowerPoint show by pressing the slide number followed by Enter? Say you want to go to slide 42 during your talk, you press 4 2 Enter (3 keys) and say voila!</p>
<p>This is an important feature that justifies showing the slide number. Why? This means if you show me the slide numbers, then I can ask questions by first telling you which slide I am referring to and, most importantly, you can go to that slide in 2 seconds for the rest of the audience to follow. This is a big time-saver for all of us.</p>
<p>P.S. There are other fully-documented but not well-used keys in the slide show mode of PowerPoint. Press ? (the question mark) in a slide show and you will see.</p>
<p>P.P.S. Maybe I have just sat through another PowerPoint talk with no slide numbers&#8230; I don&#8217;t remember what happened. Maybe I should consult with the Department of Truth. <img src='http://magic.aladdin.cs.cmu.edu/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://magic.aladdin.cs.cmu.edu/2005/07/26/jump-to-page-in-powerpoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stop your presentation before it kills again!</title>
		<link>http://magic.aladdin.cs.cmu.edu/2005/07/07/stop-your-presentation-before-it-kills-again/</link>
		<comments>http://magic.aladdin.cs.cmu.edu/2005/07/07/stop-your-presentation-before-it-kills-again/#comments</comments>
		<pubDate>Fri, 08 Jul 2005 00:28:12 +0000</pubDate>
		<dc:creator>Maverick Woo</dc:creator>
				<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[Teaching & Talks]]></category>

		<guid isPermaLink="false">http://magic.aladdin.cs.cmu.edu/2005/06/20/theory-matters/</guid>
		<description><![CDATA[Kathy Sierra has written a very strong post against the use of PowerPoint and even transparencies for her presentations. To quote her:
Sometimes the best presentation is&#8230; no presentation. Ditch the slides completely. Put the projector in the closet, roll the screen back up, and turn the damn lights back on!
Even though you may not want [...]]]></description>
			<content:encoded><![CDATA[<p>Kathy Sierra has written <a href="http://headrush.typepad.com/creating_passionate_users/2005/06/kill_your_prese.html">a very strong post</a> against the use of PowerPoint and even transparencies for her presentations. To quote her:</p>
<blockquote><p>Sometimes the best presentation is&#8230; no presentation. Ditch the slides completely. Put the projector in the closet, roll the screen back up, and turn the damn lights back on!</p></blockquote>
<p>Even though you may not want to stop using PowerPoint because it&#8217;s not obvious how to use it right, you definitely want to read her post and learn how <em>not</em> to commit the mistakes she mentioned. Some of them are definitely avoidable with practice, such as talking to the slides and dimming the lights, both of which are likely to turn your talk into a unidirectional broadcast.</p>
<p>Among the comments, I discovered this interesting wiki about <a href="http://www.ayeconference.com/wiki/scribble.cgi?read=WhyWeDoNotUsePowerPoint">WhyWeDoNotUsePowerPoint</a>. Heh.</p>
]]></content:encoded>
			<wfw:commentRss>http://magic.aladdin.cs.cmu.edu/2005/07/07/stop-your-presentation-before-it-kills-again/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Five Rules for Better PowerPoint Presentations</title>
		<link>http://magic.aladdin.cs.cmu.edu/2005/06/24/five-rules-for-better-powerpoint-presentations/</link>
		<comments>http://magic.aladdin.cs.cmu.edu/2005/06/24/five-rules-for-better-powerpoint-presentations/#comments</comments>
		<pubDate>Fri, 24 Jun 2005 13:57:20 +0000</pubDate>
		<dc:creator>Maverick Woo</dc:creator>
				<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[Teaching & Talks]]></category>

		<guid isPermaLink="false">http://magic.aladdin.cs.cmu.edu/2005/06/24/five-rules-for-better-powerpoint-presentations/</guid>
		<description><![CDATA[Michael Hyatt has the following five rules:

Don&#8217;t give PowerPoint center stage.
Create a logical flow to your presentation.
Make your presentation readable.
Remember, less is more.
Distribute a handout.

You can read about it in full glory at http://www.michaelhyatt.com/workingsmart/2005/06/five_rules_for_.html and be sure to read the comments there too!
(Thanks to Mukesh for sending this link to me.)
]]></description>
			<content:encoded><![CDATA[<p>Michael Hyatt has the following five rules:</p>
<ol>
<li>Don&#8217;t give PowerPoint center stage.</li>
<li>Create a logical flow to your presentation.</li>
<li>Make your presentation readable.</li>
<li>Remember, less is more.</li>
<li>Distribute a handout.</li>
</ol>
<p>You can read about it in full glory at <a href="http://www.michaelhyatt.com/workingsmart/2005/06/five_rules_for_.html">http://www.michaelhyatt.com/workingsmart/2005/06/five_rules_for_.html</a> and be sure to read the comments there too!</p>
<p>(Thanks to Mukesh for sending this link to me.)</p>
]]></content:encoded>
			<wfw:commentRss>http://magic.aladdin.cs.cmu.edu/2005/06/24/five-rules-for-better-powerpoint-presentations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In Defense of PowerPoint</title>
		<link>http://magic.aladdin.cs.cmu.edu/2005/06/23/in-defense-of-powerpoint/</link>
		<comments>http://magic.aladdin.cs.cmu.edu/2005/06/23/in-defense-of-powerpoint/#comments</comments>
		<pubDate>Thu, 23 Jun 2005 12:21:00 +0000</pubDate>
		<dc:creator>Maverick Woo</dc:creator>
				<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[Teaching & Talks]]></category>

		<guid isPermaLink="false">http://magic.aladdin.cs.cmu.edu/2005/06/09/in-defense-of-powerpoint/</guid>
		<description><![CDATA[Usability expert Don Norman has published his response to Edward Tufte&#8217;s The Cognitive Style of PowerPoint.  As I have said in a previous post, not everyone, myself included, agrees with the opinion Tufte entirely. Well, according to Norman,

I respectfully submit that all of this is nonsense. Pure nonsense, accompanied by poor understanding of speech [...]]]></description>
			<content:encoded><![CDATA[<p>Usability expert Don Norman has published <a href="http://www.jnd.org/dn.mss/in_defense_of_powerp.html">his response</a> to Edward Tufte&#8217;s <a href="http://www.edwardtufte.com/tufte/books_pp">The Cognitive Style of PowerPoint</a>.  As I have said in a <a href="http://magic.aladdin.cs.cmu.edu/2005/04/29/powerpoint-remix/">previous post</a>, not everyone, myself included, agrees with the opinion Tufte entirely. Well, according to Norman,</p>
<blockquote><p>
I respectfully submit that all of this is nonsense. Pure nonsense, accompanied by poor understanding of speech making and of the difference between the requirements for a speech-giver, the speech-listener (the audience), and for the reader of a printed document. These are three different things. Tufte-and other critics-seem to think they are one and the same thing. Nonsense, I say, once again.
</p></blockquote>
<p>For those of us that use PowerPoint for teaching, I highly recommend reading both articles, but bear in mind that we have a arguably different purpose of using PowerPoint&#8212;teaching is not just giving a (good) talk in a lecture hall.</p>
<p>BTW, even if you don&#8217;t have a chance to read Tufte&#8217;s work (\$7), I still recommend you to read Norman&#8217;s article. It has sufficient context for you to understand the issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://magic.aladdin.cs.cmu.edu/2005/06/23/in-defense-of-powerpoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Repeated Drawing in PowerPoint</title>
		<link>http://magic.aladdin.cs.cmu.edu/2005/05/11/repeated-drawing-in-powerpoint/</link>
		<comments>http://magic.aladdin.cs.cmu.edu/2005/05/11/repeated-drawing-in-powerpoint/#comments</comments>
		<pubDate>Wed, 11 May 2005 19:51:31 +0000</pubDate>
		<dc:creator>Maverick Woo</dc:creator>
				<category><![CDATA[PowerPoint]]></category>

		<guid isPermaLink="false">http://magic.aladdin.cs.cmu.edu/2005/04/22/repeated-drawing-in-powerpoint/</guid>
		<description><![CDATA[Do you know that you can double-click on a drawing tool in PowerPoint and continue drawing new instances of the same object type until you click on another tool or press Esc?
This is very handy when you need to draw many different instances of the same type of object. Connectors come to mind. (In fact, [...]]]></description>
			<content:encoded><![CDATA[<p>Do you know that you can double-click on a drawing tool in PowerPoint and continue drawing new instances of the same object type until you click on another tool or press Esc?</p>
<p>This is very handy when you need to draw many different instances of the same type of object. Connectors come to mind. (In fact, I can hardly think of any other tools of which this trick is more relevant.)</p>
]]></content:encoded>
			<wfw:commentRss>http://magic.aladdin.cs.cmu.edu/2005/05/11/repeated-drawing-in-powerpoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloning Objects in PowerPoint</title>
		<link>http://magic.aladdin.cs.cmu.edu/2005/05/06/cloning-objects-in-powerpoint/</link>
		<comments>http://magic.aladdin.cs.cmu.edu/2005/05/06/cloning-objects-in-powerpoint/#comments</comments>
		<pubDate>Fri, 06 May 2005 22:00:54 +0000</pubDate>
		<dc:creator>Maverick Woo</dc:creator>
				<category><![CDATA[PowerPoint]]></category>

		<guid isPermaLink="false">http://magic.aladdin.cs.cmu.edu/2005/04/22/ready-cloning-objects-in-powerpoint/</guid>
		<description><![CDATA[Do you know that you can clone an object in PowerPoint by dragging it while holding down Ctrl? 
This is very handy when you need to draw several instances of the same object. But when the number of instances is large, you will be better of using copy and paste.
]]></description>
			<content:encoded><![CDATA[<p>Do you know that you can clone an object in PowerPoint by dragging it while holding down Ctrl? </p>
<p>This is very handy when you need to draw several instances of the same object. But when the number of instances is large, you will be better of using copy and paste.</p>
]]></content:encoded>
			<wfw:commentRss>http://magic.aladdin.cs.cmu.edu/2005/05/06/cloning-objects-in-powerpoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Zooming in PowerPoint</title>
		<link>http://magic.aladdin.cs.cmu.edu/2005/05/02/quick-zooming-in-powerpoint/</link>
		<comments>http://magic.aladdin.cs.cmu.edu/2005/05/02/quick-zooming-in-powerpoint/#comments</comments>
		<pubDate>Tue, 03 May 2005 00:30:54 +0000</pubDate>
		<dc:creator>Maverick Woo</dc:creator>
				<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://magic.aladdin.cs.cmu.edu/2005/04/22/zooming-in-powerpoint/</guid>
		<description><![CDATA[Do you know that you can quickly zoom in PowerPoint by using the scroll wheel while holding down Ctrl?
P.S. In fact, this behavior seems quite consistent among many Windows applications, including non-Microsoft applications like FireFox. I suppose Office started the trend and now it gets into the human interface guideline?
]]></description>
			<content:encoded><![CDATA[<p>Do you know that you can quickly zoom in PowerPoint by using the scroll wheel while holding down Ctrl?</p>
<p>P.S. In fact, this behavior seems quite consistent among many Windows applications, including non-Microsoft applications like FireFox. I suppose Office started the trend and now it gets into the human interface guideline?</p>
]]></content:encoded>
			<wfw:commentRss>http://magic.aladdin.cs.cmu.edu/2005/05/02/quick-zooming-in-powerpoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerPoint Remix</title>
		<link>http://magic.aladdin.cs.cmu.edu/2005/04/29/powerpoint-remix/</link>
		<comments>http://magic.aladdin.cs.cmu.edu/2005/04/29/powerpoint-remix/#comments</comments>
		<pubDate>Fri, 29 Apr 2005 21:18:09 +0000</pubDate>
		<dc:creator>Maverick Woo</dc:creator>
				<category><![CDATA[Just for Fun]]></category>
		<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[Teaching & Talks]]></category>

		<guid isPermaLink="false">http://magic.aladdin.cs.cmu.edu/2005/04/22/powerpoint-remix/</guid>
		<description><![CDATA[Edward R. Tufte is an expert in information design. Some of you may have read his pamphlet The Cognitive Style of PowerPoint (mostly bashing PowerPoint). Here we have his essential ideas in that pamphlet&#8230; in the PowerPoint bulleted-list format.  
http://www.aaronsw.com/weblog/000931
P.S. I don&#8217;t entirely agree with all of Edward&#8217;s ideas in the pamphlet, but the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.edwardtufte.com/tufte/">Edward R. Tufte</a> is an expert in information design. Some of you may have read his pamphlet <a href="http://www.edwardtufte.com/tufte/books_pp">The Cognitive Style of PowerPoint</a> (mostly bashing PowerPoint). Here we have his essential ideas in that pamphlet&#8230; in the PowerPoint bulleted-list format. <img src='http://magic.aladdin.cs.cmu.edu/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p><a href="http://www.aaronsw.com/weblog/000931">http://www.aaronsw.com/weblog/000931</a></p>
<p>P.S. I don&#8217;t entirely agree with all of Edward&#8217;s ideas in the pamphlet, but the pamphlet is a starting point for those of us who really think about our presentations. Maybe I will write about it later.</p>
]]></content:encoded>
			<wfw:commentRss>http://magic.aladdin.cs.cmu.edu/2005/04/29/powerpoint-remix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZoomToFit for PowerPoint</title>
		<link>http://magic.aladdin.cs.cmu.edu/2005/04/27/zoomtofit/</link>
		<comments>http://magic.aladdin.cs.cmu.edu/2005/04/27/zoomtofit/#comments</comments>
		<pubDate>Wed, 27 Apr 2005 04:06:57 +0000</pubDate>
		<dc:creator>Maverick Woo</dc:creator>
				<category><![CDATA[PowerPoint]]></category>

		<guid isPermaLink="false">http://magic.aladdin.cs.cmu.edu/2005/04/22/zoomtofit/</guid>
		<description><![CDATA[Back in March 2005, an EZView user told me about his colleagues who prefer to work at 100% zoom level and how this was driving him insane since he had to change the zoom level every time he opened a presentation. Presumably this is because they work on high resolution (1600&#215;1200) displays but he doesn&#8217;t. [...]]]></description>
			<content:encoded><![CDATA[<p>Back in March 2005, an <a href="http://www.cs.cmu.edu/~maverick/Programs/EZView/">EZView </a>user told me about his colleagues who prefer to work at 100% zoom level and how this was driving him insane since he had to change the zoom level every time he opened a presentation. Presumably this is because they work on high resolution (1600&#215;1200) displays but he doesn&#8217;t. (Neither do I. My primary machine is an IBM ThinkPad X30 running at 1024&#215;768 even though my desktop can do 16-by-12.)</p>
<p>But given what I&#8217;ve learned from writing EZView, I told him confidently, &#8220;I can fix it!&#8221; <img src='http://magic.aladdin.cs.cmu.edu/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Ladies and Gentlemen, from your <a href="http://www.imdb.com/title/tt0108148/">Iron Monkey</a>-wanna-be comes a new PowerPoint plug-in: whenever a presentation is opened, it will adjust the zoom level to &#8220;Fit&#8221;. Please let me know of any bugs.</p>
<p><a href="http://www.cs.cmu.edu/~maverick/Programs/ZoomToFit/">http://www.cs.cmu.edu/~maverick/Programs/ZoomToFit/</a></p>
<p>The icon I used is from the <a href="http://www.everaldo.com/downloads.htm">Kids Icon Theme</a> by Everaldo Coelho. Kudos!</p>
]]></content:encoded>
			<wfw:commentRss>http://magic.aladdin.cs.cmu.edu/2005/04/27/zoomtofit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keyboard Shortcut to Start Slide Show (from current slide)</title>
		<link>http://magic.aladdin.cs.cmu.edu/2005/04/22/powerpoint-ezview/</link>
		<comments>http://magic.aladdin.cs.cmu.edu/2005/04/22/powerpoint-ezview/#comments</comments>
		<pubDate>Fri, 22 Apr 2005 23:06:37 +0000</pubDate>
		<dc:creator>Maverick Woo</dc:creator>
				<category><![CDATA[PowerPoint]]></category>

		<guid isPermaLink="false">http://magic.aladdin.cs.cmu.edu/2005/04/22/ezview/</guid>
		<description><![CDATA[You probably know that you can start a PowerPoint slide show from the current slide by clicking on a tiny icon, but do you know that you can do this with just the keyboard?
I wrote PowerPoint EZView because I am obsessed in getting my drawings accurate to the pixel and needed a fast way to [...]]]></description>
			<content:encoded><![CDATA[<p>You probably know that you can start a PowerPoint slide show from the current slide by clicking on a tiny icon, but do you know that you can do this with <em>just</em> the keyboard?</p>
<p>I wrote PowerPoint EZView because I am obsessed in getting my drawings accurate to the pixel and needed a fast way to do a full screen preview.</p>
<p>Get it here:<br />
<a href="http://www.cs.cmu.edu/~maverick/Programs/EZView/">http://www.cs.cmu.edu/~maverick/Programs/EZView/</a></p>
<p>P.S. If you are using PowerPoint 2003, then you can already do this with Shift-F5. But I have all three recent versions of PowerPoint running on my computers and so EZView supports PPT2K3 too.</p>
]]></content:encoded>
			<wfw:commentRss>http://magic.aladdin.cs.cmu.edu/2005/04/22/powerpoint-ezview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
