<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Josh Schumacher: A PHP Developer</title>
	<link>http://blog.joshschumacher.com</link>
	<description>The biggest and the best in the Northwest</description>
	<lastBuildDate>Thu, 29 Oct 2009 21:54:30 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>Remove .svn directories from Zend Studio 7</title>
		<description><![CDATA[I recently upgraded from Zend Studio 6 to the Zend Studio 7.1 beta. During the upgrade, all of my .svn folders showed up in the file browser (who would ever want to see their .svn folders in the file browser&#8230;). To remove these svn folders from your project, right click on the project > Build [...]]]></description>
		<link>http://blog.joshschumacher.com/2009/10/29/remove-svn-directories-from-zend-studio-7/</link>
			</item>
	<item>
		<title>Enable Samba Access For A User (Linux)</title>
		<description><![CDATA[If you are attempting to connect to a samba (smb) share and you are denied, there&#8217;s a high probability your user account hasn&#8217;t been granted access to the samba server yet. To grant a user access use the smbpasswd command line tool. SSH to the samba server Log in as root smbpasswd -a username Enter [...]]]></description>
		<link>http://blog.joshschumacher.com/2009/10/23/enable-samba-access-for-a-user-linux/</link>
			</item>
	<item>
		<title>Advanced iPhone Web Development</title>
		<description><![CDATA[Yesterday (May 5th, 2009), I gave a presentation at the Seattle iPhone App Developers and Designers Meetup titled, &#8220;Advanced iPhone Web Development.&#8221; This presentation focused on the unique capabilities available in WebKit on the iPhone and on possibilities for utilizing UIWebViews inside of your native applications. You can download a pdf version of the presentation [...]]]></description>
		<link>http://blog.joshschumacher.com/2009/05/06/advanced-iphone-web-development/</link>
			</item>
	<item>
		<title>The future of mobile web applications</title>
		<description><![CDATA[Thinking back three years ago, I was starting to play around with developing web applications for mobile devices.  The hot device of the time was the Palm Treo.  The default browser that came with the Treo, Blazer, really sucks.  It was rough trying to write pages that worked perfectly in Blazer.  Sure, simple, basic HTML [...]]]></description>
		<link>http://blog.joshschumacher.com/2009/03/18/the-future-of-mobile-web-applications/</link>
			</item>
	<item>
		<title>Reading Common and Custom Values From Your Info.plist</title>
		<description><![CDATA[It seems like a pretty simple, common thing you would want to do in objective-c right?  All applications have an Info.plist (or a different plist file as defined in your "Info.plist File" property of your build target).  I've been pretty frustrated with the quality of google search results when trying to figure out how to [...]]]></description>
		<link>http://blog.joshschumacher.com/2009/02/19/reading-common-and-custom-values-from-your-infoplist/</link>
			</item>
	<item>
		<title>Strategic Analysis: Google Presentation</title>
		<description><![CDATA[Important: This presentation was created in December of 2006, the information most likely is out of date. I am posting this in response to the demand from slideshare. During my senior year at Western Washington University, for a final project in my Management 495 class, I did group presentation, performing a strategic analysis of Google [...]]]></description>
		<link>http://blog.joshschumacher.com/2008/06/03/strategic-analysis-google-presentation/</link>
			</item>
	<item>
		<title>Standardizing a way to represent an object in PHP</title>
		<description><![CDATA[During the process of designing our API at Treemo, one of the first major design implementation hurdles we had to overcome was how to standardize a way to define what data in an object was "exportable" and can later be transformed into XML. The solution that I came up with defines a Node and a [...]]]></description>
		<link>http://blog.joshschumacher.com/2008/04/23/standardizing-a-way-to-represent-an-object-in-php/</link>
			</item>
	<item>
		<title>I love public radio in Seattle</title>
		<description><![CDATA[For the majority of my life, my dad worked for a public radio station in Spokane, KPBX, so I've always had an affinity for public radio. Since moving to the Seattle area and spending a lot of time in my car commuting to and from work (usually about 35 min - 1 hour each way) [...]]]></description>
		<link>http://blog.joshschumacher.com/2007/08/03/i-love-public-radio-in-seattle/</link>
			</item>
	<item>
		<title>PHP &#8211; Delete selected items from an array</title>
		<description><![CDATA[I was enlightened the day I discovered array_filter. You may find yourself with an array of values and you want to delete some of those values from the array. There is no 'delete element from array' function built into php but you can use an even more powerful function, array_filter. Let's look at a simple [...]]]></description>
		<link>http://blog.joshschumacher.com/2007/03/22/php-delete-selected-items-from-an-array/</link>
			</item>
	<item>
		<title>Howto: Exclude developer hits in Analytics</title>
		<description><![CDATA[When developing a site, I visit it a lot - OK Josh, that was an obvious. Point is, I was tired of tracking my visits to sites that I maintain. I really care about tracking significant users and how they navigate the site and what pages they find valuable but I don't care about my [...]]]></description>
		<link>http://blog.joshschumacher.com/2007/03/16/howto-not-track-developer-hits-in-analytics/</link>
			</item>
</channel>
</rss>
