<?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>Global Nerdy &#187; Anthony Vranic</title>
	<atom:link href="http://www.globalnerdy.com/tag/anthony-vranic/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.globalnerdy.com</link>
	<description>Tech Evangelist Joey deVilla on Shopify, startups, software development, tech news and other nerdy stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 18:30:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>TechDays: Anthony Vranic on Optimizing Your Application for the Windows 7 User Experience</title>
		<link>http://www.globalnerdy.com/2009/09/29/techdays-anthony-vranic-on-optimizing-your-application-for-the-windows-7-user-experience/</link>
		<comments>http://www.globalnerdy.com/2009/09/29/techdays-anthony-vranic-on-optimizing-your-application-for-the-windows-7-user-experience/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 03:27:32 +0000</pubDate>
		<dc:creator>Joey deVilla</dc:creator>
				<category><![CDATA[Meetups]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Toronto]]></category>
		<category><![CDATA[What Joey Did]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Anthony Vranic]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[TechDays]]></category>
		<category><![CDATA[Windows API Code Pack]]></category>

		<guid isPermaLink="false">http://www.globalnerdy.com/2009/09/29/techdays-anthony-vranic-on-optimizing-your-application-for-the-windows-7-user-experience/</guid>
		<description><![CDATA[My photos from Anthony Vranic’s session at TechDays, Optimizing Your Application for the Windows 7 User Experience, are a bit dark because I used a different camera; my main camera was on video recording duty. I’m including them anyway, because I’m trying to keep a complete record of TechDays. The original version of this presentation [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Anthony Vranic doing his presentation at TechDays" border="0" alt="Anthony Vranic doing his presentation at TechDays" src="http://www.globalnerdy.com/wordpress/wp-content/uploads/2009/09/anthony_vranic_1.jpg" width="600" height="450" /> </p>
<p>My photos from <strong>Anthony Vranic’s</strong> session at <a href="http://techdays.ca/">TechDays</a>, <strong><em>Optimizing Your Application for the Windows 7 User Experience</em></strong>, are a bit dark because I used a different camera; my main camera was on video recording duty. I’m including them anyway, because I’m trying to keep a complete record of TechDays.</p>
<p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Anthony Vranic doing his presentation at TechDays" border="0" alt="Anthony Vranic doing his presentation at TechDays" src="http://www.globalnerdy.com/wordpress/wp-content/uploads/2009/09/anthony_vranic_2.jpg" width="600" height="450" /> </p>
<p>The original version of this presentation from TechEd North America is somewhat different – its target audience was C++ developers, and TechDays is more of a managed code audience. Since the original TechEd presentation, Microsoft released the <strong><a href="http://code.msdn.microsoft.com/WindowsAPICodePack#">Windows API Code Pack for the .NET Framework</a></strong>, and Anthony added it to his presentation. </p>
<p><strong>The Windows API Code Pack for .NET gives managed code access to a lot of features,</strong> including some new ones introduced in Windows 7, such as:</p>
<ul>
<li>Windows 7 Taskbar Jump Lists, Icon Overlay, Progress Bar, Tabbed Thumbnails, and Thumbnail Toolbars </li>
<li>Windows 7 Libraries, Known Folders, non-file system containers </li>
<li>Windows Shell Search API support, a hierarchy of Shell Namespace entities, and Drag and Drop functionality for Shell Objects </li>
<li>Explorer Browser Control </li>
<li>Shell property system </li>
<li>Windows Vista and Windows 7 Common File Dialogs, including custom controls </li>
<li>Windows Vista and Windows 7 Task Dialogs </li>
<li>Direct3D 11.0, Direct3D 10.1/10.0, DXGI 1.0/1.1, Direct2D 1.0, DirectWrite, Windows Imaging Component (WIC) APIs &#8212; (DirectWrite and WIC have partial support) </li>
<li>Sensor Platform APIs </li>
<li>Extended Linguistic Services APIs </li>
<li>Power Management APIs </li>
<li>Application Restart and Recovery APIs </li>
<li>Network List Manager APIs </li>
<li>Command Link control and System defined Shell icons </li>
<li>Shell Search API support </li>
<li>Drag and Drop functionality for Shell objects </li>
<li>Support for Direct3D and Direct2D interoperability </li>
<li>Support for Typography and Font enumeration DirectWrite APIs </li>
</ul>
<p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Anthony Vranic doing his presentation at TechDays" border="0" alt="Anthony Vranic doing his presentation at TechDays" src="http://www.globalnerdy.com/wordpress/wp-content/uploads/2009/09/anthony_vranic_3.jpg" width="600" height="450" /></p>
<p>Watch this blog – I’ll posting some example code for the Windows API Code Pack for .NET in the coming weeks!</p>
<p class="alert"><a href="http://blogs.msdn.com/cdndevs/archive/2009/09/29/techdays-anthony-vranic-on-optimizing-your-application-for-the-windows-7-user-experience.aspx">This article also appears in <em>Canadian Developer Connection</em>.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.globalnerdy.com/2009/09/29/techdays-anthony-vranic-on-optimizing-your-application-for-the-windows-7-user-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

