<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - ASP.NET 4.5 loves HTML5, CSS3 &amp; JavaScript</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Events/Build/BUILD2011/TOOL-796T/rss"></atom:link>
	<image>
		<url>http://ch9files.blob.core.windows.net/build/2011/thumbs/796.jpg</url>
		<title>Channel 9 - ASP.NET 4.5 loves HTML5, CSS3 &amp; JavaScript</title>
		<link></link>
	</image>
	<description>Whether you’re building a new Website using ASP.NET or maintaining an existing one, you’ll leave this talk ready use HTML5 &amp;amp; CSS3 on ASP.NET with Visual Studio. We’ll look at what HTML5 &amp;amp; CSS3 have to offer modern app developers and how you can use them with ASP.NET for rich Web apps both today and tomorrow.</description>
	<link></link>
	<language>en</language>
	<pubDate>Thu, 23 May 2013 07:20:05 GMT</pubDate>
	<lastBuildDate>Thu, 23 May 2013 07:20:05 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: ASP.NET 4.5 loves HTML5, CSS3 &amp; JavaScript</title>
		<description>
			<![CDATA[Hi, where can we get all the templates used in all the demos seen here such as this one. In fact, if i want to see the new stuff like ASP.NET 4.5, there is no Template to create that kind of project in VS 2011 Express Dev Preview.<p>posted by Laury Karin</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/Build/BUILD2011/TOOL-796T#c634517121704049519</link>
		<pubDate>Thu, 15 Sep 2011 19:36:10 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/Build/BUILD2011/TOOL-796T#c634517121704049519</guid>
		<dc:creator>Laury Karin</dc:creator>
	</item>
	<item>
		<title>Re: ASP.NET 4.5 loves HTML5, CSS3 &amp; JavaScript</title>
		<description>
			<![CDATA[ <p>The visual Studio installed on the Preview PC does not contain VWD you need to download and install Visual Web Developer express or Visual Studio Ultimate&nbsp;from MSDN to get the ASP.NET templates.</p><p>posted by mosborn</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/Build/BUILD2011/TOOL-796T#c634519022167850370</link>
		<pubDate>Sun, 18 Sep 2011 00:23:36 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/Build/BUILD2011/TOOL-796T#c634519022167850370</guid>
		<dc:creator>mosborn</dc:creator>
	</item>
	<item>
		<title>Re: ASP.NET 4.5 loves HTML5, CSS3 &amp; JavaScript</title>
		<description>
			<![CDATA[Is it possible to exclude a file from the bundled javascript or css includes&#63;  Say you have a print.css that needs the media&#61;&#34;print&#34; attribute and need it excluded from the main group of css files.<br><p>posted by Darick</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/Build/BUILD2011/TOOL-796T#c634521529905680331</link>
		<pubDate>Tue, 20 Sep 2011 22:03:10 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/Build/BUILD2011/TOOL-796T#c634521529905680331</guid>
		<dc:creator>Darick</dc:creator>
	</item>
	<item>
		<title>Re: ASP.NET 4.5 loves HTML5, CSS3 &amp; JavaScript</title>
		<description>
			<![CDATA[ <p>@<a href="/Events/BUILD/BUILD2011/TOOL-796T#c634521529905680331">Darick</a>:For this you would need to create your own bundle. It's an interesting idea but since /css and /js work on any folder how/where would we know to exclude them from the bundle? I think the best bet would to be to recommend your own CSS bundle. One for screen and one for print. The other option would be to use the @Media inside of the style sheet to say that is for print but that only works on newer browsers.</p><p>posted by mosborn</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/Build/BUILD2011/TOOL-796T#c634521630026927924</link>
		<pubDate>Wed, 21 Sep 2011 00:50:02 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/Build/BUILD2011/TOOL-796T#c634521630026927924</guid>
		<dc:creator>mosborn</dc:creator>
	</item>
	<item>
		<title>Re: ASP.NET 4.5 loves HTML5, CSS3 &amp; JavaScript</title>
		<description>
			<![CDATA[this was a great video , my only question is what is the proposal to support browsers like IE 7 AND 8 that do not support HTML 5 . what is Microsoft&#39;s proposal . <p>posted by scott</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/Build/BUILD2011/TOOL-796T#c634542985820060677</link>
		<pubDate>Sat, 15 Oct 2011 18:03:02 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/Build/BUILD2011/TOOL-796T#c634542985820060677</guid>
		<dc:creator>scott</dc:creator>
	</item>
	<item>
		<title>Re: ASP.NET 4.5 loves HTML5, CSS3 &amp; JavaScript</title>
		<description>
			<![CDATA[<p>@<a href="/Events/BUILD/BUILD2011/TOOL-796T#c634542985820060677">reply to comment</a>: Use Modernizr to help fix up and detect browser support. If the browser doesn't support it then use an alternative. aka for video player if there is no support for video use a silverlight player in its place.</p><p>posted by mosborn</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/Build/BUILD2011/TOOL-796T#c634550972087757261</link>
		<pubDate>Mon, 24 Oct 2011 23:53:28 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/Build/BUILD2011/TOOL-796T#c634550972087757261</guid>
		<dc:creator>mosborn</dc:creator>
	</item>
	<item>
		<title>Re: ASP.NET 4.5 loves HTML5, CSS3 &amp; JavaScript</title>
		<description>
			<![CDATA[Great presentation, lots of useful info. You mentioned that the Microsoft.Web.Optimization assembly was available via Nuget and I added it to a project that&#39;s using MVC3 and ASP.NET4. The bundling and minification seems to work fine. However, if I have a partial or any view for that matter that has a script block, the javascript or jquery in those code blocks does not get executed. In my case, my jquery-hover-dropdown menus, and watermarks for some text inputs do not work. I tried extracting these script blocks from the view and put them in their own script file in the scripts folder and added it to my bundle appropriately but didn&#39;t have any luck with this either. Any suggestions&#63;<p>posted by Bryan Allen</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/Build/BUILD2011/TOOL-796T#c634565658341774156</link>
		<pubDate>Thu, 10 Nov 2011 23:50:34 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/Build/BUILD2011/TOOL-796T#c634565658341774156</guid>
		<dc:creator>Bryan Allen</dc:creator>
	</item>
	<item>
		<title>Re: ASP.NET 4.5 loves HTML5, CSS3 &amp; JavaScript</title>
		<description>
			<![CDATA[I solved my problem. Misplaced quotations marks...the bane of my existence.<p>posted by Bryan Allen</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/Build/BUILD2011/TOOL-796T#c634566460254029172</link>
		<pubDate>Fri, 11 Nov 2011 22:07:05 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/Build/BUILD2011/TOOL-796T#c634566460254029172</guid>
		<dc:creator>Bryan Allen</dc:creator>
	</item>
</channel>
</rss>