<?xml version="1.0" ?>
<?xml-stylesheet href="/css/rss20.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:pheedo="http://www.pheedo.com/namespace/pheedo" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>DotNetSlackers Latest ASP.NET News in Category WSE</title>
		<link>http://dotnetslackers.com/WSE/re-default.aspx</link>
		<description>Latest ASP.NET news from DotNetSlackers in Category WSE</description>
		<ttl>60</ttl>
		<atom:link rel="hub" href="http://www.pheedo.com/api/hub/"/>
		<atom:link rel="self" href="http://feeds.pheedo.com/dotnetslackers_wse" type="application/rss+xml"/>
		<item>
			<title>Quick Tips on Troubleshooting Your Web Pages  Element Inspector and Network Resources</title>
			<link>http://www.pheedcontent.com/click.phdo?i=c43fc7eb65febbe6fead8d60834b9327</link>
			<pheedo:origLink>http://dotnetslackers.com/WSE/re-707350_Quick_Tips_on_Troubleshooting_Your_Web_Pages_Element_Inspector_and_Network_Resources.aspx</pheedo:origLink>
			<description>&lt;p&gt;When I first started out developing web pages back in the day there barely were any tools for development outside of the IDEs that were offered, which werent too much to write home about anyways. While some might say that web pages that were manly cluttered with animated GIFs and content related to Warcraft 1 &amp; 2 and Diablo 1 (tells you a lot about my child hood ;)) is not considered much of a web development project, I still say it is (or was) :D. Either way, you wrote your HTML, CSS (fairly new too) and JavaScript and hoped everything would turn out OK when you opened it in the browser. If something was off you went back to tweak it in your IDE (*cough* notepad *cough*) and refreshed while crossing your fingers that everything would be better this time around. Alerts were also frequently used as a way to see if a JavaScript function was accessed, and if a variable existed or what it had for a value.&lt;/p&gt; &lt;p&gt;Its not like this today though. Today is much, much different  in a fantastic way. In todays world we have more tools than we can shake a stick at for web development. Especially in the way of helping us developers in figuring out what exactly is happening to our web pages when they get rendered in our browser. Questions like How come this looks great in Chrome but slightly quirky in IE?, Why is none of my JavaScript executing? and Why is this page loading so slowly? can now be answered within each of the major browsers thanks to the Developer Tools offered for each one.&lt;/p&gt; &lt;p&gt;Some of you might be saying well duh, Ive been using this forever but there is still a large group of the developer population that does not know about these tools. So for the sake of people either new to web development, or for those of you that just havent heard of these tools, or only use a small portion of them, I wanted to write this quick blog post series. Ill be covering some of the main features of these Developer Tools, as well as show how they look in the three major browsers that I like to use; Chrome, Firefox and IE. In the case of Firefox Im going to be using &lt;a rel='nofollow' href="http://getfirebug.com/" title="Firebug home page"&gt;Firebug&lt;/a&gt;, an add-on that has been available for quite some time and was my introduction to browser dev tools. Firefox does have built-in dev tools now, but I still think Firebug offers more features and is the preferred tools to use right now.&lt;/p&gt; &lt;p&gt;Enough of my rambling on here, lets get to it! Today Ill be covering the Element Inspection tools, as well as the Resources tools.&lt;/p&gt; &lt;h1&gt;Element Inspection&lt;/h1&gt; &lt;p&gt;Ever seen a button on a page that looked ridiculously awesome and wondered why it looks so good? Maybe youre just curious why a certain element is now in the upper right-hand corner (has happened way too many times for me), or maybe you just want to see how the page youre currently on is laid out.&lt;/p&gt; &lt;p&gt;Well thanks to the element inspector all these mysteries are solved! How often do you get to hear that? Well, the element inspector often (as in, most major browsers have this ability) provides you with a couple of useful things.&lt;/p&gt; &lt;p&gt;First of all, when you inspect an element you usually get to see both where it is currently located on the page (each browser does this a little differently) as well as where it is in the DOM. Additionally, and this is an extremely useful feature, you get to see the CSS that affects the particular element. You can see everything from what styles are supposed to get applied, which ones get overridden, and the final styles applied. You can usually also see which CSS file (and what line number!) is responsible for that particular rule as well. Super awesome in scenarios where you would normally just stare at the screen tearing your hair out wondering why everything looks so wrong.&lt;/p&gt; &lt;p&gt;For this particular demo I just have a very quick sample HTML page, as I just want to cover the basics.&lt;/p&gt; &lt;p&gt; &lt;/p&gt;  &lt;code style="color: #000000;"&gt;&amp;lt;&lt;/code&gt;&lt;code style="color: #006699; font-weight: bold;"&gt;html&lt;/code&gt;&lt;code style="color: #000000;"&gt;&amp;gt;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code style="color: #000000;"&gt;&amp;lt;&lt;/code&gt;&lt;code style="color: #006699; font-weight: bold;"&gt;head&lt;/code&gt;&lt;code style="color: #000000;"&gt;&amp;gt;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code style="color: #000000;"&gt;&amp;lt;&lt;/code&gt;&lt;code style="color: #006699; font-weight: bold;"&gt;script&lt;/code&gt; &lt;code style="color: #808080;"&gt;src&lt;/code&gt;&lt;code style="color: #000000;"&gt;=&lt;/code&gt;&lt;code style="color: blue;"&gt;"Scripts/jquery-1.7.2.min.js"&lt;/code&gt;&lt;code style="color: #000000;"&gt;&amp;gt;&amp;lt;/&lt;/code&gt;&lt;code style="color: #006699; font-weight: bold;"&gt;script&lt;/code&gt;&lt;code style="color: #000000;"&gt;&amp;gt;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code style="color: #000000;"&gt;&amp;lt;&lt;/code&gt;&lt;code style="color: #006699; font-weight: bold;"&gt;link&lt;/code&gt; &lt;code style="color: #808080;"&gt;href&lt;/code&gt;&lt;code style="color: #000000;"&gt;=&lt;/code&gt;&lt;code style="color: blue;"&gt;"Styles/Styles.css"&lt;/code&gt; &lt;code style="color: #808080;"&gt;rel&lt;/code&gt;&lt;code style="color: #000000;"&gt;=&lt;/code&gt;&lt;code style="color: blue;"&gt;"stylesheet"&lt;/code&gt; &lt;code style="color: #000000;"&gt;/&amp;gt;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code style="color: #000000;"&gt;&amp;lt;&lt;/code&gt;&lt;code style="color: #006699; font-weight: bold;"&gt;title&lt;/code&gt;&lt;code style="color: #000000;"&gt;&amp;gt;Quick Dev Tools Sample&amp;lt;/&lt;/code&gt;&lt;code style="color: #006699; font-weight: bold;"&gt;title&lt;/code&gt;&lt;code style="color: #000000;"&gt;&amp;gt;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code style="color: #000000;"&gt;&amp;lt;&lt;/code&gt;&lt;code style="color: #006699; font-weight: bold;"&gt;style&lt;/code&gt;&lt;code style="color: #000000;"&gt;&amp;gt;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code style="color: #000000;"&gt;p&lt;/code&gt;&lt;/span&gt;&lt;/span&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code style="color: #000000;"&gt;{&lt;/code&gt;&lt;/span&gt;&lt;/span&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code style="color: #000000;"&gt;color: #FFFFFF;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code style="color: #000000;"&gt;}&lt;/code&gt;&lt;/span&gt;&lt;/span&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code style="color: #000000;"&gt;&amp;lt;/&lt;/code&gt;&lt;code style="color: #006699; font-weight: bold;"&gt;style&lt;/code&gt;&lt;code style="color: #000000;"&gt;&amp;gt;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code style="color: #000000;"&gt;&amp;lt;/&lt;/code&gt;&lt;code style="color: #006699; font-weight: bold;"&gt;head&lt;/code&gt;&lt;code style="color: #000000;"&gt;&amp;gt;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code style="color: #000000;"&gt;&amp;lt;&lt;/code&gt;&lt;code style="color: #006699; font-weight: bold;"&gt;body&lt;/code&gt;&lt;code style="color: #000000;"&gt;&amp;gt;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code style="color: #000000;"&gt;&amp;lt;&lt;/code&gt;&lt;code style="color: #006699; font-weight: bold;"&gt;p&lt;/code&gt; &lt;code style="color: #808080;"&gt;id&lt;/code&gt;&lt;code style="color: #000000;"&gt;=&lt;/code&gt;&lt;code style="color: blue;"&gt;"sampleParagraph"&lt;/code&gt;&lt;code style="color: #000000;"&gt;&amp;gt;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code style="color: #000000;"&gt;This is a sample paragraph&lt;/code&gt;&lt;/span&gt;&lt;/span&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code style="color: #000000;"&gt;&amp;lt;/&lt;/code&gt;&lt;code style="color: #006699; font-weight: bold;"&gt;p&lt;/code&gt;&lt;code style="color: #000000;"&gt;&amp;gt;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code style="color: #000000;"&gt;&amp;lt;/&lt;/code&gt;&lt;code style="color: #006699; font-weight: bold;"&gt;body&lt;/code&gt;&lt;code style="color: #000000;"&gt;&amp;gt;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt; &lt;code style="color: #000000;"&gt;&amp;lt;/&lt;/code&gt;&lt;code style="color: #006699; font-weight: bold;"&gt;html&lt;/code&gt;&lt;code style="color: #000000;"&gt;&amp;gt;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;  &lt;p&gt;As you can see I also have a separate CSS file called Styles.css, which at this moment only looks like this:&lt;/p&gt; &lt;p&gt; &lt;/p&gt;  &lt;code style="color: #000000;"&gt;body&lt;/code&gt;&lt;/span&gt;&lt;/span&gt; &lt;code style="color: #000000;"&gt;{&lt;/code&gt;&lt;/span&gt;&lt;/span&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code style="color: #000000;"&gt;background-color: #FFFFFF;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt; &lt;code style="color: #000000;"&gt;}&lt;/code&gt;&lt;/span&gt;&lt;/span&gt; &amp;nbsp;&lt;/span&gt;&lt;/span&gt; &amp;nbsp;&lt;/span&gt;&lt;/span&gt; &lt;code style="color: #000000;"&gt;p&lt;/code&gt;&lt;/span&gt;&lt;/span&gt; &lt;code style="color: #000000;"&gt;{&lt;/code&gt;&lt;/span&gt;&lt;/span&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code style="color: #000000;"&gt;background-color: #EFB087;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code style="color: #000000;"&gt;font-family: Verdana;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code style="color: #000000;"&gt;width: 100px;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt; &lt;code style="color: #000000;"&gt;}&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;  &lt;p&gt;Very simple, but illustrates the points I want to make. Just from looking at the code above you can see a few things:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;We have a paragraph which should have a black (#000000 in HEX) font&lt;/li&gt; &lt;li&gt;The font in the paragraph element should be Verdana (no backup)&lt;/li&gt; &lt;li&gt;The background of the paragraph should be a kind of orange-y color (Im awful with color names)&lt;/li&gt; &lt;li&gt;The background of the body element should be #FFFFFF, or in an English term  white :)&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;Lets take a peek at how this looks in our browsers various developer tools available to us.&lt;/p&gt; &lt;h2&gt;Chrome&lt;/h2&gt; &lt;p&gt;There are a couple of ways you can work with the element inspector tool within Chrome. The easiest way to make sure that you are looking at the specific element you want is to right-click on it in your browser and select Inspect Element from the context menu that appears.&lt;/p&gt; &lt;p&gt;&lt;img src="http://blogs.telerik.com:80//Libraries/Carl_Bergenhem_s_Library/dev_tools_001.sflb" alt="Chrome Inspect element" /&gt;&lt;/p&gt; &lt;p&gt;Once you have done this the Chrome Dev Tools will open up, with your particular element highlighted within the DOM.&lt;/p&gt; &lt;p&gt;&lt;img src="http://blogs.telerik.com:80//Libraries/Carl_Bergenhem_s_Library/dev_tools_002.sflb" alt="Chrome Element Inspector" /&gt;&lt;/p&gt; &lt;p&gt;Speaking of the DOM, you can actually navigate through the DOM and highlight elements that way too. This can be done by just opening the Chrome Dev Tools (CTRL + SHIFT + I, or F12) and going to the Elements tab. Once here youll see the same view as before, only the body element will be highlighted. If you hover over, or click, on any HTML element in here it will get highlighted as well.&lt;/p&gt; &lt;p&gt;&lt;img src="http://blogs.telerik.com:80//Libraries/Carl_Bergenhem_s_Library/dev_tools_003.sflb" alt="Chrome Dev Tools - Element Inspector" /&gt;&lt;/p&gt; &lt;p&gt;As that screenshot shows you, our element is actually highlighted on our page, and we even get some additional information about it. We know that its a p element, with the ID sampleParagraph (# refers to the ID) and that its 100px by 54px in size.&lt;/p&gt; &lt;p&gt;You also might have noticed the Styles and Computed Styles in the second image there. Well, this area allows us to easily wee what styles end up getting applied to the element. This means CSS rules that affect the element, even if they have ended up over-writing other styles. Computed Style shows you the end result, and where each style comes from, as can be seen here:&lt;/p&gt; &lt;p&gt;&lt;img src="http://blogs.telerik.com:80//Libraries/Carl_Bergenhem_s_Library/dev_tools_004.sflb" alt="Chrome Inspector Styles" /&gt;&lt;/p&gt; &lt;p&gt;You might notice that each one of those documents (.css and .html) are actually links and will open the CSS file in the Chrome Dev tools to that specific line in the CSS or HTML file so that you can dive in to the file in charge of the style. This gives you a chance to see where the particular style you defined exists, which becomes very handy when you are scratching your head wondering why that element is not getting styled properly.&lt;/p&gt; &lt;h2&gt;Firefox&lt;/h2&gt; &lt;p&gt;As I mentioned previously, Firefox has a very similar view brought to you by the add-on Firebug. So lets go through the same things as I did with Chrome above.&lt;/p&gt; &lt;p&gt;First lets right-click on my element and go to Inspect Element with Firebug. You might notice that there is an Inspect Element option as well. This is for the internal developer tools from Firefox that I mentioned in the beginning. Right now Ill focus on Firebug, but you never know what kind of blog posts the future holds!&lt;/p&gt; &lt;p&gt;&lt;img src="http://blogs.telerik.com:80//Libraries/Carl_Bergenhem_s_Library/dev_tools_005.sflb" alt="Firefox Inspect Element" /&gt;&lt;/p&gt; &lt;p&gt;Now we see that the element is highlighted in our DOM explorer.&lt;/p&gt; &lt;p&gt;&lt;img src="http://blogs.telerik.com:80//Libraries/Carl_Bergenhem_s_Library/dev_tools_006.sflb" alt="Firefox Element Inspector" /&gt;&lt;/p&gt; &lt;p&gt;You get the same view that I mentioned above with Chrome as well, where I can highlight the element in the DOM explorer and have it highlighted in the actual web page as well. So far, nothing really too different.&lt;/p&gt; &lt;p&gt;One thing that you see immediately though is the style tab over on the right-hand side. This is where you notice some differences. For example, the first view we see just shows us the rule applied to this particular element. This was available in Chrome as well, but for the sake of comparison lets go over to the Computed tab:&lt;/p&gt; &lt;p&gt;&lt;img src="http://blogs.telerik.com:80//Libraries/Carl_Bergenhem_s_Library/dev_tools_007.sflb" alt="Firefox Computed Styles" /&gt;&lt;/p&gt; &lt;p&gt;Not exactly what we saw in Chrome. The nice thing it does is split up all of the styles according to their relevant groups. So Text, Background, Box Model etc., but there is no way to see where exactly these come from. So we have to look through the styles tab to see where everything is coming from, which isnt a bad thing I just love having those kinds of lines drawn for me.&lt;/p&gt; &lt;h2&gt;IE9&lt;/h2&gt; &lt;p&gt;IE9 has some pretty spiffy tools for web development, which hasnt always been its strong suit in previous iterations. The great thing is that you can also test for the various modes that have existed within IE (quirks mode etc.) and go back to IE7 for testing  all in the same browser.&lt;/p&gt; &lt;p&gt;While there isnt a context menu item to inspect the element we can still very easily get access to an element in order to inspect it. If we open our page in IE9 and press F12 we will see the Developer Tools appear. Once weve done this we just need to find the arrow icon under the HTML tab, which starts the element inspection:&lt;/p&gt; &lt;p&gt;&lt;img src="http://blogs.telerik.com:80//Libraries/Carl_Bergenhem_s_Library/dev_tools_008.sflb" alt="IE9 Element Inspector" /&gt;&lt;/p&gt; &lt;p&gt;Once weve clicked on an element were granted a very similar view to what weve seen before in the other browsers.&lt;/p&gt; &lt;p&gt;&lt;img src="http://blogs.telerik.com:80//Libraries/Carl_Bergenhem_s_Library/dev_tools_009.sflb" alt="IE9 Dev Tools - Element Inspection" /&gt;&lt;/p&gt; &lt;p&gt;We have the same ability to see all of the styles, but one thing that is different is instead of Computed styles we now have Trace Styles.&lt;/p&gt; &lt;p&gt;&lt;img src="http://blogs.telerik.com:80//Libraries/Carl_Bergenhem_s_Library/dev_tools_010.sflb" alt="IE9 Trace Styles" /&gt;&lt;/p&gt; &lt;p&gt;This is just the same as in the other browsers, however now we have something that is closer to what we had in Chrome. Unfortunately we cannot get the exact line number, but if we click on a particular file name we can very easily see where in the source file these styles are located. This also allows for very quick tests to see what happens when you remove the styles, which in both other browsers can only be done in the Style tab.&lt;/p&gt; &lt;h1&gt;Network&lt;/h1&gt; &lt;p&gt;Im sure youve run in to scenarios where you swear that you added an image to a page, or you realize that theres no CSS being applied to your page and youre wondering why. Often times these scenarios are derived from the fact that there was an issue downloading the particular resource. Whether it be an image, a CSS file, or maybe even the next page our clients are navigating to, it can always happen. Spelling mistakes, or moved resources  the list goes on.&lt;/p&gt; &lt;p&gt;Well, what if I told you that you can easily see exactly what kind traffic is occurring on a particular web page, and see exactly what files are attempted to, or successfully, downloaded? Hard to believe it? Let me introduce you to the Network tab of these browser dev tools  itll rock your world!&lt;/p&gt; &lt;p&gt;For the sake of keeping things simple Ill be using the same HTML page as with the element inspector.&lt;/p&gt; &lt;h2&gt;Chrome&lt;/h2&gt; &lt;p&gt;In Chrome it is very easy to find this Network tab. Just open up the Chrome Dev Tools (CTRL+SHIFT+i) and select the Network tab".&lt;/p&gt; &lt;p&gt;&lt;img src="http://blogs.telerik.com:80//Libraries/Carl_Bergenhem_s_Library/dev_tools_011.sflb" alt="Chrome Network Tab" /&gt;&lt;/p&gt; &lt;p&gt;Here we can see quite a bit of information, although since my page is fairly simple there might not be a ton of items to inspect. Nevertheless, we can see that I attempted to download index.html, jquery-1.7.2.min.js and Styles.css, all using the GET method. These all succeeded, and I can even see what initiated this action  pretty nifty! Chrome also gives us the ability to see how long it took to download the file, as well as where in the overall page load the download took place.&lt;/p&gt; &lt;p&gt;If we had more happening on this page it would all go through the Network tab like this. Ajax requests would be found here for example. Of course, if we were unable to download a resource it would gladly tell us and say specifically what kind of error (404, 500 etc.) that caused the issue. This is extremely useful when you see odd behavior on a page. You never know what you mightve missed to download, or if there are any errors in your way.&lt;/p&gt; &lt;p&gt;If youd like to you can also click on each resource and see the Headers and Response messages for each of these requests. There is also a Preview (for our HTML file this would display the entire HTML in plain text) and a Timing tab which gives us insight as to how long it took for this entire request to get back to us.&lt;/p&gt; &lt;h2&gt;Firefox&lt;/h2&gt; &lt;p&gt;Firefox has a very similar view as what we found in Chrome. If I open up Firebug and click on the Net tab on my sample page I am greeted by this:&lt;/p&gt; &lt;p&gt;&lt;img src="http://blogs.telerik.com:80//Libraries/Carl_Bergenhem_s_Library/dev_tools_012.sflb" alt="Firefox Net Tab" /&gt;&lt;/p&gt; &lt;p&gt;As we can see we get a similar view to what we had in Chrome. While it doesnt tell us what kind of file this is, it still displays all of the files that downloaded. Additionally we get the status, field which would inform us if anything went wrong. You can also expand each item to get a more detailed view of the response, similarly to what we had in Chrome as well&lt;/p&gt; &lt;p&gt;&lt;img src="http://blogs.telerik.com:80//Libraries/Carl_Bergenhem_s_Library/dev_tools_013.sflb" alt="Firefox Net tab expanded" /&gt;&lt;/p&gt; &lt;h2&gt;IE9&lt;/h2&gt; &lt;p&gt;IE isnt far too different either actually and having this as a standard feature is always a good touch. There is an interesting approach that IE9 takes, which is that you can selectively choose when to start and end the capturing of this data. More on this in a second! :)&lt;/p&gt; &lt;p&gt;If we open up the IE9 Dev Tools (F12) and select the Network tab this gets displayed:&lt;/p&gt; &lt;p&gt;&lt;img src="http://blogs.telerik.com:80//Libraries/Carl_Bergenhem_s_Library/dev_tools_014.sflb" alt="IE9 Network Tab" /&gt;&lt;/p&gt; &lt;p&gt;So, nothing happens by itself here. In Chrome and Firefox we would just refresh the page if we saw nothing under this tab and automatically things would capture. However, this could also leave us with a ton of extra information that were not interested in. What if we just want to look at what happens when we click that one button? IE9 lets us define exactly when we start the capture, and when to end it.&lt;/p&gt; &lt;p&gt;If we hit Start capturing and refresh the page I should get something similar to the other two browsers.&lt;/p&gt; &lt;p&gt;&lt;img src="http://blogs.telerik.com:80//Libraries/Carl_Bergenhem_s_Library/dev_tools_015.sflb" alt="IE9 Network Tab, Captured Results" /&gt;&lt;/p&gt; &lt;p&gt;Bingo! We get to see the method, satus/result as well as what type of request we are dealing with. Additionally all of the timing information is there as well. One neat thing is that we also get to see what particular element was in charge of initiating the request, even if it was a refresh.&lt;/p&gt; &lt;p&gt;For some more detailed information, which would contain all of the more nitty gritty items that we saw in Chrome and FF all we need to do is press Go to detailed view and voila  more information than you can shake a stick at!&lt;/p&gt; &lt;h1&gt;Oh, We Are Just Getting Started&lt;/h1&gt; &lt;p&gt;So thats a quick overview of the Element Inspector and the Network tab of Chrome 18 , Firefox 12 and IE9. This wasnt necessarily a deep dive into any one tool or any one browser, but more of a quick overview of whats available. Hopefully I inspired those of you whom havent used these tools before, or maybe I covered something you havent been using! Keep in mind that theres more to come later as I dive in to the more JavaScript heavy items in the next blog post! :D&lt;/p&gt; &lt;p&gt;&lt;a rel='nofollow' href="http://www.telerik.com/products/aspnet-ajax.aspx"&gt;&lt;img src="http://blogs.telerik.com:80//Libraries/Carl_Bergenhem_s_Library/AJAX_blogs_banner.sflb" alt="Download a Trial of the RadControls Today!" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;h2&gt;About the author&lt;/h2&gt; &lt;img alt="Carl Bergenhem" src="http://blogs.telerik.com/Libraries/ASP_NET_MVC/CarlBergenhem.sflb" class="photo" /&gt; &lt;h3 class="fn"&gt;Carl Bergenhem&lt;/h3&gt; &lt;p&gt;Carl Bergenhem is an Enterprise Solutions Consultant at Telerik specializing in the ASP.NET AJAX and ASP.NET MVC products. He has always been interested in web development and has played around with various web technologies since he was a child. In his free time Carl enjoys soccer, running and playing his guitar.&lt;/p&gt; &lt;p class="twit"&gt;&lt;a rel='nofollow' href="http://www.twitter.com/carlbergenhem"&gt;@carlbergenhem&lt;/a&gt;&lt;/p&gt; &lt;p&gt; &lt;/p&gt; &lt;img src="http://feeds.feedburner.com/~r/Telerik/~4/P_HZ-d3TXdc" height="1" width="1"/&gt;&lt;p&gt;Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: &lt;a href='http://dotnetslackers.com/articles/default.aspx'&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=c43fc7eb65febbe6fead8d60834b9327&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=c43fc7eb65febbe6fead8d60834b9327&amp;p=1&quot;/&gt;&lt;/a&gt;
</description>
			<author>the telerik blogs</author>
			<pubDate>Wed, 16 May 2012 00:00:00 GMT</pubDate>
		</item>
		<item>
			<title>Add the Error Diagnostics Control to Your Windows Phone App with 3 Lines of Code</title>
			<link>http://www.pheedcontent.com/click.phdo?i=700f3f4b173ac3bb1f201f975405a87b</link>
			<pheedo:origLink>http://dotnetslackers.com/WSE/re-701485_Add_the_Error_Diagnostics_Control_to_Your_Windows_Phone_App_with_3_Lines_of_Code.aspx</pheedo:origLink>
			<description>&lt;p&gt;Everyone in the mobile apps business needs real-time feedback about their apps crashes. These have to be quickly fixed, so that you are not losing converted leads. Instead, these users need to be treated with the utmost attention. To get the feedback you have three ways to go:&lt;/p&gt; &lt;p&gt;1)&amp;nbsp;&amp;nbsp; &amp;nbsp;Use the error reporting procedure on App Hub, but youll have to wait for 3 to 4 days for the crash reports to be ready, which may result in losing some of&amp;nbsp; your users.&lt;br /&gt;2)&amp;nbsp;&amp;nbsp; &amp;nbsp;Put some time and efforts and write the functionality yourself.&lt;br /&gt;3)&amp;nbsp;&amp;nbsp; &amp;nbsp;Use Telerik ready-to-use Error Diagnostics control that allows the end-user to send real-time crash data.&amp;nbsp;&lt;/p&gt; &lt;p&gt;The 3rd option has two obvious advantages: &lt;/p&gt; &lt;ul&gt; &lt;li&gt;No time is wasted writing something that already exists.&lt;/li&gt; &lt;li&gt;The time lag issue that you face with the App Hub reports is solved. &lt;/li&gt; &lt;/ul&gt; &lt;p&gt;Check out this short video:&lt;/p&gt; &lt;p&gt;&lt;object width="560" height="315"&gt; &lt;param name="movie" value="http://www.youtube.com/v/iiH5cVTLQmQ?version=3&amp;hl=en_US&amp;rel=0"&gt; &lt;param name="allowFullScreen" value="true"&gt; &lt;param name="allowscriptaccess" value="always"&gt;&lt;embed src="http://www.youtube.com/v/iiH5cVTLQmQ?version=3&amp;hl=en_US&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" height="315" width="560"&gt;&lt;/object&gt; &lt;/p&gt; &lt;p&gt;Here are some details about the control. Implementing Telerik Error Diagnostic control in your Windows Phone app enables you to receive crash reports, get specific debug and run-time information from your end users when an issue (such as ApplicationUnhandledException) in your application is encountered. Whenever an exception occurs, a MessageBox dialog is displayed and users can send the report via e-mail.  It will only take them a few seconds and you will get tons of data about the crash helping you to resolve the problem faster. Diagnostic data include: app version, app total runs, app runs after last update, device model, navigation stack and more. Optionally a screenshot of the current application state can be provided. Developers can also add custom data when an exception has occurred and to collect runtime logs. You may even send the data anonymously with the help of Web Services as detailed in &lt;a rel='nofollow' href="http://blogs.telerik.com/valentinstoychev/posts/12-02-06/using-raddiagnostics-for-wp7-to-receive-error-reports-anonymously.aspx"&gt;this blog post&lt;/a&gt;.  If you still need help in getting up to speed with Error Diagnostics, then you can watch our Q1 2012 webinar and check out the additional resources found &lt;a rel='nofollow' href="http://blogs.telerik.com/michaelcrump/posts/12-02-21/slides-source-code-and-video-to-the-windows-phone-q1-2012-webinar-now-available.aspx"&gt;here&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;Apart from the automatic data which is provided out of the box developers can extend the component in two other ways:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Add their own custom data when the exception occurs (using the ExceptionOccured event). &lt;a rel='nofollow' href="http://www.telerik.com/help/windows-phone/diagnostics-gettingstarted.html"&gt;Read how&lt;/a&gt; &lt;/li&gt; &lt;li&gt;Add debug data in their application while it runs. When an exception occurs this debug data is sent along with the crash data. &lt;a rel='nofollow' href="http://www.telerik.com/help/windows-phone/diagnostics-features-diagnosticdata.html"&gt;Read more&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt; &lt;p&gt;And the other good news is that it only takes three lines of code to implement the functionality in your app.&lt;/p&gt; &lt;p&gt;Telerik Error Diagnostics for Windows Phone can be downloaded as part of the RadControls for Windows Phone suite. &lt;a rel='nofollow' href="http://www.telerik.com/download-trial-file.aspx?pid=777"&gt;Free trial is available here.&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Share this blog post if you found it useful.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Telerik/~4/HNnLLkfxXZ4" height="1" width="1"/&gt;&lt;p&gt;Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: &lt;a href='http://dotnetslackers.com/articles/default.aspx'&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=700f3f4b173ac3bb1f201f975405a87b&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=700f3f4b173ac3bb1f201f975405a87b&amp;p=1&quot;/&gt;&lt;/a&gt;
