<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Clipboard Extender Dot Com</title>
	<atom:link href="http://www.clipboardextender.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.clipboardextender.com</link>
	<description>Clipboard resources for end-users and developers.</description>
	<lastBuildDate>Sat, 09 Oct 2010 02:23:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>Comment on Using The Clipboard by Brian</title>
		<link>http://www.clipboardextender.com/end-user-articles/using-the-clipboard#comment-50327</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sat, 09 Oct 2010 02:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.clipboardextender.com/?page_id=12#comment-50327</guid>
		<description>If you are using the copy and past function in the notepad or Word, does that information get saved anywhere or is lost once you copy something else.  I have seen different answers to this question. I have read multiple things as follows:  1) the data is lost as soon as you copy something else, 2) the data gets saved in RAM, 3) data gets saved in temp file, 4) data gets saved in a file somewhere.  I have copied things and I want to a make sure that data is not being saved somwhere for someone else to view, whether it be a high tech person hacking in or a common person using the same computer.  I just have not been able to find a definitive answer.</description>
		<content:encoded><![CDATA[<p>If you are using the copy and past function in the notepad or Word, does that information get saved anywhere or is lost once you copy something else.  I have seen different answers to this question. I have read multiple things as follows:  1) the data is lost as soon as you copy something else, 2) the data gets saved in RAM, 3) data gets saved in temp file, 4) data gets saved in a file somewhere.  I have copied things and I want to a make sure that data is not being saved somwhere for someone else to view, whether it be a high tech person hacking in or a common person using the same computer.  I just have not been able to find a definitive answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Common Mistakes by Josh Straub</title>
		<link>http://www.clipboardextender.com/developing-clipboard-aware-programs-for-windows/common-general-clipboard-mistakes#comment-39608</link>
		<dc:creator>Josh Straub</dc:creator>
		<pubDate>Fri, 20 Nov 2009 05:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.clipboardextender.com/?page_id=7#comment-39608</guid>
		<description>This site really is the ultimate Clipboard resource.  By far my favorite section of this page is:

&quot;Programmer Short-Cut - “Programs should not transfer data into our out of the clipboard without an explicit instruction from the user.”   — Charles Petzold, Programming Windows 3.1, Microsoft Press, 1992
If you use the clipboard to move card faces, toolbar icons, or bits of text within a program, or between programs, without the user performing an explicit cut/copy or paste, then you are using the clipboard as a crutch.  Remember - the clipboard is there for the convenience of the user, not the programmer.  Do not do this!  [...]Any time a program puts data onto the clipboard, without the user’s knowledge or consent, that’s an abuse.  And it’s documented on the The n Habits of Highly Defective Windows Applications page.  http://www.flounder.com/badprogram.htm#clipboard &quot;

Quoting Petzold&#039;s &quot;Programming Windows&quot; and Habits of Highly Defective Windows Applications...  now THAT&#039;S telling &#039;em!!  Sir, I would definitely nominate you for President of Worldwide Application Standards.  

