<?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/search</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 15:38:02 GMT</pubDate>
<item>
<title>(JavaScript) Search string to JSON - Pjotor</title>
<link>http://snipplr.com/view/70905/search-string-to-json/</link>
<description><![CDATA[ <p>Since I'm doing this from time to time, I thought I'd put a snipplet here.

This function returns a JSON objectbased on document.location.search</p> ]]></description>
<pubDate>Tue, 23 Apr 2013 23:26:06 GMT</pubDate>
<guid>http://snipplr.com/view/70905/search-string-to-json/</guid>
</item>
<item>
<title>(PHP) WordPress: Search Posts by Custom Post Type - depiction</title>
<link>http://snipplr.com/view/70563/wordpress-search-posts-by-custom-post-type/</link>
<description><![CDATA[ <p>Add the ability to search posts by custom post types.</p> ]]></description>
<pubDate>Wed, 27 Mar 2013 04:34:37 GMT</pubDate>
<guid>http://snipplr.com/view/70563/wordpress-search-posts-by-custom-post-type/</guid>
</item>
<item>
<title>(Java) search string - azovotha</title>
<link>http://snipplr.com/view/70304/search-string/</link>
<description><![CDATA[ <p>search a string inside the database an post the results into a ListView</p> ]]></description>
<pubDate>Thu, 07 Mar 2013 04:55:54 GMT</pubDate>
<guid>http://snipplr.com/view/70304/search-string/</guid>
</item>
<item>
<title>(PHP) PHP Search String in Array - Case Insensitive - kosinix</title>
<link>http://snipplr.com/view/68554/php-search-string-in-array--case-insensitive/</link>
<description><![CDATA[ <p>Use it similar to in_array function of PHP.</p> ]]></description>
<pubDate>Wed, 14 Nov 2012 11:10:51 GMT</pubDate>
<guid>http://snipplr.com/view/68554/php-search-string-in-array--case-insensitive/</guid>
</item>
<item>
<title>(PHP) Find a file (including subdirectory search) - VisionHive</title>
<link>http://snipplr.com/view/67021/find-a-file-including-subdirectory-search/</link>
<description><![CDATA[ <p>This function searches the current working directory (or any other directory path that you specify with parameter $p) for a file, named $f, and returns the full path and filename of the first occurrence, or false if it is either not found or the maximum number of comparisons is reached. The return value is relative to the executing script, so you can safely pass this function to other file-handling functions, e.g. fopen(FFIND("my.file")); or file(FFIND("my.file"));</p> ]]></description>
<pubDate>Sat, 01 Sep 2012 13:39:00 GMT</pubDate>
<guid>http://snipplr.com/view/67021/find-a-file-including-subdirectory-search/</guid>
</item>
<item>
<title>(PHP) Recursive Array Key Search - MonsterDev</title>
<link>http://snipplr.com/view/66127/recursive-array-key-search/</link>
<description><![CDATA[ <p>Search recursively some value in array with the key name</p> ]]></description>
<pubDate>Fri, 13 Jul 2012 23:54:53 GMT</pubDate>
<guid>http://snipplr.com/view/66127/recursive-array-key-search/</guid>
</item>
<item>
<title>(JavaScript) Search autocomplete example - jatkins</title>
<link>http://snipplr.com/view/66121/search-autocomplete-example/</link>
<description><![CDATA[ <p>Released into the public domain.</p> ]]></description>
<pubDate>Fri, 13 Jul 2012 11:05:32 GMT</pubDate>
<guid>http://snipplr.com/view/66121/search-autocomplete-example/</guid>
</item>
<item>
<title>(JavaScript) JavaScript Binary Search - jatkins</title>
<link>http://snipplr.com/view/64757/javascript-binary-search/</link>
<description><![CDATA[ <p>Released into the public domain.</p> ]]></description>
<pubDate>Fri, 27 Apr 2012 07:18:43 GMT</pubDate>
<guid>http://snipplr.com/view/64757/javascript-binary-search/</guid>
</item>
<item>
<title>(SQL) Search DDL (stored procedures, functions, etc) for keywords - jstrawther</title>
<link>http://snipplr.com/view/64359/search-ddl-stored-procedures-functions-etc-for-keywords/</link>
<description><![CDATA[ <p>Search SQL Server or Oracle database for keyword embedded within stored procedures, functions, triggers, etc.</p> ]]></description>
<pubDate>Thu, 05 Apr 2012 03:58:40 GMT</pubDate>
<guid>http://snipplr.com/view/64359/search-ddl-stored-procedures-functions-etc-for-keywords/</guid>
</item>
<item>
<title>(CSS) Big Koha submit button - kate</title>
<link>http://snipplr.com/view/63648/big-koha-submit-button/</link>
<description><![CDATA[ <p>Another demo for the Koha OPAC</p> ]]></description>
<pubDate>Thu, 01 Mar 2012 04:11:30 GMT</pubDate>
<guid>http://snipplr.com/view/63648/big-koha-submit-button/</guid>
</item>
<item>
<title>(HTML) CSS3 Form Search Button - CKOink</title>
<link>http://snipplr.com/view/63566/css3-form-search-button/</link>
<description><![CDATA[ <p>A nice looking search button built with css3</p> ]]></description>
<pubDate>Fri, 24 Feb 2012 22:21:17 GMT</pubDate>
<guid>http://snipplr.com/view/63566/css3-form-search-button/</guid>
</item>
<item>
<title>(C) Two Binary Search Functions in C - rtperson</title>
<link>http://snipplr.com/view/63046/two-binary-search-functions-in-c/</link>
<description><![CDATA[ <p>Two versions of binary search -- one recursive, one iterative -- for an array of strings.
Both assume that your array index fits within an integer.</p> ]]></description>
<pubDate>Sat, 04 Feb 2012 02:45:29 GMT</pubDate>
<guid>http://snipplr.com/view/63046/two-binary-search-functions-in-c/</guid>
</item>
<item>
<title>(Bash) Search for keyword in files inside of directory - luizlopes</title>
<link>http://snipplr.com/view/61895/search-for-keyword-in-files-inside-of-directory/</link>
<description><![CDATA[ <p>Fast and easy way to find a keyword inside of files located inside of a directory tree. (eg: looking for a function foo, inside of your applications directory.) This command will display a list of files which contain function foo.</p> ]]></description>
<pubDate>Thu, 15 Dec 2011 02:29:14 GMT</pubDate>
<guid>http://snipplr.com/view/61895/search-for-keyword-in-files-inside-of-directory/</guid>
</item>
<item>
<title>(Perl) search and replace vi - pflangan</title>
<link>http://snipplr.com/view/60343/search-and-replace-vi/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 30 Oct 2011 00:20:38 GMT</pubDate>
<guid>http://snipplr.com/view/60343/search-and-replace-vi/</guid>
</item>
<item>
<title>(MySQL) Update database fields with search replace word - carouselcreative</title>
<link>http://snipplr.com/view/60218/update-database-fields-with-search-replace-word/</link>
<description><![CDATA[ <p>Used to update a database field using search replace.</p> ]]></description>
<pubDate>Wed, 26 Oct 2011 23:50:44 GMT</pubDate>
<guid>http://snipplr.com/view/60218/update-database-fields-with-search-replace-word/</guid>
</item>
<item>
<title>(PHP) Limit Search Results to Specific Post Types  - florent</title>
<link>http://snipplr.com/view/60034/limit-search-results-to-specific-post-types-/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 21 Oct 2011 02:30:12 GMT</pubDate>
<guid>http://snipplr.com/view/60034/limit-search-results-to-specific-post-types-/</guid>
</item>
<item>
<title>(HTML) Albuquerque search engine optimization - peter0123</title>
<link>http://snipplr.com/view/59993/albuquerque-search-engine-optimization/</link>
<description><![CDATA[ <p>Albuquerque search engine optimization</p> ]]></description>
<pubDate>Thu, 20 Oct 2011 15:35:16 GMT</pubDate>
<guid>http://snipplr.com/view/59993/albuquerque-search-engine-optimization/</guid>
</item>
<item>
<title>(SQL) Search text and location stored procedure - wilson0825</title>
<link>http://snipplr.com/view/59978/search-text-and-location-stored-procedure/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 20 Oct 2011 06:23:57 GMT</pubDate>
<guid>http://snipplr.com/view/59978/search-text-and-location-stored-procedure/</guid>
</item>
<item>
<title>(PHP) Thematic Add Search Form To Header - scottnix</title>
<link>http://snipplr.com/view/59471/thematic-add-search-form-to-header/</link>
<description><![CDATA[ <p>Add a search box inside the branding in the header.</p> ]]></description>
<pubDate>Thu, 06 Oct 2011 07:14:54 GMT</pubDate>
<guid>http://snipplr.com/view/59471/thematic-add-search-form-to-header/</guid>
</item>
<item>
<title>(JavaScript) Search for objects attached to the global JS object - richt</title>
<link>http://snipplr.com/view/58681/search-for-objects-attached-to-the-global-js-object/</link>
<description><![CDATA[ <p>Simple recursive function to find objects that match the value of str hanging anywhere off the global JS object (window).</p> ]]></description>
<pubDate>Thu, 15 Sep 2011 00:15:22 GMT</pubDate>
<guid>http://snipplr.com/view/58681/search-for-objects-attached-to-the-global-js-object/</guid>
</item>
</channel>
</rss>