<?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>Tech Monk &#187; tips</title>
	<atom:link href="http://www.techmonk.com/tag/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techmonk.com</link>
	<description>Guide To The Nth Dimension Of Computing And Internet</description>
	<lastBuildDate>Mon, 16 Jan 2012 03:13:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Re-Open Previously Opened Windows At Logon in Windows 7</title>
		<link>http://www.techmonk.com/reopen-previously-opened-windows-at-logon/1099/</link>
		<comments>http://www.techmonk.com/reopen-previously-opened-windows-at-logon/1099/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 15:01:28 +0000</pubDate>
		<dc:creator>Pramodh KP</dc:creator>
				<category><![CDATA[Tools & Tutorials]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.techmonk.com/?p=1099</guid>
		<description><![CDATA[Sometimes, when you have lots of folder open and you are working on something important, as the luck would have it, there will be a power cut and the next time you log on to your system you have to open all those folders again. Ever, run into this problem? Then here is a tip for you that can save you!]]></description>
			<content:encoded><![CDATA[<p>Many a times, you may want to open some folders every time when you log on to your computer. Or, maybe due to some problems, you were computer shut down abruptly. In these situations, you can easily reopen all the opened tabs from your previous session using this simple windows feature. Here&#8217;s how to do it:</p>
<ul>
<li>Open any folder. Press &#8216;Alt&#8217; button to get the menu bar on top.</li>
<li>In that go to &#8220;Folder Options&#8221;, under &#8220;Tools&#8221; .</li>
<li>Under the &#8220;View&#8221; tab, check the option &#8220;Reopen previously opened folders&#8221;.<img class="aligncenter" title="restore previous folder" src="http://www.techmonk.com/postimg/restore_previous_folder.png" alt="restore_previous_folder" width="398" height="482" /></li>
<li>Click &#8220;Apply&#8221; and &#8220;OK&#8221;.</li>
</ul>
<p>That&#8217;s it. The next time you switch on your computer, these folders will automatically open for you. In my opinion, this feature can be a little annoying. AFAIK, I don&#8217;t see much of a need to keep folders always open. However I do think that it can be handy when there are frequent power cuts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techmonk.com/reopen-previously-opened-windows-at-logon/1099/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Make a Neat Horizontal Bar with Social Buttons</title>
		<link>http://www.techmonk.com/how-to-make-a-neat-horizontal-bar-with-social-buttons/1062/</link>
		<comments>http://www.techmonk.com/how-to-make-a-neat-horizontal-bar-with-social-buttons/1062/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 14:39:30 +0000</pubDate>
		<dc:creator>Pramodh KP</dc:creator>
				<category><![CDATA[Tools & Tutorials]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.techmonk.com/?p=1062</guid>
		<description><![CDATA[Social networking sites provide a great way to share content with people. So, it's important that your content is equipped with good sharing options. In this tutorial, I talk about a code that I wrote to create a horizontal bar with all social buttons in one line]]></description>
			<content:encoded><![CDATA[<p>Just a few days ago, I changed the theme of my blog, with my own one. While designing my own theme, I was kind of stuck with one thing. If you came to this post, searching through Google, then I think even you are finding the same problem.</p>
<p><strong>PROBLEM</strong> -  Making a neat horizontal bar with all the social-sharing buttons inline.</p>
<p>Well, I am not a coding expert. But, somehow I wrote a code which is simple and easy. So, I thought I would share the code here on my blog.</p>
<p>I scratched my head for a lot of time over this problem. But, later I came to know that I was not really looking at the problem. Okay, now first let me give you the code.</p>
<pre><code>&lt;div&gt; 

&lt;!-- tweet button --&gt;  
&lt;div style="float:left;"&gt;
&lt;a href="http://twitter.com/share" data-count="horizontal"&gt;Tweet&lt;/a&gt;
&lt;script type="text/javascript" src="http://platform.twitter.com/widgets.js"&gt; &lt;/script&gt;
&lt;/div&gt;
 &lt;!-- tweet button --&gt; 

&lt;!-- facebook like button--&gt;
&lt;div style="float:left;"&gt;
&lt;iframe src="http://www.facebook.com/plugins/like.php?href&amp;amp;send=false&amp;amp; layout=button_count&amp;amp;width=450&amp;amp;show_faces=true&amp;amp;action=like&amp;amp; colorscheme=light&amp;amp;font&amp;amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:60px; height:21px;" allowTransparency="true"&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;!-- facebook like button--&gt; 

&lt;!-- Google +1 button --&gt;  
&lt;div style="float:left;"&gt;
&lt;!-- Place this tag where you want the +1 button to render --&gt;  
&lt;g:plusone size="medium" annotation="inline" <span style="color: #ff0000;">width="60"</span>&gt;&lt;/g:plusone&gt; 

&lt;!-- Place this render call where appropriate --&gt;  
&lt;script type="text/javascript"&gt;   (function() {     var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;     po.src = 'https://apis.google.com/js/plusone.js';     var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);   })();  &lt;/script&gt;
&lt;/div&gt;
&lt;!-- Google +1 button --&gt;
&lt;/div&gt;</code></pre>
<p><strong>One another thing</strong>-  This is the code I wrote. It is very simple and easy. But, still this code didn&#8217;t work in the beginning. Notice the highlighted part of the code above. By default, the Plus one button width will be450px or something, which makes it not possible to keep them inline. That&#8217;s why it didn&#8217;t work. But, after sometime I found the problem and fixed it. I am just giving a heads up so that you don&#8217;t do the same problem.</p>
<p>Also, the code I wrote is only for three buttons, but you can extend it. Just add the code of the button in between the following tags.</p>
<blockquote>
<pre>&lt;div style="float:left;"&gt;
Paste the code for the button here
&lt;/div&gt;</pre>
</blockquote>
<p>That&#8217;s all. You can see my code in action at the beginning of this post. Please don&#8217;t hesitate to comment if you have any problems or suggestions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techmonk.com/how-to-make-a-neat-horizontal-bar-with-social-buttons/1062/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Limit Download and Upload Rate in uTorrent</title>
		<link>http://www.techmonk.com/limit-download-and-upload-rate-in-utorrent/1034/</link>
		<comments>http://www.techmonk.com/limit-download-and-upload-rate-in-utorrent/1034/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 08:12:36 +0000</pubDate>
		<dc:creator>Pramodh KP</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[torrents]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.techmonk.com/?p=1034</guid>
		<description><![CDATA[It is difficult to browse the web while downloading torrents, if you have an average speed broadband connection, as most of the bandwidth is used by the torrents itself. Here is a simple tutorial that teaches how to limit the download and upload rate of the torrents in uTorrent]]></description>
			<content:encoded><![CDATA[<p>Usually, I download files from torrents only while working offline. Because, you can&#8217;t work online while downloading torrents. Most of the bandwidth is taken up by the torrents itself and you cannot do anything else online. But, however when I have to do both simultaneously, I limit the bandwidth usage of my torrents. (Er.. I am talking here about broadband connections with an average speed of around 512 KBPS)</p>
<p>uTorrent is one of the most popular and most used torrent client. In this post, I am going to show you how to limit the rate of  download or upload for a particular download.</p>
<ul>
<li>Select the torrent download for which you want to limit the download/upload rate.</li>
<li>Right-Click on it and select &#8220;Properties&#8221; option.<img class="aligncenter" title="Torrent Properties" src="http://www.techmonk.com/postimg/torrent_properties.png" alt="torrent_properties" width="501" height="330" /></li>
<li>In the dialog box opened, under the &#8220;Bandwidth Settings&#8221; change the maximum download rate and upload rate as you desire.<img class="aligncenter" title="Limit download rate" src="http://www.techmonk.com/postimg/limit_download_rate_torrents.png" alt="limit_download_rate" width="470" height="580" /></li>
<li>If you want to change it back to default, replace the rate by 0.</li>
</ul>
<p>That&#8217;s it. You can now browse the web while the torrent is downloading.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techmonk.com/limit-download-and-upload-rate-in-utorrent/1034/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Multiple Account Login, using Userscripts</title>
		<link>http://www.techmonk.com/facebook-multiple-account-login-switch-accounts/1006/</link>
		<comments>http://www.techmonk.com/facebook-multiple-account-login-switch-accounts/1006/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 04:40:09 +0000</pubDate>
		<dc:creator>Pramodh KP</dc:creator>
				<category><![CDATA[Tools & Tutorials]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tweak]]></category>

		<guid isPermaLink="false">http://www.techmonk.com/?p=1006</guid>
		<description><![CDATA[This post introduces you to some scripts, that enable the feature of multiple user sign in, just like in Gmail, that had rolled back sometime earlier. ]]></description>
			<content:encoded><![CDATA[<p>Most of us are familiar with the feature in<a title="Gmail" href="http://www.techmonk.com/tag/gmail" target="_blank"> Gmail,</a> that allows multiple-sign ins. If you are searching for a similar feature for Facebook, then here it is.</p>
<p>There are two <a title="Userscritps" href="http://www.techmonk.com/how-to-get-turn-off-lights-on-every-youtube-video/544/" target="_blank">userscripts</a>, that you can use to implement this feature in your browser. Both are good, each having their own advantages and disadvantages. It&#8217;s up to you to decide which you want. The links I am giving you below has detailed tutorials which you can follow while using the scripts. The first script here, does not work in Google Chrome, but the second one does. So, if you are using Google Chrome, install the second script.</p>
<ol>
<li><a title="Facebook Multi User Login" href="http://userscripts.org/scripts/show/57400" target="_blank">Facebook Multi-user Login</a></li>
<li><a title="Switch Facebook Accounts" href="http://userscripts.org/scripts/show/63761" target="_blank">Facebook Switch Accounts</a></li>
</ol>
<p>If you are concerned about security, then I assure you that these scripts cannot harm you in anyway. Bascially, what they do is, log out of one account and automatically login to another with the credentials you have given. So, your password and other credentials will remain safe.</p>
<p>You can also check out some of the previous posts, that I have written on different userscritps here.</p>
<ol>
<li><a title="Permanent Link to Change the New Google Black Bar into Old White One" href="../old-facebook-chat/change-google-black-bar-white-color-bar/923/" rel="bookmark">Change the New Google Black Bar into Old White One</a></li>
<li><a title="How to Get the Old Facebook Chat" href="http://www.techmonk.com/old-facebook-chat/988/" target="_blank">How to Get the Old Facebook Chat</a></li>
<li><a title="Permanent Link to How To: Get Turn-Off Lights On Every Youtube Video" href="../how-to-get-turn-off-lights-on-every-youtube-video/544/" rel="bookmark">How To: Get Turn-Off Lights On Every Youtube Video</a></li>
</ol>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techmonk.com/facebook-multiple-account-login-switch-accounts/1006/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Save Excel Table or Chart As An Image</title>
		<link>http://www.techmonk.com/save-excel-table-chart-smart-art-as-image/993/</link>
		<comments>http://www.techmonk.com/save-excel-table-chart-smart-art-as-image/993/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 03:18:41 +0000</pubDate>
		<dc:creator>Pramodh KP</dc:creator>
				<category><![CDATA[Tools & Tutorials]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[ms excel]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.techmonk.com/?p=993</guid>
		<description><![CDATA[It can be useful, if you can save Excel table, charts etc as images. You can reuse them, anywhere you want, be it your blog, or a presentation, or in a document. Here is a simple trick that will teach you how to do the same. ]]></description>
			<content:encoded><![CDATA[<p>Recently, I wanted to save an<a title="How to Print Gridlines Along With Data in Excel Worksheet" href="http://www.techmonk.com/how-to-print-gridlines-excel-worksheet/980/" target="_blank"> Excel</a> table as an image so that I can add it in one of my blog posts. But, when I tried I couldn&#8217;t find any option to save my table as an image. But, I remember sometime earlier that I had saved tables as pictures. I searched online for it, but no forums or blogs, suggested me a good and simple answer. However, it didn&#8217;t take a long time for me to figure out how to do it. So, here I am, writing an article on the same, in case it helps you too!</p>
<p>When I searched for the solution online, I found many answers like, saving a excel spreadsheet as a webpage and then, converting that webpage into an image. Or, I found some cumbersome<a title="Make Your Keyboard LED Lights Disco Dance!" href="http://www.techmonk.com/make-your-keyboard-led-lights-dance-like-disco/718/" target="_blank"> visual basic code</a> (I think so, am not sure)on <a title="Microsoft Articles" href="http://www.techmonk.com/tag/microsoft" target="_blank">Microsoft</a> Forums. But, here is a simple solution that I found out to this problem.</p>
<p>You can convert, not only excel tables, but also Smart Arts, Charts and Word Arts into images, using this trick. Let me get to the process now.</p>
<p>If you have a table, already created in Excel,</p>
<ul>
<li>Copy that table. <img class="aligncenter" title="excel save table" src="http://www.techmonk.com/postimg/excel_table_save.png" alt="excel save table" width="417" height="301" /></li>
<li>Open a new PowerPoint presentation.</li>
<li>Paste the table into an empty slide.</li>
<li>Right-click on the table, and select the option &#8220;Save as Picture&#8221;.<img class="aligncenter" title="save as picture table" src="http://www.techmonk.com/postimg/table_save_picture.png" alt="save as picture table" width="433" height="395" /></li>
</ul>
<p>That&#8217;s it, you are done! Your table is now saved as a PNG image file!</p>
<p>We are actually using a simple feature, that&#8217;s already present in <a title="Office Articles" href="http://www.techmonk.com/tag/office/" target="_blank">MS Office</a>. However, the feature is limited only to MS PowerPoint, not <a title="Excel Articles" href="http://www.techmonk.com/tag/ms-excel" target="_blank">MS Excel</a> or MS Word. I wonder why.</p>
<p>P.S. <em>The same procedure can be followed for converting Smart Arts, Charts and Word Arts into images.</em></p>
<p>Simple, isn&#8217;t it? Please leave your comments and share if you have any other way of doing this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techmonk.com/save-excel-table-chart-smart-art-as-image/993/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Print Gridlines Along With Data in Excel Worksheet</title>
		<link>http://www.techmonk.com/how-to-print-gridlines-excel-worksheet/980/</link>
		<comments>http://www.techmonk.com/how-to-print-gridlines-excel-worksheet/980/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 05:13:05 +0000</pubDate>
		<dc:creator>Pramodh KP</dc:creator>
				<category><![CDATA[Tools & Tutorials]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[ms excel]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.techmonk.com/?p=980</guid>
		<description><![CDATA[By default, printing gridlines is not enabled in MS Excel. So, here is a tutorial on how to do that, and also some other tips while printing an excel worksheet]]></description>
			<content:encoded><![CDATA[<p>Gridlines are the gray lines that divide each of the cells, rows, and columns in a spreadsheet. Usually in Microsoft Excel, by default, these grid lines will not be printed on a hard copy. So, I thought of giving a simple tutorial on how to enable printing of the grid lines in Microsoft Excel.</p>
<p>As I am using Excel 2007, I will be writing instructions based on that, but it will be mostly similar for other versions too.</p>
<ul>
<li>Go to the &#8220;Page Layout&#8221; tab on the ribbon.</li>
<li>In that, go to the &#8220;Sheet options&#8221; tab and there check the &#8220;Print&#8221; option under the &#8220;Gridlines&#8221; category.</li>
<li>Here is a simple video tutorial on how to do the same.</li>
</ul>
<h3>Some other tips while printing an excel sheet</h3>
<p>You can display comments in your hard copy, and also edit how errors, if any, gets displayed. To do this,</p>
<ul>
<li>Go to <strong>Page Layout</strong>&gt;<strong>Sheet Options</strong>. Click on the &#8220;Sheet Options&#8221; block.</li>
<li>A new window will open named <strong>Page Setup</strong>. In that, under the &#8220;Print&#8221; section, there is an option called &#8220;Comments&#8221;.You can select your preference in the dropdown box.</li>
<li>Also, below the &#8220;Comments&#8221; option, there is another option called &#8220;Errors&#8221;. In the dropdown box, you have options like &#8220;Blank&#8221;, &#8220;As Displayed&#8221; and so on. You can change it according to your wish.</li>
</ul>
<p><strong>Tip</strong>: It&#8217;s always better to show Errors in an excel worksheet as &#8220;Blank&#8221;, so that you can manually calculate it later and write.</p>
<p>Check out this video tutorial on the same things that I have discussed before.</p>
<p><object width="425" height="349" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/AJAP_IEinrI?version=3&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed width="425" height="349" type="application/x-shockwave-flash" src="http://www.youtube.com/v/AJAP_IEinrI?version=3&amp;hl=en_US" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techmonk.com/how-to-print-gridlines-excel-worksheet/980/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Adsense Interface Not Opening In Firefox 4/5 &#8211; Solution</title>
		<link>http://www.techmonk.com/new-adsense-interface-not-opening-firefox-4-5-solution/954/</link>
		<comments>http://www.techmonk.com/new-adsense-interface-not-opening-firefox-4-5-solution/954/#comments</comments>
		<pubDate>Sun, 10 Jul 2011 13:48:02 +0000</pubDate>
		<dc:creator>Pramodh KP</dc:creator>
				<category><![CDATA[Tools & Tutorials]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.techmonk.com/?p=954</guid>
		<description><![CDATA[Problem loading new Adsense interface in Firefox? Here is a simple tutorial that help you to solve it!]]></description>
			<content:encoded><![CDATA[<p>I recently decided to switch to the new Google Adsense interface, but when I tried to do that in my Firefox 5, I could not. When I clicked on the &#8220;Try the new Adsense interface&#8221;, I just got a blank blue page. I tried refreshing the page multiple times, but in vain. If you too are encountering the same problem, here is the solution.</p>
<p>The problem is with neither Adsense nor Firefox. It is with the Adblock Plus- an addon for Firefox. It is blocking the new Adsense interface from loading. To solve this problem, disable the Adblock Plus for the Google Adsense page and try again. It will work. If you are not sure how to disable Adblock Plus for a particular page, here is the tutorial:</p>
<ul>
<li>Go to the adsense page which is not loading, i.e., the blank blue page.</li>
<li>Click on the ABP icon in the bottom-right corner of your screen.</li>
<li>Select &#8220;Disable on this page only&#8221;.</li>
<li>Reload the page. That&#8217;s it!</li>
</ul>
<p style="text-align: center;"><img class="aligncenter axhugxytxaqskpaygvpf" title="Disable ABP" src="http://www.techmonk.com/postimg/adsense_ff_disable.png" alt="adsense_ff_disable" width="500" height="500" /></p>
<p>Now, you can use the new interface without any problems. However, I would request you to do another simple job. Please report this issue to the Adblock Plus, so that they can look into it. Here is how to do that:</p>
<ul>
<li>Click on the ABP icon in the bottom-right corner of the screen.</li>
<li>Click on &#8220;Report issue on this page&#8221; option and follow the steps.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter axhugxytxaqskpaygvpf" title="Report ABP" src="http://www.techmonk.com/postimg/adsense_ff_report.png" alt="adsense_ff_report" width="500" height="500" /></p>
<p>If the above solution doesn&#8217;t work for you, then I would suggest you to run Firefox in <a href="http://support.mozilla.com/en-US/kb/Safe%20Mode" target="_blank">&#8220;Safe Mode</a>&#8220;, if it works, then try disabling extensions, that you feel doubtful and try again. If the problem still persists you can always comment here, I will respond with whatever help I can do to solve it.</p>
<p>UPDATE: I submitted this issue, and I think they alread have a report on this problem.You can see the cause and solution for this problem <a href="https://easylist.adblockplus.org/blog/2011/07/01/advertisers-and-tracking-companies-websites" target="_blank">here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techmonk.com/new-adsense-interface-not-opening-firefox-4-5-solution/954/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Send and Receive Notifications on Google Plus via SMS</title>
		<link>http://www.techmonk.com/send-receive-notifications-google-plus-via-sms/930/</link>
		<comments>http://www.techmonk.com/send-receive-notifications-google-plus-via-sms/930/#comments</comments>
		<pubDate>Sat, 02 Jul 2011 16:03:17 +0000</pubDate>
		<dc:creator>Pramodh KP</dc:creator>
				<category><![CDATA[Tools & Tutorials]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Google Plus]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.techmonk.com/?p=930</guid>
		<description><![CDATA[Google Plus, the new social networking project by Google, has so far received good reviews from the people. This is a post that tells you about how to send and receive updates through SMS. (Only for Indians)]]></description>
			<content:encoded><![CDATA[<p>Okay, even though I couldn&#8217;t access Google Plus through my account, I used it from my bro&#8217;s account and so far, I have no reason to dislike it. While I was exploring the features, I found this useful Google Plus setting, where you can send and receive notifications through your normal mobile phone. So, good news for people who don&#8217;t own a smartphone!</p>
<p>However, the sending feature is currently restricted only to Indian users, while the receiving feature is availbale for Indians and US users. Alright, now let&#8217;s look at how to enable it.</p>
<p>First, login to your gmail account. Go to Google Plus page, by clicking on the +YourName button on the top navbar. Then, click on the small button (looks like some kind of spiked wheel) in the top-right corner of the screen. In the dropdown, click on Google+ settings.</p>
<p>In the Google+ settings page, under the <strong>&#8220;Set delivery preferences&#8221;</strong>, you will have an option to add your phone number. Select the country as India, and add your phone number to the account. It will send you a confirmation number through a message which you have to enter it into the confirmation box for verification.</p>
<p><img class="aligncenter" src="http://www.techmonk.com/postimg/google_plus_sms_1.png" alt="google_plus_sms_1" width="521" height="291" /></p>
<p>If the above procedure is completed without any problems, then you are up and ready to receive and send updates through SMS. Now, all you need to do is select when to receive notifications.</p>
<p><img class="aligncenter" src="http://www.techmonk.com/postimg/google_plus_sms_recnotif.png" alt="google_plus_sms_recnotif" width="520" height="537" /></p>
<p>In order to send updates through SMS, like any other service, you need to follow certain syntax. These SMSes have to be sent to the number +91 9222222222. The standard message and data rates apply to these messages.You can send your updates using the following commands.</p>
<ul>
<li>Circles &#8211; @[circle name]</li>
<li>Extended Circles &#8211; @extended</li>
<li>Public &#8211; @public</li>
<li>Any email address &#8211; @[email address]</li>
</ul>
<p>If you want more information/examples on how to use the above commands, <a href="http://www.google.com/support/mobile/bin/answer.py?p=plusone_promo_sms&amp;answer=1304920&amp;&amp;hl=en#secure" target="_blank">visit this page</a>.</p>
<p>Another feature that is notable here is the SMS security PIN. There are chances that sometimes, your SMS might be intercepted (hacked) while sending or someone might pretend to send from your mobile phone. In such cases, Google will be unable to recognize the foul-play. So, if you add a security pin in your notifications, such cases can be avoided.</p>
<p><img class="aligncenter" src="http://www.techmonk.com/postimg/google_plus_sms_secpin.png" alt="google_plus_sms_secpin" width="461" height="118" /></p>
<p>Okay, last but not the least if you ever want to stop the notifications you need to send STOP to the same number above. Happy Google Plus-ing!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techmonk.com/send-receive-notifications-google-plus-via-sms/930/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Show Text Beside Taskbar Buttons in Windows 7</title>
		<link>http://www.techmonk.com/how-to-show-text-taskbar-button-windows-7/893/</link>
		<comments>http://www.techmonk.com/how-to-show-text-taskbar-button-windows-7/893/#comments</comments>
		<pubDate>Mon, 23 May 2011 14:23:48 +0000</pubDate>
		<dc:creator>Pramodh KP</dc:creator>
				<category><![CDATA[Tools & Tutorials]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.techmonk.com/?p=893</guid>
		<description><![CDATA[Here is a simple tutorial on how show text beside taskbar buttons in windows ]]></description>
			<content:encoded><![CDATA[<p>Windows 7 has a habit of stacking the taskbar buttons of the running windows together. Even though this makes the taskbar look cleaner and tidier, it sometimes gets difficult to navigate through different windows, specially when many windows are open.</p>
<p>However, you can change it to the old XP style (i.e., text beside the taskbar button) easily. Here is a small tutorial on how to do it.</p>
<ul>
<li>Go to <strong>&#8220;Taskbar properties&#8221;</strong> by right-clicking on the taskbar.</li>
<li>Under the tab, &#8220;Taskbar&#8221;, in the option &#8220;Taskbar Buttons&#8221; select the option <strong>&#8220;Never combine&#8221;</strong> or<strong> &#8220;Combine when the taskbar is full&#8221;</strong> depending on your requirement.</li>
<li>Click &#8220;Apply&#8221;. Now, you can see the text beside your taskbar buttons, as earlier in XP. Here is a snap.</li>
</ul>
<p><img class="aligncenter" title="taskbar label" src="http://www.techmonk.com/postimg/taskbar_label_before.png" alt="taskbar_label_before" width="395" height="143" /></p>
<p><img class="aligncenter" title="taskbar label" src="http://www.techmonk.com/postimg/taskbar_label_after.png" alt="taskbar_label_after" width="398" height="110" /></p>
<p>Or, you can also use this freeware application to do the same, if you are too lazy! Link: <a href="http://www.softpedia.com/get/Desktop-Enhancements/Other-Desktop-Enhancements/Taskbar-Labels.shtml" target="_blank">Taskbar Labels 1.0</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techmonk.com/how-to-show-text-taskbar-button-windows-7/893/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Want to Make a Few Bucks More This Football Season? Use the Right Keywords</title>
		<link>http://www.techmonk.com/using-right-keywords-for-football-soccer-posts/822/</link>
		<comments>http://www.techmonk.com/using-right-keywords-for-football-soccer-posts/822/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 04:33:14 +0000</pubDate>
		<dc:creator>Pramodh KP</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[fifa world cup 2010]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://www.techmonk.com/?p=822</guid>
		<description><![CDATA[FIFA is trending, and bloggers are trying to make more bucks out of it. If you are also trying to, then learn what keywords to use and how to use]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techmonk.com/tag/fifa-world-cup-2010/" target="_blank">FIFA World Cup 2010</a> has been a trending topic online, for quite a few days now. Many bloggers have also started posting about the FIFA. However, it is important to check whether you are using the right keywords, in right places. This post is just to give a tip to increase your earnings to a small extent.</p>
<p>While writing FIFA posts, most blogs (especially Indian) I have read, have used the keyword Football (including me).  However, I recently did a adwords keyword search using the <a href="https://adwords.google.com/o/Targeting/Explorer?__u=1000000000&amp;__c=1000000000&amp;stylePrefOverride=2#search.none!ideaType=KEYWORD&amp;requestType=IDEAS" target="_blank">keyword tool</a> regarding this. I found that the keyword &#8220;soccer&#8221; had more Estimated Avg.CPC, than the keyword &#8220;football&#8221;.</p>
<p>Well, the reason why we (Indians) use &#8220;football&#8221; more often than &#8220;soccer&#8221; is that &#8220;football&#8221; is used all over the world, while &#8220;Soccer&#8221; is American. As, in most parts of world, &#8220;football&#8221; is in practice, we tend to use &#8220;football&#8221;.</p>
<p>If you take a look at the image below, the keyword &#8220;football&#8221; has an average CPC of around 0.99 USD, while &#8220;soccer&#8221; has an average CPC of 1.13 USD. The difference is pretty much noticeable.</p>
<p style="text-align: center;"><a href="http://techmonk.com/postimg/adwords_research_football.png"><img class="aligncenter" title="adwords_research_football" src="http://techmonk.com/postimg/adwords_research_football.png" alt="adwords_research_football" width="547" height="103" /></a></p>
<p>Another thing is, while doing the keyword research, the location was set to United States. Since most bloggers, as far as I know, target American traffic, it&#8217;s better to use &#8220;soccer&#8221; keyword in your posts than &#8220;football&#8221; keyword.</p>
<p>But, till now we just looked at the average CPC. But, if you see the the search volume for the keyword &#8220;football&#8221; is more than the search volume for &#8220;soccer&#8221;. It&#8217;s almost less than half the &#8220;football&#8221; volume. So, it&#8217;s better to use both the keywords simultaneously. Like, &#8220;football&#8221; in the title and excerpt, while &#8220;soccer&#8221; in the middle of the posts. What do you think?</p>
<p><em><strong>This post is not written by an expert. These are just my views and there may be many mistakes in my analysis. I expect you to hit me with questions or tell me what&#8217;s right and what&#8217;s wrong. We can strike a discussion together. Thanks for reading!</strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techmonk.com/using-right-keywords-for-football-soccer-posts/822/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

