<?xml version="1.0" encoding="UTF-8"?>
<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>Edwin Vriethoff &#187; BizTalk</title>
	<atom:link href="http://edwin.vriethoff.net/category/biztalk/feed/" rel="self" type="application/rss+xml" />
	<link>http://edwin.vriethoff.net</link>
	<description>Edwin Vriethoff</description>
	<lastBuildDate>Fri, 04 Jun 2010 06:16:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to get a good visual presentation of the SharePoint 2010 Visio Web Access web part.</title>
		<link>http://edwin.vriethoff.net/2010/06/03/how-to-get-a-good-visual-presentation-of-the-sharepoint-2010-visio-web-access-web-part/</link>
		<comments>http://edwin.vriethoff.net/2010/06/03/how-to-get-a-good-visual-presentation-of-the-sharepoint-2010-visio-web-access-web-part/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 15:27:02 +0000</pubDate>
		<dc:creator>Edwin Vriethoff</dc:creator>
				<category><![CDATA[BizTalk]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[KPI]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Positioning]]></category>
		<category><![CDATA[rendering]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[Visio]]></category>
		<category><![CDATA[web part]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://edwin.vriethoff.net/?p=443</guid>
		<description><![CDATA[A great new feature of SharePoint 2010, is the online rendering of Visio forms. It allows you to visualize process status information and it also offers more advanced options for KPI visualization.
However, the default display behavior of the Visio Web Access part is a bit nasty, especially when you try to display information inline of [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://edwin.vriethoff.net/wp-content/visio_logo.png" alt="visio_logo" title="visio_logo" width="77" height="77" class="alignnone size-full wp-image-451" align="left"/>A great new feature of SharePoint 2010, is the online rendering of Visio forms. It allows you to visualize process status information and it also offers more advanced options for KPI visualization.</p>
<p>However, the default display behavior of the Visio Web Access part is a bit nasty, especially when you try to display information inline of the page. The content position of the Visio document is positioned completely wrong and the user has to correct the zoom or even has to drag the information. As you can see in the example below, my Visio information is shown incorrectly.</p>
<p><a href="http://edwin.vriethoff.net/wp-content/visio_display_problem.png"  target="_blank"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="visio_display_problem" src="http://edwin.vriethoff.net/wp-content/visio_display_problem_thumb.png" border="0" alt="visio_display_problem" width="320" height="217" /></a></p>
<p>This problem can be fixed by modifying the XML configuration of the web part. Before you can modify the XML configuration, make sure you enable the checkbox of the web part option &#8220;Override the Web Drawing&#8217;s default initial view using the web part&#8217;s current page, pan and zoom&#8221;. Never turn off this option again, because it will completely reset the view settings in the xml.</p>
<p><a href="http://edwin.vriethoff.net/wp-content/visio_display_problem_webpart_settings.png"  target="_blank"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="visio_display_problem_webpart_settings" src="http://edwin.vriethoff.net/wp-content/visio_display_problem_webpart_settings_thumb.png" border="0" alt="visio_display_problem_webpart_settings" width="209" height="320" /></a></p>
<p>After you have saved the web part with the override setting, export it to your desktop and open it in an editor. Notepad will do fine. Search inside the XML for a property called &#8220;ViewSettings&#8221;.</p>
<div class="code">
&lt;property name=&#8221;HelpUrl&#8221; type=&#8221;string&#8221; /&gt;<br />
&lt;property name=&#8221;ExportMode&#8221; type=&#8221;exportmode&#8221;&gt;All&lt;/property&gt;</p>
<div style='background-color: yellow;'>&lt;property name=&#8221;ViewSettings&#8221; type=&#8221;string&#8221;&gt;{&#8221;pageIndex&#8221;:0,&#8221;viewBounds&#8221;:{&#8221;x&#8221;:120,&#8221;y&#8221;:0,&#8221;width&#8221;:489, &#8220;height&#8221;:175},&#8221;zoomValue&#8221;:90}&lt;/property&gt;</div>
<p>&lt;property name=&#8221;OverrideViewSettings&#8221; type=&#8221;bool&#8221;&gt;True&lt;/property&gt;<br />
&lt;property name=&#8221;AllowClose&#8221; type=&#8221;bool&#8221;&gt;True&lt;/property&gt;
</p></div>
<p>This property allows you to alter the default display option of the web part, but only when the property &#8220;OverrideViewSettings&#8221; is set to true. Try to play around with the X and Y setting and perhaps the zoomValue. Save the web part file and import it again to your page. You might have to repeat the process a few times to get it right, but after a few tries the web part will show your information correctly. This way Visio is a great option to show KPI information.</p>
<p><a href="http://edwin.vriethoff.net/wp-content/visio_display_problem_corrected.png"  target="_blank"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="visio_display_problem_corrected" src="http://edwin.vriethoff.net/wp-content/visio_display_problem_corrected_thumb.png" border="0" alt="visio_display_problem_corrected" width="320" height="208" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://edwin.vriethoff.net/2010/06/03/how-to-get-a-good-visual-presentation-of-the-sharepoint-2010-visio-web-access-web-part/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft BizTalk Server 2006 Documentation Update</title>
		<link>http://edwin.vriethoff.net/2007/03/04/microsoft-biztalk-server-2006-documentation-update/</link>
		<comments>http://edwin.vriethoff.net/2007/03/04/microsoft-biztalk-server-2006-documentation-update/#comments</comments>
		<pubDate>Sun, 04 Mar 2007 18:57:55 +0000</pubDate>
		<dc:creator>Edwin Vriethoff</dc:creator>
				<category><![CDATA[BizTalk]]></category>

		<guid isPermaLink="false">http://intobiztalk.vriethoff.net/2007/03/04/microsoft-biztalk-server-2006-documentation-update/</guid>
		<description><![CDATA[At 26 February 2007 Microsoft released a new version of the BizTalk Server 2006 documentation. It also contains updated tutorials   to fix the errors in the old ones. You can download the new documentation at the Microsoft website in a 43mb download.
]]></description>
			<content:encoded><![CDATA[<p>At 26 February 2007 Microsoft released a new version of the BizTalk Server 2006 documentation. It also contains updated tutorials <img src='http://edwin.vriethoff.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  to fix the errors in the old ones. You can download the new documentation <a href="http://www.microsoft.com/downloads/details.aspx?familyid=3294ddaf-9f67-409f-a92d-2f6070dc0d1a&#038;displaylang=en" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.microsoft.com');" target="_blank">at the Microsoft website in a 43mb download</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://edwin.vriethoff.net/2007/03/04/microsoft-biztalk-server-2006-documentation-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learn BizTalk with the free trial and tutorials</title>
		<link>http://edwin.vriethoff.net/2007/02/26/learn-biztalk-with-the-free-trial-and-tutorials/</link>
		<comments>http://edwin.vriethoff.net/2007/02/26/learn-biztalk-with-the-free-trial-and-tutorials/#comments</comments>
		<pubDate>Mon, 26 Feb 2007 09:11:31 +0000</pubDate>
		<dc:creator>Edwin Vriethoff</dc:creator>
				<category><![CDATA[BizTalk]]></category>
		<category><![CDATA[BAM]]></category>
		<category><![CDATA[course]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[trial]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://intobiztalk.vriethoff.net/2007/02/26/learn-biztalk-with-the-free-trial-and-tutorials/</guid>
		<description><![CDATA[During the Microsoft Partner Academy BizTalk class I was working with Lesson 5 (BAM) of the online Microsoft BizTalk tutorials. Out of interest I started to follow the complete course from the beginning.
The tutorials guide you through most BizTalk aspect which a beginning BizTalker should know, in fact it covers almost everything I learned from [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://intobiztalk.vriethoff.net/wp-content/study_mouse_tutorials1.jpg' alt='Study with a mouse' align='left' />During the <a href="/2007/01/12/microsoft-partner-academy-whats-new-in-biztalk-server-2006/">Microsoft Partner Academy BizTalk class</a> I was working with Lesson 5 (BAM) of the online Microsoft BizTalk tutorials. Out of interest I started to follow the complete course from the beginning.</p>
<p><a href="/2007/01/20/biztalk-2006-starter-tutorials/">The tutorials</a> guide you through most BizTalk aspect which a beginning BizTalker should know, in fact it covers almost everything I learned from my paid BizTalk course, but these tutorials are free! </p>
<p>So if you would like to get a hang of BizTalk, grab yourself a <a href="http://www.microsoft.com/biztalk/evaluation/trial/default.mspx" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.microsoft.com');" target="_blank">120 day trial copy of BizTalk</a> and download <a href="/2007/01/20/biztalk-2006-starter-tutorials/">the tutorials</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://edwin.vriethoff.net/2007/02/26/learn-biztalk-with-the-free-trial-and-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The BizTalk 2006 Pre-requisites CAB files</title>
		<link>http://edwin.vriethoff.net/2007/02/22/the-biztalk-2006-pre-requisites-cab-files/</link>
		<comments>http://edwin.vriethoff.net/2007/02/22/the-biztalk-2006-pre-requisites-cab-files/#comments</comments>
		<pubDate>Thu, 22 Feb 2007 14:28:12 +0000</pubDate>
		<dc:creator>Edwin Vriethoff</dc:creator>
				<category><![CDATA[BizTalk]]></category>
		<category><![CDATA[32 bit]]></category>
		<category><![CDATA[64 bit]]></category>
		<category><![CDATA[cab files]]></category>
		<category><![CDATA[pre-requisites]]></category>
		<category><![CDATA[windows server]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://intobiztalk.vriethoff.net/2007/02/22/the-biztalk-2006-pre-requisites-cab-files/</guid>
		<description><![CDATA[Today I was installing BizTalk 2006 on my machine and I needed to find the Pre-requisites cab files. Below are the locations for the cab files:

Windows 2003 Server 32-bit / 64-bit
Windows XP 32-bit / 64-bit
Windows 2000 Server 32-bit / 64-bit

*update 23-02-2006*
You won&#8217;t need these CAB files if you have an internet connection during the installation. [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was installing BizTalk 2006 on my machine and I needed to find the Pre-requisites cab files. Below are the locations for the cab files:</p>
<ul>
<li>Windows 2003 Server <a href="http://go.microsoft.com/fwlink/?LinkId=54668" onclick="javascript:pageTracker._trackPageview('/outbound/article/go.microsoft.com');">32-bit</a> / <a href="http://go.microsoft.com/fwlink/?LinkId=54659" onclick="javascript:pageTracker._trackPageview('/outbound/article/go.microsoft.com');">64-bit</a></li>
<li>Windows XP <a href="http://go.microsoft.com/fwlink/?LinkId=54686" onclick="javascript:pageTracker._trackPageview('/outbound/article/go.microsoft.com');">32-bit</a> / <a href="http://go.microsoft.com/fwlink/?LinkId=54677" onclick="javascript:pageTracker._trackPageview('/outbound/article/go.microsoft.com');">64-bit</a></li>
<li>Windows 2000 Server <a href="http://go.microsoft.com/fwlink/?LinkId=54695" onclick="javascript:pageTracker._trackPageview('/outbound/article/go.microsoft.com');">32-bit</a> / <a href="http://go.microsoft.com/fwlink/?LinkId=54704" onclick="javascript:pageTracker._trackPageview('/outbound/article/go.microsoft.com');">64-bit</a></li>
</ul>
<p>*update 23-02-2006*<br />
You won&#8217;t need these CAB files if you have an internet connection during the installation. The installer will download and install the required files automatically for you when there is an internet connection.</p>
]]></content:encoded>
			<wfw:commentRss>http://edwin.vriethoff.net/2007/02/22/the-biztalk-2006-pre-requisites-cab-files/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Microsoft Partner Academy What&#8217;s New in BizTalk Server 2006</title>
		<link>http://edwin.vriethoff.net/2007/01/12/microsoft-partner-academy-whats-new-in-biztalk-server-2006/</link>
		<comments>http://edwin.vriethoff.net/2007/01/12/microsoft-partner-academy-whats-new-in-biztalk-server-2006/#comments</comments>
		<pubDate>Fri, 12 Jan 2007 20:02:28 +0000</pubDate>
		<dc:creator>Edwin Vriethoff</dc:creator>
				<category><![CDATA[BizTalk]]></category>

		<guid isPermaLink="false">http://tempbiz.vriethoff.net/?p=4</guid>
		<description><![CDATA[A few weeks ago I received an email from my manager about a limited seat, distance learning class for BizTalk. I did not sign in for it because I was busy with moving into my new home and I was studying for the BizTalk 70-235 exam.
Today I decided to still participate in the &#8220;Microsoft Partner [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago I received an email from my manager about a <a href="http://www.mspacademy.com/BTS201.aspx" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.mspacademy.com');" target="_blank"><font color="#093073">limited seat, distance learning class</font></a> for BizTalk. I did not sign in for it because I was busy with moving into my new home and I was studying for the BizTalk 70-235 exam.</p>
<p>Today I decided to still participate in the &#8220;Microsoft Partner Academy What&#8217;s New in BizTalk Server 2006 class&#8221;. I&#8217;m a developer and the class is designed for technical pre-sales audiences, but it can never harm to learn the overall view of the product instead of only knowing the technical ins and outs.</p>
<p>The course focuses on delivering the business value of Microsoft products and technology to customers, which will provide info about the new features of BizTalk 2006 such as setup and configuration, Windows Server support, management and operations, and business users and developer empowerment.</p>
<p>The class is given by experienced Microsoft Technical Specialists. At the end of week 4 I have to prepare a solution for a prepared customer scenario, which will be reviewed and rated.</p>
<p>I will post my experiences during the course on this blog. The class runs from January 22 through March 9.</p>
]]></content:encoded>
			<wfw:commentRss>http://edwin.vriethoff.net/2007/01/12/microsoft-partner-academy-whats-new-in-biztalk-server-2006/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

