<?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>Tue, 09 Jun 2026 08:13:38 +0000</lastBuildDate>
    <item>
      <title>(jQuery) simple custom checkboxes - del4y</title>
      <link>https://snipplr.com/view/95793/simple-custom-checkboxes</link>
      <description>&lt;p&gt;This is a simple way to make custom checkboxes in jQuery.&lt;/p&gt;</description>
      <pubDate>Thu, 02 Apr 2015 23:38:02 UTC</pubDate>
      <guid>https://snipplr.com/view/95793/simple-custom-checkboxes</guid>
    </item>
    <item>
      <title>(Python) Merge Multiple Word Documents into Single Doc using REST API in Python - johansonkatherine</title>
      <link>https://snipplr.com/view/73997/merge-multiple-word-documents-into-single-doc-using-rest-api-in-python</link>
      <description>&lt;p&gt;This REST example uses pycurl library to send HTTP request and handle HTTP response so you need to install it to use this example. Once input Word documents are uploaded, you can use the following URI to merge documents on Aspose for Cloud or any supported third party storage.&#13;
&#13;
&#13;
http://api.aspose.com/v1.1/words/MainDocument.docx/appendDocument&#13;
&#13;
&#13;
You can use a couple of optional parameters with the above mentioned URI. All or specific parameters can be used according to your requirement.&#13;
&#13;
After building URI, you need to go through the following steps:&#13;
&#13;
â€¢	Set App SID and App Key and sign URI. See section 1 of the following code and Sign URI method for more details.&#13;
â€¢	Build JSON to post in the request body. A list of input documents including their paths and import format modes should be provided. See section 2 of the following code.&#13;
â€¢	Send a POST request to Aspose for Cloud service. See section 3 of the following code and process_command method for more details.&#13;
â€¢	Download merged document file if required. See section 4 of the following code.&lt;/p&gt;</description>
      <pubDate>Wed, 26 Mar 2014 19:03:53 UTC</pubDate>
      <guid>https://snipplr.com/view/73997/merge-multiple-word-documents-into-single-doc-using-rest-api-in-python</guid>
    </item>
    <item>
      <title>(PHP) Implement Simple Mail Merge or MailMerge with Regions in Cloud Using PHP - johansonkatherine</title>
      <link>https://snipplr.com/view/73612/implement-simple-mail-merge-or-mailmerge-with-regions-in-cloud-using-php</link>
      <description>&lt;p&gt;Mail merge allows you to produce document (potentially large numbers of documents) from a single template and a structured data source. The letter may be sent out to many recipients with small changes, such as a change of address or a change in the greeting line. It can also be used to generate business reports, purchase orders, receipts, catalogs, inventories, and invoices etc. &#13;
&#13;
&#13;
&#13;
Aspose.Words for Cloud Mail Merge allows you to generate documents from a template and XML in any language including .NET, Java, PHP, Ruby, Rails, Python, jQuery and many more. You can use it with any language or platform that supports REST. (Almost all platforms and languages support REST and provide native REST clients to work with REST API). &#13;
&#13;
&#13;
&#13;
This post covers mail merge in PHP, you can check Aspose.Words for Cloud documentation for other languages. &#13;
&#13;
&#13;
http://www.aspose.com/docs/display/wordscloud/Working+with+Mail+Merge&lt;/p&gt;</description>
      <pubDate>Fri, 07 Feb 2014 18:57:34 UTC</pubDate>
      <guid>https://snipplr.com/view/73612/implement-simple-mail-merge-or-mailmerge-with-regions-in-cloud-using-php</guid>
    </item>
    <item>
      <title>(PHP) Amazon Simple Pay IPN - mafhh14</title>
      <link>https://snipplr.com/view/73428/amazon-simple-pay-ipn</link>
      <description>&lt;p&gt;The give link helps you to integrate the Amazon Simple Pay IPN to your web application.&lt;/p&gt;</description>
      <pubDate>Wed, 15 Jan 2014 21:13:35 UTC</pubDate>
      <guid>https://snipplr.com/view/73428/amazon-simple-pay-ipn</guid>
    </item>
    <item>
      <title>(CSS) Simple CSS Clearfix - andrewcolby</title>
      <link>https://snipplr.com/view/71381/simple-css-clearfix</link>
      <description>&lt;p&gt;Simple Clearfix&lt;/p&gt;</description>
      <pubDate>Mon, 03 Jun 2013 17:39:05 UTC</pubDate>
      <guid>https://snipplr.com/view/71381/simple-css-clearfix</guid>
    </item>
    <item>
      <title>(Java) Basic browser in java fx - alexedy</title>
      <link>https://snipplr.com/view/70308/basic-browser-in-java-fx</link>
      <description>&lt;p&gt;don't forget to add jfxrt.jar to class path&lt;/p&gt;</description>
      <pubDate>Thu, 07 Mar 2013 09:23:09 UTC</pubDate>
      <guid>https://snipplr.com/view/70308/basic-browser-in-java-fx</guid>
    </item>
    <item>
      <title>(CSS) CSS3 Box Sizing Made Easy - bmayzure</title>
      <link>https://snipplr.com/view/69646/css3-box-sizing-made-easy</link>
      <description>&lt;p&gt;When box sizing is set, the padding, border and margin no longer add onto the total width or height of the element. Instead, they eat into the set width or height. So, if you have a box whose width is set to 300px, and padding set to 10px, then the total width of the box is still 300px. Instead, there are 20 less pixels inside the box for content such as text or images. This may be a confusing concept but one that will definitely come in handy, especially to those who do not like to do math because we all know that in the real world measurements are made up of wacky numbers and not increments of 10. &#13;
