<?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 "images"</title>
		<link>http://www.bytemycode.com</link>
		<description>Snippets for this tag.</description>
		<pubDate>Tue, 02 Dec 2008 16:01:22 +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>Resize an Image</title>
	<link>http://www.bytemycode.com/snippets/snippet/365/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/365/comments/</comments>
	<pubDate>Sun, 17 Sep 2006 09:05:55 +0000</pubDate>
	<dc:creator>ffxfiend</dc:creator>
	<category>"images", PHP, phpcode</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/365/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Sun. Sep. 17th, 2006  9:05 AM			<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/365/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/ffxfiend/" title="Helper">ffxfiend</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/%22images%22">"images"</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/PHP">PHP</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/phpcode">phpcode</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/365/comments/">3 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 11
			<p>You can use this function to dynamically generate html "width/height" for use with displaying a thumbnail image usingthe original image. This will help save in making dup images just for display as a thumbnail.<br /><br />It takes two arguments, the path to where the image is stored and the desired width or height.<br /><br />Please comment or improve this code <img src="http://www.bytemycode.com/img/wysiwyg/emo-bigsmile.gif" />.</p>
		]]>
	</description>
</item><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>