<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Make Tech Easier&#187; paste</title>
	<atom:link href="http://maketecheasier.com/tag/paste/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 25 May 2012 23:58:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to Disable Mouse Middle Click to Paste Feature in Linux</title>
		<link>http://maketecheasier.com/disable-middle-mouse-click-to-paste-feature-in-linux-quick-tips/2012/03/23</link>
		<comments>http://maketecheasier.com/disable-middle-mouse-click-to-paste-feature-in-linux-quick-tips/2012/03/23#comments</comments>
		<pubDate>Fri, 23 Mar 2012 14:58:21 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[middle click]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[paste]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=47446</guid>
		<description><![CDATA[If you are not aware, in Linux, you can use the mouse middle click to paste content into your text documents. Together with a clipboard manager, this can be a very useful feature that allows you to do things more efficiently, except that it can also be very annoying at... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/disable-middle-mouse-click-to-paste-feature-in-linux-quick-tips/2012/03/23&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/disable-middle-mouse-click-to-paste-feature-in-linux-quick-tips/2012/03/23" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/disable-middle-mouse-click-to-paste-feature-in-linux-quick-tips/2012/03/23" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/disable-middle-mouse-click-to-paste-feature-in-linux-quick-tips/2012/03/23" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/disable-middle-mouse-click-to-paste-feature-in-linux-quick-tips/2012/03/23&amp;title=How+to+Disable+Mouse+Middle+Click+to+Paste+Feature+in+Linux&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/disable-middle-mouse-click-to-paste-feature-in-linux-quick-tips/2012/03/23" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/disable-middle-mouse-click-to-paste-feature-in-linux-quick-tips/2012/03/23">How to Disable Mouse Middle Click to Paste Feature in Linux</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2012/03/disable-middleclick-mouse.jpg" alt="disable-middleclick-mouse" title="disable-middleclick-mouse" class="alignleft size-full wp-image-47487" />If you are not aware, in Linux, you can use the mouse middle click to paste content into your text documents. Together with a clipboard manager, this can be a very useful feature that allows you to do things more efficiently, except that it can also be very annoying at times.</p>
<p>For those with a sensitive mouse, you will find that everytime you scroll your mouse wheel too fast (which translate into a middle click), it will paste the previous copied content to your text editor, documents or any other input text field, without your knowledge. For writers, developers or anyone working on a written project, this is very frustrating. </p>
<p>As this is a system level feature, there are no easy ways to disable the mouse middle click to paste feature, but there are some workarounds/hacks that we can use.<br />
<span id="more-47446"></span></p>
<h2>Remapping the mouse middle-click function</h2>
<p>One of the hack is to remap the mouse middle click button to other commands, like left or right click. This will effectively kill the middle-click to paste feature. However, this will also disable all middle click functions, so you won&#8217;t be able to middle click a folder to open in new tab in Nautilus, open new links or close a open tab.</p>
<p>1. Open a text editor and add the following text:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">pointer = <span style="color: #000000;">1</span> <span style="color: #000000;">6</span> <span style="color: #000000;">3</span> <span style="color: #000000;">4</span> <span style="color: #000000;">5</span> <span style="color: #000000;">2</span></pre></div></div>

<p>and save the file as &#8220;.Xmodmap&#8221; (without the quote) in your home folder. </p>
<p>Log out of your session and login again. Your mouse middle click will not be functional now.</p>
<h2>Disable middle click to paste in Firefox</h2>
<p>If you are mainly working in the Firefox browser, you can deactivate the middle click to paste feature without losing your mouse middle click functionality.</p>
<p>On the URL bar, type &#8220;<em>about:config</em>&#8220;, press Enter and click the &#8220;I&#8217;ll be careful, I promise&#8221; button.</p>
<p>select for &#8220;<code>middlemouse.paste</code>&#8220;. Double click on it to change the value from &#8220;true&#8221; to &#8220;false&#8221;.</p>
<p><img src="http://imagecdn.maketecheasier.com/2012/03/disable-middleclick-firefox.png" alt="disable-middleclick-firefox" title="disable-middleclick-firefox" class="aligncenter size-full wp-image-47483" /></p>
<h2>Disable middle click to paste in Chrome</h2>
<p>Unlike Firefox, there is no configuration options to turn disable the middle-click to paste feature. However, you can install the <a href="https://chrome.google.com/webstore/detail/occjjkgifpmdgodlplnacmkejpdionan" target="_blank">Autoscroll extension</a> to remap the middle mouse button to autoscroll instead. </p>
<h2>For Hardcore users: Patching the gtk source file</h2>
<p>This particular hack involves patching the gtk source file and is meant for those experienced Linux users who know what they are doing. You will need to install a whole bunch of files and compiler code.</p>
<p>The following instruction was adapted from <a href="http://www.assembla.com/spaces/slipstream/wiki/Disabling_GTK%27s_middle_mouse_button_functionality" target="_blank">Assembla</a> and modified to work for Gtk 3.0.</p>
<p>Open a terminal and type the following:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> update
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> upgrade</pre></div></div>

<p>Next, grab the necessary files for compiling the code:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> build-dep gtk+<span style="color: #000000;">3.0</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> build-essential</pre></div></div>

<p>Download the patch file</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">mkdir</span> <span style="color: #000000; font-weight: bold;">/</span>tmp<span style="color: #000000; font-weight: bold;">/</span>gtk
<span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>tmp<span style="color: #000000; font-weight: bold;">/</span>gtk
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>subversion.assembla.com<span style="color: #000000; font-weight: bold;">/</span>svn<span style="color: #000000; font-weight: bold;">/</span>slipstream<span style="color: #000000; font-weight: bold;">/</span>patches<span style="color: #000000; font-weight: bold;">/</span>gtk_disable_middle_mouse_button_paste.patch</pre></div></div>

<p>Now, we are going to grab the gtk 3.0 source code</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #7a0874; font-weight: bold;">source</span> libgtk-<span style="color: #000000;">3</span>-<span style="color: #000000;">0</span>
<span style="color: #7a0874; font-weight: bold;">cd</span> gtk+<span style="color: #000000;">3.0</span>-3.2.0</pre></div></div>

<p>Apply the patch:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">patch</span> <span style="color: #660033;">-p1</span> <span style="color: #000000; font-weight: bold;">&lt;</span> <span style="color: #000000; font-weight: bold;">/</span>tmp<span style="color: #000000; font-weight: bold;">/</span>gtk<span style="color: #000000; font-weight: bold;">/</span>gtk_disable_middle_mouse_button_paste.patch</pre></div></div>

<p>Recompile the source code:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> cdbs 
<span style="color: #c20cb9; font-weight: bold;">sudo</span> dpkg-buildpackage <span style="color: #660033;">-uc</span> <span style="color: #660033;">-us</span></pre></div></div>

<p>Install the patched file:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">dpkg</span> <span style="color: #660033;">-i</span> ..<span style="color: #000000; font-weight: bold;">/</span>libgtk-<span style="color: #000000;">3</span>-<span style="color: #000000;">0</span>_3.2.0-0ubuntu6_i386.deb</pre></div></div>

<p>The code above is meant for gtk 3.2.0. If your gtk version is different, change the version number above. </p>
<p>That&#8217;s it. Log out and login again. The mouse middle-click to paste feature should be disabled now. </p>
<p><strong>Note</strong>:<br />
1. It is possible that any future update of the gtk code will override the changes. You might need to re-apply the patch again to disable the middle-click to paste.</p>
<p>2. This patch doesn&#8217;t disable the middle-click to paste feature in Firefox. You still need to manually disable it in the about:config (see above).</p>
<p>3. I have tried this on Ubuntu Oneiric and it worked. I have not tried it on Ubuntu Precise (12.04).</p>
<h2>Using xsel to paste empty content</h2>
<p>This is another hack by <a href="http://askubuntu.com/users/41/marco-ceppi" target="_blank">Marco Ceppi</a>. Rather than disabling the mouse middle-click to paste feature, it uses &#8220;xsel&#8221; to paste empty content when the middle button is clicked.</p>
<p>Here is the hack. First, install xsel:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> xsel</pre></div></div>

<p>Download this <a href="http://dl.dropbox.com/u/6864546/disable-middle-click-paste.sh" target="_blank">hack file</a> and place it in your home folder.</p>
<p>Make it executable (Right-click -&gt; Properties -&gt; Permissions -&gt; Allow executing file as program).</p>
<p>Create a new entry in the startup applications and add the following:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sh</span> disable-middle-click-paste.sh</pre></div></div>

<p><strong>Note</strong>: This script will run an endless loop to detect mouse middle click and empty the copied content. </p>
<p>That&#8217;s it.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/surfing-the-web-without-a-mouse-linux/2012/04/12' title='Surfing The Web Without a Mouse [Linux]'>Surfing The Web Without a Mouse [Linux]</a></li>
<li><a href='http://maketecheasier.com/clipper-a-powerful-clipboard-manager-for-android/2011/07/04' title='Clipper: A Powerful Clipboard Manager For Android'>Clipper: A Powerful Clipboard Manager For Android</a></li>
<li><a href='http://maketecheasier.com/qjoypad-keyboard-to-gamepad-mapping-for-linux/2010/05/03' title='Qjoypad: Keyboard to Gamepad Mapping for Linux'>Qjoypad: Keyboard to Gamepad Mapping for Linux</a></li>
<li><a href='http://maketecheasier.com/use-kde-clipboard-and-klipper-app/2010/04/26' title='How to Use KDE&#8217;s Clipboard and Klipper App'>How to Use KDE&#8217;s Clipboard and Klipper App</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/disable-middle-mouse-click-to-paste-feature-in-linux-quick-tips/2012/03/23&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/disable-middle-mouse-click-to-paste-feature-in-linux-quick-tips/2012/03/23" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/disable-middle-mouse-click-to-paste-feature-in-linux-quick-tips/2012/03/23" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/disable-middle-mouse-click-to-paste-feature-in-linux-quick-tips/2012/03/23" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/disable-middle-mouse-click-to-paste-feature-in-linux-quick-tips/2012/03/23&amp;title=How+to+Disable+Mouse+Middle+Click+to+Paste+Feature+in+Linux&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/disable-middle-mouse-click-to-paste-feature-in-linux-quick-tips/2012/03/23" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/disable-middle-mouse-click-to-paste-feature-in-linux-quick-tips/2012/03/23">How to Disable Mouse Middle Click to Paste Feature in Linux</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/disable-middle-mouse-click-to-paste-feature-in-linux-quick-tips/2012/03/23/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Clipper: A Powerful Clipboard Manager For Android</title>
		<link>http://maketecheasier.com/clipper-a-powerful-clipboard-manager-for-android/2011/07/04</link>
		<comments>http://maketecheasier.com/clipper-a-powerful-clipboard-manager-for-android/2011/07/04#comments</comments>
		<pubDate>Mon, 04 Jul 2011 23:58:07 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[clipboard manager]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[paste]]></category>
		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=35179</guid>
		<description><![CDATA[Most Android phones come with very good copy/paste feature. You just have to tap and press on the word or input field and the option to copy or paste will appear. What if you need more than just the basic copy and paste feature, such as accessing the clipboard history?... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/clipper-a-powerful-clipboard-manager-for-android/2011/07/04&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/clipper-a-powerful-clipboard-manager-for-android/2011/07/04" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/clipper-a-powerful-clipboard-manager-for-android/2011/07/04" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/clipper-a-powerful-clipboard-manager-for-android/2011/07/04" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/clipper-a-powerful-clipboard-manager-for-android/2011/07/04&amp;title=Clipper%3A+A+Powerful+Clipboard+Manager+For+Android&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/clipper-a-powerful-clipboard-manager-for-android/2011/07/04" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/clipper-a-powerful-clipboard-manager-for-android/2011/07/04">Clipper: A Powerful Clipboard Manager For Android</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2011/07/clipper-logo.jpg" alt="clipper-logo" title="clipper-logo" width="125" height="126" class="alignleft size-full wp-image-35190" />Most Android phones come with very good copy/paste feature. You just have to tap and press on the word or input field and the option to copy or paste will appear. What if you need more than just the basic copy and paste feature, such as accessing the clipboard history? You will need a third party app to do that, and Clipper could well be the one you are looking for. </p>
<p>Clipper is a powerful clipboard manager for Android. There are two main things that it could do: manage your clipboard content and create your own snippet text for quick retrieval. Let&#8217;s take a detail look.<br />
<span id="more-35179"></span><br />
1. Download the Clipper app from the <a href="https://market.android.com/details?id=org.rojekti.clipper">Android market</a>.</p>
<p>2. Once you have installed the app, you will see an icon at your notification bar. Tap on it to open the app. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/07/clipper-notification-icon.jpg" alt="clipper-notification-icon" title="clipper-notification-icon" width="320" height="232" class="aligncenter size-full wp-image-35183" /></p>
<p>3. You should see two tabs: Clipboard and Snippets. The Clipboard tab shows your clipboard history. You tap on any of the entry and it will become the active item ready to be pasted. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/07/clipper-clipboard-items.png" alt="clipper-clipboard-items" title="clipper-clipboard-items" width="320" height="312" class="aligncenter size-full wp-image-35184" /></p>
<p>You can also sort your clipboard items by position, date, title, contents, or copy count.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/07/clipper-sort.jpg" alt="clipper-sort" title="clipper-sort" width="320" height="510" class="aligncenter size-full wp-image-35185" /></p>
<p>4. The Snippets tab is where you save snippets of text, like your email signature or any other repetitive text, so you can retrieve and use it quickly. It saves you time from typing the same things over and over again. </p>
<p>To create a new snippet, simply press the Menu button and select &#8220;New&#8221;. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/07/clipper-add-new-snippet.png" alt="clipper-add-new-snippet" title="clipper-add-new-snippet" width="320" height="513" class="aligncenter size-full wp-image-35186" /></p>
<p>In the Pro version, you can even add dynamic time and date as the snippet. It also supports word substitution, like type &#8220;<em>MTE</em>&#8221; to get &#8220;<em>http://maketecheasier.com</em>&#8220;.</p>
<p>6. Lastly, Clipper also supports Import/Export function. You can easily export your clipboard item to your SD card and import them to another Android phone running Clipper. This is particularly useful if you always wipe your phone to try out new ROMs. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/07/clipper-import-export.png" alt="clipper-import-export" title="clipper-import-export" width="320" height="480" class="aligncenter size-full wp-image-35187" /></p>
<p>In short, Clipper is the perfect app to manage your clipboard in Android. The free version only stores 20 clipboard items and 5 snippets. It doesn&#8217;t come with ads though, and that is a good thing. The pro version costs $0.99 and allows unlimited clipboard items and snippets and more options when configuring your snippets.</p>
<p><a href="https://market.android.com/details?id=org.rojekti.clipper">Clipper</a> (market link)<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/disable-middle-mouse-click-to-paste-feature-in-linux-quick-tips/2012/03/23' title='How to Disable Mouse Middle Click to Paste Feature in Linux'>How to Disable Mouse Middle Click to Paste Feature in Linux</a></li>
<li><a href='http://maketecheasier.com/use-kde-clipboard-and-klipper-app/2010/04/26' title='How to Use KDE&#8217;s Clipboard and Klipper App'>How to Use KDE&#8217;s Clipboard and Klipper App</a></li>
<li><a href='http://maketecheasier.com/five-free-clipboard-managers-for-windows/2009/11/21' title='Five Free Clipboard Managers for Windows '>Five Free Clipboard Managers for Windows </a></li>
<li><a href='http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03' title='How To Perform Copy/Paste Function In iPhone'>How To Perform Copy/Paste Function In iPhone</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/clipper-a-powerful-clipboard-manager-for-android/2011/07/04&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/clipper-a-powerful-clipboard-manager-for-android/2011/07/04" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/clipper-a-powerful-clipboard-manager-for-android/2011/07/04" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/clipper-a-powerful-clipboard-manager-for-android/2011/07/04" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/clipper-a-powerful-clipboard-manager-for-android/2011/07/04&amp;title=Clipper%3A+A+Powerful+Clipboard+Manager+For+Android&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/clipper-a-powerful-clipboard-manager-for-android/2011/07/04" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/clipper-a-powerful-clipboard-manager-for-android/2011/07/04">Clipper: A Powerful Clipboard Manager For Android</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/clipper-a-powerful-clipboard-manager-for-android/2011/07/04/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Use KDE&#8217;s Clipboard and Klipper App</title>
		<link>http://maketecheasier.com/use-kde-clipboard-and-klipper-app/2010/04/26</link>
		<comments>http://maketecheasier.com/use-kde-clipboard-and-klipper-app/2010/04/26#comments</comments>
		<pubDate>Mon, 26 Apr 2010 12:00:10 +0000</pubDate>
		<dc:creator>Tavis J. Hampton</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[clipboard]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[cut]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[klipper]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[paste]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=14876</guid>
		<description><![CDATA[The clipboard is one of the oldest and most important features of desktop computing. With it, you can temporarily store pictures, images, and even file information in the system&#8217;s memory, and then copy or move that information to a new destination. KDE has an advanced clipboard system, largely due to... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/use-kde-clipboard-and-klipper-app/2010/04/26&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/use-kde-clipboard-and-klipper-app/2010/04/26" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/use-kde-clipboard-and-klipper-app/2010/04/26" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/use-kde-clipboard-and-klipper-app/2010/04/26" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/use-kde-clipboard-and-klipper-app/2010/04/26&amp;title=How+to+Use+KDE%26%238217%3Bs+Clipboard+and+Klipper+App&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/use-kde-clipboard-and-klipper-app/2010/04/26" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/use-kde-clipboard-and-klipper-app/2010/04/26">How to Use KDE&#8217;s Clipboard and Klipper App</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-14877" title="klipper" src="http://imagecdn.maketecheasier.com/2010/04/klipper.png" alt="Klipper icon" width="128" height="128" />The clipboard is one of the oldest and most important features of desktop computing. With it, you can temporarily store pictures, images, and even file information in the system&#8217;s memory, and then copy or move that information to a new destination.</p>
<p>KDE has an advanced clipboard system, largely due to a small program called Klipper, which can store more than one piece of data. KDE also has the ability to copy and move files with copying and pasting, and automatic creation of files using clipboard data.<br />
<span id="more-14876"></span></p>
<h3>1. The Basics</h3>
<p>KDE&#8217;s clipboard allows for cross-application copying, cutting, and pasting. For example, you can copy a URL in Konqueror and easily paste it into KWord. Furthermore, GTK and Gnome applications all copy, cut, and paste seamlessly with KDE applications.</p>
<p>Dolphin file manager, plasma&#8217;s Folder View widget, and any other KDE application that can manage files, all share the same copy/cut/paste features. If you want to copy a file from one folder to another, click <em>Edit</em> in the menu and then click <em>Copy</em>. To complete the operation, navigate to the destination folder, click <em>Edit</em>, and click <em>Paste</em>. The same technique works for moving files using the &#8220;Cut&#8221; feature.</p>
<p>KDE accepts the same universal shortcuts that nearly all desktop environments use: <strong>Ctrl+C</strong> for copying, <strong>Ctrl+X</strong> for cutting, and <strong>Ctrl+V</strong> for pasting. These work across all applications, with the exception of Konsole, which uses those shortcuts for standard command-line tasks. Instead Konsole uses <strong>Ctrl+Shift+C</strong> and <strong>Ctrl+Shift+V</strong> for copy and paste.</p>
<p>Another quick way to copy and paste in Konsole is to select text in the window and then press in on the mouse wheel (middle click). It will automatically paste whatever you have selected. This will also save that text in the clipboard so that you can paste it into other applications using a middle click.</p>
<h3>2. Advanced</h3>
<p><a id="aptureLink_jBwMqiC7Rr" href="http://userbase.kde.org/Klipper">Klipper</a> is a KDE tool that saves clipboard history. To start Klipper, press <em>Alt+F2</em> and type &#8220;<em>Klipper</em>&#8221; (without the quote). It will load the program directly to your system tray, display an icon that looks like a clipboard with a piece of paper in front of it.</p>
<p><img class="alignnone size-full wp-image-14878" title="clipboard1-nq8" src="http://imagecdn.maketecheasier.com/2010/04/clipboard1-nq8.jpg" alt="Klipper menu" width="577" height="373" /></p>
<p>You can activate the Klipper menu with either a left or a right click (or by pressing Ctrl+Alt+V). The top portion of the menu will show the klipper history, which shows 10 entries by default. The last 10 pieces of text that you have copied into your clipboard will be shown. To paste any one of them, click on the one you want and then paste using your normal method (i.e. Ctrl+V).</p>
<h3>Clipboard Actions</h3>
<p>With Clipboard Actions enabled, Klipper will attempt to detect what you want to do with selected or copied text. For example, if you select a URL, Klipper will recognize it as a web address and offer you a menu of options, the first of which will most likely be to open your default web browser.</p>
<p>To toggle Clipboard Actions, press <strong>Ctrl+Alt+X</strong>. Moreover, if you have a particular string of text in your clipboard that responds to Clipboard Actions, you can press <strong>Ctrl+Alt+R</strong> at any time to manually</p>
<h3>File Creation</h3>
<p>When working with lots of text data, it is sometimes helpful to create text files to store the information you gather. For example, a student writing a paper might need to collect several citations. The normal procedure to create a text file for a quote or excerpt to be cited would be to copy the text in a web browser, create a new file in a folder, name the file, open the file, paste the text, and finally save the new file.</p>
<p><img class="alignnone size-full wp-image-14879" title="clipboard2-nq8" src="http://imagecdn.maketecheasier.com/2010/04/clipboard2-nq8.jpg" alt="Clipboard file creation" width="577" height="284" /></p>
<p>KDE offers a shorter solution. All you have to do is copy the text and then paste it directly into Dolphin. As soon as you attempt to paste the text, Dolphin will popup a window asking you to name the clipboard contents you are pasting. Give it a name, and a text file by that name will be automatically created.</p>
<p>As a writer, I know I would be lost without a usable desktop clipboard. Many people use the feature every day without even thinking about it. Klipper adds another dimension to the clipboard, helping users to be more efficient and better organized.<br />
<!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/the-quick-way-to-cut-and-paste-in-mac/2010/09/01' title='The Quick Way To Cut And Paste In Mac'>The Quick Way To Cut And Paste In Mac</a></li>
<li><a href='http://maketecheasier.com/disable-middle-mouse-click-to-paste-feature-in-linux-quick-tips/2012/03/23' title='How to Disable Mouse Middle Click to Paste Feature in Linux'>How to Disable Mouse Middle Click to Paste Feature in Linux</a></li>
<li><a href='http://maketecheasier.com/clipper-a-powerful-clipboard-manager-for-android/2011/07/04' title='Clipper: A Powerful Clipboard Manager For Android'>Clipper: A Powerful Clipboard Manager For Android</a></li>
<li><a href='http://maketecheasier.com/five-free-clipboard-managers-for-windows/2009/11/21' title='Five Free Clipboard Managers for Windows '>Five Free Clipboard Managers for Windows </a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/use-kde-clipboard-and-klipper-app/2010/04/26&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/use-kde-clipboard-and-klipper-app/2010/04/26" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/use-kde-clipboard-and-klipper-app/2010/04/26" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/use-kde-clipboard-and-klipper-app/2010/04/26" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/use-kde-clipboard-and-klipper-app/2010/04/26&amp;title=How+to+Use+KDE%26%238217%3Bs+Clipboard+and+Klipper+App&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/use-kde-clipboard-and-klipper-app/2010/04/26" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/use-kde-clipboard-and-klipper-app/2010/04/26">How to Use KDE&#8217;s Clipboard and Klipper App</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/use-kde-clipboard-and-klipper-app/2010/04/26/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Five Free Clipboard Managers for Windows</title>
		<link>http://maketecheasier.com/five-free-clipboard-managers-for-windows/2009/11/21</link>
		<comments>http://maketecheasier.com/five-free-clipboard-managers-for-windows/2009/11/21#comments</comments>
		<pubDate>Sat, 21 Nov 2009 23:00:13 +0000</pubDate>
		<dc:creator>Shevonne</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[clipboard managers]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[paste]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=8540</guid>
		<description><![CDATA[The default Windows Clipboard Manager, known as Office Clipboard, does not offer much functionality that would be useful to many people. It can hold 24 items, either text or images, that can be used throughout the different Microsoft Office applications. If a person adds a 25th one, the oldest item... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/five-free-clipboard-managers-for-windows/2009/11/21&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/five-free-clipboard-managers-for-windows/2009/11/21" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/five-free-clipboard-managers-for-windows/2009/11/21" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/five-free-clipboard-managers-for-windows/2009/11/21" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/five-free-clipboard-managers-for-windows/2009/11/21&amp;title=Five+Free+Clipboard+Managers+for+Windows&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/five-free-clipboard-managers-for-windows/2009/11/21" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/five-free-clipboard-managers-for-windows/2009/11/21">Five Free Clipboard Managers for Windows</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-8550" src="http://imagecdn.maketecheasier.com/2009/11/cp_icon.png" alt="clipomatic_system_tray_icon" width="180" height="107" />The default Windows Clipboard Manager, known as Office Clipboard, does not offer much functionality that would be useful to many people. It can hold 24 items, either text or images, that can be used throughout the different Microsoft Office applications. If a person adds a 25th one, the oldest item gets deleted. There is copy history to an extent. If you close your application, the items are contained in the Office Clipboard. However, if you turn your system off, all your copied items get deleted.  Here are five free clipboard managers that have additional functionality lacking in the default Windows clipboard manager.<br />
<span id="more-8540"></span></p>
<h3>1. <a href="http://www.mlin.net/Clipomatic.shtml" target="_blank">Clipomatic</a></h3>
<p>Clipomatic is a simple Clipboard Manager that can hold different sets of items in your system, even when you turn it off. After installing it, you will see an icon in your system tray.</p>
<p><img class="alignnone size-full wp-image-8550" src="http://imagecdn.maketecheasier.com/2009/11/cp_clipomatic_icon.jpg" alt="clipomatic_system_tray_icon" width="303" height="85" /></p>
<p>The default is ten items, but you can go to the Settings and increase the amount of items that it holds up until 64 items.</p>
<p><img class="alignnone size-full wp-image-8544" src="http://imagecdn.maketecheasier.com/2009/11/cp_clipomatic_settings.jpg" alt="clipomatic_settings" width="255" height="313" /></p>
<p>This is only text-based items.  Clipomatic doesn’t support images. However, it’s very useful if you are trying to save and retain code that you don’t want to continuously enter.</p>
<p>As stated above, you are able to have different sets of data that you can recall at any time. It’s a good way to group different sets of data.</p>
<p><img class="alignnone" src="http://imagecdn.maketecheasier.com/2009/11/cp_clipomatic_sets.jpg" alt="clipomatic_sets" width="264" height="212" /></p>
<p>Clipomatic is good if you want a simple Clipboard Manager that can copy+paste text. However, if you want to retain images and HTML code, then this isn’t the Clipboard Manager for you.</p>
<h3>2. <a href="http://www.pastecopy.net/">PasteCopy.NET</a></h3>
<p><img class="alignnone size-full wp-image-8554" src="http://imagecdn.maketecheasier.com/2009/11/cp_pastecopy_editor.jpg" alt="pastecopynet_editor" width="357" height="438" /></p>
<p>PasteCopy.NET adds a ton of functionality to a Clipboard Manager.  It can hold text, images, RTF, CSV, and HTML data that can be stored as long as you want.  The Clipboard Manager is multilingual, and supports data in different languages.  Additionally, it provides a way for you to covert to/from .RTF, HTML, and text.</p>
<p><img class="alignnone size-full wp-image-8555" src="http://imagecdn.maketecheasier.com/2009/11/cp_pastecopy_options.png" alt="pastecopynet_options" width="206" height="235" /></p>
<p>Another great option is the capability of exporting out of the program, if need be. Currently, the only file type that it exports to is .RTF. You are able to add categories, which are groupings of data, that you can name whatever you want. When you copy an item, PasteCopy provides a way for you to view a preview of the item. This is useful if you have many items copied and want to see what each one is. You are also capable of customizing the behavior of PasteCopy.NET by changing how you convert the files, data preview, and how it works with Windows.</p>
<p><img class="alignnone size-full wp-image-8556" src="http://imagecdn.maketecheasier.com/2009/11/cp_pastecopy_pref.png" alt="pastecopynet_preferences" width="240" height="279" /></p>
<p><img class="alignnone size-full wp-image-8553" src="http://imagecdn.maketecheasier.com/2009/11/cp_pastecopy_preview.png" alt="pastecopynet_preview_settings" width="240" height="279" /></p>
<p>One thing that they need to think about modifying in the future is the lack of right-click capability. For instance, if I want to rename the Category name, I have to click on the Category, and then go up to <em>Edit-&gt;Edit Item</em>. This can be frustrating to some people.</p>
<p>Overall, PasteCopy.NET is a neat program that definitely enhances the Clipboard Manager. Nevertheless, it needs to think about simple functionality like right-clicking.</p>
<h3>3. <a href="http://www.cybermatrix.com/clipboard_magic.html">Clipboard Magic</a></h3>
<p><img class="alignnone" src="http://imagecdn.maketecheasier.com/2009/11/cp_clipboardmagic_editor.png" alt="clipboardmagic_editor" width="373" height="205" /></p>
<p>Clipboard Magic is a text-based, multilingual Clipboard Manager. It looks like a Notepad program that has clipboard capabilities. You are able to import as much as you want with no restrictions. You are able to customize Clipboard Magic by modifying the the look and behavior of the it.</p>
<p><img class="alignnone size-full wp-image-8563" src="http://imagecdn.maketecheasier.com/2009/11/cp_clipboardmagic_settings.png" alt="clipboardmagic_settings" width="542" height="372" /></p>
<p>You are able to organize your clips in lists. One of the neat things about the program is that you are able to append an existing list to the current one you are creating. Furthermore, you are able to import/export text files in the program.</p>
<p><img class="alignnone size-full wp-image-8565" src="http://imagecdn.maketecheasier.com/2009/11/cp_clipboardmagic_file.png" alt="clipboardmagic_file" width="193" height="220" /></p>
<p>A flaw with Clipboard Magic is that it doesn&#8217;t provide a way to format the list. Everything is free hand, which can be a problem. Also, you have to manually <em>cut+paste</em> into the program. It doesn&#8217;t automatically do it for you. However, it allows you to drag and drop text into the program.</p>
<h3>4. <a href="http://ditto-cp.sourceforge.net/" target="_blank">Ditto</a></h3>
<p><img class="alignnone size-full wp-image-8568" src="http://imagecdn.maketecheasier.com/2009/11/cp_ditto_editor.png" alt="ditto_editor" width="300" height="300" /></p>
<p>Ditto is a Clipboard Manager that supports many different types of files. It is a single interface that truncates copied items into rows. You are only able to import files that were created in the system. When you hit <em>copy+paste</em>, it automatically saves in the program. As with the previous Clipboard Managers, Ditto allows you to create groupings of clips.</p>
<p><img class="alignnone size-full wp-image-8567" src="http://imagecdn.maketecheasier.com/2009/11/cp_ditto_options.png" alt="ditto_options" width="566" height="522" /></p>
<p>One great thing about Ditto is that you are able to share clips between different systems. You just need to add the system information in the Friends tab.</p>
<p><img class="alignnone size-full wp-image-8573" src="http://imagecdn.maketecheasier.com/2009/11/cp_ditto_friends.png" alt="ditto_friends" width="566" height="506" /></p>
<p>Ditto even provides statistics that helps you understand how you are using the Clipboard Manager.</p>
<p><img class="alignnone size-full wp-image-8574" src="http://imagecdn.maketecheasier.com/2009/11/cp_ditto_stats.png" alt="ditto_stats" width="566" height="506" /></p>
<p>Ditto is no doubt a robust Clipboard Manager. It will be the best if it includes the import/export functionality found in other Clipboard Managers.</p>
<h3>5. <a href="http://m8software.com/clipboards/freeclip/freeclip.htm" target="_blank">M8 FreeClip Board</a></h3>
<p><img class="alignnone size-full wp-image-8593" src="http://imagecdn.maketecheasier.com/2009/11/cp_m8_editor.png" alt="m8_editor" width="577" height="92" /></p>
<p>M8 FreeClip Board is a simple Clipboard Manager. You are able to <em>copy+paste</em> text and images in the program. Unlike the other Clipboard Managers, M8 FreeClip Board can only hold up to 25 items. One of the best features of the Clipboard Manager is its editor. It organizes the clips in truncated rows. When you want to view a specific clip, you just hover over it with your mouse, and a preview window will display the clip.</p>
<p><img class="alignnone size-full wp-image-8595" src="http://imagecdn.maketecheasier.com/2009/11/cp_m8_preview.jpg" alt="m8_preview" width="249" height="272" /></p>
<p>You are also able to select specific programs to copy clips from. There is an option to enter program you do not want to capture clips from. It&#8217;s like a blacklist.</p>
<p><img class="alignnone size-full wp-image-8594" src="http://imagecdn.maketecheasier.com/2009/11/cp_m8_program.png" alt="m8_selected program" width="577" height="115" /></p>
<p>You can pick and choose buttons that will extend the functionality of the Clipboard Manager. You are able to add the capability of filling out forms, viewing clips on an Internet browser, emailing clips, and various other buttons.</p>
<p><img class="alignnone size-full wp-image-8590" src="http://imagecdn.maketecheasier.com/2009/11/cp_m8_buttons.jpg" alt="m8_buttons" width="203" height="178" /></p>
<p>To get the ability to add lists, contain more clips, and other functionality that is lacking in this Clipboard Manager, you need to upgrade. The free version provides the basics of a Clipboard Manager that you need, so it should be fine, unless you want more features.</p>
<p>Which is your favorite Windows Clipboard Manager?</p>
<p>Image credit: <a href="http://www.flickr.com/photos/31219703@N02/" target="_blank">parpiflickr</a></p>
<p><!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/disable-middle-mouse-click-to-paste-feature-in-linux-quick-tips/2012/03/23' title='How to Disable Mouse Middle Click to Paste Feature in Linux'>How to Disable Mouse Middle Click to Paste Feature in Linux</a></li>
<li><a href='http://maketecheasier.com/clipper-a-powerful-clipboard-manager-for-android/2011/07/04' title='Clipper: A Powerful Clipboard Manager For Android'>Clipper: A Powerful Clipboard Manager For Android</a></li>
<li><a href='http://maketecheasier.com/use-kde-clipboard-and-klipper-app/2010/04/26' title='How to Use KDE&#8217;s Clipboard and Klipper App'>How to Use KDE&#8217;s Clipboard and Klipper App</a></li>
<li><a href='http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03' title='How To Perform Copy/Paste Function In iPhone'>How To Perform Copy/Paste Function In iPhone</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/five-free-clipboard-managers-for-windows/2009/11/21&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/five-free-clipboard-managers-for-windows/2009/11/21" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/five-free-clipboard-managers-for-windows/2009/11/21" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/five-free-clipboard-managers-for-windows/2009/11/21" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/five-free-clipboard-managers-for-windows/2009/11/21&amp;title=Five+Free+Clipboard+Managers+for+Windows&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/five-free-clipboard-managers-for-windows/2009/11/21" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/five-free-clipboard-managers-for-windows/2009/11/21">Five Free Clipboard Managers for Windows</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/five-free-clipboard-managers-for-windows/2009/11/21/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Perform Copy/Paste Function In iPhone</title>
		<link>http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03</link>
		<comments>http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03#comments</comments>
		<pubDate>Tue, 03 Feb 2009 13:34:00 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iphone app]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[paste]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=2370</guid>
		<description><![CDATA[Even though your iPhone/iPod Touch allows you to install, run and perform many applications, there is just one simple function that is most sought after, but is not available – Copy/Paste. Yes, iPhone/iPod Touch does not come with Copy/Paste function and despite countless pleas to Apple to implement this feature,... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03&amp;title=How+To+Perform+Copy%2FPaste+Function+In+iPhone&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03">How To Perform Copy/Paste Function In iPhone</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="copy-paste" src="http://imagecdn.maketecheasier.com/2009/02/copypaste.jpg" alt="copy-paste" width="289" height="90" /> Even though your iPhone/iPod Touch allows you to install, run and perform many applications, there is just one simple function that is most sought after, but is not available – Copy/Paste.</p>
<p>Yes, iPhone/iPod Touch does not come with Copy/Paste function and despite countless pleas to Apple to implement this feature, there is still no news that this function is going to be included in the future firmware upgrade.</p>
<p>Nevertheless, if you are willing to jailbreak your iPhone/iPod Touch and void the guarantee, you still can get the Copy/Paste to work. For those who are yearning for the Copy/Paste function, here is how you can get it working on your iPhone.</p>
<p><span id="more-2370"></span></p>
<p>1. <a href="http://maketecheasier.com/how-to-use-quickpwn-to-jailbreak-your-iphoneipod-touch-easily/2008/09/03" target="_blank">Jailbreak</a> your iPhone</p>
<p>2. On the home screen, you should see a <em>Cydia </em>icon.Tap on it to run the installer application.</p>
<p><img title="iphone-home" src="http://imagecdn.maketecheasier.com/2009/02/iphonehome.jpg" alt="iphone-home" width="320" height="462" /></p>
<p>3. On the <em>Cydia</em> main screen, navigate to <em>Sections-&gt; Keyboards Extension</em>. You will find <em>hClipboard</em>. Tap and install it.</p>
<p><img title="cydia-keyboard" src="http://imagecdn.maketecheasier.com/2009/02/cydiakeyboard1.jpg" alt="cydia-keyboard" width="288" height="414" /> <img title="cydia-keyboard: hclipboard" src="http://imagecdn.maketecheasier.com/2009/02/cydiakeyboard2.jpg" alt="cydia-keyboard: hclipboard" width="288" height="414" /></p>
<p>4. Once you have finished the installation, exit <em>Cydia</em> and go to <em>Settings</em>. Navigate to <em>General -&gt;Keyboard-&gt;International Keyboards</em>. You will see the <em>hClipboard</em> function. Slide the button to turn it on.</p>
<p><img title="settings-general" src="http://imagecdn.maketecheasier.com/2009/02/settingsgeneral.jpg" alt="settings-general" width="288" height="414" /> <img title="settings-keyboard" src="http://imagecdn.maketecheasier.com/2009/02/settingskeyboard.jpg" alt="settings-keyboard" width="288" height="414" /></p>
<p><img title="settings-intl-keyboard" src="http://imagecdn.maketecheasier.com/2009/02/settingsintlkeyboard.jpg" alt="settings-intl-keyboard" width="288" height="414" /> <img title="settings-hclipboard" src="http://imagecdn.maketecheasier.com/2009/02/settingshclipboard.jpg" alt="settings-hclipboard" width="288" height="414" /></p>
<p>5. Now, go to any text application (such as Note). On the keyboard, you should see a globe button. Tapping on this globe button will turn the keyboard to the Copy/Paste mode.</p>
<p><img title="keyboard-globe" src="http://imagecdn.maketecheasier.com/2009/02/keyboardglobe.jpg" alt="keyboard-globe" width="288" height="414" /> <img title="copy-paste-mode" src="http://imagecdn.maketecheasier.com/2009/02/copypastemode.jpg" alt="copy-paste-mode" width="288" height="414" /></p>
<p>Now type some text on the Note. Go to the Copy/Paste mode. Tap on the first icon (on the right) to copy all the text. To copy only a portion of the text, first place the cursor on the starting. Tap the second icon. You should see a sentence “<em>Select from here…</em>”. Next, move the cursor to the end of the selected text. Tap the second icon again. The selected text should now be copied to the clipboard.</p>
<p>To paste the text, simply tap the entry on the copy/paste keyboard. To delete, simple swipe the clipboard entry to the right.</p>
<p><img title="copy-text" src="http://imagecdn.maketecheasier.com/2009/02/copytext.jpg" alt="copy-text" width="288" height="414" /> <img title="delete-copied-text" src="http://imagecdn.maketecheasier.com/2009/02/deletecopiedtext.jpg" alt="delete-copied-text" width="288" height="414" /></p>
<p>You can also save the copied text as a template so you can use it over and over again, without having to retype it.</p>
<p>That’s it. Enjoy the Copy/Paste function in your iPhone/iPod Touch.</p>
<p>Note:<em> Another application that gives you the Copy/Paste function is Clippy. You can find it in the Cydia installer.</em></p>
<p><!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/google-earth-for-the-iphone-reviewed/2009/01/04' title='Google Earth for the iPhone Reviewed'>Google Earth for the iPhone Reviewed</a></li>
<li><a href='http://maketecheasier.com/disable-middle-mouse-click-to-paste-feature-in-linux-quick-tips/2012/03/23' title='How to Disable Mouse Middle Click to Paste Feature in Linux'>How to Disable Mouse Middle Click to Paste Feature in Linux</a></li>
<li><a href='http://maketecheasier.com/6-ios-apps-for-getting-in-shape/2012/03/22' title='6 iOS Apps For Getting In Shape'>6 iOS Apps For Getting In Shape</a></li>
<li><a href='http://maketecheasier.com/forecast-for-iphone-foursquare-check-in-ahead-of-time/2012/01/28' title='Forecast for iPhone: Foursquare Check-In Ahead of Time'>Forecast for iPhone: Foursquare Check-In Ahead of Time</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03&amp;title=How+To+Perform+Copy%2FPaste+Function+In+iPhone&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03">How To Perform Copy/Paste Function In iPhone</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>WebNotes: Eliminating Copy and Paste Functions, One Note At A Time</title>
		<link>http://maketecheasier.com/webnotes-eliminating-copy-and-paste-functions-one-note-at-a-time/2009/01/14</link>
		<comments>http://maketecheasier.com/webnotes-eliminating-copy-and-paste-functions-one-note-at-a-time/2009/01/14#comments</comments>
		<pubDate>Wed, 14 Jan 2009 13:09:28 +0000</pubDate>
		<dc:creator>Joel Reyes</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[Notes]]></category>
		<category><![CDATA[paste]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=2025</guid>
		<description><![CDATA[After having used WebNotes for a while, I&#8217;m very impressed. With a name like WebNotes this web applications function is a bit of a self explanatory one. However, even though this application has a simple name, and behind that name it has simple functions, I will elaborate a bit on... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/webnotes-eliminating-copy-and-paste-functions-one-note-at-a-time/2009/01/14&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/webnotes-eliminating-copy-and-paste-functions-one-note-at-a-time/2009/01/14" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/webnotes-eliminating-copy-and-paste-functions-one-note-at-a-time/2009/01/14" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/webnotes-eliminating-copy-and-paste-functions-one-note-at-a-time/2009/01/14" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/webnotes-eliminating-copy-and-paste-functions-one-note-at-a-time/2009/01/14&amp;title=WebNotes%3A+Eliminating+Copy+and+Paste+Functions%2C+One+Note+At+A+Time&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/webnotes-eliminating-copy-and-paste-functions-one-note-at-a-time/2009/01/14" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/webnotes-eliminating-copy-and-paste-functions-one-note-at-a-time/2009/01/14">WebNotes: Eliminating Copy and Paste Functions, One Note At A Time</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p>After having used <a href="http://www.webnotes.net/" target="_blank">WebNotes</a> for a while, I&#8217;m very impressed. With a name like WebNotes this web applications function is a bit of a self explanatory one. However, even though this application has a simple name, and behind that name it has simple functions, I will elaborate a bit on its features and uses. WebNotes is a web application that you can use in Mozilla Firefox and Internet Explorer browsers.</p>
<p><img class="alignnone size-full wp-image-2026" src="http://imagecdn.maketecheasier.com/2009/1/webnotes-001.jpg" alt="webnotes-001" width="580" height="373" /></p>
<p><span id="more-2025"></span></p>
<h3>WebNotes Is:</h3>
<p>A web application that allows you make live sticky notes with your preferred annotated text on the side. You&#8217;re able to highlight any set of text on any webpage and then simply share your notes with anyone you&#8217;d like to via email or link sharing. I&#8217;m glad that the creators of WebNotes thought of this idea, because now anyone on the web is able to properly save and index their notes with a few taps on the mouse. You can throw out the all-outdated copy and paste format imprisoning you to use Ctrl C and V every 5 seconds or so.</p>
<p><img class="aligncenter size-full wp-image-2027" src="http://imagecdn.maketecheasier.com/2009/1/webnotes-002.jpg" alt="webnotes-002" width="580" height="276" /></p>
<h3>How to Utilize WebNotes:</h3>
<p>WebNotes is really marketed and aimed at people that conduct a lot of research on the Web. Its uses don&#8217;t have to be restricted to professional or student use, it can be utilized by anyone with a PC. With this application you can easily annotate, organize, and share your notes, comments, or web content. All you have to do is install the <a href="http://www.webnotes.net/download/download.aspx" target="_blank">WebNotes toolbar</a> that contains all the necessary tools. Once the tool bar has been installed then you&#8217;re set to start annotating the web.</p>
<p>You can highlight any set of text and later view it in your WebNotes account. The notes you take and highlight will always be archived in <em>you&#8217;re my WebNotes</em> area and they will be accompanied by the specific URL where you took the notes from.</p>
<p><strong>Example:</strong></p>
<p>Highlight any part of any text within a site.</p>
<p><img class="aligncenter size-full wp-image-2028" src="http://imagecdn.maketecheasier.com/2009/1/webnotes-003.jpg" alt="webnotes-003" width="580" height="344" /></p>
<p>Later quickly view all of your notes in <em>you&#8217;re my WebNotes</em> section.</p>
<p><img class="aligncenter size-full wp-image-2029" src="http://imagecdn.maketecheasier.com/2009/1/webnotes-004.jpg" alt="webnotes-004" width="580" height="226" /></p>
<p>When you&#8217;ve finished highlighting the text and notes you desire, you can click on the <em>Share this page</em> button, and this will allow you to send your notes via email or direct link to the persons of your choice.</p>
<p><strong>The End of Our WebNotes Journey:</strong></p>
<p>From what I&#8217;ve gathered WebNotes is an easy and simple to use web application that allows the facilitation of jotting down quick notes that can be saved and viewed later. This gives you the ability to organize your work properly while making your life on the web a bit easier all together.</p>
<p>One thing I wasn&#8217;t able to come to very good terms with was the installation of the tool bar, although easy enough as it is to install it, you don&#8217;t always want to have to install a complete tool bar on top of the Google or Yahoo tool bar already installed within my browser. Maybe WebNotes could possibly develop a much more appealing tool bar with the use of Flash that pops up when you click a small button located somewhere on your screen.</p>
<h3>Invites</h3>
<p>With all of this being said, I have around 10 WebNotes Beta invites. If you want to get one, shout it out in the comments, along with your email address.</p>
<p><!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/disable-middle-mouse-click-to-paste-feature-in-linux-quick-tips/2012/03/23' title='How to Disable Mouse Middle Click to Paste Feature in Linux'>How to Disable Mouse Middle Click to Paste Feature in Linux</a></li>
<li><a href='http://maketecheasier.com/clipper-a-powerful-clipboard-manager-for-android/2011/07/04' title='Clipper: A Powerful Clipboard Manager For Android'>Clipper: A Powerful Clipboard Manager For Android</a></li>
<li><a href='http://maketecheasier.com/use-kde-clipboard-and-klipper-app/2010/04/26' title='How to Use KDE&#8217;s Clipboard and Klipper App'>How to Use KDE&#8217;s Clipboard and Klipper App</a></li>
<li><a href='http://maketecheasier.com/five-free-clipboard-managers-for-windows/2009/11/21' title='Five Free Clipboard Managers for Windows '>Five Free Clipboard Managers for Windows </a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/webnotes-eliminating-copy-and-paste-functions-one-note-at-a-time/2009/01/14&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/webnotes-eliminating-copy-and-paste-functions-one-note-at-a-time/2009/01/14" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/webnotes-eliminating-copy-and-paste-functions-one-note-at-a-time/2009/01/14" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/webnotes-eliminating-copy-and-paste-functions-one-note-at-a-time/2009/01/14" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/webnotes-eliminating-copy-and-paste-functions-one-note-at-a-time/2009/01/14&amp;title=WebNotes%3A+Eliminating+Copy+and+Paste+Functions%2C+One+Note+At+A+Time&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/webnotes-eliminating-copy-and-paste-functions-one-note-at-a-time/2009/01/14" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/webnotes-eliminating-copy-and-paste-functions-one-note-at-a-time/2009/01/14">WebNotes: Eliminating Copy and Paste Functions, One Note At A Time</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/webnotes-eliminating-copy-and-paste-functions-one-note-at-a-time/2009/01/14/feed</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: cdn.maketecheasier.com

Served from: maketecheasier.com @ 2012-05-25 20:04:51 -->
