<?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/"
	>

<channel>
	<title>Marc Gregoire's Blog</title>
	<atom:link href="http://www.nuonsoft.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nuonsoft.com/blog</link>
	<description>Sharing my software development progress + other interesting things.</description>
	<pubDate>Fri, 30 Jul 2010 08:32:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The C++0x Range-Based For Loop</title>
		<link>http://www.nuonsoft.com/blog/2010/07/30/the-c0x-range-based-for-loop/</link>
		<comments>http://www.nuonsoft.com/blog/2010/07/30/the-c0x-range-based-for-loop/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 08:32:47 +0000</pubDate>
		<dc:creator>Marc Gregoire</dc:creator>
		
		<category><![CDATA[C++]]></category>

		<category><![CDATA[Software Development]]></category>

		<category><![CDATA[C++0x]]></category>

		<category><![CDATA[range-based for loop]]></category>

		<guid isPermaLink="false">http://www.nuonsoft.com/blog/?p=430</guid>
		<description><![CDATA[C++0x adds a new looping structure: the Range-Based for loop. This makes it easier to loop over elements of lists. It works with standard C arrays and types that have begin() and end() functions returning iterators like almost all STL containers.
Below is an example of a range-based for loop looping over a standard C-style array, [...]]]></description>
			<content:encoded><![CDATA[<p>C++0x adds a new looping structure: the Range-Based for loop. This makes it easier to loop over elements of lists. It works with standard C arrays and types that have begin() and end() functions returning iterators like almost all STL containers.</p>
<p>Below is an example of a range-based for loop looping over a standard C-style array, incrementing each value by 1.</p>
<blockquote>
<pre>int myArray[3] = {1, 2, 3};
for(auto&amp; el : myArray) {
    ++el;
}</pre>
</blockquote>
<p>Note that this example also uses the auto type deduction introduced in C++0x.<br />
Now it&#8217;s only waiting until the C++ compilers start supporting it <img src='http://www.nuonsoft.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nuonsoft.com%2Fblog%2F2010%2F07%2F30%2Fthe-c0x-range-based-for-loop%2F&amp;linkname=The%20C%2B%2B0x%20Range-Based%20For%20Loop"><img src="http://www.nuonsoft.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.nuonsoft.com/blog/2010/07/30/the-c0x-range-based-for-loop/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Office 2010 and SharePoint Server 2010 Launched for Business Customers</title>
		<link>http://www.nuonsoft.com/blog/2010/05/13/office-2010-and-sharepoint-server-2010-launched-for-business-customers/</link>
		<comments>http://www.nuonsoft.com/blog/2010/05/13/office-2010-and-sharepoint-server-2010-launched-for-business-customers/#comments</comments>
		<pubDate>Thu, 13 May 2010 08:20:17 +0000</pubDate>
		<dc:creator>Marc Gregoire</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[office]]></category>

		<category><![CDATA[office 2010]]></category>

		<category><![CDATA[project]]></category>

		<category><![CDATA[sharepoint]]></category>

		<category><![CDATA[visio]]></category>

		<guid isPermaLink="false">http://www.nuonsoft.com/blog/?p=427</guid>
		<description><![CDATA[Microsoft has launched the following products for business customers:

Office 2010
SharePoint Server 2010
Visio 2010
Project 2010

&#8220;Microsoft’s Office 2010 and SharePoint 2010 beta programs were the largest ever, with three times the number of participants compared with the Office 2007 beta program. As a result, 8.6 million people are already using Office 2010 and related products. In addition, [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has launched the following products for business customers:</p>
<ul>
<li>Office 2010</li>
<li>SharePoint Server 2010</li>
<li>Visio 2010</li>
<li>Project 2010</li>
</ul>
<blockquote><p>&#8220;Microsoft’s Office 2010 and SharePoint 2010 beta programs were the largest ever, with three times the number of participants compared with the Office 2007 beta program. As a result, 8.6 million people are already using Office 2010 and related products. In addition, more than 1,000 partners are already building solutions for the 2010 set of products.&#8221;</p></blockquote>
<p>Right now it&#8217;s available in 14 languages. In the next few months it will become available in 94 languages.</p>
<p><a href="http://www.microsoft.com/Presspass/press/2010/may10/05-12Office2010AvailablePR.mspx" target="_blank">Read the full press release.</a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nuonsoft.com%2Fblog%2F2010%2F05%2F13%2Foffice-2010-and-sharepoint-server-2010-launched-for-business-customers%2F&amp;linkname=Office%202010%20and%20SharePoint%20Server%202010%20Launched%20for%20Business%20Customers"><img src="http://www.nuonsoft.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.nuonsoft.com/blog/2010/05/13/office-2010-and-sharepoint-server-2010-launched-for-business-customers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Windows Phone Developer Tools CTP is Compatible with Visual Studio 2010 RTM</title>
		<link>http://www.nuonsoft.com/blog/2010/04/30/new-windows-phone-developer-tools-ctp-is-compatible-with-visual-studio-2010-rtm/</link>
		<comments>http://www.nuonsoft.com/blog/2010/04/30/new-windows-phone-developer-tools-ctp-is-compatible-with-visual-studio-2010-rtm/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 08:12:45 +0000</pubDate>
		<dc:creator>Marc Gregoire</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Software Development]]></category>

		<category><![CDATA[Visual Studio]]></category>

		<category><![CDATA[Visual Studio 2010]]></category>

		<category><![CDATA[Windows Phone 7]]></category>

		<category><![CDATA[WP7]]></category>

		<guid isPermaLink="false">http://www.nuonsoft.com/blog/?p=422</guid>
		<description><![CDATA[Microsoft has just released a refreshed version of the Windows Phone Developer Tools CTP. The biggest change is that it is now compatible with the final version of Visual Studio 2010 RTM  
The CTP includes the following components:

Visual Studio 2010 Express for Windows Phone CTP
Windows Phone Emulator CTP
Silverlight for Windows Phone CTP
XNA Game Studio [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has just released a refreshed version of the Windows Phone Developer Tools CTP. The biggest change is that it is now compatible with the final version of Visual Studio 2010 RTM <img src='http://www.nuonsoft.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The CTP includes the following components:</p>
<ul>
<li>Visual Studio 2010 Express for Windows Phone CTP</li>
<li>Windows Phone Emulator CTP</li>
<li>Silverlight for Windows Phone CTP</li>
<li>XNA Game Studio 4.0 CTP</li>
</ul>
<p>Get it <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=cabcd5ed-7dfc-4731-9d7e-3220603cad14&amp;displaylang=en" target="_blank">here</a>.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nuonsoft.com%2Fblog%2F2010%2F04%2F30%2Fnew-windows-phone-developer-tools-ctp-is-compatible-with-visual-studio-2010-rtm%2F&amp;linkname=New%20Windows%20Phone%20Developer%20Tools%20CTP%20is%20Compatible%20with%20Visual%20Studio%202010%20RTM"><img src="http://www.nuonsoft.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.nuonsoft.com/blog/2010/04/30/new-windows-phone-developer-tools-ctp-is-compatible-with-visual-studio-2010-rtm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Technical Editor for &#8220;Ivor Horton&#8217;s Beginning Visual C++ 2010&#8243;</title>
		<link>http://www.nuonsoft.com/blog/2010/04/19/technical-editor-for-ivor-hortons-beginning-visual-c-2010/</link>
		<comments>http://www.nuonsoft.com/blog/2010/04/19/technical-editor-for-ivor-hortons-beginning-visual-c-2010/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 10:44:52 +0000</pubDate>
		<dc:creator>Marc Gregoire</dc:creator>
		
		<category><![CDATA[C++]]></category>

		<category><![CDATA[MFC]]></category>

		<category><![CDATA[Software Development]]></category>

		<category><![CDATA[Visual C++ 2010]]></category>

		<guid isPermaLink="false">http://www.nuonsoft.com/blog/?p=418</guid>
		<description><![CDATA[I was technical editor for the book &#8220;Ivor Horton&#8217;s Beginning Visual C++ 2010&#8220;, published by Wiley. According to the author:
I would particularly like to thank my technical editor, Marc Gregoire, for doing such an outstanding job of reviewing the text and checking out all the code fragments and examples in the book. His many constructive [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="Book Cover" src="http://www.nuonsoft.com/images/blog/beginning_vc_book_cover.jpg" alt="" width="300" height="377" />I was technical editor for the book &#8220;<a href="http://www.wiley.com/WileyCDA/WileyTitle/productCd-0470500883.html" target="_blank">Ivor Horton&#8217;s Beginning Visual C++ 2010</a>&#8220;, published by Wiley. According to the author:</p>
<blockquote><p>I would particularly like to thank my technical editor, Marc Gregoire, for doing such an outstanding job of reviewing the text and checking out all the code fragments and examples in the book. His many constructive comments and suggestions for better ways of presenting the material has undoubtedly made the book a much better tutorial.</p></blockquote>
<p>Below is a description of what you can expect from the book.</p>
<p>By following author Ivor Horton&#8217;s accessible tutorial approach and detailed examples you can quickly become an effective C++ programmer. Thoroughly updated for the 2010 release, this book introduces you to the latest development environment and teached you how to build real-world applications using Visual C++. With this book by your side, you are well on your way to writing applications in both versions of C++ and becoming a successful C++ programmer.</p>
<p>Ivor Horton&#8217;s Beginning Visual C++ 2010:</p>
<ul>
<li>Teaches the essentials of C++ programming using both of the C++ language technologies supported by Visual C++ 2010.</li>
<li>Shares techniques for finding errors in C++ programs and explains general debugging principles.</li>
<li>Discusses the structure and essential elements that are present in every Windows application.</li>
<li>Demonstrates how to develop native Windows applications using the Microsoft Foundation Classes.</li>
<li>Guides you through designing and creating substantial Windows applications in both C++ and C++/CLI.</li>
<li>Features numerous working examples and exercises that help build programming skills.</li>
</ul>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nuonsoft.com%2Fblog%2F2010%2F04%2F19%2Ftechnical-editor-for-ivor-hortons-beginning-visual-c-2010%2F&amp;linkname=Technical%20Editor%20for%20%26%238220%3BIvor%20Horton%26%238217%3Bs%20Beginning%20Visual%20C%2B%2B%202010%26%238243%3B"><img src="http://www.nuonsoft.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.nuonsoft.com/blog/2010/04/19/technical-editor-for-ivor-hortons-beginning-visual-c-2010/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Visual Studio 2010 RTM not Compatible with the Windows Phone Developer Tools CTP</title>
		<link>http://www.nuonsoft.com/blog/2010/04/14/visual-studio-2010-rtm-not-compatible-with-the-windows-phone-developer-tools-ctp/</link>
		<comments>http://www.nuonsoft.com/blog/2010/04/14/visual-studio-2010-rtm-not-compatible-with-the-windows-phone-developer-tools-ctp/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 14:28:15 +0000</pubDate>
		<dc:creator>Marc Gregoire</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Software Development]]></category>

		<category><![CDATA[Visual Studio]]></category>

		<category><![CDATA[Visual Studio 2010]]></category>

		<category><![CDATA[Windows Phone 7]]></category>

		<category><![CDATA[WP7]]></category>

		<guid isPermaLink="false">http://www.nuonsoft.com/blog/?p=415</guid>
		<description><![CDATA[A few days ago, Microsoft released Visual Studio 2010. Unfortunately, for the time being, this final version is not compatible with the Windows Phone Developer Tools CTP that was released a while ago. According to Charlie Kindel:
&#8220;If you install the retail (RTM) release of Visual Studio 2010 on the same machine on which you already [...]]]></description>
			<content:encoded><![CDATA[<p>A few days ago, Microsoft released Visual Studio 2010. Unfortunately, for the time being, this final version is not compatible with the Windows Phone Developer Tools CTP that was released a while ago. According to <a href="http://windowsteamblog.com/blogs/wpdev/archive/2010/04/12/visual-studio-2010-rtm-and-the-windows-phone-developer-tools-ctp.aspx?utm_source=twitterfeed&amp;utm_medium=twitter" target="_blank">Charlie Kindel</a>:</p>
<blockquote><p>&#8220;If you install the retail (RTM) release of Visual Studio 2010 on the same machine on which you already have the Windows Phone Developer Tools CTP, you will be unable to build your Windows Phone projects.  Further, while the Windows Phone project type will continue to appear in the File/New dialog, you will not be able to build Windows Phone 7 applications.&#8221;</p></blockquote>
<p>The Windows Phone Developer Tools are being updated and a version that supports the final version of Visual Studio 2010 will be released in a few weeks.</p>
<p>In the meantime, <a href="http://windowsteamblog.com/blogs/wpdev/archive/2010/04/12/visual-studio-2010-rtm-and-the-windows-phone-developer-tools-ctp.aspx?utm_source=twitterfeed&amp;utm_medium=twitter" target="_blank">Charlie Kindel</a> recommends the following if you need the retail version of Visual Studio 2010 together with the Windows Phone Developer Tools CTP:</p>
<ul>
<li>Install Visual Studio 2010 to a VPC image</li>
<li>Install Visual Studio 2010  on another machine</li>
</ul>
<p>Note that installing the Windows Phone Developer Tools CTP to a VPC image is not supported.</p>
<p><a href="http://www.microsoft.com/windowsmobile/en-us/cmpn/vslaunch/default.mspx" target="_blank">Register here</a> to be informed when an updated version of the Windows Phone Developer Tools is released.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nuonsoft.com%2Fblog%2F2010%2F04%2F14%2Fvisual-studio-2010-rtm-not-compatible-with-the-windows-phone-developer-tools-ctp%2F&amp;linkname=Visual%20Studio%202010%20RTM%20not%20Compatible%20with%20the%20Windows%20Phone%20Developer%20Tools%20CTP"><img src="http://www.nuonsoft.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.nuonsoft.com/blog/2010/04/14/visual-studio-2010-rtm-not-compatible-with-the-windows-phone-developer-tools-ctp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft Visual Studio 2010 and .NET Framework 4 Released</title>
		<link>http://www.nuonsoft.com/blog/2010/04/12/microsoft-visual-studio-2010-and-net-framework-4-released/</link>
		<comments>http://www.nuonsoft.com/blog/2010/04/12/microsoft-visual-studio-2010-and-net-framework-4-released/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 14:34:16 +0000</pubDate>
		<dc:creator>Marc Gregoire</dc:creator>
		
		<category><![CDATA[.NET]]></category>

		<category><![CDATA[C++]]></category>

		<category><![CDATA[MFC]]></category>

		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Software Development]]></category>

		<category><![CDATA[csharp]]></category>

		<category><![CDATA[Silverlight]]></category>

		<category><![CDATA[Visual C++ 2010]]></category>

		<category><![CDATA[Visual Studio]]></category>

		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://www.nuonsoft.com/blog/?p=408</guid>
		<description><![CDATA[

Today, Microsoft released Visual Studio 2010 and the .NET Framework 4. A lot of new features are included. One of them is a completely new editor.
&#8220;Visual Studio 2010 and .NET Framework 4 have something for every developer. The new editor, now using Windows Presentation Foundation, delivers a more flexible, feature-rich environment that supports concepts such [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img title="VS2010" src="http://www.nuonsoft.com/images/blog/VS2010logo_web.jpg" alt="" width="547" height="81" /></p>
<p style="text-align: center;"><img title=".NET Framework" src="http://www.nuonsoft.com/images/blog/ms_net_rgb_web.jpg" alt="" width="328" height="80" /></p>
<p>Today, Microsoft released Visual Studio 2010 and the .NET Framework 4. A lot of new features are included. One of them is a completely new editor.</p>
<blockquote><p>&#8220;Visual Studio 2010 and .NET Framework 4 have something for every developer. The new editor, now using Windows Presentation Foundation, delivers a more flexible, feature-rich environment that supports concepts such as the use of multiple monitors. This enables a developer to have one monitor with code, another with the user interface designer, and yet another with database structure.&#8221;</p></blockquote>
<p>Visual C++ 2010 also includes a lot of new features, some of them are:</p>
<ul>
<li>MSBuild and multi-targeting</li>
<li>IntelliSense and Browsing (#include auto completion, call hierarchy, red squiggles, find all references, class wizard)</li>
<li>C++ compiler changes (static_assert, auto keyword, lambda, decltype, rvalue references)</li>
<li>Ribbon designer</li>
<li>Deployment changes</li>
<li>Task dialog support</li>
<li>Restart manager support</li>
</ul>
<p>Read the full press release <a href="http://www.microsoft.com/presspass/press/2010/apr10/04-11VS10PR.mspx" target="_blank">here</a> or watch <a href="http://www.microsoft.com/visualstudio/en-us/watch-it-live" target="_blank">the keynote</a>.</p>
<p>Later this week, Silverlight 4 will also be released to the web (RTW). At that time, an update for Visual Studio 2010 will also become available that will allow you to develop applications using Silverlight 4.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nuonsoft.com%2Fblog%2F2010%2F04%2F12%2Fmicrosoft-visual-studio-2010-and-net-framework-4-released%2F&amp;linkname=Microsoft%20Visual%20Studio%202010%20and%20.NET%20Framework%204%20Released"><img src="http://www.nuonsoft.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.nuonsoft.com/blog/2010/04/12/microsoft-visual-studio-2010-and-net-framework-4-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Overview of New Features in Visual C++ 2010</title>
		<link>http://www.nuonsoft.com/blog/2010/04/09/overview-of-new-features-in-visual-c-201/</link>
		<comments>http://www.nuonsoft.com/blog/2010/04/09/overview-of-new-features-in-visual-c-201/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 12:17:16 +0000</pubDate>
		<dc:creator>Marc Gregoire</dc:creator>
		
		<category><![CDATA[C++]]></category>

		<category><![CDATA[MFC]]></category>

		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Software Development]]></category>

		<category><![CDATA[CTaskDialog]]></category>

		<category><![CDATA[restart manager]]></category>

		<category><![CDATA[rvalue references]]></category>

		<category><![CDATA[Task Dialog]]></category>

		<category><![CDATA[Visual C++ 2010]]></category>

		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://www.nuonsoft.com/blog/?p=406</guid>
		<description><![CDATA[A friend of mine, Marius Bancila, wrote several blog posts with details about new features in Visual C++ 2010.
He touches the following features:

MSBuild and multi-targeting
IntelliSense and Browsing (#include auto completion, call hierarchy, red squiggles, find all references, class wizard)
C++ compiler changes (static_assert, auto keyword, lambda, decltype, rvalue references)
Ribbon designer
Deployment changes
Task dialog support
Restart manager support

You can read his [...]]]></description>
			<content:encoded><![CDATA[<p>A friend of mine, Marius Bancila, wrote several blog posts with details about new features in Visual C++ 2010.</p>
<p>He touches the following features:</p>
<ul>
<li>MSBuild and multi-targeting</li>
<li>IntelliSense and Browsing (#include auto completion, call hierarchy, red squiggles, find all references, class wizard)</li>
<li>C++ compiler changes (static_assert, auto keyword, lambda, decltype, rvalue references)</li>
<li>Ribbon designer</li>
<li>Deployment changes</li>
<li>Task dialog support</li>
<li>Restart manager support</li>
</ul>
<p>You can read his posts <a href="http://mariusbancila.ro/blog/2010/04/02/visual-studio-2010-changes-for-vc-summary/" target="_blank">here</a>. They give you a good idea of new features in VC++ 2010 <img src='http://www.nuonsoft.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nuonsoft.com%2Fblog%2F2010%2F04%2F09%2Foverview-of-new-features-in-visual-c-201%2F&amp;linkname=Overview%20of%20New%20Features%20in%20Visual%20C%2B%2B%202010"><img src="http://www.nuonsoft.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.nuonsoft.com/blog/2010/04/09/overview-of-new-features-in-visual-c-201/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Handle Custom URL Protocols with the Microsoft WebBrowser Control</title>
		<link>http://www.nuonsoft.com/blog/2010/04/05/how-to-handle-custom-url-protocols-with-the-microsoft-webbrowser-control/</link>
		<comments>http://www.nuonsoft.com/blog/2010/04/05/how-to-handle-custom-url-protocols-with-the-microsoft-webbrowser-control/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 14:34:26 +0000</pubDate>
		<dc:creator>Marc Gregoire</dc:creator>
		
		<category><![CDATA[C++]]></category>

		<category><![CDATA[IE]]></category>

		<category><![CDATA[MFC]]></category>

		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Software Development]]></category>

		<category><![CDATA[BeforeNavigate2]]></category>

		<category><![CDATA[CExplorer]]></category>

		<category><![CDATA[HTML]]></category>

		<category><![CDATA[URL protocol]]></category>

		<category><![CDATA[Web Browser]]></category>

		<category><![CDATA[WebBrowser]]></category>

		<category><![CDATA[WriteHTML]]></category>

		<guid isPermaLink="false">http://www.nuonsoft.com/blog/?p=401</guid>
		<description><![CDATA[Now that you know &#8220;How To Use the Microsoft WebBrowser Control to Render HTML from Memory&#8221; and &#8220;How To Navigate to an Anchor in the Microsoft WebBrowser Control when Rendering HTML from Memory&#8220;, it&#8217;s time to learn how to handle custom URL protocols to tailor the navigation inside the WebBrowser Control to fit your application. [...]]]></description>
			<content:encoded><![CDATA[<p>Now that you know &#8220;<a href="http://www.nuonsoft.com/blog/2010/03/24/how-to-use-the-microsoft-webbrowser-control-to-render-html-from-memory/">How To Use the Microsoft WebBrowser Control to Render HTML from Memory</a>&#8221; and &#8220;<a href="http://www.nuonsoft.com/blog/2010/04/05/how-to-navigate-to-an-anchor-in-the-microsoft-webbrowser-control-when-rendering-html-from-memory/">How To Navigate to an Anchor in the Microsoft WebBrowser Control when Rendering HTML from Memory</a>&#8220;, it&#8217;s time to learn how to handle custom URL protocols to tailor the navigation inside the WebBrowser Control to fit your application. The following demonstrates a custom URL protocol called &#8220;app&#8221;:</p>
<blockquote>
<pre>&lt;a href="app://some.target"&gt;Test&lt;/a&gt;</pre>
</blockquote>
<p>When you would put this link in a normal Internet Explorer window, clicking the link will generate an error because IE does not know how to handle the APP protocol. The name APP is chosen arbitrarily. You can use whatever you want. Handling these custom protocols in your C++ application is actually pretty simple and it doesn&#8217;t even involve any real COM coding like in the previous articles. The first thing you need to do is to add a handler for the BeforeNavigate2 handler. Open the resource editor and open your dialog with the WebBrowser control. Right click the WebBrowser control and select &#8220;Add Event Handler&#8230;&#8221;. Select “BeforeNavigate2” as message type, select the appropriate class and click “Add and Edit”. This handler will be called right before the WebBrowser control will navigate to a new page. To handle the custom protocol, implement the handler as follows:</p>
<blockquote>
<pre>void CMyDlg::BeforeNavigate2Explorer(LPDISPATCH pDisp, VARIANT* URL, VARIANT* Flags,
    VARIANT* TargetFrameName, VARIANT* PostData, VARIANT* Headers, BOOL* Cancel)
{
    const wchar_t* cpszProtocolName = L"app";
    const wchar_t* cpszProtocolSeparator = L"://";

    // We only handle VT_BSTR.
    if (URL-&gt;vt != VT_BSTR)
        return;

    // Check the protocol of the URL
    CString str = URL-&gt;bstrVal;
    int iPos = str.Find(cpszProtocolSeparator);
    if (iPos == -1)    // Unable to figure out protocol
        return;

    // Extract protocol and check if it's our APP protocol
    CString strProtocol = str.Mid(0, iPos);
    if (strProtocol.CompareNoCase(cpszProtocolName))
        return;    // not our APP protocol

    // It's our APP protocol, so start processing it.
    // Start by preventing Internet Explorer from handling the protocol.
    *Cancel = TRUE;

    // Extract target URL
    CString strTarget = str.Mid(iPos+wcslen(cpszProtocolSeparator));
    strTarget.TrimRight(L"/");

    // Now we are ready to process our protocol.
    // For this demo, I just render a new HTML page with the name
    // of the URL target without the protocol part of the string.
    CString strHTML;
    strHTML.Format(L"My APP protocol processing: \"%s\"", strTarget);
    WriteHTML(strHTML);
}</pre>
</blockquote>
<p>The flow is pretty straightforward. The URL protocol is extracted; if it&#8217;s not our protocol, we let Internet Explorer handle the URL for us. If it is our custom &#8220;APP&#8221; protocol, we first set Cancel to TRUE which will prevent Internet Explorer from handling this URL protocol. Once that is done, we are completely free to implement the handling of the &#8220;APP&#8221; protocol however we want. As demonstration I just write a new HTML document from memory which will just mention that we are processing an &#8220;APP&#8221; protocol URL and that will also display the target part of the URL.</p>
<p>You can quickly test the code with the following piece of <a href="http://www.nuonsoft.com/blog/2010/03/24/how-to-use-the-microsoft-webbrowser-control-to-render-html-from-memory/">HTML rendered from memory</a>:</p>
<blockquote>
<pre>WriteHTML(L"&lt;html&gt;&lt;body&gt;"
    L"&lt;p&gt;&lt;a href=\"app://FirstAppProtocolTestLink\"&gt;test 1&lt;/a&gt;&lt;/p&gt;"
    L"&lt;p&gt;&lt;a href=\"APP://SecondAppProtocolTestLink.Withdots\"&gt;test 2&lt;/a&gt;&lt;/p&gt;"
    L"&lt;/body&gt;&lt;/html&gt;");</pre>
</blockquote>
<p>Run the application, click on the &#8220;test 1&#8243; or &#8220;test 2&#8243; link and see what happens.</p>
<p>That&#8217;s it for handling custom URL protocols in C++ <img src='http://www.nuonsoft.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nuonsoft.com%2Fblog%2F2010%2F04%2F05%2Fhow-to-handle-custom-url-protocols-with-the-microsoft-webbrowser-control%2F&amp;linkname=How%20To%20Handle%20Custom%20URL%20Protocols%20with%20the%20Microsoft%20WebBrowser%20Control"><img src="http://www.nuonsoft.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.nuonsoft.com/blog/2010/04/05/how-to-handle-custom-url-protocols-with-the-microsoft-webbrowser-control/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Navigate to an Anchor in the Microsoft WebBrowser Control when Rendering HTML from Memory</title>
		<link>http://www.nuonsoft.com/blog/2010/04/05/how-to-navigate-to-an-anchor-in-the-microsoft-webbrowser-control-when-rendering-html-from-memory/</link>
		<comments>http://www.nuonsoft.com/blog/2010/04/05/how-to-navigate-to-an-anchor-in-the-microsoft-webbrowser-control-when-rendering-html-from-memory/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 10:37:21 +0000</pubDate>
		<dc:creator>Marc Gregoire</dc:creator>
		
		<category><![CDATA[C++]]></category>

		<category><![CDATA[Internet Explorer]]></category>

		<category><![CDATA[MFC]]></category>

		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Software Development]]></category>

		<category><![CDATA[anchor]]></category>

		<category><![CDATA[CExplorer]]></category>

		<category><![CDATA[HTML]]></category>

		<category><![CDATA[scrolling]]></category>

		<category><![CDATA[Web Browser]]></category>

		<category><![CDATA[WebBrowser]]></category>

		<category><![CDATA[WriteHTML]]></category>

		<guid isPermaLink="false">http://www.nuonsoft.com/blog/?p=397</guid>
		<description><![CDATA[In my previous blog entry titled &#8220;How To Use the Microsoft WebBrowser Control to Render HTML from Memory&#8221; I described a method how you could use the Microsoft WebBrowser Control to display HTML from memory. One commenter said that it was not possible to navigate to an anchor in the body onload handler. I did [...]]]></description>
			<content:encoded><![CDATA[<p>In my previous blog entry titled &#8220;<a href="http://www.nuonsoft.com/blog/2010/03/24/how-to-use-the-microsoft-webbrowser-control-to-render-html-from-memory/">How To Use the Microsoft WebBrowser Control to Render HTML from Memory</a>&#8221; I described a method how you could use the Microsoft WebBrowser Control to display HTML from memory. One commenter said that it was not possible to navigate to an anchor in the body onload handler. I did some research and it seems all navigation within the rendered page is not working. For example, the following piece of HTML code will not work correctly:</p>
<blockquote>
<pre>&lt;a href="#n25"&gt;Jump to anchor n25&lt;/a&gt;
&lt;a name="n25"&gt;25&lt;/a&gt;</pre>
</blockquote>
<p>It took me a while to find a workaround, so that&#8217;s why I&#8217;m posting it now for other people to use. Basically, we cannot use the standard navigation techniques. I tried several possible workaround and the only one that I got working properly is by manually scrolling the window until the requested anchor is visible. It sounds complicated, but it really works pretty nicely. I wrote this little wrapper function to do all the hard work.</p>
<blockquote>
<pre>void CMyDlg::ScrollToAnchor(const wchar_t* anchor)
{
    IDispatch* pHtmlDoc = m_explorer.get_Document();
    if (!pHtmlDoc)
        return;
    CComPtr&lt;IHTMLDocument2&gt; doc2;
    doc2.Attach((IHTMLDocument2*)pHtmlDoc);
    if (doc2)
    {
        CComPtr&lt;IHTMLElementCollection&gt; anchors;
        HRESULT hr = doc2-&gt;get_anchors(&amp;anchors);
        if (SUCCEEDED(hr) &amp;&amp; anchors)
        {
            _variant_t index = 0;
            _variant_t str = anchor;
            IDispatch *pdisp;
            hr = anchors-&gt;item(str, index, &amp;pdisp);
            if (SUCCEEDED(hr) &amp;&amp; pdisp)
            {
                CComPtr&lt;IHTMLElement&gt; el;
                hr = pdisp-&gt;QueryInterface(IID_IHTMLElement, (void**)&amp;el);
                if (SUCCEEDED(hr) &amp;&amp; el)
                {
                    long yTotal = 0;
                    while (1)
                    {
                        long y;
                        el-&gt;get_offsetTop(&amp;y);
                        yTotal += y;
                        CComPtr&lt;IHTMLElement&gt; el2;
                        hr = el-&gt;get_offsetParent(&amp;el2);
                        if (SUCCEEDED(hr) &amp;&amp; el2)
                            el = el2;
                        else
                            break;
                    }
                    CComPtr&lt;IHTMLWindow2&gt; wnd;
                    hr = doc2-&gt;get_parentWindow(&amp;wnd);
                    if (SUCCEEDED(hr) &amp;&amp; wnd)
                        wnd-&gt;scrollTo(0, yTotal);
                }
            }
        }
    }
}</pre>
</blockquote>
<p>What it does is it gets a pointer to the document. Then gets a list of all the anchors in the document and get the anchor with the given name out of that list. Once we have the target element, we calculate the offset from the top of the document. This is done in a while loop, because the target anchor could be inside another element like a div or a table. After calculating the offset, we get a pointer to the HTML window and call the scrollTo function to make it scroll to the anchor position.</p>
<p>Now the only thing you need to do is to render your HTML using the method in my <a href="http://www.nuonsoft.com/blog/2010/03/24/how-to-use-the-microsoft-webbrowser-control-to-render-html-from-memory/">previous blog entry</a> and then call this new ScrollToAnchor function with the name of the anchor to which you want to scroll.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nuonsoft.com%2Fblog%2F2010%2F04%2F05%2Fhow-to-navigate-to-an-anchor-in-the-microsoft-webbrowser-control-when-rendering-html-from-memory%2F&amp;linkname=How%20To%20Navigate%20to%20an%20Anchor%20in%20the%20Microsoft%20WebBrowser%20Control%20when%20Rendering%20HTML%20from%20Memory"><img src="http://www.nuonsoft.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.nuonsoft.com/blog/2010/04/05/how-to-navigate-to-an-anchor-in-the-microsoft-webbrowser-control-when-rendering-html-from-memory/feed/</wfw:commentRss>
		</item>
		<item>
		<title>&#8220;Windows Phone 7 Series&#8221; Becomes &#8220;Windows Phone 7&#8243;</title>
		<link>http://www.nuonsoft.com/blog/2010/04/02/windows-phone-7-series-becomes-windows-phone-7/</link>
		<comments>http://www.nuonsoft.com/blog/2010/04/02/windows-phone-7-series-becomes-windows-phone-7/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 18:51:09 +0000</pubDate>
		<dc:creator>Marc Gregoire</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Windows Phone 7]]></category>

		<category><![CDATA[Windows Phone 7 Series]]></category>

		<category><![CDATA[WP7]]></category>

		<category><![CDATA[WP7S]]></category>

		<guid isPermaLink="false">http://www.nuonsoft.com/blog/?p=394</guid>
		<description><![CDATA[It seems Microsoft listened to all the complains about the long name for the new Windows phone. The Microsoft Windows Phone twitter page just had the following message:
&#8220;Tis the season for Series finales. We&#8217;ve got one too - dropping the ‘Series’ and keeping the &#8216;Windows Phone 7.&#8217; Done.&#8221;
Excellent, &#8220;Windows Phone 7&#8243; sounds much better without [...]]]></description>
			<content:encoded><![CDATA[<p>It seems Microsoft listened to all the complains about the long name for the new Windows phone. The <a href="http://twitter.com/windowsphone/status/11493142530" target="_blank">Microsoft Windows Phone twitter page </a>just had the following message:</p>
<blockquote><p>&#8220;Tis the season for Series finales. We&#8217;ve got one too - dropping the ‘Series’ and keeping the &#8216;Windows Phone 7.&#8217; Done.&#8221;</p></blockquote>
<p>Excellent, &#8220;Windows Phone 7&#8243; sounds much better without the strange &#8220;Series&#8221; behind it <img src='http://www.nuonsoft.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nuonsoft.com%2Fblog%2F2010%2F04%2F02%2Fwindows-phone-7-series-becomes-windows-phone-7%2F&amp;linkname=%26%238220%3BWindows%20Phone%207%20Series%26%238221%3B%20Becomes%20%26%238220%3BWindows%20Phone%207%26%238243%3B"><img src="http://www.nuonsoft.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.nuonsoft.com/blog/2010/04/02/windows-phone-7-series-becomes-windows-phone-7/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft MVP VC++ 2010 Award</title>
		<link>http://www.nuonsoft.com/blog/2010/04/02/microsoft-mvp-vc-2010-award/</link>
		<comments>http://www.nuonsoft.com/blog/2010/04/02/microsoft-mvp-vc-2010-award/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 08:30:56 +0000</pubDate>
		<dc:creator>Marc Gregoire</dc:creator>
		
		<category><![CDATA[C++]]></category>

		<category><![CDATA[MVP]]></category>

		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.nuonsoft.com/blog/?p=392</guid>
		<description><![CDATA[I got the confirmation email from Microsoft that my MVP (Most Valuable Professional) award for Visual C++ is extended for 2010  
See my MVP profile.
]]></description>
			<content:encoded><![CDATA[<p>I got the confirmation email from Microsoft that my MVP (Most Valuable Professional) award for Visual C++ is extended for 2010 <img src='http://www.nuonsoft.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="https://mvp.support.microsoft.com/profile/Marc.Gregoire" target="_blank">See my MVP profile</a>.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nuonsoft.com%2Fblog%2F2010%2F04%2F02%2Fmicrosoft-mvp-vc-2010-award%2F&amp;linkname=Microsoft%20MVP%20VC%2B%2B%202010%20Award"><img src="http://www.nuonsoft.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.nuonsoft.com/blog/2010/04/02/microsoft-mvp-vc-2010-award/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Start Developing Applications for Windows Phone 7 Series</title>
		<link>http://www.nuonsoft.com/blog/2010/03/26/start-developing-applications-for-windows-phone-7-series/</link>
		<comments>http://www.nuonsoft.com/blog/2010/03/26/start-developing-applications-for-windows-phone-7-series/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 14:37:26 +0000</pubDate>
		<dc:creator>Marc Gregoire</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Software Development]]></category>

		<category><![CDATA[csharp]]></category>

		<category><![CDATA[Silverlight]]></category>

		<category><![CDATA[Windows Phone 7 Series]]></category>

		<category><![CDATA[WP7S]]></category>

		<category><![CDATA[XNA]]></category>

		<guid isPermaLink="false">http://www.nuonsoft.com/blog/?p=385</guid>
		<description><![CDATA[The Windows Phone Application Platform was revealed at MIX 2010. If you couldn&#8217;t make it to Las Vegas to attend MIX, you can find the keynotes and sessions here. They explain in great details the Windows Phone 7 Series and how to develop applications for it.
The WP7S developer platform contains 2 frameworks:

Silverlight: to make rich [...]]]></description>
			<content:encoded><![CDATA[<p>The Windows Phone Application Platform was revealed at MIX 2010. If you couldn&#8217;t make it to Las Vegas to attend MIX, you can find the keynotes and sessions <a href="http://live.visitmix.com/" target="_blank">here</a>. They explain in great details the Windows Phone 7 Series and how to develop applications for it.</p>
<p>The WP7S developer platform contains 2 frameworks:</p>
<ul>
<li><strong>Silverlight</strong>: to make rich interactive applications</li>
<li><strong>XNA</strong>: to make complex 2D/3D games</li>
</ul>
<p>Code is written in C#.</p>
<p>Everyone can start writing applications for the new phone platform. You only need to download 1 free package. This packages contains:</p>
<ul>
<li>Visual Studio 2010 Express for Windows Phone CTP</li>
<li>Windows Phone Emulator CTP</li>
<li>Silverlight for Windows Phone CTP</li>
<li>XNA 4.0 Game Studio CTP</li>
</ul>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=2338b5d1-79d8-46af-b828-380b0f854203&amp;displaylang=en" target="_blank">Download the package</a> to get started. Only Windows Vista and Windows 7 are officially supported to run the tools. Note that the tools are currently in CTP state so they are not yet final. If you want to use Expression Blend you have to download it separately.</p>
<p>More information can be found on the <a href="http://developer.windowsphone.com/windows-phone-7-series/" target="_blank">Windows Phone 7 Series Developer Site</a>, where you can also find developer guides, more detailed information, Windows Marketplace submission guidelines, forums, a few code samples etc&#8230;</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nuonsoft.com%2Fblog%2F2010%2F03%2F26%2Fstart-developing-applications-for-windows-phone-7-series%2F&amp;linkname=Start%20Developing%20Applications%20for%20Windows%20Phone%207%20Series"><img src="http://www.nuonsoft.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.nuonsoft.com/blog/2010/03/26/start-developing-applications-for-windows-phone-7-series/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Use the Microsoft WebBrowser Control to Render HTML from Memory</title>
		<link>http://www.nuonsoft.com/blog/2010/03/24/how-to-use-the-microsoft-webbrowser-control-to-render-html-from-memory/</link>
		<comments>http://www.nuonsoft.com/blog/2010/03/24/how-to-use-the-microsoft-webbrowser-control-to-render-html-from-memory/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 14:28:57 +0000</pubDate>
		<dc:creator>Marc Gregoire</dc:creator>
		
		<category><![CDATA[C++]]></category>

		<category><![CDATA[IE]]></category>

		<category><![CDATA[Internet Explorer]]></category>

		<category><![CDATA[MFC]]></category>

		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Software Development]]></category>

		<category><![CDATA[CExplorer]]></category>

		<category><![CDATA[DocumentComplete]]></category>

		<category><![CDATA[HTML]]></category>

		<category><![CDATA[Web Browser]]></category>

		<category><![CDATA[WebBrowser]]></category>

		<category><![CDATA[WriteHTML]]></category>

		<guid isPermaLink="false">http://www.nuonsoft.com/blog/?p=380</guid>
		<description><![CDATA[Microsoft has a WebBrowser control that is actually an Internet Explorer control that you can use to display HTML in your own applications. More information about this WebBrowser control can be found on MSDN. By using this control it&#8217;s very easy to display online or offline webpages. However, it&#8217;s not immediately obvious how to make [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has a WebBrowser control that is actually an Internet Explorer control that you can use to display HTML in your own applications. More information about this WebBrowser control can be found on <a href="http://msdn.microsoft.com/en-us/library/aa752040(VS.85).aspx" target="_blank">MSDN</a>. By using this control it&#8217;s very easy to display online or offline webpages. However, it&#8217;s not immediately obvious how to make it display HTML that you might have in a memory buffer. Of course, one solution is to write the HTML to a temporary file and then load that file using the WebBrowser control, but obviously there is a better way for doing this which I will explain below.</p>
<p>The first thing you have to do is to add the WebBrowser control to your dialog. So, in Visual Studio, open the resource editor and then open the dialog onto which you want to put the WebBrowser control. Once the dialog is opened in the resource editor, right click on an empty space on the dialog and select &#8220;Insert ActiveX Control&#8230;&#8221;. This will open a new window in which you can select &#8220;Microsoft Web Browser&#8221; and then click OK. Visual Studio will automatically create a wrapper class for this ActiveX control which will probably be called explorer.h and explorer.cpp while the wrapper class will most likely be called CExplorer.</p>
<p>Now, right click the WebBrowser control on your dialog and select &#8220;Add Variable&#8221;. Make a variable with category set to &#8220;Control&#8221; and with the variable type set to the wrapper class &#8220;CExplorer&#8221; and hit OK.</p>
<p>Now we can start writing code. The first thing required is to load up some basic document; I use about:blank. Do this in your OnInitDialog handler as follows.</p>
<blockquote>
<pre>COleVariant loc(L"about:blank");
m_explorer.Navigate2(loc, NULL, NULL, NULL, NULL); </pre>
</blockquote>
<p>The above is very important. If you don&#8217;t load an initial document, the WebBrowser control will not render any HTML that you try to push to it. This also means that before you can start writing HTML from memory in the WebBrowser control, you have to wait until the initial document has been fully loaded. This can be done with the &#8220;DocumentComplete&#8221; event. In the dialog editor, right the WebBrowser control and click on &#8220;Add Event Handler&#8230;&#8221;. Select &#8220;DocumentComplete&#8221; as message type, select the appropriate class and click &#8220;Add and Edit&#8221;. You can use that handler to change a boolean variable in your code to mark whether the document has been fully loaded. When it is fully loaded you can start writing HTML from memory to it.</p>
<p>Once that is finished, you can add the following helper function:</p>
<blockquote>
<pre>#include &lt;MsHTML.h&gt;
void CMyDlg::WriteHTML(const wchar_t* html)
{
	IDispatch* pHtmlDoc = m_explorer.get_Document();
	if (!pHtmlDoc)
		return;
	CComPtr&lt;IHTMLDocument2&gt; doc2;
	doc2.Attach((IHTMLDocument2*)pHtmlDoc);
	if (!doc2)
		return;
	 // Creates a new one-dimensional array
	SAFEARRAY* psaStrings = SafeArrayCreateVector(VT_VARIANT, 0, 1);
	if (!psaStrings)
		return;
	BSTR bstr = SysAllocString(html);
	if (bstr)
	{
		VARIANT* param;
		HRESULT hr = SafeArrayAccessData(psaStrings, (LPVOID*)&amp;param);
		if (SUCCEEDED(hr))
		{
			param-&gt;vt = VT_BSTR;
			param-&gt;bstrVal = bstr;
			hr = SafeArrayUnaccessData(psaStrings);
			if (SUCCEEDED(hr))
			{
				doc2-&gt;write(psaStrings);
				doc2-&gt;close();
			}
		}
	}
	// SafeArrayDestroy calls SysFreeString for each BSTR!
	if (psaStrings)
		SafeArrayDestroy(psaStrings);
}</pre>
</blockquote>
<p>With the above function, it&#8217;s very easy to dynamically create and display HTML from memory. For example:</p>
<blockquote>
<pre>WriteHTML(L"&lt;html&gt;&lt;body&gt;&lt;h1&gt;My Header&lt;/h1&gt;&lt;p&gt;Some text below the header&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;");</pre>
</blockquote>
<p>Note that the above code is expecting a Unicode build. If you don&#8217;t use Unicode, you need to change the wchar_t types and you need to change the way how you allocate the BSTR variable.</p>
<p>That&#8217;s it. Pretty easy if you know how to do it, but it took me some time to figure it out.</p>
<p><em>[ <strong>Update:</strong> Fixed some typos and added mshtml.h reference. ]</em></p>
<p><em>[ <strong>Update 2:</strong> Added a call to "doc2-&gt;close();" after "doc2-&gt;write()" and added code to check the result of the doc2.Attach() call.</em><em> ]</em></p>
<p><em></em></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nuonsoft.com%2Fblog%2F2010%2F03%2F24%2Fhow-to-use-the-microsoft-webbrowser-control-to-render-html-from-memory%2F&amp;linkname=How%20To%20Use%20the%20Microsoft%20WebBrowser%20Control%20to%20Render%20HTML%20from%20Memory"><img src="http://www.nuonsoft.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.nuonsoft.com/blog/2010/03/24/how-to-use-the-microsoft-webbrowser-control-to-render-html-from-memory/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Windows 2000, XP SP2 and Vista End of Life Support</title>
		<link>http://www.nuonsoft.com/blog/2010/03/18/windows-2000-xp-sp2-and-vista-end-of-life-support/</link>
		<comments>http://www.nuonsoft.com/blog/2010/03/18/windows-2000-xp-sp2-and-vista-end-of-life-support/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 09:38:21 +0000</pubDate>
		<dc:creator>Marc Gregoire</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Vista]]></category>

		<category><![CDATA[End Of Life]]></category>

		<category><![CDATA[Windows]]></category>

		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.nuonsoft.com/blog/?p=377</guid>
		<description><![CDATA[This is a message to everyone who is running an older version of Windows. There are a few End of Life Support dates coming up, so it&#8217;s important to keep that in mind to avoid running unsupported versions of Windows.
Windows 2000 Professional and Windows 2000 Server are approaching 10 years since their launch and both [...]]]></description>
			<content:encoded><![CDATA[<p>This is a message to everyone who is running an older version of Windows. There are a few End of Life Support dates coming up, so it&#8217;s important to keep that in mind to avoid running unsupported versions of Windows.</p>
<p><strong>Windows 2000 Professional</strong> and <strong>Windows 2000 Server</strong> are approaching 10 years since their launch and both products will go out of support on <strong>July 13, 2010</strong>.</p>
<p>Windows XP was launched back in 2001. While support for the product will continue, <strong>Service Pack 2 </strong>will go out of support on <strong>July 13, 2010</strong>. From that date onwards, Microsoft will no longer support or provide free security updates for <strong>Windows XP SP2</strong>.  Please install <strong>the free Service Pack 3 for Windows XP </strong>to have the most secure and supported Windows XP platform.</p>
<p>Finally, <strong>Windows Vista with no Service Packs installed </strong>will end support on <strong>April 13 2010</strong>.  Please install the <strong>free Service Pack 2 for Windows Vista </strong>to have the most secure and supported Windows Vista platform.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nuonsoft.com%2Fblog%2F2010%2F03%2F18%2Fwindows-2000-xp-sp2-and-vista-end-of-life-support%2F&amp;linkname=Windows%202000%2C%20XP%20SP2%20and%20Vista%20End%20of%20Life%20Support"><img src="http://www.nuonsoft.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.nuonsoft.com/blog/2010/03/18/windows-2000-xp-sp2-and-vista-end-of-life-support/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Breaking Change for RValue References in Visual Studio 2010 RC</title>
		<link>http://www.nuonsoft.com/blog/2010/03/10/breaking-change-for-rvalue-references-in-visual-studio-2010-rc/</link>
		<comments>http://www.nuonsoft.com/blog/2010/03/10/breaking-change-for-rvalue-references-in-visual-studio-2010-rc/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 09:12:57 +0000</pubDate>
		<dc:creator>Marc Gregoire</dc:creator>
		
		<category><![CDATA[C++]]></category>

		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Software Development]]></category>

		<category><![CDATA[rvalue references]]></category>

		<category><![CDATA[Visual C++ 2010]]></category>

		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://www.nuonsoft.com/blog/?p=370</guid>
		<description><![CDATA[The Release Candidate of Visual Studio 2010 has changed the behaviour of RValue references slightly compared to the implementation in the Visual Studio 2010 beta versions. This is because the C++0x standard commitee has changed the RValue reference feature a bit and Visual Studio 2010 RC has incorporated those standard changes. Unfortunately, this might lead [...]]]></description>
			<content:encoded><![CDATA[<p>The Release Candidate of Visual Studio 2010 has changed the behaviour of RValue references slightly compared to the implementation in the Visual Studio 2010 beta versions. This is because the C++0x standard commitee has changed the RValue reference feature a bit and Visual Studio 2010 RC has incorporated those standard changes. Unfortunately, this might lead to compiler errors when you try to build code that is following the old standard. Let me give an example. Previously using a beta version of Visual Studio 2010 that was using the old C++0x standard, the following code would compile without any problems.</p>
<blockquote>
<pre>#include &lt;iostream&gt;
using namespace std;</pre>
<pre>// Increment value by 1 using RValue reference parameter.
int increment(int&amp;&amp; value)
{
   cout &lt;&lt; "value = " &lt;&lt; value &lt;&lt; endl;
   value++;
   return value;
}</pre>
<pre>int main()
{
   int a = 10;
   int b = 20;</pre>
<pre>   // Increment a
   int result = increment(a);
   cout &lt;&lt; "  a=" &lt;&lt; a &lt;&lt; ", b=" &lt;&lt; b &lt;&lt; ", result=" &lt;&lt; result &lt;&lt; endl;
   // Increment b
   result = increment(b);
   cout &lt;&lt; "  a=" &lt;&lt; a &lt;&lt; ", b=" &lt;&lt; b &lt;&lt; ", result=" &lt;&lt; result &lt;&lt; endl;
   // Increment an expression
   result = increment(a + b);
   cout &lt;&lt; "  a=" &lt;&lt; a &lt;&lt; ", b=" &lt;&lt; b &lt;&lt; ", result=" &lt;&lt; result &lt;&lt; endl;
   // Increment a literal
   result = increment(3);
   cout &lt;&lt; "  a=" &lt;&lt; a &lt;&lt; ", b=" &lt;&lt; b &lt;&lt; ", result=" &lt;&lt; result &lt;&lt; endl;</pre>
<pre>   return 0;
} </pre>
</blockquote>
<p>However, when trying to compile this using the latest release candidate of Visual Studio 2010, you will get the following errors:</p>
<pre>rvalue_test.cpp(18): error C2664: 'increment' : cannot convert parameter 1 from 'int' to 'int &amp;&amp;'
          You cannot bind an lvalue to an rvalue reference
rvalue_test.cpp(21): error C2664: 'increment' : cannot convert parameter 1 from 'int' to 'int &amp;&amp;'
          You cannot bind an lvalue to an rvalue reference</pre>
<p>These are related to the lines that are trying to increment a and b. Incrementing an expression or a literal still works as before. To get rid of those errors, you need to convert the lvalue to an rvalue. You can use the std::move function for this as shown in red below.</p>
<blockquote>
<pre>#include &lt;iostream&gt;
using namespace std;</pre>
<pre>// Increment value by 1 using RValue reference parameter.
int increment(int&amp;&amp; value)
{
   cout &lt;&lt; "value = " &lt;&lt; value &lt;&lt; endl;
   value++;
   return value;
}</pre>
<pre>int main()
{
   int a = 10;
   int b = 20;</pre>
<pre>   // Increment a
   int result = increment(<span style="color: #ff0000;">std::move(a)</span>);
   cout &lt;&lt; "  a=" &lt;&lt; a &lt;&lt; ", b=" &lt;&lt; b &lt;&lt; ", result=" &lt;&lt; result &lt;&lt; endl;
   // Increment b
   result = increment(<span style="color: #ff0000;">std::move(b)</span>);
   cout &lt;&lt; "  a=" &lt;&lt; a &lt;&lt; ", b=" &lt;&lt; b &lt;&lt; ", result=" &lt;&lt; result &lt;&lt; endl;
   // Increment an expression
   result = increment(a + b);
   cout &lt;&lt; "  a=" &lt;&lt; a &lt;&lt; ", b=" &lt;&lt; b &lt;&lt; ", result=" &lt;&lt; result &lt;&lt; endl;
   // Increment a literal
   result = increment(3);
   cout &lt;&lt; "  a=" &lt;&lt; a &lt;&lt; ", b=" &lt;&lt; b &lt;&lt; ", result=" &lt;&lt; result &lt;&lt; endl;</pre>
<pre>   return 0;
}</pre>
</blockquote>
<p>This now compiles without any errors and produces the following output:</p>
<blockquote>
<pre>value = 10
  a=11, b=20, result=11
value = 20
  a=11, b=21, result=21
value = 32
  a=11, b=21, result=33
value = 3
  a=11, b=21, result=4</pre>
</blockquote>
<p>Now, it again works as expected <img src='http://www.nuonsoft.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nuonsoft.com%2Fblog%2F2010%2F03%2F10%2Fbreaking-change-for-rvalue-references-in-visual-studio-2010-rc%2F&amp;linkname=Breaking%20Change%20for%20RValue%20References%20in%20Visual%20Studio%202010%20RC"><img src="http://www.nuonsoft.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.nuonsoft.com/blog/2010/03/10/breaking-change-for-rvalue-references-in-visual-studio-2010-rc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Visual Studio 2010 Licensing White Paper</title>
		<link>http://www.nuonsoft.com/blog/2010/02/13/visual-studio-2010-licensing-white-paper/</link>
		<comments>http://www.nuonsoft.com/blog/2010/02/13/visual-studio-2010-licensing-white-paper/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 08:43:14 +0000</pubDate>
		<dc:creator>Marc Gregoire</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Visual C++ 2010]]></category>

		<category><![CDATA[Visual Studio]]></category>

		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://www.nuonsoft.com/blog/?p=368</guid>
		<description><![CDATA[Microsoft has released a white paper for Visual Studio 2010 licensing which provides an overview of the complete Visual Studio 2010 product line. The paper also gives a number of example deployment scenarios and the licensing requirements for those.
Client editions in the Visual Studio 2010 product line include:

Microsoft Visual Studio 2010 Ultimate with MSDN
Microsoft Visual Studio [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has released a <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=2b1504e6-0bf1-46da-be0e-85cc792c6b9d" target="_blank">white paper for Visual Studio 2010 licensing</a> which provides an overview of the complete Visual Studio 2010 product line. The paper also gives a number of example deployment scenarios and the licensing requirements for those.</p>
<p>Client editions in the Visual Studio 2010 product line include:</p>
<ul>
<li>Microsoft Visual Studio 2010 Ultimate with MSDN</li>
<li>Microsoft Visual Studio 2010 Premium with MSDN</li>
<li>Microsoft Visual Studio 2010 Professional with MSDN</li>
<li>Microsoft Visual Studio Test Professional 2010 with MSDN</li>
</ul>
<p>(Visual Studio 2010 products can be purchased without an MSDN subscription in certain channels.)</p>
<p>Server products in the Visual Studio 2010 product line include:</p>
<ul>
<li>Microsoft Visual Studio Team Foundation Server 2010</li>
<li>Microsoft Visual Studio Lab Management 2010</li>
</ul>
<p>Volume licensing customers who need a definitive guide to licensing terms and conditions should reference the <a href="http://www.microsoft.com/licensing/about-licensing/product-licensing.aspx" target="_blank">Microsoft Licensing Product Use Rights (PUR)</a> and applicable licensing agreements. For retail customers, the license terms are specified in the End User Licensing Agreement (EULA) included with the product.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nuonsoft.com%2Fblog%2F2010%2F02%2F13%2Fvisual-studio-2010-licensing-white-paper%2F&amp;linkname=Visual%20Studio%202010%20Licensing%20White%20Paper"><img src="http://www.nuonsoft.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.nuonsoft.com/blog/2010/02/13/visual-studio-2010-licensing-white-paper/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Visual Studio 2010 and .NET Framework 4 Release Candidate</title>
		<link>http://www.nuonsoft.com/blog/2010/02/09/visual-studio-2010-and-net-framework-4-release-candidate/</link>
		<comments>http://www.nuonsoft.com/blog/2010/02/09/visual-studio-2010-and-net-framework-4-release-candidate/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 12:44:28 +0000</pubDate>
		<dc:creator>Marc Gregoire</dc:creator>
		
		<category><![CDATA[.NET]]></category>

		<category><![CDATA[C++]]></category>

		<category><![CDATA[MFC]]></category>

		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Software Development]]></category>

		<category><![CDATA[Visual C++ 2010]]></category>

		<category><![CDATA[Visual Studio]]></category>

		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://www.nuonsoft.com/blog/?p=366</guid>
		<description><![CDATA[Microsoft has released the Release Candidate version of Visual Studio 2010 and the .NET Framework 4.
See Scott Guthrie blog post about it.
Right now it&#8217;s available for MSDN subscribers.
On Wednesday 10th of February everyone will be able to get their hands on it  
Two important things to know (from Scott Guthrie blog post):

If you have [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has released the Release Candidate version of Visual Studio 2010 and the .NET Framework 4.</p>
<p><a href="http://weblogs.asp.net/scottgu/archive/2010/02/08/vs-2010-net-4-release-candidate.aspx" target="_blank">See Scott Guthrie blog post about it.</a></p>
<p>Right now it&#8217;s available for MSDN subscribers.<br />
On Wednesday 10th of February everyone will be able to get their hands on it <img src='http://www.nuonsoft.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Two important things to know (from Scott Guthrie blog post):</p>
<ul>
<li>If you have previously installed VS 2010 Beta 2 on your computer you should use Add/Remove Programs (within Windows Control Panel) to remove VS 2010 Beta2 and .NET 4 Beta2 before installing the VS 2010 RC.  Note that VS 2010 RC can be installed on the same machine side-by-side with VS 2008 and VS 2005.</li>
<li>Silverlight 3 projects are supported with today’s VS 2010 RC build – however Silverlight 4 projects are not yet supported.  We will be adding VS 2010 RC support for SL4 with the next public Silverlight 4 drop. If you are doing active Silverlight 4 development today we recommend staying with the VS10 Beta 2 build for now.</li>
</ul>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nuonsoft.com%2Fblog%2F2010%2F02%2F09%2Fvisual-studio-2010-and-net-framework-4-release-candidate%2F&amp;linkname=Visual%20Studio%202010%20and%20.NET%20Framework%204%20Release%20Candidate"><img src="http://www.nuonsoft.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.nuonsoft.com/blog/2010/02/09/visual-studio-2010-and-net-framework-4-release-candidate/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft Office 2010 Beta</title>
		<link>http://www.nuonsoft.com/blog/2010/01/28/microsoft-office-2010-beta/</link>
		<comments>http://www.nuonsoft.com/blog/2010/01/28/microsoft-office-2010-beta/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 12:38:57 +0000</pubDate>
		<dc:creator>Marc Gregoire</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[office]]></category>

		<category><![CDATA[office 2010]]></category>

		<guid isPermaLink="false">http://www.nuonsoft.com/blog/?p=363</guid>
		<description><![CDATA[Microsoft has just released a beta version of Office 2010.
The following programs are available in this beta version:

Word
PowerPoint
Outlook
Excel
OneNote
Access
Publisher
InfoPath
SharePoint Workspace
Communicator

Separately available beta programs are:

Microsoft Visio 2010
Microsoft Project 2010

Get all the details.
]]></description>
			<content:encoded><![CDATA[<p>Microsoft has just released a beta version of Office 2010.</p>
<p>The following programs are available in this beta version:</p>
<ul>
<li>Word</li>
<li>PowerPoint</li>
<li>Outlook</li>
<li>Excel</li>
<li>OneNote</li>
<li>Access</li>
<li>Publisher</li>
<li>InfoPath</li>
<li>SharePoint Workspace</li>
<li>Communicator</li>
</ul>
<p>Separately available beta programs are:</p>
<ul>
<li>Microsoft Visio 2010</li>
<li>Microsoft Project 2010</li>
</ul>
<p><a href="http://www.microsoft.com/office/2010/en/default.aspx" target="_blank">Get all the details.</a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nuonsoft.com%2Fblog%2F2010%2F01%2F28%2Fmicrosoft-office-2010-beta%2F&amp;linkname=Microsoft%20Office%202010%20Beta"><img src="http://www.nuonsoft.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.nuonsoft.com/blog/2010/01/28/microsoft-office-2010-beta/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Trip to Budapest Photo Album</title>
		<link>http://www.nuonsoft.com/blog/2010/01/28/trip-to-budapest-photo-album-2/</link>
		<comments>http://www.nuonsoft.com/blog/2010/01/28/trip-to-budapest-photo-album-2/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 12:35:08 +0000</pubDate>
		<dc:creator>Marc Gregoire</dc:creator>
		
		<category><![CDATA[Photography]]></category>

		<category><![CDATA[holiday]]></category>

		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://www.nuonsoft.com/blog/?p=360</guid>
		<description><![CDATA[I&#8217;m just back from another small trip to Budapest, just 2 days.
I have uploaded some pictures of the trip. See them here. Enjoy 
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m just back from another small trip to Budapest, just 2 days.</p>
<p>I have uploaded some pictures of the trip. <a href="http://www.gregoire-tilkens.com/Budapest2010" target="_blank">See them here.</a> Enjoy <img class="wp-smiley" src="http://www.nuonsoft.com/blog/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nuonsoft.com%2Fblog%2F2010%2F01%2F28%2Ftrip-to-budapest-photo-album-2%2F&amp;linkname=Trip%20to%20Budapest%20Photo%20Album"><img src="http://www.nuonsoft.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.nuonsoft.com/blog/2010/01/28/trip-to-budapest-photo-album-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Happy New Year 2010</title>
		<link>http://www.nuonsoft.com/blog/2010/01/01/happy-new-year-2010/</link>
		<comments>http://www.nuonsoft.com/blog/2010/01/01/happy-new-year-2010/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 09:51:01 +0000</pubDate>
		<dc:creator>Marc Gregoire</dc:creator>
		
		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.nuonsoft.com/blog/?p=351</guid>
		<description><![CDATA[2010
Happy New Year
Sretna Nova Godina
Gelukkig Nieuwjaar
  
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center; font-size: 60px;"><strong><span style="color: #ff9900;">2010</span></strong></p>
<p style="text-align: center;"><strong>Happy New Year</strong><br />
<strong>Sretna Nova Godina</strong><br />
<strong>Gelukkig Nieuwjaar</strong><br />
<strong> <img src='http://www.nuonsoft.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </strong></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nuonsoft.com%2Fblog%2F2010%2F01%2F01%2Fhappy-new-year-2010%2F&amp;linkname=Happy%20New%20Year%202010"><img src="http://www.nuonsoft.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.nuonsoft.com/blog/2010/01/01/happy-new-year-2010/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
