<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.5" -->
<rss version="0.92">
<channel>
	<title>Crainbandy</title>
	<link>http://www.crainbandy.com</link>
	<description>For Web Developers</description>
	<lastBuildDate>Fri, 18 Dec 2009 21:53:29 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Find text in Files recursively on Linux and Mac OS X</title>
		<description><![CDATA[		
		
		
		Ever had a page that says something like &#8220;Test&#8221; on it, and you have no idea where that page is? I know you have and that&#8217;s why you&#8217;re here. You&#8217;ve thought to yourself &#8220;If I could just search to find the text in files recursively it would make my life so much easier!&#8221; and it [...]]]></description>
		<link>http://www.crainbandy.com/linux/find-text-in-files-recursively-on-linux-and-mac-os-x</link>
			</item>
	<item>
		<title>Getting the available variables in Drupal</title>
		<description><![CDATA[		
		
		
		It&#8217;s simple but it&#8217;s a complete headache if you&#8217;ve had this problem and found this post (or a similar one) trying to do what this function does. What I mean when I say &#8220;Get available variables&#8221; or &#8220;Get the available variables in Drupal&#8221; or &#8220;Find the available variables in PHP&#8221; or any number of combinations [...]]]></description>
		<link>http://www.crainbandy.com/drupal/getting-the-available-variables-in-drupal</link>
			</item>
	<item>
		<title>25 Google Wave Invites</title>
		<description><![CDATA[		
		
		
		Who wants one?! Post a comment!
Related reading

No Related Post

]]></description>
		<link>http://www.crainbandy.com/crainbandy/25-google-wave-invites</link>
			</item>
	<item>
		<title>List of Geocode APIs with Rate Limits and Features</title>
		<description><![CDATA[		
		
		
		https://webgis.usc.edu/Services/Geocode/About/GeocoderList.aspx
Don&#8217;t bother with Yahoo! or Google. They rate limit you, some of the services in the link above do not.
Related reading

No Related Post

]]></description>
		<link>http://www.crainbandy.com/databases/list-of-geocode-apis-with-rate-limits-and-features</link>
			</item>
	<item>
		<title>Function to remove all non-numeric characters in PHP</title>
		<description><![CDATA[		
		
		
		Sometimes it&#8217;s helpful to ONLY get numeric characters.
Phone numbers, age &#8212; whatever your little PHP heart desires.

function remove_non_numeric($string) {
return preg_replace('/\D/', '', $string)
}

WRAAAAAAA,
Bryan
Related reading

No Related Post

]]></description>
		<link>http://www.crainbandy.com/programming/function-to-remove-all-non-numeric-characters-in-php</link>
			</item>
	<item>
		<title>Sequel Pro &#8212; Open Source Mac OS X MySQL GUI</title>
		<description><![CDATA[		
		
		
		For those of you that run MAMP or your own custom build of a web server on your local machines it&#8217;s handy to have a utility to manage your databases. I like phpMyAdmin but lets face it, it stil uses iFrames and is relatively ugly. Sequel Pro is beautiful.
As most of these projects are these [...]]]></description>
		<link>http://www.crainbandy.com/databases/sequel-pro-open-source-mac-os-x-mysql-gui</link>
			</item>
	<item>
		<title>How to install Git on Mac OS X (Leopard, Snow Leopard)</title>
		<description><![CDATA[		
		
		
		First you need 10 pounds of thermite, a magnesium ribbon&#8230; Wrong window.
It&#8217;s not science, or even computer science. This is what you do

Peruse your way to http://code.google.com/p/git-osx-installer/
(Here&#8217;s a direct link to  the latest Git OS X Installer. Uploaded of September 17th, 2009. V1.6.4.4&#8230; Good lord. I&#8217;ll let you know when version 5 comes out. I [...]]]></description>
		<link>http://www.crainbandy.com/how-to/how-to-install-git-on-mac-os-x-leopard-snow-leopard</link>
			</item>
	<item>
		<title>Crainbandy Labs: Custom Torrent Search Engine</title>
		<description><![CDATA[		
		
		
		I&#8217;ve been working on building a custom torrent search engine because I (hate) looking for torrents on current sites/sorting by seeds/going to another site to see if they have my torrent/googling for it + &#8220;torrent&#8221; keyword&#8230; It&#8217;s getting ridiculous and somebody needs to put a stop to it. Somebody like me.
As a side note I [...]]]></description>
		<link>http://www.crainbandy.com/crainbandy/crainbandy-labs-custom-torrent-search-engine</link>
			</item>
	<item>
		<title>How to fix Trailing whitespace during Git commit</title>
		<description><![CDATA[		
		
		
		Git uses hooks to fire certain actions at certain times. The &#8220;post-commit&#8221; hook fires &#8230; If you don&#8217;t understand what the hooks do after reading the hook file name itself turn off your computer and go to sleep.
You can look in there it&#8217;s in your .git/hooks folder in your repository.
There are times where this is [...]]]></description>
		<link>http://www.crainbandy.com/programming/scm/git/how-to-fix-trailing-whitespace-during-git-commit</link>
			</item>
	<item>
		<title>PHP function that strips all non alphanumeric characters</title>
		<description><![CDATA[		
		
		
		Sometimes it&#8217;s necessary to only return alphanumeric characters in a PHP script.
Whether you&#8217;re trying to upload images and get a uniform name for your image, or you just need to get a key you can hash with an obvious solid value then this function is for you. This function is the fastest, most reliable way [...]]]></description>
		<link>http://www.crainbandy.com/programming/php-function-that-strips-all-non-alphanumeric-characters</link>
			</item>
</channel>
</rss>
