<?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>Professional PHP &#187; apple</title>
	<atom:link href="http://www.procata.com/blog/archives/tag/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.procata.com/blog</link>
	<description>PHP Programming, Web Development, PHP Advocacy and PHP Best Practices.</description>
	<lastBuildDate>Fri, 10 Dec 2010 17:23:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Extreme Simplicity</title>
		<link>http://www.procata.com/blog/archives/2006/03/01/extreme-simplicity/</link>
		<comments>http://www.procata.com/blog/archives/2006/03/01/extreme-simplicity/#comments</comments>
		<pubDate>Thu, 02 Mar 2006 03:52:22 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Software Design]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[decision-making]]></category>
		<category><![CDATA[simplicity]]></category>

		<guid isPermaLink="false">http://www.procata.com/blog/?p=175</guid>
		<description><![CDATA[Could this be the manifesto of &#8220;Extreme Simplicity?&#8221;

10 fundamental rules for the age of user experience technology:

More features isn&#8217;t better, it&#8217;s worse.
You can&#8217;t make things easier by adding to them.
Confusion is the ultimate deal-breaker.
Style matters
Only features that provide a good user experience will be used.
Any feature that requires learning will only be adopted by a [...]]]></description>
			<content:encoded><![CDATA[<p>Could <a href="http://www.acm.org/ubiquity/views/v7i07_pfeiffer.html">this</a> be the manifesto of &#8220;Extreme Simplicity?&#8221;</p>
<blockquote><p>
10 fundamental rules for the age of user experience technology:</p>
<ol>
<li>More features isn&#8217;t better, it&#8217;s worse.</li>
<li>You can&#8217;t make things easier by adding to them.</li>
<li>Confusion is the ultimate deal-breaker.</li>
<li>Style matters</li>
<li>Only features that provide a good user experience will be used.</li>
<li>Any feature that requires learning will only be adopted by a small fraction of users.</li>
<li>Unused features are not only useless, they can slow you down and diminish ease of use</li>
<li>Users do not want to think about technology: what really counts is what it does for them.</li>
<li>Forget about the killer feature. Welcome to the age of the killer user-experience.</li>
<li>Less is difficult, that&#8217;s why less is more</li>
</ol>
</blockquote>
<p><a href="http://www.apple.com/ipod/">Consumer devices</a> or <a href="http://www.rubyonrails.org/">frameworks</a>, we are a product of our times.  </p>
<p><a href="http://youtube.com/watch?v=aeXAcwriid0">Watch</a> and contemplate.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.procata.com/blog/archives/2006/03/01/extreme-simplicity/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Mac Mini and PHP</title>
		<link>http://www.procata.com/blog/archives/2005/01/11/mac-mini-and-php/</link>
		<comments>http://www.procata.com/blog/archives/2005/01/11/mac-mini-and-php/#comments</comments>
		<pubDate>Wed, 12 Jan 2005 00:50:06 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[apple]]></category>

		<guid isPermaLink="false">http://www.procata.com/blog/archives/2005/01/11/mac-mini-and-php/</guid>
		<description><![CDATA[I read various live blogs during the Mac World event today.  It was interesting to see servers melt and the strategies people used to cope.  A busy day in the Apple universe.
I just want to point out that the Mac mini comes with Apache and PHP pre-installed.  
If you want, compiling a [...]]]></description>
			<content:encoded><![CDATA[<p>I read various live blogs during the Mac World event today.  It was interesting to see servers melt and the strategies people used to cope.  A busy day in the Apple universe.</p>
<p>I just want to point out that the <a href="http://www.apple.com/macmini/">Mac mini</a> comes with Apache and PHP pre-installed.  </p>
<p>If you want, <a href="http://developer.apple.com/internet/opensource/php.html">compiling</a> a new version of PHP on the Mac is pretty easy if you have ever compiled anything on unix.  If you have trouble compiling PHP extensions on OS X its probably due to <a href="http://bugs.php.net/bug.php?id=25163">this bug</a>, which has an easy work around.  You can also download an OS X <a href="http://www.entropy.ch/software/macosx/php/">PHP binary</a>.</p>
<p><a href="http://developer.apple.com/internet/opensource/osdb.html">Compiling MySQL</a> is also easy, or you can download a <a href="http://www.entropy.ch/software/macosx/mysql/">binary</a>.  If your flavor is postgresSQL, then <a href="http://developer.apple.com/internet/opensource/postgres.html">compile</a> or <a href="http://www.entropy.ch/software/macosx/postgresql/">download</a> that, too.</p>
<p>Bare Bones just released a free version of <a href="http://www.barebones.com/products/textwrangler/index.shtml">TextWrangler</a>.  TextWrangler and its paid version, <a href="http://www.barebones.com/products/bbedit/index.shtml">BBEdit</a>, are superb text editors for PHP.  The diff and grep (multi file) capabilities are very good.  Open via FTP/SFTP is handy and it knows what to do with unix permissions.  It does does syntax highlighting, is fast, and it stays out of the way.</p>
<p>The following shell command will cause TextWrangler to use php.net for the find in reference command:</p>
<p><pre>defaults write com.barebones.textwrangler Services:ADCReferenceSearchTemplate &quot;http://www.php.net/search.php?show=quickref&amp;pattern=%@&quot;</pre></p>
<p>I understand you can also use <a href="http://developer.apple.com/internet/scripting/phpappledevtools.html">PHP with Apple&#8217;s Dev Tools (XCode)</a>, but I don&#8217;t.  <a href="http://developer.apple.com/tools/macosxtools.html">XCode</a> is free with OS X, but not installed by default.</p>
<p>OS X comes with <a href="http://developer.apple.com/internet/opensource/cvsoverview.html">CVS</a>, too.  Unfortunately, text wrangler doesn&#8217;t integrate with it as BBEdit and XCode do.</p>
<p>The Mac is a great PHP development platform.  </p>
<p>I will end this evangelizing post with a pure marketing quote from the Apple site for the Mac mini:</p>
<blockquote><p>
<strong>Perfect for Programmers</strong><br />
Set a space-saving Mac mini atop your workstation PC and add a KVM switch to share keyboard, monitor and mouse. Mac OS X includes free developer tools for Mac, UNIX and Java. Test out a Mac version of your latest creation, instantly. Pretty soon youâ€™ll be using the Mac full-time, with that PC relegated to the testbed.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.procata.com/blog/archives/2005/01/11/mac-mini-and-php/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

