<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Eric Lee - A Humble Blog : Misc</title><link>http://blogs.msdn.com/ericlee/archive/tags/Misc/default.aspx</link><description>Tags: Misc</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Presentation/Demo Tips</title><link>http://blogs.msdn.com/ericlee/archive/2006/10/17/presentation-demo-tips.aspx</link><pubDate>Tue, 17 Oct 2006 11:03:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:834239</guid><dc:creator>ericlee</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/ericlee/comments/834239.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ericlee/commentrss.aspx?PostID=834239</wfw:commentRss><description>&lt;P&gt;Hey guys,&lt;/P&gt;
&lt;P&gt;When I first started at Microsoft 8 years ago, I was an awful presenter.&amp;nbsp; I hardly made any eye contact and I spoke really, really, really fast.&amp;nbsp; Over the years, I’ve had some training by some really good instructors and gotten a lot of practice.&amp;nbsp; Now I like to think of speaking as one of my strong points.&lt;/P&gt;
&lt;P&gt;Mentally, I’ve been keeping a little list of tips and tricks – many of which have come from fellow speakers – that have helped me.&amp;nbsp; I thought I would share some of them in this post.&amp;nbsp; A lot has to do with doing technical demos since&amp;nbsp;I feel like that is one of my strong points in any presentation I do.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size=4&gt;&lt;U&gt;Make sure the audience can see what you’re doing&lt;/U&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;It can be really hard for an audience to see things on the screen when you’re doing a demo;&amp;nbsp;particularly in a complicated&amp;nbsp;user interface like Visual Studio.&amp;nbsp; There are some things you can do, and utilities that you can use to help them out.&amp;nbsp; &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://www.sysinternals.com/Utilities/ZoomIt.html" mce_href="http://www.sysinternals.com/Utilities/ZoomIt.html"&gt;ZoomIt&lt;/A&gt;&amp;nbsp;is a great tool for zooming in on specific parts of Visual Studio (thanks for the tip &lt;STRONG&gt;Martin Woodward&lt;/STRONG&gt;!)&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Try the following from &lt;STRONG&gt;Tools -&amp;gt; Options &lt;/STRONG&gt;in Visual Studio&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;In the &lt;STRONG&gt;Environment-&amp;gt;Fonts and Colors &lt;/STRONG&gt;setting, make the&amp;nbsp;text editor font use at least size &lt;STRONG&gt;16&lt;/STRONG&gt;&amp;nbsp;and change the font to &lt;STRONG&gt;Lucida Console &lt;/STRONG&gt;(I find this font shows the larger text better).&amp;nbsp; Try to make this change before you speak because the first time you access the &lt;STRONG&gt;Fonts and Colors &lt;/STRONG&gt;settings it takes a long, long time.&lt;/LI&gt;
&lt;LI&gt;Turn your system font up to &lt;STRONG&gt;Large&lt;/STRONG&gt; from the properties of your Windows desktop.&amp;nbsp; The Visual Studio tool windows will pick up this larger font.&amp;nbsp; Make sure to test all the windows that you are going to show since some VS windows don’t handle the large system font that well.&amp;nbsp; You might have to restart Visual Studio as well.&lt;/LI&gt;
&lt;LI&gt;Try hiding as many tool bars as possible to keep Visual Studio from looking cluttered.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size=4&gt;&lt;U&gt;Keep things snappy&lt;/U&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Performance is always important for any demo that you might do.&amp;nbsp; It goes without saying to get a machine with as much RAM and CPU horsepower as possible; here are some of my other favorite tips.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;If you’re running a Virtual PC or Virtual Server, a secondary hard drive is an absolute must.&amp;nbsp; Virtual PC and Virtual Server are really IO intensive, so if you run a virtual image on the same hard drive as your native operating system, you will get a lot of contention on that drive.&amp;nbsp; Another hard drive, either native in your computer or USB does wonders.&lt;/LI&gt;
&lt;LI&gt;Buy as much RAM as you can afford/fit into your machine – at least 2 GB is ideal&lt;/LI&gt;
&lt;LI&gt;Try to use fast hard drives, at least 7200 RPM.&lt;/LI&gt;
&lt;LI&gt;I’m&amp;nbsp;addicted to&amp;nbsp;defragging my VPC drive – I do this after almost every time I run a virtual PC image.&amp;nbsp; The built-in defrag utility in Windows is pretty good.&amp;nbsp; The commercial product from &lt;A href="http://www.diskeeper.com/products/products.asp" mce_href="http://www.diskeeper.com/products/products.asp"&gt;Diskeeper&lt;/A&gt;&amp;nbsp;seems to defrag faster and can be put on a schedule.&amp;nbsp; I’m not sure if it does a better job or not.&amp;nbsp; I’ve also used a free tool from &lt;A href="http://www.flexomizer.com/PermaLink,guid,ce99367e-158c-487a-879d-b32145cc1957.aspx" mce_href="http://www.flexomizer.com/PermaLink,guid,ce99367e-158c-487a-879d-b32145cc1957.aspx"&gt;http://www.flexomizer.com/PermaLink,guid,ce99367e-158c-487a-879d-b32145cc1957.aspx&lt;/A&gt;.&amp;nbsp; That tool probably takes the longest, but does the best job I’ve seen.&amp;nbsp; Thanks to &lt;STRONG&gt;David Whitney&lt;/STRONG&gt; for writing this tool!&amp;nbsp; &lt;/LI&gt;
&lt;LI&gt;There are tons of ways to optimize your VPC images themselves.&amp;nbsp; A good document can be found at: &lt;A href="http://blogs.msdn.com/nolansax/attachment/700992.ashx" mce_href="http://blogs.msdn.com/nolansax/attachment/700992.ashx"&gt;http://blogs.msdn.com/nolansax/attachment/700992.ashx&lt;/A&gt;.&amp;nbsp; These tips really do make a big, big difference in performance.&lt;/LI&gt;
&lt;LI&gt;Before you finalize your VPC image, try running &lt;A href="http://www.ccleaner.com/" mce_href="http://www.ccleaner.com/"&gt;CCleaner&lt;/A&gt;.&amp;nbsp; This handy tool cleans up IE history, old setup files and a bunch of other bits of data cluttering up your system.&lt;/LI&gt;
&lt;LI&gt;If you can, don’t use differencing drives – they are really handy, but they eat up your performance.&lt;/LI&gt;
&lt;LI&gt;If you can, don’t enable undo drives – again, undo drives are super handy, but they do eat up performance.&amp;nbsp; Despite this, I tend to run with undo drives enabled.&lt;/LI&gt;
&lt;LI&gt;If you turn off themes in the VPC OS, or set the UI to maximize performance, your image will run faster.&amp;nbsp; I don’t usually do this because I don’t like the way the display looks.&lt;/LI&gt;
&lt;LI&gt;For Visual Studio Team System demos, my colleague, &lt;STRONG&gt;Ajay Sudan&lt;/STRONG&gt; has a nice technique where he runs a Team Foundation Server in a VPC, but uses a natively installed Visual Studio to access it.&amp;nbsp; That’s a nice combination because you can’t beat running the client bits natively when it comes to performance.&lt;/LI&gt;
&lt;LI&gt;This can be time consuming, but I think it’s worth it.&amp;nbsp; If you’re showing Visual Studio, open up each file type (i.e. C# files, resource files, etc) and note what tool bars they enable in Visual Studio.&amp;nbsp; To maximize the perceived performance, close every tool bar that every document you are doing to show enables.&amp;nbsp; This way, when you switch from document to document in Visual Studio, there are no delays from drawing the tool bars.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;FONT size=4&gt;&lt;U&gt;&lt;STRONG&gt;Slow Down!&lt;/STRONG&gt;&lt;/U&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;This is something that I use to really, really struggle with - trying to slow down my speaking pace.&amp;nbsp; What I’ve found is that I can’t just tell myself to slow down.&amp;nbsp; What I try to do is concentrate on maintaining my volume from end-to-end when I’m presenting.&amp;nbsp; One thing I’ll notice when I’m speaking quickly is that my voice tends to trail off at the end of a sentence.&amp;nbsp; This is usually because I’ve used one breath for the entire sentence and by the time I get to the end of that sentence, I’ve run out.&amp;nbsp; Using one breath for a sentence like that is usually a sign for me that I’m going too fast.&amp;nbsp; So, I concentrate on making sure I take a breath somewhere in the middle so that I can finish strong.&amp;nbsp;&amp;nbsp;To get that breath in, I’ll need to pause somewhere between my words.&amp;nbsp; With some practice, I’ve been able to take a quick breath and still sound like I’m speaking naturally.&amp;nbsp; That has really helped me slow down.&amp;nbsp; I’m still a fast speaker, and I probably always will be, but what I’ve found with trying to breath better is that I can make myself easier to understand.&lt;/P&gt;
&lt;P&gt;A funny thing to keep in mind is that I think that no matter how experienced of a speaker you are, there is some inaccuracy in how you&amp;nbsp;perceive yourself and how your audience perceives you.&amp;nbsp; This is particularly true for pace.&amp;nbsp; What tends to happen is that when&amp;nbsp;you’re trying to&amp;nbsp;slow down your pace a bit on stage, your brain will tell you that you’re speaking way too slowly and that you sound like an idiot.&amp;nbsp; In reality, you sound perfectly normal to your audience.&amp;nbsp; This is where video tape comes in handy.&amp;nbsp; What I’ve done in the past is record myself speaking at various speeds.&amp;nbsp; I’ll go really, really slow; so slow that I can barely take it &lt;IMG src="http://www.london54.com/blog_images/smile1.gif" mce_src="http://www.london54.com/blog_images/smile1.gif"&gt;&amp;nbsp;and then go watch myself on tape.&amp;nbsp; What I’ve noticed is that you can go really, really really slow and feel awkward doing it, but it looks and sound perfectly normal.&amp;nbsp; I didn’t have to do this too many times before&amp;nbsp;I got a better at gauging my actual pace versus my perceived pace. &lt;/P&gt;
&lt;P&gt;All that said, the last thing you want to do is stretch out every single word and put your audience to sleep.&amp;nbsp; Varying your pace is always good and makes you sound (and be) much more a genuine speaker.&amp;nbsp; If you’re excited about something, let yourself speak a bit faster, a bit louder.&amp;nbsp; Just be sure to slow down now and again when you wanto make a point or do a re-sync with the audience.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size=4&gt;&lt;U&gt;Enjoy Yourself&lt;/U&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;We’re lucky to be in an industry that is driven by so much passion.&amp;nbsp; If you’ve taken the time to put together a presentation, take the time to enjoy delivering it.&amp;nbsp; No matter how badly you think you did, chances are it wasn’t that bad.&amp;nbsp; Chances are, you did a good job.&amp;nbsp; In almost all cases, your audience wants you to succeed – so if you meet them 1/2 way, you’ll have done a nice job more times than not.&lt;/P&gt;
&lt;P&gt;Anyways, just some thoughts I wanted to share.&lt;/P&gt;
&lt;P&gt;Eric.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=834239" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/ericlee/archive/tags/Misc/default.aspx">Misc</category></item><item><title>A diversion - Windows Live Alerts</title><link>http://blogs.msdn.com/ericlee/archive/2006/10/07/A-diversion-_2D00_-Windows-Live-Alerts.aspx</link><pubDate>Sun, 08 Oct 2006 04:26:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:803038</guid><dc:creator>ericlee</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/ericlee/comments/803038.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ericlee/commentrss.aspx?PostID=803038</wfw:commentRss><description>&lt;P&gt;I’ve been poking around the Windows Live stuff for developers (&lt;A href="http://dev.live.com/" mce_href="http://dev.live.com/"&gt;http://dev.live.com&lt;/A&gt;) and someting caught my eye.&amp;nbsp; With Live Messenger (formerly MSN Messenger), you can sign up for, as well as provide Alerts.&amp;nbsp; These alerts get delivered to your device of choice (MSN Messenger, Phone, PDA, etc).&lt;/P&gt;
&lt;P&gt;One of my projects at work right now is to work on the keynote demo that will be delivered at Tech Ed Barcelona later this fall.&amp;nbsp; Not to give too much away, but one of the things we might try&amp;nbsp;to cover&amp;nbsp;is the developer angle for Windows Live.&amp;nbsp; So, I thought I would give this alerts thing a try.&lt;/P&gt;
&lt;P&gt;I went over to &lt;A href="http://signup.alerts.live.com/brochure/index.jsp" mce_href="http://signup.alerts.live.com/brochure/index.jsp"&gt;http://signup.alerts.live.com/brochure/index.jsp&lt;/A&gt;&amp;nbsp;and registered the RSS feed for my blog as a provider of alerts.&amp;nbsp; The sign-up experience was a pleasant surprise.&amp;nbsp; The form was pretty short and a few minutes after submitting it, I received an email with a confirmation link.&amp;nbsp; After clicking on the confirmation link, I received another email a few minutes later with the following image/link:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://signup.alerts.live.com/alerts/login.do?PINID=21987150&amp;amp;returnURL=http://blogs.msdn.com/ericlee" mce_href="http://signup.alerts.live.com/alerts/login.do?PINID=21987150&amp;amp;returnURL=http://blogs.msdn.com/ericlee"&gt;&lt;IMG alt="Windows Live Alerts" src="http://images.alerts.live.com/mcwebsite/graphics/blog/alert_signup_eng.gif" border=0 mce_src="http://images.alerts.live.com/mcwebsite/graphics/blog/alert_signup_eng.gif"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;If you&amp;nbsp;click on that link, you’ll have the option of signing up for alerts from my blog &lt;IMG src="http://www.london54.com/blog_images/smile1.gif" mce_src="http://www.london54.com/blog_images/smile1.gif"&gt;&lt;/P&gt;
&lt;P&gt;Oh one thing – you’ll notice that my alert is called ‘Fabrikam Design’ – I named it that to match the fictious company name we are using for the demo.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Eric.&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=803038" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/ericlee/archive/tags/Misc/default.aspx">Misc</category></item></channel></rss>