</description>
			<author>the telerik blogs</author>
			<pubDate>Mon, 07 May 2012 00:00:00 GMT</pubDate>
		</item>
		<item>
			<title>Amazon Product Advertising API SOAP Namespace Changes</title>
			<link>http://www.pheedcontent.com/click.phdo?i=3f45f9086ae38e17920dd7e6c2cfe9fe</link>
			<pheedo:origLink>http://dotnetslackers.com/WSE/re-699019_Amazon_Product_Advertising_API_SOAP_Namespace_Changes.aspx</pheedo:origLink>
			<description>About two months ago (twowards the end of February 2012 I think) Amazon decided to change the namespace of the Product Advertising API. The error that would come up was: &amp;lt;ItemSearchResponse xmlns='http://webservices.amazon.com/AWSECommerceService/2011-08-01'&amp;gt; was not expected. If you've used the Amazon Product Advertising API you probably know that Amazon has made it a habit to break the services every few years or so and I guess last month was about the time for another one. Basically the...&lt;p&gt;Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: &lt;a href='http://dotnetslackers.com/articles/default.aspx'&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=3f45f9086ae38e17920dd7e6c2cfe9fe&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=3f45f9086ae38e17920dd7e6c2cfe9fe&amp;p=1&quot;/&gt;&lt;/a&gt;
