<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://fusionovation.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Jason Hedges’ Blog</title><subtitle type="html" /><id>http://fusionovation.com/blogs/jhedges/atom.aspx</id><link rel="alternate" type="text/html" href="http://fusionovation.com/blogs/jhedges/default.aspx" /><link rel="self" type="application/atom+xml" href="http://fusionovation.com/blogs/jhedges/atom.aspx" /><generator uri="http://communityserver.org" version="3.1.20917.1142">Community Server</generator><updated>2008-03-16T18:56:00Z</updated><entry><title>Windows 7 Developer's Guide</title><link rel="alternate" type="text/html" href="http://fusionovation.com/blogs/jhedges/archive/2009/06/05/windows-7-developer-s-guide.aspx" /><id>http://fusionovation.com/blogs/jhedges/archive/2009/06/05/windows-7-developer-s-guide.aspx</id><published>2009-06-05T15:06:00Z</published><updated>2009-06-05T15:06:00Z</updated><content type="html">&lt;p&gt;Microsoft is helping developers get started with Windows 7 development by providing the &lt;a href="http://code.msdn.microsoft.com/Win7DeveloperGuide" target="_blank"&gt;Windows 7 Developer Guide&lt;/a&gt;. The Windows 7 Developer Guide provides a high-level overview of Windows 7 development and summarizes the advances in Windows 7 for developing rich application experiences.&lt;/p&gt;&lt;p&gt; Here a few of the areas that looked interesting:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Windows PowerShell 2.0: PowerShell is a complete .NET managed scripting language. Find further information on what’s new at &lt;a href="http://technet.microsoft.com/en-us/library/dd367858.aspx" target="_blank"&gt;http://technet.microsoft.com/en-us/library/dd367858.aspx&lt;/a&gt; or follow the MSDN PowerShell blog at &lt;a href="http://blogs.msdn.com/PowerShell/" target="_blank"&gt;http://blogs.msdn.com/PowerShell/&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;XPS Documents: Windows 7 provides the new XPS Document APIs for Win32 developers to reduce the amount of work required when working with XPS. You can find XPS Document Programming Samples at &lt;a href="http://code.msdn.microsoft.com/xps/Release/ProjectReleases.aspx?ReleaseId=2034" target="_blank"&gt;http://code.msdn.microsoft.com/xps/Release/ProjectReleases.aspx?ReleaseId=2034&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Jump Lists: See Janae’s post on Windows 7 Taskbar and Jump Lists at &lt;a href="http://fusionovation.com/blogs/janae/archive/2009/05/08/windows-7-taskbar-and-jump-lists.aspx"&gt;http://fusionovation.com/blogs/janae/archive/2009/05/08/windows-7-taskbar-and-jump-lists.aspx&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Gadgets Platform: See Janae’s post on the Windows 7 gadgets platform at &lt;a href="http://fusionovation.com/blogs/janae/archive/2009/05/28/windows-7-gadgets-platform.aspx"&gt;http://fusionovation.com/blogs/janae/archive/2009/05/28/windows-7-gadgets-platform.aspx&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Scenic Ribbon: Windows 7 features the Ribbon interface from Office 2007 throughtout the operating system. Templates and markup authoring are available to developers for rapid development and integration of Ribbon functionality. Check out Scenic Ribbon developer resources at &lt;a href="http://code.msdn.microsoft.com/ScenicRibbon" target="_blank"&gt;http://code.msdn.microsoft.com/ScenicRibbon&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Windows BranchCache: Clients can retrieve data from other clients in their own branch that already downloaded data instead of having to retrieve the data over remove servers. You can find the BranchCache Early Adopter’s Guide at &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=A9A1ED8A-71AB-468E-A7E0-470FD46E46B3&amp;amp;displaylang=en" target="_blank"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=A9A1ED8A-71AB-468E-A7E0-470FD46E46B3&amp;amp;displaylang=en&lt;/a&gt;.&lt;/li&gt;&lt;/ul&gt;I found the guide to be a good high-level starting place for Windows 7 development. You can find the latest version of the Windows 7 Developer Guide at &lt;a href="http://code.msdn.microsoft.com/Win7DeveloperGuide" target="_blank"&gt;http://code.msdn.microsoft.com/Win7DeveloperGuide&lt;/a&gt;. &lt;br /&gt;&lt;img src="http://fusionovation.com/aggbug.aspx?PostID=61" width="1" height="1"&gt;</content><author><name>jhedges</name><uri>http://fusionovation.com/members/jhedges.aspx</uri></author><category term="Windows 7" scheme="http://fusionovation.com/blogs/jhedges/archive/tags/Windows+7/default.aspx" /></entry><entry><title>Visual Studio: Hiding the intellisense window</title><link rel="alternate" type="text/html" href="http://fusionovation.com/blogs/jhedges/archive/2008/03/16/visual-studio-tips.aspx" /><id>http://fusionovation.com/blogs/jhedges/archive/2008/03/16/visual-studio-tips.aspx</id><published>2008-03-16T21:56:00Z</published><updated>2008-03-16T21:56:00Z</updated><content type="html">&lt;p&gt;&lt;img height="1" alt="" width="1" border="0" /&gt;Most developers have experienced the intellisense window popping up and hiding code you still need to see or reference. In the past, you had to close the intellisense window to see your code but Visual Studio 2008 has added a nice feature that lets you temporarily hide the intellisense window. Now when the intellisense window pops up you can press the Ctrl key to temporarily set the opacity to 10% on the intellisense window&amp;nbsp;so you can see your code behind it. When you release the Ctrl key, the intellisense window opacity goes back to 100%.&lt;a href="http://fusionovation.com/blogs/jhedges/intellisense_normal.jpg"&gt;&lt;img height="1" alt="" src="http://fusionovation.com/blogs/jhedges/intellisense_normal.jpg" width="1" align="left" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Intellisense window showing as normal.&lt;br /&gt;&lt;/em&gt;&amp;nbsp;&lt;a href="http://fusionovation.com/blogs/jhedges/intellisense_normal.jpg"&gt;&lt;img src="http://fusionovation.com/blogs/jhedges/intellisense_normal.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Intellisense window hidden while Ctrl key is pressed.&lt;/em&gt;&lt;br /&gt;&lt;a href="http://fusionovation.com/blogs/jhedges/intellisense_hidden.jpg"&gt;&lt;img src="http://fusionovation.com/blogs/jhedges/intellisense_hidden.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://fusionovation.com/aggbug.aspx?PostID=14" width="1" height="1"&gt;</content><author><name>jhedges</name><uri>http://fusionovation.com/members/jhedges.aspx</uri></author><category term="Visual Studio" scheme="http://fusionovation.com/blogs/jhedges/archive/tags/Visual+Studio/default.aspx" /></entry></feed>
