<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Preloader Like at ExtJS.com</title>
	<atom:link href="http://www.ajaxblender.com/howto-create-preloader-like-at-extjs-com.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ajaxblender.com/howto-create-preloader-like-at-extjs-com.html</link>
	<description>A Whole Lot of AJAX!</description>
	<lastBuildDate>Tue, 10 Jan 2012 16:11:09 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: enzo</title>
		<link>http://www.ajaxblender.com/howto-create-preloader-like-at-extjs-com.html/comment-page-1#comment-973</link>
		<dc:creator>enzo</dc:creator>
		<pubDate>Sun, 27 Feb 2011 14:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxblender.com/?p=944#comment-973</guid>
		<description>another method to load extjs at runtime:


	
		Preloading Test
		
		
		
			$(document).ready(function(){
				$(&#039;body&#039;).append( &#039;ExtJs wird geladen....&#039; );
				$(&#039;head&#039;).append(
					&#039;&#039;+
					&#039;&#039;+
					&#039;&#039;
				);
				$(&#039;body&#039;).empty();
				
				Ext.onReady(function(){
					Ext.Msg.alert( &#039;Info:&#039;, &#039;ist geladen...&#039; );
				});
			});</description>
		<content:encoded><![CDATA[<p>another method to load extjs at runtime:</p>
<p>		Preloading Test</p>
<p>			$(document).ready(function(){<br />
				$(&#8217;body&#8217;).append( &#8216;ExtJs wird geladen&#8230;.&#8217; );<br />
				$(&#8217;head&#8217;).append(<br />
					&#8221;+<br />
					&#8221;+<br />
					&#8221;<br />
				);<br />
				$(&#8217;body&#8217;).empty();</p>
<p>				Ext.onReady(function(){<br />
					Ext.Msg.alert( &#8216;Info:&#8217;, &#8216;ist geladen&#8230;&#8217; );<br />
				});<br />
			});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steward</title>
		<link>http://www.ajaxblender.com/howto-create-preloader-like-at-extjs-com.html/comment-page-1#comment-777</link>
		<dc:creator>steward</dc:creator>
		<pubDate>Mon, 15 Nov 2010 18:14:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxblender.com/?p=944#comment-777</guid>
		<description>Hmm. What is the scripts I want to load depend on a bit of JS trickery? I need to top level domain from the server, ie

var myTld;
myTld = ((m = location.host.match(new RegExp(&quot;\.([a-z,A-Z]{2,6})$&quot;) )) ? m[1] : &#039;com&#039;);

...so that if the scripts are not an mysite.com, then they will load the debug versions from mysite.dev

otherwise proceed normally with non-debug files from mysite.com

I begin to doubt it may be possible....

But many thanks for a great contribution.</description>
		<content:encoded><![CDATA[<p>Hmm. What is the scripts I want to load depend on a bit of JS trickery? I need to top level domain from the server, ie</p>
<p>var myTld;<br />
myTld = ((m = location.host.match(new RegExp(&#8221;\.([a-z,A-Z]{2,6})$&#8221;) )) ? m[1] : &#8216;com&#8217;);</p>
<p>&#8230;so that if the scripts are not an mysite.com, then they will load the debug versions from mysite.dev</p>
<p>otherwise proceed normally with non-debug files from mysite.com</p>
<p>I begin to doubt it may be possible&#8230;.</p>
<p>But many thanks for a great contribution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren - ajaxBlender</title>
		<link>http://www.ajaxblender.com/howto-create-preloader-like-at-extjs-com.html/comment-page-1#comment-623</link>
		<dc:creator>Darren - ajaxBlender</dc:creator>
		<pubDate>Tue, 25 May 2010 16:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxblender.com/?p=944#comment-623</guid>
		<description>naysleigh,

yes, you can view the preloader working in extjs 2.3 here: http://www.ajaxblender.com/article-sources/extjs/content-preloader/ext-2.3/index.html</description>
		<content:encoded><![CDATA[<p>naysleigh,</p>
<p>yes, you can view the preloader working in extjs 2.3 here: <a href="http://www.ajaxblender.com/article-sources/extjs/content-preloader/ext-2.3/index.html" rel="nofollow">http://www.ajaxblender.com/article-sources/extjs/content-preloader/ext-2.3/index.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: naysleigh</title>
		<link>http://www.ajaxblender.com/howto-create-preloader-like-at-extjs-com.html/comment-page-1#comment-622</link>
		<dc:creator>naysleigh</dc:creator>
		<pubDate>Fri, 21 May 2010 07:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxblender.com/?p=944#comment-622</guid>
		<description>does the preloader work in extjs 2.3</description>
		<content:encoded><![CDATA[<p>does the preloader work in extjs 2.3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ajaxBlender.com</title>
		<link>http://www.ajaxblender.com/howto-create-preloader-like-at-extjs-com.html/comment-page-1#comment-44</link>
		<dc:creator>ajaxBlender.com</dc:creator>
		<pubDate>Tue, 10 Nov 2009 16:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxblender.com/?p=944#comment-44</guid>
		<description>Hi Simon. Yes, you are absolutely right and thank you for your comment. This helps us to clarify the purpose of the tutorial - to create a pre-loader before the ExtJS is available in DOM.</description>
		<content:encoded><![CDATA[<p>Hi Simon. Yes, you are absolutely right and thank you for your comment. This helps us to clarify the purpose of the tutorial &#8211; to create a pre-loader before the ExtJS is available in DOM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Schick</title>
		<link>http://www.ajaxblender.com/howto-create-preloader-like-at-extjs-com.html/comment-page-1#comment-43</link>
		<dc:creator>Simon Schick</dc:creator>
		<pubDate>Tue, 10 Nov 2009 15:56:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxblender.com/?p=944#comment-43</guid>
		<description>Hi,

This tutorial is realy useful - but I just want to say that this function is still implemented in the extjs version 3.0

The only thing is - you can&#039;t show this preloader while extjs is loading :)

Bye
Simon</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This tutorial is realy useful &#8211; but I just want to say that this function is still implemented in the extjs version 3.0</p>
<p>The only thing is &#8211; you can&#8217;t show this preloader while extjs is loading :)</p>
<p>Bye<br />
Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ajaxBlender.com</title>
		<link>http://www.ajaxblender.com/howto-create-preloader-like-at-extjs-com.html/comment-page-1#comment-42</link>
		<dc:creator>ajaxBlender.com</dc:creator>
		<pubDate>Tue, 03 Nov 2009 16:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxblender.com/?p=944#comment-42</guid>
		<description>Yes, certainly. This code will work in all modern browsers (Mozilla Firefox, Apple Safari, Opera 9+,  Google Chrome and MS Internet Explorer 6+)</description>
		<content:encoded><![CDATA[<p>Yes, certainly. This code will work in all modern browsers (Mozilla Firefox, Apple Safari, Opera 9+,  Google Chrome and MS Internet Explorer 6+)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason R.</title>
		<link>http://www.ajaxblender.com/howto-create-preloader-like-at-extjs-com.html/comment-page-1#comment-41</link>
		<dc:creator>Jason R.</dc:creator>
		<pubDate>Tue, 03 Nov 2009 15:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxblender.com/?p=944#comment-41</guid>
		<description>thanks for posting this tutorial! i found your jquery tutorial on it, but i needed it for extjs. will this work in all browsers?</description>
		<content:encoded><![CDATA[<p>thanks for posting this tutorial! i found your jquery tutorial on it, but i needed it for extjs. will this work in all browsers?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

