<?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 18:21:25 +0000</lastBuildDate>
    <item>
      <title>(PHP) Lister des fichiers en fonction de leur extension - martinbrait</title>
      <link>https://snipplr.com/view/333409/lister-des-fichiers-en-fonction-de-leur-extension</link>
      <description>&lt;p&gt;List only certain files in a folder with PHP&#13;
Lists only certain files extensions as links on a page &#13;
from a defined folder&lt;/p&gt;</description>
      <pubDate>Mon, 29 Jul 2019 16:47:18 UTC</pubDate>
      <guid>https://snipplr.com/view/333409/lister-des-fichiers-en-fonction-de-leur-extension</guid>
    </item>
    <item>
      <title>(PHP) FAQ Page magento extension - steelgray9</title>
      <link>https://snipplr.com/view/81037/faq-page-magento-extension</link>
      <description>&lt;p&gt;FAQ Page extension allows you to create separate page with common questions, categorize them, add popular questions,&#13;
use magento shortcodes in questions text. Customers get nice page with answers for all common questions&lt;/p&gt;</description>
      <pubDate>Fri, 07 Nov 2014 19:53:55 UTC</pubDate>
      <guid>https://snipplr.com/view/81037/faq-page-magento-extension</guid>
    </item>
    <item>
      <title>(PHP) Magento Facebook Extension - magestore</title>
      <link>https://snipplr.com/view/80548/magento-facebook-extension</link>
      <description>&lt;p&gt;Facebook Comment is a free Magento Extension which allows customersâ€™ comments on your site and productsâ€™ information to be posted to customersâ€™ Facebook Walls&#13;
&lt;p&gt;_ Leave comments in product pages&lt;/p&gt;&#13;
&lt;p&gt;_ A pop-up allows directly logging-in without navigating to Facebook page&lt;/p&gt;&#13;
&lt;p&gt;_ Include names of products and links to product pages to comments on customersâ€™ Facebook profile&lt;/p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 30 Oct 2014 14:38:20 UTC</pubDate>
      <guid>https://snipplr.com/view/80548/magento-facebook-extension</guid>
    </item>
    <item>
      <title>(PHP) Magento Search Extension - magestore</title>
      <link>https://snipplr.com/view/80547/magento-search-extension</link>
      <description>&lt;p&gt;Product Instant Search is a free Magento search extension that enables automatically searching right after typing a character and shows the first search result with an â€œadd to cartâ€ form.&#13;
&lt;p&gt;_ Show other search results in productâ€™s thumbnail images&lt;/p&gt;&#13;
&lt;p&gt;_ Search by productsâ€™ attributes: name, short description or tag&lt;/p&gt;&#13;
&lt;p&gt;_ Enable to display numerous image results&lt;/p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 30 Oct 2014 14:35:27 UTC</pubDate>
      <guid>https://snipplr.com/view/80547/magento-search-extension</guid>
    </item>
    <item>
      <title>(PHP) Magento Geo location store extension - kates59</title>
      <link>https://snipplr.com/view/76716/magento-geo-location-store-extension</link>
      <description>&lt;p&gt;Magento Geo location store extension is developed by FME for Magento Store. This module allows you automatically redirect your customers to per-defined store set by admin. This can help you in increasing sales as you can show specific products to Geo targeted visitors.&lt;/p&gt;</description>
      <pubDate>Fri, 29 Aug 2014 15:53:36 UTC</pubDate>
      <guid>https://snipplr.com/view/76716/magento-geo-location-store-extension</guid>
    </item>
    <item>
      <title>(PHP) Improve layered navigation in Magento - Amasty</title>
      <link>https://snipplr.com/view/74188/improve-layered-navigation-in-magento</link>
      <description>&lt;p&gt;Improved Layered Navigation by Amasty is a premium 5-year-old Magento extension, to which you can entrust your navigation. It includes 7 mods:&#13;