</description>
			<author>Rick Strahls WebLog</author>
			<pubDate>Thu, 03 May 2012 00:00:00 GMT</pubDate>
		</item>
		<item>
			<title>Ws.js: A Ws-* implementation for Node.js</title>
			<link>http://www.pheedcontent.com/click.phdo?i=16e6cafb839f757199ce5c3b9f944e5b</link>
			<pheedo:origLink>http://dotnetslackers.com/WSE/re-694458_Ws_js_A_Ws_implementation_for_Node_js.aspx</pheedo:origLink>
			<description>Ws.js is a Node.js module that allows to consume soap web services which utilize ws-* standards (ws-security, mtom etc)...&lt;p&gt;Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: &lt;a href='http://dotnetslackers.com/articles/default.aspx'&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=16e6cafb839f757199ce5c3b9f944e5b&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=16e6cafb839f757199ce5c3b9f944e5b&amp;p=1&quot;/&gt;&lt;/a&gt;
</description>
			<author>The Code Project Latest Articles</author>
			<pubDate>Wed, 25 Apr 2012 00:00:00 GMT</pubDate>
		</item>
		<item>
			<title>JavaScript example of drag and drop to a target</title>
			<link>http://www.pheedcontent.com/click.phdo?i=84e3696916eea0ba9b888b389099a568</link>
			<pheedo:origLink>http://dotnetslackers.com/WSE/re-688117_JavaScript_example_of_drag_and_drop_to_a_target.aspx</pheedo:origLink>
			<description>This article explains how to make drag and drop to a target work across multiple browsers....&lt;p&gt;Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: &lt;a href='http://dotnetslackers.com/articles/default.aspx'&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=84e3696916eea0ba9b888b389099a568&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=84e3696916eea0ba9b888b389099a568&amp;p=1&quot;/&gt;&lt;/a&gt;
