<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Mike Rand's Blog</title>
        <link>http://blogs.3sharp.com/miker/Default.aspx</link>
        <description />
        <language>en-US</language>
        <copyright>Mike Rand</copyright>
        <managingEditor>miker@3sharp.com</managingEditor>
        <generator>Subtext Version 1.9.5.177</generator>
        <image>
            <title>Mike Rand's Blog</title>
            <url>http://blogs.3sharp.com/images/RSS2Image.gif</url>
            <link>http://blogs.3sharp.com/miker/Default.aspx</link>
            <width>77</width>
            <height>60</height>
        </image>
        <item>
            <title>70-562 Microsoft .NET Framework 3.5 ASP.NET Application Development Exam</title>
            <link>http://blogs.3sharp.com/miker/archive/2008/08/01/70-562-microsoft-.net-framework-3.5-asp.net-application-development.aspx</link>
            <description>&lt;p&gt;This post is in response to a comment on an earlier &lt;a href="http://blogs.3sharp.com/miker/archive/2008/06/19/70-536-microsoft-.net-framework-2.0-application-development-foundation-exam.aspx"&gt;Microsoft Exam&lt;/a&gt; post of mine.&lt;/p&gt;
&lt;p&gt;I am currently studying for the &lt;font face="Arial"&gt;&lt;a href="http://www.microsoft.com/learning/en/us/exams/70-562.mspx"&gt;70-562 Microsoft .NET Framework 3.5, ASP.NET Application Development Exam&lt;/a&gt;.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;You can't register for this exam at this time because it has not yet been released. At the time of this post it is scheduled to be released sometime in August 2008. &lt;/p&gt;
&lt;p&gt;I am using the &lt;a href="http://www.amazon.com/Programming-Microsoft-ASP-NET-Dino-Esposito/dp/0735625271/ref=pd_bbs_sr_1?ie=UTF8&amp;amp;s=books&amp;amp;qid=1217620662&amp;amp;sr=8-1"&gt;Programming Microsoft ASP.NET 3.5&lt;/a&gt; book in preparation for this exam. Although this book is not targeted to the exam audience, it is jam packed with valuable information that covers all of the &lt;a href="http://www.microsoft.com/learning/en/us/exams/70-562.mspx#ESE"&gt;skills measured&lt;/a&gt; in the 70-562 exam.&lt;/p&gt;
&lt;p&gt;In addition, I am reviewing the .NET Framework 2.0 Web-Based Client Development Training Kit book. I am also evaluating the &lt;a href="http://www.ucertify.com/"&gt;uCertify&lt;/a&gt; exam preparation software. Although, these resources are specific to the .NET Framework 2.0, I have found them useful in preparing for this exam.&lt;/p&gt;&lt;img src="http://blogs.3sharp.com/miker/aggbug/4931.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mike Rand</dc:creator>
            <guid>http://blogs.3sharp.com/miker/archive/2008/08/01/70-562-microsoft-.net-framework-3.5-asp.net-application-development.aspx</guid>
            <pubDate>Fri, 01 Aug 2008 20:30:59 GMT</pubDate>
            <wfw:comment>http://blogs.3sharp.com/miker/comments/4931.aspx</wfw:comment>
            <comments>http://blogs.3sharp.com/miker/archive/2008/08/01/70-562-microsoft-.net-framework-3.5-asp.net-application-development.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://blogs.3sharp.com/miker/comments/commentRss/4931.aspx</wfw:commentRss>
        </item>
        <item>
            <title>FormatPainter Word 2007 Ribbon Control</title>
            <link>http://blogs.3sharp.com/miker/archive/2008/07/03/formatpainter-word-2007-ribbon-control.aspx</link>
            <description>&lt;p&gt;I ran across an interesting situation today in the Word 2007 Ribbon. In a project that I'm working on, the FormatPainter Ribbon control wasn't showing up in a custom tab. Here is the Ribbon XML element that was being used:&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&amp;lt;toggleButton idMso="FormatPainter" imageMso="FormatPainter" /&amp;gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;I double checked the idMso and control type in the Microsoft &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=4329d9e9-4d11-46a5-898d-23e4f331e9ae&amp;amp;DisplayLang=en"&gt;2007 Office System Document: Lists of Control IDs&lt;/a&gt; Word Ribbon Controls Excel spreadsheet. I had entered the idMso correctly and I had the correct control type, according to the spreadsheet. &lt;/p&gt;
