<?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: Disable entire page and show translucent progress window</title>
	<atom:link href="http://edwardawebb.com/web-development/cakephp/disable-page-show-translucent-progress-bar/feed/" rel="self" type="application/rss+xml" />
	<link>http://edwardawebb.com/web-development/cakephp/disable-page-show-translucent-progress-bar</link>
	<description>get all his digital goodness 24/7</description>
	<lastBuildDate>Sat, 04 Feb 2012 17:05:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: deep</title>
		<link>http://edwardawebb.com/web-development/cakephp/disable-page-show-translucent-progress-bar/comment-page-1/#comment-2950</link>
		<dc:creator>deep</dc:creator>
		<pubDate>Tue, 04 Oct 2011 11:40:43 +0000</pubDate>
		<guid isPermaLink="false">http://edwardawebb.com/?p=60#comment-2950</guid>
		<description>hi,
can u can tell me how can i put this js in cakephp framework?</description>
		<content:encoded><![CDATA[<p>hi,<br />
can u can tell me how can i put this js in cakephp framework?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie</title>
		<link>http://edwardawebb.com/web-development/cakephp/disable-page-show-translucent-progress-bar/comment-page-1/#comment-2916</link>
		<dc:creator>Eddie</dc:creator>
		<pubDate>Thu, 21 Jul 2011 14:08:34 +0000</pubDate>
		<guid isPermaLink="false">http://edwardawebb.com/?p=60#comment-2916</guid>
		<description>What is the IDof your div that contains the progress image?  Did you declare that properly in your ldiv object using getElementById ?</description>
		<content:encoded><![CDATA[<p>What is the IDof your div that contains the progress image?  Did you declare that properly in your ldiv object using getElementById ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohammad</title>
		<link>http://edwardawebb.com/web-development/cakephp/disable-page-show-translucent-progress-bar/comment-page-1/#comment-2911</link>
		<dc:creator>Mohammad</dc:creator>
		<pubDate>Wed, 20 Jul 2011 16:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://edwardawebb.com/?p=60#comment-2911</guid>
		<description>ldiv is null
[Break On This Error] ldiv.style.display = &#039;none&#039;;

not working for me...
not able to find error. where i am making mistake
i was looking for this only, but....</description>
		<content:encoded><![CDATA[<p>ldiv is null<br />
[Break On This Error] ldiv.style.display = &#8216;none&#8217;;</p>
<p>not working for me&#8230;<br />
not able to find error. where i am making mistake<br />
i was looking for this only, but&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pradnya</title>
		<link>http://edwardawebb.com/web-development/cakephp/disable-page-show-translucent-progress-bar/comment-page-1/#comment-2900</link>
		<dc:creator>Pradnya</dc:creator>
		<pubDate>Thu, 07 Jul 2011 07:27:05 +0000</pubDate>
		<guid isPermaLink="false">http://edwardawebb.com/?p=60#comment-2900</guid>
		<description>Sharing my comments after long time.I was breaking my head on other issues. It is finally working fine on my webpage. I was facing the problem as there are so many nested div elements in my web page.I made a simple change in your code, that I created a new image tag in my html page for back-grond image and mentioned the height and width in css to fit the browser window. It is working  completely fine as expected.
And if someone is facing a problem rgarding the animation of the image please check into your javascript code, as for me my other java script code was causing a problem.
And ofcourse you will have to make some extra efforts to make it work on IE.
Thanks for all the help Eddie. Being a newbee in  web development your tutorial helped me lot.</description>
		<content:encoded><![CDATA[<p>Sharing my comments after long time.I was breaking my head on other issues. It is finally working fine on my webpage. I was facing the problem as there are so many nested div elements in my web page.I made a simple change in your code, that I created a new image tag in my html page for back-grond image and mentioned the height and width in css to fit the browser window. It is working  completely fine as expected.<br />
And if someone is facing a problem rgarding the animation of the image please check into your javascript code, as for me my other java script code was causing a problem.<br />
And ofcourse you will have to make some extra efforts to make it work on IE.<br />
Thanks for all the help Eddie. Being a newbee in  web development your tutorial helped me lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie</title>
		<link>http://edwardawebb.com/web-development/cakephp/disable-page-show-translucent-progress-bar/comment-page-1/#comment-2879</link>
		<dc:creator>Eddie</dc:creator>
		<pubDate>Fri, 03 Jun 2011 15:09:30 +0000</pubDate>
		<guid isPermaLink="false">http://edwardawebb.com/?p=60#comment-2879</guid>
		<description>@Rahul
If you are very new I feel obligated to warn you that pasting code copied from various sites will not help you get anywhere fast.   The best way for you to learn is to read documentation, understand examples, and code for yourself.  It is the only way to gain an understanding for the underlying technology.

It is due to this belief that I have a long standing reputation of not uploading pre-packaged solutions, and only include enough code and discussion to focus on the matter at hand.</description>
		<content:encoded><![CDATA[<p>@Rahul<br />
If you are very new I feel obligated to warn you that pasting code copied from various sites will not help you get anywhere fast.   The best way for you to learn is to read documentation, understand examples, and code for yourself.  It is the only way to gain an understanding for the underlying technology.</p>
<p>It is due to this belief that I have a long standing reputation of not uploading pre-packaged solutions, and only include enough code and discussion to focus on the matter at hand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rahul</title>
		<link>http://edwardawebb.com/web-development/cakephp/disable-page-show-translucent-progress-bar/comment-page-1/#comment-2876</link>
		<dc:creator>rahul</dc:creator>
		<pubDate>Thu, 02 Jun 2011 07:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://edwardawebb.com/?p=60#comment-2876</guid>
		<description>I am very new to web world.

 Can you please share the implementation of this code.</description>
		<content:encoded><![CDATA[<p>I am very new to web world.</p>
<p> Can you please share the implementation of this code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie</title>
		<link>http://edwardawebb.com/web-development/cakephp/disable-page-show-translucent-progress-bar/comment-page-1/#comment-2861</link>
		<dc:creator>Eddie</dc:creator>
		<pubDate>Thu, 12 May 2011 22:18:45 +0000</pubDate>
		<guid isPermaLink="false">http://edwardawebb.com/?p=60#comment-2861</guid>
		<description>I would activate the element and use firebug on FF or chrome&#039;s built in tools. Right click the element and &quot;inspect element&quot;   and look at the surrounding elements as well. My guess is some css or html from another part of your page isn&#039;t playing nice, and you&#039;ll have to dig in to understand why.</description>
		<content:encoded><![CDATA[<p>I would activate the element and use firebug on FF or chrome&#8217;s built in tools. Right click the element and &#8220;inspect element&#8221;   and look at the surrounding elements as well. My guess is some css or html from another part of your page isn&#8217;t playing nice, and you&#8217;ll have to dig in to understand why.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pradnya</title>
		<link>http://edwardawebb.com/web-development/cakephp/disable-page-show-translucent-progress-bar/comment-page-1/#comment-2860</link>
		<dc:creator>Pradnya</dc:creator>
		<pubDate>Wed, 11 May 2011 13:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://edwardawebb.com/?p=60#comment-2860</guid>
		<description>I tried your adjustment ,also mataichi&#039;s adjustment,but still the height is not 100%.Its covering juts some part at the bottom of the browser window.I am trying it in IE 8.</description>
		<content:encoded><![CDATA[<p>I tried your adjustment ,also mataichi&#8217;s adjustment,but still the height is not 100%.Its covering juts some part at the bottom of the browser window.I am trying it in IE 8.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie</title>
		<link>http://edwardawebb.com/web-development/cakephp/disable-page-show-translucent-progress-bar/comment-page-1/#comment-2859</link>
		<dc:creator>Eddie</dc:creator>
		<pubDate>Tue, 10 May 2011 20:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://edwardawebb.com/?p=60#comment-2859</guid>
		<description>I would check the image you downloaded our get a new one from the provided link. It&#039;s just an animated gif</description>
		<content:encoded><![CDATA[<p>I would check the image you downloaded our get a new one from the provided link. It&#8217;s just an animated gif</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pradnya</title>
		<link>http://edwardawebb.com/web-development/cakephp/disable-page-show-translucent-progress-bar/comment-page-1/#comment-2858</link>
		<dc:creator>pradnya</dc:creator>
		<pubDate>Tue, 10 May 2011 14:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://edwardawebb.com/?p=60#comment-2858</guid>
		<description>hey... thanks a lot for the post..  
it worked fine when I tried to implement this...
.. with one problem that the animation of the iamge dint work on my webpage... its diplaying just a plain image..
Can you help me out in this????
Regards,
pradnya</description>
		<content:encoded><![CDATA[<p>hey&#8230; thanks a lot for the post..<br />
it worked fine when I tried to implement this&#8230;<br />
.. with one problem that the animation of the iamge dint work on my webpage&#8230; its diplaying just a plain image..<br />
Can you help me out in this????<br />
Regards,<br />
pradnya</p>
]]></content:encoded>
	</item>
</channel>
</rss>