&#13;
**Source:** [http://designmodo.com/css-layout-properties/](http://designmodo.com/css-layout-properties/) and [http://css-tricks.com/box-sizing/](http://css-tricks.com/box-sizing/)&lt;/p&gt;</description>
      <pubDate>Fri, 25 Jan 2013 11:10:53 UTC</pubDate>
      <guid>https://snipplr.com/view/69646/css3-box-sizing-made-easy</guid>
    </item>
    <item>
      <title>(Java) Simple User Agent (Mobile and Smartphone) Detection and Redirction with PHP - Klostrag</title>
      <link>https://snipplr.com/view/69201/simple-user-agent-mobile-and-smartphone-detection-and-redirction-with-php</link>
      <description>&lt;p&gt;This is similar to the one for PHP but modified for JAVA.&lt;/p&gt;</description>
      <pubDate>Sat, 22 Dec 2012 01:56:10 UTC</pubDate>
      <guid>https://snipplr.com/view/69201/simple-user-agent-mobile-and-smartphone-detection-and-redirction-with-php</guid>
    </item>
    <item>
      <title>(PHP) Simple PHP cache class - peckham</title>
      <link>https://snipplr.com/view/67728/simple-php-cache-class</link>
      <description>&lt;p&gt;A simple class to cache files (or other results) with PHP.&lt;/p&gt;</description>
      <pubDate>Sun, 14 Oct 2012 01:16:55 UTC</pubDate>
      <guid>https://snipplr.com/view/67728/simple-php-cache-class</guid>
    </item>
    <item>
      <title>(JavaScript) Easy Facebook Like button from designer snacks - jkdreaming</title>
      <link>https://snipplr.com/view/64405/easy-facebook-like-button-from-designer-snacks</link>
      <description>&lt;p&gt;Just add an image... try it.&lt;/p&gt;</description>
      <pubDate>Sat, 07 Apr 2012 05:15:37 UTC</pubDate>
      <guid>https://snipplr.com/view/64405/easy-facebook-like-button-from-designer-snacks</guid>
    </item>
    <item>
      <title>(Perl) Iterate through variable line by line. - EmbeddedInsanity</title>
      <link>https://snipplr.com/view/63982/iterate-through-variable-line-by-line</link>
      <description>&lt;p&gt;Splits on new line, to load array, and cycle through each line in array. &#13;
&#13;
In this example, we are loading the holding array "@thing" with data from the "_content" key of the $results hashref.&lt;/p&gt;</description>
      <pubDate>Sat, 17 Mar 2012 03:30:23 UTC</pubDate>
      <guid>https://snipplr.com/view/63982/iterate-through-variable-line-by-line</guid>
    </item>
    <item>
      <title>(PHP) Facebook Retrieve Recent Facebook Post(s) with Simple Pie RSS and PHP - rliverman</title>
      <link>https://snipplr.com/view/63946/facebook-retrieve-recent-facebook-posts-with-simple-pie-rss-and-php</link>
      <description>&lt;p&gt;Relies on "trunCate" a truncating function.&lt;/p&gt;</description>
      <pubDate>Thu, 15 Mar 2012 11:44:39 UTC</pubDate>
      <guid>https://snipplr.com/view/63946/facebook-retrieve-recent-facebook-posts-with-simple-pie-rss-and-php</guid>
    </item>
    <item>
      <title>(jQuery) Jquery FadeIn/Out Continuous  Rotator - LadyLoomis</title>
      <link>https://snipplr.com/view/63676/jquery-fadeinout-continuous--rotator</link>
      <description>&lt;p&gt;Simple jQuery fadeIn/Out continuous rotator.&lt;/p&gt;</description>
      <pubDate>Fri, 02 Mar 2012 03:41:21 UTC</pubDate>
      <guid>https://snipplr.com/view/63676/jquery-fadeinout-continuous--rotator</guid>
    </item>
    <item>
      <title>(PHP) Simple class to retrieve an ID using a URL of the Youtube - leandroperes</title>
      <link>https://snipplr.com/view/62315/simple-class-to-retrieve-an-id-using-a-url-of-the-youtube</link>
      <description>&lt;p&gt;Simple class to retrieve an ID using a URL of the Youtube&lt;/p&gt;</description>
      <pubDate>Thu, 05 Jan 2012 08:42:49 UTC</pubDate>
      <guid>https://snipplr.com/view/62315/simple-class-to-retrieve-an-id-using-a-url-of-the-youtube</guid>
    </item>
    <item>
      <title>(Java) Simple alert for Android - Vetromilla</title>
      <link>https://snipplr.com/view/60453/simple-alert-for-android</link>
      <description>&lt;p&gt;Displays a simple alert using Toast&lt;/p&gt;</description>
      <pubDate>Tue, 01 Nov 2011 23:32:15 UTC</pubDate>
      <guid>https://snipplr.com/view/60453/simple-alert-for-android</guid>
    </item>
    <item>
      <title>(PHP) CSS minifier and color replaces - FatFolderDesigner</title>
      <link>https://snipplr.com/view/58764/css-minifier-and-color-replaces</link>
      <description>&lt;p&gt;With this file you can load stylesheets and minify the code while changing colors. The stylesheets are loaded using file_get_contents and you can attach them one after another if you have multiple sheets. The colors are replaces based on a variable thats commented out of the css code, an example of the way thats formatted is below the cod block. The minification is done with a regular expression that removes all comments, line breaks, and un-needed spaces. The color replacement is done with a different regular expression and the colorize function that takes the variable and returns a color. You can use whatever method you want to get the color, but I personally am using variables from a Wordpress plugin (and stores using the Wordpress options function) to give users color customizability of their site.&#13;
&#13;
If you have any questions or comments you can post a comment here or at the link, there is also a more in depth explanation at the link if your interested.&#13;
&#13;
UPDATE: improved it's ability to find colors in the CSS declaration, also added the "transparent" keyword in as something it can find.&lt;/p&gt;</description>
      <pubDate>Sun, 18 Sep 2011 06:40:30 UTC</pubDate>
      <guid>https://snipplr.com/view/58764/css-minifier-and-color-replaces</guid>
    </item>
    <item>
      <title>(CSS) Starry Night Parallax CSS Simplified - DeluxiveState</title>
      <link>https://snipplr.com/view/58688/starry-night-parallax-css-simplified</link>
      <description>&lt;p&gt;A Simplified solution to CSS-Tricks Starry Night Parallax Effect. Se URL for demo and original article. Example files can also be downloaded at the URL.&lt;/p&gt;</description>
      <pubDate>Thu, 15 Sep 2011 03:00:42 UTC</pubDate>
      <guid>https://snipplr.com/view/58688/starry-night-parallax-css-simplified</guid>
    </item>
    <item>
      <title>(PHP) Simple MySQL to CSV - FatFolderDesigner</title>
      <link>https://snipplr.com/view/58408/simple-mysql-to-csv</link>
      <description>&lt;p&gt;Just a short little script that takes a mysql query and turns it into a csv file that downloads automatically. If your interested in the details you can hit up the link.&lt;/p&gt;</description>
      <pubDate>Sat, 03 Sep 2011 11:34:22 UTC</pubDate>
      <guid>https://snipplr.com/view/58408/simple-mysql-to-csv</guid>
    </item>
    <item>
      <title>(PHP) Simple inline PHP alternating rows - FatFolderDesigner</title>
      <link>https://snipplr.com/view/56219/simple-inline-php-alternating-rows</link>
      <description>&lt;p&gt;Traditionally when you have lost lists of dat you want to alternate rows for usability. The first thing everybody makes to fix this is a simple if statement loop, but this adds a number of lines and is hardly a clean solution. Additionally it required you to have a â€œcounterâ€ or â€œswitchâ€ variable, usually placed at the bottom of the loop, overall very messy.&#13;
&#13;
I had a boss who thought he was on the cutting edge by compressing the traditional if statement into a shorthand version (saving 2-3 lines of code), but the system was still using a $class variable and still requires a counting or switch variable. It was still a mess and added clutter to the code.&#13;
&#13;
Earlier today I was working on outputting client records forafully customized application. Wanting to avoid such messy code as I looked for a better solution and with a little tweaking and playing I came up with this.&#13;
&#13;
I've also included a simple example of how it's used in action. If you have any questions or concerns let me know either here or at the link (there's some more info about this method there too if your intreated).&lt;/p&gt;</description>
      <pubDate>Thu, 07 Jul 2011 12:24:00 UTC</pubDate>
      <guid>https://snipplr.com/view/56219/simple-inline-php-alternating-rows</guid>
    </item>
    <item>
      <title>(jQuery) Simple Validation of form fields - reverend</title>
      <link>https://snipplr.com/view/55529/simple-validation-of-form-fields</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 21 Jun 2011 09:00:02 UTC</pubDate>
      <guid>https://snipplr.com/view/55529/simple-validation-of-form-fields</guid>
    </item>
    <item>
      <title>(PHP) PHP + JSON + Twitter API - richardmaisano</title>
      <link>https://snipplr.com/view/54710/php--json--twitter-api</link>
      <description>&lt;p&gt;Nothing revolutionary, just a simple implementation.&#13;
&#13;
A reworking from Brian Cray's source code:&#13;
http://briancray.com/2009/08/21/tweeted-links-twitter-api-php-cache/&#13;
&#13;
Note: requires creating a cache file, '/caches/twitter', relative to source.&lt;/p&gt;</description>
      <pubDate>Wed, 01 Jun 2011 14:59:48 UTC</pubDate>
      <guid>https://snipplr.com/view/54710/php--json--twitter-api</guid>
    </item>
    <item>
      <title>(PHP) Verifying graph isomorphism in PHP. - trusktr</title>
      <link>https://snipplr.com/view/52789/verifying-graph-isomorphism-in-php</link>
      <description>&lt;p&gt;A php program to check whether two simple connected graphs are isomorphic.&lt;/p&gt;</description>
      <pubDate>Fri, 29 Apr 2011 07:20:21 UTC</pubDate>
      <guid>https://snipplr.com/view/52789/verifying-graph-isomorphism-in-php</guid>
    </item>
    <item>
      <title>(PHP) Wordpress Simple Sitemap - prwhitehead</title>
      <link>https://snipplr.com/view/52175/wordpress-simple-sitemap</link>
      <description>&lt;p&gt;Create a sitemap in wordpress, including posts, categories and pages just use the [sitemap] shortcode within the post content and wordpress / the function does the rest.&lt;/p&gt;</description>
      <pubDate>Sat, 16 Apr 2011 05:22:09 UTC</pubDate>
      <guid>https://snipplr.com/view/52175/wordpress-simple-sitemap</guid>
    </item>
    <item>
      <title>(PHP) Simple Database Insert - JonnySnip3r</title>
      <link>https://snipplr.com/view/51780/simple-database-insert</link>
      <description>&lt;p&gt;Just a simple php insert script.&lt;/p&gt;</description>
      <pubDate>Fri, 08 Apr 2011 21:30:24 UTC</pubDate>
      <guid>https://snipplr.com/view/51780/simple-database-insert</guid>
    </item>
    <item>
      <title>(PHP) Simple database script - JonnySnip3r</title>
      <link>https://snipplr.com/view/51779/simple-database-script</link>
      <description>&lt;p&gt;Just a simple database script.&lt;/p&gt;</description>
      <pubDate>Fri, 08 Apr 2011 21:04:17 UTC</pubDate>
      <guid>https://snipplr.com/view/51779/simple-database-script</guid>
    </item>
    <item>
      <title>(PHP) Simple addition function is php - JonnySnip3r</title>
      <link>https://snipplr.com/view/51746/simple-addition-function-is-php</link>
      <description>&lt;p&gt;Very basic dont judge!&lt;/p&gt;</description>
      <pubDate>Fri, 08 Apr 2011 05:13:30 UTC</pubDate>
      <guid>https://snipplr.com/view/51746/simple-addition-function-is-php</guid>
    </item>
    <item>
      <title>(PHP) Very simple back &amp; home links ( Referer ) - mentaljason</title>
      <link>https://snipplr.com/view/51076/very-simple-back--home-links--referer-</link>
      <description>&lt;p&gt;Simple, It gets the referer and if there wasn't a referer it displays just the home link, but when there is a referer it dispays both back and home, I personaly use this on my 404 page.&lt;/p&gt;</description>
      <pubDate>Fri, 25 Mar 2011 00:35:04 UTC</pubDate>
      <guid>https://snipplr.com/view/51076/very-simple-back--home-links--referer-</guid>
    </item>
    <item>
      <title>(PHP) Wordpress Simple Fields Plugin - Show Repeatable Region - mesh606</title>
      <link>https://snipplr.com/view/50053/wordpress-simple-fields-plugin--show-repeatable-region</link>
      <description>&lt;p&gt;Dispaly a repeatable region using the Simple Fields wordpress plugin.&lt;/p&gt;</description>
      <pubDate>Fri, 04 Mar 2011 23:01:40 UTC</pubDate>
      <guid>https://snipplr.com/view/50053/wordpress-simple-fields-plugin--show-repeatable-region</guid>
    </item>
    <item>
      <title>(PHP) Wordpress Simple Fields Plugin - Show Images - mesh606</title>
      <link>https://snipplr.com/view/50052/wordpress-simple-fields-plugin--show-images</link>
      <description>&lt;p&gt;Bring in a file / image to your wp template&lt;/p&gt;</description>
      <pubDate>Fri, 04 Mar 2011 22:59:29 UTC</pubDate>
      <guid>https://snipplr.com/view/50052/wordpress-simple-fields-plugin--show-images</guid>
    </item>
    <item>
      <title>(jQuery) Insert alphabetically with jQuery - FatFolderDesigner</title>
      <link>https://snipplr.com/view/49762/insert-alphabetically-with-jquery</link>
      <description>&lt;p&gt;This function will insert items into an orders alphabetically (assuming it's already alphabetical). Initially design to make a smooth single page load/save feature that sotred everything in drop down lists, you guessed it, alphabetically. Can simply be modified to work in any sort of layout (ordered lists was just easier for the example)&#13;
&#13;
Example at the link, you can post any questions there too.&lt;/p&gt;</description>
      <pubDate>Sun, 27 Feb 2011 15:14:31 UTC</pubDate>
      <guid>https://snipplr.com/view/49762/insert-alphabetically-with-jquery</guid>
    </item>
    <item>
      <title>(JavaScript) Simple Skinnable JQuery Lightbox - Whiteagle</title>
      <link>https://snipplr.com/view/48711/simple-skinnable-jquery-lightbox</link>
      <description>&lt;p&gt;Last step of the installation - Function documentation.&lt;/p&gt;</description>
      <pubDate>Thu, 10 Feb 2011 06:50:15 UTC</pubDate>
      <guid>https://snipplr.com/view/48711/simple-skinnable-jquery-lightbox</guid>
    </item>
    <item>
      <title>(HTML) Simple Skinnable JQuery Lightbox - Whiteagle</title>
      <link>https://snipplr.com/view/48710/simple-skinnable-jquery-lightbox</link>
      <description>&lt;p&gt;Third step of the installation.&lt;/p&gt;</description>
      <pubDate>Thu, 10 Feb 2011 06:47:47 UTC</pubDate>
      <guid>https://snipplr.com/view/48710/simple-skinnable-jquery-lightbox</guid>
    </item>
    <item>
      <title>(HTML) Simple Skinnable JQuery Lightbox - Whiteagle</title>
      <link>https://snipplr.com/view/48709/simple-skinnable-jquery-lightbox</link>
      <description>&lt;p&gt;Beggining of the lightbox installation&lt;/p&gt;</description>
      <pubDate>Thu, 10 Feb 2011 06:44:54 UTC</pubDate>
      <guid>https://snipplr.com/view/48709/simple-skinnable-jquery-lightbox</guid>
    </item>
    <item>
      <title>(Python) ssh.py \"Friendly Python SSH2 interface\" - Acorn</title>
      <link>https://snipplr.com/view/48033/sshpy-friendly-python-ssh2-interface</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 28 Jan 2011 04:18:39 UTC</pubDate>
      <guid>https://snipplr.com/view/48033/sshpy-friendly-python-ssh2-interface</guid>
    </item>
    <item>
      <title>(jQuery) Simple jQuery Image Rotator - cornellsteven</title>
      <link>https://snipplr.com/view/45595/simple-jquery-image-rotator</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 11 Dec 2010 05:35:57 UTC</pubDate>
      <guid>https://snipplr.com/view/45595/simple-jquery-image-rotator</guid>
    </item>
    <item>
      <title>(SQL) only select date part from datetime - g8rpal</title>
      <link>https://snipplr.com/view/39757/only-select-date-part-from-datetime</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 31 Aug 2010 21:55:32 UTC</pubDate>
      <guid>https://snipplr.com/view/39757/only-select-date-part-from-datetime</guid>
    </item>
    <item>
      <title>(PHP) Password generator - koko</title>
      <link>https://snipplr.com/view/39044/password-generator</link>
      <description>&lt;p&gt;A password generator in one line!&lt;/p&gt;</description>
      <pubDate>Fri, 13 Aug 2010 21:41:50 UTC</pubDate>
      <guid>https://snipplr.com/view/39044/password-generator</guid>
    </item>
    <item>
      <title>(JavaScript) jsCookies - my simple easy pure js javascript cookies function - brandonjp</title>
      <link>https://snipplr.com/view/36790/jscookies--my-simple-easy-pure-js-javascript-cookies-function</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 07 Jul 2010 04:01:09 UTC</pubDate>
      <guid>https://snipplr.com/view/36790/jscookies--my-simple-easy-pure-js-javascript-cookies-function</guid>
    </item>
    <item>
      <title>(JavaScript) Very Simple Random Image - d55beck</title>
      <link>https://snipplr.com/view/36132/very-simple-random-image</link>
      <description>&lt;p&gt;Extremely simple random image when using similar naming structure and a set number of images (eg. imagePrefix_1,jpg, imagePrefix_2,jpg, etc.)&lt;/p&gt;</description>
      <pubDate>Fri, 25 Jun 2010 01:16:18 UTC</pubDate>
      <guid>https://snipplr.com/view/36132/very-simple-random-image</guid>
    </item>
    <item>
      <title>(HTML) Simple Flash Embed - mennyj</title>
      <link>https://snipplr.com/view/35855/simple-flash-embed</link>
      <description>&lt;p&gt;[via rtcrm]&#13;
&#13;
This uses *no javascript* and will still render in IE, Safari, Firefox, and Opera.&lt;/p&gt;</description>
      <pubDate>Fri, 18 Jun 2010 00:54:09 UTC</pubDate>
      <guid>https://snipplr.com/view/35855/simple-flash-embed</guid>
    </item>
    <item>
      <title>(Python) print a list of all the "read" nodes in a nuke script that has a "file" name containing 'mov' - adamteale</title>
      <link>https://snipplr.com/view/32306/print-a-list-of-all-the-read-nodes-in-a-nuke-script-that-has-a-file-name-containing-mov</link>
      <description>&lt;p&gt;print a list of all the "read" nodes in a nuke script that has a "file" name containing 'mov'&lt;/p&gt;</description>
      <pubDate>Mon, 19 Apr 2010 00:04:26 UTC</pubDate>
      <guid>https://snipplr.com/view/32306/print-a-list-of-all-the-read-nodes-in-a-nuke-script-that-has-a-file-name-containing-mov</guid>
    </item>
    <item>
      <title>(PHP) HTML, PHP : Recuperer simplement les checkbox cochÃ©e dans une liste de checkbox - alexandrepayet</title>
      <link>https://snipplr.com/view/31731/html-php--recuperer-simplement-les-checkbox-coche-dans-une-liste-de-checkbox</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 14 Apr 2010 01:44:09 UTC</pubDate>
      <guid>https://snipplr.com/view/31731/html-php--recuperer-simplement-les-checkbox-coche-dans-une-liste-de-checkbox</guid>
    </item>
    <item>
      <title>(jQuery) Simplest jQuery Slideshow - mariusscheel</title>
      <link>https://snipplr.com/view/29122/simplest-jquery-slideshow</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 02 Mar 2010 06:47:11 UTC</pubDate>
      <guid>https://snipplr.com/view/29122/simplest-jquery-slideshow</guid>
    </item>
    <item>
      <title>(Bash) simple exhaustive combinations - adkatrit</title>
      <link>https://snipplr.com/view/28695/simple-exhaustive-combinations</link>
      <description>&lt;p&gt;send every possible combination to stdout&lt;/p&gt;</description>
      <pubDate>Sun, 21 Feb 2010 16:41:36 UTC</pubDate>
      <guid>https://snipplr.com/view/28695/simple-exhaustive-combinations</guid>
    </item>
    <item>
      <title>(Groovy) Starting an in memory http server with custom routes - narkisr</title>
      <link>https://snipplr.com/view/25717/starting-an-in-memory-http-server-with-custom-routes</link>
      <description>&lt;p&gt;This is excellent for testing (mocking a SOAP server for example), we use an in memory http server in order to answer client requests.&lt;/p&gt;</description>
      <pubDate>Wed, 30 Dec 2009 09:43:02 UTC</pubDate>
      <guid>https://snipplr.com/view/25717/starting-an-in-memory-http-server-with-custom-routes</guid>
    </item>
    <item>
      <title>(JavaScript) Simple javascript date select - kanampo</title>
      <link>https://snipplr.com/view/25427/simple-javascript-date-select</link>
      <description>&lt;p&gt;This script displays the current date inside a form via 3 prefilled drop down menus (day, month, year). The visitor can then specify a different date if he/she wants. You can have multiple drop down dates within the same form as well.&lt;/p&gt;</description>
      <pubDate>Fri, 25 Dec 2009 17:05:08 UTC</pubDate>
      <guid>https://snipplr.com/view/25427/simple-javascript-date-select</guid>
    </item>
    <item>
      <title>(ActionScript 3) Simple 3D 360 Spinning Hover effect with AS3 and Tweenlite - adamcoulombe</title>
      <link>https://snipplr.com/view/25037/simple-3d-360-spinning-hover-effect-with-as3-and-tweenlite</link>
      <description>&lt;p&gt;demo: http://www.adamcoulombe.info/lab/as3/360-spin-hover.html&#13;
FLA: http://www.adamcoulombe.info/lab/as3/360-spin-hover.fla&#13;
&#13;
requires tweenlite&lt;/p&gt;</description>
      <pubDate>Fri, 18 Dec 2009 16:00:09 UTC</pubDate>
      <guid>https://snipplr.com/view/25037/simple-3d-360-spinning-hover-effect-with-as3-and-tweenlite</guid>
    </item>
    <item>
      <title>(CSS) Compressed Dead Centre - xTraCD</title>
      <link>https://snipplr.com/view/23917/compressed-dead-centre</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 30 Nov 2009 02:57:35 UTC</pubDate>
      <guid>https://snipplr.com/view/23917/compressed-dead-centre</guid>
    </item>
    <item>
      <title>(XHTML) Very simple XHTML template - morvan</title>
      <link>https://snipplr.com/view/22923/very-simple-xhtml-template</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 11 Nov 2009 08:39:41 UTC</pubDate>
      <guid>https://snipplr.com/view/22923/very-simple-xhtml-template</guid>
    </item>
    <item>
      <title>(PHP) detect browser to choose CSS file - jfoucher</title>
      <link>https://snipplr.com/view/22451/detect-browser-to-choose-css-file</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 04 Nov 2009 05:14:21 UTC</pubDate>
      <guid>https://snipplr.com/view/22451/detect-browser-to-choose-css-file</guid>
    </item>
  </channel>
</rss>
