<?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>aKa Web Design &#187; ExtJs</title>
	<atom:link href="http://www.akawebdesign.com/category/ajax/extjs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.akawebdesign.com</link>
	<description>Longtime nerd. Rockstar developer.</description>
	<lastBuildDate>Tue, 15 May 2012 18:08:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Book Review: ExtJS 4 First Look</title>
		<link>http://www.akawebdesign.com/2012/03/11/book-review-extjs-4-first-look/</link>
		<comments>http://www.akawebdesign.com/2012/03/11/book-review-extjs-4-first-look/#comments</comments>
		<pubDate>Sun, 11 Mar 2012 22:50:13 +0000</pubDate>
		<dc:creator>Arthur Kay</dc:creator>
				<category><![CDATA[Book/Product Reviews]]></category>
		<category><![CDATA[ExtJs]]></category>

		<guid isPermaLink="false">http://www.akawebdesign.com/?p=953</guid>
		<description><![CDATA[Are you an experienced ExtJS developer currently using version 3.x but looking to migrate your application to version 4.x? ExtJS 4 First Look will be an excellent place for you to start.

ExtJS4 First Look is an excellent book for the right audience, and I hope those people choose to read this book. I will probably recommend this book to a lot of Sencha developers! <a href="http://www.akawebdesign.com/2012/03/11/book-review-extjs-4-first-look/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.akawebdesign.com/2012/03/11/book-review-extjs-4-first-look/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sencha SDK Tools &#8211; JSBuilder</title>
		<link>http://www.akawebdesign.com/2011/11/17/sencha-sdk-tools-jsbuilder/</link>
		<comments>http://www.akawebdesign.com/2011/11/17/sencha-sdk-tools-jsbuilder/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 21:20:54 +0000</pubDate>
		<dc:creator>Arthur Kay</dc:creator>
				<category><![CDATA[ExtJs]]></category>
		<category><![CDATA[Sencha Touch]]></category>

		<guid isPermaLink="false">http://www.akawebdesign.com/?p=758</guid>
		<description><![CDATA[I've been working onsite with a client for the past few weeks, and I was recently asked to implement a minification tool for our JavaScript files. Naturally, I turned to Sencha for the answer... although I hadn't actually used the SDK tools before.

I'm detailing my experience using the Sencha SDK tools on Mac OSX for posterity - because inevitably I'm going to need to re-reference this. Hopefully it helps someone else, as the documentation for the SDK tools is (currently) a bit sparse. <a href="http://www.akawebdesign.com/2011/11/17/sencha-sdk-tools-jsbuilder/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.akawebdesign.com/2011/11/17/sencha-sdk-tools-jsbuilder/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Code Reviews: Why Your Code Sucks</title>
		<link>http://www.akawebdesign.com/2011/10/18/code-reviews-why-your-code-sucks/</link>
		<comments>http://www.akawebdesign.com/2011/10/18/code-reviews-why-your-code-sucks/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 15:07:23 +0000</pubDate>
		<dc:creator>Arthur Kay</dc:creator>
				<category><![CDATA[ExtJs]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Sencha Touch]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.akawebdesign.com/?p=721</guid>
		<description><![CDATA[Over the past few years I've been asked to perform <strong>Code Reviews</strong> on many web applications, often projects utilizing ExtJS or Sencha Touch.

I always enjoy peeking into the thought process behind an application because you never know when you're going to learn something useful. As someone who takes an immense amount of pride in my profession, I strongly believe that education should never stop because <strong>someone will always do something better than you</strong>. At the very least, reading someone else's code will trigger ideas of your own.

That being said, code reviews are sometimes fun... <em>but more often frustrating</em>. <a href="http://www.akawebdesign.com/2011/10/18/code-reviews-why-your-code-sucks/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.akawebdesign.com/2011/10/18/code-reviews-why-your-code-sucks/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Event-Driven Architecture</title>
		<link>http://www.akawebdesign.com/2011/03/15/event-driven-architecture/</link>
		<comments>http://www.akawebdesign.com/2011/03/15/event-driven-architecture/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 11:24:57 +0000</pubDate>
		<dc:creator>Arthur Kay</dc:creator>
				<category><![CDATA[ExtJs]]></category>
		<category><![CDATA[Sencha Touch]]></category>

		<guid isPermaLink="false">http://www.akawebdesign.com/?p=622</guid>
		<description><![CDATA[Events are the glue that binds web applications together. Users click on one thing, expecting that something else will happen. This cause/effect relationship is the key to understanding how to structure an advanced web application built on ExtJS or Sencha &#8230; <a href="http://www.akawebdesign.com/2011/03/15/event-driven-architecture/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.akawebdesign.com/2011/03/15/event-driven-architecture/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sencha Chicago User Group</title>
		<link>http://www.akawebdesign.com/2011/02/22/sencha-chicago-user-group/</link>
		<comments>http://www.akawebdesign.com/2011/02/22/sencha-chicago-user-group/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 18:34:02 +0000</pubDate>
		<dc:creator>Arthur Kay</dc:creator>
				<category><![CDATA[Chicago Ajax Developers]]></category>
		<category><![CDATA[ExtJs]]></category>
		<category><![CDATA[Sencha Touch]]></category>

		<guid isPermaLink="false">http://blog.akawebdesign.com/?p=589</guid>
		<description><![CDATA[A long, long time ago I tried to get an ExtJS group started in the Chicago area. We had one meeting, but due to a lack of support the group never really got moving. I have recently decided to get &#8230; <a href="http://www.akawebdesign.com/2011/02/22/sencha-chicago-user-group/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.akawebdesign.com/2011/02/22/sencha-chicago-user-group/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sencha Touch Demo: Forum Browser</title>
		<link>http://www.akawebdesign.com/2011/02/15/sencha-touch-demo-forum-browser/</link>
		<comments>http://www.akawebdesign.com/2011/02/15/sencha-touch-demo-forum-browser/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 00:00:46 +0000</pubDate>
		<dc:creator>Arthur Kay</dc:creator>
				<category><![CDATA[ExtJs]]></category>
		<category><![CDATA[Sencha Touch]]></category>

		<guid isPermaLink="false">http://blog.akawebdesign.com/?p=583</guid>
		<description><![CDATA[I've had some extra time over the last week, so I decided it was time to learn a bit more about Sencha Touch. All I needed to do was find a small project...

One of my favorite examples from the ExtJS demo collection is the <a href="http://dev.sencha.com/deploy/dev/examples/forum/forum.html">forum browser</a>, and it occurred to me that I haven't seen this implemented using Sencha Touch. How hard could it be?

As it turns out... not that hard. <a href="http://www.akawebdesign.com/2011/02/15/sencha-touch-demo-forum-browser/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.akawebdesign.com/2011/02/15/sencha-touch-demo-forum-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building CSS Sprites with Compass/SASS</title>
		<link>http://www.akawebdesign.com/2011/01/17/building-css-sprites-with-compasssass/</link>
		<comments>http://www.akawebdesign.com/2011/01/17/building-css-sprites-with-compasssass/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 20:43:02 +0000</pubDate>
		<dc:creator>Arthur Kay</dc:creator>
				<category><![CDATA[ExtJs]]></category>
		<category><![CDATA[Sencha Touch]]></category>

		<guid isPermaLink="false">http://blog.akawebdesign.com/?p=572</guid>
		<description><![CDATA[I&#8217;ll be honest and admit that I never really thought much about CSS tools like SASS and LESS until the recent 2010 Sencha Conference. At the conference, we learned that Sencha Touch (and the upcoming 4.x release of ExtJS) use &#8230; <a href="http://www.akawebdesign.com/2011/01/17/building-css-sprites-with-compasssass/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.akawebdesign.com/2011/01/17/building-css-sprites-with-compasssass/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SenchaCon 2010 &#8211; Day 1</title>
		<link>http://www.akawebdesign.com/2010/11/15/senchacon-2010-day-1/</link>
		<comments>http://www.akawebdesign.com/2010/11/15/senchacon-2010-day-1/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 03:59:49 +0000</pubDate>
		<dc:creator>Arthur Kay</dc:creator>
				<category><![CDATA[ExtJs]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.akawebdesign.com/?p=557</guid>
		<description><![CDATA[Wow. I&#8217;ve been here at the Sencha Conference 2010 for less than a day now, and there&#8217;s little more to say other than that. As one of the few (200-ish) developers who went to the conference last year, I have &#8230; <a href="http://www.akawebdesign.com/2010/11/15/senchacon-2010-day-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.akawebdesign.com/2010/11/15/senchacon-2010-day-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>JavaScript Singletons: Object Literals vs. Closures</title>
		<link>http://www.akawebdesign.com/2010/10/22/javascript-singletons-object-literals-vs-closures/</link>
		<comments>http://www.akawebdesign.com/2010/10/22/javascript-singletons-object-literals-vs-closures/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 18:41:01 +0000</pubDate>
		<dc:creator>Arthur Kay</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ExtJs]]></category>

		<guid isPermaLink="false">http://blog.akawebdesign.com/?p=549</guid>
		<description><![CDATA[I have been a big fan of JavaScript singletons for some time now, and I frequently use them in large web applications. Their benefit is fairly straightforward: since only one instance of the object is needed, singletons provide a quick and clean way to define and organize data.

Object literals are one of the most convenient constructs in JavaScript. They allow us to immediately format an anonymous object and assign its attributes and methods.

Closures are a bit more mysterious - or at least many JavaScript developers aren't acutely aware of them. In essence, closures are a closed environment containing  methods and properties that are inaccessible to namespaces outside the scope of the object. <a href="http://www.akawebdesign.com/2010/10/22/javascript-singletons-object-literals-vs-closures/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.akawebdesign.com/2010/10/22/javascript-singletons-object-literals-vs-closures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My First Sencha Touch App</title>
		<link>http://www.akawebdesign.com/2010/09/02/my-first-sencha-touch-app/</link>
		<comments>http://www.akawebdesign.com/2010/09/02/my-first-sencha-touch-app/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 15:51:30 +0000</pubDate>
		<dc:creator>Arthur Kay</dc:creator>
				<category><![CDATA[ExtJs]]></category>
		<category><![CDATA[Sencha Touch]]></category>

		<guid isPermaLink="false">http://blog.akawebdesign.com/?p=521</guid>
		<description><![CDATA[So I'm a few months late to this party, but I finally started playing with <strong>Sencha Touch</strong>!

My first project is a simple mobile version of my website - it's not finished and the contact form doesn't work, but I managed to get something that actually "works". I suppose it's nothing to be proud of, but it has been a good excuse to use Sencha Touch. <a href="http://www.akawebdesign.com/2010/09/02/my-first-sencha-touch-app/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.akawebdesign.com/2010/09/02/my-first-sencha-touch-app/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

