<?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>scorbs &#187; mix</title>
	<atom:link href="http://scorbs.com/tag/mix/feed/" rel="self" type="application/rss+xml" />
	<link>http://scorbs.com</link>
	<description>karen corby&#039;s fabulous blog</description>
	<lastBuildDate>Thu, 16 Feb 2012 02:20:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>SnippetManager</title>
		<link>http://scorbs.com/2008/03/18/snippetmanager/</link>
		<comments>http://scorbs.com/2008/03/18/snippetmanager/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 23:34:07 +0000</pubDate>
		<dc:creator>Karen</dc:creator>
				<category><![CDATA[silverlight]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[mix]]></category>
		<category><![CDATA[speaking]]></category>

		<guid isPermaLink="false">http://scorbs.com/2008/03/18/snippetmanager/</guid>
		<description><![CDATA[Updated 3/22/09: SnippetManager now copies the snippet to the clipboard when selected. I&#8217;ve gotten a lot requests for the snippet manager I used at my Mix08 session. So as promised, here it is for everyone who is interested: app, code. &#8230; <a href="http://scorbs.com/2008/03/18/snippetmanager/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p></p><br /><p>Updated 3/22/09: SnippetManager now copies the snippet to the clipboard when selected.</p>
<p>I&#8217;ve gotten a lot requests for the snippet manager I used at <a href="http://scorbs.com/2008/03/09/mix08-creating-rich-dynamic-user-interfaces-with-silverlight-2-controls/">my Mix08 session</a>.</p>
<p>So as promised, here it is for everyone who is interested: <a href="http://scorbs.com/snippetmanager/SnippetManager.zip">app</a>, <a href="http://scorbs.com/snippetmanager/SnippetManagerCode.zip">code</a>.</p>
<p align="center"><a href="http://scorbs.com/snippetmanager/SnippetManager.zip"><img src="http://farm3.static.flickr.com/2328/2331912497_7894e1a05f.jpg" alt="" /></a></p>
<p>The first incarnation of this application was done by <a href="http://blogs.msdn.com/nickkramer/">Nick Kramer</a> (Thanks Nick!).  I&#8217;ve tweaked it and added a WPF frontend.</p>
<p><em><strong>How do I use it?</strong></em></p>
<ul>
<li>To use a snippet, drag the title of the snippet to the desired target app.</li>
<li>In order to move the app around, drag the black bottom portion of the window.</li>
<li>The topmost checkbox and load/close buttons work as you would expect.</li>
</ul>
<p>If desired, you can start the app from the commandline:</p>
<p><em> snippetmanager.exe /notontop [snippetsfile] [snippetsfile] &#8230; </em></p>
<p>where /notontop indicates that the snippet manager should start out NOT being topmost.</p>
<p><em><strong>What is the format of the snippet file?</strong></em></p>
<p>The format of the snippet file is:</p>
<table border="1" cellspacing="0" cellpadding="2" width="494">
<tbody>
<tr>
<td width="279" valign="top"><strong>Line</strong></td>
<td width="213" valign="top"><strong>Meaning</strong></td>
</tr>
<tr>
<td width="280" valign="top"><strong>///////////////////////////////</strong></td>
<td width="213" valign="top">Separates the contents of one snippet from another snippet.</td>
</tr>
<tr>
<td width="281" valign="top"><strong>// First Snippet Title</strong></td>
<td width="213" valign="top">Indicates what the &#8220;title&#8221; for a snippet should be.</p>
<p>(Note: if a snippet does not have a title, the first line of the snippet appears in the snippet manager.)</td>
</tr>
<tr>
<td width="282" valign="top"><strong>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</strong></td>
<td width="213" valign="top">Separates sections of snippets and restarts numbering of snippets.</td>
</tr>
<tr>
<td width="283" valign="top">partial line:&lt;content&gt;</td>
<td width="213" valign="top">Should treat &lt;content&gt; as part of an existing line.  (i.e. Snippet should not include a line break at its end.)</td>
</tr>
<tr>
<td width="283" valign="top">&lt;other&gt;</td>
<td width="213" valign="top">Any other line is treated as the content of a snippet</td>
</tr>
</tbody>
</table>
<p>Given the &#8220;exactness&#8221; of the file format, I&#8217;d recommend always copying and editing the sample snippet file.</p>
<p>The sample snippet file (which was used in the above screen shot) is included in the zip and shown below:</p>
<div style="border: 1px solid gray; margin: 20px 0px 10px; padding: 4px; overflow: auto; font-size: 8pt; width: 97.5%; cursor: text; max-height: 600px; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;">
<div style="border-style: none; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;">
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;"><span style="color: #606060">   1:</span> ///////////////////////////////</pre>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;"><span style="color: #606060">   2:</span> // First Snippet Title</pre>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;"><span style="color: #606060">   3:</span>         <span style="color: #0000ff">&lt;</span><span style="color: #800000">Style</span> <span style="color: #ff0000">x:Key</span><span style="color: #0000ff">="TitleStyle"</span> <span style="color: #ff0000">TargetType</span><span style="color: #0000ff">="TextBlock"</span><span style="color: #0000ff">&gt;</span></pre>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;"><span style="color: #606060">   4:</span>             <span style="color: #0000ff">&lt;</span><span style="color: #800000">Setter</span> <span style="color: #ff0000">Property</span><span style="color: #0000ff">="FontSize"</span> <span style="color: #ff0000">Value</span><span style="color: #0000ff">="35"</span><span style="color: #0000ff">/&gt;</span></pre>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;"><span style="color: #606060">   5:</span>         <span style="color: #0000ff">&lt;/</span><span style="color: #800000">Style</span><span style="color: #0000ff">&gt;</span></pre>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;"><span style="color: #606060">   6:</span> ///////////////////////////////</pre>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;"><span style="color: #606060">   7:</span> // Second Snippet Title</pre>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;"><span style="color: #606060">   8:</span> partial line:Style="{StaticResource TitleStyle}"</pre>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; font-family: consolas,'Courier New',courier,monospace; background-color: white;"><span style="color: #606060">   9:</span> ///////////////////////////////</pre>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;"><span style="color: #606060">  10:</span> Snippet content (no title)</pre>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;"><span style="color: #606060">  11:</span> ///////////////////////////////</pre>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;"><span style="color: #606060">  12:</span> --------------------------</pre>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;"><span style="color: #606060">  13:</span> ///////////////////////////////</pre>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;"><span style="color: #606060">  14:</span> // Second Snippet Section</pre>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;"><span style="color: #606060">  15:</span>         <span style="color: #0000ff">&lt;</span><span style="color: #800000">ControlTemplate</span> <span style="color: #ff0000">x:Key</span><span style="color: #0000ff">="SubmitButtonTemplate"</span> <span style="color: #ff0000">TargetType</span><span style="color: #0000ff">="Button"</span><span style="color: #0000ff">&gt;</span></pre>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;"><span style="color: #606060">  16:</span>             <span style="color: #0000ff">&lt;</span><span style="color: #800000">Grid</span> <span style="color: #ff0000">Width</span><span style="color: #0000ff">="70"</span> <span style="color: #ff0000">Height</span><span style="color: #0000ff">="20"</span>  <span style="color: #ff0000">Background</span><span style="color: #0000ff">="DarkGray"</span><span style="color: #0000ff">&gt;</span></pre>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;"><span style="color: #606060">  17:</span>                 <span style="color: #0000ff">&lt;</span><span style="color: #800000">TextBlock</span> <span style="color: #ff0000">Foreground</span><span style="color: #0000ff">="White"</span> <span style="color: #ff0000">VerticalAlignment</span><span style="color: #0000ff">="Center"</span> <span style="color: #ff0000">HorizontalAlignment</span><span style="color: #0000ff">="Center"</span> <span style="color: #ff0000">FontSize</span><span style="color: #0000ff">="12"</span> <span style="color: #ff0000">FontFamily</span><span style="color: #0000ff">="/fonts/IngebretsenNeato.ttf#Ingebretsen Neato"</span> <span style="color: #ff0000">Text</span><span style="color: #0000ff">="Submit"</span><span style="color: #0000ff">/&gt;</span></pre>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;"><span style="color: #606060">  18:</span>             <span style="color: #0000ff">&lt;/</span><span style="color: #800000">Grid</span><span style="color: #0000ff">&gt;</span></pre>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;"><span style="color: #606060">  19:</span>         <span style="color: #0000ff">&lt;/</span><span style="color: #800000">ControlTemplate</span><span style="color: #0000ff">&gt;</span></pre>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://scorbs.com/2008/03/18/snippetmanager/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>FlickrViewr</title>
		<link>http://scorbs.com/2008/03/14/flickrviewr/</link>
		<comments>http://scorbs.com/2008/03/14/flickrviewr/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 02:20:59 +0000</pubDate>
		<dc:creator>Karen</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[mix]]></category>
		<category><![CDATA[speaking]]></category>

		<guid isPermaLink="false">http://scorbs.com/2008/03/14/flickrviewr/</guid>
		<description><![CDATA[At my Mix08 session last week, I showed off a FlickrViewr app that I had written. You can search different user&#8217;s photos (or search all public photos by leaving the username blank). updated: This app has been updated for Beta2.  &#8230; <a href="http://scorbs.com/2008/03/14/flickrviewr/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p></p><br /><p>At <a href="http://scorbs.com/2008/03/09/mix08-creating-rich-dynamic-user-interfaces-with-silverlight-2-controls/">my Mix08 session</a> last week, I showed off a <a href="http://scorbs.com/silverlight/flickr/flickrviewr/">FlickrViewr </a>app that I had written. You can search different user&#8217;s photos (or search all public photos by leaving the username blank).</p>
<p><strong>updated: </strong>This app has been updated for Beta2.  All of its controls now use VSM!</p>
<p><strong>updated: </strong>This app now uses <a href="http://blogs.msdn.com/devdave" target="_blank">DevDave</a>&#8216;s <a href="http://blogs.msdn.com/devdave/archive/2008/07/17/layout-transitions-an-animatable-wrappanel.aspx" target="_blank">AnimatingWrapPanel</a>.</p>
<p><strong>updated:</strong> Updated for Silverlight 3.</p>
<p><a href="http://scorbs.com/silverlight/flickr/flickrviewr/"><img src="http://farm3.static.flickr.com/2202/2332719642_ed297d7e4f.jpg?v=0" alt="" /></a></p>
<p align="center">FlickrViewr (<a href="http://scorbs.com/silverlight/flickr/flickrviewr">app</a>, <a href="http://scorbs.com/silverlight/flickr/flickrviewr/FlickrViewr.zip">code</a>)</p>
<p>In order to run it on your own, you need to go to flickr and get your <a href="http://www.flickr.com/services/api/misc.api_keys.html">own flickr api key</a>.</p>
<p>Special thanks to <a href="http://blois.us/blog/">Pete Blois</a>.  I expanded upon his Xml Serialization Flickr library.  :)</p>
<p>This FlickrViewr application uses:</p>
<ul>
<li>Styles</li>
<li>Control Templates</li>
<li>UserControls</li>
<li>Custom Controls</li>
</ul>
<p>There are also a few re-usable goodies:</p>
<ul>
<li>HorizontalWrapPanel  (note: the app no longer uses this wrap panel)</li>
<li>ContinuousProgress control</li>
<li>ModalDialog</li>
</ul>
<p>You can grab these separately <a href="http://scorbs.com/silverlight/samplecontrols/SampleControls.zip">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://scorbs.com/2008/03/14/flickrviewr/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Mix08: Creating Rich, Dynamic User Interfaces with Silverlight 2 Controls</title>
		<link>http://scorbs.com/2008/03/09/mix08-creating-rich-dynamic-user-interfaces-with-silverlight-2-controls/</link>
		<comments>http://scorbs.com/2008/03/09/mix08-creating-rich-dynamic-user-interfaces-with-silverlight-2-controls/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 02:27:04 +0000</pubDate>
		<dc:creator>Karen</dc:creator>
				<category><![CDATA[silverlight]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[mix]]></category>
		<category><![CDATA[speaking]]></category>

		<guid isPermaLink="false">http://scorbs.com/2008/03/09/mix08-creating-rich-dynamic-user-interfaces-with-silverlight-2-controls/</guid>
		<description><![CDATA[Thanks everyone who came to my talk Thursday morning! (And to those brave souls who came to the 5:45pm repeat.) The session video is now posted on the Mix site. I’ve also uploaded the sample code and deck, if you’re &#8230; <a href="http://scorbs.com/2008/03/09/mix08-creating-rich-dynamic-user-interfaces-with-silverlight-2-controls/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p></p><br /><p>Thanks everyone who came to my talk Thursday morning!  (And to those brave souls who came to the 5:45pm repeat.)</p>
<p>The <a href="http://visitmix.com/blogs/2008Sessions/T20/" title="T60 Session Video">session video is now posted</a> on the Mix site.</p>
<p>I’ve also uploaded the <a href="http://scorbs.com/silverlight/mix08/T60-SampleCode.zip" title="T60 Sample Code">sample code</a> and <a href="http://scorbs.com/silverlight/mix08/T60-Corby.pptx" title="T60 Deck">deck</a>, if you’re interested.  (I’ll post my flickr viewer app soon in a different post.)</p>
<p><a href="http://visitmix.com/blogs/2008Sessions/T20/"><img src="http://farm4.static.flickr.com/3072/2323319940_c96d1eba6b_m.jpg" width="240" height="180" alt="DeckTitle" /></a></p>
<p>Some other links&#8230;</p>
<ul>
<li>All the <a href="http://sessions.visitmix.com/">Mix08 session videos</a></li>
<li>Description of the <a href="http://msdn2.microsoft.com/en-us/library/cc189007(VS.95).aspx">breaking changes between Silverlight Alpha 1.1 and Beta1</a></li>
</ul>
<p>And a few more&#8230;. (that I shameless stole from <a href="http://blogs.msdn.com/tims/archive/2008/03/05/download-links-for-mix08-announcements.aspx">Tim</a>.  See his <a href="http://blogs.msdn.com/tims/archive/2008/03/05/download-links-for-mix08-announcements.aspx">post </a>for some installation hints.):</p>
<ul>
<li>Internet Explorer 8 Beta 1
<ul>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=C3C6E8C1-BD91-490B-86F5-F3652DD691DE&amp;displaylang=en" target="_blank">Windows Vista / Windows Server 2008</a> (x86)</li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=D399733E-D4A9-44FD-821B-1C52D3C677E3&amp;displaylang=en" target="_blank">Windows Vista / Windows Server 2008</a> (x64)</li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=1A2E3DDD-B38B-439D-BBA7-F179A5D3ECAF&amp;displaylang=en" target="_blank">Windows XP</a> (x86)</li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=F2E76E1F-7592-4D74-A558-3CCA1D7B5592&amp;displaylang=en" target="_blank">Windows Server 2003 SP2</a> (x86)</li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=CE438CE4-BB4D-4033-AAB5-0EEFDA4FE194&amp;displaylang=en" target="_blank">Windows Server 2003 SP2 / Windows XP</a> (x64)</li>
</ul>
</li>
<li><a href="http://go.microsoft.com/fwlink/?LinkId=112012" target="_blank">Silverlight 2 Beta 1 Runtime</a></li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=E0BAE58E-9C0B-4090-A1DB-F134D9F095FD&amp;displaylang=en" target="_blank">Silverlight 2 Tools for Visual Studio 2008 and SDK</a></li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=EA93DD89-3AF2-4ACB-9CF4-BFE01B3F02D4&amp;displaylang=en" target="_blank">Source Code / Unit Tests for Silverlight 2 Controls</a></li>
<li><a href="http://www.microsoft.com/expression/products/download.aspx?key=studio2beta" target="_blank">Expression Studio 2 Beta</a> (contains Blend, Design, Encoder, Media and Web)</li>
<li><a href="http://www.microsoft.com/expression/products/download.aspx?key=blend2dot5" target="_blank">Expression Blend 2.5 March 2008 Preview</a></li>
<li><a href="http://blogs.msdn.com/expression/archive/2008/03/05/download-the-preview-of-the-deep-zoom-composer.aspx" target="_blank">Expression DeepZoom Composer</a></li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=38CC4CF1-773A-47E1-8125-BA3369BF54A3&amp;displaylang=en" target="_blank">ASP.NET MVC Preview 2</a></li>
</ul>
<p>Hope everyone enjoyed the rest of their time in Vegas.  Sadly, mine was a bit too eventful.  I ended up leaving my Mix bag by the pool&#8230; Which had my wallet in it.  I guess some things really will “stay in Vegas”…</p>
<p><a href="http://www.flickr.com/photos/scorbs/2313478857/" title="I Saw Elvis! by scorbette37, on Flickr"><img src="http://farm4.static.flickr.com/3093/2313478857_22de4e7181_m.jpg" width="161" height="240" alt="I Saw Elvis!" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://scorbs.com/2008/03/09/mix08-creating-rich-dynamic-user-interfaces-with-silverlight-2-controls/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Mix 08: Silverlight Sessions</title>
		<link>http://scorbs.com/2008/03/04/mix-08-silverlight-sessions/</link>
		<comments>http://scorbs.com/2008/03/04/mix-08-silverlight-sessions/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 02:23:03 +0000</pubDate>
		<dc:creator>Karen</dc:creator>
				<category><![CDATA[silverlight]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[mix]]></category>
		<category><![CDATA[speaking]]></category>

		<guid isPermaLink="false">http://scorbs.com/2008/03/04/mix-08-silverlight-sessions/</guid>
		<description><![CDATA[Mix08 has started in Vegas! Below are some of the Silverlight talks given by members of the Silverlight development team (plus one from some friends who now work at IdentityMine). I highly recommend checking these out if you&#8217;re at Mix! &#8230; <a href="http://scorbs.com/2008/03/04/mix-08-silverlight-sessions/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p></p><br /><p><a href="http://www.visitmix.com/">Mix08 </a>has started in Vegas!</p>
<p><a href="http://www.visitmix.com/"><img src="http://visitmix.com/2008/images/bling/blings_9_25_g.jpg" alt="Mix08" /></a></p>
<p>Below are some of the Silverlight talks given by members of the Silverlight development team (plus one from some friends who now work at IdentityMine).  I highly recommend checking these out if you&#8217;re at Mix!</p>
<p><strong>My talk &#8211; Building Rich, Dynamic User Interfaces with Silverlight 2 Controls &#8211; is on Thursday at 10:15am.</strong>  I&#8217;ve been prepping it and I think it should be good&#8230;. but you can help me out by crossing your fingers just in case.  :)</p>
<p>On a side note: The bags that usually are given away at conferences are super ugly.  But whoever did the Mix08 bags did a great job.  I&#8217;m actually going to use mine!</p>
<p><a href="http://www.flickr.com/photos/scorbs/2311658828/" title="The Mix08 Bag by scorbette37, on Flickr"><img src="http://farm3.static.flickr.com/2122/2311658828_c9a425831c_m.jpg" width="161" height="240" alt="The Mix08 Bag" /></a></p>
<p>Silverlight sessions from the Silverlight development team:</p>
<p><strong>**Wednesday, March 5**</strong></p>
<p>
<strong>T13<br />
Working with Data and Web Services in Microsoft Silverlight 2</strong><br />
<em>1:30 PM &#8211; 2:45 PM, Delfino 4105<br />
Speaker: Eugene Osovetsky</em><br />
Learn how easy it is to utilize POX, REST, RSS, ATOM, JSON, and SOAP in your Microsoft Silverlight mashup applications. Also learn how to easily access and display data with Silverlight using LINQ and databinding.</p>
<p><strong>CT01<br />
Building Rich Internet Applications Using Microsoft Silverlight 2, Part 1</strong><br />
<em>March 5 3:00 PM &#8211; 4:15 PM, Lando 4201<br />
Speakers: Mike Harsh, Joe Stegman</em><br />
Learn how to use Microsoft Visual Studio to create applications, how to create UI using XAML markup and code, how to build a custom control, how to retrieve data from a Web service, and how to manipulate data with XML and LINQ. (Part 1 of 2)</p>
<p><strong>CT02<br />
Building Rich Internet Applications Using Microsoft Silverlight 2, Part 2</strong><br />
<em>4:30 PM &#8211; 5:45 PM, Lando 4201<br />
Speakers: Mike Harsh, Joe Stegman</em><br />
Learn how to use Microsoft Visual Studio to create applications, how to create UI using XAML markup and code, how to build a custom control, how to retrieve data from a Web service, and how to manipulate data with XML and LINQ. (Part 2 of 2)
</p>
<p><strong>**Thursday, March 6**</strong></p>
<p>
<strong>BCT05<br />
Integrating Media in Silverlight Applications</strong><br />
<em>8:30 AM &#8211; 9:45 AM, San Polo 3501A<br />
Speaker: Ed Maia</em><br />
Come learn how to incorporate media into Microsoft Silverlight applications including video playback capabilities and programmatic control of the media display. Also learn about the new content protection features of Silverlight, including the proper workflow for implementing content protection and integrity.</p>
<p><strong>T20<br />
Creating Rich, Dynamic User Interfaces with Silverlight 2 Controls</strong><br />
<em>Thursday, March 6 10:15 AM &#8211; 11:30 AM, Lando 4204<br />
Speaker: Karen Corby</em><br />
See how to use the Microsoft Silverlight 2 control model to efficiently design and develop custom controls, style existing controls, create control templates, and package your controls for re-use to develop Rich Internet Applications. Also hear about the capabilities for accessibility.
</p>
<p><strong>**Friday, March 7**</strong></p>
<p>
<strong>BC01<br />
Nerd + Art: Ten Code Snippets to Empower Your Inner Artist</strong><br />
<em>10:00 AM &#8211; 11:15 AM, Lando 4201<br />
Speakers: <a href="designerslove.net">Nathan Dunlap</a> (Identity Mine), <a href="http://notstatic.com/">Robby Ingebretsen</a>(Identity Mine) </em><br />
Learn how to increase what a designer can do with Windows Presentation Foundation and Microsoft Silverlight 2 using our designer&#8217;s code &#8220;toolbox&#8221;-10 simple concepts that will give you an edge when making your best ideas a reality. We share the code, teach you how to use it and introduce the concepts behind it.</p>
]]></content:encoded>
			<wfw:commentRss>http://scorbs.com/2008/03/04/mix-08-silverlight-sessions/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Mix08!</title>
		<link>http://scorbs.com/2007/11/15/mix08/</link>
		<comments>http://scorbs.com/2007/11/15/mix08/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 21:38:22 +0000</pubDate>
		<dc:creator>Karen</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[mix]]></category>
		<category><![CDATA[silverlight]]></category>

		<guid isPermaLink="false">http://scorbs.com/2007/11/15/mix08/</guid>
		<description><![CDATA[Mix08 has been announced! &#160; March 5 to 7, 2008 The Venetian Resort Hotel Casino Las Vegas, Nevada]]></description>
			<content:encoded><![CDATA[<p></p><br /><p><a href="http://visitmix.com/2008/index.html">Mix08</a> has been announced!</p>
<p>&nbsp;<img src="http://visitmix.com/2008/images/mixtify/vectormark.png"></p>
<p><strong>March 5 to 7, 2008</strong></p>
<p><a href="http://www.venetian.com/">The Venetian Resort Hotel Casino</a></p>
<p>Las Vegas, Nevada</p>
]]></content:encoded>
			<wfw:commentRss>http://scorbs.com/2007/11/15/mix08/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

