<?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>ASP Experts &#187; JavaScript</title>
	<atom:link href="http://www.aspexperts.com/tag/javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aspexperts.com</link>
	<description>.net programming, mssql, c#, vb.net....</description>
	<lastBuildDate>Fri, 03 Feb 2012 19:26:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Solving the Shakespeare Million Monkeys Problem in Real-time with Parallelism and SignalR</title>
		<link>http://www.aspexperts.com/solving-the-shakespeare-million-monkeys-problem-in-real-time-with-parallelism-and-signalr</link>
		<comments>http://www.aspexperts.com/solving-the-shakespeare-million-monkeys-problem-in-real-time-with-parallelism-and-signalr#comments</comments>
		<pubDate>Sat, 12 Nov 2011 01:09:22 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[SignalR]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[A little over 18 months ago I was talking to Stephen Toub (he of the Parallel Computing fame ) about parallelism and the kinds of problems it could solve. I said, naively, &#34;could we solve the million monkey&#039;s problem ?&#34; He said, &#34;the...]]></description>
			<content:encoded><![CDATA[<p>A little over 18 months ago I was talking to Stephen Toub (he of the Parallel Computing fame ) about parallelism and the kinds of problems it could solve. I said, naively, &quot;could we solve the million monkey&#39;s problem ?&quot; He said, &quot;the what?&quot; &quot;You know, if you have an infinite number of monkeys and an infinite number of keyboards they will eventually write Shakespeare .&quot; We brainstormed some ideas (since Stephen is a smarter than I, this consisted mostly of him gazing thoughtfully into the air while I sat on my hands) and eventually settled on an genetic algorithm. We would breed thousands of generations of (hypothetical) monkeys a second and then choose which ones would be allowed to perpetuate the species based&#8230;(<a href="http://feedproxy.google.com/~r/ScottHanselmanASPNET/~3/UaQClG14fpQ/SolvingTheShakespeareMillionMonkeysProblemInRealtimeWithParallelismAndSignalR.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=8056100" width="1" height="1"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/solving-the-shakespeare-million-monkeys-problem-in-real-time-with-parallelism-and-signalr/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Reference group Dedicated Worker</title>
		<link>http://www.aspexperts.com/javascript-reference-group-dedicated-worker</link>
		<comments>http://www.aspexperts.com/javascript-reference-group-dedicated-worker#comments</comments>
		<pubDate>Fri, 30 Sep 2011 19:52:00 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[References]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[vb.net]]></category>
		<category><![CDATA[Visual Studio 11 Developer Preview]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Travis Leithead showed a video &#34;Building responsive apps and sites with HTML5 web workers&#34; in BUILD. When editing &#34;Dedicated worker&#34; JavaScript file in Visual Studio 11 Developer&#039;s Preview, we need to add the following line in t...]]></description>
			<content:encoded><![CDATA[<p>Travis Leithead showed a video &quot;Building responsive apps and sites with HTML5 web workers&quot; in BUILD. When editing &quot;Dedicated worker&quot; JavaScript file in Visual Studio 11 Developer&#39;s Preview, we need to add the following line in the beginning of the file to get the proper JavaScript web walker IntelliSense in the editor: /// &lt;reference group=&quot;Dedicated Worker&quot; /&gt; &quot;Dedicated Worker&quot; is a reference Group defined in the Tools-&gt;Options-&gt;Text Editor-&gt;JavaScript-&gt;IntelliSense-&gt;References. It contains a JavaScript file which contains all the web walker JavaScript HTML5 objects. You can then see IntelliSense, such as importScripts: Also, IntelliSense will be shown form the JavaScript files&#8230;(<a href="http://blogs.msdn.com/b/webdevtools/archive/2011/09/30/javascript-reference-group-dedicated-worker.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7971507" width="1" height="1"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/javascript-reference-group-dedicated-worker/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New JavaScript editing features for Web development in Visual Studio 11 Developer Preview</title>
		<link>http://www.aspexperts.com/new-javascript-editing-features-for-web-development-in-visual-studio-11-developer-preview</link>
		<comments>http://www.aspexperts.com/new-javascript-editing-features-for-web-development-in-visual-studio-11-developer-preview#comments</comments>
		<pubDate>Thu, 15 Sep 2011 19:57:00 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[vb.net]]></category>
		<category><![CDATA[Visual Studio 11 Developer Preview]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Visual Studio 11 Developer Preview has the JavaScript design time engine rewritten, sharing base with IE&#039;s JavaScript engine. It has faster performance and better memory footprint. The list below shows some new feature and changes comparing with Vi...]]></description>
			<content:encoded><![CDATA[<p>Visual Studio 11 Developer Preview has the JavaScript design time engine rewritten, sharing base with IE&#39;s JavaScript engine. It has faster performance and better memory footprint. The list below shows some new feature and changes comparing with Visual Studio 2010 for Web development scenarios. All feedbacks are welcomed as it&#39;s our passion to make JavaScript developing experience as pleasant, reliable and efficient as other languages. IntelliSense Description VS2010 Behavior Visual Studio 11 Developer Preview Behavior ECMAScript 5 compliance No Yes. Visual Studio 11 Developer Preview fully supports ECMAScript 5. Auto-reducing Statement Completion List No Yes, if the IntelliSense is automatically enabled when typing. The following screen&#8230;(<a href="http://blogs.msdn.com/b/webdevtools/archive/2011/09/15/new-javascript-editing-features-for-web-development-in-visual-studio-11-developer-preview.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7953900" width="1" height="1"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/new-javascript-editing-features-for-web-development-in-visual-studio-11-developer-preview/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asynchronous scalable web applications with real-time persistent long-running connections with SignalR</title>
		<link>http://www.aspexperts.com/asynchronous-scalable-web-applications-with-real-time-persistent-long-running-connections-with-signalr</link>
		<comments>http://www.aspexperts.com/asynchronous-scalable-web-applications-with-real-time-persistent-long-running-connections-with-signalr#comments</comments>
		<pubDate>Mon, 29 Aug 2011 09:29:37 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I&#039;ve been spending some time exploring asynchrony and scale recently. You may have seen my post about my explorations with node.js and iisnode running node on Windows . Every application has different requirements such that rules to &#34;make it s...]]></description>
			<content:encoded><![CDATA[<p>I&#39;ve been spending some time exploring asynchrony and scale recently. You may have seen my post about my explorations with node.js and iisnode running node on Windows . Every application has different requirements such that rules to &quot;make it scale&quot; don&#39;t work for every kind of application. Scaling a web app that gets some data and for loops over it is different from an app that calls out to a high-latency mainframe is different from an app that needs to maintain a persistent connection to the server. The old adage &quot;when all you have it is a hammer everything looks like a nail&quot; really holds true in the programming and web space. The more tools &#8211; and the knowledge to use them &#8211; the better. That&#39;s why I&#39;m an&#8230;(<a href="http://feedproxy.google.com/~r/ScottHanselmanASPNET/~3/LAMDcMD5Yfw/AsynchronousScalableWebApplicationsWithRealtimePersistentLongrunningConnectionsWithSignalR.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7930254" width="1" height="1"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/asynchronous-scalable-web-applications-with-real-time-persistent-long-running-connections-with-signalr/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning about Progressive Enhancement &#8211; Supporting Mobile Browsers with CSS3 Media Queries</title>
		<link>http://www.aspexperts.com/learning-about-progressive-enhancement-supporting-mobile-browsers-with-css3-media-queries</link>
		<comments>http://www.aspexperts.com/learning-about-progressive-enhancement-supporting-mobile-browsers-with-css3-media-queries#comments</comments>
		<pubDate>Thu, 25 Aug 2011 08:03:39 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I blogged about how happy I&#039;ve been working with designer Jeremy Kratz on my recent site redesign . We&#039;ve been meeting lately about small improvements and tweaks. One of the core goals was to support many screen sizes from 30&#34; down to a sm...]]></description>
			<content:encoded><![CDATA[<p>I blogged about how happy I&#39;ve been working with designer Jeremy Kratz on my recent site redesign . We&#39;ve been meeting lately about small improvements and tweaks. One of the core goals was to support many screen sizes from 30&quot; down to a small smart phone screen. You can see the results on the right in a Windows Phone and iPhone. My team is doing a lot of work on Mobile lately, not just with things like jQuery Mobile and what that means not just for ASP.NET but the mobile web in general. We&#39;ve also worked with 51Degrees and they&#39;ve even created a NuGet package that can help you tailor your site to any device. You&#39;ll hear more about Mobile in ASP.NET from Steve soon and I&#39;ll be sharing some ideas in a few upcoming&#8230;(<a href="http://feedproxy.google.com/~r/ScottHanselmanASPNET/~3/CRWDw2prceo/LearningAboutProgressiveEnhancementSupportingMobileBrowsersWithCSS3MediaQueries.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7924392" width="1" height="1"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/learning-about-progressive-enhancement-supporting-mobile-browsers-with-css3-media-queries/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Play Sound in HTML5 and cross browser support with backward compatability.</title>
		<link>http://www.aspexperts.com/play-sound-in-html5-and-cross-browser-support-with-backward-compatability</link>
		<comments>http://www.aspexperts.com/play-sound-in-html5-and-cross-browser-support-with-backward-compatability#comments</comments>
		<pubDate>Thu, 25 Aug 2011 02:24:13 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[In the last post in this series [ read here ] I added the clock timing logic to the HTML workout timer. The next feature to add is round and interval audio. I want to ring a bell at the beginning and the end of each round, a warning before a change in ...]]></description>
			<content:encoded><![CDATA[<p>In the last post in this series [ read here ] I added the clock timing logic to the HTML workout timer. The next feature to add is round and interval audio. I want to ring a bell at the beginning and the end of each round, a warning before a change in work state, [...] Read More&#8230;&#8230;(<a href="http://feedproxy.google.com/~r/MSJoe/~3/_VQyxBz9YSg/">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7924296" width="1" height="1"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/play-sound-in-html5-and-cross-browser-support-with-backward-compatability/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Password Strength Indicator with jQuery Plugin.</title>
		<link>http://www.aspexperts.com/asp-net-password-strength-indicator-with-jquery-plugin</link>
		<comments>http://www.aspexperts.com/asp-net-password-strength-indicator-with-jquery-plugin#comments</comments>
		<pubDate>Tue, 16 Aug 2011 15:43:34 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[ACT]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Password strength is a key factor in account security for weeb applications. As developers we all have a basic understanding of what a secure password is but the averge consumer of internet applications doesn&#8217;t so adding a visual indicator when y...]]></description>
			<content:encoded><![CDATA[<p>Password strength is a key factor in account security for weeb applications. As developers we all have a basic understanding of what a secure password is but the averge consumer of internet applications doesn&#8217;t so adding a visual indicator when your user selectes a password is a great feature. There are many, many plugins that [...] Read More&#8230;&#8230;(<a href="http://feedproxy.google.com/~r/MSJoe/~3/29N9yhyLvHY/">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7913234" width="1" height="1"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/asp-net-password-strength-indicator-with-jquery-plugin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Standards Update for Visual Studio 2010 SP1</title>
		<link>http://www.aspexperts.com/web-standards-update-for-visual-studio-2010-sp1</link>
		<comments>http://www.aspexperts.com/web-standards-update-for-visual-studio-2010-sp1#comments</comments>
		<pubDate>Wed, 15 Jun 2011 20:52:50 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Mads Kristensen]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[SP1]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[&#160; The Web Platform and Tools team is very pleased to announce the first Web Standards Update for Visual Studio SP1 . It updates the HTML5 intellisense and validation to reflect the latest W3C specifications and fixes some bugs bugs in the current ...]]></description>
			<content:encoded><![CDATA[<p>&#160; The Web Platform and Tools team is very pleased to announce the first Web Standards Update for Visual Studio SP1 . It updates the HTML5 intellisense and validation to reflect the latest W3C specifications and fixes some bugs bugs in the current SP1 support for HTML5. Also JavaScript intellisense it updated to reflect many of the new browser capabilities such as Geolocation and DOM storage. Finally, this update adds comprehensive CSS3 intellisense and validation based on the latest specifications from W3C. As the HTML5 and CSS3 specifications mature we will make updates available accordingly to ensure that ASP.NET web developers always have the latest standards to work with. This is at the same time an invitation to report any bugs or&#8230;(<a href="http://blogs.msdn.com/b/webdevtools/archive/2011/06/15/web-standards-update-for-visual-studio-2010-sp1.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7830993" width="1" height="1"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/web-standards-update-for-visual-studio-2010-sp1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sample Code and Slides from DevConnection Germany</title>
		<link>http://www.aspexperts.com/sample-code-and-slides-from-devconnection-germany</link>
		<comments>http://www.aspexperts.com/sample-code-and-slides-from-devconnection-germany#comments</comments>
		<pubDate>Sat, 11 Jun 2011 13:06:29 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Talks]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Thank you everyone who came to my three talks this week at DevConnections Germany! I really enjoyed my time in Karlsruhe. Here are the slides and sample code for the three talks: jQuery Templates In this talk, I discuss how you can take advantage of jQ...]]></description>
			<content:encoded><![CDATA[<p>Thank you everyone who came to my three talks this week at DevConnections Germany! I really enjoyed my time in Karlsruhe. Here are the slides and sample code for the three talks: jQuery Templates In this talk, I discuss how you can take advantage of jQuery templates when building both ASP.NET Web Forms and ASP.NET MVC applications. I demonstrate several advanced features of templates such as wrapped templates and remote templates. Download the slides Download the code HTML5 In this talk, I discuss the features of HTML5 which matter most when building database-driven web applications. I demonstrate WebSockets, Web Workers, Web Storage, IndexedDB, and Offline Web Applications. Download the slides Download the code jQuery + OData In this talk,&#8230;(<a href="http://feedproxy.google.com/~r/StephenWalther/~3/wQ2Z94mp4mg/sample-code-and-slides-from-devconnection-germany.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7826033" width="1" height="1"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/sample-code-and-slides-from-devconnection-germany/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sample Code and Slides from DevConnection Germany</title>
		<link>http://www.aspexperts.com/sample-code-and-slides-from-devconnection-germany-2</link>
		<comments>http://www.aspexperts.com/sample-code-and-slides-from-devconnection-germany-2#comments</comments>
		<pubDate>Sat, 11 Jun 2011 13:06:29 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Talks]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Thank you everyone who came to my three talks this week at DevConnections Germany! I really enjoyed my time in Karlsruhe. Here are the slides and sample code for the three talks: jQuery Templates In this talk, I discuss how you can take advantage of jQ...]]></description>
			<content:encoded><![CDATA[<p>Thank you everyone who came to my three talks this week at DevConnections Germany! I really enjoyed my time in Karlsruhe. Here are the slides and sample code for the three talks: jQuery Templates In this talk, I discuss how you can take advantage of jQuery templates when building both ASP.NET Web Forms and ASP.NET MVC applications. I demonstrate several advanced features of templates such as wrapped templates and remote templates. Download the slides Download the code HTML5 In this talk, I discuss the features of HTML5 which matter most when building database-driven web applications. I demonstrate WebSockets, Web Workers, Web Storage, IndexedDB, and Offline Web Applications. Download the slides Download the code jQuery + OData In this talk,&#8230;(<a href="http://feedproxy.google.com/~r/StephenWalther/~3/wQ2Z94mp4mg/sample-code-and-slides-from-devconnection-germany.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7826033" width="1" height="1"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/sample-code-and-slides-from-devconnection-germany-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

