<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/remove</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 23:10:26 GMT</pubDate>
<item>
<title>(PHP) Wordpress Remove Admin Menu Items - oneupdzn</title>
<link>http://snipplr.com/view/71073/wordpress-remove-admin-menu-items/</link>
<description><![CDATA[ <p>Remove top level menus and sub menus from the admin menu.</p> ]]></description>
<pubDate>Tue, 07 May 2013 11:17:44 GMT</pubDate>
<guid>http://snipplr.com/view/71073/wordpress-remove-admin-menu-items/</guid>
</item>
<item>
<title>(Bash) Remove all symlinks in a directory - jmiller</title>
<link>http://snipplr.com/view/70730/remove-all-symlinks-in-a-directory/</link>
<description><![CDATA[ <p>Remove all symlinks in a directory, but leave the target files.</p> ]]></description>
<pubDate>Wed, 10 Apr 2013 03:49:35 GMT</pubDate>
<guid>http://snipplr.com/view/70730/remove-all-symlinks-in-a-directory/</guid>
</item>
<item>
<title>(PHP) Remove duplicate elements from array in PHP - apphp-snippets</title>
<link>http://snipplr.com/view/70085/remove-duplicate-elements-from-array-in-php/</link>
<description><![CDATA[ <p>This code allows to remove all duplicate elements from an array using PHP array_unique() function.</p> ]]></description>
<pubDate>Mon, 25 Feb 2013 18:45:45 GMT</pubDate>
<guid>http://snipplr.com/view/70085/remove-duplicate-elements-from-array-in-php/</guid>
</item>
<item>
<title>(Regular Expression) Remove comments in code - XtreamIT</title>
<link>http://snipplr.com/view/69755/remove-comments-in-code/</link>
<description><![CDATA[ <p>It removes all standard C-style comments(/* 1-n */) and all single line comments("//"). Greedy matching.</p> ]]></description>
<pubDate>Sat, 02 Feb 2013 01:59:21 GMT</pubDate>
<guid>http://snipplr.com/view/69755/remove-comments-in-code/</guid>
</item>
<item>
<title>(JavaScript) Remove selected items from select box - j100</title>
<link>http://snipplr.com/view/69713/remove-selected-items-from-select-box/</link>
<description><![CDATA[ <p>This will remove the items in a select box/list box that have been selected.</p> ]]></description>
<pubDate>Thu, 31 Jan 2013 11:03:36 GMT</pubDate>
<guid>http://snipplr.com/view/69713/remove-selected-items-from-select-box/</guid>
</item>
<item>
<title>(JavaScript) Class handling functions - pmw57</title>
<link>http://snipplr.com/view/67176/class-handling-functions/</link>
<description><![CDATA[ <p>Standard hasClass, addClass, and removeClass functions, reworked so that jsLint is happier about them, and fixed the removeClass function so that things are trimmed after removing a class name.</p> ]]></description>
<pubDate>Thu, 13 Sep 2012 18:25:32 GMT</pubDate>
<guid>http://snipplr.com/view/67176/class-handling-functions/</guid>
</item>
<item>
<title>(JavaScript) Remove duplicate itens from an array - guilhermehn</title>
<link>http://snipplr.com/view/66876/remove-duplicate-itens-from-an-array/</link>
<description><![CDATA[ <p>Original by dvdrtrgn</p> ]]></description>
<pubDate>Thu, 23 Aug 2012 23:01:01 GMT</pubDate>
<guid>http://snipplr.com/view/66876/remove-duplicate-itens-from-an-array/</guid>
</item>
<item>
<title>(PHP) How to Remove Directories Recursively with PHP -  updated method - fackz</title>
<link>http://snipplr.com/view/66200/how-to-remove-directories-recursively-with-php---updated-method/</link>
<description><![CDATA[ <p>This function removes a directory and its contents.
Use with careful, no undo!</p> ]]></description>
<pubDate>Wed, 18 Jul 2012 12:29:37 GMT</pubDate>
<guid>http://snipplr.com/view/66200/how-to-remove-directories-recursively-with-php---updated-method/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Remove Tabs and NewLine Characters - adrianparr</title>
<link>http://snipplr.com/view/65761/as3-remove-tabs-and-newline-characters/</link>
<description><![CDATA[ <p>If you load text in from an XML file that is wrapped in CDATA tags using 'XML.ignoreWhitespace = true' does not work. This function removes the tabs and linebreaks. To have linebreaks use '' tags.</p> ]]></description>
<pubDate>Fri, 22 Jun 2012 19:30:41 GMT</pubDate>
<guid>http://snipplr.com/view/65761/as3-remove-tabs-and-newline-characters/</guid>
</item>
<item>
<title>(PHP) Unaccent a string - MGHollander</title>
<link>http://snipplr.com/view/65596/unaccent-a-string/</link>
<description><![CDATA[ <p>Unaccent a string.

 An example string like ÀØėÿᾜὨζὅБю will be translated to AOeyIOzoBY.</p> ]]></description>