&lt;p&gt;Next I wanted to see if the problem was isolated to my project and not with Word itself. I opened a new Word 2007 Add-In project and added the same code to a custom tab. Again, no Format Painter control. But, this time I was able to see the error message that indicated that the control type was incorrect. It turns out that the FormatPainter control is referenced as "&lt;strong&gt;control&lt;/strong&gt;" not "&lt;strong&gt;togglebutton&lt;/strong&gt;". &lt;/p&gt;
&lt;p&gt;Here is the updated Ribbon XML element:&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&amp;lt;control idMso="FormatPainter" imageMso="FormatPainter"/&amp;gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;Now the FormatPainter control shows up as expected in my custom tab.&lt;/p&gt;&lt;img src="http://blogs.3sharp.com/miker/aggbug/4924.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mike Rand</dc:creator>
            <guid>http://blogs.3sharp.com/miker/archive/2008/07/03/formatpainter-word-2007-ribbon-control.aspx</guid>
            <pubDate>Thu, 03 Jul 2008 18:48:50 GMT</pubDate>
            <wfw:comment>http://blogs.3sharp.com/miker/comments/4924.aspx</wfw:comment>
            <comments>http://blogs.3sharp.com/miker/archive/2008/07/03/formatpainter-word-2007-ribbon-control.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://blogs.3sharp.com/miker/comments/commentRss/4924.aspx</wfw:commentRss>
        </item>
        <item>
            <title>70-536 Microsoft .NET Framework 2.0 Application Development Foundation Exam</title>
            <link>http://blogs.3sharp.com/miker/archive/2008/06/19/70-536-microsoft-.net-framework-2.0-application-development-foundation-exam.aspx</link>
            <description>&lt;div style="MARGIN: 0in 0in 10pt"&gt;Yesterday I passed the &lt;a href="http://www.microsoft.com/learning/en/us/exams/70-536.mspx"&gt;&lt;font color="#800080"&gt;70-536 Microsoft .NET Framework 2.0 Application Development Foundation&lt;/font&gt;&lt;/a&gt; Exam. This is my first exam on my way to earning a &lt;a href="http://www.microsoft.com/learning/mcp/mcpd/vstudio/2008/default.mspx#EEC"&gt;&lt;font color="#800080"&gt;MCPD: Enterprise Application Developer 3.5&lt;/font&gt;&lt;/a&gt; certification. &lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 10pt"&gt;My primary resource in studying for this exam was the &lt;a href="http://www.microsoft.com/MSPress/books/9469.aspx"&gt;MCTS Self-Paced Training Kit (Exam 70-536) Microsoft .NET Framework 2.0 Application Development Foundation&lt;/a&gt; Book. I highly recommend this book; however, you’ll need to read the comments and corrections:&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 0pt 0.5in; TEXT-INDENT: -0.25in"&gt;&lt;span&gt;·&lt;span style="FONT: 7pt 'Times New Roman'"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;a href="http://support.microsoft.com/kb/923018"&gt;&lt;font color="#800080"&gt;MCTS Self-Paced Training Kit (Exam 70-536): Microsoft® .NET Framework 2.0—Application Development Foundation comments and corrections Part 1&lt;/font&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 0pt 0.5in; TEXT-INDENT: -0.25in"&gt;&lt;span&gt;·&lt;span style="FONT: 7pt 'Times New Roman'"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;a href="http://support.microsoft.com/kb/935218/"&gt;&lt;font color="#800080"&gt;MCTS Self-Paced Training Kit (Exam 70-536): Microsoft® .NET Framework 2.0—Application Development Foundation comments and corrections Part 2&lt;/font&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 0pt 0.5in; TEXT-INDENT: -0.25in"&gt;&lt;span&gt;·&lt;span style="FONT: 7pt 'Times New Roman'"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;a href="http://support.microsoft.com/kb/949730/"&gt;&lt;font color="#800080"&gt;MCTS Self-Paced Training Kit (Exam 70-536): Microsoft® .NET Framework 2.0—Application Development Foundation comments and corrections Part 3&lt;/font&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 10pt 0.5in; TEXT-INDENT: -0.25in"&gt;&lt;span&gt;·&lt;span style="FONT: 7pt 'Times New Roman'"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;a href="http://support.microsoft.com/kb/949734/"&gt;&lt;font color="#800080"&gt;MCTS Self-Paced Training Kit (Exam 70-536): Microsoft® .NET Framework 2.0—Application Development Foundation comments and corrections Part 4&lt;/font&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 10pt"&gt;Here are some more great resources:&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 0pt 0.5in; TEXT-INDENT: -0.25in"&gt;&lt;span&gt;·&lt;span style="FONT: 7pt 'Times New Roman'"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;a href="http://en.csharp-online.net/Microsoft_Exam_70-536_Study_Guide"&gt;&lt;font color="#800080"&gt;Microsoft 70-536 Study Guide at C# Online.NET&lt;/font&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 0pt 0.5in; TEXT-INDENT: -0.25in"&gt;&lt;span&gt;·&lt;span style="FONT: 7pt 'Times New Roman'"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;a href="http://www.microsoft.com/learning/en/us/exams/70-536.mspx"&gt;&lt;font color="#800080"&gt;Preparation Guide for Exam 70-536&lt;/font&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 10pt 0.5in; TEXT-INDENT: -0.25in"&gt;&lt;span&gt;·&lt;span style="FONT: 7pt 'Times New Roman'"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;a href="https://www.livemeeting.com/cc/lmevents/view?id=msft061108lm&amp;amp;pw=ATT11784lm"&gt;&lt;font color="#800080"&gt;Tech Ed cram session&lt;/font&gt;&lt;/a&gt; &lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 10pt"&gt;The 70-536 exam is now considered “version agnostic”, this exam is required for .NET Framework 2.0 and .NET Framework 3.5 certifications. This means I will be able to move directly into the &lt;a href="http://blogs.msdn.com/trika/archive/2008/04/18/net-framework-3-5-certifications.aspx"&gt;&lt;font color="#800080"&gt;.NET Framework 3.5 certification&lt;/font&gt;&lt;/a&gt; exams!&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 10pt"&gt;While I’m glad to have passed this exam, I’m even more excited to get started studying for my next exam:  &lt;a href="http://www.microsoft.com/learning/en/us/exams/70-562.mspx"&gt;&lt;font color="#800080"&gt;70-562 .NET Framework 3.5 ASP.NET Application Development&lt;/font&gt;&lt;/a&gt;.&lt;/div&gt;&lt;img src="http://blogs.3sharp.com/miker/aggbug/4915.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mike Rand</dc:creator>
            <guid>http://blogs.3sharp.com/miker/archive/2008/06/19/70-536-microsoft-.net-framework-2.0-application-development-foundation-exam.aspx</guid>
            <pubDate>Thu, 19 Jun 2008 16:41:07 GMT</pubDate>
            <wfw:comment>http://blogs.3sharp.com/miker/comments/4915.aspx</wfw:comment>
            <comments>http://blogs.3sharp.com/miker/archive/2008/06/19/70-536-microsoft-.net-framework-2.0-application-development-foundation-exam.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://blogs.3sharp.com/miker/comments/commentRss/4915.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Developing Workflows using Visual Studio 2008</title>
            <link>http://blogs.3sharp.com/miker/archive/2008/06/13/developing-workflows-using-visual-studio-2008.aspx</link>
            <description>&lt;p&gt;Hi everyone, this is my first post. Microsoft has recently published a few Visual How To's that I wrote about developing Workflows in Visual Studio 2008:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/cc627283.aspx "&gt;Building an Expense Report Approval Workflow for SharePoint Server 2007 Using VS 2008&lt;/a&gt;&lt;/span&gt; &lt;/li&gt;
    &lt;li&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/cc627285.aspx "&gt;Configuring and Deploying Workflows to SharePoint Server 2007 Using a Solution Package&lt;/a&gt;&lt;/span&gt; &lt;/li&gt;
    &lt;li&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/cc627284.aspx "&gt;Creating Custom Workflow Activities for SharePoint Server 2007 Using Visual Studio 2008&lt;/a&gt;&lt;/span&gt; &lt;/li&gt;
    &lt;li&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/cc700334.aspx "&gt;Building State Machine Document Approval Workflows for SharePoint Server 2007 Using Visual Studio 2008&lt;/a&gt;&lt;/span&gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Hope you find these articles useful in developing Workflows using Visual Studio 2008. Until next time, happy coding!&lt;/p&gt;&lt;img src="http://blogs.3sharp.com/miker/aggbug/4908.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mike Rand</dc:creator>
            <guid>http://blogs.3sharp.com/miker/archive/2008/06/13/developing-workflows-using-visual-studio-2008.aspx</guid>
            <pubDate>Fri, 13 Jun 2008 13:14:25 GMT</pubDate>
            <wfw:comment>http://blogs.3sharp.com/miker/comments/4908.aspx</wfw:comment>
            <comments>http://blogs.3sharp.com/miker/archive/2008/06/13/developing-workflows-using-visual-studio-2008.aspx#feedback</comments>
            <wfw:commentRss>http://blogs.3sharp.com/miker/comments/commentRss/4908.aspx</wfw:commentRss>
        </item>
    </channel>
</rss>