<?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 Peter Van Dijck's Guide to Ease</title>
	<atom:link href="http://poorbuthappy.com/ease/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://poorbuthappy.com/ease</link>
	<description>Peter Van Dijck's weblog</description>
	<pubDate>Sat, 07 Nov 2009 15:13:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Review of &#8220;Selling usability: user experience infiltration tactics&#8221; by John S. Rhodes</title>
		<link>http://poorbuthappy.com/ease/archives/2009/03/29/4502/review-of-selling-usability-user-experience-infiltration-tactics#comment-145775</link>
		<dc:creator>John S. Rhodes</dc:creator>
		<pubDate>Wed, 14 Oct 2009 17:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://poorbuthappy.com/ease/archives/2009/03/29/4502/review-of-selling-usability-user-experience-infiltration-tactics#comment-145775</guid>
		<description>p.s. I can ship internationally through my store!  :-)</description>
		<content:encoded><![CDATA[<p>p.s. I can ship internationally through my store!  :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drupal considered dangerous for startups? by Adulmec</title>
		<link>http://poorbuthappy.com/ease/archives/2006/12/09/3382/drupal-considered-dangerous-for-startups#comment-145741</link>
		<dc:creator>Adulmec</dc:creator>
		<pubDate>Thu, 03 Sep 2009 11:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://poorbuthappy.com/ease/archives/2006/12/09/3382/drupal-considered-dangerous-for-startups#comment-145741</guid>
		<description>Well, I think Drupal has come a long way from the time this article was written.  I think D6 is a appropriate choice for many startups that have limited resources devoted to what they want to build.  It depends what type of company you are.  But there are more problems that can appropriate solved with Drupal in less time and on a smaller budget than not.  We just launched a basic site in Drupal in a short time and are more than happy with it (a &lt;a href="http:/www.ataxi.ro" rel="nofollow"&gt;&lt;/a&gt;taxi firm directory).

-Daniel</description>
		<content:encoded><![CDATA[<p>Well, I think Drupal has come a long way from the time this article was written.  I think D6 is a appropriate choice for many startups that have limited resources devoted to what they want to build.  It depends what type of company you are.  But there are more problems that can appropriate solved with Drupal in less time and on a smaller budget than not.  We just launched a basic site in Drupal in a short time and are more than happy with it (a <a href="http:/www.ataxi.ro" rel="nofollow"></a>taxi firm directory).</p>
<p>-Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install ELGG on dreamhost by Eric</title>
		<link>http://poorbuthappy.com/ease/archives/2008/10/18/4335/how-to-install-elgg-on-dreamhost#comment-145738</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Sat, 29 Aug 2009 03:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://poorbuthappy.com/ease/archives/2008/10/18/4335/how-to-install-elgg-on-dreamhost#comment-145738</guid>
		<description>trying to install elgg1.5 on dreamhost and during setup I get a data folder not writeable message , pretty sure I made it 777 writeable.
I put it (the empty dadt folder I created per txt)  in the elgg folder is that the wrong place</description>
		<content:encoded><![CDATA[<p>trying to install elgg1.5 on dreamhost and during setup I get a data folder not writeable message , pretty sure I made it 777 writeable.<br />
I put it (the empty dadt folder I created per txt)  in the elgg folder is that the wrong place</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drupal follow-up: why I still think Drupal or any generic CMS is dangerous for many startups. by Derek</title>
		<link>http://poorbuthappy.com/ease/archives/2007/01/28/3471/drupal-follow-up-why-i-still-think-drupal-or-any-generic-cms-is-dangerous-for-many-startups#comment-145735</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Wed, 26 Aug 2009 00:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://poorbuthappy.com/ease/archives/2007/01/28/3471/drupal-follow-up-why-i-still-think-drupal-or-any-generic-cms-is-dangerous-for-many-startups#comment-145735</guid>
		<description>The first rule of Drupal that you must obey if you want to live in Drupal Nirvana is   --  '"Don't hack core" --  You may think that it is impossible not to hack core.  I once thought this way too.  Then I learned how to use Drupal.  There is a plethora of documentation and other information at Drupal.org that will help in your development efforts. 

You mentioned that you had to hack core to display your nodes in different orders... you can use http://drupal.org/project/views for that.  

The beauty of Drupal is that most of the stuff that you want has already been developed and you can just drop it onto your server and go.  Drupal's modular architecture encourages a fairly high degree of standardization among contributed modules.

At any rate the essence of what I wanted to say is this:  If you find yourself hacking core, then you probably don't know what you are doing...  My brother and I have not touched core for any projects using Drupal later than 4.7 (At that time we did not know what we were doing either)...
 
I really think that anyone wanting to just explore a free and fairly easy to use CMS should look into Drupal.

Drupal's power and flexibility are not for the casual web publisher.  These people will be comfortable with the ease that WordPress, Blogger, Movable Type, etc. have to offer.  A person wanting a blog would only be interested in using Drupal if they would also like to say: sell subscriptions, build their own content types, define their own blocks, regions, menus, and so on.  Drupal gives you the ability to do pretty much whatever you want.

Regards, Derek</description>
		<content:encoded><![CDATA[<p>The first rule of Drupal that you must obey if you want to live in Drupal Nirvana is   &#8212;  &#8216;&#8221;Don&#8217;t hack core&#8221; &#8212;  You may think that it is impossible not to hack core.  I once thought this way too.  Then I learned how to use Drupal.  There is a plethora of documentation and other information at Drupal.org that will help in your development efforts. </p>
<p>You mentioned that you had to hack core to display your nodes in different orders&#8230; you can use <a href="http://drupal.org/project/views" rel="nofollow">http://drupal.org/project/views</a> for that.  </p>
<p>The beauty of Drupal is that most of the stuff that you want has already been developed and you can just drop it onto your server and go.  Drupal&#8217;s modular architecture encourages a fairly high degree of standardization among contributed modules.</p>
<p>At any rate the essence of what I wanted to say is this:  If you find yourself hacking core, then you probably don&#8217;t know what you are doing&#8230;  My brother and I have not touched core for any projects using Drupal later than 4.7 (At that time we did not know what we were doing either)&#8230;</p>
<p>I really think that anyone wanting to just explore a free and fairly easy to use CMS should look into Drupal.</p>
<p>Drupal&#8217;s power and flexibility are not for the casual web publisher.  These people will be comfortable with the ease that WordPress, Blogger, Movable Type, etc. have to offer.  A person wanting a blog would only be interested in using Drupal if they would also like to say: sell subscriptions, build their own content types, define their own blocks, regions, menus, and so on.  Drupal gives you the ability to do pretty much whatever you want.</p>
<p>Regards, Derek</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drupal considered dangerous for startups? by Post Free classified ads</title>
		<link>http://poorbuthappy.com/ease/archives/2006/12/09/3382/drupal-considered-dangerous-for-startups#comment-145730</link>
		<dc:creator>Post Free classified ads</dc:creator>
		<pubDate>Wed, 19 Aug 2009 17:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://poorbuthappy.com/ease/archives/2006/12/09/3382/drupal-considered-dangerous-for-startups#comment-145730</guid>
		<description>Nice post. When startup is successful I really like Drupal’s scalability. I love it when I just build a blog out in drupal and then the startup NGO begings gaining some traction and a couple months later the same core site is handling the organizations event system and housing a private intranet ect… it makes the clients smile knowing they have a development platform that happens to have a great cms.</description>
		<content:encoded><![CDATA[<p>Nice post. When startup is successful I really like Drupal’s scalability. I love it when I just build a blog out in drupal and then the startup NGO begings gaining some traction and a couple months later the same core site is handling the organizations event system and housing a private intranet ect… it makes the clients smile knowing they have a development platform that happens to have a great cms.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install ELGG on dreamhost by Melanie</title>
		<link>http://poorbuthappy.com/ease/archives/2008/10/18/4335/how-to-install-elgg-on-dreamhost#comment-145727</link>
		<dc:creator>Melanie</dc:creator>
		<pubDate>Fri, 31 Jul 2009 01:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://poorbuthappy.com/ease/archives/2008/10/18/4335/how-to-install-elgg-on-dreamhost#comment-145727</guid>
		<description>I made the change and I'm still getting the error.
Elgg error: Elgg does not support PHP 4.</description>
		<content:encoded><![CDATA[<p>I made the change and I&#8217;m still getting the error.<br />
Elgg error: Elgg does not support PHP 4.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drupal considered dangerous for startups? by humble</title>
		<link>http://poorbuthappy.com/ease/archives/2006/12/09/3382/drupal-considered-dangerous-for-startups#comment-145722</link>
		<dc:creator>humble</dc:creator>
		<pubDate>Mon, 27 Jul 2009 20:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://poorbuthappy.com/ease/archives/2006/12/09/3382/drupal-considered-dangerous-for-startups#comment-145722</guid>
		<description>Drupal is great-but the growing pains of a startup require attention-and Drupal can really pull at the limited amount of intellectual resources (your staff) you have..Drupal should be viewed as an objective to bridge over too unless you have the resoures to have SMEs on hand to deal with drupal..Resources-a good linux sys admin who knows mysql and has worked with Drupal, a PHP developer whose worked with drupal and a Community contributer or mod developer..
Even with those in place for a startup-its tough.</description>
		<content:encoded><![CDATA[<p>Drupal is great-but the growing pains of a startup require attention-and Drupal can really pull at the limited amount of intellectual resources (your staff) you have..Drupal should be viewed as an objective to bridge over too unless you have the resoures to have SMEs on hand to deal with drupal..Resources-a good linux sys admin who knows mysql and has worked with Drupal, a PHP developer whose worked with drupal and a Community contributer or mod developer..<br />
Even with those in place for a startup-its tough.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Upload and download speeds with TATA Indicom in India. by Wolf</title>
		<link>http://poorbuthappy.com/ease/archives/2009/07/20/4618/upload-and-download-speeds-with-tata-indicom-in-india#comment-145716</link>
		<dc:creator>Wolf</dc:creator>
		<pubDate>Mon, 20 Jul 2009 15:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://poorbuthappy.com/ease/archives/2009/07/20/4618/upload-and-download-speeds-with-tata-indicom-in-india#comment-145716</guid>
		<description>Gives you some perspective... thanks.</description>
		<content:encoded><![CDATA[<p>Gives you some perspective&#8230; thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What the hell is a chupacabra? (aka the elmendorf beast) by TigerGirl</title>
		<link>http://poorbuthappy.com/ease/archives/2007/09/01/3815/what-the-hell-is-a-chupacabre#comment-145703</link>
		<dc:creator>TigerGirl</dc:creator>
		<pubDate>Tue, 07 Jul 2009 17:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://poorbuthappy.com/ease/archives/2007/09/01/3815/what-the-hell-is-a-chupacabre#comment-145703</guid>
		<description>That was not a head of a man what they saw was something else...cause human eyes dont glow in the dark. 
When a saw the video e was totaly suprised by that "thing". I stopped in the moment that he turns the head to watch who did that noise...and i thought like: I EXPECT THAT THIS DOESNT HAPPENDS TO ME!
P.S.-One more thing, if something is writted bad is because im portuguese.</description>
		<content:encoded><![CDATA[<p>That was not a head of a man what they saw was something else&#8230;cause human eyes dont glow in the dark.<br />
When a saw the video e was totaly suprised by that &#8220;thing&#8221;. I stopped in the moment that he turns the head to watch who did that noise&#8230;and i thought like: I EXPECT THAT THIS DOESNT HAPPENDS TO ME!<br />
P.S.-One more thing, if something is writted bad is because im portuguese.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Designing the relationship between content and locales by Designing the relationship between content and locales &#187; jarango.com</title>
		<link>http://poorbuthappy.com/ease/archives/2005/01/12/2413/designing-the-relationship-between-content-and-locales#comment-145675</link>
		<dc:creator>Designing the relationship between content and locales &#187; jarango.com</dc:creator>
		<pubDate>Sat, 20 Jun 2009 20:36:01 +0000</pubDate>
		<guid isPermaLink="false">/?p=2413#comment-145675</guid>
		<description>[...] Peter Van Dijck: &#8220;I am trying to gather thoughts on the various structures and patterns that occur when creating multiple versions of a website in multiple locales.&#8221; [...]</description>
		<content:encoded><![CDATA[<p>[...] Peter Van Dijck: &#8220;I am trying to gather thoughts on the various structures and patterns that occur when creating multiple versions of a website in multiple locales.&#8221; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Information architecture and user experience in Belgium by Karl Gilis</title>
		<link>http://poorbuthappy.com/ease/archives/2004/08/26/2061/information-architecture-in-belgium#comment-145669</link>
		<dc:creator>Karl Gilis</dc:creator>
		<pubDate>Wed, 17 Jun 2009 20:06:11 +0000</pubDate>
		<guid isPermaLink="false">/?p=2061#comment-145669</guid>
		<description>An interesting blog on usability from Belgium. http://webusability-blog.com/</description>
		<content:encoded><![CDATA[<p>An interesting blog on usability from Belgium. <a href="http://webusability-blog.com/" rel="nofollow">http://webusability-blog.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Balsamiq mockups review by Nick Hibberd</title>
		<link>http://poorbuthappy.com/ease/archives/2009/03/02/4487/balsamiq-mockups-review#comment-145661</link>
		<dc:creator>Nick Hibberd</dc:creator>
		<pubDate>Fri, 12 Jun 2009 09:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://poorbuthappy.com/ease/archives/2009/03/02/4487/balsamiq-mockups-review#comment-145661</guid>
		<description>I too have used it for a number of months and I think the sketchy style is what makes it so good. When putting together a project spec I can slip in quick designs that illustrate a point, rather than detailed images which tend to be interpreted as the finished article. I wouldn't use it in place of proper wireframe software, but it does a job for me.</description>
		<content:encoded><![CDATA[<p>I too have used it for a number of months and I think the sketchy style is what makes it so good. When putting together a project spec I can slip in quick designs that illustrate a point, rather than detailed images which tend to be interpreted as the finished article. I wouldn&#8217;t use it in place of proper wireframe software, but it does a job for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Maori versus Dewey by Chris</title>
		<link>http://poorbuthappy.com/ease/archives/2005/01/27/2457/the-maori-versus-dewey#comment-145659</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 06 Jun 2009 00:08:46 +0000</pubDate>
		<guid isPermaLink="false">/?p=2457#comment-145659</guid>
		<description>Who says there can be only one catalog?  Increasingly fast computers and vast data storage capacity should allow for more than one catalog of the same information -- or better yet, one database but multiple architectures to search the database.  So, I log in, then choose which search architecture suits me.  Cooperative "tagging" helps in this, as long as the taggers are knowledgable and serious in setting up their architecture.</description>
		<content:encoded><![CDATA[<p>Who says there can be only one catalog?  Increasingly fast computers and vast data storage capacity should allow for more than one catalog of the same information &#8212; or better yet, one database but multiple architectures to search the database.  So, I log in, then choose which search architecture suits me.  Cooperative &#8220;tagging&#8221; helps in this, as long as the taggers are knowledgable and serious in setting up their architecture.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Balsamiq mockups review by Steve</title>
		<link>http://poorbuthappy.com/ease/archives/2009/03/02/4487/balsamiq-mockups-review#comment-145643</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 21 May 2009 17:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://poorbuthappy.com/ease/archives/2009/03/02/4487/balsamiq-mockups-review#comment-145643</guid>
		<description>I've used Mockups for several months now, and like it very much.  It makes me more productive, and I can build mockups for a project in a fraction of the time now, and do not need to rely on any assistance from a developer.  I like the comic font, as it is useful when interacting with users. I like the linking, and will try to create a master as outlined in the video (haven't done that yet).  I think that if there were an easier way to create a master without the import/export chore, it would have most of what I need.  I have demo'd Axure and iPlotz also.  They are good products.  Where Balsamic excels is in its usability.  Please keep it simple to use in future releases !!!  The other products behave more like development tools sometimes, in my opinion.  I am a systems analyst and have no desire to use a developer's workbench.  Thanks for a product that is truly intended for an analyst.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve used Mockups for several months now, and like it very much.  It makes me more productive, and I can build mockups for a project in a fraction of the time now, and do not need to rely on any assistance from a developer.  I like the comic font, as it is useful when interacting with users. I like the linking, and will try to create a master as outlined in the video (haven&#8217;t done that yet).  I think that if there were an easier way to create a master without the import/export chore, it would have most of what I need.  I have demo&#8217;d Axure and iPlotz also.  They are good products.  Where Balsamic excels is in its usability.  Please keep it simple to use in future releases !!!  The other products behave more like development tools sometimes, in my opinion.  I am a systems analyst and have no desire to use a developer&#8217;s workbench.  Thanks for a product that is truly intended for an analyst.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on  by Andrea Resmini</title>
		<link>http://poorbuthappy.com/ease/archives/2009/05/07/4599/4599#comment-145635</link>
		<dc:creator>Andrea Resmini</dc:creator>
		<pubDate>Thu, 07 May 2009 15:16:41 +0000</pubDate>
		<guid isPermaLink="false">http://poorbuthappy.com/ease/archives/2009/05/07/4599/4599#comment-145635</guid>
		<description>Peter,

thanks for supporting the initiative. 

As for the PDF-only thing, it's really PDF-only *now*. We needed the Journal out, and PDFs were already being produced during the revision stages, so that was easy and quick.
But we are currently working on the individual XHTML pages for all articles (should be available early next week), and on RSS feeds, and on uncountable other things we know the web site is missing or does poorly.

I mean, I totally share the irony, and you know I take this things personal: I wouldn't stand the Journal of IA delivering poor UX if not for just a brief period. ;)</description>
		<content:encoded><![CDATA[<p>Peter,</p>
<p>thanks for supporting the initiative. </p>
<p>As for the PDF-only thing, it&#8217;s really PDF-only *now*. We needed the Journal out, and PDFs were already being produced during the revision stages, so that was easy and quick.<br />
But we are currently working on the individual XHTML pages for all articles (should be available early next week), and on RSS feeds, and on uncountable other things we know the web site is missing or does poorly.</p>
<p>I mean, I totally share the irony, and you know I take this things personal: I wouldn&#8217;t stand the Journal of IA delivering poor UX if not for just a brief period. ;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
