<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>Others</title>
      <link>http://www.arouet.net/others/</link>
      <description></description>
      <language>en-us</language>
      <copyright>Copyright 2008</copyright>
      <lastBuildDate>Wed, 24 Sep 2008 09:52:07 -0500</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/?v=3.2</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>Open XML II - Lesson 3: Practice in PowerPoint</title>
         <description><![CDATA[<p>This is an additional practice for lesson 3 of the Office Online Training course <strong>Open XML II: Editing documents in the XML</strong> (link to come). In the course itself, you were able to practice in Word. This additional practice session provides steps and a sample file for practicing tasks from this lesson in PowerPoint.</p>

<p><strong>Note</strong>: It is strongly recommended that you view lesson 3 of the above-referenced course and complete the Word practice session in that course before proceeding with this practice session.</p>

<p>You may want to print these instructions before beginning the exercise, so that you can easily keep them visible. To download the sample file required for this exercise, <a href="http://www.arouet.net/others/practices/Lesson%203%20practice%20-%20sample.pptx">click here</a>.</p>

<p><br />
******************* ready to begin?  .... here you go.... *******************************</p>

<p>After you download the sample file, open the file in PowerPoint. In this exercise, you will remove a custom slide layout from the sample presentation by deleting the applicable document part and related references from the document ZIP package. If you right-click the first slide in the open presentation and then point to Layout, you see that the title slide uses a custom layout named Title Slide with Picture. Also notice, as in the following image, that this custom layout is the third layout in the layout gallery.</p>

<p><img alt="OOX II - practice 3 - ex 2 - screen 1.bmp" src="http://www.arouet.net/others/practices/images/OOX%20II%20-%20practice%203%20-%20ex%202%20-%20screen%201.bmp" width="340" height="169" /></p>

<p>1. Save a copy of the open document with a .zip file extension, as follows:</p>

<p> - Click the Microsoft Office Button and then click Save As. In the Save As dialog box, in the Save as type list, select PowerPoint Presentation (*.pptx).</p>

<p> - Type “Sample.zip” in the File Name box, including the quotation marks. </p>

<p> - Select the Desktop as the location in which to save this file. Then click Save.</p>

<p>2. Close the document. Then press CTRL+D to view your desktop, and double-click the file to open the ZIP package. </p>

<p>3. Double-click the ppt folder to open it, and then double-click the slideLayouts subfolder to open it. Select slideLayout3.xml and press DELETE. When prompted, click Yes to confirm the deletion.</p>

<p>Note: Slide layout document parts are numbered according to their order in the layout list. Because this layout appeared third in the list of layouts in the presentation, you know that the slideLayout3.xml part is the correct part to delete. However, remember that you can double-click the file to open it in your default XML viewer if you want to confirm that it is the correct file before you delete it.</p>

<p>When you delete the document part, you also must delete all references to that part that exist in the ZIP package. Because the deleted layout is currently applied to a slide, you will also need to associate a different layout with that slide.</p>

<p>4. Double-click the _rels subfolder inside the slideLayouts folder. Then select slideLayout3.xml.rels and press DELETE. When prompted, click Yes to confirm the deletion.</p>

<p>5. In the ppt folder, double-click to open the slideMasters subfolder, and then click the _rels subfolder inside the slideMasters folder. Select and then copy the file slideMaster1.xml.rels and paste it on the desktop.</p>

<p>6. Open slideMaster1.xml.rels in both your default XML viewer and XML editor. In the viewer, notice that a relationship definition exists for each slide layout that is associated with the slide master. Find the relationship for the deleted document part (slideLayout3.xml). As shown in the following image, that relationship is rID3 in this example.</p>

<p><img alt="OOX II - practice 3 - ex 2 - screen 2.bmp" src="http://www.arouet.net/others/practices/images/OOX%20II%20-%20practice%203%20-%20ex%202%20-%20screen%202.bmp" width="462" height="37" /></p>

<p>7. In your XML editor, find and delete the relationship definition for slideLayout3.xml, as shown in the preceding image. Then save the file. </p>

<p>8. In your XML viewer, refresh the page to confirm that there are no errors. Then close both the viewer and editor, and copy slideMaster1.xml.rels back into the ZIP package, replacing the original file of the same name.</p>

<p>9. In the slideMasters folder, select and copy the file slideMaster1.xml and paste it onto your desktop. Then open the file in both your XML viewer and editor. </p>

<p>10. In your XML editor, find the tag sldLayoutIdLst, which lists the relationship IDs for each slide layout attached to this slide master. Locate the sldLayoutID tag for the relationship ID that you deleted in step 7 (rID3) and delete it. Save the file and then, in your XML viewer, refresh the page to confirm that there are no errors.</p>

<p>11. Copy slideMaster1.xml back into the ZIP package, replacing the original file of the same name. </p>

<p>12. In the ppt folder, double-click to open the slides subfolder. The deleted layout was applied to slide 1. However, the information that relates the slide to its applied layout is not located in slide1.xml. It is located in the _rels subfolder, in the file named slide1.xml.rels. Select and copy slide1.xml.rels and paste it on the desktop.<br />
Note: Remember that a relationship (.rels) file is where information is stored that defines relationships between elements in a ZIP package. A slide layout is associated with a slide by indicating that relationship in a .rels file.</p>

<p>13. Open slide1.xml.rels in both your XML viewer and editor. Notice, as shown in the following image, that the relationship rID1 indicates that the slide is attached to layout 3. </p>

<p><img alt="layout3.bmp" src="http://www.arouet.net/others/practices/images/layout3.bmp" width="470" height="37" /></p>

<p><br />
14. In your XML editor, change slideLayout3.xml to slideLayout1.xml, to associate this slide with the Title Slide layout (the first layout in the layout list). Save the file and then refresh the page in your XML viewer to confirm that there are no errors in the file.</p>

<p>15. Copy slide1.xml.rels back into the ZIP package, replacing the original file of the same name. Then close the ZIP package.</p>

<p>16. Change the file extension for this presentation back to .pptx and then double-click to open the presentation in PowerPoint. </p>

<p>If no error occurs when you open the presentation and there is no longer a picture on the title slide, right-click the slide and point to Layout to confirm that the first slide is attached to the Title Slide layout. </p>

<p><strong>Congratulations! </strong>You have just successfully deleted a document part from a PowerPoint ZIP package. </p>]]></description>
         <link>http://www.arouet.net/others/2008/09/open_xml_ii_lesson_3_practice.html</link>
         <guid>http://www.arouet.net/others/2008/09/open_xml_ii_lesson_3_practice.html</guid>
         <category>Practices</category>
         <pubDate>Wed, 24 Sep 2008 09:52:07 -0500</pubDate>
      </item>
            <item>
         <title>Open XML II - Lesson 1: Practice in PowerPoint</title>
         <description><![CDATA[<p>This is an additional practice for lesson 1 of the Office Online Training course <strong>Open XML II: Editing documents in the XML</strong> (link to come). In the course itself, you were able to practice in Word. This additional practice session provides steps and a sample file for practicing tasks from this lesson in PowerPoint.</p>

<p><strong>Note</strong>: It is strongly recommended that you view lesson 1 of the above-referenced course and complete the Word practice session in that course before proceeding with this practice session.</p>

<p>You may want to print these instructions before beginning the exercise, so that you can easily keep them visible. To download the sample file required for this exercise, <a href="http://www.arouet.net/others/practices/Sample.pptx">click here</a>.</p>

<p>******************* ready to begin?  .... here you go.... *******************************</p>

<p>After you download the sample file, open the file in PowerPoint. Then, notice the formatting of the open sample slide. The Title Slide layout that is applied to the slide has been modified to include a rounded rectangle behind the title text placeholder. Also notice that an additional frame shape appears around the edge of that layout.</p>

<p>In this exercise, you will edit the fill color and reflection for the rounded rectangle shape.</p>

<p>1. Save a copy of the PowerPoint document with a .zip file extension, as follows:</p>

<p>• Click the Microsoft Office Button and then click Save As. In the Save As dialog box, in the Save as type list, select PowerPoint Presentation (*.pptx).</p>

<p>• Type “Sample.zip” in the File Name box, including the quotation marks. </p>

<p>• Select the Desktop as the location in which to save this file. Then, click Save.</p>

<p>2. Close the document. Then press CTRL+D to view your desktop and double-click the file to open the ZIP package. </p>

<p>3. In the ZIP package, double-click the ppt folder to open it. Notice that this folder includes subfolders for the slides, layouts, and masters included in the presentation. Because the rounded rectangle you are going to edit is located on the title slide layout, double-click the slideLayouts folder to open it. Then drag the file slideLayout1.xml to your desktop to create a copy of the file on your desktop. (slideLayout1.xml is the Title Slide layout)</p>

<p>4. On the desktop, double-click the copy of slideLayout.xml that you just created. This will open the file in your default XML viewer. On the desktop, right-click the copy of slideLayout1.xml that you just opened and then click Edit. </p>

<p>The same file is now open in your default XML viewer and your default XML editor. </p>

<p>5. In your XML viewer, locate the first shape in the file, which is indicated by a <p:sp> tag, indicating a PowerPoint shape. This shape is the rounded rectangle. </p>

<p>To confirm that you have found the correct shape, note that the default name given to the rounded rectangle in this file is Rounded Rectangle 7. The number 7 is assigned by PowerPoint because this was the seventh object placed on that slide layout. Notice that the properties for the rounded rectangle shape are quite long because this shape has several types of complex formatting, including a bevel, 3-stop gradient fill, and reflection.</p>

<p>6. Scroll down slightly to locate the gradient fill settings. These begin with the tag a:gradFill and look like the following image. Notice that many of the tags that define graphic formatting start with the prefix a instead of p. The a represents Office Art.</p>

<p><img alt="OXII-practice 1 - ex2 - screen 1.bmp" src="http://www.arouet.net/others/practices/images/OXII-practice%201%20-%20ex2%20-%20screen%201.bmp" width="327" height="397" /></p>

<p>• The gradient fill formatting includes the list of gradient stops and information about the type and behavior of the gradient, such as the a:lin tag, which indicates that this is a linear gradient.</p>

<p>• The a:lumMod and a:lumOff tags included in the formatting for each gradient stop represent the percent variation from the primary scheme color used at each stop. As with many percent values in Office Art attributes, these percentages are multiplied by 100,000. So, for example, 50% (or 0.5) is represented as 50000.</p>

<p>• The pos attribute inside each gradient stop (a:gs) tag represents the starting position of that gradient stop. It is also a percent value represented as the percent times 100,000. </p>

<p>7. In your XML editor, locate the gradient stop list and change the color for all three stops from accent1 to bg1. The abbreviation bg1 stands for Background 1 and represents the Light 1 theme color, which is white in this sample document. </p>

<p>Save the file but leave it open and return to the XML viewer.</p>

<p>8. Refresh the page in your XML viewer to show your changes and confirm that no error messages appear. In Internet Explorer, press F5 to refresh the page.</p>

<p>9. In your XML viewer, look directly beneath the gradient formatting to find the effect list, which includes only a reflection in the case of this rounded rectangle. The reflection tag looks something like this.</p>

<p><img alt="OXII-practice 1 - ex2 - screen 2.bmp" src="http://www.arouet.net/others/practices/images/OXII-practice%201%20-%20ex2%20-%20screen%202.bmp" width="449" height="17" /></p>

<p>• Most of the attributes in the reflection tag are also expressed as percentages multiplied by 100,000. So, for example, the endPos attribute, which stands for End Position for the reflection (or percent of the original shape that appears in the reflection) is 38.5%, represented as 38500.</p>

<p>• The stA and endA attributes represent the start and end Alpha values. Alpha is the percent opacity (the opposite of the percent transparency). The reflection shown here begins at 50% opaque and ends at 0.003% opaque (99.997% transparent).</p>

<p>10. In your XML editor, locate the reflection tag. Change the endPos to 60% (60000) and the start Alpha value to 40% (40000). Then save and close the file.</p>

<p>11. Refresh the page in your XML viewer to confirm your changes. If you made the changes as indicated in the preceding step, the beginning of the reflection tag now reads:</p>

<p><img alt="Untitled.bmp" src="http://www.arouet.net/others/practices/images/Untitled.bmp" width="439" height="23" /></p>

<p>12. If you can see all of your changes in your XML viewer, close the viewer. Then copy the slideLayout1.xml file that you just edited and paste it back into the slideLayout folder inside the Sample.zip ZIP package, replacing the existing slideLayout1.xml file.</p>

<p>13. If you don’t want to make more changes in the XML, change the file extension back to .pptx. To do this, select the file and then press F2 to activate the file name. Change the file extension to .pptx and then press ENTER to accept your changes.</p>

<p>14. Double-click the file to open it in PowerPoint. If you made the changes as described in the exercise, notice the following differences:</p>

<p>• The rounded rectangle now has a gradient fill that ranges from light gray to white.</p>

<p>• The reflection is now slightly less opaque than previously and it is longer, running behind the first line of the subtitle.</p>

<p>Keep in mind for your future documents that reflection is one type of graphic effect that you cannot customize in PowerPoint. When you need a reflection setting that is not available from the Reflection options on the Drawing Tools Format tab (such as a different opacity or length, or different distance between the shape and its gradient), you can customize that in the XML just as you have done here.</p>

<p><strong>Congratulations!</strong> You have just successfully completed editing the XML for a PowerPoint presentation!<br />
</p>]]></description>
         <link>http://www.arouet.net/others/2008/09/open_xml_ii_lesson_1_practice_1.html</link>
         <guid>http://www.arouet.net/others/2008/09/open_xml_ii_lesson_1_practice_1.html</guid>
         <category>Practices</category>
         <pubDate>Wed, 24 Sep 2008 09:00:34 -0500</pubDate>
      </item>
            <item>
         <title>Genius Resources</title>
         <description><![CDATA[<p>Hi, everyone!  This list got its name because it was first created for those who had viewed a webcast named 'How Can You Become a Microsoft Office Genius?" It has evolved, however, into a broad list of recommended Office 2007 resources and has been updated for more recent additions\changes to Office 2007 resources as of the date of this post ... you'll find recommended resources for beginners, experts, and those in between ...</p>

<p><br />
<a href="http://office.microsoft.com/en-us/products/FX100487411033.aspx?pid=CL100571081033">Microsoft Office Products Page</a><br />
<a href="http://us1.trymicrosoftoffice.com/default.aspx?culture=en-US">Download a Free 60-Day Trial</a><br />
<a href="http://office.microsoft.com/en-us/products/FX101211561033.aspx">How to Buy Office</a><br />
<a href="http://office.microsoft.com/en-us/products/FX101635841033.aspx">Comparing Office Editions</a></p>

<p><strong>Microsoft Office Tips & Tricks</strong>: <a href="http://www.microsoft.com/office/greattips">microsoft.com/office/greattips</a></p>

<p><strong>Office Online </strong>(<a href="http://office.microsoft.com">office.microsoft.com</a>)<br />
<a href="http://office.microsoft.com/en-us/getstarted/FX101055081033.aspx">Get Started with the 2007 Office System</a><br />
<a href="https://profile.microsoft.com/RegSysProfileCenter/wizard.aspx?wizid=f9e10e5d-7fb3-4eed-a8b8-58156260a5a1&lcid=1033">Help and How-To</a><br />
<a href="http://office.microsoft.com/en-us/training/FX100565001033.aspx">Training</a><br />
<a href="http://office.microsoft.com/en-us/help/FX100485311033.aspx">Office Video Demos</a><br />
<a href="http://office.microsoft.com/en-us/downloads/FX101321101033.aspx?pid=CL100570421033">Downloads</a><br />
<a href="http://office.microsoft.com/en-us/clipart/FX101321031033.aspx?pid=CL100570201033">Clip Art</a><br />
<a href="http://office.microsoft.com/en-us/templates/FX100595491033.aspx?pid=CL100632981033">Templates</a><br />
<a href="http://office.microsoft.com/en-us/help/HA101744611033.aspx">RSS Feeds for Training and Demos</a><br />
<a href="http://office.microsoft.com/en-us/help/CH102069101033.aspx">A list of all Office Online RSS Feeds</a><br />
<a href="http://office.microsoft.com/en-us/help/FX102254211033.aspx">Office Hours Column</a><br />
<a href="http://office.microsoft.com/en-us/office_live/FX101754491033.aspx?pid=CL101750181033">Microsoft Office Live</a></p>

<p><strong>Get Started Tabs</strong>:<br />
<a href="http://www.microsoft.com/downloads/details.aspx?familyid=F587370C-FDAE-4EDE-B528-AC58031A5DFF&displaylang=en">Word</a><br />
<a href="http://www.microsoft.com/downloads/details.aspx?familyid=8A5AF9D7-08A7-41BA-8844-76BB94228957&displaylang=en">Excel</a><br />
<a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=831F0AE9-FC50-4074-96D3-D02FD98CB041&displaylang=en">PowerPoint</a></p>

<p><strong>Online Versions of the Interactive Command Reference Guides</strong>:<br />
<a href="http://office.microsoft.com/search/redir.aspx?assetid=HA100744321033&QueryID=tO2BLbe0_&respos=1&rt=2&pid=CH100487431033">Word</a><br />
<a href="http://office.microsoft.com/search/redir.aspx?assetid=HA101491511033&QueryID=tO2BLbe0_&respos=2&rt=2&pid=CH100648241033">Excel</a><br />
<a href="http://office.microsoft.com/search/redir.aspx?assetid=HA101490761033&QueryID=tO2BLbe0_&respos=3&rt=2&pid=CH100668131033">PowerPoint</a><br />
<a href="http://office.microsoft.com/en-us/outlook/HA102221621033.aspx?pid=CH100622221033">Outlook</a><br />
<a href="http://office.microsoft.com/en-us/access/HA102388991033.aspx?pid=CH100621861033">Access</a></p>

<p><strong>Downloadable Interactive Command Reference Guides</strong>:<br />
<a href="http://www.microsoft.com/downloads/details.aspx?familyid=9044790B-4E24-4277-B714-66D7B18D0AA1&displaylang=en">Word</a><br />
<a href="http://www.microsoft.com/downloads/details.aspx?familyid=89718ABD-2758-47B3-9F90-93788112B985&displaylang=en">Excel</a><br />
<a href="http://www.microsoft.com/downloads/details.aspx?familyid=BEF41DC3-8E28-4282-82D4-CEC2F416CD40&displaylang=en">PowerPoint</a><br />
<a href="http://www.microsoft.com/downloads/details.aspx?familyid=CC37CC1E-028D-4D30-9093-96CC6513ECA1&displaylang=en">Outlook</a><br />
<a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=B9574C72-657F-438C-9DE9-F8F70DD2D40D&displaylang=en">Access</a></p>

<p><strong>NOTE</strong>: For those who need resources in other languages, check out the appropriate regional Office Online site through <a href="http://office.microsoft.com/en-us/worldwide/default.aspx">Office Worldwide</a>. Many resources, such as the Interactive Command Refernece Guides, are available in several languages.</p>

<p><strong>Search Commands tool from Office Labs</strong>:<br />
<a href="http://www.officelabs.com/projects/searchcommands/Pages/default.aspx">Search Commands</a> [This is a GREAT tool for those who already have some experience with the Ribbon and want to save time. I don't recommend it for those brand new to the Ribbon, because it may keep them from getting to know the Ribbon. For help getting users up-to-speed, start with the Interactive Command Reference Guides. Then, once you're comfortable with the Office 2007 environment, this tool can be a SUPERB timesaver.]</p>

<p>... Check out additional tools and projects from <a href="http://www.officelabs.com/Pages/Default.aspx">Office Labs</a> ... such as the <a href="http://www.officelabs.com/projects/communityclips/Pages/Default.aspx">Community Clips </a>site, where you can find tips posted by others who work with Office - or post your own video tips (video recording tools provided on the site) .... </p>

<p><strong>Select Microsoft Blogs:</strong><br />
<a href="http://blogs.msdn.com/microsoft_office_word/">Word Team Blog</a><br />
<a href="http://blogs.msdn.com/access/">Access Team Blog</a><br />
<a href="http://blogs.msdn.com/brian_jones/">Brian Jones' Blog</a> (Open XML Formats)<br />
<a href="http://blogs.msdn.com/dmahugh/">Doug Mahugh's Blog</a> (Open XML Formats)<br />
<a href="http://blogs.msdn.com/dmahugh/">Erika Ehrli's Blog</a> (Office Developer)</p>

<p><strong>Select Resources for Accessing the Online Office Community</strong>:<br />
<strong>Office Zealot</strong>: <a href="http://officezealot.com/">officezealot.com</a> (great resource for finding Office bloggers and learning about Office from community experts)<br />
<a href="http://www.microsoft.com/communities/default.mspx">Microsoft Communities</a><br />
<a href="http://www.microsoft.com/events/webcasts/calendar/monthview.aspx">Webcast Calendar</a><br />
<a href="http://www.microsoft.com/office/community/en-us/default.mspx">Office Discussion Groups</a><br />
<a href="http://mvps.org/">MVPS.org</a></p>

<p><em>A few of the many good MVP sites</em>:<br />
<a href="http://pubs.logicalexpressions.com/pub0009/LPMIssue.asp?ISI=0">Tech Trax </a>(Office)<br />
<a href="http://word.mvps.org/">The Word MVP Site</a><br />
<a href="http://pptfaq.com/index.html">PowerPoint FAQ's</a><br />
<a href="http://echosvoice.com">Echo's Voice (PowerPoint)</a><br />
<a href="http://www.rondebruin.nl/">Ron's Excel Pages</a><br />
<a href="http://peltiertech.com/WordPress/">Excel MVP Jon Peltier's blog</a> <br />
<a href="http://www.jkp-ads.com/Articles/ExcelArticles.htm">Jan Karel's Excel Pages</a></p>

<p><strong>From microsoft.com</strong>:<br />
<a href="http://microsoft.com/atwork">Microsoft At Work</a><br />
Microsoft Support: <a href="http://support.microsoft.com">support.microsoft.com</a><br />
Microsoft Downloads: <a href="http://microsoft.com/downloads">microsoft.com/downloads</a> <br />
<a href="http://www.microsoft.com/downloads/render.aspx?displaylang=en&content=updateservices">Sign up for Microsoft Updates</a></p>

<p><strong>A couple of select downloads</strong>:<br />
<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=941b3470-3ae9-4aee-8f43-c6bb74cd1466&displaylang=en">Download the Compatibility Pack</a> <br />
<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=72d6aa49-787d-4118-ba5f-4f30fe913628&displaylang=en">XML Notepad 2007</a><br />
<a href="http://www.microsoft.com/windows/products/winfamily/virtualpc/default.mspx">Learn about and download Virtual PC for free</a> (for requirements such as running multiple versions of Office on the same machine)</p>

<p><strong>From Microsoft Learning and Partners</strong>:<br />
<a href="http://www.microsoft.com/learning/books/default.mspx">MS Press Books</a><br />
<a href="http://www.microsoft.com/learning/mcp/default.mspx">Microsoft Certifications</a><br />
<a href="http://www.microsoft.com/learning/training/default.mspx">Microsoft E-Learning</a></p>

<p><strong>Next-level resources</strong>:<br />
<a href="http://msdn2.microsoft.com/en-us/office/default.aspx">Office Developer Center</a><br />
<a href="http://msdn2.microsoft.com/en-us/office/bb497969.aspx">Interactive Office Developer Map</a><br />
<a href="http://msdn2.microsoft.com/en-us/office/aa905363.aspx">Office Developer - Get Started</a><br />
<a href="http://OpenXMLDeveloper.org">OpenXMLDeveloper.org</a><br />
<a href="http://www.codeplex.com/openxmlthemebuilder">Open XML Theme Builder on CodePlex</a>  </p>

<p>[and for an intro to what advanced users can do with Open XML without being a developer ... check out an earlier post on this blog ... <a href="http://www.arouet.net/2008/05/open_xml_not_just_for_develope.html">Open XML ... Not just for developers ...</a></p>

<p><br />
If I missed a link you were looking for, use the Click To Contact link at the bottom of the blog page to send me an email ... </p>]]></description>
         <link>http://www.arouet.net/others/2008/09/genius_resources_1.html</link>
         <guid>http://www.arouet.net/others/2008/09/genius_resources_1.html</guid>
         <category>resources</category>
         <pubDate>Wed, 10 Sep 2008 12:41:56 -0500</pubDate>
      </item>
            <item>
         <title>Wine and technology</title>
         <description><![CDATA[<p>Okay ... this has nothing to do with 18th century ... but it's definitely trivia, and I took down my wine page (because one side blog that I have no time for is plenty :)</p>

<p>This is hysterical (it's in French, by the way) ... </p>

<p><object width="425" height="355"><param name="movie" value="http://www.dailymotion.com/swf/x7hVneJvEnrhYp2mA"></param><param name="wmode" value="transparent"></param><embed src="http://www.dailymotion.com/swf/x7hVneJvEnrhYp2mA" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>]]></description>
         <link>http://www.arouet.net/others/2008/02/wine_and_technology.html</link>
         <guid>http://www.arouet.net/others/2008/02/wine_and_technology.html</guid>
         <category>trivia</category>
         <pubDate>Wed, 13 Feb 2008 07:50:29 -0500</pubDate>
      </item>
            <item>
         <title>Will this ever be a blog?</title>
         <description><![CDATA[<p>Hi, everyone ... well, it was time for me to post something here.  I wanted to start this 18th century blog last year - but my research on related topics was put on hold while working on my recently released Advanced Documents book.</p>

<p>Now, I'm starting back at it (slowly, but surely), and so I do want to start making use of this page. </p>

<p>Please check back in the next few months ... hopefully, there will be more here at the 18th century page than just excuses about why the page is so bare...</p>]]></description>
         <link>http://www.arouet.net/others/2007/07/will_this_ever_be_a_blog.html</link>
         <guid>http://www.arouet.net/others/2007/07/will_this_ever_be_a_blog.html</guid>
         <category>trivia</category>
         <pubDate>Sun, 01 Jul 2007 09:17:51 -0500</pubDate>
      </item>
            <item>
         <title>Book Corrections</title>
         <description><![CDATA[<p>If you're starting on the VBA primer in Advanced Docs, please note a small error on the bottom of page 527. The example macro to apply the style 'Table Contemporary' in your document, as written, applies that style to all but the first table in the document; not to every other table as indicated in the bullet that precedes the example.</p>]]></description>
         <link>http://www.arouet.net/others/2007/05/book_corrections.html</link>
         <guid>http://www.arouet.net/others/2007/05/book_corrections.html</guid>
         <category>corrections</category>
         <pubDate>Tue, 01 May 2007 09:09:21 -0500</pubDate>
      </item>
            <item>
         <title>Additional Resources for the April 2007 Event Attendees</title>
         <description><![CDATA[<p>Hello, everyone!  I hope you found the Office 2007 presentation useful. Here, you'll find the additional resources promised during that presentation. First - I've included some direct links on getting certified and getting prepared for certification ... then, below, you'll find several additional resource links on the 2007 Office release, as promised.</p>

<p>If you don't find the information you need, feel free to use the 'click to contact' link at the bottom of the page to send me an email.</p>

<p><strong>For information on certifications:</strong><br />
<a href="http://www.microsoft.com/learning/mcp/msbc/default.mspx">For the 2007 Office release</a> (MSBC certifications)<br />
<a href="http://www.microsoft.com/learning/mcp/officespecialist/default.mspx">For Office 2003</a> (MOS certifications)</p>

<p>The links above - particularly the 2007 release certification link, provide several additional links to help you get ready for the exams - such as special offers and practice tests.</p>

<p><strong>For e-learning training from Microsoft Learning:</strong> <br />
<a href="https://www.microsoftelearning.com/catalog/homeAndOffice.aspx#OfficeSystem2007">Direct link to Office 2007 course listings</a></p>

<p>Check out the MS Press book series <strong>Step-by-Step</strong> to help prepare for certifications. You can find all MS Press books about Microsoft Office <a href="http://www.microsoft.com/learning/books/office/default.mspx">here</a>.</p>

<p><br />
<u><strong>Additional resources....</strong></u></p>

<p><strong>Getting up to speed with the 2007 release interface:</strong></p>

<p><em>Interactive Command Reference Guides</em><br />
<a href="http://office.microsoft.com/search/redir.aspx?assetid=HA100744321033&QueryID=tO2BLbe0_&respos=1&rt=2&pid=CH100487431033">Word</a><br />
<a href="http://office.microsoft.com/search/redir.aspx?assetid=HA101491511033&QueryID=tO2BLbe0_&respos=2&rt=2&pid=CH100648241033">Excel</a><br />
<a href="http://office.microsoft.com/search/redir.aspx?assetid=HA101490761033&QueryID=tO2BLbe0_&respos=3&rt=2&pid=CH100668131033">PowerPoint</a></p>

<p><em>Get Started Tabs</em><br />
<a href="http://www.microsoft.com/downloads/details.aspx?familyid=F587370C-FDAE-4EDE-B528-AC58031A5DFF&displaylang=en">Word</a><br />
<a href="http://www.microsoft.com/downloads/details.aspx?familyid=8A5AF9D7-08A7-41BA-8844-76BB94228957&displaylang=en">Excel</a><br />
<a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=831F0AE9-FC50-4074-96D3-D02FD98CB041&displaylang=en">PowerPoint</a></p>

<p>For the excellent paper I mentioned written by a member of the Office product team (about working with the new file formats across multiple versions) ... <a href="http://www.jonesxml.com/jobailor/OpenXMLFormatCompatibilityOverview.docx">click here </a></p>

<p><strong>Additional, outstanding free resources for the 2007 Office release:</strong><br />
<a href="http://office.microsoft.com">Office Online home page</a><br />
<a href="http://office.microsoft.com/training">Office Online training page</a><br />
<a href="http://www.microsoft.com/greattips">Microsoft Office tips & tricks webcasts</a><br />
<a href="http://blogs.msdn.com/microsoft_office_word/">The Word team blog ... this is the blog written and managed by the folks who designed and created Word 2007</a> <em>(see my links page - available from the navigation pane at left - for this and other favorite sites from members of the 2007 release product team)</em><br />
<a href="http://www.microsoft.com/office/community/en-us/default.mspx">The Microsoft Office discussion groups ... for help from a wide range of MVPs and other Microsoft technology experts</a><br />
<a href="http://mvps.org">MVPs.org</a> - for a list of websites from Microsoft MVPs across all Microsoft technologies.</p>

<p><strong>For those looking for more advanced information on the 2007 Office release:</strong></p>

<p>Check out my new book on the 2007 Office release - <em>Advanced Microsoft Office Documents 2007 Edition Inside Out</em> ... you can learn more about the book and check out samples through the 'my books' link in the left-hand navigation pane -- or <a href="http://www.arouet.net/mmod.html">click here</a>.</p>

<p>You can also check out my webcast series on customizing content with the 2007 release:<br />
Open XML basics webcast: <a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?culture=en-US&EventID=1032319980&CountryCode=US">Advanced Tips & Tricks: Breaking Into Your Office Open XML Format Documents (Level 300) </a><br />
VBA basics webcast: <a href="http://switch.atdmt.com/action/FY07_TT_2007LP_Webcast_Click_VisualBasic">Advanced Tips & Tricks: Using Visual Basic for Applications (VBA) Every Day Is Easier Than You Think</a><br />
Customizing the Ribbon with Open XML webcast: <a href="http://switch.atdmt.com/action/FY07_TT_2007LP_Webcast_Click_XMLFormats">Advanced Tips & Tricks: Customizing the Ribbon Using Office Open XML (Level 300)</a></p>]]></description>
         <link>http://www.arouet.net/others/2007/04/test.html</link>
         <guid>http://www.arouet.net/others/2007/04/test.html</guid>
         <category>certification</category>
         <pubDate>Mon, 16 Apr 2007 08:48:28 -0500</pubDate>
      </item>
            <item>
         <title>Pics from Bordeaux and the Southwest</title>
         <description><![CDATA[<p>I'm overdue on a post about my recent trip to France ... and work deadlines aren't permitting much right now in the way of time.</p>

<p>So, meanwhile, I thought I'd at least post some photos.  I thought the under-used wine page was the best place to post, since most of the photos are in Bordeaux (and many at the marvelous Chateau Lynch-Bages) ... more soon ...</p>

<p><a href="http://www.arouet.net/archives/Pics/France 2006.pps">Photos in PowerPoint slide show</a></p>]]></description>
         <link>http://www.arouet.net/others/2006/06/pics_from_bordeaux_and_the_sou.html</link>
         <guid>http://www.arouet.net/others/2006/06/pics_from_bordeaux_and_the_sou.html</guid>
         <category>wine</category>
         <pubDate>Tue, 27 Jun 2006 17:20:36 -0500</pubDate>
      </item>
      
   </channel>
</rss>
