<?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 07:21:43 +0000</lastBuildDate>
    <item>
      <title>(PHP) Script for uploading ZIP file and unzip it on the server - jvandemerwe</title>
      <link>https://snipplr.com/view/69947/script-for-uploading-zip-file-and-unzip-it-on-the-server</link>
      <description>&lt;p&gt;Easy PHP script for uploading and unpacking zip files to the server much faster&#13;
&#13;
Steps to follow:&#13;
&#13;
1. create folder on the webserver called "zipper" or something else&#13;
2. copy the following PHP code into a file called "zipper.php" into this folder&#13;
3. use the url to this file to start the little script&#13;
4. select a zip file from your harddisk and go for it&#13;
5. after upload a directory exists in the folder "zipper" from step 1&#13;
&#13;
with ftp program (like Filezilla) you can easily move the content to the directory of your choice (that's all), which goes much faster&lt;/p&gt;</description>
      <pubDate>Fri, 15 Feb 2013 10:05:46 UTC</pubDate>
      <guid>https://snipplr.com/view/69947/script-for-uploading-zip-file-and-unzip-it-on-the-server</guid>
    </item>
    <item>
      <title>(PHP) How to get the family id's of a Wordpress page - jvandemerwe</title>
      <link>https://snipplr.com/view/58718/how-to-get-the-family-ids-of-a-wordpress-page</link>
      <description>&lt;p&gt;This small snippet can be used to get the children and grand children of a Wordpress page. See the comments for how it works&lt;/p&gt;</description>
      <pubDate>Fri, 16 Sep 2011 00:45:34 UTC</pubDate>
      <guid>https://snipplr.com/view/58718/how-to-get-the-family-ids-of-a-wordpress-page</guid>
    </item>
    <item>
      <title>(JavaScript) Extjs - how to get the index of a treenode (on an onNodeDrop) - jvandemerwe</title>
      <link>https://snipplr.com/view/52448/extjs--how-to-get-the-index-of-a-treenode-on-an-onnodedrop</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 22 Apr 2011 04:14:16 UTC</pubDate>
      <guid>https://snipplr.com/view/52448/extjs--how-to-get-the-index-of-a-treenode-on-an-onnodedrop</guid>
    </item>
    <item>
      <title>(JavaScript) Extjs - A smart registry to find objects easy - jvandemerwe</title>
      <link>https://snipplr.com/view/51453/extjs--a-smart-registry-to-find-objects-easy</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 02 Apr 2011 07:11:30 UTC</pubDate>
      <guid>https://snipplr.com/view/51453/extjs--a-smart-registry-to-find-objects-easy</guid>
    </item>
    <item>
      <title>(JavaScript) Extjs - How to color a node in a tree (dynamically) - jvandemerwe</title>
      <link>https://snipplr.com/view/50430/extjs--how-to-color-a-node-in-a-tree-dynamically</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 10 Mar 2011 07:19:17 UTC</pubDate>
      <guid>https://snipplr.com/view/50430/extjs--how-to-color-a-node-in-a-tree-dynamically</guid>
    </item>
    <item>
      <title>(JavaScript) Extjs - how to select a row in a grid with a right-mouse click - jvandemerwe</title>
      <link>https://snipplr.com/view/42520/extjs--how-to-select-a-row-in-a-grid-with-a-rightmouse-click</link>
      <description>&lt;p&gt;This refers to Ext JS version 3 !&lt;/p&gt;</description>
      <pubDate>Tue, 19 Oct 2010 06:11:19 UTC</pubDate>
      <guid>https://snipplr.com/view/42520/extjs--how-to-select-a-row-in-a-grid-with-a-rightmouse-click</guid>
    </item>
    <item>
      <title>(JavaScript) Extjs: a very useful, but straight forward logout with  jump to another page - jvandemerwe</title>
      <link>https://snipplr.com/view/41003/extjs-a-very-useful-but-straight-forward-logout-with--jump-to-another-page</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 24 Sep 2010 21:14:02 UTC</pubDate>
      <guid>https://snipplr.com/view/41003/extjs-a-very-useful-but-straight-forward-logout-with--jump-to-another-page</guid>
    </item>
    <item>
      <title>(JavaScript) Extjs : render a cell in grid with a custom class, based on criteria of other field - jvandemerwe</title>
      <link>https://snipplr.com/view/40942/extjs--render-a-cell-in-grid-with-a-custom-class-based-on-criteria-of-other-field</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 23 Sep 2010 10:00:45 UTC</pubDate>
      <guid>https://snipplr.com/view/40942/extjs--render-a-cell-in-grid-with-a-custom-class-based-on-criteria-of-other-field</guid>
    </item>
    <item>
      <title>(PHP) PHP Function for show JSON Raw a bit more readable - jvandemerwe</title>
      <link>https://snipplr.com/view/40352/php-function-for-show-json-raw-a-bit-more-readable</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 12 Sep 2010 20:26:29 UTC</pubDate>
      <guid>https://snipplr.com/view/40352/php-function-for-show-json-raw-a-bit-more-readable</guid>
    </item>
    <item>
      <title>(PHP) How to access a JSON in PHP easy (like a JSON recordset with multiple fields) - jvandemerwe</title>
      <link>https://snipplr.com/view/39947/how-to-access-a-json-in-php-easy-like-a-json-recordset-with-multiple-fields</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 03 Sep 2010 07:30:38 UTC</pubDate>
      <guid>https://snipplr.com/view/39947/how-to-access-a-json-in-php-easy-like-a-json-recordset-with-multiple-fields</guid>
    </item>
    <item>
      <title>(Other) Extjs - template for a composite of 2 fieldsets in a form - jvandemerwe</title>
      <link>https://snipplr.com/view/39912/extjs--template-for-a-composite-of-2-fieldsets-in-a-form</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 03 Sep 2010 00:32:44 UTC</pubDate>
      <guid>https://snipplr.com/view/39912/extjs--template-for-a-composite-of-2-fieldsets-in-a-form</guid>
    </item>
  </channel>
</rss>