</description>
			<author>The Code Project Latest Articles</author>
			<pubDate>Sun, 15 Apr 2012 00:00:00 GMT</pubDate>
		</item>
		<item>
			<title>Control Your PC App With Your Cell-Phone</title>
			<link>http://www.pheedcontent.com/click.phdo?i=25b865bd9cd2ef4348466d7ef110e168</link>
			<pheedo:origLink>http://dotnetslackers.com/WSE/re-684210_Control_Your_PC_App_With_Your_Cell_Phone.aspx</pheedo:origLink>
			<description>Ultralight Remote Control for Your PC App using your Cell-phone's Browser...&lt;p&gt;Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: &lt;a href='http://dotnetslackers.com/articles/default.aspx'&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=25b865bd9cd2ef4348466d7ef110e168&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=25b865bd9cd2ef4348466d7ef110e168&amp;p=1&quot;/&gt;&lt;/a&gt;
</description>
			<author>The Code Project Latest Articles</author>
			<pubDate>Mon, 09 Apr 2012 00:00:00 GMT</pubDate>
		</item>
		<item>
			<title>How to map a shared SkyDrive folder as a network drive in Windows</title>
			<link>http://www.pheedcontent.com/click.phdo?i=2056fb3b65d84934ec0e8fdd14f20fda</link>
			<pheedo:origLink>http://dotnetslackers.com/WSE/re-673775_How_to_map_a_shared_SkyDrive_folder_as_a_network_drive_in_Windows.aspx</pheedo:origLink>
			<description>Open the folder in the skydrive site using the browser (it would be under Shared menu on the left). The url will look something like: https://skydrive.live.com/?cid=529BD9445B66F60D&amp;#38;id=529BD9445B66F60D%21189#cid=529BD9445B66F60D&amp;#38;id=529BD9445B66F60D%21189. Now the cid query parameter in the URL. Right-click on Network (in windows explorer), then Map Network Drive Specify Folder as: https://d.docs.live.net/[cid]/[folder_name]. For the sample URL above, it would [...]...&lt;p&gt;Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: &lt;a href='http://dotnetslackers.com/articles/default.aspx'&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=2056fb3b65d84934ec0e8fdd14f20fda&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=2056fb3b65d84934ec0e8fdd14f20fda&amp;p=1&quot;/&gt;&lt;/a&gt;
