<?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>Blog of developer Mikkel Ovesen &#187; vista</title>
	<atom:link href="http://blog.ovesens.net/tag/vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ovesens.net</link>
	<description>My thoughts, stuff I need to remember or things I just want to share with the world</description>
	<lastBuildDate>Thu, 19 Jan 2012 11:55:29 +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>2 opdateringer til Vista retter de vÃ¦rste fejl</title>
		<link>http://blog.ovesens.net/2007/10/2-opdateringer-til-vista-retter-de-vrste-fejl/</link>
		<comments>http://blog.ovesens.net/2007/10/2-opdateringer-til-vista-retter-de-vrste-fejl/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 23:10:00 +0000</pubDate>
		<dc:creator>Mikkel Ovesen</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">/post/2007/10/17/2-opdateringer-til-Vista-retter-de-vaelig3brste-fejl.aspx</guid>
		<description><![CDATA[De to opdateringspakker skal indtil videre installeres manuelt fra Microsofts hjemmeside ved at g&#229; ind under KB938979 og KB938194.]]></description>
			<content:encoded><![CDATA[<div class="margin_small">
<div class="header">De to opdateringspakker skal indtil videre installeres manuelt fra Microsofts hjemmeside ved at g&#229; ind under <a href="http://support.microsoft.com/kb/938979/en-us">KB938979</a> og <a href="http://support.microsoft.com/kb/938194/en-us" target="_new">KB938194</a>. </div>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.ovesens.net/2007/10/2-opdateringer-til-vista-retter-de-vrste-fejl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a Vista Sidebar Gadget</title>
		<link>http://blog.ovesens.net/2007/09/building-a-vista-sidebar-gadget/</link>
		<comments>http://blog.ovesens.net/2007/09/building-a-vista-sidebar-gadget/#comments</comments>
		<pubDate>Sun, 23 Sep 2007 12:30:00 +0000</pubDate>
		<dc:creator>Mikkel Ovesen</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">/post/2007/09/23/Building-a-Vista-Sidebar-Gadget.aspx</guid>
		<description><![CDATA[Part 1, Getting Started Original post here: Building a Vista Sidebar Gadget &#8211; Part 1, Getting Started &#8212; Vista gadgets exist in the Sidebar and provide quick and easy access to useful functions such as customised searching, currency conversion or &#8230; <a href="http://blog.ovesens.net/2007/09/building-a-vista-sidebar-gadget/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h1>Part 1, Getting Started</h1>
<p>Original post here: <a title="Building a Vista Sidebar Gadget - Part 1, Getting Started" href="http://www.microsoft.com/uk/msdn/nuggets/nugget/262/Building-a-Vista-Sidebar-Gadget-Part-1-Getting-Started.aspx">Building a Vista Sidebar Gadget &#8211; Part 1, Getting Started</a></p>
<p>&#8212;</p>
<p>Vista gadgets exist in the Sidebar and provide quick and easy access to useful functions such as customised searching, currency conversion or a miniature RSS reader.</p>
<p>To build your own gadget is very straightforward. In the main they consist of some HTML for the layout and JavaScript for the behaviour. In this short series we&#8217;ll take a look at how to create a gadget to perform Technorati searches. We&#8217;ll design the look and feel, create a UI and add the functionality to call the Technorati search service.</p>
<p>Along the way we&#8217;ll do a little debugging when things don&#8217;t quite go to plan.</p>
<p>The source code for this gadget is available for download. <a href="http://blogs.msdn.com/mikeormond/archive/2007/09/04/more-nuggets-building-a-vista-gadget.aspx">See this blog entry for additonal links and source code</a>.</p>
<p>View video: <a href="/wp-content/uploads/archive/VistaGadgets_GettingStarted_Pt1.wmv">VistaGadgets_GettingStarted_Pt1.wmv (9.87 mb)</a></p>
<h1>Part 2, Creating Look and Feel</h1>
<p>Vista gadgets exist in the Sidebar and provide quick and easy access to useful functions such as customised searching, currency conversion or a miniature RSS reader.</p>
<p>To build your own gadget is very straightforward. In the main they consist of some HTML for the layout and JavaScript for the behaviour. In this short series we&#8217;ll take a look at how to create a gadget to perform Technorati searches. We&#8217;ll design the look and feel, create a UI and add the functionality to call the Technorati search service.</p>
<p>Along the way we&#8217;ll do a little debugging when things don&#8217;t quite go to plan.</p>
<p>The source code for this gadget is available for download. <a href="http://blogs.msdn.com/mikeormond/archive/2007/09/04/more-nuggets-building-a-vista-gadget.aspx">See this blog entry for additonal links and source code</a>.</p>
<p>View video: <a href="/wp-content/uploads/archive/VistaGadgets_LookFeel_Pt2.wmv">VistaGadgets_LookFeel_Pt2.wmv (12.80 mb)</a></p>
<h1>Part 3, Defining the User Interface</h1>
<p>Original post here: <a title="Building a Vista Sidebar Gadget - Part 3, Defining the User Interface" href="http://www.microsoft.com/uk/msdn/nuggets/nugget/263/Building-a-Vista-Sidebar-Gadget-Part-3-Defining-the-User-Interface.aspx">Building a Vista Sidebar Gadget &#8211; Part 3, Defining the User Interface</a></p>
<p>&#8212;</p>
<p>Vista gadgets exist in the Sidebar and provide quick and easy access to useful functions such as customised searching, currency conversion or a miniature RSS reader.</p>
<p>To build your own gadget is very straightforward. In the main they consist of some HTML for the layout and JavaScript for the behaviour. In this short series we&#8217;ll take a look at how to create a gadget to perform Technorati searches. We&#8217;ll design the look and feel, create a UI and add the functionality to call the Technorati search service.</p>
<p>Along the way we&#8217;ll do a little debugging when things don&#8217;t quite go to plan.</p>
<p>The source code for this gadget is available for download. <a href="http://blogs.msdn.com/mikeormond/archive/2007/09/04/more-nuggets-building-a-vista-gadget.aspx">See this blog entry for additonal links and source code</a>.</p>
<p>View video: <a href="/wp-content/uploads/archive/VistaGadgets_UILayout_Pt3.wmv">VistaGadgets_UILayout_Pt3.wmv (20.42 mb)</a></p>
<p>Part 4, Adding Behaviour</p>
<p>Original post here: <a title="Building a Vista Sidebar Gadget - Part 4, Adding Behaviour" href="http://www.microsoft.com/uk/msdn/nuggets/nugget/265/Building-a-Vista-Sidebar-Gadget-Part-4-Adding-Behaviour.aspx">Building a Vista Sidebar Gadget &#8211; Part 4, Adding Behaviour</a></p>
<p>&#8212;</p>
<p>Vista gadgets exist in the Sidebar and provide quick and easy access to useful functions such as customised searching, currency conversion or a miniature RSS reader.</p>
<p>To build your own gadget is very straightforward. In the main they consist of some HTML for the layout and JavaScript for the behaviour. In this short series we&#8217;ll take a look at how to create a gadget to perform Technorati searches. We&#8217;ll design the look and feel, create a UI and add the functionality to call the Technorati search service.</p>
<p>Along the way we&#8217;ll do a little debugging when things don&#8217;t quite go to plan.</p>
<p>The source code for this gadget is available for download. <a href="http://blogs.msdn.com/mikeormond/archive/2007/09/04/more-nuggets-building-a-vista-gadget.aspx">See this blog entry for additonal links and source code</a>.</p>
<p>View video: <a href="/wp-content/uploads/archive/VistaGadgets_AddingBehaviour_Pt4.wmv">VistaGadgets_AddingBehaviour_Pt4.wmv (24.32 mb)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ovesens.net/2007/09/building-a-vista-sidebar-gadget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

