<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for interaktion.info</title>
	<atom:link href="http://www.interaktion.info/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.interaktion.info</link>
	<description>Usability for everyone</description>
	<pubDate>Thu, 03 Jul 2008 23:46:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Growl Display Style: GrowlHUD by James Broad</title>
		<link>http://www.interaktion.info/2007/growl-display-style-growlhud/#comment-2512</link>
		<dc:creator>James Broad</dc:creator>
		<pubDate>Mon, 09 Jun 2008 08:35:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.interaktion.info/growl-display-style-growlhud/#comment-2512</guid>
		<description>Great theme, was just the thing i was looking for :)</description>
		<content:encoded><![CDATA[<p>Great theme, was just the thing i was looking for :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Drupal and GD Library 2 working on Mac OS X 10.5 Leopard by greg</title>
		<link>http://www.interaktion.info/2008/getting-drupal-and-gd-library-2-working-on-mac-os-x-105-leopard/#comment-2511</link>
		<dc:creator>greg</dc:creator>
		<pubDate>Sat, 31 May 2008 16:46:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.interaktion.info/2008/getting-drupal-and-gd-library-2-working-on-mac-os-x-105-leopard/#comment-2511</guid>
		<description>I followed the instructions, but with one exception, I dl'd php 5.2.6. After the compile and install which seemed to work, my php still says it's php 5.2.5. I'm guessing I have to tell apache to use 5.2.6, but not sure how to do that. Any ideas?</description>
		<content:encoded><![CDATA[<p>I followed the instructions, but with one exception, I dl&#8217;d php 5.2.6. After the compile and install which seemed to work, my php still says it&#8217;s php 5.2.5. I&#8217;m guessing I have to tell apache to use 5.2.6, but not sure how to do that. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Growl Display Style: GrowlHUD by Make Leopard Bezelicious ~ Axlin&#8217;s Super Awesome Blog</title>
		<link>http://www.interaktion.info/2007/growl-display-style-growlhud/#comment-2510</link>
		<dc:creator>Make Leopard Bezelicious ~ Axlin&#8217;s Super Awesome Blog</dc:creator>
		<pubDate>Thu, 22 May 2008 04:13:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.interaktion.info/growl-display-style-growlhud/#comment-2510</guid>
		<description>[...] my desktop. Unfortunately, we need to download GrowlHUD separately. Go ahead and download GrowlHUD (link), mount the disk image, and then double-click on GrowlHUD.growlStyle to install it. Nice and easy. [...]</description>
		<content:encoded><![CDATA[<p>[...] my desktop. Unfortunately, we need to download GrowlHUD separately. Go ahead and download GrowlHUD (link), mount the disk image, and then double-click on GrowlHUD.growlStyle to install it. Nice and easy. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Growl Display Style: GrowlHUD by links for 2008-04-15 &#171; Copula&#8217;s Weblog</title>
		<link>http://www.interaktion.info/2007/growl-display-style-growlhud/#comment-2507</link>
		<dc:creator>links for 2008-04-15 &#171; Copula&#8217;s Weblog</dc:creator>
		<pubDate>Tue, 15 Apr 2008 09:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.interaktion.info/growl-display-style-growlhud/#comment-2507</guid>
		<description>[...] interaktion.info » Blog Archive » Growl Display Style: GrowlHUD growl theme plugin (tags: growl theme plugin) [...]</description>
		<content:encoded><![CDATA[<p>[...] interaktion.info » Blog Archive » Growl Display Style: GrowlHUD growl theme plugin (tags: growl theme plugin) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Drupal and GD Library 2 working on Mac OS X 10.5 Leopard by Niklas Brunberg</title>
		<link>http://www.interaktion.info/2008/getting-drupal-and-gd-library-2-working-on-mac-os-x-105-leopard/#comment-2506</link>
		<dc:creator>Niklas Brunberg</dc:creator>
		<pubDate>Wed, 09 Apr 2008 11:19:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.interaktion.info/2008/getting-drupal-and-gd-library-2-working-on-mac-os-x-105-leopard/#comment-2506</guid>
		<description>Do you have a 64 bit system such as the Core 2 Duo?

If it is a 64 bit system, try replacing (in 2.) &lt;code&gt;sudo ./configure --enable-shared&lt;/code&gt; with this:

&lt;code&gt;MACOSX_DEPLOYMENT_TARGET=10.5 CFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os  -pipe -no-cpp- precomp" CCFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os  -pipe" CXXFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os  -pipe" LDFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64 -bind_at_load" ./configure --enable-shared&lt;/code&gt;

and then replace (in 4.) &lt;code&gt;sudo ./configure --with-zlib-dir=/usr --with-jpeg-dir=/usr/local/lib --with-png-dir=/usr/X11R6 --with-freetype-dir=/usr/X11R6 --with-xpm-dir=/usr/X11R6&lt;/code&gt; with this: 

&lt;code&gt;MACOSX_DEPLOYMENT_TARGET=10.5 CFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os  -pipe -no-cpp- precomp" CCFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os  -pipe" CXXFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os  -pipe" LDFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64 -bind_at_load" ./configure --disable-dependency-tracking&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Do you have a 64 bit system such as the Core 2 Duo?</p>
<p>If it is a 64 bit system, try replacing (in 2.) <code>sudo ./configure --enable-shared</code> with this:</p>
<p><code>MACOSX_DEPLOYMENT_TARGET=10.5 CFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os  -pipe -no-cpp- precomp" CCFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os  -pipe" CXXFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os  -pipe" LDFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64 -bind_at_load" ./configure --enable-shared</code></p>
<p>and then replace (in 4.) <code>sudo ./configure --with-zlib-dir=/usr --with-jpeg-dir=/usr/local/lib --with-png-dir=/usr/X11R6 --with-freetype-dir=/usr/X11R6 --with-xpm-dir=/usr/X11R6</code> with this: </p>
<p><code>MACOSX_DEPLOYMENT_TARGET=10.5 CFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os  -pipe -no-cpp- precomp" CCFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os  -pipe" CXXFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os  -pipe" LDFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64 -bind_at_load" ./configure --disable-dependency-tracking</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing the Google Visualization API by Dr. Riekeyword - Child Abuse Avoidance Suggestion Tool</title>
		<link>http://www.interaktion.info/2008/introducing-the-google-visualization-api/#comment-2505</link>
		<dc:creator>Dr. Riekeyword - Child Abuse Avoidance Suggestion Tool</dc:creator>
		<pubDate>Tue, 08 Apr 2008 17:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.interaktion.info/2008/introducing-the-google-visualization-api/#comment-2505</guid>
		<description>&lt;strong&gt;We like your blog!...&lt;/strong&gt;

[...]Mabuhay, my colleagues and I heard of your blog over at McBrides, so we thought we would take a look. We've read several of your posts and we all agree that you have a fine writing style[...]
...</description>
		<content:encoded><![CDATA[<p><strong>We like your blog!&#8230;</strong></p>
<p>[...]Mabuhay, my colleagues and I heard of your blog over at McBrides, so we thought we would take a look. We&#8217;ve read several of your posts and we all agree that you have a fine writing style[...]<br />
&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Drupal and GD Library 2 working on Mac OS X 10.5 Leopard by tim welch</title>
		<link>http://www.interaktion.info/2008/getting-drupal-and-gd-library-2-working-on-mac-os-x-105-leopard/#comment-2502</link>
		<dc:creator>tim welch</dc:creator>
		<pubDate>Mon, 07 Apr 2008 22:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.interaktion.info/2008/getting-drupal-and-gd-library-2-working-on-mac-os-x-105-leopard/#comment-2502</guid>
		<description>PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-non-zts-20060613/gd.so' - (null) in Unknown on line 0

this is the line i get in the apache error.log after trying to restart apache following the gd configure. I tried this whole procedure as well on my leopard workstation with the exact same result.</description>
		<content:encoded><![CDATA[<p>PHP Warning:  PHP Startup: Unable to load dynamic library &#8216;/usr/lib/php/extensions/no-debug-non-zts-20060613/gd.so&#8217; - (null) in Unknown on line 0</p>
<p>this is the line i get in the apache error.log after trying to restart apache following the gd configure. I tried this whole procedure as well on my leopard workstation with the exact same result.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Drupal and GD Library 2 working on Mac OS X 10.5 Leopard by Niklas Brunberg</title>
		<link>http://www.interaktion.info/2008/getting-drupal-and-gd-library-2-working-on-mac-os-x-105-leopard/#comment-2500</link>
		<dc:creator>Niklas Brunberg</dc:creator>
		<pubDate>Sat, 05 Apr 2008 18:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.interaktion.info/2008/getting-drupal-and-gd-library-2-working-on-mac-os-x-105-leopard/#comment-2500</guid>
		<description>I am not sure what is the difference between the server and client (this was done on the client version). I will look into it as much as I am able, though at the moment I have pneumonia and have to prioritize differently.</description>
		<content:encoded><![CDATA[<p>I am not sure what is the difference between the server and client (this was done on the client version). I will look into it as much as I am able, though at the moment I have pneumonia and have to prioritize differently.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Drupal and GD Library 2 working on Mac OS X 10.5 Leopard by tim welch</title>
		<link>http://www.interaktion.info/2008/getting-drupal-and-gd-library-2-working-on-mac-os-x-105-leopard/#comment-2498</link>
		<dc:creator>tim welch</dc:creator>
		<pubDate>Thu, 03 Apr 2008 22:19:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.interaktion.info/2008/getting-drupal-and-gd-library-2-working-on-mac-os-x-105-leopard/#comment-2498</guid>
		<description>oh, i should add that i am working with server version.</description>
		<content:encoded><![CDATA[<p>oh, i should add that i am working with server version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Drupal and GD Library 2 working on Mac OS X 10.5 Leopard by tim welch</title>
		<link>http://www.interaktion.info/2008/getting-drupal-and-gd-library-2-working-on-mac-os-x-105-leopard/#comment-2497</link>
		<dc:creator>tim welch</dc:creator>
		<pubDate>Thu, 03 Apr 2008 22:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.interaktion.info/2008/getting-drupal-and-gd-library-2-working-on-mac-os-x-105-leopard/#comment-2497</guid>
		<description>yes, i did the apache restart via command line as well as via the gui interface. have even restarted the server as i had to move it. so i am stumped unless the gd build didn't really comlplete successfully. I guess i could try to to the build over again.</description>
		<content:encoded><![CDATA[<p>yes, i did the apache restart via command line as well as via the gui interface. have even restarted the server as i had to move it. so i am stumped unless the gd build didn&#8217;t really comlplete successfully. I guess i could try to to the build over again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Drupal and GD Library 2 working on Mac OS X 10.5 Leopard by Niklas Brunberg</title>
		<link>http://www.interaktion.info/2008/getting-drupal-and-gd-library-2-working-on-mac-os-x-105-leopard/#comment-2496</link>
		<dc:creator>Niklas Brunberg</dc:creator>
		<pubDate>Wed, 02 Apr 2008 22:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.interaktion.info/2008/getting-drupal-and-gd-library-2-working-on-mac-os-x-105-leopard/#comment-2496</guid>
		<description>Did you restart the Apache server with &lt;code&gt;sudo apachectl graceful&lt;/code&gt;?</description>
		<content:encoded><![CDATA[<p>Did you restart the Apache server with <code>sudo apachectl graceful</code>?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Drupal and GD Library 2 working on Mac OS X 10.5 Leopard by tim welch</title>
		<link>http://www.interaktion.info/2008/getting-drupal-and-gd-library-2-working-on-mac-os-x-105-leopard/#comment-2495</link>
		<dc:creator>tim welch</dc:creator>
		<pubDate>Wed, 02 Apr 2008 22:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.interaktion.info/2008/getting-drupal-and-gd-library-2-working-on-mac-os-x-105-leopard/#comment-2495</guid>
		<description>So, i rebuilt my leopard install from scratch and followed all the directions. All the compiling seems to have executed properly, i found the gd.so file in source/php-5.2.5/ext/gd/modules so i am sure that i have created the libraries successfully. However after uncommenting the extension_dir = "./" line and adding the extension=gd.so line in php.ini ( i have verified with info.php that this is the php.ini file that is being read by php) I still do not get the gd libraries in my php.info nor does drupal see that they are installed. I guess my question is how does php know that i have recompiled php5.2.5 in that source folder? do i need to move the recompiled php5.2.5 folder to a new location or somehow point to it? still confused. Also tried to point the extension_dir  = "location of gd.so" and that didn't work either. any other ideas? like i said all your instructions worked fine as far as compiling and everything, it just doesn't know that there is a gd library compiled somehow.</description>
		<content:encoded><![CDATA[<p>So, i rebuilt my leopard install from scratch and followed all the directions. All the compiling seems to have executed properly, i found the gd.so file in source/php-5.2.5/ext/gd/modules so i am sure that i have created the libraries successfully. However after uncommenting the extension_dir = &#8220;./&#8221; line and adding the extension=gd.so line in php.ini ( i have verified with info.php that this is the php.ini file that is being read by php) I still do not get the gd libraries in my php.info nor does drupal see that they are installed. I guess my question is how does php know that i have recompiled php5.2.5 in that source folder? do i need to move the recompiled php5.2.5 folder to a new location or somehow point to it? still confused. Also tried to point the extension_dir  = &#8220;location of gd.so&#8221; and that didn&#8217;t work either. any other ideas? like i said all your instructions worked fine as far as compiling and everything, it just doesn&#8217;t know that there is a gd library compiled somehow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Drupal and GD Library 2 working on Mac OS X 10.5 Leopard by Niklas Brunberg</title>
		<link>http://www.interaktion.info/2008/getting-drupal-and-gd-library-2-working-on-mac-os-x-105-leopard/#comment-2488</link>
		<dc:creator>Niklas Brunberg</dc:creator>
		<pubDate>Tue, 01 Apr 2008 14:38:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.interaktion.info/2008/getting-drupal-and-gd-library-2-working-on-mac-os-x-105-leopard/#comment-2488</guid>
		<description>Tim, PHP 5.2.5 was included in a Security Update to Mac OS X as you have noticed. The above instructions should work fine if you download the 5.2.5 source and replace &lt;code&gt;cd ~/source/php-5.2.4/ext/gd&lt;/code&gt; with &lt;code&gt;cd ~/source/php-5.2.5/ext/gd&lt;/code&gt;. I have now updated the instructions to reflect that 5.2.5 is the newest version of PHP available.</description>
		<content:encoded><![CDATA[<p>Tim, PHP 5.2.5 was included in a Security Update to Mac OS X as you have noticed. The above instructions should work fine if you download the 5.2.5 source and replace <code>cd ~/source/php-5.2.4/ext/gd</code> with <code>cd ~/source/php-5.2.5/ext/gd</code>. I have now updated the instructions to reflect that 5.2.5 is the newest version of PHP available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Drupal and GD Library 2 working on Mac OS X 10.5 Leopard by tim welch</title>
		<link>http://www.interaktion.info/2008/getting-drupal-and-gd-library-2-working-on-mac-os-x-105-leopard/#comment-2487</link>
		<dc:creator>tim welch</dc:creator>
		<pubDate>Mon, 31 Mar 2008 18:12:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.interaktion.info/2008/getting-drupal-and-gd-library-2-working-on-mac-os-x-105-leopard/#comment-2487</guid>
		<description>I have followed your instructions and still do not get the gd libraries installed. It seems to me that my version of php from my info.php page is 5.2.5 and yet when you run the instructions and download the php from apple, it is 5.2.4. so how do i get apache to point to this new folder you created in /source with 5.2.4 to replace the 5.2.5 that apple shipped?</description>
		<content:encoded><![CDATA[<p>I have followed your instructions and still do not get the gd libraries installed. It seems to me that my version of php from my info.php page is 5.2.5 and yet when you run the instructions and download the php from apple, it is 5.2.4. so how do i get apache to point to this new folder you created in /source with 5.2.4 to replace the 5.2.5 that apple shipped?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wikileaks ordered to cease publication by Californian Court by Spot — interaktion.info &#187; Blog Archive &#187; Wikileaks Available Again As judge Reverses Ruling</title>
		<link>http://www.interaktion.info/2008/wikileaks-ordered-to-cease-publication-by-californian-court/#comment-2466</link>
		<dc:creator>Spot — interaktion.info &#187; Blog Archive &#187; Wikileaks Available Again As judge Reverses Ruling</dc:creator>
		<pubDate>Tue, 11 Mar 2008 23:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.interaktion.info/2008/wikileaks-ordered-to-cease-publication-by-californian-court/#comment-2466</guid>
		<description>[...] guess I was wrong by an order of magnitude. Having wikileaks completely online again did not take three or twelve months. This took three weeks [...]</description>
		<content:encoded><![CDATA[<p>[...] guess I was wrong by an order of magnitude. Having wikileaks completely online again did not take three or twelve months. This took three weeks [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why Not Following The Apple HIG Might Be Good Idea by Why Not Following The Apple HIG Might Be Good Idea</title>
		<link>http://www.interaktion.info/2008/why-not-following-the-apple-hig-might-be-good-idea/#comment-2435</link>
		<dc:creator>Why Not Following The Apple HIG Might Be Good Idea</dc:creator>
		<pubDate>Mon, 10 Mar 2008 15:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.interaktion.info/2008/why-not-following-the-apple-hig-might-be-good-idea/#comment-2435</guid>
		<description>[...] More reasons why you should not follow Human Interface Guidelines by Matthew R, in a comment on the post The Beauty Of 99¢ iPhone Apps, by Jens Alfke: Problem with this “live by our rule or die” approach is the fact that many apps for the Mac, we love so, because they disobeyed the HIG. And I don’t necessarily mean extreme apps like Shapeshifter, but take for example the HIG saying “don’t create your own menu bar extras. That’s reserved for the System.” We completely shrugged that off and crea [...]</description>
		<content:encoded><![CDATA[<p>[...] More reasons why you should not follow Human Interface Guidelines by Matthew R, in a comment on the post The Beauty Of 99¢ iPhone Apps, by Jens Alfke: Problem with this “live by our rule or die” approach is the fact that many apps for the Mac, we love so, because they disobeyed the HIG. And I don’t necessarily mean extreme apps like Shapeshifter, but take for example the HIG saying “don’t create your own menu bar extras. That’s reserved for the System.” We completely shrugged that off and crea [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why Not Following The Apple HIG Might Be Good Idea by Pink iPhone &#187; Why Not Following The Apple HIG Might Be Good Idea</title>
		<link>http://www.interaktion.info/2008/why-not-following-the-apple-hig-might-be-good-idea/#comment-2434</link>
		<dc:creator>Pink iPhone &#187; Why Not Following The Apple HIG Might Be Good Idea</dc:creator>
		<pubDate>Mon, 10 Mar 2008 15:29:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.interaktion.info/2008/why-not-following-the-apple-hig-might-be-good-idea/#comment-2434</guid>
		<description>[...] More reasons why you should not follow Human Interface Guidelines by Matthew R, in a comment on the post The Beauty Of 99¢ iPhone Apps, by Jens Alfke: Problem with this “live by our rule or die” approach is the fact that many apps for the Mac, we love so, because they disobeyed the HIG. And I don’t necessarily mean extreme apps like Shapeshifter, but take for example the HIG saying “don’t create your own menu bar extras. That’s reserved for the System.” We completely shrugged that off and crea [...]</description>
		<content:encoded><![CDATA[<p>[...] More reasons why you should not follow Human Interface Guidelines by Matthew R, in a comment on the post The Beauty Of 99¢ iPhone Apps, by Jens Alfke: Problem with this “live by our rule or die” approach is the fact that many apps for the Mac, we love so, because they disobeyed the HIG. And I don’t necessarily mean extreme apps like Shapeshifter, but take for example the HIG saying “don’t create your own menu bar extras. That’s reserved for the System.” We completely shrugged that off and crea [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone SDK Problem: a stale UI by Spot — interaktion.info &#187; Blog Archive &#187; Why Not Following The Apple HIG Might Be Good Idea</title>
		<link>http://www.interaktion.info/2008/iphone-sdk-problem-a-stale-ui/#comment-2433</link>
		<dc:creator>Spot — interaktion.info &#187; Blog Archive &#187; Why Not Following The Apple HIG Might Be Good Idea</dc:creator>
		<pubDate>Mon, 10 Mar 2008 15:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.interaktion.info/2008/iphone-sdk-problem-ui/#comment-2433</guid>
		<description>[...] reasons why you should not follow Human Interface Guidelines by Matthew R, in a comment on the post The Beauty [...]</description>
		<content:encoded><![CDATA[<p>[...] reasons why you should not follow Human Interface Guidelines by Matthew R, in a comment on the post The Beauty [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone SDK Problem: a stale UI by &#187; iPhone SDK Problem: a stale UI</title>
		<link>http://www.interaktion.info/2008/iphone-sdk-problem-a-stale-ui/#comment-2395</link>
		<dc:creator>&#187; iPhone SDK Problem: a stale UI</dc:creator>
		<pubDate>Fri, 07 Mar 2008 04:16:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.interaktion.info/2008/iphone-sdk-problem-ui/#comment-2395</guid>
		<description>[...] Public Relations Princess wrote an interesting post today onHere&#8217;s a quick excerpt From the documentation: Applications must comply with the Human Interface Guidelines and other Documentation provided by Apple. In other words: No new interaction concepts, no cool user interfaces, only the same that already is. Apple will decide based on flawed guidelines whether you spent weeks researching and testing your interface or not. Surprising move from a company so focused on being the leader of user interface design. [...]</description>
		<content:encoded><![CDATA[<p>[...] Public Relations Princess wrote an interesting post today onHere&#8217;s a quick excerpt From the documentation: Applications must comply with the Human Interface Guidelines and other Documentation provided by Apple. In other words: No new interaction concepts, no cool user interfaces, only the same that already is. Apple will decide based on flawed guidelines whether you spent weeks researching and testing your interface or not. Surprising move from a company so focused on being the leader of user interface design. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Apple Resurrects Human Interface Guidelines by Spot — interaktion.info &#187; Blog Archive &#187; iPhone SDK Problem: UI</title>
		<link>http://www.interaktion.info/2008/apple-resurrects-human-interface-guidelines-from-the-grave/#comment-2394</link>
		<dc:creator>Spot — interaktion.info &#187; Blog Archive &#187; iPhone SDK Problem: UI</dc:creator>
		<pubDate>Fri, 07 Mar 2008 04:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.interaktion.info/2008/apple-resurrects-human-interface-guidelines-from-the-grave/#comment-2394</guid>
		<description>[...] concepts, no cool user interfaces, only the same that already is. Apple will decide based on flawed guidelines whether you spent weeks researching and testing your interface or not. Surprising move from a [...]</description>
		<content:encoded><![CDATA[<p>[...] concepts, no cool user interfaces, only the same that already is. Apple will decide based on flawed guidelines whether you spent weeks researching and testing your interface or not. Surprising move from a [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