</description>
			<author>eXtensible mind</author>
			<pubDate>Thu, 22 Mar 2012 00:00:00 GMT</pubDate>
		</item>
		<item>
			<title>Mozilla`s Afraid of Microsoft Security Updates</title>
			<link>http://www.pheedcontent.com/click.phdo?i=e974de98ef9d644c8e66ed8e3b93853a</link>
			<pheedo:origLink>http://dotnetslackers.com/WSE/re-669291_Mozilla_s_Afraid_of_Microsoft_Security_Updates.aspx</pheedo:origLink>
			<description>Plus: Better user password starts with password policy, Google's Chrome browser hacked at the Pwn2Own contest....&lt;p&gt;Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: &lt;a href='http://dotnetslackers.com/articles/default.aspx'&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=e974de98ef9d644c8e66ed8e3b93853a&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=e974de98ef9d644c8e66ed8e3b93853a&amp;p=1&quot;/&gt;&lt;/a&gt;
</description>
			<author>Microsoft Certified Professional Magazine Online | Columns</author>
			<pubDate>Wed, 14 Mar 2012 00:00:00 GMT</pubDate>
		</item>
		<item>
			<title>Q4 2011 mobile browser stats for 12 countries 2/2</title>
			<link>http://www.pheedcontent.com/click.phdo?i=86da57de9037c929eef9b61ec5032a7e</link>
			<pheedo:origLink>http://dotnetslackers.com/WSE/re-668997_Q4_2011_mobile_browser_stats_for_12_countries_2_2.aspx</pheedo:origLink>
			<description>Today we’ll finish the report on the Q2 2011 mobile browser stats according to StatCounter by treating the six countries with the least mobile browsing market share.This post treats the second six countries. Part 1, which treated the first six, appeared two weeks ago. Your donation for keeping this series up and running would be much appreciated.MexicoMexico saw a shrinkage of the mobile web, and also saw Opera and Nokia lose a lot of terrain to Safari and Android. Unlike most of the other abrupt...&lt;p&gt;Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: &lt;a href='http://dotnetslackers.com/articles/default.aspx'&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=86da57de9037c929eef9b61ec5032a7e&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=86da57de9037c929eef9b61ec5032a7e&amp;p=1&quot;/&gt;&lt;/a&gt;
</description>
			<author>QuirksBlog</author>
			<pubDate>Wed, 14 Mar 2012 00:00:00 GMT</pubDate>
		</item>
		<item>
			<title>Examining the Edit Methods and Edit View</title>
			<link>http://www.pheedcontent.com/click.phdo?i=eecca44b4d942964d86211c27a9719ce</link>
			<pheedo:origLink>http://dotnetslackers.com/WSE/re-666338_Examining_the_Edit_Methods_and_Edit_View.aspx</pheedo:origLink>
			<description>In this section, you'll examine the generated action methods and views for the movie controller. Then you'll add a custom search page. Run the application and browse to the Movies controller by app...&lt;p&gt;Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: &lt;a href='http://dotnetslackers.com/articles/default.aspx'&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=eecca44b4d942964d86211c27a9719ce&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=eecca44b4d942964d86211c27a9719ce&amp;p=1&quot;/&gt;&lt;/a&gt;
</description>
			<author>ASP.NET Daily Articles</author>
			<pubDate>Fri, 09 Mar 2012 00:00:00 GMT</pubDate>
		</item>
		<item>
			<title>Accessing Your Model`s Data from a Controller</title>
			<link>http://www.pheedcontent.com/click.phdo?i=48bd252a8ab55e74521baff1cdefeb70</link>
			<pheedo:origLink>http://dotnetslackers.com/WSE/re-666337_Accessing_Your_Model_s_Data_from_a_Controller.aspx</pheedo:origLink>
			<description>In this section, you'll create a new MoviesController class and write code that retrieves the movie data and displays it in the browser using a view template. Build the application before going on...&lt;p&gt;Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: &lt;a href='http://dotnetslackers.com/articles/default.aspx'&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=48bd252a8ab55e74521baff1cdefeb70&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=48bd252a8ab55e74521baff1cdefeb70&amp;p=1&quot;/&gt;&lt;/a&gt;
