<?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 15:05:30 +0000</lastBuildDate>
    <item>
      <title>(PHP) regular expression - webtechdev</title>
      <link>https://snipplr.com/view/65323/regular-expression</link>
      <description>&lt;p&gt;regular expression's&lt;/p&gt;</description>
      <pubDate>Fri, 01 Jun 2012 22:51:12 UTC</pubDate>
      <guid>https://snipplr.com/view/65323/regular-expression</guid>
    </item>
    <item>
      <title>(PHP) auto complete like google suggestion - webtechdev</title>
      <link>https://snipplr.com/view/64807/auto-complete-like-google-suggestion</link>
      <description>&lt;p&gt;1. auto complete code snippet like google suggestions &#13;
2. auto suggestion with list of static suggestion on click on input box.&lt;/p&gt;</description>
      <pubDate>Mon, 07 May 2012 17:11:11 UTC</pubDate>
      <guid>https://snipplr.com/view/64807/auto-complete-like-google-suggestion</guid>
    </item>
    <item>
      <title>(PHP) the_except() remove [...]  or add any custom words - webtechdev</title>
      <link>https://snipplr.com/view/64770/theexcept-remove---or-add-any-custom-words</link>
      <description>&lt;p&gt;You can just re-write the excerpt function in your theme functions file...&#13;
ust change this line...&#13;
&#13;
array_push($words, '[...]');&#13;
&#13;
You can also change the character limit here...&#13;
&#13;
$excerpt_length = apply_filters('excerpt_length', 55);&lt;/p&gt;</description>
      <pubDate>Sun, 29 Apr 2012 20:08:55 UTC</pubDate>
      <guid>https://snipplr.com/view/64770/theexcept-remove---or-add-any-custom-words</guid>
    </item>
    <item>
      <title>(PHP) wordpress default menu code - webtechdev</title>
      <link>https://snipplr.com/view/63904/wordpress-default-menu-code</link>
      <description>&lt;p&gt;default theme perfect menu&lt;/p&gt;</description>
      <pubDate>Tue, 13 Mar 2012 06:13:51 UTC</pubDate>
      <guid>https://snipplr.com/view/63904/wordpress-default-menu-code</guid>
    </item>
    <item>
      <title>(PHP) wp_config.php costants - webtechdev</title>
      <link>https://snipplr.com/view/63577/wpconfigphp-costants</link>
      <description>&lt;p&gt;use these constants in wp_config.php in case you are not willing to modify the wp_0ption table in database.&lt;/p&gt;</description>
      <pubDate>Sat, 25 Feb 2012 23:55:54 UTC</pubDate>
      <guid>https://snipplr.com/view/63577/wpconfigphp-costants</guid>
    </item>
    <item>
      <title>(PHP) IE browser checks ( Conditional comments ) - webtechdev</title>
      <link>https://snipplr.com/view/62838/ie-browser-checks--conditional-comments-</link>
      <description>&lt;p&gt;gt: greater than&#13;
lte: less than or equal to&#13;
&#13;
not IE:  &lt;!--[if&gt; --&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 29 Jan 2012 11:45:41 UTC</pubDate>
      <guid>https://snipplr.com/view/62838/ie-browser-checks--conditional-comments-</guid>
    </item>
    <item>
      <title>(PHP) Do not allow public viewing of directory indexes - webtechdev</title>
      <link>https://snipplr.com/view/62715/do-not-allow-public-viewing-of-directory-indexes</link>
      <description>&lt;p&gt;Do not allow public to see your dir structure just pleae this code in .htacces&#13;
&#13;
Futther reading&#13;
There are two ways to approach this.  The best way to do this is via your .htaccess or httpd.conf file (if you have your own Apache server).  If your host allows the use of .htaccess, place this at the top:&#13;
The alternative would be to place a blank index.html file in each directory.  This may seem trivial, but a crafty and knowledgeable attacker will only need a small amount of information to get into your server.&lt;/p&gt;</description>
      <pubDate>Mon, 23 Jan 2012 14:03:52 UTC</pubDate>
      <guid>https://snipplr.com/view/62715/do-not-allow-public-viewing-of-directory-indexes</guid>
    </item>
    <item>
      <title>(PHP) Wordpress \"My Category Order\" plugin - webtechdev</title>
      <link>https://snipplr.com/view/59662/wordpress-my-category-order-plugin</link>
      <description>&lt;p&gt;My Category Order plugin help you re-ordering your blog categories( drag and drop).&#13;
please see installation set to use it.&lt;/p&gt;</description>
      <pubDate>Wed, 12 Oct 2011 10:45:26 UTC</pubDate>
      <guid>https://snipplr.com/view/59662/wordpress-my-category-order-plugin</guid>
    </item>
    <item>
      <title>(PHP) wp list categories with total number of posts in parenthises ( )  some usefull examples - webtechdev</title>
      <link>https://snipplr.com/view/59553/wp-list-categories-with-total-number-of-posts-in-parenthises----some-usefull-examples</link>
      <description>&lt;p&gt;Show wp categories in drop down list like ...&lt;/p&gt;</description>
      <pubDate>Sat, 08 Oct 2011 06:57:43 UTC</pubDate>
      <guid>https://snipplr.com/view/59553/wp-list-categories-with-total-number-of-posts-in-parenthises----some-usefull-examples</guid>
    </item>
  </channel>
</rss>
