<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>OpenSourceHunter &#187; Images</title>
	<atom:link href="http://www.opensourcehunter.com/category/images/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.opensourcehunter.com</link>
	<description>On the hunt for the best opensource resources and more....</description>
	<lastBuildDate>Tue, 11 Jan 2011 17:18:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>30 HTML best practices for beginners</title>
		<link>http://www.opensourcehunter.com/2009/06/10/30-html-best-practices-for-beginners/</link>
		<comments>http://www.opensourcehunter.com/2009/06/10/30-html-best-practices-for-beginners/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 21:05:54 +0000</pubDate>
		<dc:creator>OSH Editorial</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.opensourcehunter.com/?p=2717</guid>
		<description><![CDATA[
			
				
			
		
A couple of weeks ago Jeffrey Way published an article about 30 HTML best practices for beginners on NETTUTS. This article contains some basic need to know stuff and some tips&#38;tricks for beginners. If you are new to HTML then go have a look.
If you find an exclusive RSS freebie for download in this feed [...]If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2009%2F06%2F10%2F30-html-best-practices-for-beginners%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2009%2F06%2F10%2F30-html-best-practices-for-beginners%2F&amp;source=opensourcehunte&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>A couple of weeks ago <a href="http://jeff-way.com/">Jeffrey Way</a> published an article about <a href="http://net.tutsplus.com/tutorials/html-css-techniques/30-html-best-practices-for-beginners/">30 HTML best practices for beginners</a> on <a href="http://net.tutsplus.com/">NETTUTS</a>.<span id="more-2717"></span> This article contains some basic need to know stuff and some tips&amp;tricks for beginners. If you are new to HTML then go have a look.</p>
If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></content:encoded>
			<wfw:commentRss>http://www.opensourcehunter.com/2009/06/10/30-html-best-practices-for-beginners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>imgPreview, a jQuery images tooltip</title>
		<link>http://www.opensourcehunter.com/2009/02/13/imgpreview-a-jquery-images-tooltip/</link>
		<comments>http://www.opensourcehunter.com/2009/02/13/imgpreview-a-jquery-images-tooltip/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 14:08:17 +0000</pubDate>
		<dc:creator>OSH Editorial</dc:creator>
				<category><![CDATA[Images]]></category>
		<category><![CDATA[Tooltip]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.opensourcehunter.com/?p=2046</guid>
		<description><![CDATA[
			
				
			
		
The &#8216;imgPreview&#8217; plugin allows your users to preview an image before clicking on it and, out of necessity, will preload the image so when a user does click through to it there is no waiting time!

The image preview shows up in a tooltip-like box appearing alongside the user&#8217;s cursor when hovering over a link. The [...]If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2009%2F02%2F13%2Fimgpreview-a-jquery-images-tooltip%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2009%2F02%2F13%2Fimgpreview-a-jquery-images-tooltip%2F&amp;source=opensourcehunte&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The <a href="http://james.padolsey.com/javascript/new-jquery-plugin-imgpreview/" target="_blank">&#8216;imgPreview&#8217; plugin</a> allows your users to preview an image before clicking on it and, out of necessity, will preload the image so when a user does click through to it there is no waiting time!<span id="more-2046"></span></p>
<p><br class="spacer_" /></p>
<p>The image preview shows up in a tooltip-like box appearing alongside the user&#8217;s cursor when hovering over a link. The plugin is entirely unobtrusive; it does not require any hooks to target specific links (no non-semantic classes); it will automatically detect the anchors that are linking to images and will only apply the preview effect to them.</p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></content:encoded>
			<wfw:commentRss>http://www.opensourcehunter.com/2009/02/13/imgpreview-a-jquery-images-tooltip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lazy loader, a jQuery plugin</title>
		<link>http://www.opensourcehunter.com/2009/02/07/lazy-loader-a-jquery-plugin/</link>
		<comments>http://www.opensourcehunter.com/2009/02/07/lazy-loader-a-jquery-plugin/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 18:02:26 +0000</pubDate>
		<dc:creator>OSH Editorial</dc:creator>
				<category><![CDATA[Images]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.opensourcehunter.com/?p=2012</guid>
		<description><![CDATA[
			
				
			
		
Lazy loader is a jQuery plugin written in JavaScript. It delays loading of images in (long) web pages. Images outside of viewport (visible part of web page) wont be loaded before user scrolls to them. This is opposite of image preloading.

Using lazy load on long web pages containing many large images makes the page load [...]If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2009%2F02%2F07%2Flazy-loader-a-jquery-plugin%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2009%2F02%2F07%2Flazy-loader-a-jquery-plugin%2F&amp;source=opensourcehunte&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.appelsiini.net/projects/lazyload" target="_blank">Lazy loader</a> is a <a href="http://jquery.com/" target="_blank">jQuery</a> plugin written in JavaScript. It delays loading of images in (long) web pages. Images outside of viewport (visible part of web page) wont be loaded before user scrolls to them. This is opposite of image preloading.<span id="more-2012"></span></p>
<p><br class="spacer_" /></p>
<p>Using lazy load on long web pages containing many large images makes the page load faster. Browser will be in ready state after loading visible images. In some cases it can also help to reduce server load.</p>
If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></content:encoded>
			<wfw:commentRss>http://www.opensourcehunter.com/2009/02/07/lazy-loader-a-jquery-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Looking for some preloaders?</title>
		<link>http://www.opensourcehunter.com/2009/02/04/looking-for-some-preloaders/</link>
		<comments>http://www.opensourcehunter.com/2009/02/04/looking-for-some-preloaders/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 19:33:27 +0000</pubDate>
		<dc:creator>OSH Editorial</dc:creator>
				<category><![CDATA[Images]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.opensourcehunter.com/?p=1994</guid>
		<description><![CDATA[
			
				
			
		
Are you looking for some useful preloaders for your application or site? Preloaders.net and ajaxloads.info offers a variety of preloaders. You can choose out of a couple of type&#8217;s of preloaders: 3 dimensional (3D), Rectangular, Circular and Horizontal at any color you want.
If you find an exclusive RSS freebie for download in this feed or/and [...]If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2009%2F02%2F04%2Flooking-for-some-preloaders%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2009%2F02%2F04%2Flooking-for-some-preloaders%2F&amp;source=opensourcehunte&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Are you looking for some useful preloaders for your application or site? <a href="http://preloaders.net/" target="_blank">Preloaders.net</a> and <a href="http://www.ajaxload.info/" target="_blank">ajaxloads.info</a> offers a variety of preloaders.<span id="more-1994"></span> You can choose out of a couple of type&#8217;s of preloaders: 3 dimensional (3D), Rectangular, Circular and Horizontal at any color you want.</p>
If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></content:encoded>
			<wfw:commentRss>http://www.opensourcehunter.com/2009/02/04/looking-for-some-preloaders/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>BarackSlideshow, an elegant and lightweight slideshow script</title>
		<link>http://www.opensourcehunter.com/2009/01/22/barackslideshow-an-elegant-and-lightweight-slideshow-script/</link>
		<comments>http://www.opensourcehunter.com/2009/01/22/barackslideshow-an-elegant-and-lightweight-slideshow-script/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 13:09:14 +0000</pubDate>
		<dc:creator>OSH Editorial</dc:creator>
				<category><![CDATA[Gallery]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[MooTools]]></category>

		<guid isPermaLink="false">http://www.opensourcehunter.com/?p=354</guid>
		<description><![CDATA[
			
				
			
		
I guess pretty much everyone has seen Barack Obama’s website by now, which is clearly one of the prettiest of all candidates we’ve heard of so far. Not only is it an example of state-of-the-art design, but it’s also nice to navigate and interact with.
If you find an exclusive RSS freebie for download in this [...]If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2009%2F01%2F22%2Fbarackslideshow-an-elegant-and-lightweight-slideshow-script%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2009%2F01%2F22%2Fbarackslideshow-an-elegant-and-lightweight-slideshow-script%2F&amp;source=opensourcehunte&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I guess pretty much everyone has seen <a title="barackobama" href="http://www.barackobama.com/index.php" target="_blank">Barack Obama’s website</a> by now, which is clearly one of the prettiest of all candidates we’ve heard of so far. Not only is it an example of state-of-the-art design, but it’s also nice to navigate and interact with.<span id="more-354"></span></p>
If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></content:encoded>
			<wfw:commentRss>http://www.opensourcehunter.com/2009/01/22/barackslideshow-an-elegant-and-lightweight-slideshow-script/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>sIFR Lite, a much smaller sIFR</title>
		<link>http://www.opensourcehunter.com/2008/12/24/sifr-lite-a-much-smaller-sifr/</link>
		<comments>http://www.opensourcehunter.com/2008/12/24/sifr-lite-a-much-smaller-sifr/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 19:52:18 +0000</pubDate>
		<dc:creator>OSH Editorial</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Images]]></category>

		<guid isPermaLink="false">http://www.opensourcehunter.com/?p=1697</guid>
		<description><![CDATA[
			
				
			
		
Once upon a time some really good web developers created sIFR. Their goal was to seamlessly convert HTML headlines into nice fonts. Well, these developers did a great job getting it to work nicely. Looking at their code, I decided I would create a &#8220;lite&#8221; version of sIFR using a more object-oriented approach. sIFR Lite [...]If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2008%2F12%2F24%2Fsifr-lite-a-much-smaller-sifr%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2008%2F12%2F24%2Fsifr-lite-a-much-smaller-sifr%2F&amp;source=opensourcehunte&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Once upon a time some really good web developers created <a href="http://www.mikeindustries.com/sifr/" target="_blank">sIFR</a>. Their goal was to seamlessly convert HTML headlines into nice fonts. Well, these developers did a great job getting it to work nicely.<span id="more-1697"></span> Looking at their code, I decided I would create a &#8220;<a href="http://www.allcrunchy.com/Web_Stuff/sIFR_lite/" target="_blank">lite</a>&#8221; version of sIFR using a more object-oriented approach. <a href="http://www.allcrunchy.com/Web_Stuff/sIFR_lite/" target="_blank">sIFR Lite</a> is a bit easier to read, and more intuitive to use. The only drawbacks are that it is currently unproven on a large scale in the real world. This library is of course open-source, so I welcome you to submit any improvements, suggestions</p>
If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></content:encoded>
			<wfw:commentRss>http://www.opensourcehunter.com/2008/12/24/sifr-lite-a-much-smaller-sifr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web 2.0 Badges</title>
		<link>http://www.opensourcehunter.com/2008/12/23/web-20-badges/</link>
		<comments>http://www.opensourcehunter.com/2008/12/23/web-20-badges/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 20:53:04 +0000</pubDate>
		<dc:creator>OSH Editorial</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.opensourcehunter.com/?p=1692</guid>
		<description><![CDATA[
			
				
			
		
They are probably one of the most popular trend in Web 2.0 time.      It&#8217;s most over-used trendy little design technique in our days, they immediately attract visitor&#8217;s attention.      Web badges have various round or square corners and eye-catchy colours. 

Badges can be used to display [...]If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2008%2F12%2F23%2Fweb-20-badges%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2008%2F12%2F23%2Fweb-20-badges%2F&amp;source=opensourcehunte&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>They are probably one of the most popular trend in Web 2.0 time.      It&#8217;s most over-used trendy little design technique in our days, they immediately attract visitor&#8217;s attention.      Web badges have various round or square corners and eye-catchy colours. <span id="more-1692"></span></p>
<p><br class="spacer_" /></p>
<p>Badges can be used to display a big &#8216;Beta&#8217; message on your website or emphasize a price or a promotion.        No web 2.0 site is complete without one.</p>
If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></content:encoded>
			<wfw:commentRss>http://www.opensourcehunter.com/2008/12/23/web-20-badges/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dwProtector, MooTools 1.2 Image Protector</title>
		<link>http://www.opensourcehunter.com/2008/12/15/dwprotector-mootools-12-image-protector/</link>
		<comments>http://www.opensourcehunter.com/2008/12/15/dwprotector-mootools-12-image-protector/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 20:34:28 +0000</pubDate>
		<dc:creator>OSH Editorial</dc:creator>
				<category><![CDATA[Images]]></category>
		<category><![CDATA[MooTools]]></category>

		<guid isPermaLink="false">http://www.opensourcehunter.com/?p=1645</guid>
		<description><![CDATA[
			
				
			
		
Image protection is a hot topic on the net these days, and why shouldn’t it be? If you spent two hours designing an awesome graphic, would you want it ripped of in matter of seconds? Hell no! That’s why I’ve created an image protector class to help designers and artists protect their images. Here’s how [...]If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2008%2F12%2F15%2Fdwprotector-mootools-12-image-protector%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2008%2F12%2F15%2Fdwprotector-mootools-12-image-protector%2F&amp;source=opensourcehunte&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Image protection is a hot topic on the net these days, and why shouldn’t it be? If you spent two hours designing an awesome graphic, would you want it ripped of in matter of seconds?<span id="more-1645"></span> Hell no! That’s why I’ve created an <a href="http://davidwalsh.name/mootools-image-protector-dwprotector" target="_blank">image protector class</a> to help designers and artists protect their images. Here’s how it helps:</p>
<p><br class="spacer_" /></p>
<ul>
<li>Prevents right-click “Save Image As”.</li>
<li>Prevents dragging an image to the desktop.</li>
<li>Prevents right-click “Save Background As”.</li>
<li>Prevents right-click “View Background Image”</li>
</ul>
If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></content:encoded>
			<wfw:commentRss>http://www.opensourcehunter.com/2008/12/15/dwprotector-mootools-12-image-protector/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>swfIR: swf Image Replacement</title>
		<link>http://www.opensourcehunter.com/2008/12/03/swfir-swf-image-replacement/</link>
		<comments>http://www.opensourcehunter.com/2008/12/03/swfir-swf-image-replacement/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 06:35:47 +0000</pubDate>
		<dc:creator>OSH Editorial</dc:creator>
				<category><![CDATA[Images]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.opensourcehunter.com/?p=1573</guid>
		<description><![CDATA[
			
				
			
		
swfIR (swf Image Replacement) is here to solve some of the design limitations of the standard HTML image and its widely-accepted associated CSS values, while still supporting standards-based design concepts. Using the dark arts of JavaScript and Flash, swfIR gives you the ability to apply an assortment of visual effects to any or all images [...]If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2008%2F12%2F03%2Fswfir-swf-image-replacement%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2008%2F12%2F03%2Fswfir-swf-image-replacement%2F&amp;source=opensourcehunte&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.swfir.com/" target="_blank">swfIR (swf Image Replacement)</a> is here to solve some of the design limitations of the standard HTML image and its widely-accepted associated CSS values, while still supporting standards-based design concepts. <span id="more-1573"></span>Using the dark arts of JavaScript and <a href="http://en.wikipedia.org/wiki/Adobe_Flash" target="_blank">Flash</a>, swfIR gives you the ability to apply an assortment of visual effects to any or all images on your website. Through progressive enhancement, it looks through your page and can easily add some new flavor to standard image styling.</p>
If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></content:encoded>
			<wfw:commentRss>http://www.opensourcehunter.com/2008/12/03/swfir-swf-image-replacement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slideshow 2</title>
		<link>http://www.opensourcehunter.com/2008/11/09/slideshow-2/</link>
		<comments>http://www.opensourcehunter.com/2008/11/09/slideshow-2/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 00:45:07 +0000</pubDate>
		<dc:creator>OSH Editorial</dc:creator>
				<category><![CDATA[Gallery]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[MooTools]]></category>

		<guid isPermaLink="false">http://www.opensourcehunter.com/?p=664</guid>
		<description><![CDATA[
			
				
			
		
Slideshow is a javascript class for MooTools 1.2 to stream and animate the presentation of images on your website. Slideshow is the result of many trials in code attempting to create a javascript class that was lightweight, unobtrusive, a snap to setup (but also highly configurable), extendable and &#8211; built using the javascript framework with [...]If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2008%2F11%2F09%2Fslideshow-2%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2008%2F11%2F09%2Fslideshow-2%2F&amp;source=opensourcehunte&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://code.google.com/p/slideshow/" target="_blank">Slideshow</a> is a javascript class for <a href="http://www.mootools.net/" target="_blank">MooTools 1.2 </a>to stream and animate the presentation of images on your website. Slideshow is the result of many trials in code attempting to create a javascript class that was lightweight, unobtrusive, a snap to setup (but also highly configurable), extendable and &#8211; built using the javascript framework with the best effects &#8211; visually very impressive. <span id="more-664"></span>Slideshow began as a side project by Aeron Glemann, and is now open source with an MIT-style license. If you would like to contribute &#8211; improving the class in accordance with the aforementioned goals &#8211; please contact a developer for membership.</p>
<p><br class="spacer_" /></p>
<p>Slideshow is compatible and fully tested with Safari, Internet Explorer 6 and 7, Firefox (and its mozilla friends), Opera and Camino.</p>
If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></content:encoded>
			<wfw:commentRss>http://www.opensourcehunter.com/2008/11/09/slideshow-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another 111 great and free textures from stock.xchng</title>
		<link>http://www.opensourcehunter.com/2008/10/22/another-111-great-and-free-textures-from-stockxchng/</link>
		<comments>http://www.opensourcehunter.com/2008/10/22/another-111-great-and-free-textures-from-stockxchng/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 20:23:00 +0000</pubDate>
		<dc:creator>OSH Editorial</dc:creator>
				<category><![CDATA[Images]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.opensourcehunter.com/?p=1239</guid>
		<description><![CDATA[
			
				
			
		
After the success of 111 great and free textures from stock.xchng that i wrote a couple of weeks a go i decided to write another post with again 111 free and great textures from stock.xchng. You know the drill, sign up @ stock.xchng (for free) to download the free textures.


This is just a small selection whats [...]If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2008%2F10%2F22%2Fanother-111-great-and-free-textures-from-stockxchng%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2008%2F10%2F22%2Fanother-111-great-and-free-textures-from-stockxchng%2F&amp;source=opensourcehunte&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>After the success of <a href="http://www.opensourcehunter.com/2008/10/08/111-great-and-free-textures-from-stockxchng/">111 great and free textures from stock.xchng</a> that i wrote a couple of weeks a go i decided to write another post with again 111 free and great textures from <a href="http://www.sxc.hu/index.phtml" target="_blank">stock.xchng</a>. You know the drill, sign up <a href="http://www.sxc.hu/signup" target="_blank">@ stock.xchng</a> (for free) to download the free textures.</p>
<p><span id="more-1239"></span></p>
<p><br class="spacer_" /></p>
<p>This is just a small selection whats available at <a href="http://www.sxc.hu/index.phtml" target="_blank">stock.xchng</a>.</p>
<p><br class="spacer_" /></p>
<p><strong>Overview</strong></p>
<p>Scrap: 10<br />
 Corkboard: 7<br />
 Tape: 2<br />
 Rope: 35<br />
 Steel: 18<br />
 Rust: 10<br />
 Camo: 2<br />
 Pins: 2<br />
 Nails/Screws: 3<br />
 Wall: 22</p>
<p><br class="spacer_" /></p>
<p>Enjoy!</p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p><strong>Scrap</strong></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1084714" target="_blank"><img src="http://www.sxc.hu/pic/m/h/hb/hbregazzi/1084714_scrap_1.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1076075" target="_blank"><img src="http://www.sxc.hu/pic/m/c/cr/craigpj/1076075_scrap_metal_recycling.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1081307" target="_blank"><img src="http://www.sxc.hu/pic/m/t/th/thoursie/1081307_car_crash_3.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1076072" target="_blank"><img src="http://www.sxc.hu/pic/m/c/cr/craigpj/1076072_scrap_metal_recycling.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=925829" target="_blank"><img src="http://www.sxc.hu/pic/m/s/sa/sailorjohn/925829_shaved_metal.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=889229" target="_blank"><img src="http://www.sxc.hu/pic/m/w/wi/wilhei66/889229_valuable_scrap.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=865768" target="_blank"><img src="http://www.sxc.hu/pic/m/s/su/sundstrom/865768_construction_waste.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=706216" target="_blank"><img src="http://www.sxc.hu/pic/m/v/va/vasantdave/706216_scrap.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=546537" target="_blank"><img src="http://www.sxc.hu/pic/m/b/bu/bubisantos/546537_scraps_of_woods.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=438985" target="_blank"><img src="http://www.sxc.hu/pic/m/m/mi/mirau/438985_motorcycle_engines.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><strong>Corkboard</strong></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1059162" target="_blank"><img src="http://www.sxc.hu/pic/m/n/na/nazreth/1059162_corkboard.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1059161" target="_blank"><img src="http://www.sxc.hu/pic/m/n/na/nazreth/1059161_corkboard.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1034522" target="_blank"><img src="http://www.sxc.hu/pic/m/s/sc/schleicher/1034522_cork_pinboard.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1003093" target="_blank"><img src="http://www.sxc.hu/pic/m/r/ra/rawku5/1003093_pinboard.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=941800" target="_blank"><img src="http://www.sxc.hu/pic/m/r/ra/raichinger/941800_cork_texture.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=890067" target="_blank"><img src="http://www.sxc.hu/pic/m/l/lu/lusi/890067_pinboard_4.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=734603" target="_blank"><img src="http://www.sxc.hu/pic/m/b/bu/buzzybee/734603_corkboard.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><strong>Tape</strong></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=965997" target="_blank"><img src="http://www.sxc.hu/pic/m/1/10/1041992/965997_knotted.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=410029" target="_blank"><img src="http://www.sxc.hu/pic/m/m/ma/malamantra/410029_construction.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><strong>Rope</strong></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1059906" target="_blank"><img src="http://www.sxc.hu/pic/m/j/ja/jazza/1059906_ropes.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1059905" target="_blank"><img src="http://www.sxc.hu/pic/m/j/ja/jazza/1059905_ropes.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1036495" target="_blank"><img src="http://www.sxc.hu/pic/m/f/fr/freyda/1036495_ropes_.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1030222" target="_blank"><img src="http://www.sxc.hu/pic/m/h/hi/hisks/1030222_lines_texture.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=994753" target="_blank"><img src="http://www.sxc.hu/pic/m/b/bl/blatje/994753_rope.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=979318" target="_blank"><img src="http://www.sxc.hu/pic/m/c/cr/craigpj/979318_parallel_mooring_ropes_on_a_quay.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=961592" target="_blank"><img src="http://www.sxc.hu/pic/m/b/be/beate/961592_ropes.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=951722" target="_blank"><img src="http://www.sxc.hu/pic/m/h/hs/hsvnbwrng/951722_red_rope.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=949167" target="_blank"><img src="http://www.sxc.hu/pic/m/c/cb/cblumens/949167_rope.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=928658" target="_blank"><img src="http://www.sxc.hu/pic/m/j/ja/jazza/928658_rope.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=906893" target="_blank"><img src="http://www.sxc.hu/pic/m/s/sc/scol22/906893_boat_rope.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=891775" target="_blank"><img src="http://www.sxc.hu/pic/m/j/ja/jazza/891775_rope.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=884224" target="_blank"><img src="http://www.sxc.hu/pic/m/a/an/andrewatla/884224_texture_hemp.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=863230" target="_blank"><img src="http://www.sxc.hu/pic/m/j/ja/jazza/863230_web.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=862007" target="_blank"><img src="http://www.sxc.hu/pic/m/f/fr/frenchbyte/862007_ropes_and_net_2.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=859576" target="_blank"><img src="http://www.sxc.hu/pic/m/t/tr/tromig/859576_climbing_rope.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=837223" target="_blank"><img src="http://www.sxc.hu/pic/m/g/gr/grunow/837223_rope.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=835413" target="_blank"><img src="http://www.sxc.hu/pic/m/r/ru/runrunrun/835413__2.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=829182" target="_blank"><img src="http://www.sxc.hu/pic/m/a/an/andyh1988/829182_rusting_chains.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=812028" target="_blank"><img src="http://www.sxc.hu/pic/m/g/gi/giselaroyo/812028_rope.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=804734" target="_blank"><img src="http://www.sxc.hu/pic/m/d/da/datarec/804734_rope.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=716195" target="_blank"><img src="http://www.sxc.hu/pic/m/s/so/somadjinn/716195_rope_texture.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=697754" target="_blank"><img src="http://www.sxc.hu/pic/m/m/me/meelin/697754_abstract.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=686362" target="_blank"><img src="http://www.sxc.hu/pic/m/b/bo/bodgie/686362_weaved.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=624560" target="_blank"><img src="http://www.sxc.hu/pic/m/k/kr/krits/624560_rope_texture.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=590495" target="_blank"><img src="http://www.sxc.hu/pic/m/n/ng/ngould/590495_cable_texture.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=522413" target="_blank"><img src="http://www.sxc.hu/pic/m/a/ay/ayla87/522413_sisal_structure.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=517982" target="_blank"><img src="http://www.sxc.hu/pic/m/m/ma/mai05/517982_carpet_texture_1.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=517981" target="_blank"><img src="http://www.sxc.hu/pic/m/m/ma/mai05/517981_carpet_texture_2.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=517980" target="_blank"><img src="http://www.sxc.hu/pic/m/m/ma/mai05/517980_carpet_texture_1.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=517970" target="_blank"><img src="http://www.sxc.hu/pic/m/m/ma/mai05/517970_net_2.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=517969" target="_blank"><img src="http://www.sxc.hu/pic/m/m/ma/mai05/517969_net_1.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=501107" target="_blank"><img src="http://www.sxc.hu/pic/m/v/vr/vroombroom/501107_rope.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=330466" target="_blank"><img src="http://www.sxc.hu/pic/m/z/ze/zela/330466_rope.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=278827" target="_blank"><img src="http://www.sxc.hu/pic/m/d/da/da_ja_re/278827_old_rope.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><strong>Steel</strong></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1094514" target="_blank"><img src="http://www.sxc.hu/pic/m/e/eg/egilshay/1094514_mesh_background.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1044394" target="_blank"><img src="http://www.sxc.hu/pic/m/b/bl/blackcat79/1044394_steel_1.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1046751" target="_blank"><img src="http://www.sxc.hu/pic/m/a/ay/ayla87/1046751_metal_waves.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1057698" target="_blank"><img src="http://www.sxc.hu/pic/m/a/al/aldin/1057698____holes___.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=988290" target="_blank"><img src="http://www.sxc.hu/pic/m/s/sy/sykicktb/988290_concrete-in.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=988282" target="_blank"><img src="http://www.sxc.hu/pic/m/s/sy/sykicktb/988282_chains.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=983048" target="_blank"><img src="http://www.sxc.hu/pic/m/m/mi/miamiamia/983048_metal_panel_texture.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=958400" target="_blank"><img src="http://www.sxc.hu/pic/m/j/jo/johnnyberg/958400_texture_-_bolts_and_nuts.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=961620" target="_blank"><img src="http://www.sxc.hu/pic/m/a/al/ale_paiva/961620_iron_floor_1.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=961621" target="_blank"><img src="http://www.sxc.hu/pic/m/a/al/ale_paiva/961621_iron_floor_2.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=950968" target="_blank"><img src="http://www.sxc.hu/pic/m/l/l_/l_avi/950968_textura__70.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=950967" target="_blank"><img src="http://www.sxc.hu/pic/m/l/l_/l_avi/950967_textura__69.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=947624" target="_blank"><img src="http://www.sxc.hu/pic/m/k/ko/kovik/947624_metal_texture.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=921241" target="_blank"><img src="http://www.sxc.hu/pic/m/j/ji/jingvillar/921241_gothic.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=894110" target="_blank"><img src="http://www.sxc.hu/pic/m/d/dl/dlritter/894110_steel_bridge_rivets_2.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=894109" target="_blank"><img src="http://www.sxc.hu/pic/m/d/dl/dlritter/894109_steel_bridge_rivets_1.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=893023" target="_blank"><img src="http://www.sxc.hu/pic/m/d/dl/dlritter/893023_rusted_wire_2.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=885110" target="_blank"><img src="http://www.sxc.hu/pic/m/c/cr/craigpj/885110_blocked_steel_drain_cover_pattern.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><strong>Rust</strong></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1094472" target="_blank"><img src="http://www.sxc.hu/pic/m/e/eg/egilshay/1094472_grunge_panel.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1092081" target="_blank"><img src="http://www.sxc.hu/pic/m/e/eg/egilshay/1092081_corrigation.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1089860" target="_blank"><img src="http://www.sxc.hu/pic/m/d/dl/dlritter/1089860_railroad_toolbox_texture_1.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1089861" target="_blank"><img src="http://www.sxc.hu/pic/m/d/dl/dlritter/1089861_railroad_toolbox_texture_2.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1031451" target="_blank"><img src="http://www.sxc.hu/pic/m/d/dl/dlritter/1031451_airport_debris_1.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1026828" target="_blank"><img src="http://www.sxc.hu/pic/m/h/hi/hirohito/1026828_karotsa_1.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1016030" target="_blank"><img src="http://www.sxc.hu/pic/m/a/an/andreyutzu/1016030_wall_texture.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=988299" target="_blank"><img src="http://www.sxc.hu/pic/m/s/sy/sykicktb/988299_rustedground__2.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=975565" target="_blank"><img src="http://www.sxc.hu/pic/m/c/cr/crisderaud/975565_rust_on_a_lamp.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=969134" target="_blank"><img src="http://www.sxc.hu/pic/m/a/au/auroqueiro/969134_rustiness.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><strong>Camo</strong></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=983800" target="_blank"><img src="http://www.sxc.hu/pic/m/m/mi/miamiamia/983800_rusty_camouflage_texture.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=849518" target="_blank"><img src="http://www.sxc.hu/pic/m/k/ky/kyotousagi/849518_bark_of_the_london_plane_tree.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><strong>Pins</strong></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=735186" target="_blank"><img src="http://www.sxc.hu/pic/m/a/as/asifthebes/735186_pain.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=587847" target="_blank"><img src="http://www.sxc.hu/pic/m/d/dr/drniels/587847_pins.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><strong>Nails/Screws</strong></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1056708" target="_blank"><img src="http://www.sxc.hu/pic/m/r/ru/runrunrun/1056708_roofing_nails_2.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=998568" target="_blank"><img src="http://www.sxc.hu/pic/m/s/su/sundstrom/998568_screw_texture.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=973255" target="_blank"><img src="http://www.sxc.hu/pic/m/r/ru/runrunrun/973255_nasty_nails.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><strong>Wall</strong></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1092017" target="_blank"><img src="http://www.sxc.hu/pic/m/j/ja/jazza/1092017_wall_structure.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1093247" target="_blank"><img src="http://www.sxc.hu/pic/m/s/st/straymuse/1093247_wall_texture.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1090923" target="_blank"><img src="http://www.sxc.hu/pic/m/g/ge/getye1/1090923_old_wall.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1090131" target="_blank"><img src="http://www.sxc.hu/pic/m/m/ma/mattox/1090131_dirty_wall.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1087594" target="_blank"><img src="http://www.sxc.hu/pic/m/g/ge/getye1/1087594_brickwork_2.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1087102" target="_blank"><img src="http://www.sxc.hu/pic/m/s/sy/symmetryx/1087102_bricks.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1082492" target="_blank"><img src="http://www.sxc.hu/pic/m/s/sa/sateda/1082492_stone_wall.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1082959" target="_blank"><img src="http://www.sxc.hu/pic/m/d/di/digi/1082959_tt_10.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1071987" target="_blank"><img src="http://www.sxc.hu/pic/m/t/ta/tabery/1071987_stone_wall.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1070174" target="_blank"><img src="http://www.sxc.hu/pic/m/t/ta/tabery/1070174_brick_tile_wall.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1066740" target="_blank"><img src="http://www.sxc.hu/pic/m/m/ma/mattox/1066740_dirty_wall.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1063916" target="_blank"><img src="http://www.sxc.hu/pic/m/m/ma/mattox/1063916_a_grey_wall.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1059835" target="_blank"><img src="http://www.sxc.hu/pic/m/p/po/porah/1059835_brick_wall_2.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1055409" target="_blank"><img src="http://www.sxc.hu/pic/m/m/mi/micromoth/1055409_sandstone_wall.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1053607" target="_blank"><img src="http://www.sxc.hu/pic/m/h/ho/hotblack/1053607_old_green_stone_texture.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=954493" target="_blank"><img src="http://www.sxc.hu/pic/m/s/sc/scol22/954493_cracks_2.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=965588" target="_blank"><img src="http://www.sxc.hu/pic/m/a/an/andreyutzu/965588_cracks.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=966664" target="_blank"><img src="http://www.sxc.hu/pic/m/a/an/andreyutzu/966664_wall.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=967894" target="_blank"><img src="http://www.sxc.hu/pic/m/a/an/andreyutzu/967894_wall.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=971712" target="_blank"><img src="http://www.sxc.hu/pic/m/a/an/andreyutzu/971712_stones.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=972220" target="_blank"><img src="http://www.sxc.hu/pic/m/a/an/andreyutzu/972220_wall_texture.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=980456" target="_blank"><img src="http://www.sxc.hu/pic/m/k/kr/krits/980456_wall_map_02.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p>If looking for web development and designing help then join <a href="http://www.testking.com/650-177.htm">testking 650-177</a> online web development course and get thousands of free <a href="http://www.testking.com/E20-001.htm">testking E20-001</a> design resources and <a href="http://www.testking.com/642-446.htm">testking 642-446</a> WP tutorials to learn web designing as well as  development at best.</p>
If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></content:encoded>
			<wfw:commentRss>http://www.opensourcehunter.com/2008/10/22/another-111-great-and-free-textures-from-stockxchng/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Smush it, Image optimization</title>
		<link>http://www.opensourcehunter.com/2008/10/21/smush-it-image-optimization/</link>
		<comments>http://www.opensourcehunter.com/2008/10/21/smush-it-image-optimization/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 05:34:32 +0000</pubDate>
		<dc:creator>OSH Editorial</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.opensourcehunter.com/?p=1212</guid>
		<description><![CDATA[
			
				
			
		
Image optimization is an art that not many people master. There are many good image editing tools that allow us to get the best visual result for a certain file size but &#8220;under the hood&#8221; a lot more optimization can be done.

Smushit.com is a service that goes beyond the limitations of Photoshop, Fireworks &#38; Co. [...]If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2008%2F10%2F21%2Fsmush-it-image-optimization%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2008%2F10%2F21%2Fsmush-it-image-optimization%2F&amp;source=opensourcehunte&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Image optimization is an art that not many people master. There are many good image editing tools that allow us to get the best visual result for a certain file size but &#8220;under the hood&#8221; a lot more optimization can be done.<span id="more-1212"></span></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.smushit.com" target="_blank">Smushit.com</a> is a service that goes beyond the limitations of <a href="http://www.adobe.com/products/photoshop/index.html" target="_blank">Photoshop</a>, <a href="http://www.adobe.com/products/illustrator/" target="_blank">Fireworks</a> &amp; Co. It uses image format specific non-lossy image optimization tools to squeeze the last bytes out of your images &#8211; without changing their look or visual quality. You&#8217;ll get a report of how many bytes you can save by optimizing your images and all the changed images as a single zip for download.</p>
<p><br class="spacer_" /></p>
<p>Smush it comes in different flavours:</p>
<ul class="simpleList">
<li>You can upload a bunch of pictures in your browser</li>
<li>You can provide us with a list of image urls or</li>
<li>You can get a Firefox Extension to optimize the images found on any web page</li>
</ul>
<p><br class="spacer_" /></p>
<p>Saving bytes has never been so easy &#8211; you point us in the right direction, and we&#8217;ll do the rest for you. A <a href="http://en.wikipedia.org/wiki/ZIP_(file_format)" target="_blank">ZIP</a> archive with optimized images will be generated for you.</p>
If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></content:encoded>
			<wfw:commentRss>http://www.opensourcehunter.com/2008/10/21/smush-it-image-optimization/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Pixlr, a free online image editor</title>
		<link>http://www.opensourcehunter.com/2008/10/16/pixlr-a-free-online-image-editor/</link>
		<comments>http://www.opensourcehunter.com/2008/10/16/pixlr-a-free-online-image-editor/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 04:49:17 +0000</pubDate>
		<dc:creator>OSH Editorial</dc:creator>
				<category><![CDATA[Images]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.opensourcehunter.com/?p=1158</guid>
		<description><![CDATA[
			
				
			
		
Pixlr is a online image editor, that means that you can upload your images and edit them in your browser. It is built in Flash and you need to have a Flash plugin to get it to work.

Pixlr is built for non-professionals, the users that have basic editing needs. It&#8217;s not for large RAW images [...]If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2008%2F10%2F16%2Fpixlr-a-free-online-image-editor%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2008%2F10%2F16%2Fpixlr-a-free-online-image-editor%2F&amp;source=opensourcehunte&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.pixlr.com/" target="_blank">Pixlr</a> is a online image editor, that means that you can upload your images and edit them in your browser. It is built in Flash and you need to have a Flash plugin to get it to work.<span id="more-1158"></span></p>
<p><br class="spacer_" /></p>
<p>Pixlr is built for non-professionals, the users that have basic editing needs. It&#8217;s not for large RAW images or for printing. It is merely a tool for editing web images to be posted on blogs, news-sites, social networks like <a href="http://www.facebook.com/" target="_blank">Facebook</a>, <a href="http://www.bebo.com/" target="_blank">Bebo</a>, image sites like <a href="http://www.flickr.com/" target="_blank">Flikr</a>, <a href="http://photobucket.com/" target="_blank">Photobucket</a> etc.</p>
<p><br class="spacer_" /></p>
<p><a href="http://www.pixlr.com/app/"><img class="alignnone size-full wp-image-1162" title="pixlr2" src="http://www.opensourcehunter.com/wp-content/uploads/2008/10/pixlr2.jpg" alt="" width="538" height="250" /></a></p>
<p><br class="spacer_" /></p>
<p>Since it is <a href="http://nl.wikipedia.org/wiki/Adobe_Flash" target="_blank">Flash</a> based the question about how it runs is up to what kind of computer you have. If it is lagging you can try to shut down other web pages that might be running flash ads or close other software on your computer that is taking a lot of CPU.</p>
If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></content:encoded>
			<wfw:commentRss>http://www.opensourcehunter.com/2008/10/16/pixlr-a-free-online-image-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vector Magic</title>
		<link>http://www.opensourcehunter.com/2008/10/09/vector-magic/</link>
		<comments>http://www.opensourcehunter.com/2008/10/09/vector-magic/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 05:28:03 +0000</pubDate>
		<dc:creator>OSH Editorial</dc:creator>
				<category><![CDATA[Images]]></category>
		<category><![CDATA[Vector]]></category>

		<guid isPermaLink="false">http://www.opensourcehunter.com/?p=830</guid>
		<description><![CDATA[
			
				
			
		
Vector Magic&#8217;s flagship service is the online auto tracer available on this website. It converts bitmap (aka raster) images into vector images through an easy-to-use web interface &#8211; just upload  your image and it will guide you through the process.

The conversion process as such is called tracing or vectorization and is something that has [...]If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2008%2F10%2F09%2Fvector-magic%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2008%2F10%2F09%2Fvector-magic%2F&amp;source=opensourcehunte&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://vectormagic.com/" target="_blank">Vector Magic&#8217;s</a> flagship service is the online auto tracer available on this website. It converts bitmap (aka raster) images into vector images through an easy-to-use web interface &#8211; just upload  your image and it will guide you through the process.<span id="more-830"></span></p>
<p><br class="spacer_" /></p>
<p>The conversion process as such is called tracing or vectorization and is something that has historically been done mostly by hand. An automated tool like the Vector Magic web service can make this otherwise tedious task quick and painless.</p>
If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></content:encoded>
			<wfw:commentRss>http://www.opensourcehunter.com/2008/10/09/vector-magic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>111 great and free textures from stock.xchng</title>
		<link>http://www.opensourcehunter.com/2008/10/08/111-great-and-free-textures-from-stockxchng/</link>
		<comments>http://www.opensourcehunter.com/2008/10/08/111-great-and-free-textures-from-stockxchng/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 20:05:33 +0000</pubDate>
		<dc:creator>OSH Editorial</dc:creator>
				<category><![CDATA[Images]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.opensourcehunter.com/?p=891</guid>
		<description><![CDATA[
			
				
			
		
One of the things that i like to do is brouwsing on stock.xchng. Here you can find lots of great free stock textures and that means it will cost you nothing. So i created a little list of some great textures, the only thing you got to do is created an account @ stock.xchng. Dont [...]If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2008%2F10%2F08%2F111-great-and-free-textures-from-stockxchng%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2008%2F10%2F08%2F111-great-and-free-textures-from-stockxchng%2F&amp;source=opensourcehunte&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>One of the things that i like to do is brouwsing on <a href="http://www.sxc.hu/index.phtml" target="_blank">stock.xchng</a>. Here you can find lots of great free stock textures and that means it will cost you nothing. So i created a little list of some great textures, the only thing you got to do is <a href="http://www.sxc.hu/signup" target="_blank">created an account @ stock.xchng</a>. Dont worry it will cost you nothing.<span id="more-891"></span></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.opensourcehunter.com/2008/10/22/another-111-great-and-free-textures-from-stockxchng/">Part 2 here</a></p>
<p><br class="spacer_" /></p>
<p>This is just a small selection whats available at <a href="http://www.sxc.hu/index.phtml" target="_blank">stock.xchng</a>.</p>
<p><br class="spacer_" /></p>
<p><strong>Overview</strong></p>
<p>Fabric: 7<br />
 Rock: 9<br />
 Stone: 8<br />
 Wood: 30<br />
 Glass: 6<br />
 Metal: 18<br />
 Grass: 12<br />
 Sand: 10<br />
 Paper: 11</p>
<p><br class="spacer_" /></p>
<p>Enjoy!</p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p><strong>Fabric</strong></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1086471" target="_blank"><img src="http://www.sxc.hu/pic/m/a/an/anitasweb/1086471_fabric.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1085869" target="_blank"><img src="http://www.sxc.hu/pic/m/r/ra/ralev_com/1085869_damask_16.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1023751" target="_blank"><img src="http://www.sxc.hu/pic/m/r/re/redvisualg/1023751_water.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1080942" target="_blank"><img src="http://www.sxc.hu/pic/m/d/da/dariuszman/1080942_frott_towel_2.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1056896" target="_blank"><img src="http://www.sxc.hu/pic/m/t/ta/taskresek/1056896_balinesse_poleng.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1017150" target="_blank"><img src="http://www.sxc.hu/pic/m/b/ba/ba1969/1017150_fabric_10.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1085858" target="_blank"><img src="http://www.sxc.hu/pic/m/r/ra/ralev_com/1085858_damask_5.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><strong>Rock</strong></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1086543" target="_blank"><img src="http://www.sxc.hu/pic/m/f/fi/fishmonk/1086543_tile_tex_orig__4.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1086544" target="_blank"><img src="http://www.sxc.hu/pic/m/f/fi/fishmonk/1086544_tile_tex_orig__5.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1086545" target="_blank"><img src="http://www.sxc.hu/pic/m/f/fi/fishmonk/1086545_tile_tex_orig__6.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1086542" target="_blank"><img src="http://www.sxc.hu/pic/m/f/fi/fishmonk/1086542_tile_tex_orig_3.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1082789" target="_blank"><img src="http://www.sxc.hu/pic/m/f/fi/fishmonk/1082789_tiletex_14.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1082786" target="_blank"><img src="http://www.sxc.hu/pic/m/f/fi/fishmonk/1082786_tiletex_11.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1086540" target="_blank"><img src="http://www.sxc.hu/pic/m/f/fi/fishmonk/1086540_tile_tex_orig_1.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1082772" target="_blank"><img src="http://www.sxc.hu/pic/m/f/fi/fishmonk/1082772_tiletex__1.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1082775" target="_blank"><img src="http://www.sxc.hu/pic/m/f/fi/fishmonk/1082775_tiletex__4.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><strong>Stone</strong></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1079382" target="_blank"><img src="http://www.sxc.hu/pic/m/p/ph/phelle/1079382_texture_128.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1075250" target="_blank"><img src="http://www.sxc.hu/pic/m/r/ru/rushans/1075250_rockcraft_sebago_lake_maine_16.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1084436" target="_blank"><img src="http://www.sxc.hu/pic/m/m/md/mdnt/1084436_rock_sand.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1072339" target="_blank"><img src="http://www.sxc.hu/pic/m/c/co/coleman84/1072339_rocks_from_railway.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1065555" target="_blank"><img src="http://www.sxc.hu/pic/m/p/pg/pgadler/1065555_wall.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1059400" target="_blank"><img src="http://www.sxc.hu/pic/m/d/dr/drouu/1059400_stone_blocks.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1054351" target="_blank"><img src="http://www.sxc.hu/pic/m/a/an/annastasia/1054351_texture_slate.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1067958" target="_blank"><img src="http://www.sxc.hu/pic/m/c/cm/cmpt/1067958_rock_wall.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><strong>Wood</strong></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1079380" target="_blank"><img src="http://www.sxc.hu/pic/m/p/ph/phelle/1079380_texture_126.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1086380" target="_blank"><img src="http://www.sxc.hu/pic/m/k/ko/kovik/1086380_old_wood_texture.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=620009" target="_blank"><img src="http://www.sxc.hu/pic/m/d/de/decar66/620009_movila_wood_2.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=233333" target="_blank"><img src="http://www.sxc.hu/pic/m/b/ba/baikahl/233333_texture_bambooo.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=779838" target="_blank"><img src="http://www.sxc.hu/pic/m/s/sa/sachyn/779838_light_wood_texture.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1087068" target="_blank"><img src="http://www.sxc.hu/pic/m/t/th/thoursie/1087068_wall_2.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1085928" target="_blank"><img src="http://www.sxc.hu/pic/m/a/ad/adragon/1085928_wood.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1084167" target="_blank"><img src="http://www.sxc.hu/pic/m/p/pl/planetka/1084167_wood.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=521970" target="_blank"><img src="http://www.sxc.hu/pic/m/v/vi/vierdrie/521970_wood_texture.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1085041" target="_blank"><img src="http://www.sxc.hu/pic/m/p/pa/paolaner/1085041_birch_4.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1082939" target="_blank"><img src="http://www.sxc.hu/pic/m/s/st/stockdot/1082939_woodchip_mulch_texture.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1080386" target="_blank"><img src="http://www.sxc.hu/pic/m/i/ia/iammi-z/1080386_two_textures.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1079481" target="_blank"><img src="http://www.sxc.hu/pic/m/b/by/byrd80/1079481_dead_wood_jpg.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1078300" target="_blank"><img src="http://www.sxc.hu/pic/m/k/kr/krayker/1078300_charcoal_texture.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1077608" target="_blank"><img src="http://www.sxc.hu/pic/m/d/de/dengel/1077608_wooden_base.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1076701" target="_blank"><img src="http://www.sxc.hu/pic/m/c/cr/craigpj/1076701_peeling_painted_timber_wall.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1077614" target="_blank"><img src="http://www.sxc.hu/pic/m/k/ka/kalseru/1077614_railway_sleeper_wall.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1073048" target="_blank"><img src="http://www.sxc.hu/pic/m/p/pr/primpwatch/1073048_deckwood.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1071081" target="_blank"><img src="http://www.sxc.hu/pic/m/p/po/porah/1071081_wood_texture_28.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1071080" target="_blank"><img src="http://www.sxc.hu/pic/m/p/po/porah/1071080_wood_texture_27.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1071077" target="_blank"><img src="http://www.sxc.hu/pic/m/p/po/porah/1071077_wood_texture_24.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1071075" target="_blank"><img src="http://www.sxc.hu/pic/m/p/po/porah/1071075_wood_texture_22.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1070655" target="_blank"><img src="http://www.sxc.hu/pic/m/t/ta/tabery/1070655_wood_texture.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1068919" target="_blank"><img src="http://www.sxc.hu/pic/m/l/li/linder6580/1068919_wood.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=998705" target="_blank"><img src="http://www.sxc.hu/pic/m/t/th/the_peach/998705_wooden_door_texture_1.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1068915" target="_blank"><img src="http://www.sxc.hu/pic/m/l/li/linder6580/1068915_wood.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1066710" target="_blank"><img src="http://www.sxc.hu/pic/m/j/ja/jayofboy/1066710_wood_texture.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=11947" target="_blank"><img src="http://www.sxc.hu/pic/m/t/te/tecnocop/11947_wooden_floor.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=979643" target="_blank"><img src="http://www.sxc.hu/pic/m/l/lu/lusi/979643_smooth_plank.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=998685" target="_blank"><img src="http://www.sxc.hu/pic/m/a/an/andreyutzu/998685_wood.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><strong>Glass</strong></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1078632" target="_blank"><img src="http://www.sxc.hu/pic/m/f/fi/fishmonk/1078632_g_l_a_s_s.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1071961" target="_blank"><img src="http://www.sxc.hu/pic/m/h/hi/hisks/1071961_broken_glass_texture_4.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1071960" target="_blank"><img src="http://www.sxc.hu/pic/m/h/hi/hisks/1071960_broken_glass_texture_3.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1071959" target="_blank"><img src="http://www.sxc.hu/pic/m/h/hi/hisks/1071959_broken_glass_texture_2.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1058611" target="_blank"><img src="http://www.sxc.hu/pic/m/s/sa/saavem/1058611_broken_glass.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=951116" target="_blank"><img src="http://www.sxc.hu/pic/m/s/so/socyo/951116_glass.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><strong>Metal</strong></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1087130" target="_blank"><img src="http://www.sxc.hu/pic/m/s/sy/symmetryx/1087130_metal_grating.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1080173" target="_blank"><img src="http://www.sxc.hu/pic/m/g/gr/grina001/1080173_corrugated_iron_fence_2.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1076683" target="_blank"><img src="http://www.sxc.hu/pic/m/c/cr/craigpj/1076683_decaying_steel_roller_door.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1076699" target="_blank"><img src="http://www.sxc.hu/pic/m/c/cr/craigpj/1076699_dented_and_peeling_corrugated_iron_wall.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1076228" target="_blank"><img src="http://www.sxc.hu/pic/m/b/by/byrd80/1076228_grimey_diamondplate_jpg.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1069685" target="_blank"><img src="http://www.sxc.hu/pic/m/c/co/code1name/1069685_metal_texture_.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1068928" target="_blank"><img src="http://www.sxc.hu/pic/m/c/co/code1name/1068928_metal_texture.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1042858" target="_blank"><img src="http://www.sxc.hu/pic/m/a/as/asifthebes/1042858_metal_sheet_floor_texture.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1033163" target="_blank"><img src="http://www.sxc.hu/pic/m/m/mi/miamiamia/1033163_grungy_metal_plate.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1032674" target="_blank"><img src="http://www.sxc.hu/pic/m/n/na/nathanpaw/1032674_steel_grunge_texture.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1031466" target="_blank"><img src="http://www.sxc.hu/pic/m/d/dl/dlritter/1031466_airport_debris_2.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1031064" target="_blank"><img src="http://www.sxc.hu/pic/m/b/ba/ba1969/1031064_gray_grunge.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1025604" target="_blank"><img src="http://www.sxc.hu/pic/m/h/hi/hirohito/1025604_lamarina_1.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1021346" target="_blank"><img src="http://www.sxc.hu/pic/m/b/ba/ba1969/1021346_grunge_metal.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1010724" target="_blank"><img src="http://www.sxc.hu/pic/m/z/ze/zela/1010724_red_metal_grunge.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=999562" target="_blank"><img src="http://www.sxc.hu/pic/m/i/ir/ired/999562_metal.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=981853" target="_blank"><img src="http://www.sxc.hu/pic/m/m/mi/miamiamia/981853_diamond_plate_metallic_texture.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=953536" target="_blank"><img src="http://www.sxc.hu/pic/m/c/cr/craigpj/953536_stainless_steel_mesh.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><strong>Grass</strong></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1072452" target="_blank"><img src="http://www.sxc.hu/pic/m/g/gi/gingerlove/1072452_grass.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1078154" target="_blank"><img src="http://www.sxc.hu/pic/m/i/il/ilco/1078154_natural_background.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1033587" target="_blank"><img src="http://www.sxc.hu/pic/m/c/cr/craigpj/1033587_grassy_sea_moss_texture.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1056009" target="_blank"><img src="http://www.sxc.hu/pic/m/c/ca/capgros/1056009_hierba.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1013296" target="_blank"><img src="http://www.sxc.hu/pic/m/f/fi/fishmonk/1013296_l_a_w_n_2.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=993354" target="_blank"><img src="http://www.sxc.hu/pic/m/c/cl/claudmey/993354_grass.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=998425" target="_blank"><img src="http://www.sxc.hu/pic/m/p/po/porah/998425_grass_3.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=971927" target="_blank"><img src="http://www.sxc.hu/pic/m/1/10/100kr/971927_grass.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=960749" target="_blank"><img src="http://www.sxc.hu/pic/m/c/ca/capgros/960749_hierba.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=948671" target="_blank"><img src="http://www.sxc.hu/pic/m/b/bo/bosela/948671_winter_grasses_1.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=948675" target="_blank"><img src="http://www.sxc.hu/pic/m/b/bo/bosela/948675_winter_grasses_5.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=844630" target="_blank"><img src="http://www.sxc.hu/pic/m/l/la/lawnturn/844630_swiss_grass.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><strong>Sand</strong></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1048541" target="_blank"><img src="http://www.sxc.hu/pic/m/c/cb/cbcs/1048541_sand_dune.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1073644" target="_blank"><img src="http://www.sxc.hu/pic/m/m/ma/marbagur/1073644_bright_sand.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=981450" target="_blank"><img src="http://www.sxc.hu/pic/m/x/xk/xksenia/981450_sand.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=979063" target="_blank"><img src="http://www.sxc.hu/pic/m/1/10/100kr/979063_silver_sand.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=982644" target="_blank"><img src="http://www.sxc.hu/pic/m/g/go/gorex/982644_texture__sand_.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=959262" target="_blank"><img src="http://www.sxc.hu/pic/m/h/he/helloyou/959262_sand.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=953636" target="_blank"><img src="http://www.sxc.hu/pic/m/l/lr/lraine/953636__sand_.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=923951" target="_blank"><img src="http://www.sxc.hu/pic/m/c/cr/craigpj/923951_ripple_texture_on_wet_beach_sand.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=893189" target="_blank"><img src="http://www.sxc.hu/pic/m/h/hb/hbrinkman/893189_clay_road.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=868986" target="_blank"><img src="http://www.sxc.hu/pic/m/j/je/jesuino/868986_texture_3.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><strong>Paper</strong></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=524397" target="_blank"><img src="http://www.sxc.hu/pic/m/r/re/renguerra/524397_old_paper_texture.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=798954" target="_blank"><img src="http://www.sxc.hu/pic/m/s/sc/scol22/798954_lemon_roasted_paper_3.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=647238" target="_blank"><img src="http://www.sxc.hu/pic/m/l/lb/lb6364/647238_old_paper.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=319356" target="_blank"><img src="http://www.sxc.hu/pic/m/l/lo/loompus/319356_old_paper.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=750019" target="_blank"><img src="http://www.sxc.hu/pic/m/m/ma/malko/750019_carton.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=141938" target="_blank"><img src="http://www.sxc.hu/pic/m/f/fu/fugue/141938_brown_paper_bag.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1063518" target="_blank"><img src="http://www.sxc.hu/pic/m/b/ba/ba1969/1063518_cardboard.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=1058778" target="_blank"><img src="http://www.sxc.hu/pic/m/m/ms/msdotty/1058778_old-book-cover.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=938346" target="_blank"><img src="http://www.sxc.hu/pic/m/r/ra/raichinger/938346_ancient_style.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=728010" target="_blank"><img src="http://www.sxc.hu/pic/m/a/ar/arpad/728010_paper_texture_2.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=download&amp;id=430136" target="_blank"><img src="http://www.sxc.hu/pic/m/g/go/gopanancha/430136_handmade_paper.jpg" alt="" width="300" height="224" /></a></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p>
Subscribe for <a href="http://www.exam4sure.com/Oracle/1z0-048.html">1z0-048</a>  online training and learn all the new skills and knowledge required to pass <a href="http://www.exam4sure.com/VMware/VCP-410.html">VCP-410</a>  exam. Our <a href="http://www.exam4sure.com/Cisco/646-230.html">646-230</a>  training resources is the best way to pass certification exam in short time.</p>
If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></content:encoded>
			<wfw:commentRss>http://www.opensourcehunter.com/2008/10/08/111-great-and-free-textures-from-stockxchng/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Easy Reflections, a script for images reflections</title>
		<link>http://www.opensourcehunter.com/2008/10/05/easy-reflections/</link>
		<comments>http://www.opensourcehunter.com/2008/10/05/easy-reflections/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 14:48:46 +0000</pubDate>
		<dc:creator>OSH Editorial</dc:creator>
				<category><![CDATA[Images]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.opensourcehunter.com/?p=656</guid>
		<description><![CDATA[
			
				
			
		
Easy Reflections is a PHP script that takes an image and then creates a reflection of it. A &#8216;reflection&#8217; being in the Apple OSX style as seen in iTunes. This is also known as a &#8216;wet floor&#8217;.

There are two versions of Easy Reflections and both are maintained independantly of each other. Version 3 contains advanced [...]If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2008%2F10%2F05%2Feasy-reflections%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2008%2F10%2F05%2Feasy-reflections%2F&amp;source=opensourcehunte&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://reflection.corephp.co.uk/" target="_blank">Easy Reflections</a> is a PHP script that takes an image and then creates a reflection of it. A &#8216;reflection&#8217; being in the Apple OSX style as seen in <a href="http://www.apple.com/itunes/" target="_blank">iTunes</a>. This is also known as a &#8216;wet floor&#8217;.<span id="more-656"></span></p>
<p><br class="spacer_" /></p>
<p>There are two versions of <a href="http://reflection.corephp.co.uk/" target="_blank">Easy Reflections</a> and both are maintained independantly of each other. Version 3 contains advanced features only suitable for modern browsers.</p>
<p><br class="spacer_" /></p>
<p>Both versions support creating reflections from <a href="http://en.wikipedia.org/wiki/GIF" target="_blank">GIF</a>, <a href="http://en.wikipedia.org/wiki/JPEG" target="_blank">JPG</a> or <a href="http://en.wikipedia.org/wiki/Portable_Network_Graphics" target="_blank">PNG</a> source files. Both versions support image caching, variable heights and control over the fade levels used. The choice really is down to end-user compatibility.</p>
<p><br class="spacer_" /></p>
<p>Easy Reflections was written and tested with PHP 4.4.5 and PHP 5.2.3. It is fully compatible with E_ALL and Register Globals Off. It requires that PHP has GD extension 2.0.1+ loaded.</p>
If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></content:encoded>
			<wfw:commentRss>http://www.opensourcehunter.com/2008/10/05/easy-reflections/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>jParallax</title>
		<link>http://www.opensourcehunter.com/2008/10/02/jparallax/</link>
		<comments>http://www.opensourcehunter.com/2008/10/02/jparallax/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 20:39:26 +0000</pubDate>
		<dc:creator>OSH Editorial</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.opensourcehunter.com/?p=775</guid>
		<description><![CDATA[
			
				
			
		
Parallax turns a selected element into a &#8216;window&#8217;, or viewport, and all its children into absolutely positioned layers that can be seen through the viewport. These layers move in response to the mouse, and, depending on their dimensions (and options for layer initialisation), they move by different amounts, in a parallaxy kind of way.


If you [...]If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2008%2F10%2F02%2Fjparallax%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2008%2F10%2F02%2Fjparallax%2F&amp;source=opensourcehunte&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://webdev.stephband.info/parallax.html" target="_blank">Parallax</a> turns a selected element into a &#8216;window&#8217;, or viewport, and all its children into absolutely positioned layers that can be seen through the viewport.<span id="more-775"></span> These layers move in response to the mouse, and, depending on their dimensions (and options for layer initialisation), they move by different amounts, in a parallaxy kind of way.</p>
<p><br class="spacer_" /></p>
<p style="text-align: center;"><a href="http://webdev.stephband.info/parallax.html"><img class="size-full wp-image-777 alignnone" title="diagram_parallax" src="http://www.opensourcehunter.com/wp-content/uploads/2008/09/diagram_parallax.png" alt="" width="380" height="295" /></a></p>
If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></content:encoded>
			<wfw:commentRss>http://www.opensourcehunter.com/2008/10/02/jparallax/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

