<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.infragistics.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Grant Hinkson</title><link>http://blogs.infragistics.com/blogs/grant_hinkson/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP1 (Build: 31106.3070)</generator><item><title>New Videos Posted: XamRibbon QuickStart and ResourceWashing</title><link>http://blogs.infragistics.com/blogs/grant_hinkson/archive/2008/03/01/new-videos-posted-xamribbon-quickstart-and-resourcewashing.aspx</link><pubDate>Sat, 01 Mar 2008 23:13:07 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:77099</guid><dc:creator>granth_ig</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.infragistics.com/blogs/grant_hinkson/rsscomments.aspx?PostID=77099</wfw:commentRss><comments>http://blogs.infragistics.com/blogs/grant_hinkson/archive/2008/03/01/new-videos-posted-xamribbon-quickstart-and-resourcewashing.aspx#comments</comments><description>&lt;p&gt;I&amp;#39;ve posted a couple of videos that highlight new features included in &lt;a href="http://www.infragistics.com/dotnet/netadvantage/wpf.aspx#Overview"&gt;NetAdvantage for WPF 2007.2&lt;/a&gt; that we released about a month ago. The first video demonstrates how you can use the samples included in the xamFeatureBrowser to quickly create a xamRibbon. &lt;/p&gt;  &lt;p&gt;The second video demonstrates a feature that I&amp;#39;m really excited about: &lt;b&gt;ResourceWashing&lt;/b&gt;. Using ResourceWashing, you can &amp;quot;wash&amp;quot; the brushes defined in ResourceDictionaries with a new color. Since the brushes can be washed at runtime, you can create an application that can be infinitely customized by the end user -- really exciting! This is the same washing technology used by &lt;a href="http://www.infragistics.com/dotnet/netadvantage/appstylist.aspx#Overview"&gt;AppStylist for Windows Forms&lt;/a&gt; in the &amp;quot;New from Template&amp;quot; feature. The xamRibbon is the first control whose brushes have been grouped into &amp;quot;WashGroups&amp;quot; to really take advantage of this technology. Moving forward, we&amp;#39;ll be applying the same techniques to the other controls.&amp;#160; I can&amp;#39;t wait to see what the WPF community ends up creating with this technology!&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Videos&lt;/b&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://download.infragistics.com/resources/WPF/xamRibbonWalkthrough/xamRibbonWalkthrough.wmv"&gt;xamRibbon QuickStart Video&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://download.infragistics.com/resources/WPF/ResourceWashing/ResourceWashing.wmv"&gt;ResourceWashing Video&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.infragistics.com/aggbug.aspx?PostID=77099" width="1" height="1"&gt;</description></item><item><title>WPF Reflection Control</title><link>http://blogs.infragistics.com/blogs/grant_hinkson/archive/2007/01/14/wpf-reflection-control.aspx</link><pubDate>Mon, 15 Jan 2007 03:43:00 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:77085</guid><dc:creator>granth_ig</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.infragistics.com/blogs/grant_hinkson/rsscomments.aspx?PostID=77085</wfw:commentRss><comments>http://blogs.infragistics.com/blogs/grant_hinkson/archive/2007/01/14/wpf-reflection-control.aspx#comments</comments><description>&lt;p style="FLOAT:left;WIDTH:150px;MARGIN-RIGHT:10px;"&gt;&lt;a class="imagelink" title="WPF Control on Blend Stage" href="http://www.granthinkson.com/wp-content/uploads/2007/01/blendstage.png"&gt;&lt;img id="image60" style="BORDER-RIGHT:0px;BORDER-TOP:0px;MARGIN-BOTTOM:10px;BORDER-LEFT:0px;BORDER-BOTTOM:0px;" height="96" alt="WPF Control on Blend Stage" src="http://www.granthinkson.com/wp-content/uploads/2007/01/blendstage.thumbnail.png" /&gt;&lt;/a&gt;&lt;a class="imagelink" title="ReflectionTarget DataBinding" href="http://www.granthinkson.com/wp-content/uploads/2007/01/databinding.jpg"&gt;&lt;img id="image62" style="BORDER-RIGHT:0px;BORDER-TOP:0px;MARGIN-BOTTOM:10px;BORDER-LEFT:0px;BORDER-BOTTOM:0px;" height="96" alt="ReflectionTarget DataBinding" src="http://www.granthinkson.com/wp-content/uploads/2007/01/databinding.thumbnail.jpg" /&gt;&lt;/a&gt;&lt;a class="imagelink" title="More Controls Dialog" href="http://www.granthinkson.com/wp-content/uploads/2007/01/morecontrols.png"&gt;&lt;img id="image61" style="BORDER-RIGHT:0px;BORDER-TOP:0px;MARGIN-BOTTOM:10px;BORDER-LEFT:0px;BORDER-BOTTOM:0px;" height="74" alt="More Controls Dialog" src="http://www.granthinkson.com/wp-content/uploads/2007/01/morecontrols.thumbnail.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I was considering some of the common things that people want to do when they first start working with WPF. Creating reflections is one of those things, and while it’s not terribly difficult to do, it does become a monotonous task. And what do you do when you find yourself doing the exact same thing over and over? You create a custom control of course!&lt;/p&gt;
&lt;p&gt;The &lt;em&gt;Reflector&lt;/em&gt; control exists to perform one task: simulate a reflection of an object. You just bind the ReflectionTarget property (found in the Appearances category in Blend) to another control and it does all the work for you. If you want to tweak the reflection, you can always edit the ControlTemplate in Blend, but the default settings should cover most cases. I&amp;#39;m also looking at the height and width of the target control, so if you set the height and width of the Reflector control to Auto, it will size itself automatically (in most cases).&lt;/p&gt;
&lt;p&gt;&lt;a title="Lee Brimelow" href="http://www.thewpfblog.com/"&gt;Lee Brimelow&lt;/a&gt; just posted a tutorial called &lt;a href="http://www.contentpresenter.com/"&gt;Reflections in Visual Studio and Blend&lt;br /&gt;&lt;/a&gt;at ContentPresenter.com that shows how to manually create reflections. After watching that tutorial you&amp;#39;ll see what I&amp;#39;m taking care of automatically.&lt;/p&gt;
&lt;p&gt;&lt;a title="WPF Reflection Control" href="http://www.granthinkson.com/wp-content/uploads/2007/01/infragisticstoybox.zip"&gt;download WPF Reflection Control&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(Note: Add a reference to this assembly in Blend by selecting the Project tab, right-clicking the References folder and selecting Add Reference. Browse to the assembly included in the zip file. Once you&amp;#39;ve added the reference, click the &lt;em&gt;More Controls&lt;/em&gt; link on the tool menu (last item -- double down arrows), and select the &lt;em&gt;User Controls &lt;/em&gt;tab. You&amp;#39;ll see the &lt;em&gt;Reflector&lt;/em&gt; control listed there.)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.infragistics.com/aggbug.aspx?PostID=77085" width="1" height="1"&gt;</description></item><item><title>Microsoft Expression Blend and WPF/E CTP</title><link>http://blogs.infragistics.com/blogs/grant_hinkson/archive/2006/12/04/microsoft-expression-blend-and-wpf-e-ctp.aspx</link><pubDate>Tue, 05 Dec 2006 01:55:00 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:77070</guid><dc:creator>granth_ig</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.infragistics.com/blogs/grant_hinkson/rsscomments.aspx?PostID=77070</wfw:commentRss><comments>http://blogs.infragistics.com/blogs/grant_hinkson/archive/2006/12/04/microsoft-expression-blend-and-wpf-e-ctp.aspx#comments</comments><description>&lt;p&gt;Microsoft announced today the re-branding of Microsoft Expression Interactive Designer (EID) as &lt;a href="http://www.microsoft.com/products/expression/en/Expression-Blend/default.mspx"&gt;Microsoft Expression Blend&lt;/a&gt;. For months now, EID has been publicly available for test use by WPF designers. Today’s public release of Blend really shows how much the product has evolved since EID was first made available. What once looked like an experiment now looks like a legitimate design tool.  The UI now defaults to a clean gray style, something that will be familiar to users of 3D Studio Max or Adobe Premiere. Visually, everything has been touched. New icons have been created for all of the toolbars, new editors have been created for many property types, and the color editor finally lets you enter RGBA or Hexadecimal color values instead of scRGB values!&lt;/p&gt;
&lt;p&gt;The changes are more than just skin deep, however. Tasks that previously required editing XAML directly can now be performed using the property panel. This means working with complex controls such as the Infragistics DataPresenter just became a lot easier and a lot more fun.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;More Info&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Visit the &lt;a href="http://www.infragistics.com/hot/InfragisticsAndBlend.aspx"&gt;Infragistics and Blend&lt;/a&gt; page to learn how Infragistics is working to ensure a great Blend experience with NetAdvantage for WPF.&lt;/li&gt;
&lt;li&gt;Check &lt;a href="http://blogs.msdn.com/mswanson/archive/2006/12/04/new-expression-tools-and-wpf-e-wow.aspx"&gt;Mike Swanson&amp;#39;s&lt;/a&gt; Blog for the more details on the Expression Suite update and the public CTP of WPF/E&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.msdn.com/expression"&gt;Microsoft Expression Team Blog&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.infragistics.com/aggbug.aspx?PostID=77070" width="1" height="1"&gt;</description></item><item><title>NetAdvantage 2006.3 and App Styling</title><link>http://blogs.infragistics.com/blogs/grant_hinkson/archive/2006/11/22/netadvantage-2006-3-and-app-styling.aspx</link><pubDate>Wed, 22 Nov 2006 08:24:00 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:77069</guid><dc:creator>granth_ig</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.infragistics.com/blogs/grant_hinkson/rsscomments.aspx?PostID=77069</wfw:commentRss><comments>http://blogs.infragistics.com/blogs/grant_hinkson/archive/2006/11/22/netadvantage-2006-3-and-app-styling.aspx#comments</comments><description>&lt;p&gt;&lt;a title="NetAdvantage 2006" href="http://www.infragistics.com/dotnet/netadvantage/appstylist.aspx#NewFeatures"&gt;NetAdvantage 2006.3&lt;/a&gt; was released earlier this month with great new features for those of us in the design community. Specifically, we&amp;#39;ve added some really nice touches to &lt;a title="NetAdvantage AppStylist" href="http://www.infragistics.com/dotnet/netadvantage/appstylist.aspx#Overview"&gt;AppStylist&lt;/a&gt;, mostly revolving around resources. Resource previews are now everywhere resources are used; resources can be selectively imported and exported from library to library, which makes reuse across ISLs much more accessible. The color dialog has been updated to support an eyedropper tool and we&amp;#39;ve also added a Ribbon preview canvas.&lt;/p&gt;
&lt;p&gt;We&amp;#39;re already working on updates for the next release, but I&amp;#39;ll have to wait a while longer before I share. Really cool stuff though!&lt;/p&gt;
&lt;p&gt;I was recently demoing &lt;a title="Application Styling" href="http://www.infragistics.com/dotnet/netadvantage/appstylist.aspx"&gt;AppStyling&lt;/a&gt; to existing customers who had yet to use the technology. They were amazed. They were smiling and nodding their heads in approval as I demoed skinning the live running app using AppStylist Runtime support. When you work with this stuff it&amp;#39;s easy to forget how cool it is.&lt;/p&gt;
&lt;p&gt;Check out &lt;a title="AppStylist" href="http://www.infragistics.com/dotnet/netadvantage/appstylist.aspx#Overview"&gt;NetAdvantage AppStylist&lt;/a&gt; and the &lt;a title="AppStyling" href="http://www.infragistics.com/dotnet/netadvantage/appstylist.aspx#NewFeatures"&gt;AppStylist New Features&lt;/a&gt; page.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.infragistics.com/aggbug.aspx?PostID=77069" width="1" height="1"&gt;</description></item><item><title>SWF to XAML Converter</title><link>http://blogs.infragistics.com/blogs/grant_hinkson/archive/2006/11/22/swf-to-xaml-converter.aspx</link><pubDate>Wed, 22 Nov 2006 08:21:00 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:77068</guid><dc:creator>granth_ig</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.infragistics.com/blogs/grant_hinkson/rsscomments.aspx?PostID=77068</wfw:commentRss><comments>http://blogs.infragistics.com/blogs/grant_hinkson/archive/2006/11/22/swf-to-xaml-converter.aspx#comments</comments><description>&lt;p&gt;&lt;a title="Mike Swanson" href="http://blogs.msdn.com/mswanson/"&gt;Mike Swanson&lt;/a&gt; just posted an early build of &lt;a title="SWF to XAML Converter" href="http://blogs.msdn.com/mswanson/archive/2006/11/21/swf2xaml-a-tool-to-convert-flash-files-to-xaml.aspx"&gt;SWF2XAML&lt;/a&gt;, a tool that converts Adobe Flash SWFs to XAML artwork. Nice work Mike! Mike created the first &lt;a title="Convert Illustrator to XAML" href="http://www.mikeswanson.com/XAMLExport/"&gt;Adobe Illustrator to XAML Converter&lt;/a&gt; used by practically everyone working in the WPF space and has compiled a &lt;a title="WPF Tools and Controls" href="http://blogs.msdn.com/mswanson/articles/WPFToolsAndControls.aspx"&gt;WPF Tools and Controls&lt;/a&gt; page that is an excellent resource for WPFers.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.infragistics.com/aggbug.aspx?PostID=77068" width="1" height="1"&gt;</description></item><item><title>Two New Windows XP Themes</title><link>http://blogs.infragistics.com/blogs/grant_hinkson/archive/2006/11/22/two-new-windows-xp-themes.aspx</link><pubDate>Wed, 22 Nov 2006 08:20:00 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:77067</guid><dc:creator>granth_ig</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.infragistics.com/blogs/grant_hinkson/rsscomments.aspx?PostID=77067</wfw:commentRss><comments>http://blogs.infragistics.com/blogs/grant_hinkson/archive/2006/11/22/two-new-windows-xp-themes.aspx#comments</comments><description>&lt;p&gt;I read about these at the first of the month and never posted links. So, for those of you unaware of the recent XP themes that have been released, check these out:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;a title="Royale Noir Windows XP Theme" href="http://www.istartedsomething.com/uploads/royale_noir.rar"&gt;Royale Noir&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a title="Windows XP Zune Theme" href="http://go.microsoft.com/fwlink/?LinkID=75078"&gt;Official Zune Theme&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I learned of these via &lt;a title="Robby Ingebretsen" href="http://www.notstatic.com"&gt;Robby Ingebretsen&lt;/a&gt;. Here&amp;#39;s a &lt;a href="http://notstatic.com/archives/55"&gt;direct link&lt;/a&gt; to the article.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.infragistics.com/aggbug.aspx?PostID=77067" width="1" height="1"&gt;</description></item><item><title>Microsoft Photosynth</title><link>http://blogs.infragistics.com/blogs/grant_hinkson/archive/2006/11/22/microsoft-photosynth.aspx</link><pubDate>Wed, 22 Nov 2006 08:19:00 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:77066</guid><dc:creator>granth_ig</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.infragistics.com/blogs/grant_hinkson/rsscomments.aspx?PostID=77066</wfw:commentRss><comments>http://blogs.infragistics.com/blogs/grant_hinkson/archive/2006/11/22/microsoft-photosynth.aspx#comments</comments><description>&lt;p&gt;I watched a video preview for this either on Channel9 (&lt;a href="http://channel9.msdn.com/"&gt;http://channel9.msdn.com&lt;/a&gt;) or YouTube, I can&amp;#39;t remember now. If I find the link I&amp;#39;ll post it. When you watch the video, you just assume it&amp;#39;s one of those technologies you won&amp;#39;t see for a while, or will never see. Something crazy tucked away in a lab somewhere... well, there&amp;#39;s now a sample online that you can play with, and I must say it&amp;#39;s pretty amazing. I&amp;#39;ll reserve my final judgement for the release that lets me upload my own photos. Until then, check out the Photosynth preview: &lt;a title="http://labs.live.com/photosynth" href="http://labs.live.com/photosynth"&gt;&lt;font color="#000000"&gt;http://labs.live.com/photosynth&lt;/font&gt;&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.infragistics.com/aggbug.aspx?PostID=77066" width="1" height="1"&gt;</description></item><item><title>Fireworks to XAML Exporter Latest Release</title><link>http://blogs.infragistics.com/blogs/grant_hinkson/archive/2006/09/26/fireworks-to-xaml-exporter-latest-release.aspx</link><pubDate>Tue, 26 Sep 2006 22:32:00 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:77062</guid><dc:creator>granth_ig</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.infragistics.com/blogs/grant_hinkson/rsscomments.aspx?PostID=77062</wfw:commentRss><comments>http://blogs.infragistics.com/blogs/grant_hinkson/archive/2006/09/26/fireworks-to-xaml-exporter-latest-release.aspx#comments</comments><description>&lt;div style="border-bottom:1px solid #CCCCCC;margin-bottom:15px;"&gt;
			&lt;p&gt;&lt;span&gt;&lt;img style="MARGIN-RIGHT:10px;" height="357" alt="" src="http://design.infragistics.com/images/fireworks_to_xaml_output.jpg" width="235" align="left" /&gt; Download the latest version of the Fireworks to XAML Exporter and start converting your Adobe Fireworks documents to WPF/XAML. &lt;/span&gt;This extension installs a custom panel that works directly within Fireworks.&lt;/p&gt;
			&lt;p&gt;&lt;span&gt;&lt;a href="http://www.infragistics.com/downloads/downloadRequest.aspx?code=FWXAML"&gt;&lt;img alt="Download FW to XAML Extension" src="http://design.infragistics.com/images/icon_Next.png" align="absMiddle" border="0" /&gt; Download Fireworks to XAML Extension&lt;/a&gt; &lt;/span&gt;&lt;/p&gt;
			&lt;p&gt;&lt;strong&gt;Features&lt;br /&gt;
				&lt;/strong&gt;1. Copy XAML to Clipboard &lt;br /&gt;
				2. Save XAML to File &lt;br /&gt;
				3. Convert entire frame or selected items &lt;br /&gt;
				4. Export bitmaps and bitmap masks &lt;br /&gt;
				5. Export bitmap effects (blur, glow, drop shadow, inner bevel)&lt;br /&gt;
				6. Export Fills as Resources&lt;br /&gt;
				7. Use condensed or Verbose path syntax&lt;br /&gt;
				8. More!
&lt;/p&gt;
			&lt;p&gt;&lt;strong&gt;Installation and Overview PDF &lt;/strong&gt;&lt;br /&gt;
				Download the &lt;a href="http://design.infragistics.com/images/FW_XAML_Guide.pdf"&gt;Fireworks to XAML Export PDF&lt;/a&gt; to see a more comprehensive list of features/options.			&lt;/p&gt;
			&lt;p&gt;&amp;nbsp;&lt;/p&gt;
		&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.infragistics.com/aggbug.aspx?PostID=77062" width="1" height="1"&gt;</description></item><item><title>Fireworks to XAML Exporter Updated</title><link>http://blogs.infragistics.com/blogs/grant_hinkson/archive/2006/07/14/fireworks-to-xaml-exporter-updated.aspx</link><pubDate>Sat, 15 Jul 2006 01:49:00 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:77061</guid><dc:creator>granth_ig</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.infragistics.com/blogs/grant_hinkson/rsscomments.aspx?PostID=77061</wfw:commentRss><comments>http://blogs.infragistics.com/blogs/grant_hinkson/archive/2006/07/14/fireworks-to-xaml-exporter-updated.aspx#comments</comments><description>The latest version of the Fireworks to XAML Exporter is now available for download. It includes significant enhancements and feature additions:
			&lt;ul&gt;
				&lt;li&gt;Radial Gradients&lt;/li&gt;
				&lt;li&gt;Elliptical Gradients&lt;/li&gt;
				&lt;li&gt;Enhanced Gradient Exporting (Opacity Stops merged with Color Stops) &lt;/li&gt;
				&lt;li&gt;Grouping Support  &lt;/li&gt;
				&lt;li&gt;Improved Text Exporting&lt;/li&gt;
				&lt;li&gt;GlowBitmapEffect&lt;/li&gt;
				&lt;li&gt;DropShadowBitmapEffect&lt;/li&gt;
				&lt;li&gt;BlurBitmapEffect&lt;/li&gt;
				&lt;li&gt;BevelBitmapEffect&lt;/li&gt;
			&lt;/ul&gt;
			&lt;p&gt;Check the included readme.txt file for a more comprehensive list of changes. &lt;/p&gt;
			&lt;p&gt;&lt;a href="http://www.infragistics.com/downloads/downloadRequest.aspx?code=FWXAML"&gt;&lt;img alt="Download FW to XAML Extension" src="http://www.infragistics.com/design/images/icon_Next.png" align="absMiddle" border="0" /&gt; Download Fireworks to XAML Extension&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.infragistics.com/aggbug.aspx?PostID=77061" width="1" height="1"&gt;</description></item><item><title>Using the Chameleon Style Library</title><link>http://blogs.infragistics.com/blogs/grant_hinkson/archive/2006/06/29/using-the-chameleon-style-library.aspx</link><pubDate>Fri, 30 Jun 2006 01:24:00 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:77060</guid><dc:creator>granth_ig</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.infragistics.com/blogs/grant_hinkson/rsscomments.aspx?PostID=77060</wfw:commentRss><comments>http://blogs.infragistics.com/blogs/grant_hinkson/archive/2006/06/29/using-the-chameleon-style-library.aspx#comments</comments><description>For those of you using AppStylist™, you&amp;#39;ve probably already stepped through the isl&amp;#39;s that ship with the product ([AppStylist Installation Directory]\Styles). I want to point out an additional file that you may have missed -- &lt;i&gt;Using Chameleon.doc&lt;/i&gt;. It is located in the same directory, but unless you&amp;#39;ve browsed the Styles folder with Windows Explorer you&amp;#39;ve probably missed it. Chameleon was designed to provide a glass look similar to many of the other style libraries but with a level of added customization not available in the others. By changing values in just a couple of resources you can dramatically alter the look of the entire library. The &lt;i&gt;Using Chameleon&lt;/i&gt; doc describes which properties to change and even provides a table of predefined colors for you to use! Fun fun!
&lt;br /&gt;&lt;br /&gt;
&lt;img src="http://download.infragistics.com/users/GrantH/chameleon_doc.jpg" alt="" /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.infragistics.com/aggbug.aspx?PostID=77060" width="1" height="1"&gt;</description></item></channel></rss>