<?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: An easy way to create Loading Bar!</title>
	<atom:link href="http://www.cssjockey.com/web-design-tutorials/an-easy-way-to-create-loading-bar/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cssjockey.com/web-development/an-easy-way-to-create-loading-bar?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=an-easy-way-to-create-loading-bar</link>
	<description>Unique &#38; Practical Web Presence</description>
	<lastBuildDate>Fri, 16 Dec 2011 10:16:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Titis Kaifa</title>
		<link>http://www.cssjockey.com/web-development/an-easy-way-to-create-loading-bar/comment-page-1#comment-106329</link>
		<dc:creator>Titis Kaifa</dc:creator>
		<pubDate>Thu, 15 Dec 2011 08:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssjockey.com/?p=573#comment-106329</guid>
		<description>Thanks so much. :)</description>
		<content:encoded><![CDATA[<p>Thanks so much. <img src='http://www.cssjockey.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allison Reeta</title>
		<link>http://www.cssjockey.com/web-development/an-easy-way-to-create-loading-bar/comment-page-1#comment-106161</link>
		<dc:creator>Allison Reeta</dc:creator>
		<pubDate>Tue, 13 Dec 2011 14:28:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssjockey.com/?p=573#comment-106161</guid>
		<description>Great tutorial! Added to favorites and bookmarked this site!</description>
		<content:encoded><![CDATA[<p>Great tutorial! Added to favorites and bookmarked this site!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominicanstan</title>
		<link>http://www.cssjockey.com/web-development/an-easy-way-to-create-loading-bar/comment-page-1#comment-104949</link>
		<dc:creator>Dominicanstan</dc:creator>
		<pubDate>Sun, 04 Dec 2011 22:38:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssjockey.com/?p=573#comment-104949</guid>
		<description>Thanks!!!</description>
		<content:encoded><![CDATA[<p>Thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohit Aneja</title>
		<link>http://www.cssjockey.com/web-development/an-easy-way-to-create-loading-bar/comment-page-1#comment-99618</link>
		<dc:creator>Mohit Aneja</dc:creator>
		<pubDate>Sat, 12 Nov 2011 00:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssjockey.com/?p=573#comment-99618</guid>
		<description>Please send me more details to my email address and will discuss the same.</description>
		<content:encoded><![CDATA[<p>Please send me more details to my email address and will discuss the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohit Aneja</title>
		<link>http://www.cssjockey.com/web-development/an-easy-way-to-create-loading-bar/comment-page-1#comment-99613</link>
		<dc:creator>Mohit Aneja</dc:creator>
		<pubDate>Sat, 12 Nov 2011 00:44:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssjockey.com/?p=573#comment-99613</guid>
		<description>You can add the code in your theme files, use header.php or footer.php to insert the code for all pages.</description>
		<content:encoded><![CDATA[<p>You can add the code in your theme files, use header.php or footer.php to insert the code for all pages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.cssjockey.com/web-development/an-easy-way-to-create-loading-bar/comment-page-1#comment-95022</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 17 Oct 2011 14:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssjockey.com/?p=573#comment-95022</guid>
		<description>Never mind! Found solution. It was to use an &quot;onload&quot; command on an image in a certain div on my page. That triggers the hide loadingscreen function.

function loadingscreen()
{
$(&quot;#home-load&quot;).hide();		
}

I then did the following: 
&lt;img src=&quot;images/Services-Sub4.png&quot; alt=&quot;Printing&quot; onload=&quot;loadingscreen()&quot;

My gallery is 8mb in size, so I didnt want the user waiting for that long while the whole gallery downloads, only a segment of it.

:P</description>
		<content:encoded><![CDATA[<p>Never mind! Found solution. It was to use an &#8220;onload&#8221; command on an image in a certain div on my page. That triggers the hide loadingscreen function.</p>
<p>function loadingscreen()<br />
{<br />
$(&#8220;#home-load&#8221;).hide();<br />
}</p>
<p>I then did the following:<br />
&lt;img src=&quot;images/Services-Sub4.png&quot; alt=&quot;Printing&quot; onload=&quot;loadingscreen()&quot;</p>
<p>My gallery is 8mb in size, so I didnt want the user waiting for that long while the whole gallery downloads, only a segment of it.</p>
<p> <img src='http://www.cssjockey.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.cssjockey.com/web-development/an-easy-way-to-create-loading-bar/comment-page-1#comment-95015</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 17 Oct 2011 13:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssjockey.com/?p=573#comment-95015</guid>
		<description>Thanks so much Mohit.

So I&#039;m a complete novice when it comes to Java. I was wondering how I can substitute the &quot;$(window)&quot; bit for a div so that when a certain div is finished loading it executes the &quot;$(&quot;#loading&quot;).hide();&quot; part, instead of wait Any ideas? I&#039;ve tried the below but couldnt get it to work:

	
	$(&quot;#slideshow&quot;).load(function(){
		$(&quot;#home-load&quot;).hide();		
	})
	

Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks so much Mohit.</p>
<p>So I&#8217;m a complete novice when it comes to Java. I was wondering how I can substitute the &#8220;$(window)&#8221; bit for a div so that when a certain div is finished loading it executes the &#8220;$(&#8220;#loading&#8221;).hide();&#8221; part, instead of wait Any ideas? I&#8217;ve tried the below but couldnt get it to work:</p>
<p>	$(&#8220;#slideshow&#8221;).load(function(){<br />
		$(&#8220;#home-load&#8221;).hide();<br />
	})</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gino</title>
		<link>http://www.cssjockey.com/web-development/an-easy-way-to-create-loading-bar/comment-page-1#comment-76994</link>
		<dc:creator>gino</dc:creator>
		<pubDate>Fri, 23 Sep 2011 15:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssjockey.com/?p=573#comment-76994</guid>
		<description>I have a gif file and want to add it as my loading screen page,but I am using wordpress and cannot figure out where to insert the code.</description>
		<content:encoded><![CDATA[<p>I have a gif file and want to add it as my loading screen page,but I am using wordpress and cannot figure out where to insert the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shivam Sharma</title>
		<link>http://www.cssjockey.com/web-development/an-easy-way-to-create-loading-bar/comment-page-1#comment-64189</link>
		<dc:creator>Shivam Sharma</dc:creator>
		<pubDate>Thu, 01 Sep 2011 19:27:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssjockey.com/?p=573#comment-64189</guid>
		<description>mohit bro i need ur help :(  i want to delete out going links from footer can u pls help me they r comin from theme server :(</description>
		<content:encoded><![CDATA[<p>mohit bro i need ur help <img src='http://www.cssjockey.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   i want to delete out going links from footer can u pls help me they r comin from theme server <img src='http://www.cssjockey.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSSJockey</title>
		<link>http://www.cssjockey.com/web-development/an-easy-way-to-create-loading-bar/comment-page-1#comment-55815</link>
		<dc:creator>CSSJockey</dc:creator>
		<pubDate>Tue, 09 Aug 2011 11:03:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssjockey.com/?p=573#comment-55815</guid>
		<description>Thanks :)</description>
		<content:encoded><![CDATA[<p>Thanks <img src='http://www.cssjockey.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: www.cssjockey.com @ 2012-02-09 08:53:51 by W3 Total Cache -->
