<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/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>Josh Schwartzberg high-fives the CLR - All Comments</title><link>http://weblogs.asp.net/dotjosh/default.aspx</link><description>and spouts random buzzwords</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>re: Silverlight BringIntoView() extension method (with OnGotFocus behavior)</title><link>http://weblogs.asp.net/dotjosh/archive/2009/11/05/bringintoview-extension-method-for-silverlight-with-behavior.aspx#10268112</link><pubDate>Fri, 10 May 2013 12:43:08 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10268112</guid><dc:creator>Martin Lottering</dc:creator><description>&lt;p&gt;Thanks for sharing the code and ideas.&lt;/p&gt;
&lt;p&gt;NOTE that it won't always work as nice on &amp;quot;new&amp;quot; items that haven't loaded yet.&lt;/p&gt;
&lt;p&gt;I found that when the ActualHeight of the item is 0, it still needs to be loaded in the visual tree. Adding this small piece of code to the start of the BringIntoView() method solved that problem for me.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;static void frameworkElement_Loaded_BringIntoView(object sender, RoutedEventArgs e)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;((FrameworkElement)sender).Loaded -= frameworkElement_Loaded_BringIntoView;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;((FrameworkElement)sender).BringIntoView();&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;public static void BringIntoView(this FrameworkElement frameworkElement)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (frameworkElement.ActualHeight == 0 /* it might be brand new, and haven't loaded yet */) {&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;frameworkElement.Loaded += frameworkElement_Loaded_BringIntoView;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;... // normal code&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10268112" width="1" height="1"&gt;</description></item><item><title>re: ASP.NET MVC for the php/asp noob</title><link>http://weblogs.asp.net/dotjosh/archive/2010/04/20/asp-net-mvc-for-the-absolute-beginner.aspx#10197385</link><pubDate>Mon, 22 Apr 2013 18:13:03 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10197385</guid><dc:creator>Chesser</dc:creator><description>&lt;p&gt;I always emailed this weblog post page to all my associates, for the reason that if like &lt;/p&gt;
&lt;p&gt;to read it after that my contacts will too.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10197385" width="1" height="1"&gt;</description></item><item><title>re: ASP.NET MVC for the php/asp noob</title><link>http://weblogs.asp.net/dotjosh/archive/2010/04/20/asp-net-mvc-for-the-absolute-beginner.aspx#10162501</link><pubDate>Mon, 15 Apr 2013 20:04:55 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10162501</guid><dc:creator>Alfaro</dc:creator><description>&lt;p&gt;Can you tell us more about this? I'd love to find out some additional information.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10162501" width="1" height="1"&gt;</description></item><item><title>re: ASP.NET MVC for the php/asp noob</title><link>http://weblogs.asp.net/dotjosh/archive/2010/04/20/asp-net-mvc-for-the-absolute-beginner.aspx#10159777</link><pubDate>Mon, 15 Apr 2013 09:49:34 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10159777</guid><dc:creator>Post</dc:creator><description>&lt;p&gt;Very energetic article, I liked that bit. Will there be a part 2?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10159777" width="1" height="1"&gt;</description></item><item><title>re: ASP.NET MVC for the php/asp noob</title><link>http://weblogs.asp.net/dotjosh/archive/2010/04/20/asp-net-mvc-for-the-absolute-beginner.aspx#10159516</link><pubDate>Mon, 15 Apr 2013 08:37:06 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10159516</guid><dc:creator>Giroux</dc:creator><description>&lt;p&gt;There's definately a great deal to know about this subject. I really like all of the points you've made.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10159516" width="1" height="1"&gt;</description></item><item><title>re: MVC/JQuery meets X-Mas Music Project</title><link>http://weblogs.asp.net/dotjosh/archive/2008/12/15/mvc-jquery-meets-x-mas-music-project.aspx#9980371</link><pubDate>Tue, 12 Mar 2013 23:00:54 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9980371</guid><dc:creator>jxfxsftsf</dc:creator><description>&lt;p&gt;and next send different you data are of &amp;nbsp;? &amp;nbsp;look you dissatisfaction the example you see the &amp;nbsp;? &amp;nbsp;Furthermore, Why through for Finally, to the day &amp;nbsp;? &amp;nbsp;can added deliver that a And if can &amp;nbsp;? &amp;nbsp;whatever the practical the as folks mislaid. Christmas &lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9980371" width="1" height="1"&gt;</description></item><item><title>re: MVC/JQuery meets X-Mas Music Project</title><link>http://weblogs.asp.net/dotjosh/archive/2008/12/15/mvc-jquery-meets-x-mas-music-project.aspx#9926454</link><pubDate>Thu, 28 Feb 2013 17:12:16 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9926454</guid><dc:creator>lricggkxrw</dc:creator><description>&lt;p&gt;I probably won’t hold it against them, though. ,&amp;lt;a href=&lt;a rel="nofollow" target="_new" href="http://maccosmetics-pro.blogspot.com/#35607&amp;gt;cheap"&gt;maccosmetics-pro.blogspot.com&lt;/a&gt; mac cosmetics&amp;lt;/a&amp;gt;&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9926454" width="1" height="1"&gt;</description></item><item><title>re: MVC/JQuery meets X-Mas Music Project</title><link>http://weblogs.asp.net/dotjosh/archive/2008/12/15/mvc-jquery-meets-x-mas-music-project.aspx#9926338</link><pubDate>Thu, 28 Feb 2013 16:37:04 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9926338</guid><dc:creator>eoifrkvwii</dc:creator><description>&lt;p&gt;Whats the difference between stage and regular makeup? ? ,&amp;lt;a href=&lt;a rel="nofollow" target="_new" href="http://maccosmetics-wholesale.weebly.com/#61742&amp;gt;wholesale"&gt;maccosmetics-wholesale.weebly.com&lt;/a&gt; mac&amp;lt;/a&amp;gt;&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9926338" width="1" height="1"&gt;</description></item><item><title>re: MVC/JQuery meets X-Mas Music Project</title><link>http://weblogs.asp.net/dotjosh/archive/2008/12/15/mvc-jquery-meets-x-mas-music-project.aspx#9926273</link><pubDate>Thu, 28 Feb 2013 16:13:23 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9926273</guid><dc:creator>klcgsdjrte</dc:creator><description>&lt;p&gt;but my only negative is that it WILL show that you have chapped lips. I can't wait to buy the 004, I've been looking at it for over a year now! ,&amp;lt;a href=&lt;a rel="nofollow" target="_new" href="http://theairamaxhyf.webs.com/#30485&amp;gt;air"&gt;theairamaxhyf.webs.com&lt;/a&gt; max&amp;lt;/a&amp;gt;&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9926273" width="1" height="1"&gt;</description></item><item><title>re: MVC/JQuery meets X-Mas Music Project</title><link>http://weblogs.asp.net/dotjosh/archive/2008/12/15/mvc-jquery-meets-x-mas-music-project.aspx#9926026</link><pubDate>Thu, 28 Feb 2013 15:02:39 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9926026</guid><dc:creator>cigrlinmnz</dc:creator><description>&lt;p&gt;I’m damn impressed by that photo. ,&amp;lt;a href=&lt;a rel="nofollow" target="_new" href="http://macmakeupwholesaleonline.wallinside.com/#70275&amp;gt;mac"&gt;macmakeupwholesaleonline.wallinside.com&lt;/a&gt; makeup online&amp;lt;/a&amp;gt;&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9926026" width="1" height="1"&gt;</description></item></channel></rss>