<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/images</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 24 Jul 2008 07:59:24 GMT</pubDate>
<item>
<title>(PHP) Automatic image width and height tags - AdrianShort</title>
<link>http://snipplr.com/view/5978/automatic-image-width-and-height-tags/</link>
<description><![CDATA[ <p>The lazy way to generate XHTML-valid width and height attributes for your images. This is incredibly inefficient, though I believe (ref?) that calls to getimagesize() are cached.</p> ]]></description>
<pubDate>Thu, 24 Apr 2008 05:30:24 GMT</pubDate>
<guid>http://snipplr.com/view/5978/automatic-image-width-and-height-tags/</guid>
</item>
<item>
<title>(Other) Preload - samuelcotterall</title>
<link>http://snipplr.com/view/5621/preload/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 31 Mar 2008 06:10:51 GMT</pubDate>
<guid>http://snipplr.com/view/5621/preload/</guid>
</item>
<item>
<title>(Ruby) list directory and create wget calls to build standalone html dirs - jhenry</title>
<link>http://snipplr.com/view/5381/list-directory-and-create-wget-calls-to-build-standalone-html-dirs/</link>
<description><![CDATA[ <p>output can be run as a shell script.  should be able to refactor this as a piped wget, i think</p> ]]></description>
<pubDate>Wed, 12 Mar 2008 16:57:31 GMT</pubDate>
<guid>http://snipplr.com/view/5381/list-directory-and-create-wget-calls-to-build-standalone-html-dirs/</guid>
</item>
<item>
<title>(CSS) Vertical Centering of Images - teddyzetterlund</title>
<link>http://snipplr.com/view/5193/vertical-centering-of-images/</link>
<description><![CDATA[ <p>I can't remember if this code is updated for IE7, if it is then it should be working in at least IE6-7, Safari 2-3, Opera 8 and Firefox 2-3.

Obviously the image_iefix is just for IE6.</p> ]]></description>
<pubDate>Mon, 25 Feb 2008 10:38:17 GMT</pubDate>
<guid>http://snipplr.com/view/5193/vertical-centering-of-images/</guid>
</item>
<item>
<title>(PHP) random include and images - fris</title>
<link>http://snipplr.com/view/5164/random-include-and-images/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 23 Feb 2008 15:54:04 GMT</pubDate>
<guid>http://snipplr.com/view/5164/random-include-and-images/</guid>
</item>
<item>
<title>(JavaScript) Small Images Preloader - oxisound</title>
<link>http://snipplr.com/view/5113/small-images-preloader/</link>
<description><![CDATA[ <p>Wasn't fully tested :) Just for reference...</p> ]]></description>
<pubDate>Mon, 18 Feb 2008 17:05:26 GMT</pubDate>
<guid>http://snipplr.com/view/5113/small-images-preloader/</guid>
</item>
<item>
<title>(PHP) Scan for Images - coggla</title>
<link>http://snipplr.com/view/4693/scan-for-images/</link>
<description><![CDATA[ <p>Function to retrieve all image files in a given directory</p> ]]></description>
<pubDate>Sun, 20 Jan 2008 22:20:37 GMT</pubDate>
<guid>http://snipplr.com/view/4693/scan-for-images/</guid>
</item>
<item>
<title>(PHP) Remove images from html - gandalf</title>
<link>http://snipplr.com/view/4131/remove-images-from-html/</link>
<description><![CDATA[ <p>These two functions allow you to remove images from html page.
The function returns an array of images with the absolute src and,if there are any, the alt and title attributes.
Arguments to pass to get_images() are $file = html source and $url = the page url.
enjoy</p> ]]></description>
<pubDate>Wed, 14 Nov 2007 05:00:19 GMT</pubDate>
<guid>http://snipplr.com/view/4131/remove-images-from-html/</guid>
</item>
<item>
<title>(PHP) highest common denominator - fris</title>
<link>http://snipplr.com/view/4104/highest-common-denominator/</link>
<description><![CDATA[ <p>routine i use when doing an uploading function and the image has to have a certain ratio ex: 4:6</p> ]]></description>
<pubDate>Thu, 08 Nov 2007 23:55:53 GMT</pubDate>
<guid>http://snipplr.com/view/4104/highest-common-denominator/</guid>
</item>
<item>
<title>(CSS) thumb border - fris</title>
<link>http://snipplr.com/view/4101/thumb-border/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 08 Nov 2007 20:35:28 GMT</pubDate>
<guid>http://snipplr.com/view/4101/thumb-border/</guid>
</item>
<item>
<title>(Perl) Make a list of JPEGs into a slide show - noah</title>
<link>http://snipplr.com/view/3123/make-a-list-of-jpegs-into-a-slide-show/</link>
<description><![CDATA[ <p>Show jpegs one-per-page on a series of hyperlinked web pages.  Purpose was to provide a linear viewing mechanism for jpegs on my Palm Tungsten C.</p> ]]></description>
<pubDate>Tue, 03 Jul 2007 22:02:15 GMT</pubDate>
<guid>http://snipplr.com/view/3123/make-a-list-of-jpegs-into-a-slide-show/</guid>
</item>
<item>
<title>(Perl) insert ALT attribute into IMG tags that don't already have ALT attributes - noah</title>
<link>http://snipplr.com/view/3120/insert-alt-attribute-into-img-tags-that-dont-already-have-alt-attributes/</link>
<description><![CDATA[ <p>At one point I wanted to give every image on my site an ALT tag.  I did, with some help from beginners@perl.org.</p> ]]></description>
<pubDate>Tue, 03 Jul 2007 21:43:16 GMT</pubDate>
<guid>http://snipplr.com/view/3120/insert-alt-attribute-into-img-tags-that-dont-already-have-alt-attributes/</guid>
</item>
<item>
<title>(CSS) CSS Image Preloader - aznprncritic</title>
<link>http://snipplr.com/view/2122/css-image-preloader/</link>
<description><![CDATA[ <p>A low-tech but useful technique that uses only CSS.  After placing the css in your stylesheet, insert this just below the body tag of your page: "".  Whenever the images are referenced throughout your pages they will now be loaded from cache.</p> ]]></description>
<pubDate>Sun, 04 Feb 2007 19:47:05 GMT</pubDate>
<guid>http://snipplr.com/view/2122/css-image-preloader/</guid>
</item>
<item>
<title>(CSS) Using CSS background images for bullets - assbach</title>
<link>http://snipplr.com/view/1851/using-css-background-images-for-bullets/</link>
<description><![CDATA[ <p>copy form maxdesign!</p> ]]></description>
<pubDate>Wed, 27 Dec 2006 11:13:43 GMT</pubDate>
<guid>http://snipplr.com/view/1851/using-css-background-images-for-bullets/</guid>
</item>
<item>
<title>(JavaScript) Snow Effect - sondosia</title>
<link>http://snipplr.com/view/1841/snow-effect/</link>
<description><![CDATA[ <p>Makes snow fall on your webpage</p> ]]></description>
<pubDate>Mon, 25 Dec 2006 10:36:10 GMT</pubDate>
<guid>http://snipplr.com/view/1841/snow-effect/</guid>
</item>
<item>
<title>(HTML) Greyscale Images - sondosia</title>
<link>http://snipplr.com/view/1838/greyscale-images/</link>
<description><![CDATA[ <p>Image will be greyscale and will turn colored when hovered over</p> ]]></description>
<pubDate>Sun, 24 Dec 2006 15:57:40 GMT</pubDate>
<guid>http://snipplr.com/view/1838/greyscale-images/</guid>
</item>
<item>
<title>(HTML) Favicon - sondosia</title>
<link>http://snipplr.com/view/1756/favicon/</link>
<description><![CDATA[ <p>Put in the</p> ]]></description>
<pubDate>Mon, 04 Dec 2006 07:27:11 GMT</pubDate>
<guid>http://snipplr.com/view/1756/favicon/</guid>
</item>
<item>
<title>(JavaScript) javascript pictures joke - Memphys</title>
<link>http://snipplr.com/view/1729/javascript-pictures-joke/</link>
<description><![CDATA[ <p>Open some internet-page with some pictures on it. Then just paste this text into the address line and press "Enter". Works good only in IE, sometimes in Opera...</p> ]]></description>
<pubDate>Mon, 27 Nov 2006 14:45:00 GMT</pubDate>
<guid>http://snipplr.com/view/1729/javascript-pictures-joke/</guid>
</item>
<item>
<title>(JavaScript) JavaScript - Simple Example Istogramma - whitetiger</title>
<link>http://snipplr.com/view/1615/javascript--simple-example-istogramma/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 09 Nov 2006 23:55:22 GMT</pubDate>
<guid>http://snipplr.com/view/1615/javascript--simple-example-istogramma/</guid>
</item>
<item>
<title>(Java) J2ME - HelloWorld - whitetiger</title>
<link>http://snipplr.com/view/1614/j2me--helloworld/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 09 Nov 2006 23:55:21 GMT</pubDate>
<guid>http://snipplr.com/view/1614/j2me--helloworld/</guid>
</item>
</channel>
</rss>