<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>AmirWatad.com</title>
	
	<link>http://www.amirwatad.com/blog</link>
	<description>Remember the name ;)</description>
	<lastBuildDate>Wed, 04 Apr 2012 22:31:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Amirwatadcom" /><feedburner:info uri="amirwatadcom" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Make Vim Remember The Cursor’s Last Position After Exiting</title>
		<link>http://feedproxy.google.com/~r/Amirwatadcom/~3/gMCNYlFDNXE/</link>
		<comments>http://www.amirwatad.com/blog/archives/2010/09/09/make-vim-remember-the-cursors-last-position-after-exiting/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 18:37:14 +0000</pubDate>
		<dc:creator>Amir Watad</dc:creator>
				<category><![CDATA[Vim]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.amirwatad.com/blog/?p=618</guid>
		<description><![CDATA[So you edit a file in vim, you exit vim, and after a while you want to edit the file again. Many times it&#8217;s nice to have the cursor placed in the same position you left it. Here&#8217;s how to make this happen: 1. Add this to your ~/.vimrc file  (or to /etc/vim/vimrc to enable [...]<p>---------
Note:
Some RSS readers might display this post with incorrect format.
View original post at <a href="http://www.amirwatad.com/blog">AmirWatad.com </a><br/><br/><a href="http://www.amirwatad.com/blog/archives/2010/09/09/make-vim-remember-the-cursors-last-position-after-exiting/">Make Vim Remember The Cursor&#8217;s Last Position After Exiting</a></p>
]]></description>
			<content:encoded><![CDATA[<p>So you edit a file in vim, you exit vim, and after a while you want to edit the file again. Many times it&#8217;s nice to have the cursor placed in the same position you left it. Here&#8217;s how to make this happen:</p>
<p>1. Add this to your ~/.vimrc file  (or to /etc/vim/vimrc to enable to the feature system-wide):</p>
<blockquote>
<div id="_mcePaste">if has(&#8220;autocmd&#8221;)</div>
<div id="_mcePaste">au BufReadPost * if line(&#8220;&#8216;\&#8221;") &gt; 1 &amp;&amp; line(&#8220;&#8216;\&#8221;") &lt;= line(&#8220;$&#8221;) | exe &#8220;normal! g`\&#8221;" | endif</div>
<div id="_mcePaste">endif</div>
</blockquote>
<div>2. Check if the file ~/.viminfo  exists. If it doesn&#8217;t, create it:</div>
<blockquote>
<div>touch ~/.viminfo</div>
</blockquote>
<p><span id="more-618"></span>3. Make sure that you own ~/.viminfo  - sometimes it&#8217;s owned by root for some reason! If this is the case, make it yours:</p>
<blockquote><p>chown your_username ~/.viminfo</p></blockquote>
<p>Note:</p>
<p>Sometimes you&#8217;ll find the above snippet already placed in /etc/vim/vimrc  (sometimes commented). If it&#8217;s there, uncomment it, and make sure that it reads the same as above.</p>
<p>In Ubuntu 10.04, I uncommented the above snippet in /etc/vim/vimrc. The cursor was placed on the correct line, but always placed in the beginning of the line. This is sub-optimal since the desired behavior is to place it in the correct line and column.</p>
<p>After some Googling, I found that the problem is in this part:</p>
<blockquote><p>exe &#8220;normal! g`\&#8221;"</p></blockquote>
<p>In Ubuntu 10.04, The &#8220;g&#8221; is followed by a <a title="Wikipedia - Quotation Mark" href="http://en.wikipedia.org/wiki/Quotation_mark" target="_blank">single quote</a>. It should be followed by a <a title="Wikiepdia Backtick" href="http://en.wikipedia.org/wiki/Backtick" target="_blank">backtick</a></p>
<p>Have fun <img src='http://www.amirwatad.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' title="Make Vim Remember The Cursors Last Position After Exiting" /> </p>
<p>---------
Note:
Some RSS readers might display this post with incorrect format.
View original post at <a href="http://www.amirwatad.com/blog">AmirWatad.com </a><br/><br/><a href="http://www.amirwatad.com/blog/archives/2010/09/09/make-vim-remember-the-cursors-last-position-after-exiting/">Make Vim Remember The Cursor&#8217;s Last Position After Exiting</a></p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Make+Vim+Remember+The+Cursor%E2%80%99s+Last+Position+After+Exiting+http://bit.ly/c7rqaY" title="Post to Twitter"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" style="margin:0;" title="Make Vim Remember The Cursors Last Position After Exiting" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.amirwatad.com/blog/archives/2010/09/09/make-vim-remember-the-cursors-last-position-after-exiting/&amp;title=Make+Vim+Remember+The+Cursor%E2%80%99s+Last+Position+After+Exiting" title="Post to Delicious"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-delicious-big3.png" alt="Post to Delicious" style="margin:0 0 0 2px;" title="Make Vim Remember The Cursors Last Position After Exiting" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.amirwatad.com/blog/archives/2010/09/09/make-vim-remember-the-cursors-last-position-after-exiting/&amp;title=Make+Vim+Remember+The+Cursor%E2%80%99s+Last+Position+After+Exiting" title="Post to Digg"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-digg-big3.png" alt="Post to Digg" style="margin:0 0 0 2px;" title="Make Vim Remember The Cursors Last Position After Exiting" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.amirwatad.com/blog/archives/2010/09/09/make-vim-remember-the-cursors-last-position-after-exiting/&amp;t=Make+Vim+Remember+The+Cursor%E2%80%99s+Last+Position+After+Exiting" title="Post to Facebook"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-facebook-big3.png" alt="Post to Facebook" style="margin:0 0 0 2px;" title="Make Vim Remember The Cursors Last Position After Exiting" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.amirwatad.com/blog/archives/2010/09/09/make-vim-remember-the-cursors-last-position-after-exiting/&amp;title=Make+Vim+Remember+The+Cursor%E2%80%99s+Last+Position+After+Exiting" title="Post to Reddit"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-reddit-big3.png" alt="Post to Reddit" style="margin:0 0 0 2px;" title="Make Vim Remember The Cursors Last Position After Exiting" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.amirwatad.com/blog/archives/2010/09/09/make-vim-remember-the-cursors-last-position-after-exiting/&amp;title=Make+Vim+Remember+The+Cursor%E2%80%99s+Last+Position+After+Exiting" title="Post to StumbleUpon"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-su-big3.png" alt="Post to StumbleUpon" style="margin:0 0 0 2px;" title="Make Vim Remember The Cursors Last Position After Exiting" /></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=gMCNYlFDNXE:Mb5o5Th7SZI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=gMCNYlFDNXE:Mb5o5Th7SZI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=gMCNYlFDNXE:Mb5o5Th7SZI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?i=gMCNYlFDNXE:Mb5o5Th7SZI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=gMCNYlFDNXE:Mb5o5Th7SZI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=gMCNYlFDNXE:Mb5o5Th7SZI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?i=gMCNYlFDNXE:Mb5o5Th7SZI:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Amirwatadcom/~4/gMCNYlFDNXE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.amirwatad.com/blog/archives/2010/09/09/make-vim-remember-the-cursors-last-position-after-exiting/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.amirwatad.com/blog/archives/2010/09/09/make-vim-remember-the-cursors-last-position-after-exiting/</feedburner:origLink></item>
		<item>
		<title>Make Google Even Smarter With Google Subscribed Links</title>
		<link>http://feedproxy.google.com/~r/Amirwatadcom/~3/b5VK9e-SBL8/</link>
		<comments>http://www.amirwatad.com/blog/archives/2010/09/08/make-google-even-smarter-with-google-subscribed-links/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 18:15:12 +0000</pubDate>
		<dc:creator>Amir Watad</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://www.amirwatad.com/blog/?p=609</guid>
		<description><![CDATA[Just noticed this feature today in my Google Preferences page (I don&#8217;t visit this page regularly so I can&#8217;t tell how new this feature is). This feature allows you to subscribe to different kinds of sources to lookup your query in, in addition to the &#8220;regular&#8221; search. You can enable it in your Google Preferences. [...]<p>---------
Note:
Some RSS readers might display this post with incorrect format.
View original post at <a href="http://www.amirwatad.com/blog">AmirWatad.com </a><br/><br/><a href="http://www.amirwatad.com/blog/archives/2010/09/08/make-google-even-smarter-with-google-subscribed-links/">Make Google Even Smarter With Google Subscribed Links</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Just noticed this feature today in my Google Preferences page (I don&#8217;t visit this page regularly so I can&#8217;t tell how new this feature is).</p>
<p>This feature allows you to subscribe to different kinds of sources to lookup your query in, in addition to the &#8220;regular&#8221; search.</p>
<p>You can enable it in your Google <a title="Google Preferences" href="http://www.google.com/preferences" target="_blank">Preferences</a>. And you can manage your subscription in the <a title="Manage Google Subscribed Links" href="http://www.google.com/coop/sl" target="_blank">Subscribed Links page</a>.</p>
<p><span id="more-609"></span></p>
<p>For example, this is how my subscribed links page looks like:</p>
<div id="attachment_613" class="wp-caption alignnone" style="width: 602px"><a href="http://www.amirwatad.com/blog/wp-content/uploads/2010/09/subscribed_links1.png"><img class="size-full wp-image-613 " title="Google Subscribed Links" src="http://www.amirwatad.com/blog/wp-content/uploads/2010/09/subscribed_links1.png" alt="Google Subscribed Links" width="592" height="264" /></a><p class="wp-caption-text">Google Subscribed Links</p></div>
<p>After subscribing to a source, you&#8217;ll notice a special entry (or more) in the results of your search, with info from your subscribed link(s).  This is what I get when I look for &#8220;man grep&#8221;  (after subscribing to the Unix Man Pages):</p>
<div id="attachment_614" class="wp-caption alignnone" style="width: 598px"><a href="http://www.amirwatad.com/blog/wp-content/uploads/2010/09/man_google1.png"><img class="size-full wp-image-614 " title="Unix Man Pages At Google" src="http://www.amirwatad.com/blog/wp-content/uploads/2010/09/man_google1.png" alt="Unix Man Pages At Google" width="588" height="410" /></a><p class="wp-caption-text">Unix Man Pages At Google</p></div>
<p>I still cannot tell if this will boost your (my) productivity, but it&#8217;s a nice feature anyway.</p>
<p>Have fun <img src='http://www.amirwatad.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' title="Make Google Even Smarter With Google Subscribed Links " /> </p>
<p>---------
Note:
Some RSS readers might display this post with incorrect format.
View original post at <a href="http://www.amirwatad.com/blog">AmirWatad.com </a><br/><br/><a href="http://www.amirwatad.com/blog/archives/2010/09/08/make-google-even-smarter-with-google-subscribed-links/">Make Google Even Smarter With Google Subscribed Links</a></p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Make+Google+Even+Smarter+With+Google+Subscribed+Links+http://bit.ly/bpXlUZ" title="Post to Twitter"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" style="margin:0;" title="Make Google Even Smarter With Google Subscribed Links " /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.amirwatad.com/blog/archives/2010/09/08/make-google-even-smarter-with-google-subscribed-links/&amp;title=Make+Google+Even+Smarter+With+Google+Subscribed+Links" title="Post to Delicious"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-delicious-big3.png" alt="Post to Delicious" style="margin:0 0 0 2px;" title="Make Google Even Smarter With Google Subscribed Links " /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.amirwatad.com/blog/archives/2010/09/08/make-google-even-smarter-with-google-subscribed-links/&amp;title=Make+Google+Even+Smarter+With+Google+Subscribed+Links" title="Post to Digg"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-digg-big3.png" alt="Post to Digg" style="margin:0 0 0 2px;" title="Make Google Even Smarter With Google Subscribed Links " /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.amirwatad.com/blog/archives/2010/09/08/make-google-even-smarter-with-google-subscribed-links/&amp;t=Make+Google+Even+Smarter+With+Google+Subscribed+Links" title="Post to Facebook"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-facebook-big3.png" alt="Post to Facebook" style="margin:0 0 0 2px;" title="Make Google Even Smarter With Google Subscribed Links " /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.amirwatad.com/blog/archives/2010/09/08/make-google-even-smarter-with-google-subscribed-links/&amp;title=Make+Google+Even+Smarter+With+Google+Subscribed+Links" title="Post to Reddit"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-reddit-big3.png" alt="Post to Reddit" style="margin:0 0 0 2px;" title="Make Google Even Smarter With Google Subscribed Links " /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.amirwatad.com/blog/archives/2010/09/08/make-google-even-smarter-with-google-subscribed-links/&amp;title=Make+Google+Even+Smarter+With+Google+Subscribed+Links" title="Post to StumbleUpon"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-su-big3.png" alt="Post to StumbleUpon" style="margin:0 0 0 2px;" title="Make Google Even Smarter With Google Subscribed Links " /></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=b5VK9e-SBL8:nG3Oyxwl1OE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=b5VK9e-SBL8:nG3Oyxwl1OE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=b5VK9e-SBL8:nG3Oyxwl1OE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?i=b5VK9e-SBL8:nG3Oyxwl1OE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=b5VK9e-SBL8:nG3Oyxwl1OE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=b5VK9e-SBL8:nG3Oyxwl1OE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?i=b5VK9e-SBL8:nG3Oyxwl1OE:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Amirwatadcom/~4/b5VK9e-SBL8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.amirwatad.com/blog/archives/2010/09/08/make-google-even-smarter-with-google-subscribed-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.amirwatad.com/blog/archives/2010/09/08/make-google-even-smarter-with-google-subscribed-links/</feedburner:origLink></item>
		<item>
		<title>Enhance The Experience of Logitech Keyboards and Mice on Linux</title>
		<link>http://feedproxy.google.com/~r/Amirwatadcom/~3/BCdN7aNHooA/</link>
		<comments>http://www.amirwatad.com/blog/archives/2010/08/30/enhance-the-experience-of-logitec-keyboards-and-mice-on-linux/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 21:10:11 +0000</pubDate>
		<dc:creator>Amir Watad</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.amirwatad.com/blog/?p=604</guid>
		<description><![CDATA[Just brought the Logitech Corded Wave keyboard, which is very comfortable and great (As long as one can ignore the ugly windows/internet explorer/msn messenger symbols printed on some of its keys). The keyboard has many extra keys, like the function keys, a dedicated zoom in/out keys and more. The problem is that they don&#8217;t work [...]<p>---------
Note:
Some RSS readers might display this post with incorrect format.
View original post at <a href="http://www.amirwatad.com/blog">AmirWatad.com </a><br/><br/><a href="http://www.amirwatad.com/blog/archives/2010/08/30/enhance-the-experience-of-logitec-keyboards-and-mice-on-linux/">Enhance The Experience of Logitech Keyboards and Mice on Linux</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Just brought the Logitech Corded Wave keyboard, which is very comfortable and great (As long as one can ignore the ugly windows/internet explorer/msn messenger symbols printed on some of its keys).</p>
<p>The keyboard has many extra keys, like the function keys, a dedicated zoom in/out keys and more. The problem is that they don&#8217;t work on Linux (Ubuntu 10.04 in my case) out of the box, which is a little sad.</p>
<p>Fortunately, I found a simple solution in the internet, and now I can use all the features of the keyboard. The following solution can be used for almost all models of Logitech keyboards and mice.</p>
<p><span id="more-604"></span>1. Go to <a title="HIDPoint" href="http://www.hidpoint.com/download.html" target="_blank">HIDPoint&#8217;s download page</a>.</p>
<p>2. Fill in your hardware details. You need to choose a keyboard an a mouse. If you have only one of them, you can choose the other arbitrarily.</p>
<p>3. Choose your OS, optionally fill in you Email address and check the Conditions of Use checkbox. Click download.</p>
<p>4. After you download the file, make it executable:</p>
<blockquote><p>chmod +x hidpoint1-0.bin</p></blockquote>
<p>(The actual file name might be slightly different)</p>
<p>5. Run the executble:</p>
<blockquote><p>sudo ./hidpoint1-0.bin</p></blockquote>
<p>6.  Follow the instructions in the installer.</p>
<p>7. Reboot your machine.</p>
<p>8. Done.  Now you should see a keyboard icon in the panel&#8217;s notification area. Right-Click it, Choose Mouse and Keyboard Settings, and you can customize the keys of your keyboard.</p>
<p>Enjoy <img src='http://www.amirwatad.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' title="Enhance The Experience of Logitech Keyboards and Mice on Linux" /> </p>
<p>Original article is <a title="Logitech Devices on Ubuntu Linux" href="http://mikebeach.org/2010/06/logitech-devices-on-ubuntu-linux-and-others/" target="_blank">here.</a></p>
<p>---------
Note:
Some RSS readers might display this post with incorrect format.
View original post at <a href="http://www.amirwatad.com/blog">AmirWatad.com </a><br/><br/><a href="http://www.amirwatad.com/blog/archives/2010/08/30/enhance-the-experience-of-logitec-keyboards-and-mice-on-linux/">Enhance The Experience of Logitech Keyboards and Mice on Linux</a></p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Enhance+The+Experience+of+Logitech+Keyboards+and+Mice+on+Linux+http://bit.ly/axV4D6" title="Post to Twitter"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" style="margin:0;" title="Enhance The Experience of Logitech Keyboards and Mice on Linux" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.amirwatad.com/blog/archives/2010/08/30/enhance-the-experience-of-logitec-keyboards-and-mice-on-linux/&amp;title=Enhance+The+Experience+of+Logitech+Keyboards+and+Mice+on+Linux" title="Post to Delicious"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-delicious-big3.png" alt="Post to Delicious" style="margin:0 0 0 2px;" title="Enhance The Experience of Logitech Keyboards and Mice on Linux" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.amirwatad.com/blog/archives/2010/08/30/enhance-the-experience-of-logitec-keyboards-and-mice-on-linux/&amp;title=Enhance+The+Experience+of+Logitech+Keyboards+and+Mice+on+Linux" title="Post to Digg"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-digg-big3.png" alt="Post to Digg" style="margin:0 0 0 2px;" title="Enhance The Experience of Logitech Keyboards and Mice on Linux" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.amirwatad.com/blog/archives/2010/08/30/enhance-the-experience-of-logitec-keyboards-and-mice-on-linux/&amp;t=Enhance+The+Experience+of+Logitech+Keyboards+and+Mice+on+Linux" title="Post to Facebook"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-facebook-big3.png" alt="Post to Facebook" style="margin:0 0 0 2px;" title="Enhance The Experience of Logitech Keyboards and Mice on Linux" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.amirwatad.com/blog/archives/2010/08/30/enhance-the-experience-of-logitec-keyboards-and-mice-on-linux/&amp;title=Enhance+The+Experience+of+Logitech+Keyboards+and+Mice+on+Linux" title="Post to Reddit"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-reddit-big3.png" alt="Post to Reddit" style="margin:0 0 0 2px;" title="Enhance The Experience of Logitech Keyboards and Mice on Linux" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.amirwatad.com/blog/archives/2010/08/30/enhance-the-experience-of-logitec-keyboards-and-mice-on-linux/&amp;title=Enhance+The+Experience+of+Logitech+Keyboards+and+Mice+on+Linux" title="Post to StumbleUpon"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-su-big3.png" alt="Post to StumbleUpon" style="margin:0 0 0 2px;" title="Enhance The Experience of Logitech Keyboards and Mice on Linux" /></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=BCdN7aNHooA:kDq-XCgPY_w:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=BCdN7aNHooA:kDq-XCgPY_w:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=BCdN7aNHooA:kDq-XCgPY_w:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?i=BCdN7aNHooA:kDq-XCgPY_w:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=BCdN7aNHooA:kDq-XCgPY_w:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=BCdN7aNHooA:kDq-XCgPY_w:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?i=BCdN7aNHooA:kDq-XCgPY_w:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Amirwatadcom/~4/BCdN7aNHooA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.amirwatad.com/blog/archives/2010/08/30/enhance-the-experience-of-logitec-keyboards-and-mice-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.amirwatad.com/blog/archives/2010/08/30/enhance-the-experience-of-logitec-keyboards-and-mice-on-linux/</feedburner:origLink></item>
		<item>
		<title>Move Gnome Panel To The Second Monitor – Ubuntu</title>
		<link>http://feedproxy.google.com/~r/Amirwatadcom/~3/g4Z_qx-fFrQ/</link>
		<comments>http://www.amirwatad.com/blog/archives/2010/08/24/move-gnome-panel-to-the-second-monitor-ubuntu/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 23:47:15 +0000</pubDate>
		<dc:creator>Amir Watad</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.amirwatad.com/blog/?p=600</guid>
		<description><![CDATA[Say you have two monitors set up as &#8220;extended desktop&#8221;, and you want to move the gnome-panel from one monitor to the other monitor. Here is how to do it in Ubuntu (Tested on Ubuntu 10.04): 1. Right click the panel, choose &#8220;properties&#8221;. 2. In &#8220;General&#8221; tab, uncheck &#8220;expand&#8221;. 3. Drag the panel from its [...]<p>---------
Note:
Some RSS readers might display this post with incorrect format.
View original post at <a href="http://www.amirwatad.com/blog">AmirWatad.com </a><br/><br/><a href="http://www.amirwatad.com/blog/archives/2010/08/24/move-gnome-panel-to-the-second-monitor-ubuntu/">Move Gnome Panel To The Second Monitor &#8211; Ubuntu</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Say you have two monitors set up as &#8220;extended desktop&#8221;, and you want to move the gnome-panel from one monitor to the other monitor.</p>
<p>Here is how to do it in Ubuntu (Tested on Ubuntu 10.04):</p>
<p>1. Right click the panel, choose &#8220;properties&#8221;.</p>
<p>2. In &#8220;General&#8221; tab, uncheck &#8220;expand&#8221;.</p>
<p>3. Drag the panel from its left or right edge to the other monitor.</p>
<p>4. Right click the panel, choose &#8220;properties&#8221;, in &#8220;General&#8221; tab recheck &#8220;expand&#8221;.</p>
<p>You&#8217;re done. Have fun <img src='http://www.amirwatad.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' title="Move Gnome Panel To The Second Monitor   Ubuntu" /> </p>
<p>Found the tip <a title="Move Gnome Panel To The Second Monitor" href="http://chrisjean.com/2009/11/03/move-gnome-panels-to-a-different-monitor-in-ubuntu/" target="_blank">here</a>.</p>
<p>Update:</p>
<p>An easier way, is just to hold &#8220;Alt&#8221; key, and drag the panel from one monitor to the other. No need to play with the &#8220;expand&#8221; setting. <img src='http://www.amirwatad.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' title="Move Gnome Panel To The Second Monitor   Ubuntu" /> </p>
<p>---------
Note:
Some RSS readers might display this post with incorrect format.
View original post at <a href="http://www.amirwatad.com/blog">AmirWatad.com </a><br/><br/><a href="http://www.amirwatad.com/blog/archives/2010/08/24/move-gnome-panel-to-the-second-monitor-ubuntu/">Move Gnome Panel To The Second Monitor &#8211; Ubuntu</a></p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Move+Gnome+Panel+To+The+Second+Monitor+%E2%80%93+Ubuntu+http://bit.ly/boqc2z" title="Post to Twitter"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" style="margin:0;" title="Move Gnome Panel To The Second Monitor   Ubuntu" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.amirwatad.com/blog/archives/2010/08/24/move-gnome-panel-to-the-second-monitor-ubuntu/&amp;title=Move+Gnome+Panel+To+The+Second+Monitor+%E2%80%93+Ubuntu" title="Post to Delicious"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-delicious-big3.png" alt="Post to Delicious" style="margin:0 0 0 2px;" title="Move Gnome Panel To The Second Monitor   Ubuntu" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.amirwatad.com/blog/archives/2010/08/24/move-gnome-panel-to-the-second-monitor-ubuntu/&amp;title=Move+Gnome+Panel+To+The+Second+Monitor+%E2%80%93+Ubuntu" title="Post to Digg"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-digg-big3.png" alt="Post to Digg" style="margin:0 0 0 2px;" title="Move Gnome Panel To The Second Monitor   Ubuntu" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.amirwatad.com/blog/archives/2010/08/24/move-gnome-panel-to-the-second-monitor-ubuntu/&amp;t=Move+Gnome+Panel+To+The+Second+Monitor+%E2%80%93+Ubuntu" title="Post to Facebook"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-facebook-big3.png" alt="Post to Facebook" style="margin:0 0 0 2px;" title="Move Gnome Panel To The Second Monitor   Ubuntu" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.amirwatad.com/blog/archives/2010/08/24/move-gnome-panel-to-the-second-monitor-ubuntu/&amp;title=Move+Gnome+Panel+To+The+Second+Monitor+%E2%80%93+Ubuntu" title="Post to Reddit"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-reddit-big3.png" alt="Post to Reddit" style="margin:0 0 0 2px;" title="Move Gnome Panel To The Second Monitor   Ubuntu" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.amirwatad.com/blog/archives/2010/08/24/move-gnome-panel-to-the-second-monitor-ubuntu/&amp;title=Move+Gnome+Panel+To+The+Second+Monitor+%E2%80%93+Ubuntu" title="Post to StumbleUpon"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-su-big3.png" alt="Post to StumbleUpon" style="margin:0 0 0 2px;" title="Move Gnome Panel To The Second Monitor   Ubuntu" /></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=g4Z_qx-fFrQ:r-tSZ5liHRg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=g4Z_qx-fFrQ:r-tSZ5liHRg:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=g4Z_qx-fFrQ:r-tSZ5liHRg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?i=g4Z_qx-fFrQ:r-tSZ5liHRg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=g4Z_qx-fFrQ:r-tSZ5liHRg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=g4Z_qx-fFrQ:r-tSZ5liHRg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?i=g4Z_qx-fFrQ:r-tSZ5liHRg:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Amirwatadcom/~4/g4Z_qx-fFrQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.amirwatad.com/blog/archives/2010/08/24/move-gnome-panel-to-the-second-monitor-ubuntu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.amirwatad.com/blog/archives/2010/08/24/move-gnome-panel-to-the-second-monitor-ubuntu/</feedburner:origLink></item>
		<item>
		<title>[Moved] Regular Expression To Check For Prime Numbers</title>
		<link>http://feedproxy.google.com/~r/Amirwatadcom/~3/s_xiW7Wj7mc/</link>
		<comments>http://www.amirwatad.com/blog/archives/2010/07/24/regular-expression-to-check-for-prime-numbers/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 23:09:15 +0000</pubDate>
		<dc:creator>Amir Watad</dc:creator>
				<category><![CDATA[Regular Expressions]]></category>
		<category><![CDATA[regular expressions]]></category>
		<category><![CDATA[Tricks]]></category>

		<guid isPermaLink="false">http://www.amirwatad.com/blog/?p=592</guid>
		<description><![CDATA[Moved to http://www.malloc.co/regular-expressions/check-if-a-number-is-prime-using-a-regular-expression/ --------- Note: Some RSS readers might display this post with incorrect format. View original post at AmirWatad.com [Moved] Regular Expression To Check For Prime Numbers<p>---------
Note:
Some RSS readers might display this post with incorrect format.
View original post at <a href="http://www.amirwatad.com/blog">AmirWatad.com </a><br/><br/><a href="http://www.amirwatad.com/blog/archives/2010/07/24/regular-expression-to-check-for-prime-numbers/">[Moved] Regular Expression To Check For Prime Numbers</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Moved to <a href="http://www.malloc.co/regular-expressions/check-if-a-number-is-prime-using-a-regular-expression/">http://www.malloc.co/regular-expressions/check-if-a-number-is-prime-using-a-regular-expression/</a></p>
<p>---------
Note:
Some RSS readers might display this post with incorrect format.
View original post at <a href="http://www.amirwatad.com/blog">AmirWatad.com </a><br/><br/><a href="http://www.amirwatad.com/blog/archives/2010/07/24/regular-expression-to-check-for-prime-numbers/">[Moved] Regular Expression To Check For Prime Numbers</a></p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=%5BMoved%5D+Regular+Expression+To+Check+For+Prime+Numbers+http://www.amirwatad.com/blog/?p=592" title="Post to Twitter"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" style="margin:0;" title="[Moved] Regular Expression To Check For Prime Numbers" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.amirwatad.com/blog/archives/2010/07/24/regular-expression-to-check-for-prime-numbers/&amp;title=%5BMoved%5D+Regular+Expression+To+Check+For+Prime+Numbers" title="Post to Delicious"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-delicious-big3.png" alt="Post to Delicious" style="margin:0 0 0 2px;" title="[Moved] Regular Expression To Check For Prime Numbers" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.amirwatad.com/blog/archives/2010/07/24/regular-expression-to-check-for-prime-numbers/&amp;title=%5BMoved%5D+Regular+Expression+To+Check+For+Prime+Numbers" title="Post to Digg"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-digg-big3.png" alt="Post to Digg" style="margin:0 0 0 2px;" title="[Moved] Regular Expression To Check For Prime Numbers" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.amirwatad.com/blog/archives/2010/07/24/regular-expression-to-check-for-prime-numbers/&amp;t=%5BMoved%5D+Regular+Expression+To+Check+For+Prime+Numbers" title="Post to Facebook"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-facebook-big3.png" alt="Post to Facebook" style="margin:0 0 0 2px;" title="[Moved] Regular Expression To Check For Prime Numbers" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.amirwatad.com/blog/archives/2010/07/24/regular-expression-to-check-for-prime-numbers/&amp;title=%5BMoved%5D+Regular+Expression+To+Check+For+Prime+Numbers" title="Post to Reddit"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-reddit-big3.png" alt="Post to Reddit" style="margin:0 0 0 2px;" title="[Moved] Regular Expression To Check For Prime Numbers" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.amirwatad.com/blog/archives/2010/07/24/regular-expression-to-check-for-prime-numbers/&amp;title=%5BMoved%5D+Regular+Expression+To+Check+For+Prime+Numbers" title="Post to StumbleUpon"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-su-big3.png" alt="Post to StumbleUpon" style="margin:0 0 0 2px;" title="[Moved] Regular Expression To Check For Prime Numbers" /></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=s_xiW7Wj7mc:QAoTt3JC8I0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=s_xiW7Wj7mc:QAoTt3JC8I0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=s_xiW7Wj7mc:QAoTt3JC8I0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?i=s_xiW7Wj7mc:QAoTt3JC8I0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=s_xiW7Wj7mc:QAoTt3JC8I0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=s_xiW7Wj7mc:QAoTt3JC8I0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?i=s_xiW7Wj7mc:QAoTt3JC8I0:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Amirwatadcom/~4/s_xiW7Wj7mc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.amirwatad.com/blog/archives/2010/07/24/regular-expression-to-check-for-prime-numbers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.amirwatad.com/blog/archives/2010/07/24/regular-expression-to-check-for-prime-numbers/</feedburner:origLink></item>
		<item>
		<title>Firefox Extensions To Make Web Pages More Eye Friendly</title>
		<link>http://feedproxy.google.com/~r/Amirwatadcom/~3/i79fZfOMumY/</link>
		<comments>http://www.amirwatad.com/blog/archives/2010/07/18/firefox-extensions-to-make-web-pages-more-eye-friendly/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 21:11:21 +0000</pubDate>
		<dc:creator>Amir Watad</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.amirwatad.com/blog/?p=587</guid>
		<description><![CDATA[To understand what I&#8217;m talking about, take a look at Dr Chip&#8217;s Vim Website which is a great resource about vim-related stuff, but is an extremely ugly website, I mean, it really hurt my eyes whenever I visit it. If you use Firefox, then you can easily solve this problem with these two Firefox extensions. [...]<p>---------
Note:
Some RSS readers might display this post with incorrect format.
View original post at <a href="http://www.amirwatad.com/blog">AmirWatad.com </a><br/><br/><a href="http://www.amirwatad.com/blog/archives/2010/07/18/firefox-extensions-to-make-web-pages-more-eye-friendly/">Firefox Extensions To Make Web Pages More Eye Friendly</a></p>
]]></description>
			<content:encoded><![CDATA[<p>To understand what I&#8217;m talking about, take a look at <a title="Dr Chip's Vim Website" href="http://mysite.verizon.net/astronaut/vim/" target="_blank">Dr Chip&#8217;s Vim Website</a> which is a great resource about vim-related stuff, but is an extremely ugly website, I mean, it really hurt my eyes whenever I visit it.</p>
<p>If you use Firefox, then you can easily solve this problem with these two Firefox extensions. Both serve the same purpose: Making websites easier to read, by removing distractions and allowing you to focus on the content instead. Each one displays the website in a different style, and they have different options. I installed both and use them alternately (and regularly).</p>
<p><span id="more-587"></span>The first extension is called &#8220;Readability&#8221;, and is found <a title="Readability Firefox Extension" href="https://addons.mozilla.org/en-US/firefox/addon/46442/" target="_self">here</a>. The other is called &#8220;Firefox Reader&#8221;, and is located <a title="Firefox Reader Firefox Extension" href="https://addons.mozilla.org/en-US/firefox/addon/184617/" target="_blank">here</a>.</p>
<p>Using is as easy as clicking a button, so I&#8217;m sure you&#8217;ll be able to manage without my help <img src='http://www.amirwatad.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' title="Firefox Extensions To Make Web Pages More Eye Friendly" /> </p>
<p>Here are some screenshots of Dr Chip&#8217;s Website without and with the above extensions:</p>
<div id="attachment_588" class="wp-caption alignnone" style="width: 310px"><a href="http://www.amirwatad.com/blog/wp-content/uploads/2010/07/dr_chip_original.png"><img class="size-medium wp-image-588" title="Dr Chip's Website - Original" src="http://www.amirwatad.com/blog/wp-content/uploads/2010/07/dr_chip_original-300x183.png" alt="Dr Chip's Website - Original" width="300" height="183" /></a><p class="wp-caption-text">Dr Chip&#39;s Website - Original</p></div>
<div id="attachment_589" class="wp-caption alignnone" style="width: 310px"><a href="http://www.amirwatad.com/blog/wp-content/uploads/2010/07/dr_chip_readability.png"><img class="size-medium wp-image-589" title="Dr Chip's Website With Readability Extension" src="http://www.amirwatad.com/blog/wp-content/uploads/2010/07/dr_chip_readability-300x185.png" alt="Dr Chip's Website With Readability Extension" width="300" height="185" /></a><p class="wp-caption-text">Dr Chip&#39;s Website With Readability Extension</p></div>
<div id="attachment_590" class="wp-caption alignnone" style="width: 310px"><a href="http://www.amirwatad.com/blog/wp-content/uploads/2010/07/dr_chip_ff_reader.png"><img class="size-medium wp-image-590" title="Dr Chip's Website With Firefox Reader Extension" src="http://www.amirwatad.com/blog/wp-content/uploads/2010/07/dr_chip_ff_reader-300x187.png" alt="Dr Chip's Website With Firefox Reader Extension" width="300" height="187" /></a><p class="wp-caption-text">Dr Chip&#39;s Website With Firefox Reader Extension</p></div>
<p>Have fun <img src='http://www.amirwatad.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' title="Firefox Extensions To Make Web Pages More Eye Friendly" /> </p>
<p>---------
Note:
Some RSS readers might display this post with incorrect format.
View original post at <a href="http://www.amirwatad.com/blog">AmirWatad.com </a><br/><br/><a href="http://www.amirwatad.com/blog/archives/2010/07/18/firefox-extensions-to-make-web-pages-more-eye-friendly/">Firefox Extensions To Make Web Pages More Eye Friendly</a></p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Firefox+Extensions+To+Make+Web+Pages+More+Eye+Friendly+http://bit.ly/dxdVUO" title="Post to Twitter"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" style="margin:0;" title="Firefox Extensions To Make Web Pages More Eye Friendly" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.amirwatad.com/blog/archives/2010/07/18/firefox-extensions-to-make-web-pages-more-eye-friendly/&amp;title=Firefox+Extensions+To+Make+Web+Pages+More+Eye+Friendly" title="Post to Delicious"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-delicious-big3.png" alt="Post to Delicious" style="margin:0 0 0 2px;" title="Firefox Extensions To Make Web Pages More Eye Friendly" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.amirwatad.com/blog/archives/2010/07/18/firefox-extensions-to-make-web-pages-more-eye-friendly/&amp;title=Firefox+Extensions+To+Make+Web+Pages+More+Eye+Friendly" title="Post to Digg"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-digg-big3.png" alt="Post to Digg" style="margin:0 0 0 2px;" title="Firefox Extensions To Make Web Pages More Eye Friendly" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.amirwatad.com/blog/archives/2010/07/18/firefox-extensions-to-make-web-pages-more-eye-friendly/&amp;t=Firefox+Extensions+To+Make+Web+Pages+More+Eye+Friendly" title="Post to Facebook"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-facebook-big3.png" alt="Post to Facebook" style="margin:0 0 0 2px;" title="Firefox Extensions To Make Web Pages More Eye Friendly" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.amirwatad.com/blog/archives/2010/07/18/firefox-extensions-to-make-web-pages-more-eye-friendly/&amp;title=Firefox+Extensions+To+Make+Web+Pages+More+Eye+Friendly" title="Post to Reddit"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-reddit-big3.png" alt="Post to Reddit" style="margin:0 0 0 2px;" title="Firefox Extensions To Make Web Pages More Eye Friendly" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.amirwatad.com/blog/archives/2010/07/18/firefox-extensions-to-make-web-pages-more-eye-friendly/&amp;title=Firefox+Extensions+To+Make+Web+Pages+More+Eye+Friendly" title="Post to StumbleUpon"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-su-big3.png" alt="Post to StumbleUpon" style="margin:0 0 0 2px;" title="Firefox Extensions To Make Web Pages More Eye Friendly" /></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=i79fZfOMumY:v43HIuZ9XUc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=i79fZfOMumY:v43HIuZ9XUc:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=i79fZfOMumY:v43HIuZ9XUc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?i=i79fZfOMumY:v43HIuZ9XUc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=i79fZfOMumY:v43HIuZ9XUc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=i79fZfOMumY:v43HIuZ9XUc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?i=i79fZfOMumY:v43HIuZ9XUc:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Amirwatadcom/~4/i79fZfOMumY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.amirwatad.com/blog/archives/2010/07/18/firefox-extensions-to-make-web-pages-more-eye-friendly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.amirwatad.com/blog/archives/2010/07/18/firefox-extensions-to-make-web-pages-more-eye-friendly/</feedburner:origLink></item>
		<item>
		<title>Colorize Make, GCC and Diff’s Output</title>
		<link>http://feedproxy.google.com/~r/Amirwatadcom/~3/-etVGjQhjJ0/</link>
		<comments>http://www.amirwatad.com/blog/archives/2010/07/17/colorize-make-gcc-and-diffs-output/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 16:12:52 +0000</pubDate>
		<dc:creator>Amir Watad</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux debug programming]]></category>

		<guid isPermaLink="false">http://www.amirwatad.com/blog/?p=585</guid>
		<description><![CDATA[Generally, output is more readable when it has colors to allow you distinguish between warnings, errors and progress logs. Using colormake, colorgcc and colordiff, you can have the output of make, gcc, diff (respectively) coloured. To install in Ubuntu: sudo apt-get install colorgcc colormake colordiff You might want to use aliases to override the normal [...]<p>---------
Note:
Some RSS readers might display this post with incorrect format.
View original post at <a href="http://www.amirwatad.com/blog">AmirWatad.com </a><br/><br/><a href="http://www.amirwatad.com/blog/archives/2010/07/17/colorize-make-gcc-and-diffs-output/">Colorize Make, GCC and Diff&#8217;s Output</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Generally, output is more readable when it has colors to allow you distinguish between warnings, errors and progress logs.</p>
<p>Using colormake, colorgcc and colordiff, you can have the output of make, gcc, diff (respectively) coloured.</p>
<p>To install in Ubuntu:</p>
<blockquote><p>sudo apt-get install colorgcc colormake colordiff</p></blockquote>
<p>You might want to use aliases to override the normal make/gcc/diff commands.</p>
<p>Original tip from <a title="commandlinefu tip" href="http://www.commandlinefu.com/commands/view/2884/colorize-make-gcc-and-diff-output" target="_blank">here</a>.</p>
<p>---------
Note:
Some RSS readers might display this post with incorrect format.
View original post at <a href="http://www.amirwatad.com/blog">AmirWatad.com </a><br/><br/><a href="http://www.amirwatad.com/blog/archives/2010/07/17/colorize-make-gcc-and-diffs-output/">Colorize Make, GCC and Diff&#8217;s Output</a></p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Colorize+Make%2C+GCC+and+Diff%E2%80%99s+Output+http://bit.ly/9xeeiD" title="Post to Twitter"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" style="margin:0;" title="Colorize Make, GCC and Diffs Output" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.amirwatad.com/blog/archives/2010/07/17/colorize-make-gcc-and-diffs-output/&amp;title=Colorize+Make%2C+GCC+and+Diff%E2%80%99s+Output" title="Post to Delicious"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-delicious-big3.png" alt="Post to Delicious" style="margin:0 0 0 2px;" title="Colorize Make, GCC and Diffs Output" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.amirwatad.com/blog/archives/2010/07/17/colorize-make-gcc-and-diffs-output/&amp;title=Colorize+Make%2C+GCC+and+Diff%E2%80%99s+Output" title="Post to Digg"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-digg-big3.png" alt="Post to Digg" style="margin:0 0 0 2px;" title="Colorize Make, GCC and Diffs Output" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.amirwatad.com/blog/archives/2010/07/17/colorize-make-gcc-and-diffs-output/&amp;t=Colorize+Make%2C+GCC+and+Diff%E2%80%99s+Output" title="Post to Facebook"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-facebook-big3.png" alt="Post to Facebook" style="margin:0 0 0 2px;" title="Colorize Make, GCC and Diffs Output" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.amirwatad.com/blog/archives/2010/07/17/colorize-make-gcc-and-diffs-output/&amp;title=Colorize+Make%2C+GCC+and+Diff%E2%80%99s+Output" title="Post to Reddit"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-reddit-big3.png" alt="Post to Reddit" style="margin:0 0 0 2px;" title="Colorize Make, GCC and Diffs Output" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.amirwatad.com/blog/archives/2010/07/17/colorize-make-gcc-and-diffs-output/&amp;title=Colorize+Make%2C+GCC+and+Diff%E2%80%99s+Output" title="Post to StumbleUpon"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-su-big3.png" alt="Post to StumbleUpon" style="margin:0 0 0 2px;" title="Colorize Make, GCC and Diffs Output" /></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=-etVGjQhjJ0:TEZNpvs9QLY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=-etVGjQhjJ0:TEZNpvs9QLY:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=-etVGjQhjJ0:TEZNpvs9QLY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?i=-etVGjQhjJ0:TEZNpvs9QLY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=-etVGjQhjJ0:TEZNpvs9QLY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=-etVGjQhjJ0:TEZNpvs9QLY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?i=-etVGjQhjJ0:TEZNpvs9QLY:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Amirwatadcom/~4/-etVGjQhjJ0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.amirwatad.com/blog/archives/2010/07/17/colorize-make-gcc-and-diffs-output/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.amirwatad.com/blog/archives/2010/07/17/colorize-make-gcc-and-diffs-output/</feedburner:origLink></item>
		<item>
		<title>Fix Bad Indentation When Pasting Text To Vim</title>
		<link>http://feedproxy.google.com/~r/Amirwatadcom/~3/Wy8BjnpfYpc/</link>
		<comments>http://www.amirwatad.com/blog/archives/2010/07/16/fix-bad-indentation-when-pasting-text-to-vim/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 19:27:01 +0000</pubDate>
		<dc:creator>Amir Watad</dc:creator>
				<category><![CDATA[Vim]]></category>

		<guid isPermaLink="false">http://www.amirwatad.com/blog/?p=583</guid>
		<description><![CDATA[The problem is this: You&#8217;re editing a buffer in vim, you copy a text (say, code snippet) from another place (say, Firefox), and you paste it inside vim (with middle mouse button / shift+insert). Most chances you won&#8217;t like what vim has just did to your text. The problem is that vim doesn&#8217;t &#8220;know&#8221; that [...]<p>---------
Note:
Some RSS readers might display this post with incorrect format.
View original post at <a href="http://www.amirwatad.com/blog">AmirWatad.com </a><br/><br/><a href="http://www.amirwatad.com/blog/archives/2010/07/16/fix-bad-indentation-when-pasting-text-to-vim/">Fix Bad Indentation When Pasting Text To Vim</a></p>
]]></description>
			<content:encoded><![CDATA[<p>The problem is this:</p>
<p>You&#8217;re editing a buffer in vim, you copy a text (say, code snippet) from another place (say, Firefox), and you paste it inside vim (with middle mouse button / shift+insert). Most chances you won&#8217;t like what vim has just did to your text.</p>
<p>The problem is that vim doesn&#8217;t &#8220;know&#8221; that you&#8217;re actually pasting a text, and it thinks that you&#8217;re typing. So, if you have indentation enabled, it will re-indent your text.</p>
<p>The solution is simple: Whenever you want to paste text from outside vim into vim. Type this in command mode:</p>
<blockquote><p>:set paste</p></blockquote>
<p>So now vim knows that you&#8217;re going to paste text, and it will not touch it.</p>
<p>To disable the paste mode:</p>
<blockquote><p>:set nopaste</p></blockquote>
<p>As easy as that <img src='http://www.amirwatad.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' title="Fix Bad Indentation When Pasting Text To Vim" /> </p>
<p>---------
Note:
Some RSS readers might display this post with incorrect format.
View original post at <a href="http://www.amirwatad.com/blog">AmirWatad.com </a><br/><br/><a href="http://www.amirwatad.com/blog/archives/2010/07/16/fix-bad-indentation-when-pasting-text-to-vim/">Fix Bad Indentation When Pasting Text To Vim</a></p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Fix+Bad+Indentation+When+Pasting+Text+To+Vim+http://bit.ly/b3q5o7" title="Post to Twitter"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" style="margin:0;" title="Fix Bad Indentation When Pasting Text To Vim" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.amirwatad.com/blog/archives/2010/07/16/fix-bad-indentation-when-pasting-text-to-vim/&amp;title=Fix+Bad+Indentation+When+Pasting+Text+To+Vim" title="Post to Delicious"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-delicious-big3.png" alt="Post to Delicious" style="margin:0 0 0 2px;" title="Fix Bad Indentation When Pasting Text To Vim" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.amirwatad.com/blog/archives/2010/07/16/fix-bad-indentation-when-pasting-text-to-vim/&amp;title=Fix+Bad+Indentation+When+Pasting+Text+To+Vim" title="Post to Digg"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-digg-big3.png" alt="Post to Digg" style="margin:0 0 0 2px;" title="Fix Bad Indentation When Pasting Text To Vim" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.amirwatad.com/blog/archives/2010/07/16/fix-bad-indentation-when-pasting-text-to-vim/&amp;t=Fix+Bad+Indentation+When+Pasting+Text+To+Vim" title="Post to Facebook"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-facebook-big3.png" alt="Post to Facebook" style="margin:0 0 0 2px;" title="Fix Bad Indentation When Pasting Text To Vim" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.amirwatad.com/blog/archives/2010/07/16/fix-bad-indentation-when-pasting-text-to-vim/&amp;title=Fix+Bad+Indentation+When+Pasting+Text+To+Vim" title="Post to Reddit"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-reddit-big3.png" alt="Post to Reddit" style="margin:0 0 0 2px;" title="Fix Bad Indentation When Pasting Text To Vim" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.amirwatad.com/blog/archives/2010/07/16/fix-bad-indentation-when-pasting-text-to-vim/&amp;title=Fix+Bad+Indentation+When+Pasting+Text+To+Vim" title="Post to StumbleUpon"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-su-big3.png" alt="Post to StumbleUpon" style="margin:0 0 0 2px;" title="Fix Bad Indentation When Pasting Text To Vim" /></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=Wy8BjnpfYpc:g-cim_fKmJo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=Wy8BjnpfYpc:g-cim_fKmJo:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=Wy8BjnpfYpc:g-cim_fKmJo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?i=Wy8BjnpfYpc:g-cim_fKmJo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=Wy8BjnpfYpc:g-cim_fKmJo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=Wy8BjnpfYpc:g-cim_fKmJo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?i=Wy8BjnpfYpc:g-cim_fKmJo:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Amirwatadcom/~4/Wy8BjnpfYpc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.amirwatad.com/blog/archives/2010/07/16/fix-bad-indentation-when-pasting-text-to-vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.amirwatad.com/blog/archives/2010/07/16/fix-bad-indentation-when-pasting-text-to-vim/</feedburner:origLink></item>
		<item>
		<title>NumPad Problems When Using Vim over Tmux</title>
		<link>http://feedproxy.google.com/~r/Amirwatadcom/~3/wH_r5428hfc/</link>
		<comments>http://www.amirwatad.com/blog/archives/2010/07/03/numpad-problems-when-using-vim-over-tmux/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 22:53:34 +0000</pubDate>
		<dc:creator>Amir Watad</dc:creator>
				<category><![CDATA[Vim]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[tmux]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.amirwatad.com/blog/?p=579</guid>
		<description><![CDATA[I use vim as my main text editor, and I usually split the screen to edit a few buffers in parallel. To make resizing the windows faster, I mapped the numpad keys &#8220;/*-+&#8221; to resize the windows (see original vim tip here). Recently, I started to use tmux, and opened vim, split the windows as [...]<p>---------
Note:
Some RSS readers might display this post with incorrect format.
View original post at <a href="http://www.amirwatad.com/blog">AmirWatad.com </a><br/><br/><a href="http://www.amirwatad.com/blog/archives/2010/07/03/numpad-problems-when-using-vim-over-tmux/">NumPad Problems When Using Vim over Tmux</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I use vim as my main text editor, and I usually split the screen to edit a few buffers in parallel. To make resizing the windows faster, I mapped the numpad keys &#8220;/*-+&#8221; to resize the windows (see original vim tip <a title="VimTip - resizing windows" href="http://vim.wikia.com/wiki/VimTip427" target="_blank">here</a>).</p>
<p>Recently, I started to use tmux, and opened vim, split the windows as usual, and tried to resize them. It didn&#8217;t work <img src='http://www.amirwatad.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="NumPad Problems When Using Vim over Tmux " /> </p>
<p>I use Ubuntu 10.04 (Don&#8217;t remember the exotic name..), and I found that the latest tmux package in their repo is 1.1-1.</p>
<p>Anyway, version 1.1-1 has a bug with the NumPad. The solution is to download the source of tmux 1.2 and build it. It depends on libevent so you&#8217;ll need to get it first:</p>
<p>this is how to make it work:</p>
<blockquote><p>1. sudo apt-get install libevent-dev</p>
<p>2. Get the source tarball of tmux from <a title="http://sourceforge.net/projects/tmux/files/tmux/tmux-1.2/tmux-1.2.tar.gz/download" href="http://" target="_blank">here</a>.</p>
<p>3. tar xzf tmux-1.2.tar.gz</p>
<p>4. cd tmux-1.2</p>
<p>5. ./configure</p>
<p>6. make</p>
<p>7. sudo make install</p></blockquote>
<p>Done. Now your life is better. Have fun <img src='http://www.amirwatad.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' title="NumPad Problems When Using Vim over Tmux " /> </p>
<p>---------
Note:
Some RSS readers might display this post with incorrect format.
View original post at <a href="http://www.amirwatad.com/blog">AmirWatad.com </a><br/><br/><a href="http://www.amirwatad.com/blog/archives/2010/07/03/numpad-problems-when-using-vim-over-tmux/">NumPad Problems When Using Vim over Tmux</a></p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=NumPad+Problems+When+Using+Vim+over+Tmux+http://bit.ly/d8qiIw" title="Post to Twitter"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" style="margin:0;" title="NumPad Problems When Using Vim over Tmux " /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.amirwatad.com/blog/archives/2010/07/03/numpad-problems-when-using-vim-over-tmux/&amp;title=NumPad+Problems+When+Using+Vim+over+Tmux" title="Post to Delicious"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-delicious-big3.png" alt="Post to Delicious" style="margin:0 0 0 2px;" title="NumPad Problems When Using Vim over Tmux " /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.amirwatad.com/blog/archives/2010/07/03/numpad-problems-when-using-vim-over-tmux/&amp;title=NumPad+Problems+When+Using+Vim+over+Tmux" title="Post to Digg"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-digg-big3.png" alt="Post to Digg" style="margin:0 0 0 2px;" title="NumPad Problems When Using Vim over Tmux " /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.amirwatad.com/blog/archives/2010/07/03/numpad-problems-when-using-vim-over-tmux/&amp;t=NumPad+Problems+When+Using+Vim+over+Tmux" title="Post to Facebook"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-facebook-big3.png" alt="Post to Facebook" style="margin:0 0 0 2px;" title="NumPad Problems When Using Vim over Tmux " /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.amirwatad.com/blog/archives/2010/07/03/numpad-problems-when-using-vim-over-tmux/&amp;title=NumPad+Problems+When+Using+Vim+over+Tmux" title="Post to Reddit"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-reddit-big3.png" alt="Post to Reddit" style="margin:0 0 0 2px;" title="NumPad Problems When Using Vim over Tmux " /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.amirwatad.com/blog/archives/2010/07/03/numpad-problems-when-using-vim-over-tmux/&amp;title=NumPad+Problems+When+Using+Vim+over+Tmux" title="Post to StumbleUpon"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-su-big3.png" alt="Post to StumbleUpon" style="margin:0 0 0 2px;" title="NumPad Problems When Using Vim over Tmux " /></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=wH_r5428hfc:bJ3PDMmNw64:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=wH_r5428hfc:bJ3PDMmNw64:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=wH_r5428hfc:bJ3PDMmNw64:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?i=wH_r5428hfc:bJ3PDMmNw64:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=wH_r5428hfc:bJ3PDMmNw64:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=wH_r5428hfc:bJ3PDMmNw64:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?i=wH_r5428hfc:bJ3PDMmNw64:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Amirwatadcom/~4/wH_r5428hfc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.amirwatad.com/blog/archives/2010/07/03/numpad-problems-when-using-vim-over-tmux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.amirwatad.com/blog/archives/2010/07/03/numpad-problems-when-using-vim-over-tmux/</feedburner:origLink></item>
		<item>
		<title>Online JavaScript Lint</title>
		<link>http://feedproxy.google.com/~r/Amirwatadcom/~3/x5a-VEUHCOA/</link>
		<comments>http://www.amirwatad.com/blog/archives/2010/06/27/online-javascript-lint/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 00:21:43 +0000</pubDate>
		<dc:creator>Amir Watad</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.amirwatad.com/blog/?p=574</guid>
		<description><![CDATA[In general, a lint is a great tool which saves hours of debug. It will find the syntax errors for you, and even give you warnings to avoid potential bugs. I happened to write JavaScript this week, and found a great Online JavaScript Lint.  Use with care Ah, and they also have a downloadable version. [...]<p>---------
Note:
Some RSS readers might display this post with incorrect format.
View original post at <a href="http://www.amirwatad.com/blog">AmirWatad.com </a><br/><br/><a href="http://www.amirwatad.com/blog/archives/2010/06/27/online-javascript-lint/">Online JavaScript Lint</a></p>
]]></description>
			<content:encoded><![CDATA[<p>In general, a lint is a great tool which saves hours of debug. It will find the syntax errors for you, and even give you warnings to avoid potential bugs.</p>
<p>I happened to write JavaScript this week, and found a great <a title="JavaScript Online Lint" href="http://www.javascriptlint.com/online_lint.php" target="_blank">Online JavaScript Lint</a>.  Use with care <img src='http://www.amirwatad.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' title="Online JavaScript Lint" /> </p>
<p>Ah, and they also have a downloadable version.</p>
<p>---------
Note:
Some RSS readers might display this post with incorrect format.
View original post at <a href="http://www.amirwatad.com/blog">AmirWatad.com </a><br/><br/><a href="http://www.amirwatad.com/blog/archives/2010/06/27/online-javascript-lint/">Online JavaScript Lint</a></p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Online+JavaScript+Lint+http://bit.ly/cODeZl" title="Post to Twitter"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" style="margin:0;" title="Online JavaScript Lint" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.amirwatad.com/blog/archives/2010/06/27/online-javascript-lint/&amp;title=Online+JavaScript+Lint" title="Post to Delicious"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-delicious-big3.png" alt="Post to Delicious" style="margin:0 0 0 2px;" title="Online JavaScript Lint" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.amirwatad.com/blog/archives/2010/06/27/online-javascript-lint/&amp;title=Online+JavaScript+Lint" title="Post to Digg"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-digg-big3.png" alt="Post to Digg" style="margin:0 0 0 2px;" title="Online JavaScript Lint" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.amirwatad.com/blog/archives/2010/06/27/online-javascript-lint/&amp;t=Online+JavaScript+Lint" title="Post to Facebook"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-facebook-big3.png" alt="Post to Facebook" style="margin:0 0 0 2px;" title="Online JavaScript Lint" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.amirwatad.com/blog/archives/2010/06/27/online-javascript-lint/&amp;title=Online+JavaScript+Lint" title="Post to Reddit"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-reddit-big3.png" alt="Post to Reddit" style="margin:0 0 0 2px;" title="Online JavaScript Lint" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.amirwatad.com/blog/archives/2010/06/27/online-javascript-lint/&amp;title=Online+JavaScript+Lint" title="Post to StumbleUpon"><img class="nothumb" src="http://www.amirwatad.com/blog/wp-content/plugins/tweet-this/icons/tt-su-big3.png" alt="Post to StumbleUpon" style="margin:0 0 0 2px;" title="Online JavaScript Lint" /></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=x5a-VEUHCOA:E7pJKI_KVDk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=x5a-VEUHCOA:E7pJKI_KVDk:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=x5a-VEUHCOA:E7pJKI_KVDk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?i=x5a-VEUHCOA:E7pJKI_KVDk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=x5a-VEUHCOA:E7pJKI_KVDk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Amirwatadcom?a=x5a-VEUHCOA:E7pJKI_KVDk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Amirwatadcom?i=x5a-VEUHCOA:E7pJKI_KVDk:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Amirwatadcom/~4/x5a-VEUHCOA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.amirwatad.com/blog/archives/2010/06/27/online-javascript-lint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.amirwatad.com/blog/archives/2010/06/27/online-javascript-lint/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 4.658 seconds. --><!-- Cached page generated by WP-Super-Cache on 2012-05-24 05:59:25 -->

