<?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: AJAX progress bar</title>
	<atom:link href="http://www.redips.net/javascript/ajax-progress-bar/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redips.net/javascript/ajax-progress-bar/</link>
	<description>Techniques and Web Technologies</description>
	<lastBuildDate>Tue, 09 Mar 2010 17:08:52 +0100</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dbunic</title>
		<link>http://www.redips.net/javascript/ajax-progress-bar/comment-page-1/#comment-1805</link>
		<dc:creator>dbunic</dc:creator>
		<pubDate>Thu, 18 Feb 2010 11:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=67#comment-1805</guid>
		<description>@Nick - &lt;em&gt;ajax-progress-bar.php&lt;/em&gt; emulates some job progress. Actually it calculates percentage based on current time for this demo. Simply enough to show a communication between server side and AJAX JavaScript.</description>
		<content:encoded><![CDATA[<p>@Nick - <em>ajax-progress-bar.php</em> emulates some job progress. Actually it calculates percentage based on current time for this demo. Simply enough to show a communication between server side and AJAX JavaScript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.redips.net/javascript/ajax-progress-bar/comment-page-1/#comment-1804</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 18 Feb 2010 09:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=67#comment-1804</guid>
		<description>Hi,
what does your ajax-progress-bar.php do?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
what does your ajax-progress-bar.php do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simple AJAX progress bar &#124; Ajaxmint - Endless Ajax samples on jQuery, MooTools, ExtJS, Dojo, Prototype and PHP</title>
		<link>http://www.redips.net/javascript/ajax-progress-bar/comment-page-1/#comment-1761</link>
		<dc:creator>Simple AJAX progress bar &#124; Ajaxmint - Endless Ajax samples on jQuery, MooTools, ExtJS, Dojo, Prototype and PHP</dc:creator>
		<pubDate>Fri, 05 Feb 2010 05:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=67#comment-1761</guid>
		<description>[...] Demo&#160; Tutorial&#160;       Posted in ajax &#124; Tags: ajax, ajax progress bar, progress bar, simple progress bar   &#171; JavaScript dialog box       You can leave a response, or trackback from your own site. [...]</description>
		<content:encoded><![CDATA[<p>[...] Demo&nbsp; Tutorial&nbsp;       Posted in ajax | Tags: ajax, ajax progress bar, progress bar, simple progress bar   &laquo; JavaScript dialog box       You can leave a response, or trackback from your own site. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dbunic</title>
		<link>http://www.redips.net/javascript/ajax-progress-bar/comment-page-1/#comment-1739</link>
		<dc:creator>dbunic</dc:creator>
		<pubDate>Thu, 28 Jan 2010 09:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=67#comment-1739</guid>
		<description>@Mark - Please see the request_handler() function. After browser got reply from the server, element width changes according to the PROGRESS value in XML. To execute command on the server on the button click, you can use classic post-back approach or you can try with AJAX. AJAX can send request to the server in &quot;background&quot;, so the current page will not refresh. To start with AJAX, you can use initXMLHttpClient(), send_request() and request_handler() functions. Please do not forget to initialize XMLHttpClient object before sending request.

In this example, ajax-progress-bar.php emulates progress of some server work. Actually, it only generates XML with progress value.

@Janki - Demo in this post should work in IE6. I test it with &lt;a href=&quot;http://www.my-debugbar.com/wiki/IETester/HomePage&quot; title=&quot;Browser Compatibility Check for Internet Explorer Versions from 5.5 to 8&quot; rel=&quot;nofollow&quot;&gt;IETester&lt;/a&gt; and it works. Please try to click on the button &quot;Start&quot; and wait few seconds. Progress bar should grow every 1.5 seconds.</description>
		<content:encoded><![CDATA[<p>@Mark - Please see the request_handler() function. After browser got reply from the server, element width changes according to the PROGRESS value in XML. To execute command on the server on the button click, you can use classic post-back approach or you can try with AJAX. AJAX can send request to the server in "background", so the current page will not refresh. To start with AJAX, you can use initXMLHttpClient(), send_request() and request_handler() functions. Please do not forget to initialize XMLHttpClient object before sending request.</p>
<p>In this example, ajax-progress-bar.php emulates progress of some server work. Actually, it only generates XML with progress value.</p>
<p>@Janki - Demo in this post should work in IE6. I test it with <a href="http://www.my-debugbar.com/wiki/IETester/HomePage" title="Browser Compatibility Check for Internet Explorer Versions from 5.5 to 8" rel="nofollow">IETester</a> and it works. Please try to click on the button "Start" and wait few seconds. Progress bar should grow every 1.5 seconds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janki</title>
		<link>http://www.redips.net/javascript/ajax-progress-bar/comment-page-1/#comment-1738</link>
		<dc:creator>Janki</dc:creator>
		<pubDate>Thu, 28 Jan 2010 08:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=67#comment-1738</guid>
		<description>This is not working under IE6... can anyone help me?</description>
		<content:encoded><![CDATA[<p>This is not working under IE6... can anyone help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.redips.net/javascript/ajax-progress-bar/comment-page-1/#comment-1737</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 28 Jan 2010 03:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=67#comment-1737</guid>
		<description>What does ajax-progress-bar.php do?</description>
		<content:encoded><![CDATA[<p>What does ajax-progress-bar.php do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.redips.net/javascript/ajax-progress-bar/comment-page-1/#comment-1736</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 28 Jan 2010 03:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=67#comment-1736</guid>
		<description>Great article. But how exactly do you embed that to html code. Say I want to execute a command on the server on the click of a button on the page which javascript function do I need to run. Can you please help. Many thanks!</description>
		<content:encoded><![CDATA[<p>Great article. But how exactly do you embed that to html code. Say I want to execute a command on the server on the click of a button on the page which javascript function do I need to run. Can you please help. Many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dbunic</title>
		<link>http://www.redips.net/javascript/ajax-progress-bar/comment-page-1/#comment-1579</link>
		<dc:creator>dbunic</dc:creator>
		<pubDate>Thu, 26 Nov 2009 08:56:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=67#comment-1579</guid>
		<description>@Wilson - I suppose if you have insert in loop, then you can increase progress value after let&#039;s say every 5000 inserts. This progress value should be read in ajax-progress-bar.php. Or just read count(*) of inserted rows, but I&#039;m not sure if MySQL could respond fast with counted rows while inserting at the same time.

@Ronny - I&#039;m sorry but ASP.NET is not in list of my technologies. Anyway, your main task will be to customize &lt;em&gt;ajax-progress-bar.php&lt;/em&gt; to become &lt;em&gt;ajax-progress-bar.aspx&lt;/em&gt; (that means to create simple code to output XML). In &lt;em&gt;send_request()&lt;/em&gt; function, you will have to rename function call also. I hope that somebody familiar with ASP.NET will help you more.</description>
		<content:encoded><![CDATA[<p>@Wilson - I suppose if you have insert in loop, then you can increase progress value after let's say every 5000 inserts. This progress value should be read in ajax-progress-bar.php. Or just read count(*) of inserted rows, but I'm not sure if MySQL could respond fast with counted rows while inserting at the same time.</p>
<p>@Ronny - I'm sorry but ASP.NET is not in list of my technologies. Anyway, your main task will be to customize <em>ajax-progress-bar.php</em> to become <em>ajax-progress-bar.aspx</em> (that means to create simple code to output XML). In <em>send_request()</em> function, you will have to rename function call also. I hope that somebody familiar with ASP.NET will help you more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronny</title>
		<link>http://www.redips.net/javascript/ajax-progress-bar/comment-page-1/#comment-1571</link>
		<dc:creator>Ronny</dc:creator>
		<pubDate>Wed, 25 Nov 2009 10:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=67#comment-1571</guid>
		<description>Thats a very impressive article. But, how do I implement the same in Asp.net? Can U help me out for this?</description>
		<content:encoded><![CDATA[<p>Thats a very impressive article. But, how do I implement the same in Asp.net? Can U help me out for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilson</title>
		<link>http://www.redips.net/javascript/ajax-progress-bar/comment-page-1/#comment-1505</link>
		<dc:creator>Wilson</dc:creator>
		<pubDate>Wed, 11 Nov 2009 06:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=67#comment-1505</guid>
		<description>i made a large mysql insert query (500,000+ insert lines) and i want to show the users how far they&#039;ve gone.
is it possible to get the current insert point while the insert page is still loading?</description>
		<content:encoded><![CDATA[<p>i made a large mysql insert query (500,000+ insert lines) and i want to show the users how far they've gone.<br />
is it possible to get the current insert point while the insert page is still loading?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