&#13;
    Seo layered navigation&#13;
    Shop by brands&#13;
    Ajax Layered Navigation&#13;
    Layered navigation filters&#13;
    Advanced categories menu&#13;
    Layered Navigation pro&#13;
    Price sliders and other numeric filters&lt;/p&gt;</description>
      <pubDate>Fri, 11 Apr 2014 22:33:26 UTC</pubDate>
      <guid>https://snipplr.com/view/74188/improve-layered-navigation-in-magento</guid>
    </item>
    <item>
      <title>(PHP) Magento Ajax Scroll extension - Amasty</title>
      <link>https://snipplr.com/view/74187/magento-ajax-scroll-extension</link>
      <description>&lt;p&gt;Amasty developed AJAX Scroll extension to make catalog navigation much faster and easier.&lt;/p&gt;</description>
      <pubDate>Fri, 11 Apr 2014 22:26:34 UTC</pubDate>
      <guid>https://snipplr.com/view/74187/magento-ajax-scroll-extension</guid>
    </item>
    <item>
      <title>(C#) XmlDocument extension method to create CData sections with CData terminators inside - thedark</title>
      <link>https://snipplr.com/view/72525/xmldocument-extension-method-to-create-cdata-sections-with-cdata-terminators-inside</link>
      <description>&lt;p&gt;XmlDocument will not behave when you try to CreateCDataSection passing it a string that contains "]]&gt;"&#13;
&#13;
This extension method returns an array of XmlCDataSection, each of which will contain the parts separated by "]]" and "&gt;". Example:&#13;
&#13;
For the string "This string contains ]]&gt;, and ]]&gt; is invalid within CData sections", the return value will be an array containing the following XmlCDataSections:&#13;
&#13;
"This string contains ]]"&#13;
"&gt;, and ]]"&#13;
"&gt; is invalid within CData sections"&#13;
&#13;
which works beautifully.&#13;
&#13;
Optimizations are welcome.&lt;/p&gt;</description>
      <pubDate>Fri, 04 Oct 2013 04:00:05 UTC</pubDate>
      <guid>https://snipplr.com/view/72525/xmldocument-extension-method-to-create-cdata-sections-with-cdata-terminators-inside</guid>
    </item>
    <item>
      <title>(PHP) Check if Apache's mod_rewrite is installed. - phpdev</title>
      <link>https://snipplr.com/view/72021/check-if-apaches-modrewrite-is-installed</link>
      <description>&lt;p&gt;*Example:* &#13;
        &#13;
       if (!isRewriteMod()) exit('Please install Apache mod_rewrite module.');&lt;/p&gt;</description>
      <pubDate>Fri, 02 Aug 2013 02:46:45 UTC</pubDate>
      <guid>https://snipplr.com/view/72021/check-if-apaches-modrewrite-is-installed</guid>
    </item>
    <item>
      <title>(PHP) magento Google Maps Extension - simonwalker</title>
      <link>https://snipplr.com/view/71976/magento-google-maps-extension</link>
      <description>&lt;p&gt;Magento Google maps extension allows visitors to track the nearest physical store and get the directions online. It is a useful extension for e-merchants having multiple stores on different locations.&#13;
The customers can also search for the store by the product name.&lt;/p&gt;</description>
      <pubDate>Fri, 26 Jul 2013 16:42:47 UTC</pubDate>
      <guid>https://snipplr.com/view/71976/magento-google-maps-extension</guid>
    </item>
    <item>
      <title>(PHP) Magento Gift Registry Extension - simonwalker</title>
      <link>https://snipplr.com/view/71768/magento-gift-registry-extension</link>
      <description>&lt;p&gt;This extension allows Magento based store owners to give their visitors an advance feature of creating gift registry for their upcoming wedding, engagement or birthday party. The registry creator can share the link of the wish-list on its social network to urge their friends and family to buy gifts for him from the list.&lt;/p&gt;</description>
      <pubDate>Mon, 08 Jul 2013 20:38:34 UTC</pubDate>
      <guid>https://snipplr.com/view/71768/magento-gift-registry-extension</guid>
    </item>
    <item>
      <title>(PHP) Magento Knowledge Base Extension - simonwalker</title>
      <link>https://snipplr.com/view/71767/magento-knowledge-base-extension</link>
      <description>&lt;p&gt;This extension has been developed by Fme for Magento store owners. This extension enables store owners to post FAQ in separate page as well as under each product page. The customers can post questions, rate, like or comment on existing questions. The merchants can reply to those questions in accordion style.&lt;/p&gt;</description>
      <pubDate>Mon, 08 Jul 2013 20:23:39 UTC</pubDate>
      <guid>https://snipplr.com/view/71767/magento-knowledge-base-extension</guid>
    </item>
    <item>
      <title>(PHP) PrestaShop Facebook Comment Module - fmemodules</title>
      <link>https://snipplr.com/view/70810/prestashop-facebook-comment-module</link>
      <description>&lt;p&gt;The module allows prestashop store owners to place Facebook comment box under each product / post page where users can post comments using their Facebook ID and this helps in reducing number of spam comments.&lt;/p&gt;</description>
      <pubDate>Tue, 16 Apr 2013 19:16:43 UTC</pubDate>
      <guid>https://snipplr.com/view/70810/prestashop-facebook-comment-module</guid>
    </item>
    <item>
      <title>(PHP) Get File Extension in PHP - apphp-snippets</title>
      <link>https://snipplr.com/view/70079/get-file-extension-in-php</link>
      <description>&lt;p&gt;This code allows to pass filename in the $file_name variable and function will return file extension only.&lt;/p&gt;</description>
      <pubDate>Sun, 24 Feb 2013 20:16:27 UTC</pubDate>
      <guid>https://snipplr.com/view/70079/get-file-extension-in-php</guid>
    </item>
    <item>
      <title>(PHP) Verify if PDO extension is installed - avenirer</title>
      <link>https://snipplr.com/view/69591/verify-if-pdo-extension-is-installed</link>
      <description>&lt;p&gt;Code to verify is PDO extension is installed.&lt;/p&gt;</description>
      <pubDate>Wed, 23 Jan 2013 06:54:30 UTC</pubDate>
      <guid>https://snipplr.com/view/69591/verify-if-pdo-extension-is-installed</guid>
    </item>
    <item>
      <title>(C#) C# LINQ &amp; Extension method continued - ed_trench</title>
      <link>https://snipplr.com/view/67680/c-linq--extension-method-continued</link>
      <description>&lt;p&gt;Also extended C# LINQ and Extension method (simple) to include the last (MAX) Date Created property, added a new Folder class (model) with properties and included them in a List&lt;Folder&gt;. Also, amended the LINQ statement to get the MAX(Date Created) .&lt;/p&gt;</description>
      <pubDate>Thu, 11 Oct 2012 01:35:47 UTC</pubDate>
      <guid>https://snipplr.com/view/67680/c-linq--extension-method-continued</guid>
    </item>
    <item>
      <title>(Bash) BASH one liner to rename extension of all files in folder - dorseye</title>
      <link>https://snipplr.com/view/65741/bash-one-liner-to-rename-extension-of-all-files-in-folder</link>
      <description>&lt;p&gt;BASH one liner to rename extension of all files in folder&lt;/p&gt;</description>
      <pubDate>Thu, 21 Jun 2012 12:14:50 UTC</pubDate>
      <guid>https://snipplr.com/view/65741/bash-one-liner-to-rename-extension-of-all-files-in-folder</guid>
    </item>
    <item>
      <title>(PHP) Get file extension from name or complete path - fawazcb</title>
      <link>https://snipplr.com/view/64714/get-file-extension-from-name-or-complete-path</link>
      <description>&lt;p&gt;Get file extension from it's name or complete path&lt;/p&gt;</description>
      <pubDate>Tue, 24 Apr 2012 15:28:02 UTC</pubDate>
      <guid>https://snipplr.com/view/64714/get-file-extension-from-name-or-complete-path</guid>
    </item>
    <item>
      <title>(VB.NET) Global System Object extensions for easier conditionals (VB.net example) - bryanlyman</title>
      <link>https://snipplr.com/view/59759/global-system-object-extensions-for-easier-conditionals-vbnet-example</link>
      <description>&lt;p&gt;Because there is no way to use object extenders in vb.net here is an example of how you can get similar functionality. See the C# example for further info.&lt;/p&gt;</description>
      <pubDate>Fri, 14 Oct 2011 16:45:34 UTC</pubDate>
      <guid>https://snipplr.com/view/59759/global-system-object-extensions-for-easier-conditionals-vbnet-example</guid>
    </item>
    <item>
      <title>(C#) MVC Checkboxlist - sommertim</title>
      <link>https://snipplr.com/view/58384/mvc-checkboxlist</link>
      <description>&lt;p&gt;Code snippet that allows developers to use a generic radiobuttonlist in the MVC Framework&lt;/p&gt;</description>
      <pubDate>Fri, 02 Sep 2011 02:05:08 UTC</pubDate>
      <guid>https://snipplr.com/view/58384/mvc-checkboxlist</guid>
    </item>
    <item>
      <title>(C#) MVC RadioButtonList - sommertim</title>
      <link>https://snipplr.com/view/58383/mvc-radiobuttonlist</link>
      <description>&lt;p&gt;Code snippet that allows developers to use a generic radiobuttonlist in the MVC Framework&lt;/p&gt;</description>
      <pubDate>Fri, 02 Sep 2011 02:02:18 UTC</pubDate>
      <guid>https://snipplr.com/view/58383/mvc-radiobuttonlist</guid>
    </item>
    <item>
      <title>(PHP) Get filename without extension - antti</title>
      <link>https://snipplr.com/view/57579/get-filename-without-extension</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 03 Aug 2011 21:11:46 UTC</pubDate>
      <guid>https://snipplr.com/view/57579/get-filename-without-extension</guid>
    </item>
    <item>
      <title>(jQuery) jQuery Validator Extension: No Space - mantosz</title>
      <link>https://snipplr.com/view/57467/jquery-validator-extension-no-space</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 01 Aug 2011 17:15:52 UTC</pubDate>
      <guid>https://snipplr.com/view/57467/jquery-validator-extension-no-space</guid>
    </item>
    <item>
      <title>(PHP) HowTo â€“ â€œGoogle +1â€³ extension for Magento - necode</title>
      <link>https://snipplr.com/view/57182/howto--google-1-extension-for-magento</link>
      <description>&lt;p&gt;Embedding Googleâ€™s +1 button is pretty easy and straightforward. All it takes is to include 2 code snippets in your web page. One goes in the header of the page, and the other one goes to wherever where you want the +1 button to render. To do so all you need is to follow the official Google guideline outlined&lt;/p&gt;</description>
      <pubDate>Wed, 27 Jul 2011 07:45:09 UTC</pubDate>
      <guid>https://snipplr.com/view/57182/howto--google-1-extension-for-magento</guid>
    </item>
    <item>
      <title>(C#) TruncateOnWordBoundary - a useful extension method for cutting a string short, but not in the middle of a word. - stewartrae</title>
      <link>https://snipplr.com/view/54319/truncateonwordboundary--a-useful-extension-method-for-cutting-a-string-short-but-not-in-the-middle-of-a-word</link>
      <description>&lt;p&gt;Ever wanted a method that can truncate a string, but only on a word boundary? This method works like Substring() but doesn't snip a string in the middle of a word, i.e. it only truncates the string on a word boundary. Useful for producing a summary from long text, or when limiting the length of an input field.&lt;/p&gt;</description>
      <pubDate>Tue, 24 May 2011 17:02:11 UTC</pubDate>
      <guid>https://snipplr.com/view/54319/truncateonwordboundary--a-useful-extension-method-for-cutting-a-string-short-but-not-in-the-middle-of-a-word</guid>
    </item>
    <item>
      <title>(C#) System Object extensions for easier conditionals (Extending Base Object Types) - bryanlyman</title>
      <link>https://snipplr.com/view/53894/system-object-extensions-for-easier-conditionals-extending-base-object-types</link>
      <description>&lt;p&gt;.net 3.0+, To create stability in your code, you must check all inputs into a method to make sure they are valid . Often people overlook this step because of laziness, or because they aren't convinced that exceptions and assertions are actually in place to help you instead of cause you a headache. Here are some extensions which can be used to enhance the System.Object class so that their methods are global to all classes; this makes input checking effortless. This is also somewhat generic in nature because the extensions take no class type in to account before they are called, but we can use type checking to perform different boxing (casting) operations.  Sadly this cannot be done in VB.net because late binding restrictions do not allow the Object class to be extended (See my VB.Net example for further information).&lt;/p&gt;</description>
      <pubDate>Sat, 21 May 2011 02:48:17 UTC</pubDate>
      <guid>https://snipplr.com/view/53894/system-object-extensions-for-easier-conditionals-extending-base-object-types</guid>
    </item>
    <item>
      <title>(PHP) get file extension - soup</title>
      <link>https://snipplr.com/view/53790/get-file-extension</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 19 May 2011 21:03:16 UTC</pubDate>
      <guid>https://snipplr.com/view/53790/get-file-extension</guid>
    </item>
    <item>
      <title>(PHP) Get file extension - Envo</title>
      <link>https://snipplr.com/view/52884/get-file-extension</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 02 May 2011 20:22:08 UTC</pubDate>
      <guid>https://snipplr.com/view/52884/get-file-extension</guid>
    </item>
    <item>
      <title>(PHP) Get the  file name without the extension from a file\'s full name - donkeykong</title>
      <link>https://snipplr.com/view/51473/get-the--file-name-without-the-extension-from-a-files-full-name</link>
      <description>&lt;p&gt;A flexible way to get the file name without the extension&lt;/p&gt;</description>
      <pubDate>Sun, 03 Apr 2011 16:43:21 UTC</pubDate>
      <guid>https://snipplr.com/view/51473/get-the--file-name-without-the-extension-from-a-files-full-name</guid>
    </item>
    <item>
      <title>(C#) additonal fluent validation extension method for working with collection - marktaichen</title>
      <link>https://snipplr.com/view/49723/additonal-fluent-validation-extension-method-for-working-with-collection</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 26 Feb 2011 09:58:39 UTC</pubDate>
      <guid>https://snipplr.com/view/49723/additonal-fluent-validation-extension-method-for-working-with-collection</guid>
    </item>
    <item>
      <title>(C#) Fluent Validation extension method - marktaichen</title>
      <link>https://snipplr.com/view/49721/fluent-validation-extension-method</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 26 Feb 2011 08:48:57 UTC</pubDate>
      <guid>https://snipplr.com/view/49721/fluent-validation-extension-method</guid>
    </item>
    <item>
      <title>(PHP) Get file extension from a string - f6design</title>
      <link>https://snipplr.com/view/49638/get-file-extension-from-a-string</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 25 Feb 2011 12:26:29 UTC</pubDate>
      <guid>https://snipplr.com/view/49638/get-file-extension-from-a-string</guid>
    </item>
    <item>
      <title>(Other) Append * to extentionless URL path - stephcode</title>
      <link>https://snipplr.com/view/48886/append--to-extentionless-url-path</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 12 Feb 2011 04:06:24 UTC</pubDate>
      <guid>https://snipplr.com/view/48886/append--to-extentionless-url-path</guid>
    </item>
    <item>
      <title>(PHP) Get file extension - stz184</title>
      <link>https://snipplr.com/view/42617/get-file-extension</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 20 Oct 2010 21:21:37 UTC</pubDate>
      <guid>https://snipplr.com/view/42617/get-file-extension</guid>
    </item>
    <item>
      <title>(PHP) file upload with filetype and filesize checks - fackz</title>
      <link>https://snipplr.com/view/40572/file-upload-with-filetype-and-filesize-checks</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 16 Sep 2010 08:38:24 UTC</pubDate>
      <guid>https://snipplr.com/view/40572/file-upload-with-filetype-and-filesize-checks</guid>
    </item>
    <item>
      <title>(PHP) Get File Extension - lolindirfaelivrin</title>
      <link>https://snipplr.com/view/38834/get-file-extension</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 10 Aug 2010 08:25:43 UTC</pubDate>
      <guid>https://snipplr.com/view/38834/get-file-extension</guid>
    </item>
    <item>
      <title>(PHP) Get file extension from string - r4b87</title>
      <link>https://snipplr.com/view/38228/get-file-extension-from-string</link>
      <description>&lt;p&gt;Given a string of a file name, return the extension&lt;/p&gt;</description>
      <pubDate>Mon, 02 Aug 2010 21:20:09 UTC</pubDate>
      <guid>https://snipplr.com/view/38228/get-file-extension-from-string</guid>
    </item>
    <item>
      <title>(C#) In &amp; NotIn extension methods - mattcasto</title>
      <link>https://snipplr.com/view/33651/in--notin-extension-methods</link>
      <description>&lt;p&gt;I love creating simple little extension methods like these to improve code readability.&lt;/p&gt;</description>
      <pubDate>Fri, 30 Apr 2010 07:46:16 UTC</pubDate>
      <guid>https://snipplr.com/view/33651/in--notin-extension-methods</guid>
    </item>
    <item>
      <title>(C#) In &amp; NotIn extension methods - mattcasto</title>
      <link>https://snipplr.com/view/33650/in--notin-extension-methods</link>
      <description>&lt;p&gt;I love creating simple little extension methods like this to make my code read more better.&lt;/p&gt;</description>
      <pubDate>Fri, 30 Apr 2010 07:43:19 UTC</pubDate>
      <guid>https://snipplr.com/view/33650/in--notin-extension-methods</guid>
    </item>
    <item>
      <title>(ActionScript 3) AS3 Get a File Extension from a URL or Filename - adrianparr</title>
      <link>https://snipplr.com/view/29819/as3-get-a-file-extension-from-a-url-or-filename</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 16 Mar 2010 05:46:56 UTC</pubDate>
      <guid>https://snipplr.com/view/29819/as3-get-a-file-extension-from-a-url-or-filename</guid>
    </item>
    <item>
      <title>(JavaScript) FFExt: Safely include jQuery in a browser overlay - eternicode</title>
      <link>https://snipplr.com/view/28560/ffext-safely-include-jquery-in-a-browser-overlay</link>
      <description>&lt;p&gt;If you just use a `&lt;script&gt;` element in the overlay, the browser toolbars are reset to their default configuration (at least with jQ 1.3.2).&lt;/p&gt;</description>
      <pubDate>Thu, 18 Feb 2010 12:34:10 UTC</pubDate>
      <guid>https://snipplr.com/view/28560/ffext-safely-include-jquery-in-a-browser-overlay</guid>
    </item>
    <item>
      <title>(JavaScript) FFExt: Modify any page on pageload (including background tabs) - eternicode</title>
      <link>https://snipplr.com/view/28460/ffext-modify-any-page-on-pageload-including-background-tabs</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 16 Feb 2010 17:36:07 UTC</pubDate>
      <guid>https://snipplr.com/view/28460/ffext-modify-any-page-on-pageload-including-background-tabs</guid>
    </item>
    <item>
      <title>(jQuery) JQUERY CHECK FILE EXTENSION - vagrantradio</title>
      <link>https://snipplr.com/view/28446/jquery-check-file-extension</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 16 Feb 2010 15:57:39 UTC</pubDate>
      <guid>https://snipplr.com/view/28446/jquery-check-file-extension</guid>
    </item>
    <item>
      <title>(JavaScript) FFExt: Add JS file to loaded document - eternicode</title>
      <link>https://snipplr.com/view/28355/ffext-add-js-file-to-loaded-document</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 15 Feb 2010 23:06:05 UTC</pubDate>
      <guid>https://snipplr.com/view/28355/ffext-add-js-file-to-loaded-document</guid>
    </item>
    <item>
      <title>(Bash) Lowercase extension - vigoncas</title>
      <link>https://snipplr.com/view/27689/lowercase-extension</link>
      <description>&lt;p&gt;Lowercase .JPG extension&lt;/p&gt;</description>
      <pubDate>Thu, 04 Feb 2010 09:43:40 UTC</pubDate>
      <guid>https://snipplr.com/view/27689/lowercase-extension</guid>
    </item>
    <item>
      <title>(C#) Enum Limitation Fix Using a Generic Class and Implicit Casting - bryanlyman</title>
      <link>https://snipplr.com/view/24778/enum-limitation-fix-using-a-generic-class-and-implicit-casting</link>
      <description>&lt;p&gt;For .net 2.0+   The one limitation to enumerations is revealed when you try to reverse lookup an enumeration value using Enum.Parse(). The parse function will return an inconsistent enum object if ever there are two or more enumerations with the same numeric value. This class fixes that problem. Written as a system extension and using implicit casting, the process has been made extremely easy and made the syntax for the parse function even simpler. The process even allows enumeration names starting with a number or the name of a C# keyword as long as the name is preceded by an underscore. The implicit cast from an Enum object to a Enum&lt;type&gt;.Cast object has been deliberately left out to account for single directional assignment, which forces the class to be used properly. An Enum to Cast object lookup would defeat the whole purpose of the class if the implicit operator is used during runtime; for this purpose a user assignment operator of type String is supplied. This simply forces the user to use Cast = Enum.ToString() to parse to a correct object. The ToString() overload for a Cast object returns a Friendly name which replaces all underscores with spaces and even allows double underscores for commas and triple underscores for periods; for this reason, the implicit \"from string\" caster also converts from a friendly name to the proper Enum object. This makes it very handy for enumerating through a list of items for a combo or list box and converting back to the proper object by simply supplying the name of the list item.&lt;/p&gt;</description>
      <pubDate>Mon, 14 Dec 2009 18:03:38 UTC</pubDate>
      <guid>https://snipplr.com/view/24778/enum-limitation-fix-using-a-generic-class-and-implicit-casting</guid>
    </item>
    <item>
      <title>(PHP) Regex Extension comparer - Oldarney</title>
      <link>https://snipplr.com/view/24698/regex-extension-comparer</link>
      <description>&lt;p&gt;I whipped this up after finding that my worst fears were true, pathinfo is slow. Top that with in_array and you've got your self some heavy code. Nothing like regex to speed things up.&#13;
&#13;
This little code checks the extension of a path to see if it is a desired extension.&#13;
&#13;
EDIT: the regex engine kills any speed benefits...&lt;/p&gt;</description>
      <pubDate>Sun, 13 Dec 2009 08:02:57 UTC</pubDate>
      <guid>https://snipplr.com/view/24698/regex-extension-comparer</guid>
    </item>
    <item>
      <title>(Bash) Build and install an Adobe Dreamweaver CS4 extension from a *.mxi - s3xym4n</title>
      <link>https://snipplr.com/view/24430/build-and-install-an-adobe-dreamweaver-cs4-extension-from-a-mxi</link>
      <description>&lt;p&gt;This will build and install a Dreamweaver CS4 extension automatically and silently. The version number will be taken from the *.mxi file and appended to the packed *.mxp. Set the extensionfile variable to the name of the *.mxi file without the extension.&#13;
&#13;
If the the extensionfile variable is set to "DreamweaverExtension", Adobe Extension manager will build "DreamweaverExtension.mxi", generate "DreamweaverExtension-1.0.0.mxp" (version number taken from the *.mxi), and install it.&lt;/p&gt;</description>
      <pubDate>Mon, 07 Dec 2009 16:19:56 UTC</pubDate>
      <guid>https://snipplr.com/view/24430/build-and-install-an-adobe-dreamweaver-cs4-extension-from-a-mxi</guid>
    </item>
    <item>
      <title>(PHP) Get file extension - kirik</title>
      <link>https://snipplr.com/view/22956/get-file-extension</link>
      <description>&lt;p&gt;This function works correct with files with no extension.&lt;/p&gt;</description>
      <pubDate>Wed, 11 Nov 2009 20:51:18 UTC</pubDate>
      <guid>https://snipplr.com/view/22956/get-file-extension</guid>
    </item>
    <item>
      <title>(PHP) PHP remove file extension from string - petrafull</title>
      <link>https://snipplr.com/view/22742/php-remove-file-extension-from-string</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 08 Nov 2009 12:49:51 UTC</pubDate>
      <guid>https://snipplr.com/view/22742/php-remove-file-extension-from-string</guid>
    </item>
  </channel>
</rss>