</description>
			<author>ASP.NET Daily Articles</author>
			<pubDate>Fri, 09 Mar 2012 00:00:00 GMT</pubDate>
		</item>
		<item>
			<title>window.outerWidth in mobile browsers</title>
			<link>http://www.pheedcontent.com/click.phdo?i=307185fbb7eaeb247eb648e647f8374b</link>
			<pheedo:origLink>http://dotnetslackers.com/WSE/re-661961_window_outerWidth_in_mobile_browsers.aspx</pheedo:origLink>
			<description>Yesterday I finally researched window.outerWidth/Height in the mobile browsers, and here are my conclusions.A few months back James Pearce published research that shows that the use of window.outerWidth on iOS devices allows you to read out the true orientation; something that screen.width does not.Yesterday I came to the conclusion that this is far and away the most interesting use window.outerWidth has, and that James also missed a completely idiotic effect that Apple provides. The rest of the...&lt;p&gt;Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: &lt;a href='http://dotnetslackers.com/articles/default.aspx'&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=307185fbb7eaeb247eb648e647f8374b&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=307185fbb7eaeb247eb648e647f8374b&amp;p=1&quot;/&gt;&lt;/a&gt;
</description>
			<author>QuirksBlog</author>
			<pubDate>Fri, 02 Mar 2012 00:00:00 GMT</pubDate>
		</item>
		<item>
			<title>Using Page Inspector in an MVC Application in Visual Studio 11 Beta</title>
			<link>http://www.pheedcontent.com/click.phdo?i=1cac38b6918be69ebe5d7042d000d494</link>
			<pheedo:origLink>http://dotnetslackers.com/WSE/re-661068_Using_Page_Inspector_in_an_MVC_Application_in_Visual_Studio_11_Beta.aspx</pheedo:origLink>
			<description>Page Inspector brings browser diagnostics tools into the Visual Studio 11 web development environment. Its Inspection Mode provides instantaneous visual mapping between the browser, Source view, an...&lt;p&gt;Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: &lt;a href='http://dotnetslackers.com/articles/default.aspx'&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=1cac38b6918be69ebe5d7042d000d494&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=1cac38b6918be69ebe5d7042d000d494&amp;p=1&quot;/&gt;&lt;/a&gt;
