<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1.2" -->
<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/"
	>

<channel>
	<title>APP Blog</title>
	<link>http://www.appdesign.com/blog</link>
	<description>Thoughts, rants, and code snippets from the folks at APP Design, Inc.</description>
	<pubDate>Fri, 11 Jan 2008 23:45:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>
	<language>en</language>
			<item>
		<title>&#8220;Hidden in Plain Sight&#8221; book</title>
		<link>http://www.appdesign.com/blog/2007/09/02/hidden-in-plain-sight-book/</link>
		<comments>http://www.appdesign.com/blog/2007/09/02/hidden-in-plain-sight-book/#comments</comments>
		<pubDate>Sun, 02 Sep 2007 21:34:09 +0000</pubDate>
		<dc:creator>Ivan K</dc:creator>
		
		<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://www.appdesign.com/blog/2008/01/11/hidden-in-plain-sight-book/</guid>
		<description><![CDATA[Finished a third of the Hidden in Plain Sight book. I thought I read good reviews about it, but I could not find them any more. Anyway, the premise is this: find out what customers want and deliver it. This breakthrough insight is based on a number of corporate anecdotes. I feel cheated out of [...]]]></description>
			<content:encoded><![CDATA[<p>Finished a third of the <a href="http://http://www.amazon.com/Hidden-Plain-Sight-Companys-Strategy/dp/1422101657/ref=pd_bbs_sr_1?ie=UTF8&amp;s=books&amp;qid=1200086678&amp;sr=8-1" target="_blank">Hidden in Plain Sight</a> book. I thought I read good reviews about it, but I could not find them any more. Anyway, the premise is this: find out what customers want and deliver it. This breakthrough insight is based on a number of corporate anecdotes. I feel cheated out of my $20, I hope I bought it used.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.appdesign.com/blog/2007/09/02/hidden-in-plain-sight-book/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Moving indices to a different partition in the Microsoft SQL Server</title>
		<link>http://www.appdesign.com/blog/2007/07/01/moving-indices-to-a-different-partition-in-the-microsoft-sql-server/</link>
		<comments>http://www.appdesign.com/blog/2007/07/01/moving-indices-to-a-different-partition-in-the-microsoft-sql-server/#comments</comments>
		<pubDate>Sun, 01 Jul 2007 18:47:55 +0000</pubDate>
		<dc:creator>Ivan K</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.appdesign.com/blog/2008/01/09/moving-indices-to-a-different-partition-in-the-microsoft-sql-server/</guid>
		<description><![CDATA[Let&#8217;s say your database grows big and you need to add additional storage. You can engage in a re-partitioning project using a backup/restore strategy, but the simplest thing to do is to start with moving indices. Here is the script to do that:
]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s say your database grows big and you need to add additional storage. You can engage in a re-partitioning project using a backup/restore strategy, but the simplest thing to do is to start with moving indices. Here is the script to do that: <a href="http://www.appdesign.com/blog/2007/07/01/moving-indices-to-a-different-partition-in-the-microsoft-sql-server/#more-5" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.appdesign.com/blog/2007/07/01/moving-indices-to-a-different-partition-in-the-microsoft-sql-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The &#8220;Halo Effect&#8221; book</title>
		<link>http://www.appdesign.com/blog/2007/06/19/the-halo-effect-book/</link>
		<comments>http://www.appdesign.com/blog/2007/06/19/the-halo-effect-book/#comments</comments>
		<pubDate>Tue, 19 Jun 2007 18:06:56 +0000</pubDate>
		<dc:creator>Ivan K</dc:creator>
		
		<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://www.appdesign.com/blog/2008/01/09/the-halo-effect-book/</guid>
		<description><![CDATA[ Just finished reading The Halo Effect: &#8230;  book by Phil Rosenzweig. It is almost exclusively devoted to debunking these three books:
]]></description>
			<content:encoded><![CDATA[<p> Just finished reading <a href="http://www.amazon.com/Halo-Effect-Business-Delusions-Managers/dp/0743291255/ref=sr_1_5?ie=UTF8&amp;s=books&amp;qid=1199899187&amp;sr=1-5"><span class="sans">The Halo Effect: &#8230;</span></a>  book by Phil Rosenzweig. It is almost exclusively devoted to debunking these three books: <a href="http://www.appdesign.com/blog/2007/06/19/the-halo-effect-book/#more-4" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.appdesign.com/blog/2007/06/19/the-halo-effect-book/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Clone a line of text in Emacs</title>
		<link>http://www.appdesign.com/blog/2007/04/24/clone-a-line-of-text-in-emacs/</link>
		<comments>http://www.appdesign.com/blog/2007/04/24/clone-a-line-of-text-in-emacs/#comments</comments>
		<pubDate>Tue, 24 Apr 2007 23:09:23 +0000</pubDate>
		<dc:creator>Ivan K</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.appdesign.com/blog/2007/04/24/clone-a-line-of-text-in-emacs/</guid>
		<description><![CDATA[In order to create a key-stroke that clones a line of text in Emacs, put this in your .emacs file:
]]></description>
			<content:encoded><![CDATA[<p>In order to create a key-stroke that clones a line of text in Emacs, put this in your .emacs file: <a href="http://www.appdesign.com/blog/2007/04/24/clone-a-line-of-text-in-emacs/#more-7" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.appdesign.com/blog/2007/04/24/clone-a-line-of-text-in-emacs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Killing the whole word in Emacs</title>
		<link>http://www.appdesign.com/blog/2007/04/21/killing-the-whole-word-in-emacs/</link>
		<comments>http://www.appdesign.com/blog/2007/04/21/killing-the-whole-word-in-emacs/#comments</comments>
		<pubDate>Sat, 21 Apr 2007 23:25:45 +0000</pubDate>
		<dc:creator>Ivan K</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.appdesign.com/blog/2007/04/21/killing-the-whole-word-in-emacs/</guid>
		<description><![CDATA[Emacs has two methods of killing words: kill-word kills from the point to the end of the word, kill-word-backward kills from the beginning of the word to the point. More often than not I&#8217;d like to kill the whole word with one key-stroke.
]]></description>
			<content:encoded><![CDATA[<p>Emacs has two methods of killing words: kill-word kills from the point to the end of the word, kill-word-backward kills from the beginning of the word to the point. More often than not I&#8217;d like to kill the whole word with one key-stroke.  <a href="http://www.appdesign.com/blog/2007/04/21/killing-the-whole-word-in-emacs/#more-8" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.appdesign.com/blog/2007/04/21/killing-the-whole-word-in-emacs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Advantages of Character Database Keys</title>
		<link>http://www.appdesign.com/blog/2007/03/22/advantages-of-character-database-keys/</link>
		<comments>http://www.appdesign.com/blog/2007/03/22/advantages-of-character-database-keys/#comments</comments>
		<pubDate>Thu, 22 Mar 2007 23:13:29 +0000</pubDate>
		<dc:creator>Ivan K</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.appdesign.com/blog/2007/03/22/advantages-of-character-database-keys/</guid>
		<description><![CDATA[Introduction
Every database designer faces a decision regarding a selection of a database key type. The common practice, textbooks, and intuition suggest that numeric keys are better than character ones. And the strongest argument for numeric keys is performance - it is generally perceived that numeric keys provide for faster comparison operations inside the database thus [...]]]></description>
			<content:encoded><![CDATA[<h1>Introduction</h1>
<p>Every database designer faces a decision regarding a selection of a database key type. The common practice, textbooks, and intuition suggest that numeric keys are better than character ones. And the strongest argument for numeric keys is performance - it is generally perceived that numeric keys provide for faster comparison operations inside the database thus improving search and access time.</p>
<p> <a href="http://www.appdesign.com/blog/2007/03/22/advantages-of-character-database-keys/#more-10" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.appdesign.com/blog/2007/03/22/advantages-of-character-database-keys/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A small fix for Perl HTTP::WebTest package</title>
		<link>http://www.appdesign.com/blog/2007/02/12/a-small-fix-for-perl-httpwebtest-package/</link>
		<comments>http://www.appdesign.com/blog/2007/02/12/a-small-fix-for-perl-httpwebtest-package/#comments</comments>
		<pubDate>Mon, 12 Feb 2007 22:52:12 +0000</pubDate>
		<dc:creator>Ivan K</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.appdesign.com/blog/2008/01/09/a-small-fix-for-perl-httpwebtest-package/</guid>
		<description><![CDATA[We&#8217;be been using a wonderful Perl web testing package HTTP::WebTest by Ilya Martynov for years . It&#8217;s quite old, but it aged gracefully except for one small problem: HTTP::WebTest&#8217;s API.pm module dies if an improper URI is passed along.
]]></description>
			<content:encoded><![CDATA[<p>We&#8217;be been using a wonderful Perl web testing package <a href="http://search.cpan.org/dist/HTTP-WebTest/lib/HTTP/WebTest.pm" target="_blank">HTTP::WebTest</a> by <a href="http://martynov.org" target="_blank">Ilya Martynov</a> for years . It&#8217;s quite old, but it aged gracefully except for one small problem: <a href="http://search.cpan.org/dist/HTTP-WebTest/lib/HTTP/WebTest.pm" target="_blank">HTTP::WebTest</a>&#8217;s <a href="http://search.cpan.org/dist/HTTP-WebTest/lib/HTTP/WebTest/API.pm" target="_blank">API.pm</a> module dies if an improper URI is passed along.  <a href="http://www.appdesign.com/blog/2007/02/12/a-small-fix-for-perl-httpwebtest-package/#more-6" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.appdesign.com/blog/2007/02/12/a-small-fix-for-perl-httpwebtest-package/feed/</wfw:commentRss>
		</item>
		<item>
		<title>First Post</title>
		<link>http://www.appdesign.com/blog/2007/01/08/first-post/</link>
		<comments>http://www.appdesign.com/blog/2007/01/08/first-post/#comments</comments>
		<pubDate>Mon, 08 Jan 2007 22:31:47 +0000</pubDate>
		<dc:creator>Rob Q</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.appdesign.com/blog/2008/01/08/first-post/</guid>
		<description><![CDATA[The nice thing about starting your own blog is that you always get first post!
]]></description>
			<content:encoded><![CDATA[<p>The nice thing about starting your own blog is that you always get first post!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.appdesign.com/blog/2007/01/08/first-post/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
