<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippets for "javascript" "preload"</title>
		<link>http://www.bytemycode.com</link>
		<description>Snippets for this tag.</description>
		<pubDate>Mon, 08 Sep 2008 01:21:04 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	<item>
	<title>Preload Images in an Array</title>
	<link>http://www.bytemycode.com/snippets/snippet/287/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/287/comments/</comments>
	<pubDate>Sun, 13 Aug 2006 14:23:31 +0000</pubDate>
	<dc:creator>snowdonkey</dc:creator>
	<category>"array", "images", "javascript" "preload"</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/287/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Sun. Aug. 13th, 2006  2:23 PM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/287/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_helper.gif" align="middle" class="icon" alt="Helper" /> <a href="http://www.bytemycode.com/members/member/snowdonkey/" title="Helper">snowdonkey</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/%22array%22">"array"</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/%22images%22">"images"</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/%22javascript%22+%22preload%22">"javascript" "preload"</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/287/comments/">1 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 8
			<p>Load images more quickly in a web page by having the browser cache them before they are requested by the user.<br /><br />This script specifies the location of images that share a common folder.  It can be used for multiple images and folders.  <br /><br />This method uses less code and is more maintanable than specifying the location of each image individually.</p>
		]]>
	</description>
</item>
	</channel>
</rss>