<?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>Free Web Resources - Web Resources Depot &#187; Watermark</title>
	<atom:link href="http://www.webresourcesdepot.com/tag/watermark/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webresourcesdepot.com</link>
	<description>Free Web Resources</description>
	<lastBuildDate>Sun, 21 Mar 2010 08:46:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>10+ Ways To Protect Images From Being Stolen</title>
		<link>http://www.webresourcesdepot.com/10-ways-to-protect-images-from-being-stolen/</link>
		<comments>http://www.webresourcesdepot.com/10-ways-to-protect-images-from-being-stolen/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 14:39:59 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Extras]]></category>
		<category><![CDATA[Info]]></category>
		<category><![CDATA[Other License]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Watermark]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=756</guid>
		<description><![CDATA[Protecting images online is a difficult, almost impossible, mission to accomplish. At the end, the image is there and a &#34;print screenshot&#34; command can grab it &#38; no way to stop this.
But, there are various ways to harden the process &#38; make it not worth trying like disabling right clicks, using images as backgrounds, adding [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Protecting images online</strong> is a difficult, almost impossible, mission to accomplish. At the end, the image is there and a &quot;print screenshot&quot; command can grab it &amp; no way to stop this.</p>
<p>But, there are various ways to harden the process &amp; make it not worth trying like disabling right clicks, using images as backgrounds, adding watermarks to them &amp; more.</p>
<p>Here are the good practices of these options:</p>
<p>&nbsp;</p>
<h2>Hide The Images</h2>
<p>&nbsp;</p>
<h3>Put A Blank File Over The Real Image</h3>
<p><img height="73" width="480" src="http://www.webresourcesdepot.com/wp-content/uploads/image/protect-images.gif" alt="Protect Images Background Method" /></p>
<p>This method will make the real image unreachable unless checked from the source.</p>
<p>You can use the original image as a background &amp; put a transparent-blank file over it that matches the size of the real image.</p>
<p><strong>For ex:</strong></p>
<p><code>&lt;div id=&quot;image1&quot; style=&quot;background-image: url(originalImage.jpg);&quot;&gt;</code><br />
&nbsp;&nbsp;&nbsp; <code>&lt;img src=&quot;blank.gif&quot; height=&quot;250px&quot; width=&quot;300px&quot;&gt;</code><br />
<code>&lt;/div&gt;</code></p>
<p>So, when the image is right-clicked, it will be the blank.gif that can be reached.</p>
<p>There are also 2 JavaScript framework ready solutions for this:</p>
<ul>
<li><a href="http://davidwalsh.name/mootools-image-protector-dwprotector" target="_blank">dwProtector for MooTools</a></li>
<li><a href="http://davidwalsh.name/image-protector-plugin-for-jquery" target="_blank">dwProtector for jQuery</a></li>
</ul>
<p><span id="more-756"></span>&nbsp;</p>
<h2>Auto-Slice The Images</h2>
<p>&nbsp;</p>
<h3><a target="_blank" href="http://supersimple.org/imagetiles/">Super Simple Image Tiles</a></h3>
<p><a href="http://supersimple.org/imagetiles/" target="_blank"><img height="73" width="480" src="http://www.webresourcesdepot.com/wp-content/uploads/image/php-image-slice.jpg" alt="PHP Image Slicing" /></a></p>
<p>This is a very effective <strong>image protection</strong> method.</p>
<p>An image is automatically sliced into pieces but presented as a whole. The original image is also hidden as watermarked.</p>
<p>Some serious disadvantages of this method are:</p>
<ul>
<li>adding a relatively more overload to the server as multiple requests will be made</li>
<li>you&#8217;ll have lots of image files</li>
</ul>
<p>&nbsp;</p>
<h2>Using Watermarks (Pre-Generated)</h2>
<p>Adding a watermark to an image is an effective way of <strong>protecting images</strong>.</p>
<p>Besides the cons like:</p>
<ul>
<li>image not being presented clearly (there will be a watermark on it!)</li>
<li>can be downloaded and cropped</li>
</ul>
<p>as the source file is marked, there is no way to get the original image.</p>
<p>There are several solutions to watermark images with ease. From modifying it via <strong>Photoshop</strong>, <strong>GIMP</strong>, etc. to some web-based watermarking services like:</p>
<h3><a href="http://picmarkr.com/" target="_blank">PicMarkr</a></h3>
<p><a href="http://picmarkr.com/" target="_blank"><img height="73" width="480" src="http://www.webresourcesdepot.com/wp-content/uploads/image/picmarkr-watermark-service.gif" alt="Online Watermarking" /></a></p>
<p>A free service to watermark images online.</p>
<p>Multiple images can uploaded once or they can be grabbed automatically from Flickr.</p>
<p>It is possible to apply a text or an image watermark.</p>
<h3><a target="_blank" href="http://www.watermarktool.com/">WatermarkTool</a></h3>
<p><a target="_blank" href="http://www.watermarktool.com/"><img height="73" width="479" alt="Online Watermark Website" src="http://www.webresourcesdepot.com/wp-content/uploads/image/online-watermark.jpg" /></a></p>
<p>Another web-based free watermarking service.</p>
<p>You can upload images to be watermarked, customize the watermark text to be applied &amp; download the updated images.</p>
<p>&nbsp;</p>
<h2>Using Watermarks (Generated Server-Side)</h2>
<p>&nbsp;It is possible to automate the watermarking process at the server level. Once applied, this is the easiest method to use.</p>
<p>To mention, implementing these methods require at least a bit of scripting knowledge.</p>
<p>Here are several libraries &amp; examples for this:</p>
<h3><a href="http://asido.info/" target="_blank">Asido: PHP Image Processing Library</a></h3>
<p><a href="http://asido.info/" target="_blank"><img height="73" width="480" src="http://www.webresourcesdepot.com/wp-content/uploads/image/php-image-processing.gif" alt="PHP Image Processing Library" /></a></p>
<p><strong>Asido</strong> is a <strong>PHP&nbsp;image processing library</strong> that can work with GD2, Magick Wand &amp; Image Magick.</p>
<p><a href="http://asido.info/about/features/#watermark" target="_blank">Here</a> is a detailed information on watermarking capabilities of <strong>Asido</strong>.</p>
<h3>Other PHP solutions:</h3>
<ul>
<li><a target="_blank" href="http://www.phpjabbers.com/put-watermark-on-images-using-php-php20.html">Put watermark on images using PHP</a></li>
<li><a target="_blank" href="http://www.litewebsite.com/?c=19">Watermark your images with PHP 5 and GD</a></li>
<li><a target="_blank" href="http://www.sitepoint.com/article/watermark-images-php/">Watermark images on the fly in PHP</a></li>
</ul>
<h3>ASP.NET Solutions:</h3>
<ul>
<li><a href="http://www.dmxzone.com/ShowDetail.asp?NewsId=10287" target="_blank">Thumbnail and watermark images on the fly with ASP.NET</a></li>
<li><a target="_blank" href="http://blog.donnfelker.com/post/Watermarking-Images-in-ASPNET-with-an-HttpHandler.aspx">Watermarking Images in ASP.NET with an HttpHandler</a></li>
<li><a target="_blank" href="http://www.imagecomponent.net/products/coolwatermark.aspx">CoolWatermark</a> (paid)</li>
</ul>
<h3>Ruby Solutions:</h3>
<ul>
<li><a href="http://rmagick.rubyforge.org/" target="_blank">RMagick</a></li>
<li><a href="http://snippets.dzone.com/posts/show/6014" target="_blank">Watermarking your images with RMagick</a></li>
</ul>
<p>&nbsp;</p>
<h2>Use Flash To Show The Images</h2>
<p>&nbsp;</p>
<h3><a href="http://www.swfir.com/" target="_blank">swfIR</a></h3>
<p><a href="http://www.swfir.com/" target="_blank"><img height="73" width="480" src="http://www.webresourcesdepot.com/wp-content/uploads/image/swfir.jpg" alt="swfIR" /></a></p>
<p><strong>swf image replacement</strong> displays images inside a Flash file which makes right-click impossible.</p>
<p>And, images can still be styled with CSS properties</p>
<p>On the other other hand the image source is mentioned at the source which again can not provide a total protection.</p>
<p>&nbsp;</p>
<h2>Browser Based Image Protection</h2>
<p>&nbsp;</p>
<h3><a href="http://www.dynamicdrive.com/dynamicindex9/noright.htm" target="_blank">Disable Right Click</a></h3>
<p><a target="_blank" href="http://www.dynamicdrive.com/dynamicindex9/noright.htm"><img height="73" width="480" alt="Disable Right Click" src="http://www.webresourcesdepot.com/wp-content/uploads/image/disable-right-click.gif" /></a></p>
<p><strong>Disabling right click via JavaScript</strong> is a way to start <strong>protecting images</strong>. But it is a simple step which can stop novice users as it is possible to disable JavaScript or get the path to the original image by reaching the source.</p>
<p>Is this a good method? Definitely no as you will be disabling all the right-click options like print, copying the link, etc. (updated 23 Jan 2009)</p>
<p>It may be a better solution to disable only save functions which this <a href="http://abeautifulsite.net/notebook/68" target="_blank">jQuery plugin</a> can help.</p>
<h3>Disable IE6 Image Toolbar</h3>
<p><img height="73" width="480" alt="Disable IE6 Image Toolbar" src="http://www.webresourcesdepot.com/wp-content/uploads/image/prevent-ie6-image-tool.gif" /></p>
<p>When an image is hovered for a while, IE6&#8217;s image toolbar appears automatically with an option to save the image. This can be disabled too.</p>
<p>Add the following code between the <code>head</code> tags of the webpage.</p>
<p><code>&lt;meta http-equiv=&quot;imagetoolbar&quot; content=&quot;no&quot;&gt;</code></p>
<p>&nbsp;</p>
<p>&nbsp;Any more <strong>image protection solutions</strong> you want to share?</p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/photoshop/" title="Photoshop" rel="tag">Photoshop</a>, <a href="http://www.webresourcesdepot.com/tag/php/" title="Php" rel="tag">Php</a>, <a href="http://www.webresourcesdepot.com/tag/ruby/" title="Ruby" rel="tag">Ruby</a>, <a href="http://www.webresourcesdepot.com/tag/watermark/" title="Watermark" rel="tag">Watermark</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/voice-enabled-powerful-web-chat-software-ajax-chat/" title="Voice Enabled Powerful Web Chat Software: Ajax Chat (February 21, 2008)">Voice Enabled Powerful Web Chat Software: Ajax Chat</a></li>
	<li><a href="http://www.webresourcesdepot.com/share-and-find-codes-you-need-with-snipplr/" title="Share And Find Codes You Need With Snipplr (April 17, 2008)">Share And Find Codes You Need With Snipplr</a></li>
	<li><a href="http://www.webresourcesdepot.com/process-images-easily-in-php-with-asido/" title="Process Images Easily In PHP With Asido (May 6, 2008)">Process Images Easily In PHP With Asido</a></li>
	<li><a href="http://www.webresourcesdepot.com/jquery-image-slider-agile-carousel/" title="jQuery Image Slider: Agile Carousel (December 31, 2008)">jQuery Image Slider: Agile Carousel</a></li>
	<li><a href="http://www.webresourcesdepot.com/compare-frameworks-for-php-js-ruby-css/" title="Compare Frameworks For PHP, JS, Ruby &#038; CSS (September 19, 2009)">Compare Frameworks For PHP, JS, Ruby &#038; CSS</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/10-ways-to-protect-images-from-being-stolen/feed/</wfw:commentRss>
		<slash:comments>46</slash:comments>
		</item>
		<item>
		<title>jQuery Image Slider: Agile Carousel</title>
		<link>http://www.webresourcesdepot.com/jquery-image-slider-agile-carousel/</link>
		<comments>http://www.webresourcesdepot.com/jquery-image-slider-agile-carousel/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 07:54:12 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[BSD License]]></category>
		<category><![CDATA[Gallery]]></category>
		<category><![CDATA[Goodies]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Watermark]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=718</guid>
		<description><![CDATA[Agile Carousel is a feature-rich jQuery plugin for creating attractive image sliders.
With a bunch of options to customize the slider, and it can be used with or without jQuery UI for more effects, the plugin provides total control.

From a folder mentioned, it gets the images via PHP (not Ajaxed).
Some controls it has are:

Prev-next button options
Enable-disable [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://code.google.com/p/agile-carousel/"><strong>Agile Carousel</strong></a> is a feature-rich <strong>jQuery plugin</strong> for creating attractive image sliders.</p>
<p>With a bunch of options to customize the slider, and it can be used with or without jQuery UI for more effects, the plugin provides total control.</p>
<p><a target="_blank" href="http://code.google.com/p/agile-carousel/"><img height="228" width="480" alt="jQuery Image Slider Plugin" src="http://www.webresourcesdepot.com/wp-content/uploads/image/jquery-image-slide.jpg" /></a></p>
<p>From a folder mentioned, it gets the images via <strong>PHP</strong> (not Ajaxed).</p>
<h3>Some controls it has are:</h3>
<ul>
<li>Prev-next button options</li>
<li>Enable-disable slide captions</li>
<li>Effects used, delays</li>
<li>Use of watermarks (text)</li>
<li>&amp; many more..</li>
</ul>
<p>A demo with all the features can be found <a href="http://www.5bosses.com/examples/agile_carousel/full_example/carousel.html" target="_blank">here</a>.</p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/php/" title="Php" rel="tag">Php</a>, <a href="http://www.webresourcesdepot.com/tag/watermark/" title="Watermark" rel="tag">Watermark</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/process-images-easily-in-php-with-asido/" title="Process Images Easily In PHP With Asido (May 6, 2008)">Process Images Easily In PHP With Asido</a></li>
	<li><a href="http://www.webresourcesdepot.com/10-ways-to-protect-images-from-being-stolen/" title="10+ Ways To Protect Images From Being Stolen (January 21, 2009)">10+ Ways To Protect Images From Being Stolen</a></li>
	<li><a href="http://www.webresourcesdepot.com/zimplit-easiest-cms-for-simple-websites/" title="Zimplit: Easiest CMS For Simple Websites (August 29, 2008)">Zimplit: Easiest CMS For Simple Websites</a></li>
	<li><a href="http://www.webresourcesdepot.com/wiki-like-project-management-tool-streber/" title="Wiki-Like Project Management Tool: Streber (May 26, 2008)">Wiki-Like Project Management Tool: Streber</a></li>
	<li><a href="http://www.webresourcesdepot.com/web-based-php-ftp-application-phpwebftp/" title="Web-Based PHP FTP Application: phpWebFtp (June 25, 2008)">Web-Based PHP FTP Application: phpWebFtp</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/jquery-image-slider-agile-carousel/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Process Images Easily In PHP With Asido</title>
		<link>http://www.webresourcesdepot.com/process-images-easily-in-php-with-asido/</link>
		<comments>http://www.webresourcesdepot.com/process-images-easily-in-php-with-asido/#comments</comments>
		<pubDate>Tue, 06 May 2008 17:00:01 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Effects]]></category>
		<category><![CDATA[Goodies]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[LGPL License]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Watermark]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=269</guid>
		<description><![CDATA[Image processing is needed in almost every web application like creating watermarks, uploading &#38; resizing avatars, cropping them &#38; similar tasks.
Asido is a feature-rich image processing class for PHP that fits to any environment like GD2, Magick Wand and Image Magick. It supports both PHP4 &#38; PHP5 (newer versions support only PHP5).
An example of adding [...]]]></description>
			<content:encoded><![CDATA[<p><b>Image processing</b> is needed in almost every web application like <b>creating watermarks</b>, <b>uploading &amp; resizing avatars</b>, <b>cropping</b> them &amp; similar tasks.</p>
<p><a target="_blank" href="http://asido.info"><b>Asido</b></a> is a feature-rich <b>image processing class for PHP</b> that fits to any environment like <b>GD2</b>, <b>Magick Wand</b> and <b>Image Magick</b>. It supports both PHP4 &amp; PHP5 (newer versions support only PHP5).</p>
<h3>An example of adding a watermark to an image:</h3>
<p><a target="_blank" href="http://asido.info/download/"><img width="480" height="159" src="http://www.webresourcesdepot.com/wp-content/uploads/image/php-image-watermark.jpg" alt="PHP Image Watermark" /></a></p>
<p><b>And the code:</b></p>
<p><code>&lt;?php<br />
include('./../../asido/dev/class.asido.php');<br />
asido::driver('gd');<br />
$i1 = asido::image(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'the-source-image.jpg',<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'filename-with-which-you-want-to-save-the-result.png'<br />
);<br />
asido::watermark($i1, 'put-the-watermark-image-here.png');<br />
$i1-&gt;save(ASIDO_OVERWRITE_ENABLED);<br />
?&gt;</code></p>
<p>It is really simple and clear.</p>
<h3>Asido can:</h3>
<ul>
<li>resize</li>
<li>watermark</li>
<li>rotate</li>
<li>copy</li>
<li>crop</li>
<li>grayscale</li>
<li>convert</li>
</ul>
<p>images with ease. To develop faster, <b>Asido</b> is worth a try.</p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/php/" title="Php" rel="tag">Php</a>, <a href="http://www.webresourcesdepot.com/tag/watermark/" title="Watermark" rel="tag">Watermark</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/jquery-image-slider-agile-carousel/" title="jQuery Image Slider: Agile Carousel (December 31, 2008)">jQuery Image Slider: Agile Carousel</a></li>
	<li><a href="http://www.webresourcesdepot.com/10-ways-to-protect-images-from-being-stolen/" title="10+ Ways To Protect Images From Being Stolen (January 21, 2009)">10+ Ways To Protect Images From Being Stolen</a></li>
	<li><a href="http://www.webresourcesdepot.com/zimplit-easiest-cms-for-simple-websites/" title="Zimplit: Easiest CMS For Simple Websites (August 29, 2008)">Zimplit: Easiest CMS For Simple Websites</a></li>
	<li><a href="http://www.webresourcesdepot.com/wiki-like-project-management-tool-streber/" title="Wiki-Like Project Management Tool: Streber (May 26, 2008)">Wiki-Like Project Management Tool: Streber</a></li>
	<li><a href="http://www.webresourcesdepot.com/web-based-php-ftp-application-phpwebftp/" title="Web-Based PHP FTP Application: phpWebFtp (June 25, 2008)">Web-Based PHP FTP Application: phpWebFtp</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/process-images-easily-in-php-with-asido/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 12/30 queries in 1.667 seconds using disk

Served from: www.webresourcesdepot.com @ 2010-03-21 10:42:22 -->