</description>
			<author>ASP.NET Daily Articles</author>
			<pubDate>Wed, 29 Feb 2012 00:00:00 GMT</pubDate>
		</item>
		<item>
			<title>Q4 2011 mobile browser stats for 12 countries 1/2</title>
			<link>http://www.pheedcontent.com/click.phdo?i=8368e6bab6a0aa6c97ccbe9677f66741</link>
			<pheedo:origLink>http://dotnetslackers.com/WSE/re-660758_Q4_2011_mobile_browser_stats_for_12_countries_1_2.aspx</pheedo:origLink>
			<description>It’s time for the quarterly mobile browser statistics from 12 selected countries according to StatCounter.This post treats the first six countries; the second six will appear next week. Your donation for keeping this series up and running would be much appreciated.Headlines	More than half of the website hits from Nigeria are mobile.	Mobile growth in developing countries continues unabated, but stalls in developed countries.	South Korea crosses 20% mobile threshold.	BlackBerry falls deep in Indonesia,...&lt;p&gt;Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: &lt;a href='http://dotnetslackers.com/articles/default.aspx'&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=8368e6bab6a0aa6c97ccbe9677f66741&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=8368e6bab6a0aa6c97ccbe9677f66741&amp;p=1&quot;/&gt;&lt;/a&gt;
</description>
			<author>QuirksBlog</author>
			<pubDate>Wed, 29 Feb 2012 00:00:00 GMT</pubDate>
		</item>
		<item>
			<title>Vendor prefix practicalities</title>
			<link>http://www.pheedcontent.com/click.phdo?i=dbcb720d32860c252ebca8566face6d1</link>
			<pheedo:origLink>http://dotnetslackers.com/WSE/re-659673_Vendor_prefix_practicalities.aspx</pheedo:origLink>
			<description>I’ve been going through my CSS tests last week, and thought I’d jot down some notes on how the browser treat vendor prefixes. It’ll bring some much-needed practicality into the discussion.This does not prove that vendor prefixes are either good or bad. It’s just one more data point to consider.Let’s take a look at the theory first. This seems to be W3C’s official vendor prefix policy:Prior to a specification reaching the Candidate Recommendation stage in the W3C process, all implementations of a...&lt;p&gt;Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: &lt;a href='http://dotnetslackers.com/articles/default.aspx'&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=dbcb720d32860c252ebca8566face6d1&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=dbcb720d32860c252ebca8566face6d1&amp;p=1&quot;/&gt;&lt;/a&gt;
