<?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 on: When windows are not enough</title>
	<atom:link href="http://gojko.net/2007/08/21/when-windows-are-not-enough/feed/" rel="self" type="application/rss+xml" />
	<link>http://gojko.net/2007/08/21/when-windows-are-not-enough/</link>
	<description>The Quest for Software++</description>
	<pubDate>Sat, 30 Aug 2008 11:27:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Peter J. Schoenster</title>
		<link>http://gojko.net/2007/08/21/when-windows-are-not-enough/#comment-22041</link>
		<dc:creator>Peter J. Schoenster</dc:creator>
		<pubDate>Tue, 04 Dec 2007 19:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/2007/08/21/when-windows-are-not-enough/#comment-22041</guid>
		<description>Thanks for the good content. Odd how vituperative some people are. 

Keep up the good work.</description>
		<content:encoded><![CDATA[<p>Thanks for the good content. Odd how vituperative some people are. </p>
<p>Keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Cheetham</title>
		<link>http://gojko.net/2007/08/21/when-windows-are-not-enough/#comment-17505</link>
		<dc:creator>Tony Cheetham</dc:creator>
		<pubDate>Sun, 16 Sep 2007 10:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/2007/08/21/when-windows-are-not-enough/#comment-17505</guid>
		<description>I use textpad to do all my programming in windows, and it does every task you mentioned there.  Plus I can program and run macros in seconds to automate tasks that a command line couldn't.  There are many more powerful text editors like textpad that will do the same.</description>
		<content:encoded><![CDATA[<p>I use textpad to do all my programming in windows, and it does every task you mentioned there.  Plus I can program and run macros in seconds to automate tasks that a command line couldn&#8217;t.  There are many more powerful text editors like textpad that will do the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johannes Schneider</title>
		<link>http://gojko.net/2007/08/21/when-windows-are-not-enough/#comment-17223</link>
		<dc:creator>Johannes Schneider</dc:creator>
		<pubDate>Mon, 10 Sep 2007 08:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/2007/08/21/when-windows-are-not-enough/#comment-17223</guid>
		<description>Take a look at http://devtools.cedarsoft.org. Made from a lazy developer for lazy developers... This command line interface is made to get your daily tasks get done really fast. Released under GPLv3.
At the moment Maven and Subversion tasks are implemented. More to come...</description>
		<content:encoded><![CDATA[<p>Take a look at <a href="http://devtools.cedarsoft.org" rel="nofollow">http://devtools.cedarsoft.org</a>. Made from a lazy developer for lazy developers&#8230; This command line interface is made to get your daily tasks get done really fast. Released under GPLv3.<br />
At the moment Maven and Subversion tasks are implemented. More to come&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John "Z-Bo" Zabroski</title>
		<link>http://gojko.net/2007/08/21/when-windows-are-not-enough/#comment-16481</link>
		<dc:creator>John "Z-Bo" Zabroski</dc:creator>
		<pubDate>Mon, 27 Aug 2007 20:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/2007/08/21/when-windows-are-not-enough/#comment-16481</guid>
		<description>@Chui Tey
@ "I’d like to see more user interfaces for programming utilities provide the equivalent of an Excel macro recording."

This is exactly what we don't need being a top priority feature in most user interfaces.  Many user interfaces simply need an "Undo" button.  I can't tell you how many people ask me if I could somehow add an "Undo" button to their task.  I've seen cases where a properly designed "Undo" button could increase productivity by 2 hours per day!  Honestly, even as a power user who rarely touches the mouse and memorizes hundreds of keyboard shortcuts for dozens of applications, the one thing that ALWAYS manages to slow me down is an improperly implemented or non-existent undo button.  People make mistakes and they need ways to "erase" them.  Incidentally, the "Undo" button is one of the favorite ideas of the famous and deceased Jef Raskin.</description>
		<content:encoded><![CDATA[<p>@Chui Tey<br />
@ &#8220;I’d like to see more user interfaces for programming utilities provide the equivalent of an Excel macro recording.&#8221;</p>
<p>This is exactly what we don&#8217;t need being a top priority feature in most user interfaces.  Many user interfaces simply need an &#8220;Undo&#8221; button.  I can&#8217;t tell you how many people ask me if I could somehow add an &#8220;Undo&#8221; button to their task.  I&#8217;ve seen cases where a properly designed &#8220;Undo&#8221; button could increase productivity by 2 hours per day!  Honestly, even as a power user who rarely touches the mouse and memorizes hundreds of keyboard shortcuts for dozens of applications, the one thing that ALWAYS manages to slow me down is an improperly implemented or non-existent undo button.  People make mistakes and they need ways to &#8220;erase&#8221; them.  Incidentally, the &#8220;Undo&#8221; button is one of the favorite ideas of the famous and deceased Jef Raskin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John "Z-Bo" Zabroski</title>
		<link>http://gojko.net/2007/08/21/when-windows-are-not-enough/#comment-16480</link>
		<dc:creator>John "Z-Bo" Zabroski</dc:creator>
		<pubDate>Mon, 27 Aug 2007 20:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/2007/08/21/when-windows-are-not-enough/#comment-16480</guid>
		<description>Two things. (1) There has to be a more meaningful picture for this blog entry than the one you chose. (2) My friend added command line interface support to his open-source web framework, because he specializes in dealing with clients who need "Practice Management" software.  He noticed that the system he was replacing were remarkably efficient, text-based DOS system.  Read his comments here: http://sourceforge.net/forum/forum.php?forum_id=720938</description>
		<content:encoded><![CDATA[<p>Two things. (1) There has to be a more meaningful picture for this blog entry than the one you chose. (2) My friend added command line interface support to his open-source web framework, because he specializes in dealing with clients who need &#8220;Practice Management&#8221; software.  He noticed that the system he was replacing were remarkably efficient, text-based DOS system.  Read his comments here: <a href="http://sourceforge.net/forum/forum.php?forum_id=720938" rel="nofollow">http://sourceforge.net/forum/forum.php?forum_id=720938</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
