<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Windows Live Gadget Blog</title><subtitle type="html">Blog related to Windows Live Gadget Development.</subtitle><id>http://blogs.msdn.com/winlivegadgets/atom.xml</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/winlivegadgets/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/winlivegadgets/atom.xml" /><generator uri="http://communityserver.org" version="2.1.61025.2">Community Server</generator><updated>2006-05-19T00:41:00Z</updated><entry><title>Windows Live Gadget SDK Updates (6/26/2006)</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/winlivegadgets/archive/2006/06/27/647917.aspx" /><id>http://blogs.msdn.com/winlivegadgets/archive/2006/06/27/647917.aspx</id><published>2006-06-27T02:06:00Z</published><updated>2006-06-27T02:06:00Z</updated><content type="html">&lt;P&gt;&lt;FONT face=Tahoma size=2&gt;We have just updated the Windows Live Gadget SDK for June. For the most part, this is just a minor release. Changes in this update includes the following:&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face=Tahoma size=2&gt;Added &lt;A href="http://microsoftgadgets.com/livesdk/docs/checklist.htm"&gt;Developer's Checklist&lt;/A&gt; that enumerates items that well-written Gadgets should comply with.&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Tahoma size=2&gt;Updated guidance on adding icons for Gadgets to reflect changes to the Live.com site. Images for Gadget icons should be in .GIF format instead of .PNG format.&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Tahoma size=2&gt;All images in samples have been updated to use .GIF format.&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Tahoma size=2&gt;Added more information in the&amp;nbsp;&lt;A href="http://microsoftgadgets.com/livesdk/docs/default.htm#Avoidingmemoryleaks"&gt;Avoiding Memory Leaks&lt;/A&gt;&amp;nbsp;section of the Developer's Guide.&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Tahoma size=2&gt;Added a new section on how to &lt;A href="http://microsoftgadgets.com/livesdk/docs/default.htm#DisableCaching"&gt;Disable Caching in IE&lt;/A&gt;&amp;nbsp;in the Developer's Guide.&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;FONT face=Tahoma size=2&gt;Please let us know if you have any &lt;A href="mailto:lgsdk@microsoft.com"&gt;feedback&lt;/A&gt;!&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Tahoma size=2&gt;thanks,&lt;BR&gt;James Lau&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Tahoma size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=647917" width="1" height="1"&gt;</content><author><name>winlivegadget</name><uri>http://blogs.msdn.com/members/winlivegadget.aspx</uri></author></entry><entry><title>Use GIF over PNG in your Gadgets</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/winlivegadgets/archive/2006/06/07/621079.aspx" /><id>http://blogs.msdn.com/winlivegadgets/archive/2006/06/07/621079.aspx</id><published>2006-06-07T20:47:00Z</published><updated>2006-06-07T20:47:00Z</updated><content type="html">&lt;P&gt;&lt;FONT face=Verdana size=2&gt;I posted on the Live Gadget forum a couple of days ago about Using&amp;nbsp;transparent GIF over transparent PNG (see post &lt;/FONT&gt;&lt;A href="http://microsoftgadgets.com/forums/5975/ShowPost.aspx"&gt;&lt;FONT face=Verdana size=2&gt;here&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=2&gt;&lt;FONT face=Verdana&gt;).&lt;/FONT&gt;&lt;FONT face=Verdana&gt;&amp;nbsp;I thought I would publicize it a little more on this blog.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;We have recently released a workaround for a bug in IE6 where image filters for PNG can cause a hang on the Live.com site. This IE bug is already fixed in IE7, but we still needed to workaround it to make sure the site works properly for IE6.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;To understand the problem, here is an explanation from the IE team (thanks Peter Gurevich!):&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face=Verdana size=2&gt;Each IE 6 window is a UI thread.&amp;nbsp; &lt;/FONT&gt;
&lt;LI&gt;&lt;FONT face=Verdana size=2&gt;The HTML page and any script you wrote for the page run in the UI thread.&amp;nbsp; Therefore filters in your page or in script will download on the UI thread&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Verdana size=2&gt;IE’s implementation of the AlphaImageLoader filter downloads images synchronously&amp;nbsp; &lt;/FONT&gt;
&lt;LI&gt;&lt;FONT face=Verdana size=2&gt;Synchronous loading of an image or successive images on the UI thread has the potential to hang the browser and adversely affect the user experience.&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;FONT face=Verdana&gt;Our workaround is to stop applying transparent image filters to PNG. As a result, your transparent PNG will not look as great as it used to. &lt;STRONG&gt;I would encourage you to change to using transparent GIF moving forward.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;/P&gt;
&lt;DIR&gt;&lt;FONT face=Verdana&gt;&lt;/FONT&gt;&lt;/DIR&gt;&lt;/FONT&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Sorry for the inconvenience - the SDK will be updated with this new info in our next release.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana&gt;Thanks!&lt;BR&gt;James Lau&lt;/FONT&gt;&lt;/P&gt;&lt;/FONT&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;FONT face=Verdana size=2&gt;&lt;/FONT&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=621079" width="1" height="1"&gt;</content><author><name>winlivegadget</name><uri>http://blogs.msdn.com/members/winlivegadget.aspx</uri></author></entry><entry><title>Developing Live Gadgets with IE7</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/winlivegadgets/archive/2006/06/05/618230.aspx" /><id>http://blogs.msdn.com/winlivegadgets/archive/2006/06/05/618230.aspx</id><published>2006-06-05T20:07:00Z</published><updated>2006-06-05T20:07:00Z</updated><content type="html">&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Those of you who have downloaded &lt;A href="http://www.microsoft.com/windows/ie/default.mspx"&gt;IE7&lt;/A&gt; Beta or Beta 2 knows that IE7 actually makes life more difficult for you as a Gadget developer. This is because previous builds of IE7 has very strict cross-domain XMLHttpRequest restrictions, so you will not be able to run your Gadget while hosting it on localhost. That's actually one of the reasons why I ended up uninstalling IE7 on my developer box.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Here is the good news: I have spoken with the IE team recently, and they have confirmed that the cross-domain XMLHttpRequest restriction model has been reverted to the same model as IE6 since they shipped the last public Beta. So Gadget developers will be able to continue to debug and test their Gadgets while having it hosted locally. I think this is really good news for Gadget developers and I am excited to share this news with you!&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;- James Lau&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=618230" width="1" height="1"&gt;</content><author><name>winlivegadget</name><uri>http://blogs.msdn.com/members/winlivegadget.aspx</uri></author></entry><entry><title>Announcing Windows Live Gadget SDK</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/winlivegadgets/archive/2006/05/26/607700.aspx" /><id>http://blogs.msdn.com/winlivegadgets/archive/2006/05/26/607700.aspx</id><published>2006-05-26T06:48:00Z</published><updated>2006-05-26T06:48:00Z</updated><content type="html">&lt;P&gt;&lt;FONT face=Verdana size=2&gt;I am very excited to bring you the first public release of the &lt;/FONT&gt;&lt;A href="http://microsoftgadgets.com/livesdk/index.htm"&gt;&lt;FONT face=Verdana size=2&gt;Windows Live Gadget SDK&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Verdana size=2&gt; today! You can start using this SDK right now to build Gadgets that run on Live.com.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Since the initial Beta launch of Live.com in November 2005, we have added a lot of enhancements to the site to enhance the end-user experience. We know that the performance is poor right now, and our team is currently working feverishly to improve that.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;But as many features as we are adding to Live.com, the site is still very much a Gadget platform for you developers out there to build on. We rely on you to build rich and interesting Live Gadgets that we haven't thought of, and to build a strong ecosystem around this platform. Live.com is still in Beta today, but it promises to be one of the most popular Internet destinations when we launch later this year. You can leverage on the high traffic site to extend services beyond your web site by building Gadgets that live on Live.com.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Although we are releasing the SDK today, the Gadget platform and APIs are still changing. And we want to listen to your ideas and feedback to help us build a better platform. Some of the things that we know we need to work on are: &lt;/FONT&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;FONT face=Verdana size=2&gt;Unified Gadget model - we want to enable developers to write a Gadget once and have it run on both Vista Sidebar and on the web, maybe even in other environments.&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Verdana size=2&gt;Allow 3rd party gadgets to change header and footer - today, all 3rd party Gadgets are hosted within and iframe and do not have access to the title, title icon and footer.&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Verdana size=2&gt;Make calling web services easier - this is self-explanatory.&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Verdana size=2&gt;Better Settings model - there is no standard way to do settings today for 3rd party Gadgets. We would like to move to a more declarative model.&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Verdana size=2&gt;Better Localization model - we provide API for you to find out the query the current locale but we don't provide much other support otherwise. This is not a big problem for most Gadgets, but it would be nice for more advanced Gadgets.&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;I can probably think of 5 or 6 others, but I'd rather have you tell me what you think are the important things you want to see. I can't promise that we will do all of them, but it will definitely influence our direction and investments. Anyway, enough babbling from me. I hope you will have fun building Windows Live Gadgets!&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Thanks!&lt;BR&gt;&lt;/FONT&gt;&lt;FONT face=Verdana size=2&gt;- James &lt;/FONT&gt;&lt;/P&gt;
&lt;OL&gt;&lt;/OL&gt;
&lt;UL&gt;&lt;/UL&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=607700" width="1" height="1"&gt;</content><author><name>winlivegadget</name><uri>http://blogs.msdn.com/members/winlivegadget.aspx</uri></author></entry><entry><title>Welcome to the Windows Live Gadget Blog</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/winlivegadgets/archive/2006/05/19/601405.aspx" /><id>http://blogs.msdn.com/winlivegadgets/archive/2006/05/19/601405.aspx</id><published>2006-05-19T02:41:00Z</published><updated>2006-05-19T02:41:00Z</updated><content type="html">&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Hey Live Gadget Developers!&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;We have just created this blog to talk about Windows Live Gadget development. On MicrosoftGadgets.com, there is currently a single Gadget blog. This is slightly confusing, because it implies that there is only a single type Gadgets. Right now, some folks are confused because we overload the term "Gadget". There are at least 3 types of Gadgets coming from Microsoft right now:&lt;/FONT&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;FONT face=Verdana size=2&gt;Windows Live Gadgets - these are gadgets that work on Live.com.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face=Verdana size=2&gt;Sidebar Gadgets - these are mini-applications that work on the Vista Sidebar.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face=Verdana size=2&gt;Sideshow Gadgets - these are gadgets that work on the auxilliary display of some Vista laptops&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Longer term, we want to create a more unified model, where a single Gadget can run on multiple host. But in the short-term, these are separate entities that require different development models.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;We are going to be releasing our first public SDK for Windows Live Gadgets very shortly (within a week) and it will be available on &lt;A href="http://www.microsoftgadgets.com"&gt;http://www.microsoftgadgets.com&lt;/A&gt;. It would be great to have your feedback.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;- James&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=601405" width="1" height="1"&gt;</content><author><name>winlivegadget</name><uri>http://blogs.msdn.com/members/winlivegadget.aspx</uri></author></entry></feed>