<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>saulrosenbaum.com &#187; webdev</title>
	<atom:link href="http://saulrosenbaum.com/blog/show/me/webdev/feed/" rel="self" type="application/rss+xml" />
	<link>http://saulrosenbaum.com/blog</link>
	<description>((words + pictures) / attitude) * caffiene</description>
	<lastBuildDate>Fri, 30 Jul 2010 07:42:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>More WordPress Capitalization</title>
		<link>http://saulrosenbaum.com/blog/2010/07/29/more-wordpress-capitalization/</link>
		<comments>http://saulrosenbaum.com/blog/2010/07/29/more-wordpress-capitalization/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 07:55:44 +0000</pubDate>
		<dc:creator>saul</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://saulrosenbaum.com/blog/?p=602</guid>
		<description><![CDATA[If you read THIS article (and possibly used the provided code) you may have found yourself in the same situation I was in tonight - a client WP site with 300 posts each with the titles typed in all caps (what can I say?, THEY, LIKE TO SHOUT) and a handful of pages with titles [...]]]></description>
		<wfw:commentRss>http://saulrosenbaum.com/blog/2010/07/29/more-wordpress-capitalization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Smart Capitalization</title>
		<link>http://saulrosenbaum.com/blog/2010/06/24/a-simple-wordpress-filter-smart-capitalization-title-capitalization/</link>
		<comments>http://saulrosenbaum.com/blog/2010/06/24/a-simple-wordpress-filter-smart-capitalization-title-capitalization/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 11:06:15 +0000</pubDate>
		<dc:creator>saul</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://saulrosenbaum.com/blog/?p=549</guid>
		<description><![CDATA[function friendlycase($title) { $title = preg_replace( "/(?&#60; =(?&#60;!:&#124;'s)\W)(A&#124;An&#124;And&#124;At&#124;For&#124;In&#124;Of&#124;On&#124;Or&#124;The&#124;To&#124;With)(?=\W)/e", 'strtolower("$1")', ucwords(strtolower($title))); return $title; } add_filter('the_title', 'friendlycase'); Short sweet and it works&#8230; so &#8220;HELLO SAUL&#8230;THIS IS MOTHRA&#8221; becomes &#8220;Hello Saul&#8230;this is Mothra&#8221; particularly handy when someone has a tendency to type in all caps. Painfully simple to add your own exclusionary words..]]></description>
		<wfw:commentRss>http://saulrosenbaum.com/blog/2010/06/24/a-simple-wordpress-filter-smart-capitalization-title-capitalization/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The beauty of simplicity</title>
		<link>http://saulrosenbaum.com/blog/2010/04/07/the-beauty-of-simplicity/</link>
		<comments>http://saulrosenbaum.com/blog/2010/04/07/the-beauty-of-simplicity/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 12:44:06 +0000</pubDate>
		<dc:creator>saul</dc:creator>
				<category><![CDATA[daily]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://saulrosenbaum.com/blog/?p=543</guid>
		<description><![CDATA[Recently I switched my launcher of choice to &#8216;Alfred&#8217; a nifty indie project that I became aware of via Twitter, in the past I&#8217;ve been both a Quicksilver and LaunchBar user - both extremely powerful apps that although I used them religiously, each had quirks I never could really get past (QS had stability issues, [...]]]></description>
		<wfw:commentRss>http://saulrosenbaum.com/blog/2010/04/07/the-beauty-of-simplicity/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>JQUERY SAVES THE DAY AGAIN</title>
		<link>http://saulrosenbaum.com/blog/2009/03/26/jquery-saves-the-day-again/</link>
		<comments>http://saulrosenbaum.com/blog/2009/03/26/jquery-saves-the-day-again/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 20:52:17 +0000</pubDate>
		<dc:creator>saul</dc:creator>
				<category><![CDATA[daily]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://saulrosenbaum.com/blog/2009/03/26/jquery-saves-the-day-again/</guid>
		<description><![CDATA[The usefulness of JQuery never fails to amaze me - everytime I use it I feel I should be cutting John Resig (and all the JQuery community folks) a check. John JQuery]]></description>
		<wfw:commentRss>http://saulrosenbaum.com/blog/2009/03/26/jquery-saves-the-day-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excuse me while I GREP in your face</title>
		<link>http://saulrosenbaum.com/blog/2008/03/10/excuse-me-while-i-grep-in-your-face/</link>
		<comments>http://saulrosenbaum.com/blog/2008/03/10/excuse-me-while-i-grep-in-your-face/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 12:11:01 +0000</pubDate>
		<dc:creator>saul</dc:creator>
				<category><![CDATA[daily]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://saulrosenbaum.com/blog/2008/03/10/excuse-me-while-i-grep-in-your-face/</guid>
		<description><![CDATA[I don&#8217;t hide the fact that I&#8217;m a geek, for a designer, I think I hold my own with most webdev programmers - In most regards I know my shit, but until recently I haven&#8217;t spent anytime learning regex (regular-expressions) and let me tell you, if you don&#8217;t know regex - simply put, you&#8217;re working [...]]]></description>
		<wfw:commentRss>http://saulrosenbaum.com/blog/2008/03/10/excuse-me-while-i-grep-in-your-face/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ICC Profile On By Default?</title>
		<link>http://saulrosenbaum.com/blog/2007/11/29/icc-profile-on-by-default/</link>
		<comments>http://saulrosenbaum.com/blog/2007/11/29/icc-profile-on-by-default/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 11:20:54 +0000</pubDate>
		<dc:creator>saul</dc:creator>
				<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://saulrosenbaum.com/blog/2007/11/29/icc-profile-on-by-default/</guid>
		<description><![CDATA[I want to start by saying that I seldom use Photoshop for web production, I may use it for some visualization and image editing but as a general rule, everything ends up in Fireworks for any layout or slice and dice that may need to happen. Yesterday in what I can only describe as a [...]]]></description>
		<wfw:commentRss>http://saulrosenbaum.com/blog/2007/11/29/icc-profile-on-by-default/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
