<?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>TechNullogy &#187; ASP.NET</title>
	<atom:link href="http://www.technullogy.net/index.php/tag/aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.technullogy.net</link>
	<description>Musings of a convert to nerdism</description>
	<lastBuildDate>Thu, 22 Jul 2010 19:43:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Internet Explorer limits CSS and Script Resources to 30</title>
		<link>http://www.technullogy.net/index.php/2010/03/05/internet-explorer-limits-css-and-script-resources-to-30/</link>
		<comments>http://www.technullogy.net/index.php/2010/03/05/internet-explorer-limits-css-and-script-resources-to-30/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 21:02:16 +0000</pubDate>
		<dc:creator>MJ Hufford</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://www.technullogy.net/?p=136</guid>
		<description><![CDATA[I ran into a weird bug recently that I hope no one else ever experiences.  I use Telerik&#8217;s Rad Controls for ASP.NET AJAX because they&#8217;re powerful, pretty and developer friendly.  I recommend them to ALL .NET developers.  I had just put together a server control that used several of Telerik&#8217;s controls and my own Rounded [...]]]></description>
			<content:encoded><![CDATA[<p>I ran into a weird bug recently that I hope no one else ever experiences.  I use <a href="http://www.Telerik.com">Telerik&#8217;s Rad Controls for ASP.NET AJAX</a> because they&#8217;re powerful, pretty and developer friendly.  I recommend them to ALL .NET developers.  I had just put together a server control that used several of Telerik&#8217;s controls and my own <a href="http://www.technullogy.net/index.php/net-controls/">Rounded DIV Container control</a> as well.  It looked great in all browsers.  I was happy.   I added another Rounded DIV to the page.  When I refreshed the page, all of my styles were gone.  I know the CSS is good, because I was using the control elsewhere.  Was it possible I had an unclosed tag somewhere?  I tried the page in Firefox&#8230;perfect, then Safari&#8230;perfect, then Google Chrome&#8230;perfect.</p>
<blockquote><p>Scratching head&#8230;</p></blockquote>
<p>At this point, I know it&#8217;s a browser issue, but I&#8217;m still not sure what&#8217;s causing it.  After digging around and playing with the Internet Explorer Developer Toolbar, I noticed that the page seemed to lose it&#8217;s style whenever there were more than 30 registers resources on a page (i.e. CSS &amp; JavaScript file references).  I probably had too many CSS files as it was.  On top of that, I was dynamically referencing js files.  Telerik also register javascript and css files via the WebResource.axd (embedded .NET resources).</p>
<p>Here&#8217;s how you can check how many resources are registered for a given page:</p>
<ol>
<li>Check your markup
<ol>
<li>Look for all instances of registered resources (CSS, JS, etc)<br />
&lt;link id=&#8221;cssStyleSheet&#8221; rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221;  runat=&#8221;server&#8221; /&gt; &#8212; each one of these counts as 1</li>
<li>If you&#8217;ve got a lot of these, consider consolidating into fewer resources</li>
</ol>
</li>
<li>Use the IE Developer Toolbar, <a href="http://getfirebug.com/">ChromeBug</a> (Google Chrome) or <a href="http://getfirebug.com/">FireBug</a> (the best) to check for registered resources in WebResource.axd
<ol>
<li>Firebug (ChromeBug is similar)
<ol>
<li>Once the page is loaded, highlight the CSS tab and click the resource drop down list just below it<br />
<a rel="attachment wp-att-262" href="http://www.technullogy.net/index.php/2010/03/05/internet-explorer-limits-css-and-script-resources-to-30/firebugcssresources/"><img class="aligncenter size-medium wp-image-262" title="FirebugCssResources" src="http://www.technullogy.net/wp-content/uploads/2010/03/FirebugCssResources-300x187.png" alt="" width="300" height="187" /></a></li>
<li>Do the same thing on the &#8220;Script&#8221; tab (ASP.NET is close to 30! Watch out! <img src='http://www.technullogy.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  )<br />
<a rel="attachment wp-att-263" href="http://www.technullogy.net/index.php/2010/03/05/internet-explorer-limits-css-and-script-resources-to-30/firebugjsresources/"><img class="aligncenter size-medium wp-image-263" title="FirebugJsResources" src="http://www.technullogy.net/wp-content/uploads/2010/03/FirebugJsResources-300x187.png" alt="" width="300" height="187" /></a></li>
</ol>
</li>
<li>IE Developer Toolbar
<ol>
<li>In IE, press F12 to bring up the Developer Tools</li>
<li>Click on CSS and count the items in the drop down list</li>
<li>Do the same for Script<br />
<a rel="attachment wp-att-264" href="http://www.technullogy.net/index.php/2010/03/05/internet-explorer-limits-css-and-script-resources-to-30/devtoolbarscriptresources/"><img class="aligncenter size-medium wp-image-264" title="DevToolbarScriptResources" src="http://www.technullogy.net/wp-content/uploads/2010/03/DevToolbarScriptResources-300x298.png" alt="" width="300" height="298" /></a></li>
</ol>
</li>
</ol>
</li>
</ol>
<p>I hope you don&#8217;t have this many registered resources. <img src='http://www.technullogy.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   But if you do, and things look weird in IE 7 and IE 8, now you know why.  Time to consolidate!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technullogy.net/index.php/2010/03/05/internet-explorer-limits-css-and-script-resources-to-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Listing checked-out files in Team Foundation Server 2008 (TFS)</title>
		<link>http://www.technullogy.net/index.php/2009/09/18/listing-checked-out-files-in-team-foundation-server-2008-tfs/</link>
		<comments>http://www.technullogy.net/index.php/2009/09/18/listing-checked-out-files-in-team-foundation-server-2008-tfs/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 18:20:59 +0000</pubDate>
		<dc:creator>MJ Hufford</dc:creator>
				<category><![CDATA[Team Foundation Server]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Source Control]]></category>
		<category><![CDATA[TFS]]></category>

		<guid isPermaLink="false">http://www.technullogy.net/?p=172</guid>
		<description><![CDATA[I needed a list of all checked-out files in TFS today.  This page came in handy! Thanks Clay!  Here&#8217;s what he had to say (slightly modified for VS 2008) You can get a complete list of checked out files by using the tf.exe command line tool found in: C:\Program Files\Microsoft Visual Studio 9\Common7\IDE or C:\Program [...]]]></description>
			<content:encoded><![CDATA[<p>I needed a list of all checked-out files in TFS today.  <a href="http://clay.lenharts.net/blog/2008/01/28/listing-checked-out-files-in-team-system-tfs/">This page came in handy!</a> Thanks Clay!  Here&#8217;s what he had to say (slightly modified for VS 2008)</p>
<div>
<p>You can get a complete list of checked out files by using the tf.exe command line tool found in: C:\Program Files\Microsoft Visual Studio 9\Common7\IDE or C:\Program Files (x86)\Microsoft Visual Studio 9\Common7\IDE for you 64 bitters.</p>
<p>All checked out files in $/MyProject:</p>
<pre>tf.exe status $/MyProject /user:* /s:http://MyTfs:8080 /recursive</pre>
<p>All files checked out to Mark:</p>
<pre>tf.exe status /user:mark /s:http://MyTfs:8080</pre>
<p>You can write the output to a file:</p>
<pre>tf.exe status /user:* /s:http://MyTfs:8080 &gt; c:\tfsCheckedOut.txt</pre>
<p><a href="http://www.box.net/shared/6a0n3k7vn9">I also created this little batch file</a> that will automatically output results to your desktop.  It&#8217;s very simplistic, but saves time having to mess with the command prompt.  Edit with your favorite text editor, save, and away you go.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.technullogy.net/index.php/2009/09/18/listing-checked-out-files-in-team-foundation-server-2008-tfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free .NET Weather &amp; Rounded Div Container Controls</title>
		<link>http://www.technullogy.net/index.php/2009/08/20/free-net-weather-rounded-div-container-controls/</link>
		<comments>http://www.technullogy.net/index.php/2009/08/20/free-net-weather-rounded-div-container-controls/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 02:14:43 +0000</pubDate>
		<dc:creator>MJ Hufford</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Server Controls]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[User Controls]]></category>

		<guid isPermaLink="false">http://www.technullogy.net/?p=126</guid>
		<description><![CDATA[I used to run very small business on the side called &#8220;MJ Consulting&#8221;. I provided basic IT services to mom &#38; pop shop businesses in my area; making sure that it did not conflict with any interests at my real job with Wachter. It was so small that I barely made enough to pay for [...]]]></description>
			<content:encoded><![CDATA[<p>I used to run very small business on the side called &#8220;MJ Consulting&#8221;.  I provided basic IT services to mom &amp; pop shop businesses in my area; making sure that it did not conflict with any interests at my real job with Wachter.  It was so small that I barely made enough to pay for the business license, domain name and a couple trips through the Wendy&#8217;s drive-thru. <img src='http://www.technullogy.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Well I haven&#8217;t done anything in that name for about a year, so I shut down the site.  However, I had some .NET controls there.  One was a Weather Channel control and another was a rounded corner &#8220;div&#8221; container.  Typical &#8220;drag n drop&#8221; server controls.  If you came here looking for those, you can find them using the links below.  Shoot me an email if you have any questions or find a bug.  Happy coding!</p>
<p><a href="http://www.box.net/shared/8pmqbey4e4">Download Rounded Div Control 3.2</a> Updated 02/27/2010<br />
<a title="MJC Weather .NET Control" href="http://www.box.net/shared/n8sndictbg">Download Weather Control 2.2</a> Updated 02/27/2010<br />

<a href='http://www.technullogy.net/index.php/2009/08/20/free-net-weather-rounded-div-container-controls/mjcroundeddiv/' title='MjcRoundedDiv'><img width="150" height="150" src="http://www.technullogy.net/wp-content/uploads/2009/08/MjcRoundedDiv-150x150.png" class="attachment-thumbnail" alt="MjcRoundedDiv" title="MjcRoundedDiv" /></a>
<a href='http://www.technullogy.net/index.php/2009/08/20/free-net-weather-rounded-div-container-controls/myweather/' title='MyWeather'><img width="150" height="150" src="http://www.technullogy.net/wp-content/uploads/2009/08/MyWeather-150x150.jpg" class="attachment-thumbnail" alt="MyWeather" title="MyWeather" /></a>
</p>
<p>Full source is now available on CodePlex.com for both controls.Visit <a title="Yeah baby!" href="http://weatherforecast.codeplex.com/">http://WeatherForecast.Codeplex.com</a> or <a title="That's what I'm talkin' about!" href="http://roundcorners.codeplex.com/">http://RoundCorners.Codeplex.com</a> for more details.</p>
<p>
<!-- Begin PayPal Donations by http://wpstorm.net/ -->
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><div class="paypal-donations"><input type="hidden" name="cmd" value="_donations" /><input type="hidden" name="business" value="mjhufford@gmail.com" /><input type="hidden" name="item_name" value="TechNullogy.net" /><input type="hidden" name="amount" value="5.00" /><input type="hidden" name="currency_code" value="USD" /><input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online." /><img alt="" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" /></div></form>
<!-- End PayPal Donations -->
<br />
Like these free controls?  Please make a small donation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technullogy.net/index.php/2009/08/20/free-net-weather-rounded-div-container-controls/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
	</channel>
</rss>