</description>
			<author>QuirksBlog</author>
			<pubDate>Mon, 27 Feb 2012 00:00:00 GMT</pubDate>
		</item>
		<item>
			<title>Chocolatey - Guidance on Packaging Apps with Both an Install and Executable/Zip Option</title>
			<link>http://www.pheedcontent.com/click.phdo?i=01eb8388631be36d5e6cd22ed136f507</link>
			<pheedo:origLink>http://dotnetslackers.com/WSE/re-658493_Chocolatey_Guidance_on_Packaging_Apps_with_Both_an_Install_and_Executable_Zip_Option.aspx</pheedo:origLink>
			<description>chocolatey is consistency with packages and naming conventions as chocolatey continues to grow. It's fine to name packages by the app/tool name, that's both intuitive and expected. What I am more interested in is when an application has multiple installation options (ie. an MSI and a ZIP). It can become confusing for people to install these when they don't know what they are getting if they call a package that has both. If you start with one that has a .zip and later they release an MSI (nodejs anyone?),...&lt;p&gt;Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: &lt;a href='http://dotnetslackers.com/articles/default.aspx'&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=01eb8388631be36d5e6cd22ed136f507&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=01eb8388631be36d5e6cd22ed136f507&amp;p=1&quot;/&gt;&lt;/a&gt;
</description>
			<author>Fervent Coder</author>
			<pubDate>Sat, 25 Feb 2012 00:00:00 GMT</pubDate>
		</item>
		<item>
			<title>Hackers Targeting IPv6 Networks</title>
			<link>http://www.pheedcontent.com/click.phdo?i=3c0b2bd8b6cf88d74703b967738695ee</link>
			<pheedo:origLink>http://dotnetslackers.com/WSE/re-656857_Hackers_Targeting_IPv6_Networks.aspx</pheedo:origLink>
			<description>Plus, Google bypassing browser privacy policies....&lt;p&gt;Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: &lt;a href='http://dotnetslackers.com/articles/default.aspx'&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=3c0b2bd8b6cf88d74703b967738695ee&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=3c0b2bd8b6cf88d74703b967738695ee&amp;p=1&quot;/&gt;&lt;/a&gt;
</description>
			<author>Microsoft Certified Professional Magazine Online | Columns</author>
			<pubDate>Wed, 22 Feb 2012 00:00:00 GMT</pubDate>
		</item>
		<item>
			<title>History and Hash Changes (BYOSP Part 6)</title>
			<link>http://www.pheedcontent.com/click.phdo?i=78fbf1348d81fc7540cb8c5878074113</link>
			<pheedo:origLink>http://dotnetslackers.com/WSE/re-656652_History_and_Hash_Changes_BYOSP_Part_6.aspx</pheedo:origLink>
			<description>It's happened to everyone. You thought you typed "Use Ruby To Capture Screen Shot" into a slide, but somehow you hit the i key instead of the o key and didn't notice. Now the slide is presenting itself proudly in front of an ultra-conservative Ruby programming crowd who is still amped up from drinking green tea all night.   What to do?  You can open a text editor, fix the HTML, and refresh the browser. The slide is fixed, but the slide show always starts from the first slide so you've lost your position...&lt;p&gt;Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: &lt;a href='http://dotnetslackers.com/articles/default.aspx'&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=78fbf1348d81fc7540cb8c5878074113&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=78fbf1348d81fc7540cb8c5878074113&amp;p=1&quot;/&gt;&lt;/a&gt;
</description>
			<author>K. Scott Allen</author>
			<pubDate>Wed, 22 Feb 2012 00:00:00 GMT</pubDate>
		</item>
		<item>
			<title>Browser stats for January</title>
			<link>http://www.pheedcontent.com/click.phdo?i=6f47b85a9f1963fd2dc37451eadf452f</link>
			<pheedo:origLink>http://dotnetslackers.com/WSE/re-656553_Browser_stats_for_January.aspx</pheedo:origLink>
			<description>It’s time for the browser stats for January; as always according to StatCounter.Your donation for keeping this series up and running would be much appreciated.Four classesHere are the aggregate numbers for the four device classes. I explain them and my methods here. Due to some very small market shares I use tenths of percents here, even though I don’t like it because it suggests a precision that’s not warranted.In any case, desktop loses a bit of ground, with mobile and tablet picking up about the...&lt;p&gt;Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: &lt;a href='http://dotnetslackers.com/articles/default.aspx'&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=6f47b85a9f1963fd2dc37451eadf452f&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=6f47b85a9f1963fd2dc37451eadf452f&amp;p=1&quot;/&gt;&lt;/a&gt;
</description>
			<author>QuirksBlog</author>
			<pubDate>Wed, 22 Feb 2012 00:00:00 GMT</pubDate>
		</item>
		<item>
			<title>Media Queries (BYOSP Part 5)</title>
			<link>http://www.pheedcontent.com/click.phdo?i=fd44c060e8f16e5e43162bd285ae86ba</link>
			<pheedo:origLink>http://dotnetslackers.com/WSE/re-656055_Media_Queries_BYOSP_Part_5.aspx</pheedo:origLink>
			<description>Occasionally it's useful to print a slide deck onto paper, or export a slide deck to PDF using a print driver. Unfortunately, printing the slide show in it's current form will only display the single, current slide. We can fix this by adding a CSS media query at the bottom of the stylesheet.  @media print{      @page {       size: landscape;   }      section {       opacity: 1;       height: auto;       overflow: auto;       page-break-after: always;   }          }Media queries are...&lt;p&gt;Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: &lt;a href='http://dotnetslackers.com/articles/default.aspx'&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=fd44c060e8f16e5e43162bd285ae86ba&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=fd44c060e8f16e5e43162bd285ae86ba&amp;p=1&quot;/&gt;&lt;/a&gt;
</description>
			<author>K. Scott Allen</author>
			<pubDate>Tue, 21 Feb 2012 00:00:00 GMT</pubDate>
		</item>
	</channel>
</rss>
