<?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>PeterKellner.net &#187; JavaScript</title>
	<atom:link href="http://peterkellner.net/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://peterkellner.net</link>
	<description>Specializing in Microsoft Web and Database Technologies</description>
	<lastBuildDate>Thu, 29 Jul 2010 14:32:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Great ExtJS Meetup in Palo Alto Tonight at ExtJS&#8217;s New Office</title>
		<link>http://peterkellner.net/2010/02/24/extjs-meetup-paloalto-office/</link>
		<comments>http://peterkellner.net/2010/02/24/extjs-meetup-paloalto-office/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 06:46:54 +0000</pubDate>
		<dc:creator>Peter Kellner</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[ExtJS]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://peterkellner.net/2010/02/24/extjs-meetup-paloalto-office/</guid>
		<description><![CDATA[Yet another great meetup with the ExtJS San Francisco Group (though not meeting in San Francisco this time).&#160; ExtJS has moved it’s main office and developers out here to Palo Alto, California and volunteered to host our meetup.&#160; They provided pizza and beer and I’d say it was our most successful event so far!&#160; http://www.meetup.com/The-San-Francisco-ExtJS-Meetup-Group/calendar/12527913/ [...]]]></description>
		<wfw:commentRss>http://peterkellner.net/2010/02/24/extjs-meetup-paloalto-office/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Combining JavaScript and CSS to Make Pages Load Faster</title>
		<link>http://peterkellner.net/2009/11/10/javascript-minify-csharp-css/</link>
		<comments>http://peterkellner.net/2009/11/10/javascript-minify-csharp-css/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 20:26:03 +0000</pubDate>
		<dc:creator>Peter Kellner</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://peterkellner.net/2009/11/10/javascript-minify-csharp-css/</guid>
		<description><![CDATA[ We are in the process of “speeding up” our ExtJS application.&#160; I’m just finally figuring out the rules of the road for doing this.&#160; Here are a couple of rules I believe to be true     Combine and Minify All JavaScript     Combine All CSS that are in [...]]]></description>
		<wfw:commentRss>http://peterkellner.net/2009/11/10/javascript-minify-csharp-css/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To View JSON in a Pretty Way</title>
		<link>http://peterkellner.net/2009/11/06/formatting-json-best-tool/</link>
		<comments>http://peterkellner.net/2009/11/06/formatting-json-best-tool/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 16:49:04 +0000</pubDate>
		<dc:creator>Peter Kellner</dc:creator>
				<category><![CDATA[JSON]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[MVC]]></category>

		<guid isPermaLink="false">http://peterkellner.net/2009/11/06/formatting-json-best-tool/</guid>
		<description><![CDATA[Cutting to the chase, I choose Vladimir Bodurov’s Color Formatter!  For the past year or so, I’ve been working on a project that uses Microsoft’s ASP.NET MVC for providing data to our pure JavaScript application.&#160; That is, there are no web forms, no dynamic HTML generation, just 100% JavaScript running on the client.&#160; I’m [...]]]></description>
		<wfw:commentRss>http://peterkellner.net/2009/11/06/formatting-json-best-tool/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Book Review of Object Oriented JavaScript by Stoyan Stefanov</title>
		<link>http://peterkellner.net/2009/08/30/book-review-of-object-oriented-javascript-by-stoyan-stefanov/</link>
		<comments>http://peterkellner.net/2009/08/30/book-review-of-object-oriented-javascript-by-stoyan-stefanov/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 14:55:36 +0000</pubDate>
		<dc:creator>Peter Kellner</dc:creator>
				<category><![CDATA[Book Reviews]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://peterkellner.net/2009/08/30/book-review-of-object-oriented-javascript-by-stoyan-stefanov/</guid>
		<description><![CDATA[ For the past year or so, I’ve been spending part time learning JavaScript.&#160; My reason has been we use ExtJS extensively in my company and it’s written in JavaScript.&#160; ExtJS is very object oriented so any book that tries to present JavaScript in an OO fashion is a big help.   &#160;  [...]]]></description>
		<wfw:commentRss>http://peterkellner.net/2009/08/30/book-review-of-object-oriented-javascript-by-stoyan-stefanov/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Set JavaScript Programmatically on a Page in ASP.NET with Parameters</title>
		<link>http://peterkellner.net/2009/05/03/including-javascript-aspnet-pageload-clientscriptmanager/</link>
		<comments>http://peterkellner.net/2009/05/03/including-javascript-aspnet-pageload-clientscriptmanager/#comments</comments>
		<pubDate>Sun, 03 May 2009 23:42:50 +0000</pubDate>
		<dc:creator>Peter Kellner</dc:creator>
				<category><![CDATA[ASP.NET 3.5]]></category>
		<category><![CDATA[ExtJS]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://peterkellner.net/2009/05/03/including-javascript-aspnet-pageload-clientscriptmanager/</guid>
		<description><![CDATA[Programmatically setting JavaScript into an ASP.NET page is very straight forward when you do it in code.&#160; That is, in my case, I simply put it in the Page_Load event of the page and have it load from there.&#160; I’m currently working on an ExtJS project that requires me to show some details on a [...]]]></description>
		<wfw:commentRss>http://peterkellner.net/2009/05/03/including-javascript-aspnet-pageload-clientscriptmanager/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Great JavaScript Meetup In San Francsico Last Night!</title>
		<link>http://peterkellner.net/2009/04/30/javascript-meetup-san-francisco-douglascrockford/</link>
		<comments>http://peterkellner.net/2009/04/30/javascript-meetup-san-francisco-douglascrockford/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 17:48:52 +0000</pubDate>
		<dc:creator>Peter Kellner</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://peterkellner.net/2009/04/30/javascript-meetup-san-francisco-douglascrockford/</guid>
		<description><![CDATA[&#160;  My guess is 75 people showed up at Dolores Labs last night for this meetup.&#160; It lasted about two hours and had about 6 great presentations.&#160; Douglas Crockford kicked it off with a discussion on upcoming security models around new versions of JavaScript followed by several other presentations that included a Google engineer [...]]]></description>
		<wfw:commentRss>http://peterkellner.net/2009/04/30/javascript-meetup-san-francisco-douglascrockford/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speaking Wednesday May 20th, 6:30PM, Microsoft Office San Francisco on ExtJS and ASP.NET Membership!</title>
		<link>http://peterkellner.net/2009/04/20/speaking-aspnet-extjs-microsoft-sanfrancisco-high-perf-javascript/</link>
		<comments>http://peterkellner.net/2009/04/20/speaking-aspnet-extjs-microsoft-sanfrancisco-high-perf-javascript/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 04:59:38 +0000</pubDate>
		<dc:creator>Peter Kellner</dc:creator>
				<category><![CDATA[ASP.NET 3.5]]></category>
		<category><![CDATA[ExtJS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Membership]]></category>

		<guid isPermaLink="false">http://peterkellner.net/2009/04/20/speaking-aspnet-extjs-microsoft-sanfrancisco-high-perf-javascript/</guid>
		<description><![CDATA[&#160;  Come hear about how to see ExtJS integrated with ASP.NET for awesome Membership and Profile Management!&#160; I will speaking at the Microsoft Office at a meeting of Bay.Net Users Group.  http://www.baynetug.org/DesktopModules/DetailXEvents.aspx?ItemID=378&#38;mid=49  ASP.NET: Membership with Profile and High Performance ExtJS JavaScript Interface  When:&#160;   Wednesday, 5/20/2009 at 6:30 PM  [...]]]></description>
		<wfw:commentRss>http://peterkellner.net/2009/04/20/speaking-aspnet-extjs-microsoft-sanfrancisco-high-perf-javascript/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Come See Me at VSLive in Las Vegas, June 9th (2 Sessions)</title>
		<link>http://peterkellner.net/2009/04/17/vslive-lasvegas-extjs-aspnet-high-performance/</link>
		<comments>http://peterkellner.net/2009/04/17/vslive-lasvegas-extjs-aspnet-high-performance/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 00:27:20 +0000</pubDate>
		<dc:creator>Peter Kellner</dc:creator>
				<category><![CDATA[ASP.NET 2.0]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[ExtJS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Speaking]]></category>

		<guid isPermaLink="false">http://peterkellner.net/2009/04/17/vslive-lasvegas-extjs-aspnet-high-performance/</guid>
		<description><![CDATA[ I’m doing two sessions at VS-Live in June.&#160; Both sessions are in the asp.net track. One is on High Speed performance in ASP.Net, and the other is on using ExtJS (a brilliantly fast rich JavaScript library).&#160; Hope to see you there!  Here are the descriptions:  VM1  Build Blazingly Fast ASP.NET Apps [...]]]></description>
		<wfw:commentRss>http://peterkellner.net/2009/04/17/vslive-lasvegas-extjs-aspnet-high-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Framework Scanner, Written in ExtJS by Mats Bryntse</title>
		<link>http://peterkellner.net/2009/01/23/javascript-framework-scanner-globals-collisions-mats/</link>
		<comments>http://peterkellner.net/2009/01/23/javascript-framework-scanner-globals-collisions-mats/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 16:55:37 +0000</pubDate>
		<dc:creator>Peter Kellner</dc:creator>
				<category><![CDATA[ExtJS]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://peterkellner.net/?p=237</guid>
		<description><![CDATA[Mats Bryntse, a great web developer and ExtJS expert has written a very cool utility that let&#8217;s you see how well the different JavaScript frameworks play with each other.&#160; Specifically, he looks at many of the most popular frameworks and calculates how many globals each one uses.&#160; This is important because if you happen to [...]]]></description>
		<wfw:commentRss>http://peterkellner.net/2009/01/23/javascript-framework-scanner-globals-collisions-mats/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>First San Francisco Meetup of ExtJS Group</title>
		<link>http://peterkellner.net/2008/12/10/extjs-meetup-sanfrancisco/</link>
		<comments>http://peterkellner.net/2008/12/10/extjs-meetup-sanfrancisco/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 17:08:07 +0000</pubDate>
		<dc:creator>Peter Kellner</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[ExtJS]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://peterkellner.net/2008/12/10/extjs-meetup-sanfrancisco/</guid>
		<description><![CDATA[http://www.meetup.com/The-San-Francisco-ExtJS-Meetup-Group/  As many of you know, I&#8217;m learning the JavaScript library ExtJS.&#160; It&#8217;s basically a very rich development api that allows you to make totally awesome client side control 100% in JavaScript.&#160; It has control that include Grid, Dropdown, Calendar, Image, Drag and Drop, Toolbars, etc.&#160; With ExtJS, you can in a very straight [...]]]></description>
		<wfw:commentRss>http://peterkellner.net/2008/12/10/extjs-meetup-sanfrancisco/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Basic DomHelper with ExtJS Library, creating simple div tags and anchors</title>
		<link>http://peterkellner.net/2008/11/24/domhelper-extjs-tutorial/</link>
		<comments>http://peterkellner.net/2008/11/24/domhelper-extjs-tutorial/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 15:48:25 +0000</pubDate>
		<dc:creator>Peter Kellner</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://peterkellner.net/2008/11/24/domhelper-extjs-tutorial/</guid>
		<description><![CDATA[As I&#8217;m learning ExtJS I plan on publishing the things I figure out.&#160; For those that don&#8217;t know, ExtJS is a very rich JavaScript library that gives you all kinds of capabilities that work cross browsers.&#160; Trees, Grid&#8217;s, Panels, Layouts and all kind of stuff.&#160; For an idea of the kinds of things you can [...]]]></description>
		<wfw:commentRss>http://peterkellner.net/2008/11/24/domhelper-extjs-tutorial/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>ExtJS Training with our leaders!</title>
		<link>http://peterkellner.net/2008/11/04/extjs-training-coolite-javascript/</link>
		<comments>http://peterkellner.net/2008/11/04/extjs-training-coolite-javascript/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 23:53:38 +0000</pubDate>
		<dc:creator>Peter Kellner</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://peterkellner.net/2008/11/04/extjs-training-coolite-javascript/</guid>
		<description><![CDATA[For my current project, I&#8217;m focused on delivering the fastest and best user experience possible for our web site.&#160; To deliver this, it is necessary to really focus on delivering client side code.&#160; After doing a bunch of research, the very clear answer to me is to use a Library called ExtJS combined with a [...]]]></description>
		<wfw:commentRss>http://peterkellner.net/2008/11/04/extjs-training-coolite-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Two JavaScript Favorite Books:, &quot;JavaScript: The Good Parts&quot; and &quot;JavaScript: The Definitive Guide&quot;</title>
		<link>http://peterkellner.net/2008/10/11/javascript-book-review-douglas-crockford-david-flanagan/</link>
		<comments>http://peterkellner.net/2008/10/11/javascript-book-review-douglas-crockford-david-flanagan/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 14:20:03 +0000</pubDate>
		<dc:creator>Peter Kellner</dc:creator>
				<category><![CDATA[Book Reviews]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://peterkellner.net/2008/10/11/javascript-book-review-douglas-crockford-david-flanagan/</guid>
		<description><![CDATA[I&#8217;ve been working on a project lately that requires a lot of JavaScript, and if any of you are like me, you&#8217;ve had trouble learning the language well.&#160; Over the years, I&#8217;ve taken several runs at it but have not been successful.&#160; Sure, I could always to basic stuff, but it seemed that when ever [...]]]></description>
		<wfw:commentRss>http://peterkellner.net/2008/10/11/javascript-book-review-douglas-crockford-david-flanagan/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Smallest xmlHttp I Could Do And Still Get It Wrong</title>
		<link>http://peterkellner.net/2008/09/29/xmlhttp-ajax-microsoft-pageload-virtualearth/</link>
		<comments>http://peterkellner.net/2008/09/29/xmlhttp-ajax-microsoft-pageload-virtualearth/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 14:11:05 +0000</pubDate>
		<dc:creator>Peter Kellner</dc:creator>
				<category><![CDATA[Atlas/AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://peterkellner.net/2008/09/29/xmlhttp-ajax-microsoft-pageload-virtualearth/</guid>
		<description><![CDATA[I&#8217;ve just started my journey into the land of JavaScript for real and am learning things most of you already know.&#160; For example, as the Silicon Valley Code Camp coordinator and web site author, I just recently decided to add a Virtual Earth Map showing attendees and speakers (see the home page).&#160; I wrote a [...]]]></description>
		<wfw:commentRss>http://peterkellner.net/2008/09/29/xmlhttp-ajax-microsoft-pageload-virtualearth/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using MapPath with WCF Service, Setting aspNetCompatibilityEnabled to true</title>
		<link>http://peterkellner.net/2008/08/18/using-mappath-with-wcf-aspnetcompatibilityenabled/</link>
		<comments>http://peterkellner.net/2008/08/18/using-mappath-with-wcf-aspnetcompatibilityenabled/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 17:05:46 +0000</pubDate>
		<dc:creator>Peter Kellner</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://peterkellner.net/2008/08/18/using-mappath-with-wcf-aspnetcompatibilityenabled/</guid>
		<description><![CDATA[I&#8217;m just starting out using WCF in an application for the first time.&#160; I&#8217;m using Visual Studio 2008 sp1 and created an asp.net web site from the standard create project wizard.&#160; I then created a simple AJAX&#8211;enabled WCF Service as follows:    I then added some code to the service that looks like [...]]]></description>
		<wfw:commentRss>http://peterkellner.net/2008/08/18/using-mappath-with-wcf-aspnetcompatibilityenabled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 6/13 queries in 0.010 seconds using disk
Content Delivery Network via cdn.peterkellner.net

Served from: peterkellner.net @ 2010-07-30 09:26:39 -->