<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Simplatek's Blog</title>
	<atom:link href="http://simplatek.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://simplatek.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Tue, 17 Feb 2009 16:38:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='simplatek.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Simplatek's Blog</title>
		<link>http://simplatek.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://simplatek.wordpress.com/osd.xml" title="Simplatek&#039;s Blog" />
	<atom:link rel='hub' href='http://simplatek.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Silverlight 2 Dynamic Bordered Image</title>
		<link>http://simplatek.wordpress.com/2009/02/17/silverlight-2-dynamic-bordered-image/</link>
		<comments>http://simplatek.wordpress.com/2009/02/17/silverlight-2-dynamic-bordered-image/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 16:38:40 +0000</pubDate>
		<dc:creator>simplatek</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Bordered Image]]></category>
		<category><![CDATA[Silverlight 2]]></category>

		<guid isPermaLink="false">http://simplatek.wordpress.com/?p=119</guid>
		<description><![CDATA[what&#8217;s up people, I had to drop this little help for those people trying to display a border around an image just like a postcard. Sounds easy, right? good luck, I got it to work finally after messing w/ a bunch of events including SizeChanged, Loaded and finally LayoutUpdated. These events are exposed in the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simplatek.wordpress.com&amp;blog=5464375&amp;post=119&amp;subd=simplatek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>what&#8217;s up people, I had to drop this little help for those people trying to display a border around an image just like a postcard.  Sounds easy, right?  good luck, I got it to work finally after messing w/ a bunch of events including SizeChanged, Loaded and finally LayoutUpdated.  These events are exposed in the Image control.  What I was doing is loading an image from WebService, and displaying it in an Auto Sized Border, no hardcoding sizes here, I had to place the border around the image using the Rendered ActualWidth and ActualHeight of the Image control to make it snug( after Image was downloaded and rendered), if not you get the border which expands the entire availble area, instead of nice and snug around the image.  So, all I had to do was wire up an delegate for the Image.LayoutUpdated and as the Image control changed size, I was able to update the Border to use same size as Image !  I&#8217;m not sure if it will work for everyone, but it did for me <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />    </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/simplatek.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/simplatek.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/simplatek.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/simplatek.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/simplatek.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/simplatek.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/simplatek.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/simplatek.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/simplatek.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/simplatek.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/simplatek.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/simplatek.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/simplatek.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/simplatek.wordpress.com/119/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simplatek.wordpress.com&amp;blog=5464375&amp;post=119&amp;subd=simplatek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://simplatek.wordpress.com/2009/02/17/silverlight-2-dynamic-bordered-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3be210998cbffc61521dd875610e209a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">simplatek</media:title>
		</media:content>
	</item>
		<item>
		<title>ADO.Net data services client : Inserting record Many to Many</title>
		<link>http://simplatek.wordpress.com/2009/02/03/adonet-data-services-client-inserting-record-many-to-many/</link>
		<comments>http://simplatek.wordpress.com/2009/02/03/adonet-data-services-client-inserting-record-many-to-many/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 19:07:51 +0000</pubDate>
		<dc:creator>simplatek</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[ado.net data services]]></category>
		<category><![CDATA[entity framework]]></category>

		<guid isPermaLink="false">http://simplatek.wordpress.com/?p=116</guid>
		<description><![CDATA[ok, so I&#8217;ve been learning what&#8217;s good and bad about this new technology&#8230;just a quick note, if your trying to insert a new record into a Many to Many relationship, you must use AddLink. SetLink is for 1 to Many relationships&#8230;that bit me in the ass for a good few hours&#8230;hope it helps somebody else.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simplatek.wordpress.com&amp;blog=5464375&amp;post=116&amp;subd=simplatek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>ok, so I&#8217;ve been learning what&#8217;s good and bad about this new technology&#8230;just a quick note, if your trying to insert a new record into a Many to Many relationship, you must use AddLink.  SetLink is for 1 to Many relationships&#8230;that bit me in the ass for a good few hours&#8230;hope it helps somebody else.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/simplatek.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/simplatek.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/simplatek.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/simplatek.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/simplatek.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/simplatek.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/simplatek.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/simplatek.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/simplatek.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/simplatek.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/simplatek.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/simplatek.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/simplatek.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/simplatek.wordpress.com/116/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simplatek.wordpress.com&amp;blog=5464375&amp;post=116&amp;subd=simplatek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://simplatek.wordpress.com/2009/02/03/adonet-data-services-client-inserting-record-many-to-many/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3be210998cbffc61521dd875610e209a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">simplatek</media:title>
		</media:content>
	</item>
		<item>
		<title>Silverlight 2 Dynamic ItemsTemplate</title>
		<link>http://simplatek.wordpress.com/2008/11/13/silverlight-2-dynamic-itemstemplate/</link>
		<comments>http://simplatek.wordpress.com/2008/11/13/silverlight-2-dynamic-itemstemplate/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 00:29:34 +0000</pubDate>
		<dc:creator>simplatek</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[ItemsTemplate]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Silverlight 2]]></category>
		<category><![CDATA[Silverlight2]]></category>
		<category><![CDATA[simplatek]]></category>

		<guid isPermaLink="false">http://simplatek.wordpress.com/?p=95</guid>
		<description><![CDATA[I just got a workaround from Scott Guthrie and other Silverlight team members ( David Anson ) to resolve why changing a ListBox&#8217;s ItemsTemplate would not update the layout. What a quick response btw, less than 2-3hrs it was there in my inbox, I was so happy !!! Here is a code snippet&#8230; try { [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simplatek.wordpress.com&amp;blog=5464375&amp;post=95&amp;subd=simplatek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I just got a workaround from Scott Guthrie and other Silverlight team members ( David Anson ) to resolve why changing a ListBox&#8217;s ItemsTemplate would not update the layout. What a quick response btw, less than 2-3hrs it was there in my inbox, I was so happy !!! Here is a code snippet&#8230;</p>
<p><code>
<pre>try
{
    // show the correct layout...
    if (this.sldCrateLayout != null)
    {
        int layoutNum = (int)this.sldCrateLayout.Value;

        switch (layoutNum)
        {
            case 1:
                // Circular
                this.lbDigiCrates.ItemsPanel = Resources["circularPanelTemplate"] as ItemsPanelTemplate;
                break;
            case 2:
                // Wrap
                this.lbDigiCrates.ItemsPanel = Resources["wrapPanelTemplate"] as ItemsPanelTemplate;
                break;
            case 3:
                // Uniform
                this.lbDigiCrates.ItemsPanel = Resources["uniformGridPanelTemplate"] as ItemsPanelTemplate;
                break;
            case 4:
                // Carousel
                this.lbDigiCrates.ItemsPanel = Resources["carouselPanelTemplate"] as ItemsPanelTemplate;
                break;
            case 5:
                // Grid
                this.lbDigiCrates.ItemsPanel = null;
                break;
            case 6:
                // List
                break;
        }

        // Rebounce the ItemsPanel template so it can repopulate
        // Trick provided by David Anson from MS and Scott Guthrie!!!
        var t = lbDigiCrates.Template;
        lbDigiCrates.Template = null;
        lbDigiCrates.Template = t;
    }
}
catch (Exception ex) </pre>
<p></code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/simplatek.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/simplatek.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/simplatek.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/simplatek.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/simplatek.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/simplatek.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/simplatek.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/simplatek.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/simplatek.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/simplatek.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/simplatek.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/simplatek.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/simplatek.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/simplatek.wordpress.com/95/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simplatek.wordpress.com&amp;blog=5464375&amp;post=95&amp;subd=simplatek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://simplatek.wordpress.com/2008/11/13/silverlight-2-dynamic-itemstemplate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3be210998cbffc61521dd875610e209a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">simplatek</media:title>
		</media:content>
	</item>
		<item>
		<title>Silverlight2 UniformGrid Panel</title>
		<link>http://simplatek.wordpress.com/2008/11/10/silverlight2-uniformgrid-panel/</link>
		<comments>http://simplatek.wordpress.com/2008/11/10/silverlight2-uniformgrid-panel/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 20:35:26 +0000</pubDate>
		<dc:creator>simplatek</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[ItemsPanelTemplate]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Silverlight2]]></category>
		<category><![CDATA[simplatek]]></category>
		<category><![CDATA[skratchn]]></category>
		<category><![CDATA[Skratchn.com]]></category>
		<category><![CDATA[UniformGrid]]></category>
		<category><![CDATA[UniformGridPanel]]></category>

		<guid isPermaLink="false">http://simplatek.wordpress.com/?p=66</guid>
		<description><![CDATA[Another layout control missing in Silverlight2 is the UniformGrid&#8230;so I decided to build my own again&#8230; (which by the way MS has released their set of Silverlight Controls under Silverlight Toolkit which contains a WrapPanel along w/ many other goodiess but I didn&#8217;t see the UniformGrid, unless I&#8217;m going blind&#8230;;)&#8230;well all I know is Wow!!, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simplatek.wordpress.com&amp;blog=5464375&amp;post=66&amp;subd=simplatek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Another layout control missing in Silverlight2 is the UniformGrid&#8230;so I decided to build my own again&#8230; (which by the way MS has released their set of Silverlight Controls under Silverlight Toolkit which contains a WrapPanel along w/ many other goodiess but I didn&#8217;t see the UniformGrid, unless I&#8217;m going blind&#8230;;)&#8230;well all I know is Wow!!, that was a pain in the donkey for surez;)&#8230;anyways, after getting the algorithm kinda down it worked like a charm&#8230;I still need to fix my math to fill the container completely but right now this is good enough for me.  Below is a shot from&#8230;you guessed it; skratchn.com using the UniformGridPanel I just implemented to display the album covers and crates.  The UniformGrid actually took me a bit longer than expected but nonetheless it was worth the effort.<br />

<a href='http://simplatek.wordpress.com/2008/11/10/silverlight2-uniformgrid-panel/skratchncom_uniformgrid/' title='skratchncom_uniformgrid'><img data-attachment-id='67' data-orig-size='1924,1174' data-liked='0'width="128" height="78" src="http://simplatek.files.wordpress.com/2008/11/skratchncom_uniformgrid.png?w=128&#038;h=78" class="attachment-thumbnail" alt="Silverlight2 UniformGrid" title="skratchncom_uniformgrid" /></a>
<a href='http://simplatek.wordpress.com/2008/11/10/silverlight2-uniformgrid-panel/uniformgridpanel_crates/' title='uniformgridpanel_crates'><img data-attachment-id='81' data-orig-size='1202,814' data-liked='0'width="128" height="86" src="http://simplatek.files.wordpress.com/2008/11/uniformgridpanel_crates.png?w=128&#038;h=86" class="attachment-thumbnail" alt="Silverlight2 UniformGrid Panel w/ Crates fully stretched" title="uniformgridpanel_crates" /></a>
<a href='http://simplatek.wordpress.com/2008/11/10/silverlight2-uniformgrid-panel/uniformgridpanel_four/' title='uniformgridpanel_four'><img data-attachment-id='71' data-orig-size='686,633' data-liked='0'width="104" height="96" src="http://simplatek.files.wordpress.com/2008/11/uniformgridpanel_four.png?w=104&#038;h=96" class="attachment-thumbnail" alt="Silverlight2 UniformGrid Panel with 4 Items" title="uniformgridpanel_four" /></a>
<a href='http://simplatek.wordpress.com/2008/11/10/silverlight2-uniformgrid-panel/uniformgridpanel_many/' title='uniformgridpanel_many'><img data-attachment-id='70' data-orig-size='804,715' data-liked='0'width="107" height="96" src="http://simplatek.files.wordpress.com/2008/11/uniformgridpanel_many.png?w=107&#038;h=96" class="attachment-thumbnail" alt="Silverlight2 UniformGrid Panel w/ 42 Items" title="uniformgridpanel_many" /></a>
</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/simplatek.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/simplatek.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/simplatek.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/simplatek.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/simplatek.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/simplatek.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/simplatek.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/simplatek.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/simplatek.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/simplatek.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/simplatek.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/simplatek.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/simplatek.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/simplatek.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simplatek.wordpress.com&amp;blog=5464375&amp;post=66&amp;subd=simplatek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://simplatek.wordpress.com/2008/11/10/silverlight2-uniformgrid-panel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3be210998cbffc61521dd875610e209a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">simplatek</media:title>
		</media:content>

		<media:content url="http://simplatek.files.wordpress.com/2008/11/skratchncom_uniformgrid.png?w=128" medium="image">
			<media:title type="html">skratchncom_uniformgrid</media:title>
		</media:content>

		<media:content url="http://simplatek.files.wordpress.com/2008/11/uniformgridpanel_crates.png?w=128" medium="image">
			<media:title type="html">uniformgridpanel_crates</media:title>
		</media:content>

		<media:content url="http://simplatek.files.wordpress.com/2008/11/uniformgridpanel_four.png?w=104" medium="image">
			<media:title type="html">uniformgridpanel_four</media:title>
		</media:content>

		<media:content url="http://simplatek.files.wordpress.com/2008/11/uniformgridpanel_many.png?w=107" medium="image">
			<media:title type="html">uniformgridpanel_many</media:title>
		</media:content>
	</item>
		<item>
		<title>Silverlight2 WrapPanel</title>
		<link>http://simplatek.wordpress.com/2008/11/10/silverlight2-wrappanel/</link>
		<comments>http://simplatek.wordpress.com/2008/11/10/silverlight2-wrappanel/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 18:07:31 +0000</pubDate>
		<dc:creator>simplatek</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Silverlight2]]></category>
		<category><![CDATA[simplatek]]></category>
		<category><![CDATA[skratchn]]></category>
		<category><![CDATA[Skratchn.com]]></category>
		<category><![CDATA[WrapPanel]]></category>

		<guid isPermaLink="false">http://simplatek.wordpress.com/?p=54</guid>
		<description><![CDATA[Just whipped up a little WrapPanel control since it is missing from Silverlight2 and was so damn easy to build, why did MS not ship one I&#8217;m not sure&#8230;.but for me it took less than 10 minutes, maybe even 5 minutes&#8230;perhaps that is why, they only do the tricky ones   This control keeps the desired [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simplatek.wordpress.com&amp;blog=5464375&amp;post=54&amp;subd=simplatek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just whipped up a little <em>WrapPanel</em> control since it is missing from Silverlight2 and was so damn easy to build, why did MS not ship one I&#8217;m not sure&#8230;.but for me it took less than 10 minutes, maybe even 5 minutes&#8230;perhaps that is why, they only do the tricky ones <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />   This control keeps the desired size of the Child element and wraps only left to right top to bottom for now&#8230;should start scrolling vertically.  I&#8217;m going to build the UniformGrid now, since that seems pretty easy as well and is a really cool layout control.  Here&#8217;s what it looks like w/ the DigiCR8 System.</p>
<div id="attachment_59" class="wp-caption alignleft" style="width: 460px"><a href="http://simplatek.files.wordpress.com/2008/11/wrappanel_silverlight2.png"><img class="size-full wp-image-59" title="wrappanel_silverlight2" src="http://simplatek.files.wordpress.com/2008/11/wrappanel_silverlight2.png?w=497" alt="Silverlight2 WrapPanel"   /></a><p class="wp-caption-text">Silverlight2 WrapPanel</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/simplatek.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/simplatek.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/simplatek.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/simplatek.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/simplatek.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/simplatek.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/simplatek.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/simplatek.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/simplatek.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/simplatek.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/simplatek.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/simplatek.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/simplatek.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/simplatek.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simplatek.wordpress.com&amp;blog=5464375&amp;post=54&amp;subd=simplatek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://simplatek.wordpress.com/2008/11/10/silverlight2-wrappanel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3be210998cbffc61521dd875610e209a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">simplatek</media:title>
		</media:content>

		<media:content url="http://simplatek.files.wordpress.com/2008/11/wrappanel_silverlight2.png" medium="image">
			<media:title type="html">wrappanel_silverlight2</media:title>
		</media:content>
	</item>
		<item>
		<title>Skratchn.com in the workz&#8230;Silverlight2 app</title>
		<link>http://simplatek.wordpress.com/2008/11/10/skratchncom-in-the-workzsilverlight2-app/</link>
		<comments>http://simplatek.wordpress.com/2008/11/10/skratchncom-in-the-workzsilverlight2-app/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 04:14:20 +0000</pubDate>
		<dc:creator>simplatek</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Silverlight2]]></category>
		<category><![CDATA[simplatek]]></category>
		<category><![CDATA[skratchn]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[wpf]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Yo, i&#8217;ve been busy trying to pick up some skills w/ Silverlight2 and all that new .Net Framework 3.5 stuff.  I&#8217;ve really enjoyed building this little project and it&#8217;s been full of unexpected challenging things; mostly related to Silverlight&#8217;s limitations..I&#8217;ll write a blog about that later&#8230; Many things were a pain in the ass, but [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simplatek.wordpress.com&amp;blog=5464375&amp;post=1&amp;subd=simplatek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Yo, i&#8217;ve been busy trying to pick up some skills w/ Silverlight2 and all that new .Net Framework 3.5 stuff.  I&#8217;ve really enjoyed building this little project and it&#8217;s been full of unexpected challenging things; mostly related to Silverlight&#8217;s limitations..I&#8217;ll write a blog about that later&#8230; Many things were a pain in the ass, but overall it&#8217;s been cake once you get the hang of programming Xaml by hand and trying to use Blend along w/ VS2008.  I&#8217;d like to share w/ everyone some of my technologies and ideas of where i&#8217;m thinking of taking skratchn.com and the whole digicr8 concept.  Stay tuned as I stare into pixel space and figure out what to do next&#8230;check out a thumbnail below and a link to the app!!  <a href="http://skratchn.com">skratchn.com 2009 CTP</a></p>
<div id="attachment_20" class="wp-caption alignleft" style="width: 507px"><a href="http://simplatek.files.wordpress.com/2008/11/skratchncom_menu.png"><img class="size-full wp-image-20" title="skratchn.com menu" src="http://simplatek.files.wordpress.com/2008/11/skratchncom_menu.png?w=497&#038;h=349" alt="skratchn.com menu w/ animation" width="497" height="349" /></a><p class="wp-caption-text">skratchn.com menu w/ animation</p></div>
<div id="attachment_13" class="wp-caption alignleft" style="width: 491px"><a href="http://simplatek.files.wordpress.com/2008/11/skratchn1.png"><img class="size-full wp-image-13" title="skratchn.com preview" src="http://simplatek.files.wordpress.com/2008/11/skratchn1.png?w=497" alt="skratchn.com DigiCR8 System preview 2009"   /></a><p class="wp-caption-text">skratchn.com preview 2009</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/simplatek.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/simplatek.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/simplatek.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/simplatek.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/simplatek.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/simplatek.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/simplatek.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/simplatek.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/simplatek.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/simplatek.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/simplatek.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/simplatek.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/simplatek.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/simplatek.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simplatek.wordpress.com&amp;blog=5464375&amp;post=1&amp;subd=simplatek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://simplatek.wordpress.com/2008/11/10/skratchncom-in-the-workzsilverlight2-app/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3be210998cbffc61521dd875610e209a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">simplatek</media:title>
		</media:content>

		<media:content url="http://simplatek.files.wordpress.com/2008/11/skratchncom_menu.png" medium="image">
			<media:title type="html">skratchn.com menu</media:title>
		</media:content>

		<media:content url="http://simplatek.files.wordpress.com/2008/11/skratchn1.png" medium="image">
			<media:title type="html">skratchn.com preview</media:title>
		</media:content>
	</item>
	</channel>
</rss>
