<?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>My Technical Notes &#187; Extjs</title>
	<atom:link href="http://hariprasad.info/category/extjs/feed/" rel="self" type="application/rss+xml" />
	<link>http://hariprasad.info</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 11:14:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	
<!-- Excerpts generated using Auto Excerpt plugin, http://mr.hokya.com/auto-excerpt/ -->
	<item>
		<title>Detect browser ExtJS way</title>
		<link>http://hariprasad.info/detect-browser-extjs-way/</link>
		<comments>http://hariprasad.info/detect-browser-extjs-way/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 05:28:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Extjs]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://hariprasad.info/?p=215</guid>
		<description><![CDATA[To detect IE:
if (Ext.isIE) {
browser = &#34;IE&#34;;
}
if (Ext.isIE6) {
 browser = &#34;IE6&#34;;
}
if (Ext.isIE7) {
 browser = &#34;IE7&#34;;
}
if (Ext.isIE8) {
 browser = &#34;IE8&#34;;
}

To detect Chrome:
if (Ext.isChrome) {
 browser = &#34;Chrome&#34;;
}

To detect Firefox:
Firefox uses Gecko engine
if (Ext.isGecko3) {
 browser = &#34;Firefox&#34;;
}

 <a href='http://hariprasad.info/detect-browser-extjs-way/'>Read More&#8230;</a>]]></description>
			<content:encoded><![CDATA[To detect IE:
if (Ext.isIE) {
browser = &quot;IE&quot;;
}
if (Ext.isIE6) {
 browser = &quot;IE6&quot;;
}
if (Ext.isIE7) {
 browser = &quot;IE7&quot;;
}
if (Ext.isIE8) {
 browser = &quot;IE8&quot;;
}

To detect Chrome:
if (Ext.isChrome) {
 browser = &quot;Chrome&quot;;
}

To detect Firefox:
Firefox uses Gecko engine
if (Ext.isGecko3) {
 browser = &quot;Firefox&quot;;
}

 <a href='http://hariprasad.info/detect-browser-extjs-way/'>Read More</a>]]></content:encoded>
			<wfw:commentRss>http://hariprasad.info/detect-browser-extjs-way/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	
<!-- Excerpts generated using Auto Excerpt plugin, http://mr.hokya.com/auto-excerpt/ -->
	<item>
		<title>ExtJS Components, Plugins, Extensions</title>
		<link>http://hariprasad.info/extjs-components-plugins-extensions/</link>
		<comments>http://hariprasad.info/extjs-components-plugins-extensions/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 04:42:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Extjs]]></category>
		<category><![CDATA[extjs resources]]></category>

		<guid isPermaLink="false">http://hariprasad.info/?p=65</guid>
		<description><![CDATA[Live Grid
http://www.ext-livegrid.com/
ExtJS WordPress
http://extjswordpress.net/
Web based Desktop
http://www.qwikioffice.com/
My SQL Manager &#8211; AeroSQL
http://www.burlaca.com/aerosql/
Remote Component
http://demo.matikom.de/ext/remotecomponent/Ext.ux.Plugin.RemoteComponent.html
FRAMEWORKS:
RIA  Framework on .net
http://liveui.net/
ASP.net based ExtJS Controls
http://coolite.com

 <a href='http://hariprasad.info/extjs-components-plugins-extensions/'>Read More&#8230;</a>]]></description>
			<content:encoded><![CDATA[Live Grid
http://www.ext-livegrid.com/
ExtJS WordPress
http://extjswordpress.net/
Web based Desktop
http://www.qwikioffice.com/
My SQL Manager &#8211; AeroSQL
http://www.burlaca.com/aerosql/
Remote Component
http://demo.matikom.de/ext/remotecomponent/Ext.ux.Plugin.RemoteComponent.html
FRAMEWORKS:
RIA  Framework on .net
http://liveui.net/
ASP.net based ExtJS Controls
http://coolite.com

 <a href='http://hariprasad.info/extjs-components-plugins-extensions/'>Read More</a>]]></content:encoded>
			<wfw:commentRss>http://hariprasad.info/extjs-components-plugins-extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	
<!-- Excerpts generated using Auto Excerpt plugin, http://mr.hokya.com/auto-excerpt/ -->
	<item>
		<title>ExtJS Resources</title>
		<link>http://hariprasad.info/extjs-blogs/</link>
		<comments>http://hariprasad.info/extjs-blogs/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 04:30:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Extjs]]></category>
		<category><![CDATA[ExtJS Blogs]]></category>

		<guid isPermaLink="false">http://hariprasad.info/?p=59</guid>
		<description><![CDATA[http://tdg-i.comhttp://dmitry-dulepov.com/category/extjs.htmlhttp://jackslocum.com/blog/http://blog.extjs.eu/http://www.blogged.com/topics/extjs/http://ffzhuang.blogspot.com/2009/03/build-j2ee-application-with-extjs.html
http://www.extjs.com/forum/showthread.php?t=88488http://loianegroner.com/category/extjs/
 
 <a href='http://hariprasad.info/extjs-blogs/'>Read More&#8230;</a>]]></description>
			<content:encoded><![CDATA[http://tdg-i.comhttp://dmitry-dulepov.com/category/extjs.htmlhttp://jackslocum.com/blog/http://blog.extjs.eu/http://www.blogged.com/topics/extjs/http://ffzhuang.blogspot.com/2009/03/build-j2ee-application-with-extjs.html
http://www.extjs.com/forum/showthread.php?t=88488http://loianegroner.com/category/extjs/
 
 <a href='http://hariprasad.info/extjs-blogs/'>Read More</a>]]></content:encoded>
			<wfw:commentRss>http://hariprasad.info/extjs-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

