<?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>Harsh Tech Talk | Facebook Tips | Google Hacks | Blogging Tips | Twitter</title>
	
	<link>http://www.harshtechtalk.com</link>
	<description>This blog is about Blogging tips, Facebook, Google, Twitter and Internet tips and tricks.</description>
	<lastBuildDate>Thu, 01 Dec 2011 15:16:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/harshtechtalk" /><feedburner:info uri="harshtechtalk" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>harshtechtalk</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>How to Remove ssh Connection Error Saying “Trying private key” in Windows</title>
		<link>http://feedproxy.google.com/~r/harshtechtalk/~3/-IBSEVqV1vw/how-to-remove-ssh-connection-error-saying-trying-private-key-in-windows.html</link>
		<comments>http://www.harshtechtalk.com/how-to-remove-ssh-connection-error-saying-trying-private-key-in-windows.html#comments</comments>
		<pubDate>Thu, 01 Dec 2011 15:16:34 +0000</pubDate>
		<dc:creator>theharshest</dc:creator>
				<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.harshtechtalk.com/how-to-remove-ssh-connection-error-saying-trying-private-key-in-windows.html</guid>
		<description><![CDATA[I was trying to setup ssh connection to GitHub when I faced this error on Windows saying - bash-3.1$ ssh -Tv git@github.com OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Feb 2007 debug1: Reading configuration data /c/Documents and Settings/hjha/.ssh/config debug1: Applying options for github.com debug1: Executing proxy command: exec C:/Git/bin/connect.exe -H xxxxxxxxxxxxxxxxxx debug1: permanently_drop_suid: 500 debug1: identity file C:\\Documents\\ [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/eNAr5EwHBdBoC_BARFugmYJcb7M/0/da"><img src="http://feedads.g.doubleclick.net/~a/eNAr5EwHBdBoC_BARFugmYJcb7M/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/eNAr5EwHBdBoC_BARFugmYJcb7M/1/da"><img src="http://feedads.g.doubleclick.net/~a/eNAr5EwHBdBoC_BARFugmYJcb7M/1/di" border="0" ismap="true"></img></a></p><p>I was trying to setup ssh connection to GitHub when I faced this error on Windows saying -</p>
<blockquote><p>bash-3.1$ ssh -Tv git@github.com     <br />OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Feb 2007      <br />debug1: Reading configuration data /c/Documents and Settings/hjha/.ssh/config      <br />debug1: Applying options for github.com      <br />debug1: Executing proxy command: exec C:/Git/bin/connect.exe -H xxxxxxxxxxxxxxxxxx      <br />debug1: permanently_drop_suid: 500      <br />debug1: identity file C:\\Documents\\ and\\ Settings\\hjha\\\\.ssh\\id_rsa type      <br />-1      <br />debug1: Remote protocol version 2.0, remote software version OpenSSH_5.1p1 Debia      <br />n-5github2      <br />debug1: match: OpenSSH_5.1p1 Debian-5github2 pat OpenSSH*      <br />debug1: Enabling compatibility mode for protocol 2.0      <br />debug1: Local version string SSH-2.0-OpenSSH_4.6      <br />debug1: SSH2_MSG_KEXINIT sent      <br />debug1: SSH2_MSG_KEXINIT received      <br />debug1: kex: server-&gt;client aes128-cbc hmac-md5 none      <br />debug1: kex: client-&gt;server aes128-cbc hmac-md5 none</p>
<p>debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024&lt;1024&lt;8192) sent     <br />debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP      <br />debug1: SSH2_MSG_KEX_DH_GEX_INIT sent      <br />debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY      <br />debug1: Host &#8216;github.com&#8217; is known and matches the RSA host key.      <br />debug1: Found key in /c/Documents and Settings/hjha/.ssh/known_hosts:1      <br />debug1: ssh_rsa_verify: signature correct      <br />debug1: SSH2_MSG_NEWKEYS sent      <br />debug1: expecting SSH2_MSG_NEWKEYS      <br />debug1: SSH2_MSG_NEWKEYS received      <br />debug1: SSH2_MSG_SERVICE_REQUEST sent      <br />debug1: SSH2_MSG_SERVICE_ACCEPT received      <br />debug1: Authentications that can continue: publickey      <br />debug1: Next authentication method: publickey      <br />debug1: Trying private key: C:\\Documents\\ and\\ Settings\\hjha\\\\.ssh\\id_rsa </p>
<p>debug1: No more authentication methods to try.     <br />Permission denied (publickey).      <br />bash-3.1$ ssh git@github.com      <br />Permission denied (publickey).</p>
</blockquote>
<p><a href="http://www.harshtechtalk.com/wp-content/uploads/2011/12/sshlogo.jpg"><img title="ssh-logo" style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" height="119" alt="ssh-logo" src="http://www.harshtechtalk.com/wp-content/uploads/2011/12/sshlogo_thumb.jpg" width="133" border="0" /></a> </p>
<p>It shows up as “Permission Denied (publickey)”, to which you will find many solutions on net. But all have same underlying reason which is &#8211; ssh cannot find the location of keys because of which it shows -</p>
<blockquote><p>debug1: Trying private key: C:\\Documents\\ and\\ Settings\\hjha\\\\.ssh\\id_rsa</p>
</blockquote>
<p>Here “Trying private keys” means that ssh is trying to look for the key at the given location but could not find it. More details can be seen <a href="http://help.github.com/ssh-issues/" target="_blank">here</a> under the heading “Finding out what keys ssh is using”. Now the possible reasons as you will find would be like “keys are not named properly” or “ssh doesn’t know the path to the keys” which seem to be valid reason and you can use ssh-add to add path if in your case ssh can’t find the path to keys.</p>
<p>But, in my case situation was totally different, ssh keys were placed at right locations but ssh was looking for keys at wrong location(or a location which literally doesn’t even exist). To make it right I just opened my <em>config</em> file which would be placed at <em>~/.ssh </em>and looks something like -</p>
<blockquote><p>ProxyCommand C:/Git/bin/connect.exe -H xxxxxxxxxxxxxxxxxxx </p>
<p>Host github.com     <br />User git      <br />Port 22      <br />Hostname github.com      <br />IdentityFile &quot;C:\Documents\ and\ Settings\hjha\\.ssh\id_rsa&quot;      <br />TCPKeepAlive yes      <br />IdentitiesOnly yes </p>
<p>Host ssh.github.com     <br />User git      <br />Port 443      <br />Hostname ssh.github.com      <br />IdentityFile &quot;C:\Documents\ and\ Settings\hjha\\.ssh\id_rsa&quot;      <br />TCPKeepAlive yes      <br />IdentitiesOnly yes</p>
</blockquote>
<p>I saw that there were redundant backslashes placed in the IdentityFile locations. So, I edited my config file to -</p>
<blockquote><p>ProxyCommand C:/Git/bin/connect.exe -H xxxxxxxxxxxxxxxxxxxxxxx </p>
<p>Host github.com     <br />User git      <br />Port 22      <br />Hostname github.com      <br />IdentityFile &quot;C:\Documents and Settings\hjha\.ssh\id_rsa&quot;      <br />TCPKeepAlive yes      <br />IdentitiesOnly yes </p>
<p>Host ssh.github.com     <br />User git      <br />Port 443      <br />Hostname ssh.github.com      <br />IdentityFile &quot;C:\Documents and Settings\hjha\.ssh\id_rsa&quot;      <br />TCPKeepAlive yes      <br />IdentitiesOnly yes</p>
</blockquote>
<p>It simply means that if you are using double quotes to give any location then you need to give the path as it is without escaping spaces and special characters with backward slash. I tried sshing again with <em>ssh -vT git@github.com </em>and whoa! It worked! <img src='http://www.harshtechtalk.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_58108" title="How to Remove ssh Connection Error Saying &ldquo;Trying private key&rdquo; in Windows" url="http://www.harshtechtalk.com/how-to-remove-ssh-connection-error-saying-trying-private-key-in-windows.html"></script><img src="http://feeds.feedburner.com/~r/harshtechtalk/~4/-IBSEVqV1vw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.harshtechtalk.com/how-to-remove-ssh-connection-error-saying-trying-private-key-in-windows.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.harshtechtalk.com/how-to-remove-ssh-connection-error-saying-trying-private-key-in-windows.html</feedburner:origLink></item>
		<item>
		<title>Swap Two Variables in Python in a Single Line</title>
		<link>http://feedproxy.google.com/~r/harshtechtalk/~3/8EyHQq83W_4/swap-two-variables-in-python-in-a-single-line.html</link>
		<comments>http://www.harshtechtalk.com/swap-two-variables-in-python-in-a-single-line.html#comments</comments>
		<pubDate>Sun, 16 Oct 2011 12:23:46 +0000</pubDate>
		<dc:creator>theharshest</dc:creator>
				<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.harshtechtalk.com/swap-two-variables-in-python-in-a-single-line.html</guid>
		<description><![CDATA[This thing can be easily achieved in Python which in other languages usually require 3-4 lines. This is possible due to Python’s tuple data structure. So to interchange values of two variables ‘x’ and ‘y’ simply use - x, y = y, x “x, y” defines a new tuple which takes the values of old [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/bEI5R1XC93Xg6TDM8aLYODoeCXw/0/da"><img src="http://feedads.g.doubleclick.net/~a/bEI5R1XC93Xg6TDM8aLYODoeCXw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/bEI5R1XC93Xg6TDM8aLYODoeCXw/1/da"><img src="http://feedads.g.doubleclick.net/~a/bEI5R1XC93Xg6TDM8aLYODoeCXw/1/di" border="0" ismap="true"></img></a></p><p>This thing can be easily achieved in Python which in other languages usually require 3-4 lines. This is possible due to Python’s <strong>tuple data structure</strong>. So to interchange values of two variables ‘x’ and ‘y’ simply use -</p>
<blockquote><p> x, y = y, x</p>
</blockquote>
<p>“x, y” defines a new tuple which takes the values of old variables which are presented in the form of another tuple as “y, x”.</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_58108" title="Swap Two Variables in Python in a Single Line" url="http://www.harshtechtalk.com/swap-two-variables-in-python-in-a-single-line.html"></script><img src="http://feeds.feedburner.com/~r/harshtechtalk/~4/8EyHQq83W_4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.harshtechtalk.com/swap-two-variables-in-python-in-a-single-line.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.harshtechtalk.com/swap-two-variables-in-python-in-a-single-line.html</feedburner:origLink></item>
		<item>
		<title>How To Make Django Views Concise</title>
		<link>http://feedproxy.google.com/~r/harshtechtalk/~3/f72wcwt_LNg/how-to-make-django-views-concise.html</link>
		<comments>http://www.harshtechtalk.com/how-to-make-django-views-concise.html#comments</comments>
		<pubDate>Sun, 09 Oct 2011 03:18:29 +0000</pubDate>
		<dc:creator>theharshest</dc:creator>
				<category><![CDATA[django]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://www.harshtechtalk.com/how-to-make-django-views-concise.html</guid>
		<description><![CDATA[If you have arrived to this web page, you must be knowing how urls are mapped to web pages in Django. These web pages are created using templates for reusability purposes. So a full fledged content of views.py would be somewhat like - from django.template import Context, Template from django.template import HttpResponse t = Template(“&#60;template_content&#62;”) [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/-Km2Y_JQt8EYbCEKg90RmZ1lP4U/0/da"><img src="http://feedads.g.doubleclick.net/~a/-Km2Y_JQt8EYbCEKg90RmZ1lP4U/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/-Km2Y_JQt8EYbCEKg90RmZ1lP4U/1/da"><img src="http://feedads.g.doubleclick.net/~a/-Km2Y_JQt8EYbCEKg90RmZ1lP4U/1/di" border="0" ismap="true"></img></a></p><p>If you have arrived to this web page, you must be knowing how urls are mapped to web pages in Django. These web pages are created using templates for reusability purposes. So a full fledged content of views.py would be somewhat like -</p>
<p><a href="http://www.harshtechtalk.com/wp-content/uploads/2011/10/djangologopositive.png"><img title="djangologopositive" style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" height="84" alt="djangologopositive" src="http://www.harshtechtalk.com/wp-content/uploads/2011/10/djangologopositive_thumb.png" width="240" border="0" /></a> </p>
<blockquote><p> from django.template import Context, Template</p>
<p>from django.template import HttpResponse</p>
<p>t = Template(“&lt;template_content&gt;”)</p>
<p>c = Context(&lt;dictionary_having_mapping_from_variables_to_values&gt;)</p>
<p>t.render(c) # this brings the actual required output</p>
<p>html = t.render(c)</p>
<p>return HttpResponse(html)</p>
</blockquote>
<p>How to reduce the overhead of writing whole of template in views.py file? You can call template from a separate file. To achieve this, you need to change TEMPLATE_DIRS in settings.py to include the directory path where you want to place the template file. Now the above code can be rewritten as -</p>
<blockquote><p>from django.template import Context</p>
<p>from django.template.loader import get_template</p>
<p>from django.template import HttpResponse</p>
<p>t = get_template(‘abc.html’)</p>
<p>c = Context(&lt;dictionary_having_mapping_from_variables_to_values&gt;)</p>
<p>t.render(c) # this brings the actual required output</p>
<p>html = t.render(c)</p>
<p>return HttpResponse(html)</p>
</blockquote>
<p>&#160;</p>
<p>where abc.html contains your template content and lies in the directory path you mentioned in TEMPLATE_DIRS variable.</p>
<p>Although above trick didn’t make views.py concise, but it did provide a separation of template code(frontend) from views(backend), which now can be modified separately without affecting each other. Now, comes the actual trick to make views.py concise. There is a function called render_to_response() in django.shortcuts module, which performs the following tasks in one go -</p>
<blockquote><p>t = get_template(‘abc.html’)</p>
<p>c = Context(&lt;dictionary_having_mapping_from_variables_to_values&gt;)</p>
<p>t.render(c) # this brings the actual required output</p>
<p>html = t.render(c)</p>
<p>return HttpResponse(html)</p>
</blockquote>
<p>All the above tasks can be achieved through one statement -</p>
<blockquote><p><font style="background-color: #ffffff" color="#333333">return render_to_response(‘abc.html’,&lt;dictionary_having_mapping_from_variables_to_values&gt;)</font></p>
</blockquote>
<p>Now, if you say that you don’t even want to mention that dictionary mapping, there is a way out, use locals() -</p>
<blockquote><p><font style="background-color: #ffffff" color="#333333">return render_to_response(‘abc.html’,locals())</font></p>
</blockquote>
<p>Using locals automatically picks up variables and their values from the view. So obviously for this thing to work, variable names in template and views should match.</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_58108" title="How To Make Django Views Concise" url="http://www.harshtechtalk.com/how-to-make-django-views-concise.html"></script><img src="http://feeds.feedburner.com/~r/harshtechtalk/~4/f72wcwt_LNg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.harshtechtalk.com/how-to-make-django-views-concise.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.harshtechtalk.com/how-to-make-django-views-concise.html</feedburner:origLink></item>
		<item>
		<title>UMPlayer – Best Alternative to VLC Media Player</title>
		<link>http://feedproxy.google.com/~r/harshtechtalk/~3/Wa6I-d2GrDs/umplayer-best-alternative-to-vlc-media-player.html</link>
		<comments>http://www.harshtechtalk.com/umplayer-best-alternative-to-vlc-media-player.html#comments</comments>
		<pubDate>Sat, 27 Aug 2011 11:49:52 +0000</pubDate>
		<dc:creator>theharshest</dc:creator>
				<category><![CDATA[music]]></category>
		<category><![CDATA[utilities]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.harshtechtalk.com/umplayer-best-alternative-to-vlc-media-player.html</guid>
		<description><![CDATA[With loads of features built in, UMPlayer can surely replace VLC as your best media player. As per the official site, it can handle various media formats like AAC, AC3, ASF, AVI, DIVX, FLV, H.263, Matroska, MOV, MP3, MP4, MPEG, OGG, QT, RealMedia, VOB, Vorbis, WAV, WMA, WMV, XVID, etc. I won’t extend this post [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/PsY8_-T0aF1tPncHyXggUgjUJuk/0/da"><img src="http://feedads.g.doubleclick.net/~a/PsY8_-T0aF1tPncHyXggUgjUJuk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/PsY8_-T0aF1tPncHyXggUgjUJuk/1/da"><img src="http://feedads.g.doubleclick.net/~a/PsY8_-T0aF1tPncHyXggUgjUJuk/1/di" border="0" ismap="true"></img></a></p><p>With loads of features built in, UMPlayer can surely replace VLC as your best media player. As per the <a href="http://www.umplayer.com/" target="_blank">official site</a>, it can handle various media formats like AAC, AC3, ASF, AVI, DIVX, FLV, H.263, Matroska, MOV, MP3, MP4, MPEG, OGG, QT, RealMedia, VOB, Vorbis, WAV, WMA, WMV, XVID, etc.</p>
<p><a href="http://www.harshtechtalk.com/wp-content/uploads/2011/08/umplayer.png"><img title="umplayer" style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" height="168" alt="umplayer" src="http://www.harshtechtalk.com/wp-content/uploads/2011/08/umplayer_thumb.png" width="184" border="0" /></a> </p>
<p>I won’t extend this post long and waste my readers’ time. Rather I would like to come to the point directly that how UMPlayer has han edge over VLC Media Player. It has following exclusive features -</p>
<p>1) <strong>YouTube integration</strong> – UMPlayer lets you play YoutTube videos directly. Just go to Tools –&gt; YouTube and search for the video or directly search from the text box on the main UI. Don’t forget to put your proxy settings for the network before starting with this feature. It automaticall shows </p>
<p>2) <strong>Automatic subtitles search</strong> – Just open the file which you want to play and click on Subtitles –&gt; Find Subtitles on OpenSubtitles.org. It will automatically search for the possible subtitles from OpenSubtitles.org and give you the options. </p>
<p>3) <strong>Radio Integration</strong> – Just click on Tools –&gt; SHOUTcast and it will show the list of Top 500 stations. Just double click on any station to play it.</p>
<p>Moreover, its lightweight than VLC Player, occupies less disk space.</p>
<p>Download UMPlayer from <a href="http://www.brothersoft.com/umplayer-439675.html" target="_blank">here</a>.</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_58108" title="UMPlayer &ndash; Best Alternative to VLC Media Player" url="http://www.harshtechtalk.com/umplayer-best-alternative-to-vlc-media-player.html"></script><img src="http://feeds.feedburner.com/~r/harshtechtalk/~4/Wa6I-d2GrDs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.harshtechtalk.com/umplayer-best-alternative-to-vlc-media-player.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.harshtechtalk.com/umplayer-best-alternative-to-vlc-media-player.html</feedburner:origLink></item>
		<item>
		<title>How To Delete Locked files or Undeletable Files on Windows</title>
		<link>http://feedproxy.google.com/~r/harshtechtalk/~3/1Rbgx9-okZU/delete-locked-files-or-undeletable-files-on-windows.html</link>
		<comments>http://www.harshtechtalk.com/delete-locked-files-or-undeletable-files-on-windows.html#comments</comments>
		<pubDate>Fri, 19 Aug 2011 22:22:03 +0000</pubDate>
		<dc:creator>theharshest</dc:creator>
				<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[utilities]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.harshtechtalk.com/delete-locked-files-or-undeletable-files-on-windows.html</guid>
		<description><![CDATA[Many a times you have faced this situation on Windows where you can’t delete certain file because its busy or being used by some other program. You may get a message from Windows that this file is being used by another program, even you have closed all the running programs. Here I present you the [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/PkiNT_Fap9CtSHGvSYdLZJpj9Z4/0/da"><img src="http://feedads.g.doubleclick.net/~a/PkiNT_Fap9CtSHGvSYdLZJpj9Z4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/PkiNT_Fap9CtSHGvSYdLZJpj9Z4/1/da"><img src="http://feedads.g.doubleclick.net/~a/PkiNT_Fap9CtSHGvSYdLZJpj9Z4/1/di" border="0" ismap="true"></img></a></p><p>Many a times you have faced this situation on Windows where you can’t delete certain file because its busy or being used by some other program. You may get a message from Windows that this file is being used by another program, even you have closed all the running programs. Here I present you the solution to how to delete those locked files.</p>
<p><a href="http://www.harshtechtalk.com/wp-content/uploads/2011/08/error_deleting_file.jpg"><img title="error_ deleting_file" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="151" alt="error_ deleting_file" src="http://www.harshtechtalk.com/wp-content/uploads/2011/08/error_deleting_file_thumb.jpg" width="471" border="0" /></a> </p>
<p>Most probably you will receive an error message as shown in the above screenshot. So, the problem here is that the file we want to delete is used by some program that we don’t know. As we have closed all the running programs, this means that the program which is using the file we want to delete is running in background. If you try to look at the program through task manager, you can’t find it. So, the best way to look for this is to have a utility which shows that which file is being used by which program. So, once you get the program name using the file you can easily close it.</p>
<p>This nice utility is <a href="http://www.brothersoft.com/wholockme-explorer-extension-download-64618.html" target="_blank">WhoLockMe Explorer Extension</a>. You can download it from <a href="http://www.brothersoft.com/wholockme-explorer-extension-download-64618.html" target="_blank">here</a>. Its very small yet powerful utility. Just unzip the downloaded zip file and run install.bat. You are done. Now, if you get the error while deleting any file, just right click that file and in the menu you will see “Who Lock Me ?”. Click it. Then you will see the list of programs that are locking that file. Just select the process and click Kill Process and that process will be killed. Now you can delete that file.</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_58108" title="How To Delete Locked files or Undeletable Files on Windows" url="http://www.harshtechtalk.com/delete-locked-files-or-undeletable-files-on-windows.html"></script><img src="http://feeds.feedburner.com/~r/harshtechtalk/~4/1Rbgx9-okZU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.harshtechtalk.com/delete-locked-files-or-undeletable-files-on-windows.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.harshtechtalk.com/delete-locked-files-or-undeletable-files-on-windows.html</feedburner:origLink></item>
		<item>
		<title>How to Share Facebook Album Publically</title>
		<link>http://feedproxy.google.com/~r/harshtechtalk/~3/N7Jjctn818k/how-to-share-facebook-album-publically.html</link>
		<comments>http://www.harshtechtalk.com/how-to-share-facebook-album-publically.html#comments</comments>
		<pubDate>Mon, 04 Jul 2011 19:41:41 +0000</pubDate>
		<dc:creator>theharshest</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">http://www.harshtechtalk.com/how-to-share-facebook-album-publically.html</guid>
		<description><![CDATA[In this short blog post I am gonna show you how to share any Facebook album publically with anyone. When I mean sharing any album publically, I mean to say that that sharing with anyone irrespective of whether he is on Facebook or not. Some people share pics on Flickr, Picasa and other image sharing [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/dDs9cbtD7Szn5aIfvHOdkZXG2zo/0/da"><img src="http://feedads.g.doubleclick.net/~a/dDs9cbtD7Szn5aIfvHOdkZXG2zo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/dDs9cbtD7Szn5aIfvHOdkZXG2zo/1/da"><img src="http://feedads.g.doubleclick.net/~a/dDs9cbtD7Szn5aIfvHOdkZXG2zo/1/di" border="0" ismap="true"></img></a></p><p>In this short blog post I am gonna show you how to share any <a href="http://www.harshtechtalk.com/category/facebook" target="_blank">Facebook</a> album publically with anyone. When I mean sharing any album publically, I mean to say that that sharing with anyone irrespective of whether he is on Facebook or not. Some people share pics on Flickr, Picasa and other image sharing sites. But some hardcore Facebook users prefer to keep all their pics on Facebook. In image sharing sites like Picasa and all, you have option to create an album and share your albums publically. But how a Facebook user gonna manage that. Here I show you.</p>
<p><a href="http://www.harshtechtalk.com/wp-content/uploads/2011/07/facebooklogo.png"><img title="facebook-logo" style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" height="124" alt="facebook-logo" src="http://www.harshtechtalk.com/wp-content/uploads/2011/07/facebooklogo_thumb.png" width="125" border="0" /></a> </p>
<p>So, to share any album publically go to Profile –&gt; Photos. Choose an album you want to share publically. Now, scroll down until you find the link &#8211; “<strong>Share this album with anyone by sending them this public link</strong>”. Below this you will find a url. Give this url to any person you want to share that album with and he can view that album. The good part of this whole thing is that the person with which you are sharing the album need not be on Facebook. So, now you can share Facebook album with non Facebook users also.</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_58108" title="How to Share Facebook Album Publically" url="http://www.harshtechtalk.com/how-to-share-facebook-album-publically.html"></script><img src="http://feeds.feedburner.com/~r/harshtechtalk/~4/N7Jjctn818k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.harshtechtalk.com/how-to-share-facebook-album-publically.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.harshtechtalk.com/how-to-share-facebook-album-publically.html</feedburner:origLink></item>
		<item>
		<title>Listen any Song with Rainy Music as Background via RainyMood</title>
		<link>http://feedproxy.google.com/~r/harshtechtalk/~3/FEkPkGi7TEk/listen-any-song-with-rainy-music-as-background-via-rainymood.html</link>
		<comments>http://www.harshtechtalk.com/listen-any-song-with-rainy-music-as-background-via-rainymood.html#comments</comments>
		<pubDate>Thu, 16 Jun 2011 18:35:23 +0000</pubDate>
		<dc:creator>theharshest</dc:creator>
				<category><![CDATA[fun]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://www.harshtechtalk.com/2011/06/listen-any-song-with-rainy-music-as-background-via-rainymood.html</guid>
		<description><![CDATA[Do you like listening songs in rainy weather? Well, here I present a way to add rainy music as background to any song you want to. Simply go to RainyMood and it will start playing a nice soothing rainy music. Now you can play any song of your choice either from YouTube or Grooveshark or [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/9HS_YdIGzeKmvK1S-4kv4vA2AB4/0/da"><img src="http://feedads.g.doubleclick.net/~a/9HS_YdIGzeKmvK1S-4kv4vA2AB4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/9HS_YdIGzeKmvK1S-4kv4vA2AB4/1/da"><img src="http://feedads.g.doubleclick.net/~a/9HS_YdIGzeKmvK1S-4kv4vA2AB4/1/di" border="0" ismap="true"></img></a></p><p>Do you like listening songs in rainy weather? Well, here I present a way to add rainy music as background to any song you want to.</p>
<p><a href="http://www.harshtechtalk.com/wp-content/uploads/2011/06/rainymoodtop4.png"><img title="rainymood-top4" style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" height="145" alt="rainymood-top4" src="http://www.harshtechtalk.com/wp-content/uploads/2011/06/rainymoodtop4_thumb.png" width="499" border="0" /></a> </p>
<p>Simply go to <a href="http://www.rainymood.com/" target="_blank">RainyMood</a> and it will start playing a nice soothing rainy music. Now you can play any song of your choice either from YouTube or Grooveshark or any other source of your choice. But the thing here is although you can change the volume of your song but can’t control the volume of the rainy music because there is no such option. So, you can get this rainy music from the following youtube video -</p>
<p>&#160;</p>
<div class="wlWriterEditableSmartContent" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:12ca137a-f49e-486c-a91c-69a6706ef40c" style="padding-right: 0px; display: block; padding-left: 0px; float: none; padding-bottom: 0px; margin-left: auto; width: 425px; margin-right: auto; padding-top: 0px">
<div><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/AYw7eJYadco&amp;hl=en"></param><embed src="http://www.youtube.com/v/AYw7eJYadco&amp;hl=en" type="application/x-shockwave-flash" width="425" height="355"></embed></object></div>
</div>
<p>Here, you have much control over the volume and all. At first I thought that playing rainy music behind will ruin the original music but when I tried playing it, it works too well, esp with romantic songs.</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_58108" title="Listen any Song with Rainy Music as Background via RainyMood" url="http://www.harshtechtalk.com/listen-any-song-with-rainy-music-as-background-via-rainymood.html"></script><img src="http://feeds.feedburner.com/~r/harshtechtalk/~4/FEkPkGi7TEk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.harshtechtalk.com/listen-any-song-with-rainy-music-as-background-via-rainymood.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.harshtechtalk.com/listen-any-song-with-rainy-music-as-background-via-rainymood.html</feedburner:origLink></item>
		<item>
		<title>Colored Fonts, Unlike Option, Profile Skin and lots more on  Facebook with Social Plus extension</title>
		<link>http://feedproxy.google.com/~r/harshtechtalk/~3/ir5oHAqPcw8/colored-fonts-unlike-option-profile-skin-and-lots-more-on-facebook-with-social-plus-extension.html</link>
		<comments>http://www.harshtechtalk.com/colored-fonts-unlike-option-profile-skin-and-lots-more-on-facebook-with-social-plus-extension.html#comments</comments>
		<pubDate>Tue, 07 Jun 2011 22:35:58 +0000</pubDate>
		<dc:creator>theharshest</dc:creator>
				<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">http://www.harshtechtalk.com/2011/06/colored-fonts-unlike-option-profile-skin-and-lots-more-on-facebook-with-social-plus-extension.html</guid>
		<description><![CDATA[With over 600 million users active in Facebook, it is unarguably the the most used and loved social networking site. You might be addicted to Facebook and use it like a pro but ever thought of tweaking Facebook as per you needs like putting colorful text, unliking a status, rating friends’ posts? These tweaks to [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/Nt2dijExJlyQU-yWBPhIQLQHUnw/0/da"><img src="http://feedads.g.doubleclick.net/~a/Nt2dijExJlyQU-yWBPhIQLQHUnw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Nt2dijExJlyQU-yWBPhIQLQHUnw/1/da"><img src="http://feedads.g.doubleclick.net/~a/Nt2dijExJlyQU-yWBPhIQLQHUnw/1/di" border="0" ismap="true"></img></a></p><p>With over 600 million users active in <a href="http://www.harshtechtalk.com/category/facebook" target="_blank">Facebook</a>, it is unarguably the the most used and loved social networking site. You might be addicted to Facebook and use it like a pro but ever thought of tweaking Facebook as per you needs like putting colorful text, unliking a status, rating friends’ posts? These tweaks to Facebook is no longer a dream with <a href="http://www.social-plus.net/en/" target="_blank">Social Plus</a>. Social Plus is already is being used by many Facebook users. Here I will show you how to use this extension and enjoy Facebook in a more fun way. This extension is supported for Chrome, Firefox and Safari.</p>
<p><a href="http://www.harshtechtalk.com/wp-content/uploads/2011/06/SocialPlusChromeExtension.png"><img title="Social-Plus-Chrome-Extension" style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" height="74" alt="Social-Plus-Chrome-Extension" src="http://www.harshtechtalk.com/wp-content/uploads/2011/06/SocialPlusChromeExtension_thumb.png" width="242" border="0" /></a> </p>
<p>First go to <a href="http://www.social-plus.net/en/" target="_blank">Social Plus</a> and click on Download. It will select the right browser and take you to the place to download it. Now open Facebook and you will finds loads of options. Now I will list what all you can do with this extension -</p>
<p>1) Colored text. Bold, Italic, Underline and Strike text. (Available as soon as click on a text box to write some text in it. You will get small buttons to edit text.)</p>
<p>2) Large number of emoticons. (Open Facebook chat and there you will see emoticons option)</p>
<p>3) Dislike option next to the Like option. This has been in lot of demand by Facebook user. Now you can dislike any post using this. (Below each post you will find this option besides Like)</p>
<p>4) Profile Skins (Go to your profile and choose Profile Skin from SocialPlus! menu)</p>
<p>5) Photo Preview (Just scroll over any picture shared by your friend and you will see an enlarged version of it)</p>
<p>You can all find all the options provided by this extension <a href="http://www.social-plus.net/en/function.php?view=statut-couleur#function_editor" target="_blank">here</a>.</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_58108" title="Colored Fonts, Unlike Option, Profile Skin and lots more on  Facebook with Social Plus extension" url="http://www.harshtechtalk.com/colored-fonts-unlike-option-profile-skin-and-lots-more-on-facebook-with-social-plus-extension.html"></script><img src="http://feeds.feedburner.com/~r/harshtechtalk/~4/ir5oHAqPcw8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.harshtechtalk.com/colored-fonts-unlike-option-profile-skin-and-lots-more-on-facebook-with-social-plus-extension.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.harshtechtalk.com/colored-fonts-unlike-option-profile-skin-and-lots-more-on-facebook-with-social-plus-extension.html</feedburner:origLink></item>
		<item>
		<title>Quick Way to get Answers to Questions – Aardvark User Guide</title>
		<link>http://feedproxy.google.com/~r/harshtechtalk/~3/4LAzXw4052s/quick-way-to-get-answers-to-questions-aardvark-user-guide.html</link>
		<comments>http://www.harshtechtalk.com/quick-way-to-get-answers-to-questions-aardvark-user-guide.html#comments</comments>
		<pubDate>Sun, 05 Jun 2011 20:47:20 +0000</pubDate>
		<dc:creator>theharshest</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[answers]]></category>
		<category><![CDATA[questions]]></category>

		<guid isPermaLink="false">http://www.harshtechtalk.com/2011/06/quick-way-to-get-answers-to-questions-aardvark-user-guide.html</guid>
		<description><![CDATA[With lots many sites offering answers to questions, competition is stiff. Top sites being Answers.com, Yahoo Answers, Rediff Q&#38;A and Blurtit which get loads of traffic. I recently explored another such great service called Aardvark. Its a Google product. Aardvark lets you send your questions even through IM and mostly you will get the answer [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/VfTEECIPPsdk3v2sPhN65mVQk3c/0/da"><img src="http://feedads.g.doubleclick.net/~a/VfTEECIPPsdk3v2sPhN65mVQk3c/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/VfTEECIPPsdk3v2sPhN65mVQk3c/1/da"><img src="http://feedads.g.doubleclick.net/~a/VfTEECIPPsdk3v2sPhN65mVQk3c/1/di" border="0" ismap="true"></img></a></p><p>With lots many sites offering answers to questions, competition is stiff. Top sites being <a href="http://www.answers.com/" target="_blank">Answers.com</a>, <a href="http://answers.yahoo.com/" target="_blank">Yahoo Answers</a>, <a href="http://qna.rediff.com/" target="_blank">Rediff Q&amp;A</a> and <a href="http://www.blurtit.com/" target="_blank">Blurtit</a> which get loads of traffic. I recently explored another such great service called <a href="http://vark.com" target="_blank">Aardvark</a>. Its a Google product. Aardvark lets you send your questions even through IM and mostly you will get the answer to your question in few minutes. If you are thinking that who will be answering you questions, is there a panel of experts doing so? No, its just the other Aardvark users, same as you, sharing the common interest who would be answering your questions. You can grow your network by simply adding people with whom you think that you share common interest. Aardvark allows you to ask questions in four ways – through its website, IM, email, or Twitter. I like IM way the best. Its too convenient. There are some tricks to use Aardvark the IM way.</p>
<p><a href="http://www.harshtechtalk.com/wp-content/uploads/2011/06/googlevark.jpg"><img title="google-vark" style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" height="162" alt="google-vark" src="http://www.harshtechtalk.com/wp-content/uploads/2011/06/googlevark_thumb.jpg" width="242" border="0" /></a> </p>
<p>Let me show you how to proceed with Aardvark the IM way. When you register with Aardvark, it will ask for the IM and your ID. Once you enter this, you will get add request from the Aardvark IM bot. I gave my Gmail ID and the bot request came from “aardvark-g212”. Now just click on it and type your question. You can use “tag: &lt;tags&gt;” to specify tags to your questions, so that your question goes to the right people. Just type “help” and you will get full list of help commands which you can use to get thorough knowledge of Aardvark. </p>
<p>In the Aardvark website interface, click on network to see the network where you will people either having mutual friend or having some common interests. You can add them to grow you network. Now go to Profile –&gt; Topics. Here you can add topics for which you want to answer. So, if any question comes related to the topics mentioned there, Aardvark will ping you with “You there?” and then you can proceed with answering the question if you want to. Now go to Profile –&gt; Settings. Here you can get the settings done as per your need.</p>
<p>So, could this be the future of Question and Answers concept or Answers.com and Yahoo Answers will continue to dominate? What do you think?</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_58108" title="Quick Way to get Answers to Questions &ndash; Aardvark User Guide" url="http://www.harshtechtalk.com/quick-way-to-get-answers-to-questions-aardvark-user-guide.html"></script><img src="http://feeds.feedburner.com/~r/harshtechtalk/~4/4LAzXw4052s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.harshtechtalk.com/quick-way-to-get-answers-to-questions-aardvark-user-guide.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.harshtechtalk.com/quick-way-to-get-answers-to-questions-aardvark-user-guide.html</feedburner:origLink></item>
		<item>
		<title>Best Way to Look for Facebook Pending Friend Requests and Deleting them</title>
		<link>http://feedproxy.google.com/~r/harshtechtalk/~3/1Csy8aQzufM/best-way-to-look-for-facebook-pending-friend-requests-and-deleting-them.html</link>
		<comments>http://www.harshtechtalk.com/best-way-to-look-for-facebook-pending-friend-requests-and-deleting-them.html#comments</comments>
		<pubDate>Sun, 29 May 2011 18:52:34 +0000</pubDate>
		<dc:creator>theharshest</dc:creator>
				<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">http://www.harshtechtalk.com/2011/05/best-way-to-look-for-facebook-pending-friend-requests-and-deleting-them.html</guid>
		<description><![CDATA[You must have sent friend requests on Facebook that are sometimes not accepted from the other side. Those friend requests on Facebook keep on accumulating and increases the chances of getting your Facebook account been refrained from adding more friends. If you keep repeating the act of adding friends and pending friend requests keep accumulating, [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/V7eRz7IwXZ6T-Gr0vlsxmjuCrjU/0/da"><img src="http://feedads.g.doubleclick.net/~a/V7eRz7IwXZ6T-Gr0vlsxmjuCrjU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/V7eRz7IwXZ6T-Gr0vlsxmjuCrjU/1/da"><img src="http://feedads.g.doubleclick.net/~a/V7eRz7IwXZ6T-Gr0vlsxmjuCrjU/1/di" border="0" ismap="true"></img></a></p><p>You must have sent friend requests on Facebook that are sometimes not accepted from the other side. Those friend requests on Facebook keep on accumulating and increases the chances of getting your Facebook account been refrained from adding more friends. If you keep repeating the act of adding friends and pending friend requests keep accumulating, you may face a permanent suspension of the account. So, its better to keep the count of pending Facebook friend requests as low as possible. Here, I am going to show you how you can cancel friend requests on Facebook and keep the count of pending friend requests low.</p>
<p>&#160;</p>
<p><a href="http://www.harshtechtalk.com/wp-content/uploads/2011/05/facebook_pending_friend_requests.png"><img title="facebook_pending_friend_requests" style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" height="179" alt="facebook_pending_friend_requests" src="http://www.harshtechtalk.com/wp-content/uploads/2011/05/facebook_pending_friend_requests_thumb.png" width="155" border="0" /></a> </p>
<p>&#160;</p>
<p>The utility to do so is “<a href="http://www.unfriendfinder.com/" target="_blank">Unfriend Finder</a>”. It provides support for four browsers – Firefox, Chrome, Safari and Opera. As soon as you open the Unfriend Finder site, it will detect your browser. Now, click on the logo in the Download tab to download the utility as an addon or extension. I tried it in Chrome. As soon as this extension gets installed, open your Facebook account. Now you can see few different things like – Pending Friend Requests link in the left sidebar, Unfriends tab at the top and Unfriend Finder button at the bottom right corner of the screen.</p>
<p>Now to proceed with the main thing, click on Unfriends link in the left sidebar and click on Pending Requests. Now, you can see the list of pending friend requests. To cancel friend requests, instead of clicking on “Remove Connection” button(because that didn’t work in my case), go to the persons profile by clicking on his name. Then scroll down and in left sidebar you will find the link to cancel friend request.</p>
<p>You can control settings by clicking on Unfriend Finder Settings from the menu which appears by clicking on the button at the bottom right corner of the screen. If you still didn’t get how this thing works, click on Show Tutorial.</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_58108" title="Best Way to Look for Facebook Pending Friend Requests and Deleting them" url="http://www.harshtechtalk.com/best-way-to-look-for-facebook-pending-friend-requests-and-deleting-them.html"></script><img src="http://feeds.feedburner.com/~r/harshtechtalk/~4/1Csy8aQzufM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.harshtechtalk.com/best-way-to-look-for-facebook-pending-friend-requests-and-deleting-them.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://www.harshtechtalk.com/best-way-to-look-for-facebook-pending-friend-requests-and-deleting-them.html</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.538 seconds. --><!-- Cached page generated by WP-Super-Cache on 2012-02-23 23:01:42 -->