<pubDate>Wed, 13 Jun 2012 19:58:42 GMT</pubDate>
<guid>http://snipplr.com/view/65596/unaccent-a-string/</guid>
</item>
<item>
<title>(jQuery) Remove hyperlink outline in IE6 &amp;amp; IE7 with jQuery - Huskie</title>
<link>http://snipplr.com/view/64395/remove-hyperlink-outline-in-ie6--ie7-with-jquery/</link>
<description><![CDATA[ <p>IE6 and IE7 don't respect the 'outline' attribute for hyperlinks. This jQuery snippet removes the annoying outline in these browsers.</p> ]]></description>
<pubDate>Fri, 06 Apr 2012 22:58:41 GMT</pubDate>
<guid>http://snipplr.com/view/64395/remove-hyperlink-outline-in-ie6--ie7-with-jquery/</guid>
</item>
<item>
<title>(JavaScript) strip html tags using javascript - satinfo30</title>
<link>http://snipplr.com/view/63714/strip-html-tags-using-javascript/</link>
<description><![CDATA[ <p>this code is used to remove the html code in the given string</p> ]]></description>
<pubDate>Mon, 05 Mar 2012 13:53:07 GMT</pubDate>
<guid>http://snipplr.com/view/63714/strip-html-tags-using-javascript/</guid>
</item>
<item>
<title>(Bash) Batch remove whitespace in all the files in directory and replace with a dash "-" - licensetoil</title>
<link>http://snipplr.com/view/62828/batch-remove-whitespace-in-all-the-files-in-directory-and-replace-with-a-dash-/</link>
<description><![CDATA[ <p>Add this to your .profile or .bash_rc file, source the file, navigate to the directory and call "rm_whitespace"

Based on: http://snipplr.com/view/4468/batch-rename-files-in-directory/</p> ]]></description>
<pubDate>Sat, 28 Jan 2012 17:42:18 GMT</pubDate>
<guid>http://snipplr.com/view/62828/batch-remove-whitespace-in-all-the-files-in-directory-and-replace-with-a-dash-/</guid>
</item>
<item>
<title>(JavaScript) Remove Last Character String - praveenius</title>
<link>http://snipplr.com/view/62774/remove-last-character-string/</link>
<description><![CDATA[ <p>Removes Last Character from a String</p> ]]></description>
<pubDate>Thu, 26 Jan 2012 00:37:16 GMT</pubDate>
<guid>http://snipplr.com/view/62774/remove-last-character-string/</guid>
</item>
<item>
<title>(PHP) SEO - 301 Cononical Redirect - Removes WWW - thewickedchemist</title>
<link>http://snipplr.com/view/61923/seo--301-cononical-redirect--removes-www/</link>
<description><![CDATA[ <p>Removes WWW from the current URL, if exists.</p> ]]></description>
<pubDate>Fri, 16 Dec 2011 03:41:13 GMT</pubDate>
<guid>http://snipplr.com/view/61923/seo--301-cononical-redirect--removes-www/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Insert and Delete Characters at TextField CaretIndex Position - adrianparr</title>
<link>http://snipplr.com/view/60933/as3-insert-and-delete-characters-at-textfield-caretindex-position/</link>
<description><![CDATA[ <p>This code gets the current caretIndex in the textfield and then inserts the specified string at that point. The caretIndex position is then updated using setSelection, ready for the next insertion. This was developed to be used with an on-screen keyboard (for entering text into a textfield when the user is in fullscreen mode). The backspace button is intended to function in the same manner as pressing the delete key on your keyboard.</p> ]]></description>
<pubDate>Thu, 17 Nov 2011 22:09:46 GMT</pubDate>
<guid>http://snipplr.com/view/60933/as3-insert-and-delete-characters-at-textfield-caretindex-position/</guid>
</item>
<item>
<title>(Bash) removing specific folders recursively in linux - sabanulutas</title>
<link>http://snipplr.com/view/60812/removing-specific-folders-recursively-in-linux/</link>
<description><![CDATA[ <p>following example code removes all ".svn" folders recursively</p> ]]></description>
<pubDate>Mon, 14 Nov 2011 23:59:55 GMT</pubDate>
<guid>http://snipplr.com/view/60812/removing-specific-folders-recursively-in-linux/</guid>
</item>
<item>
<title>(PHP) WordPress remove attribut title in link - aquelito</title>
<link>http://snipplr.com/view/60323/wordpress-remove-attribut-title-in-link/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 29 Oct 2011 01:30:27 GMT</pubDate>
<guid>http://snipplr.com/view/60323/wordpress-remove-attribut-title-in-link/</guid>
</item>
<item>
<title>(PHP) Clean up WordPress wp_head() - Huskie</title>
<link>http://snipplr.com/view/60128/clean-up-wordpress-wphead/</link>
<description><![CDATA[ <p>Remove unnecessary code from the default WordPress header.</p> ]]></description>
<pubDate>Mon, 24 Oct 2011 22:01:10 GMT</pubDate>
<guid>http://snipplr.com/view/60128/clean-up-wordpress-wphead/</guid>
</item>
<item>
<title>(jQuery) on focus remove input value - jesudasjj</title>
<link>http://snipplr.com/view/60004/on-focus-remove-input-value/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 20 Oct 2011 22:46:13 GMT</pubDate>
<guid>http://snipplr.com/view/60004/on-focus-remove-input-value/</guid>
</item>
</channel>
</rss>