<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Wed, 10 Jun 2026 11:46:37 +0000</lastBuildDate>
    <item>
      <title>(jQuery) Loop between images on hover - envane21</title>
      <link>https://snipplr.com/view/146290/loop-between-images-on-hover</link>
      <description>&lt;p&gt;Loop between images on hover&lt;/p&gt;</description>
      <pubDate>Sat, 05 Mar 2016 02:20:10 UTC</pubDate>
      <guid>https://snipplr.com/view/146290/loop-between-images-on-hover</guid>
    </item>
    <item>
      <title>(jQuery) Loop between images - envane21</title>
      <link>https://snipplr.com/view/145166/loop-between-images</link>
      <description>&lt;p&gt;Endless loop between 3 images&lt;/p&gt;</description>
      <pubDate>Thu, 03 Dec 2015 01:15:35 UTC</pubDate>
      <guid>https://snipplr.com/view/145166/loop-between-images</guid>
    </item>
    <item>
      <title>(Objective C) Simple Spritesheet - sidneydekoning</title>
      <link>https://snipplr.com/view/74374/simple-spritesheet</link>
      <description>&lt;p&gt;Very simple use of an non-animating spritesheet for iOS&lt;/p&gt;</description>
      <pubDate>Wed, 30 Apr 2014 18:06:53 UTC</pubDate>
      <guid>https://snipplr.com/view/74374/simple-spritesheet</guid>
    </item>
    <item>
      <title>(C#) C#/.NET  Code Samples to Save Microsoft OneNote (.one) file as an image (.PNG, .BMP, .JPEG, .GIF) file - johansonkatherine</title>
      <link>https://snipplr.com/view/73837/cnet--code-samples-to-save-microsoft-onenote-one-file-as-an-image-png-bmp-jpeg-gif-file</link>
      <description>&lt;p&gt;The Aspose.Note for .NET API allows developers to open files &amp; manipulate elements of OneNote books &amp; export them to PNG, GIF, JPEG, BMP and PDF formats. The following code sample shows developers how to save OneNote File as an image in C#/.NET&lt;/p&gt;</description>
      <pubDate>Tue, 11 Mar 2014 20:54:07 UTC</pubDate>
      <guid>https://snipplr.com/view/73837/cnet--code-samples-to-save-microsoft-onenote-one-file-as-an-image-png-bmp-jpeg-gif-file</guid>
    </item>
    <item>
      <title>(JavaScript) Callback for when images have loaded in an AJAX call - rickygri</title>
      <link>https://snipplr.com/view/72065/callback-for-when-images-have-loaded-in-an-ajax-call</link>
      <description>&lt;p&gt;More info: http://stackoverflow.com/questions/10908562/is-there-something-similar-to-window-load-for-executing-a-function-after&lt;/p&gt;</description>
      <pubDate>Wed, 07 Aug 2013 21:19:25 UTC</pubDate>
      <guid>https://snipplr.com/view/72065/callback-for-when-images-have-loaded-in-an-ajax-call</guid>
    </item>
    <item>
      <title>(JavaScript) CSS domain injector tool - pussard</title>
      <link>https://snipplr.com/view/71623/css-domain-injector-tool</link>
      <description>&lt;p&gt;This handy tool takes raw CSS and finds all relative URLs for background images and injects the absolute path. After which all the background images are displayed on the page. This is useful if you need a quick way to save all background images at once.&lt;/p&gt;</description>
      <pubDate>Tue, 25 Jun 2013 04:47:53 UTC</pubDate>
      <guid>https://snipplr.com/view/71623/css-domain-injector-tool</guid>
    </item>
    <item>
      <title>(CSS) Curtain Effect Using Multiple Background Images - COBOLdinosaur</title>
      <link>https://snipplr.com/view/71417/curtain-effect-using-multiple-background-images</link>
      <description>&lt;p&gt;Each image is positioned, dimensioned, and repeated according to the comma separated values in the other background properties. The images in the list are layered front to back in the same order they are listed in the rule declaration. If a background color is specified it will be the bottom layer.&lt;/p&gt;</description>
      <pubDate>Thu, 06 Jun 2013 05:05:00 UTC</pubDate>
      <guid>https://snipplr.com/view/71417/curtain-effect-using-multiple-background-images</guid>
    </item>
    <item>
      <title>(jQuery) JQuery grayscale images turn colored on hover - zartgesotten</title>
      <link>https://snipplr.com/view/71279/jquery-grayscale-images-turn-colored-on-hover</link>
      <description>&lt;p&gt;Works like a charm. Read manual on site. For use with Worpdress, replace $ with jQuery.&lt;/p&gt;</description>
      <pubDate>Thu, 23 May 2013 16:20:56 UTC</pubDate>
      <guid>https://snipplr.com/view/71279/jquery-grayscale-images-turn-colored-on-hover</guid>
    </item>
    <item>
      <title>(HTML) Captions For Lists and Images - COBOLdinosaur</title>
      <link>https://snipplr.com/view/71211/captions-for-lists-and-images</link>
      <description>&lt;p&gt;One of the limits of using lists (ordered and unordered) is that they have no provision for a heading. You can do something like: &lt;ul&gt;This is a Title&lt;li&gt; etc... but it is invalid because the list containers can only contain List Items. One way commonly used to put a heading on a list is to put a paragraph or div ahead of the list. It is messy and ugly, but it validates.&#13;
&#13;
The problem with that solution is that the elements are not bound to each other and therefore it can break unless you make it even uglier by putting a common wrapper around both elements, and then you have extra linefeeds to deal with.&lt;/p&gt;</description>
      <pubDate>Fri, 17 May 2013 03:58:58 UTC</pubDate>
      <guid>https://snipplr.com/view/71211/captions-for-lists-and-images</guid>
    </item>
    <item>
      <title>(CSS) Image Sprites - How to get portion of an image - codingforever99</title>
      <link>https://snipplr.com/view/70588/image-sprites--how-to-get-portion-of-an-image</link>
      <description>&lt;p&gt;One of the great methods to load and work with icons in web pages is to load one image that is a collection of several icons and use any icon as needed, that reduces the number of server request and save bandwidth.&lt;/p&gt;</description>
      <pubDate>Thu, 28 Mar 2013 19:26:58 UTC</pubDate>
      <guid>https://snipplr.com/view/70588/image-sprites--how-to-get-portion-of-an-image</guid>
    </item>
    <item>
      <title>(HTML) Captions for images - COBOLdinosaur</title>
      <link>https://snipplr.com/view/70374/captions-for-images</link>
      <description>&lt;p&gt;The nice part about it is that the caption is locked to the image. The figure can be positioned and styled and the caption can be rendered with any affect that can be applied to any other text element.&lt;/p&gt;</description>
      <pubDate>Wed, 13 Mar 2013 05:56:54 UTC</pubDate>
      <guid>https://snipplr.com/view/70374/captions-for-images</guid>
    </item>
    <item>
      <title>(PHP) Fix Timthumb Script When Using a URL That Contains Tildes (~) - tacudtap</title>
      <link>https://snipplr.com/view/69694/fix-timthumb-script-when-using-a-url-that-contains-tildes-</link>
      <description>&lt;p&gt;If you are using the [TimThumb](http://code.google.com/p/timthumb/ "TimThumb on Google Code") script with a URL the contains tildes (~) and images are breaking, here is the fix...&#13;
&#13;
I did not create this snippet but found it extremely useful so I thought I'd make it available here. The URL listed is not mine but where I found it. Enjoy :-)&#13;
&#13;
At line 209 (as of 01-29-13) in the script you will find the following line of code:&#13;
&#13;
`$this-&gt;src = $this-&gt;param('src');`&#13;
&#13;
Replace that line with the following snippet:&lt;/p&gt;</description>
      <pubDate>Wed, 30 Jan 2013 02:24:32 UTC</pubDate>
      <guid>https://snipplr.com/view/69694/fix-timthumb-script-when-using-a-url-that-contains-tildes-</guid>
    </item>
    <item>
      <title>(PHP) Basic PHP Image Rotation - goddess</title>
      <link>https://snipplr.com/view/69502/basic-php-image-rotation</link>
      <description>&lt;p&gt;simple image rotation script; save as rotate.php in folder with images, call &lt;img&gt; to display&lt;/p&gt;</description>
      <pubDate>Wed, 16 Jan 2013 14:39:24 UTC</pubDate>
      <guid>https://snipplr.com/view/69502/basic-php-image-rotation</guid>
    </item>
    <item>
      <title>(PHP) Download and save images from a page using cURL - goo</title>
      <link>https://snipplr.com/view/69459/download-and-save-images-from-a-page-using-curl</link>
      <description>&lt;p&gt;Here is a set of functions that can be very useful: Give this script the url of a webpage, and it will save all images from this page on your server.&lt;/p&gt;</description>
      <pubDate>Mon, 14 Jan 2013 22:08:29 UTC</pubDate>
      <guid>https://snipplr.com/view/69459/download-and-save-images-from-a-page-using-curl</guid>
    </item>
    <item>
      <title>(JavaScript) A function that uses images to perform a countdown. - o0110o</title>
      <link>https://snipplr.com/view/67847/a-function-that-uses-images-to-perform-a-countdown</link>
      <description>&lt;p&gt;Set the desired date within the function. &#13;
Make some images and label them "1.jpg, 2.jpg, 3.jpg, etc...".&#13;
That's how it's done.&lt;/p&gt;</description>
      <pubDate>Sun, 21 Oct 2012 03:32:38 UTC</pubDate>
      <guid>https://snipplr.com/view/67847/a-function-that-uses-images-to-perform-a-countdown</guid>
    </item>
    <item>
      <title>(PHP) show attachment images (except for the first image) with description (user thumbnail size) - shin</title>
      <link>https://snipplr.com/view/67423/show-attachment-images-except-for-the-first-image-with-description-user-thumbnail-size</link>
      <description>&lt;p&gt;description from title, image size from function.php (add_image_size( 'descr', 278, 200, true );)&lt;/p&gt;</description>
      <pubDate>Fri, 28 Sep 2012 20:59:32 UTC</pubDate>
      <guid>https://snipplr.com/view/67423/show-attachment-images-except-for-the-first-image-with-description-user-thumbnail-size</guid>
    </item>
    <item>
      <title>(Python) Monkey patch for images pipeline - scrapy</title>
      <link>https://snipplr.com/view/67005/monkey-patch-for-images-pipeline</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 01 Sep 2012 07:15:32 UTC</pubDate>
      <guid>https://snipplr.com/view/67005/monkey-patch-for-images-pipeline</guid>
    </item>
    <item>
      <title>(PHP) Add custom images sizes to WordPress - thescottlee</title>
      <link>https://snipplr.com/view/65478/add-custom-images-sizes-to-wordpress</link>
      <description>&lt;p&gt;- Use custom image size within template (including if exist)&#13;
- Add a class name to a custom image size&lt;/p&gt;</description>
      <pubDate>Fri, 08 Jun 2012 09:35:06 UTC</pubDate>
      <guid>https://snipplr.com/view/65478/add-custom-images-sizes-to-wordpress</guid>
    </item>
    <item>
      <title>(jQuery) preload images on jquery - Narayon</title>
      <link>https://snipplr.com/view/64997/preload-images-on-jquery</link>
      <description>&lt;p&gt;this can run before $(document).ready event, since it doesn't rely on any DOM.&lt;/p&gt;</description>
      <pubDate>Wed, 23 May 2012 01:21:23 UTC</pubDate>
      <guid>https://snipplr.com/view/64997/preload-images-on-jquery</guid>
    </item>
    <item>
      <title>(C#) C# image processing, useful for resizing images and making thumbnails - Krummelz</title>
      <link>https://snipplr.com/view/63455/c-image-processing-useful-for-resizing-images-and-making-thumbnails</link>
      <description>&lt;p&gt;Just call "ProcessImageAndItsThumbnail" with your newly uploaded image's URL, and it will resize it for you, and make a thumbnail as well. Just remember to set the sizes you want for these new images.&lt;/p&gt;</description>
      <pubDate>Mon, 20 Feb 2012 23:38:15 UTC</pubDate>
      <guid>https://snipplr.com/view/63455/c-image-processing-useful-for-resizing-images-and-making-thumbnails</guid>
    </item>
    <item>
      <title>(PHP) Loop dans repertoire - pruntrut</title>
      <link>https://snipplr.com/view/63071/loop-dans-repertoire</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 05 Feb 2012 05:44:01 UTC</pubDate>
      <guid>https://snipplr.com/view/63071/loop-dans-repertoire</guid>
    </item>
    <item>
      <title>(jQuery) rotating background images - ryonley</title>
      <link>https://snipplr.com/view/62524/rotating-background-images</link>
      <description>&lt;p&gt;Creates  rotating background images with a smooth transition.&lt;/p&gt;</description>
      <pubDate>Fri, 13 Jan 2012 02:22:21 UTC</pubDate>
      <guid>https://snipplr.com/view/62524/rotating-background-images</guid>
    </item>
    <item>
      <title>(Ruby) Extract most common colors from an image - kellishaver</title>
      <link>https://snipplr.com/view/62442/extract-most-common-colors-from-an-image</link>
      <description>&lt;p&gt;Takes an image (path or url) and extracts the 7 most common colors and returns their hex values.&lt;/p&gt;</description>
      <pubDate>Tue, 10 Jan 2012 10:27:12 UTC</pubDate>
      <guid>https://snipplr.com/view/62442/extract-most-common-colors-from-an-image</guid>
    </item>
    <item>
      <title>(jQuery) Auto-Replace Broken Images - FatFolderDesigner</title>
      <link>https://snipplr.com/view/62397/autoreplace-broken-images</link>
      <description>&lt;p&gt;There are 2 jQuery snippets, both replace broken images with one of your choosing, the difference is that one is "safe" and the other is "persistent". The safe one will quick working, so if your doing something that dynamically changed images on a page it'll only work for the first broken image. The persistent one will keep working, but if your missing image image is missing it'll cause a overflow error.&lt;/p&gt;</description>
      <pubDate>Sun, 08 Jan 2012 09:47:12 UTC</pubDate>
      <guid>https://snipplr.com/view/62397/autoreplace-broken-images</guid>
    </item>
    <item>
      <title>(PHP) Stop Wordpress From Wrapping Images in Paragraph Tags - rliverman</title>
      <link>https://snipplr.com/view/62087/stop-wordpress-from-wrapping-images-in-paragraph-tags</link>
      <description>&lt;p&gt;Wordpress by default wraps images in &lt;p&gt; tags, this kills that.&lt;/p&gt;</description>
      <pubDate>Thu, 22 Dec 2011 13:29:34 UTC</pubDate>
      <guid>https://snipplr.com/view/62087/stop-wordpress-from-wrapping-images-in-paragraph-tags</guid>
    </item>
    <item>
      <title>(PHP) Wordpress: Omit width/height attributes from img tag - f6design</title>
      <link>https://snipplr.com/view/61346/wordpress-omit-widthheight-attributes-from-img-tag</link>
      <description>&lt;p&gt;This is an example of omitting the width and height attributes from a thumbnail img tag in Wordpress. Useful if you are working on a responsive design. Use inside The Loop.&lt;/p&gt;</description>
      <pubDate>Wed, 30 Nov 2011 21:22:46 UTC</pubDate>
      <guid>https://snipplr.com/view/61346/wordpress-omit-widthheight-attributes-from-img-tag</guid>
    </item>
    <item>
      <title>(PHP) Enforce minimum image dimensions in Wordpress - f6design</title>
      <link>https://snipplr.com/view/61326/enforce-minimum-image-dimensions-in-wordpress</link>
      <description>&lt;p&gt;Add this snippet to your Wordpress theme's functions.php file to reject any image uploads that are below the specified dimensions.&lt;/p&gt;</description>
      <pubDate>Wed, 30 Nov 2011 10:57:33 UTC</pubDate>
      <guid>https://snipplr.com/view/61326/enforce-minimum-image-dimensions-in-wordpress</guid>
    </item>
    <item>
      <title>(PHP) Enable post thumbnails for a Wordpress theme - f6design</title>
      <link>https://snipplr.com/view/61287/enable-post-thumbnails-for-a-wordpress-theme</link>
      <description>&lt;p&gt;This snippet adds support for post thumbnails (a.k.a. 'featured images') to a Wordpress theme. It also adds an additional image size for image thumbnails, hard cropped. This second step is optional.&#13;
&#13;
Add this snippet to your WP theme's functions.php file.&lt;/p&gt;</description>
      <pubDate>Tue, 29 Nov 2011 09:15:06 UTC</pubDate>
      <guid>https://snipplr.com/view/61287/enable-post-thumbnails-for-a-wordpress-theme</guid>
    </item>
    <item>
      <title>(JavaScript) JS mass image preloading - alik</title>
      <link>https://snipplr.com/view/60568/js-mass-image-preloading</link>
      <description>&lt;p&gt;wrote this snippet as a necessity to preload many images without writing same code all the time in JS...&lt;/p&gt;</description>
      <pubDate>Sun, 06 Nov 2011 03:03:44 UTC</pubDate>
      <guid>https://snipplr.com/view/60568/js-mass-image-preloading</guid>
    </item>
    <item>
      <title>(PHP) Image files to xml - Don_Jarmo</title>
      <link>https://snipplr.com/view/60176/image-files-to-xml</link>
      <description>&lt;p&gt;Checks for image files in directory and creates a XML file of the contents&lt;/p&gt;</description>
      <pubDate>Tue, 25 Oct 2011 23:00:01 UTC</pubDate>
      <guid>https://snipplr.com/view/60176/image-files-to-xml</guid>
    </item>
    <item>
      <title>(PHP) Wordpress Image Remove Attributes - maxxscho</title>
      <link>https://snipplr.com/view/59698/wordpress-image-remove-attributes</link>
      <description>&lt;p&gt;Remove the Attributes in &lt;img&gt; - Tags in the Post/Page Content&lt;/p&gt;</description>
      <pubDate>Wed, 12 Oct 2011 23:56:51 UTC</pubDate>
      <guid>https://snipplr.com/view/59698/wordpress-image-remove-attributes</guid>
    </item>
    <item>
      <title>(Objective C) Build Array of Images with NSMutableArray - ggrngg</title>
      <link>https://snipplr.com/view/59236/build-array-of-images-with-nsmutablearray</link>
      <description>&lt;p&gt;Rather than creating an array of images where you list each image individually this will loop through images that all have the filename "frame-X.png" where X is a number from 1 to 20.  So if you have a series of images "frame-1.png", "frame-2.png" this loop will create the array.  Good for creating an image-based animation.&lt;/p&gt;</description>
      <pubDate>Thu, 29 Sep 2011 03:43:44 UTC</pubDate>
      <guid>https://snipplr.com/view/59236/build-array-of-images-with-nsmutablearray</guid>
    </item>
    <item>
      <title>(HTML) HTML5 Canvas slideshow - ayaz</title>
      <link>https://snipplr.com/view/59068/html5-canvas-slideshow</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 25 Sep 2011 12:19:12 UTC</pubDate>
      <guid>https://snipplr.com/view/59068/html5-canvas-slideshow</guid>
    </item>
    <item>
      <title>(Visual Basic) MS Excel: Remove all images - mikaelpelle</title>
      <link>https://snipplr.com/view/57677/ms-excel-remove-all-images</link>
      <description>&lt;p&gt;VBA script to remove all the images present in the active sheet of the Microsoft Excel spreadsheet.&lt;/p&gt;</description>
      <pubDate>Mon, 08 Aug 2011 19:55:03 UTC</pubDate>
      <guid>https://snipplr.com/view/57677/ms-excel-remove-all-images</guid>
    </item>
    <item>
      <title>(CSS) Catch unsized images using CSS - ajbatac</title>
      <link>https://snipplr.com/view/57162/catch-unsized-images-using-css</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 27 Jul 2011 00:46:14 UTC</pubDate>
      <guid>https://snipplr.com/view/57162/catch-unsized-images-using-css</guid>
    </item>
    <item>
      <title>(JavaScript) Preload Images jQuery - ronal</title>
      <link>https://snipplr.com/view/56599/preload-images-jquery</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 14 Jul 2011 18:16:45 UTC</pubDate>
      <guid>https://snipplr.com/view/56599/preload-images-jquery</guid>
    </item>
    <item>
      <title>(PHP) Creating dynamic images whith QR Codes - alexdahlem</title>
      <link>https://snipplr.com/view/55485/creating-dynamic-images-whith-qr-codes</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 19 Jun 2011 21:36:01 UTC</pubDate>
      <guid>https://snipplr.com/view/55485/creating-dynamic-images-whith-qr-codes</guid>
    </item>
    <item>
      <title>(PHP) Wordpress post thumbnail - gn_themes</title>
      <link>https://snipplr.com/view/54554/wordpress-post-thumbnail</link>
      <description>&lt;p&gt;Universal WordPress function for thumbnails&lt;/p&gt;</description>
      <pubDate>Sat, 28 May 2011 19:37:31 UTC</pubDate>
      <guid>https://snipplr.com/view/54554/wordpress-post-thumbnail</guid>
    </item>
    <item>
      <title>(CSS) CSS Rounded Corner - Savio</title>
      <link>https://snipplr.com/view/52027/css-rounded-corner</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 13 Apr 2011 19:41:49 UTC</pubDate>
      <guid>https://snipplr.com/view/52027/css-rounded-corner</guid>
    </item>
    <item>
      <title>(jQuery) FadeCycle Images - marzsman</title>
      <link>https://snipplr.com/view/51930/fadecycle-images</link>
      <description>&lt;p&gt;FadeIn and FadeOut cycle through some images in a div&lt;/p&gt;</description>
      <pubDate>Mon, 11 Apr 2011 20:44:04 UTC</pubDate>
      <guid>https://snipplr.com/view/51930/fadecycle-images</guid>
    </item>
    <item>
      <title>(PHP) Drupal 7 images in searchresultts - discipolo</title>
      <link>https://snipplr.com/view/49035/drupal-7-images-in-searchresultts</link>
      <description>&lt;p&gt;this took me forever to figure out!&lt;/p&gt;</description>
      <pubDate>Tue, 15 Feb 2011 13:00:32 UTC</pubDate>
      <guid>https://snipplr.com/view/49035/drupal-7-images-in-searchresultts</guid>
    </item>
    <item>
      <title>(CSS) Cross Browser Vertically and Horizontally Centered Images in CSS without Tables - alp</title>
      <link>https://snipplr.com/view/48946/cross-browser-vertically-and-horizontally-centered-images-in-css-without-tables</link>
      <description>&lt;p&gt;this centers an image of unknown size vertically and horizontally within a box&lt;/p&gt;</description>
      <pubDate>Mon, 14 Feb 2011 03:04:48 UTC</pubDate>
      <guid>https://snipplr.com/view/48946/cross-browser-vertically-and-horizontally-centered-images-in-css-without-tables</guid>
    </item>
    <item>
      <title>(Other) php random images with known names and locations - contactpatbrown</title>
      <link>https://snipplr.com/view/48115/php-random-images-with-known-names-and-locations</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 31 Jan 2011 00:56:53 UTC</pubDate>
      <guid>https://snipplr.com/view/48115/php-random-images-with-known-names-and-locations</guid>
    </item>
    <item>
      <title>(PHP) Wordpress timthumb - anhonestboy</title>
      <link>https://snipplr.com/view/47696/wordpress-timthumb</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 22 Jan 2011 07:33:00 UTC</pubDate>
      <guid>https://snipplr.com/view/47696/wordpress-timthumb</guid>
    </item>
    <item>
      <title>(TYPO3) List attached media - arnekolja</title>
      <link>https://snipplr.com/view/47440/list-attached-media</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 18 Jan 2011 21:10:53 UTC</pubDate>
      <guid>https://snipplr.com/view/47440/list-attached-media</guid>
    </item>
    <item>
      <title>(PHP) Random Images Script - blueocto</title>
      <link>https://snipplr.com/view/46939/random-images-script</link>
      <description>&lt;p&gt;Put your images in a folder called 'random' in your ROOT directory.&#13;
&#13;
Please this script at the top of your page:&lt;/p&gt;</description>
      <pubDate>Tue, 11 Jan 2011 23:01:00 UTC</pubDate>
      <guid>https://snipplr.com/view/46939/random-images-script</guid>
    </item>
    <item>
      <title>(CSS) Sliding Door Buttons - Yahosh</title>
      <link>https://snipplr.com/view/45429/sliding-door-buttons</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 08 Dec 2010 06:12:10 UTC</pubDate>
      <guid>https://snipplr.com/view/45429/sliding-door-buttons</guid>
    </item>
    <item>
      <title>(PHP) Wordpress Text Widget embed video and images - laurentzziu</title>
      <link>https://snipplr.com/view/45375/wordpress-text-widget-embed-video-and-images</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 07 Dec 2010 07:58:47 UTC</pubDate>
      <guid>https://snipplr.com/view/45375/wordpress-text-widget-embed-video-and-images</guid>
    </item>
    <item>
      <title>(jQuery) Scrolling animation - delineo</title>
      <link>https://snipplr.com/view/45195/scrolling-animation</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 03 Dec 2010 04:16:17 UTC</pubDate>
      <guid>https://snipplr.com/view/45195/scrolling-animation</guid>
    </item>
    <item>
      <title>(PHP) Get all images from a HTML document - newsok</title>
      <link>https://snipplr.com/view/42933/get-all-images-from-a-html-document</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 26 Oct 2010 03:33:23 UTC</pubDate>
      <guid>https://snipplr.com/view/42933/get-all-images-from-a-html-document</guid>
    </item>
  </channel>
</rss>
