<?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>Mingch</title>
	<atom:link href="http://loongest.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://loongest.com</link>
	<description></description>
	<lastBuildDate>Wed, 22 Feb 2012 16:45:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>ExtJs v4 &#8211; Class System</title>
		<link>http://loongest.com/extjs/extjs-v4-class-system/</link>
		<comments>http://loongest.com/extjs/extjs-v4-class-system/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 16:45:27 +0000</pubDate>
		<dc:creator>loongest</dc:creator>
				<category><![CDATA[ExtJs]]></category>

		<guid isPermaLink="false">http://loongest.com/?p=2848</guid>
		<description><![CDATA[The following example cover only basic class system creation. For more information read the extJs documentation. Class creation &#160; &#160;&#160;&#160;Ext.define(&#8216; namespace &#8216;, { properties/method }, function callback) &#160;&#160;&#160;namespace &#8211; unique identifiers or symbols that associated with the environment. &#160;&#160;&#160;properties &#8211; class properties and function &#160;&#160;&#160;function(optional) &#8211; callback function that run after the class is created. [...]]]></description>
		<wfw:commentRss>http://loongest.com/extjs/extjs-v4-class-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ExtJs v4 – Elements</title>
		<link>http://loongest.com/extjs/extjs-v4-%e2%80%93-elements/</link>
		<comments>http://loongest.com/extjs/extjs-v4-%e2%80%93-elements/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 17:30:59 +0000</pubDate>
		<dc:creator>loongest</dc:creator>
				<category><![CDATA[ExtJs]]></category>

		<guid isPermaLink="false">http://loongest.com/?p=2668</guid>
		<description><![CDATA[Let&#8217;s start playing with the Ext.Element, Prepare the index file index.html If you dont want to host the extjs library, you have option to use the public hosted library by pointing to the URL below. http://extjs-public.googlecode.com/svn/tags/extjs-4.0.7/release/resources/css/ext-all.css http://extjs-public.googlecode.com/svn/tags/extjs-4.0.7/release/ext-all.js &#160; &#60;!DOCTYPE html PUBLIC &#34;-//W3C//DTD HTML 4.01 Transitional//EN&#34; &#34;http://www.w3.org/TR/html4/loose.dtd&#34;&#62; &#60;html&#62; &#60;head&#62; &#160; &#60;title&#62;Home&#60;/title&#62; &#160; &#60;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; href=&#34;lib/extjs/resources/css/ext-all.css&#34;&#62; [...]]]></description>
		<wfw:commentRss>http://loongest.com/extjs/extjs-v4-%e2%80%93-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript undefined</title>
		<link>http://loongest.com/javascript/javascript-undefined/</link>
		<comments>http://loongest.com/javascript/javascript-undefined/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 15:20:34 +0000</pubDate>
		<dc:creator>loongest</dc:creator>
				<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://loongest.com/?p=2631</guid>
		<description><![CDATA[Javascript null and undefined is always confuse, i&#8217;m gonna to used google chrome&#8217;s console to try out what i can verify it. Press ctr + shift + J to launch google console. Declare variable From google chrome console define a variable immediate will show &#8216;undefined&#8217; &#62; var test; undefined now we try again assign &#8220;hello&#8221; [...]]]></description>
		<wfw:commentRss>http://loongest.com/javascript/javascript-undefined/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ExtJs v4 – Controller , View , Model</title>
		<link>http://loongest.com/extjs/extjs-v4-%e2%80%93-controller-view-model/</link>
		<comments>http://loongest.com/extjs/extjs-v4-%e2%80%93-controller-view-model/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 10:17:34 +0000</pubDate>
		<dc:creator>loongest</dc:creator>
				<category><![CDATA[ExtJs]]></category>

		<guid isPermaLink="false">http://loongest.com/?p=2590</guid>
		<description><![CDATA[The following example show how to create a full mvc. Project structure First we review the structure to get more clear picture how it looks like. Only 1 html, 1 json file and 6 javascript file (application, controller, model, store, panel, grid) need to be create in this example. &#160; &#91;project name&#93; &#160; + &#160; [...]]]></description>
		<wfw:commentRss>http://loongest.com/extjs/extjs-v4-%e2%80%93-controller-view-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ExtJs v4 &#8211; Controller and View</title>
		<link>http://loongest.com/extjs/extjs-v4-controller-and-view/</link>
		<comments>http://loongest.com/extjs/extjs-v4-controller-and-view/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 17:21:21 +0000</pubDate>
		<dc:creator>loongest</dc:creator>
				<category><![CDATA[ExtJs]]></category>

		<guid isPermaLink="false">http://loongest.com/?p=2543</guid>
		<description><![CDATA[The following example show how to create a basic controller and view only sample. Project structure First we review the structure to get more clear picture how it looks like. Only 1 html and 3 javascript file need to be create in this example. &#160; &#91;project name&#93; &#160; + &#160; + &#91;app&#93; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://loongest.com/extjs/extjs-v4-controller-and-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ExtJs v4 &#8211; Controller</title>
		<link>http://loongest.com/extjs/extjs-v4-controller/</link>
		<comments>http://loongest.com/extjs/extjs-v4-controller/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 16:42:49 +0000</pubDate>
		<dc:creator>loongest</dc:creator>
				<category><![CDATA[ExtJs]]></category>

		<guid isPermaLink="false">http://loongest.com/?p=2524</guid>
		<description><![CDATA[The following example show how to create a basic controller sample. Project structure First we review the structure to get more clear picture how it looks like. Only 1 html and 2 javascript file need to be create in this example. &#160; &#91;project name&#93; &#160; + &#160; + &#91;app&#93; &#160; &#160; &#160; &#160; + &#91;model&#93; [...]]]></description>
		<wfw:commentRss>http://loongest.com/extjs/extjs-v4-controller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ExtJs v4 – Project directory structure</title>
		<link>http://loongest.com/extjs/extjs-v4-%e2%80%93-project-directory-structure/</link>
		<comments>http://loongest.com/extjs/extjs-v4-%e2%80%93-project-directory-structure/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 13:55:39 +0000</pubDate>
		<dc:creator>loongest</dc:creator>
				<category><![CDATA[ExtJs]]></category>

		<guid isPermaLink="false">http://loongest.com/?p=2495</guid>
		<description><![CDATA[The recommended project directory is describe as follow. &#160; &#91; project_folder &#93; &#160; &#160; &#160; &#160; + index.html &#160; &#160; &#160; &#160; &#62; &#91; application_folder &#93; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&#62; &#91; models_folder &#160; &#160; &#160;&#93; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&#62; &#91; views_folder &#160; &#160; &#160; &#93; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://loongest.com/extjs/extjs-v4-%e2%80%93-project-directory-structure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GWT 2.4 Maven</title>
		<link>http://loongest.com/gwt/gwt-maven/</link>
		<comments>http://loongest.com/gwt/gwt-maven/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 16:43:02 +0000</pubDate>
		<dc:creator>loongest</dc:creator>
				<category><![CDATA[gwt]]></category>

		<guid isPermaLink="false">http://loongest.com/?p=2352</guid>
		<description><![CDATA[If you are big fan of the maven, here i&#8217;ll show you how to get start with the gwt project with maven setup. From your command prompt key in the maven command &#160; mvn archetype:generate -DarchetypeRepository=repo1.maven.org &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;-DarchetypeGroupId=org.codehaus.mojo &#160; &#160; &#160; &#160; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://loongest.com/gwt/gwt-maven/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ExtJs v4 &#8211; Ext.application , Ext.onReady</title>
		<link>http://loongest.com/sencha/extjs-v4-ext-application-ext-onready-ext-onload/</link>
		<comments>http://loongest.com/sencha/extjs-v4-ext-application-ext-onready-ext-onload/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 12:18:05 +0000</pubDate>
		<dc:creator>loongest</dc:creator>
				<category><![CDATA[ExtJs]]></category>
		<category><![CDATA[Sencha]]></category>

		<guid isPermaLink="false">http://loongest.com/?p=2242</guid>
		<description><![CDATA[Confuse with the Ext.application(..) &#038; Ext.onReady(..) ?? Read more &#8230; Ext.application What differences between Ext.application(..) &#038; Ext.onReady(..)? Basically both syntax execute the code when the page is ready. &#160; &#160;&#160;&#160;Ext.application(&#8230;) take 1 parameter : &#160;&#160;&#160;config &#8211; Object &#160;&#160;Ext.application is a mvc approach to start up an application on a single page, it has the ability [...]]]></description>
		<wfw:commentRss>http://loongest.com/sencha/extjs-v4-ext-application-ext-onready-ext-onload/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ExtJS v4 &#8211; Getting Started</title>
		<link>http://loongest.com/sencha/extjs-getting-started/</link>
		<comments>http://loongest.com/sencha/extjs-getting-started/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 17:17:25 +0000</pubDate>
		<dc:creator>loongest</dc:creator>
				<category><![CDATA[ExtJs]]></category>
		<category><![CDATA[Sencha]]></category>

		<guid isPermaLink="false">http://loongest.com/?p=1957</guid>
		<description><![CDATA[The following article will walk through basic concepts and how to get a dynamic page up and running quickly. Let&#8217;s get start with something simple now. Project Setup The basic web structure here refer to how you arrange the web resources Create a project folder. Eg C:\Ext-workspace\webapp\ Create a index.html files put under the webapp. [...]]]></description>
		<wfw:commentRss>http://loongest.com/sencha/extjs-getting-started/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