I wish all software was written with as much concern for the user as you show in these articles!!  You hit the nail on the head when you talked about how there is nothing worse than a program that violates the trust of the user and destroys his data or interferes with another program improperly.</description>
		<content:encoded><![CDATA[<p>This site really is the ultimate Clipboard resource.  By far my favorite section of this page is:</p>
<p>&#8220;Programmer Short-Cut &#8211; “Programs should not transfer data into our out of the clipboard without an explicit instruction from the user.”   — Charles Petzold, Programming Windows 3.1, Microsoft Press, 1992<br />
If you use the clipboard to move card faces, toolbar icons, or bits of text within a program, or between programs, without the user performing an explicit cut/copy or paste, then you are using the clipboard as a crutch.  Remember &#8211; the clipboard is there for the convenience of the user, not the programmer.  Do not do this!  [...]Any time a program puts data onto the clipboard, without the user’s knowledge or consent, that’s an abuse.  And it’s documented on the The n Habits of Highly Defective Windows Applications page.  <a href="http://www.flounder.com/badprogram.htm#clipboard" rel="nofollow">http://www.flounder.com/badprogram.htm#clipboard</a> &#8221;</p>
<p>Quoting Petzold&#8217;s &#8220;Programming Windows&#8221; and Habits of Highly Defective Windows Applications&#8230;  now THAT&#8217;S telling &#8216;em!!  Sir, I would definitely nominate you for President of Worldwide Application Standards.  </p>
<p>I wish all software was written with as much concern for the user as you show in these articles!!  You hit the nail on the head when you talked about how there is nothing worse than a program that violates the trust of the user and destroys his data or interferes with another program improperly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ignoring Clipboard Updates with the CF_CLIPBOARD_VIEWER_IGNORE Clipboard Format by Josh Straub</title>
		<link>http://www.clipboardextender.com/developing-clipboard-aware-programs-for-windows/ignoring-clipboard-updates-with-the-cf_clipboard_viewer_ignore-clipboard-format#comment-39607</link>
		<dc:creator>Josh Straub</dc:creator>
		<pubDate>Fri, 20 Nov 2009 05:06:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.clipboardextender.com/?page_id=8#comment-39607</guid>
		<description>In the Help file for Yankee Clipper III, it says:

&quot;Acknowledgements
Yankee Clipper honors the &quot;Clipboard Viewer Ignore&quot; message first implemented by Thornsoft, per http://www.thornsoft.com/developer.htm. This was done simply because it&#039;s a good idea and they were kind enough to make the standard available. &quot;

I have been using Yankee Clipper daily for 12 years without updating, no joke, and today I sought an upgrade, and found this in the help file.  Thank you for this size innovation and that fact it&#039;s spread to my favorite Clipboard application.
http://www.intelexual.com/products/YC3/</description>
		<content:encoded><![CDATA[<p>In the Help file for Yankee Clipper III, it says:</p>
<p>&#8220;Acknowledgements<br />
Yankee Clipper honors the &#8220;Clipboard Viewer Ignore&#8221; message first implemented by Thornsoft, per <a href="http://www.thornsoft.com/developer.htm" rel="nofollow">http://www.thornsoft.com/developer.htm</a>. This was done simply because it&#8217;s a good idea and they were kind enough to make the standard available. &#8221;</p>
<p>I have been using Yankee Clipper daily for 12 years without updating, no joke, and today I sought an upgrade, and found this in the help file.  Thank you for this size innovation and that fact it&#8217;s spread to my favorite Clipboard application.<br />
<a href="http://www.intelexual.com/products/YC3/" rel="nofollow">http://www.intelexual.com/products/YC3/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Fix The Photoshop Clipboard (our analysis) by Josh Straub</title>
		<link>http://www.clipboardextender.com/defective-apps/how-to-fix-the-photoshop-clipboard#comment-39606</link>
		<dc:creator>Josh Straub</dc:creator>
		<pubDate>Fri, 20 Nov 2009 04:54:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.clipboardextender.com/defective-apps/how-to-fix-the-photoshop-clipboard#comment-39606</guid>
		<description>Reading this post and this site is like a breath of fresh air!!  I am always driven nuts when a program doesnt adhere to standard user interface behavior and often I feel like these companies must be braindead (there are many worse than adobe).  It is a relief to hear someone call it like it is.

&quot;Developers never seem to learn: don’t try to be too cute with the clipboard.&quot;  &quot;Smoke and mirror tricks will always end badly&quot;.  &quot;Of course, this is likely due to blind faith in the clipboard notification process.  It probably worked great in the lab though!&quot;

This is brilliant, clear yet provocative writing.  I must read more of what you have written.</description>
		<content:encoded><![CDATA[<p>Reading this post and this site is like a breath of fresh air!!  I am always driven nuts when a program doesnt adhere to standard user interface behavior and often I feel like these companies must be braindead (there are many worse than adobe).  It is a relief to hear someone call it like it is.</p>
<p>&#8220;Developers never seem to learn: don’t try to be too cute with the clipboard.&#8221;  &#8220;Smoke and mirror tricks will always end badly&#8221;.  &#8220;Of course, this is likely due to blind faith in the clipboard notification process.  It probably worked great in the lab though!&#8221;</p>
<p>This is brilliant, clear yet provocative writing.  I must read more of what you have written.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to turn off the Office Clipboard (2000, XP, 2003) by Mary</title>
		<link>http://www.clipboardextender.com/general-clipboard-use/how-to-turn-off-the-office-clipboard-2000-xp-2003#comment-35351</link>
		<dc:creator>Mary</dc:creator>
		<pubDate>Fri, 14 Aug 2009 22:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.clipboardextender.com/general-clipboard-use/how-to-turn-off-the-office-clipboard-2000-xp-2003#comment-35351</guid>
		<description>To Meredith Sivick
THANK YOU :)

Nothing else I did was working.  I had clicked off that stupid checkmark next to Automatically Open Clipboard at least a dozen times.  I had clicked off every other checkmark I could find.  Every time I went into Excel and copied a couple of times the @#*&amp; Clipboard would open up AGAIN.  It looks like you&#039;ve found a way to get the job done.  I just wish Microsoft Office would have honored my first attempts to turn off the clipboard.  It shouldn&#039;t be that hard.</description>
		<content:encoded><![CDATA[<p>To Meredith Sivick<br />
THANK YOU <img src='http://www.clipboardextender.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Nothing else I did was working.  I had clicked off that stupid checkmark next to Automatically Open Clipboard at least a dozen times.  I had clicked off every other checkmark I could find.  Every time I went into Excel and copied a couple of times the @#*&amp; Clipboard would open up AGAIN.  It looks like you&#8217;ve found a way to get the job done.  I just wish Microsoft Office would have honored my first attempts to turn off the clipboard.  It shouldn&#8217;t be that hard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Common Mistakes by Tej</title>
		<link>http://www.clipboardextender.com/developing-clipboard-aware-programs-for-windows/common-general-clipboard-mistakes#comment-28768</link>
		<dc:creator>Tej</dc:creator>
		<pubDate>Fri, 08 May 2009 11:50:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.clipboardextender.com/?page_id=7#comment-28768</guid>
		<description>Hi in my case i had a problem while doing files copy paste, the description will be bit lengthy, sorry for that. I have two folders: say 1 and 2. in 1 I have some no. of files. One application processes these files present in 1 and then paste it to 2. This is defined in process itself. Now after some time I copied and paste processed files from folder 2 to my commonly used folder let us say folder 3 then it copied the files from 1 instead of 2, though I copied from folder 2. Is this problem anyhow related with clipboard&#039;s any limitation? Reply is warmly welcome...</description>
		<content:encoded><![CDATA[<p>Hi in my case i had a problem while doing files copy paste, the description will be bit lengthy, sorry for that. I have two folders: say 1 and 2. in 1 I have some no. of files. One application processes these files present in 1 and then paste it to 2. This is defined in process itself. Now after some time I copied and paste processed files from folder 2 to my commonly used folder let us say folder 3 then it copied the files from 1 instead of 2, though I copied from folder 2. Is this problem anyhow related with clipboard&#8217;s any limitation? Reply is warmly welcome&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ignoring Clipboard Updates with the CF_CLIPBOARD_VIEWER_IGNORE Clipboard Format by Comfort Software</title>
		<link>http://www.clipboardextender.com/developing-clipboard-aware-programs-for-windows/ignoring-clipboard-updates-with-the-cf_clipboard_viewer_ignore-clipboard-format#comment-25113</link>
		<dc:creator>Comfort Software</dc:creator>
		<pubDate>Tue, 07 Apr 2009 11:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.clipboardextender.com/?page_id=8#comment-25113</guid>
		<description>Good News! :)
All Comfort Software products support the Clipboard Viewer Ignore data format.
http://www.comfort-software.com/</description>
		<content:encoded><![CDATA[<p>Good News! <img src='http://www.clipboardextender.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
All Comfort Software products support the Clipboard Viewer Ignore data format.<br />
<a href="http://www.comfort-software.com/" rel="nofollow">http://www.comfort-software.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Fix The Photoshop Clipboard (our analysis) by Bruce</title>
		<link>http://www.clipboardextender.com/defective-apps/how-to-fix-the-photoshop-clipboard#comment-24003</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Sat, 21 Mar 2009 23:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.clipboardextender.com/defective-apps/how-to-fix-the-photoshop-clipboard#comment-24003</guid>
		<description>The registry edit did not work for me. (I downloaded and ran the file). I have never had this problem in all my years of using Photoshop. My Computer at work does not do this.</description>
		<content:encoded><![CDATA[<p>The registry edit did not work for me. (I downloaded and ran the file). I have never had this problem in all my years of using Photoshop. My Computer at work does not do this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows Media Player 11 Interferes With Clipboard Notification by CStubing</title>
		<link>http://www.clipboardextender.com/defective-apps/windows-media-player-11-interferes-with-clipboard-notification#comment-23979</link>
		<dc:creator>CStubing</dc:creator>
		<pubDate>Sat, 21 Mar 2009 13:43:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.clipboardextender.com/?p=10#comment-23979</guid>
		<description>This problem is apparent in WMP10 as well.  The real source of the problem is the ridiculously badly-designed clipboard notification chain API. :`(</description>
		<content:encoded><![CDATA[<p>This problem is apparent in WMP10 as well.  The real source of the problem is the ridiculously badly-designed clipboard notification chain API. :`(</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Motherboard Swap in Vista &#8211; A GOOD Solution! by John Utley</title>
		<link>http://www.clipboardextender.com/off-topic/motherboard-swap-in-vista-a-good-solution#comment-22663</link>
		<dc:creator>John Utley</dc:creator>
		<pubDate>Mon, 23 Feb 2009 01:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.clipboardextender.com/off-topic/motherboard-swap-in-vista-a-good-solution#comment-22663</guid>
		<description>I have had success migrating a Vista install from an AMD-based MB to an Intel board using the method of removing all system devices tied to the MB. &gt; SATA controllers on MB&gt; In my case at least the generic drivers in Vista were capable of allowing me to shut down the PC without a hitch. I took the extra precaution of moving only the hardwars needed to boot the system up and then after the system installed the chipset drivers for the new board, one by one installind the extra HDD&#039;s, sound card, TV card. From what I&#039;ve heard this is hardly foolproof and the &quot;lifeboat method&quot; that you outline looks promising.</description>
		<content:encoded><![CDATA[<p>I have had success migrating a Vista install from an AMD-based MB to an Intel board using the method of removing all system devices tied to the MB. &gt; SATA controllers on MB&gt; In my case at least the generic drivers in Vista were capable of allowing me to shut down the PC without a hitch. I took the extra precaution of moving only the hardwars needed to boot the system up and then after the system installed the chipset drivers for the new board, one by one installind the extra HDD&#8217;s, sound card, TV card. From what I&#8217;ve heard this is hardly foolproof and the &#8220;lifeboat method&#8221; that you outline looks promising.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

