<?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/" version="2.0">

<channel>
	<title>Techno Life @ tothepc.com</title>
	
	<link>http://www.tothepc.com</link>
	<description>Technology, Software, Applications, Downloads, Tips, Blogging, Themes, Wordpress, Blogger, Tricks, Utlities, Freeware, News, Web 2.0, Tools, Services.</description>
	<lastBuildDate>Tue, 09 Feb 2010 17:10:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/tothepc" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="tothepc" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><thespringbox:skin xmlns:thespringbox="http://www.thespringbox.com/dtds/thespringbox-1.0.dtd">http://feeds.feedburner.com/tothepc?format=skin</thespringbox:skin><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">tothepc</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Listen to text message as audio using Notepad</title>
		<link>http://www.tothepc.com/archives/listen-text-message-as-audio-using-notepad/</link>
		<comments>http://www.tothepc.com/archives/listen-text-message-as-audio-using-notepad/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 05:47:12 +0000</pubDate>
		<dc:creator>Sekhon</dc:creator>
				<category><![CDATA[Audio Tools]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Listen Audio]]></category>
		<category><![CDATA[Notepad]]></category>
		<category><![CDATA[Text to Speech]]></category>

		<guid isPermaLink="false">http://www.tothepc.com/?p=9639</guid>
		<description><![CDATA[Do you want to listen to text on Windows PC without having to install any special software? You can perform text to speech conversion using good old Notepad.  This method involves basic built-in API called SAPI (Speech Application Programming Interface). With few lines of code, you can write a basic program to code into API [...]

<ul><li><a href='http://www.tothepc.com/archives/free-text-to-speech-reader-to-listen-text-loud-clear/' rel='bookmark' title='Permanent Link: Free Text to Speech Reader to Listen Text Loud &#038; Clear'>Free Text to Speech Reader to Listen Text Loud &#038; Clear</a></li>
<li><a href='http://www.tothepc.com/archives/convert-text-documents-to-mp3-audio-at-zamzar/' rel='bookmark' title='Permanent Link: Convert text documents to mp3 audio at Zamzar'>Convert text documents to mp3 audio at Zamzar</a></li>
<li><a href='http://www.tothepc.com/archives/hear-podcasts-web-content-google-listen-android-app/' rel='bookmark' title='Permanent Link: Hear podcasts &#038; web audio content with Google Listen Android app'>Hear podcasts &#038; web audio content with Google Listen Android app</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/tmy0xbomXviNv4o0mx_IeZQmsXk/0/da"><img src="http://feedads.g.doubleclick.net/~a/tmy0xbomXviNv4o0mx_IeZQmsXk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/tmy0xbomXviNv4o0mx_IeZQmsXk/1/da"><img src="http://feedads.g.doubleclick.net/~a/tmy0xbomXviNv4o0mx_IeZQmsXk/1/di" border="0" ismap="true"></img></a></p><p><em>Do you want to listen to text on Windows PC without having to install any special software?</em> You can perform text to speech conversion using good old Notepad.  This method involves basic built-in API called SAPI (Speech Application Programming Interface). With few lines of code, you can write a basic program to code into API and enable computer to narrate the input text.</p>
<h2>1. Open notepad &amp; enter following code</h2>
<p>Dim message, sapi<br />
message=InputBox(&#8220;Gagandeep Sekhon&#8221;,&#8221;Talk it&#8221;)<br />
Set sapi=CreateObject(&#8220;sapi.spvoice&#8221;)<br />
sapi.Speak message</p>
<h2>2. Save Notepad file with .vbs extension</h2>
<p>Save the notepad file with .vbs extension (like abc.vbs or xyz.vbs). Then double click to open newly created file with .vbs extension. You will see dialog box as see below.</p>
<p style="text-align: center"><img class="aligncenter" src="http://tothepc.com/img/2010/02/notepad-text-speech.png" alt="" width="375" height="165" /></p>
<h2>3. Enter text that you want to listen</h2>
<p>Enter any text in the box provided and click OK button. Computer will read out input text (make sure speakers are turned ON). Neat, isn&#8217;t it?</p>
<p style="text-align: center"><img class="aligncenter" src="http://tothepc.com/img/2010/02/notepad-text-listen.png" alt="" width="371" height="164" /></p>
<p>Alternatively, you can use either of free <a href="5 Web Based Ways to Convert text into speech, Free!" target="_blank">online tools for text to speech conversion</a> or use free <a href="http://www.tothepc.com/archives/free-text-to-speech-reader-to-listen-text-loud-clear/" target="_blank">text to speech reader program</a> for your Windows computer.</p>
©2009 <a href="http://www.tothepc.com">Techno Life @ tothepc</a> | <a rel="nofollow" href="http://www.twitter.com/tothepc">tothepc on Twitter</a>

<ul><li><a href='http://www.tothepc.com/archives/free-text-to-speech-reader-to-listen-text-loud-clear/' rel='bookmark' title='Permanent Link: Free Text to Speech Reader to Listen Text Loud &#038; Clear'>Free Text to Speech Reader to Listen Text Loud &#038; Clear</a></li>
<li><a href='http://www.tothepc.com/archives/convert-text-documents-to-mp3-audio-at-zamzar/' rel='bookmark' title='Permanent Link: Convert text documents to mp3 audio at Zamzar'>Convert text documents to mp3 audio at Zamzar</a></li>
<li><a href='http://www.tothepc.com/archives/hear-podcasts-web-content-google-listen-android-app/' rel='bookmark' title='Permanent Link: Hear podcasts &#038; web audio content with Google Listen Android app'>Hear podcasts &#038; web audio content with Google Listen Android app</a></li>
</ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tothepc?a=aDPKyvkoQcs:goXkt2U_GzM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tothepc?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=aDPKyvkoQcs:goXkt2U_GzM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/tothepc?i=aDPKyvkoQcs:goXkt2U_GzM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=aDPKyvkoQcs:goXkt2U_GzM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/tothepc?i=aDPKyvkoQcs:goXkt2U_GzM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=aDPKyvkoQcs:goXkt2U_GzM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tothepc?i=aDPKyvkoQcs:goXkt2U_GzM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=aDPKyvkoQcs:goXkt2U_GzM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tothepc?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=aDPKyvkoQcs:goXkt2U_GzM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tothepc?i=aDPKyvkoQcs:goXkt2U_GzM:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.tothepc.com/archives/listen-text-message-as-audio-using-notepad/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to show Folder Size in Windows Explorer</title>
		<link>http://www.tothepc.com/archives/show-folder-size-in-windows-explorer/</link>
		<comments>http://www.tothepc.com/archives/show-folder-size-in-windows-explorer/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 05:20:09 +0000</pubDate>
		<dc:creator>Davinder</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Folder Size]]></category>
		<category><![CDATA[Folders]]></category>
		<category><![CDATA[Tweak Windows]]></category>
		<category><![CDATA[Windows Explorer]]></category>
		<category><![CDATA[Windows Tips]]></category>

		<guid isPermaLink="false">http://www.tothepc.com/?p=9675</guid>
		<description><![CDATA[Pressing (Win + E) keys launches Windows Explorer for easy browsing of contents including drives, folders and files. While files have size listing under size column (in detailed view), there is no size display for folders while viewing in Windows Explorer. Free utility &#8216;Folder Size&#8217; can add this functionality and allow Windows Explorer show size [...]

<ul><li><a href='http://www.tothepc.com/archives/change-default-windows-explorer-folder-to-different-folder/' rel='bookmark' title='Permanent Link: Change default Windows Explorer folder to different folder'>Change default Windows Explorer folder to different folder</a></li>
<li><a href='http://www.tothepc.com/archives/multiple-windows-explorer-in-windows-7/' rel='bookmark' title='Permanent Link: Multiple Windows Explorer in Windows 7'>Multiple Windows Explorer in Windows 7</a></li>
<li><a href='http://www.tothepc.com/archives/create-new-folder-with-keyboard-shortcut-hotkey-in-windows-xp/' rel='bookmark' title='Permanent Link: Create New Folder with keyboard shortcut hotkey in Windows XP'>Create New Folder with keyboard shortcut hotkey in Windows XP</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/sfKFkQWXRSQ4InnhzYqt1_B_V1A/0/da"><img src="http://feedads.g.doubleclick.net/~a/sfKFkQWXRSQ4InnhzYqt1_B_V1A/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/sfKFkQWXRSQ4InnhzYqt1_B_V1A/1/da"><img src="http://feedads.g.doubleclick.net/~a/sfKFkQWXRSQ4InnhzYqt1_B_V1A/1/di" border="0" ismap="true"></img></a></p><p>Pressing (Win + E) keys launches Windows Explorer for easy browsing of contents including drives, folders and files. While files have size listing under size column (in detailed view), there is no size display for folders while viewing in Windows Explorer. Free utility &#8216;Folder Size&#8217; can add this functionality and allow Windows Explorer show size for folders (just like size listing for files).</p>
<p style="text-align: center;"><img class="aligncenter" title="folder-size-xp" src="http://tothepc.com/img/2010/02/folder-size-xp.png" alt="" width="465" height="334" /></p>
<p>As seen in above screenshot, size column show respective sizes of both folders and files viewed under Windows Explorer. This utility <em>only works with Windows XP and Vista</em>. Unfortunately, Windows 7 users have to wait for compatible version or look some other utility with similar functionality. <a href="http://sourceforge.net/projects/foldersize/" target="_blank">Download Folder Size</a> for display of folders size in Windows Explorer.</p>
©2009 <a href="http://www.tothepc.com">Techno Life @ tothepc</a> | <a rel="nofollow" href="http://www.twitter.com/tothepc">tothepc on Twitter</a>

<ul><li><a href='http://www.tothepc.com/archives/change-default-windows-explorer-folder-to-different-folder/' rel='bookmark' title='Permanent Link: Change default Windows Explorer folder to different folder'>Change default Windows Explorer folder to different folder</a></li>
<li><a href='http://www.tothepc.com/archives/multiple-windows-explorer-in-windows-7/' rel='bookmark' title='Permanent Link: Multiple Windows Explorer in Windows 7'>Multiple Windows Explorer in Windows 7</a></li>
<li><a href='http://www.tothepc.com/archives/create-new-folder-with-keyboard-shortcut-hotkey-in-windows-xp/' rel='bookmark' title='Permanent Link: Create New Folder with keyboard shortcut hotkey in Windows XP'>Create New Folder with keyboard shortcut hotkey in Windows XP</a></li>
</ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tothepc?a=KkpTvDqBbVM:-GHE2f5Gjz0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tothepc?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=KkpTvDqBbVM:-GHE2f5Gjz0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/tothepc?i=KkpTvDqBbVM:-GHE2f5Gjz0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=KkpTvDqBbVM:-GHE2f5Gjz0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/tothepc?i=KkpTvDqBbVM:-GHE2f5Gjz0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=KkpTvDqBbVM:-GHE2f5Gjz0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tothepc?i=KkpTvDqBbVM:-GHE2f5Gjz0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=KkpTvDqBbVM:-GHE2f5Gjz0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tothepc?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=KkpTvDqBbVM:-GHE2f5Gjz0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tothepc?i=KkpTvDqBbVM:-GHE2f5Gjz0:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.tothepc.com/archives/show-folder-size-in-windows-explorer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Facebook chat without logging into facebook website</title>
		<link>http://www.tothepc.com/archives/facebook-chat-without-facebook-website-login/</link>
		<comments>http://www.tothepc.com/archives/facebook-chat-without-facebook-website-login/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 03:53:53 +0000</pubDate>
		<dc:creator>Davinder</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Chat]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Instant Messenger]]></category>
		<category><![CDATA[Multiple Messenger]]></category>

		<guid isPermaLink="false">http://www.tothepc.com/?p=9670</guid>
		<description><![CDATA[Are you tired of opening and logging into Facebook website just to chat with Facebook friends? Well, you can chat away with Facebook friends without using web browser or need to login into Facebook website using third party chat tools. You can launch these chat tools, login into Facebook account and start chatting (just like [...]

<ul><li><a href='http://www.tothepc.com/archives/bring-facebook-gtalk-chat-on-desktop-with-gabtastik/' rel='bookmark' title='Permanent Link: Bring Facebook &#038; Gtalk chat on desktop with Gabtastik'>Bring Facebook &#038; Gtalk chat on desktop with Gabtastik</a></li>
<li><a href='http://www.tothepc.com/archives/friendvox-web-based-im-for-facebook-users/' rel='bookmark' title='Permanent Link: FriendVox Web based IM for Facebook Users'>FriendVox Web based IM for Facebook Users</a></li>
<li><a href='http://www.tothepc.com/archives/embed-facebook-chat-on-blog-with-live-stream-box/' rel='bookmark' title='Permanent Link: Embed Facebook chat on blog with Live Stream Box'>Embed Facebook chat on blog with Live Stream Box</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/9hKhRmiN1jOhqKeA4L_K_cfaFyU/0/da"><img src="http://feedads.g.doubleclick.net/~a/9hKhRmiN1jOhqKeA4L_K_cfaFyU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/9hKhRmiN1jOhqKeA4L_K_cfaFyU/1/da"><img src="http://feedads.g.doubleclick.net/~a/9hKhRmiN1jOhqKeA4L_K_cfaFyU/1/di" border="0" ismap="true"></img></a></p><p><em>Are you tired of opening and logging into Facebook website just to chat with Facebook friends?</em> Well, you can chat away with Facebook friends without using web browser or need to login into Facebook website using third party chat tools. You can launch these chat tools, login into Facebook account and start chatting (just like we chat on Yahoo Messenger or Google Talk).</p>
<h2>1. Chit Chat for Facebook IM application</h2>
<p><a href="http://www.chitchat.org.uk" target="_blank">Chit Chat for Facebook</a> is a free instant messenger for Facebook chat. Using this IM tool you can chat with Facebook contacts from the desktop without need to open web browser (and login into Facebook website).</p>
<p style="text-align: center;"><img class="aligncenter" title="chit-chat-facebook" src="http://tothepc.com/img/2010/02/chit-chat-facebook.png" alt="" width="449" height="357" /></p>
<p>After download &amp; install, login using Facebook account details and you are all set for Facebook chat session. It has easy to use interface and allows instant message notifications.</p>
<h2>2. Use Pidgin client for Facebook chat</h2>
<p><img title="pidgin-logo" src="http://tothepc.com/img/2010/02/pidgin-logo.png" alt="" width="190" height="75" align="right" />You can also use Pidgin multi messenger client software to chat with Facebook contacts. To get started, <a href="http://pidgin.im/download/" target="_blank">download Pidgin client</a> and then download <a href="http://code.google.com/p/pidgin-facebookchat/downloads/list" target="_blank">Facebook chat plugin for Pidgin</a>.</p>
<p>After installing pidgin client &amp; Facebook plugin, you are all set for Facebook chat from the desktop. [Tip - <em><a href="http://www.tothepc.com/archives/be-im-power-user-to-save-time-reduce-clutter/" target="_blank">Be IM Power user &amp; save time</a></em>]</p>
©2009 <a href="http://www.tothepc.com">Techno Life @ tothepc</a> | <a rel="nofollow" href="http://www.twitter.com/tothepc">tothepc on Twitter</a>

<ul><li><a href='http://www.tothepc.com/archives/bring-facebook-gtalk-chat-on-desktop-with-gabtastik/' rel='bookmark' title='Permanent Link: Bring Facebook &#038; Gtalk chat on desktop with Gabtastik'>Bring Facebook &#038; Gtalk chat on desktop with Gabtastik</a></li>
<li><a href='http://www.tothepc.com/archives/friendvox-web-based-im-for-facebook-users/' rel='bookmark' title='Permanent Link: FriendVox Web based IM for Facebook Users'>FriendVox Web based IM for Facebook Users</a></li>
<li><a href='http://www.tothepc.com/archives/embed-facebook-chat-on-blog-with-live-stream-box/' rel='bookmark' title='Permanent Link: Embed Facebook chat on blog with Live Stream Box'>Embed Facebook chat on blog with Live Stream Box</a></li>
</ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tothepc?a=rzrWKfNW5LQ:z4Q7kCWPaP0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tothepc?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=rzrWKfNW5LQ:z4Q7kCWPaP0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/tothepc?i=rzrWKfNW5LQ:z4Q7kCWPaP0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=rzrWKfNW5LQ:z4Q7kCWPaP0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/tothepc?i=rzrWKfNW5LQ:z4Q7kCWPaP0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=rzrWKfNW5LQ:z4Q7kCWPaP0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tothepc?i=rzrWKfNW5LQ:z4Q7kCWPaP0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=rzrWKfNW5LQ:z4Q7kCWPaP0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tothepc?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=rzrWKfNW5LQ:z4Q7kCWPaP0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tothepc?i=rzrWKfNW5LQ:z4Q7kCWPaP0:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.tothepc.com/archives/facebook-chat-without-facebook-website-login/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to disable IPv6 on Windows 7 &amp; Vista PC</title>
		<link>http://www.tothepc.com/archives/disable-ipv6-on-windows-7-vista-pc/</link>
		<comments>http://www.tothepc.com/archives/disable-ipv6-on-windows-7-vista-pc/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 03:52:10 +0000</pubDate>
		<dc:creator>Davinder</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Disable]]></category>
		<category><![CDATA[IP Address]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[Windows Tips]]></category>

		<guid isPermaLink="false">http://www.tothepc.com/?p=9661</guid>
		<description><![CDATA[Due to shortage of IPv4 addresses, IPv6 system was introduced with better security features. While it is enabled and present on Windows 7 &#38; Vista computer, it is hardly used by any application or device as of now. So, you may disable IPv6 on the computer as this may result in better network performance and save [...]

<ul><li><a href='http://www.tothepc.com/archives/disable-usb-ports-on-windows-pc/' rel='bookmark' title='Permanent Link: How to Disable USB ports on Windows PC'>How to Disable USB ports on Windows PC</a></li>
<li><a href='http://www.tothepc.com/archives/see-hardware-software-system-information-of-windows-7-vista-xp/' rel='bookmark' title='Permanent Link: See hardware, software System Information of Windows 7, Vista &#038; XP computer'>See hardware, software System Information of Windows 7, Vista &#038; XP computer</a></li>
<li><a href='http://www.tothepc.com/archives/block-cd-dvd-usb-ports-on-pcs-in-network/' rel='bookmark' title='Permanent Link: Disable &#038; block CD, DVD, USB ports, Flash drives on computers in network'>Disable &#038; block CD, DVD, USB ports, Flash drives on computers in network</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/SJ5KgC0mOreK0Nkb_I60h0wQLKY/0/da"><img src="http://feedads.g.doubleclick.net/~a/SJ5KgC0mOreK0Nkb_I60h0wQLKY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/SJ5KgC0mOreK0Nkb_I60h0wQLKY/1/da"><img src="http://feedads.g.doubleclick.net/~a/SJ5KgC0mOreK0Nkb_I60h0wQLKY/1/di" border="0" ismap="true"></img></a></p><p>Due to shortage of IPv4 addresses, IPv6 system was introduced with better security features. While it is enabled and present on Windows 7 &amp; Vista computer, it is hardly used by any application or device as of now. So, you <em>may disable</em> IPv6 on the computer as <em>this may result</em> in better network performance and save CPU memory.</p>
<h2>Temporary way to disable IPv6</h2>
<p>Following procedure disables IPv6 feature for LAN and is temporary. It is enabled back, once you restart the computer.</p>
<p>1. Goto Control Panel &gt; Network and Internet &gt; <strong>Network Connections</strong>.<br />
2. Right click on &#8216;Local Area Connection&#8217; &amp; click <strong>&#8216;properties&#8217;</strong> option.</p>
<p style="text-align: center;"><img class="aligncenter" title="disable-ipv6" src="http://tothepc.com/img/2010/02/disable-ipv6.png" alt="" width="377" height="474" /></p>
<p>3. <strong>Uncheck</strong> &#8216;Internet Protocol Version 6 (TCP/IPv6)<br />
4. Click <strong>OK</strong> &amp; close dialog box.</p>
<h2>Permanent Registry method to disable IPv6</h2>
<p>1. Click <strong>Start &gt; Run</strong><br />
2. Type <strong>regedit</strong> &amp; press the Enter key.<br />
3. Registry editor will open. <strong>Navigate</strong> to:<br />
HKEY_LOCAL_MACHINE &gt; SYSTEM &gt; CurrentControlSet &gt; services &gt;TCPIP6 &gt; Parameters key</p>
<p style="text-align: center;"><img class="aligncenter" title="ipv6-registry-value" src="http://tothepc.com/img/2010/02/ipv6-registry-value.png" alt="" width="465" height="385" /></p>
<p>4. Right click Parameters 7 then <strong>goto New &gt;</strong> DWORD (32-bit) Value<br />
5. Double click &#8216;New Value&#8217; &amp; <strong>Enter 0</strong> in &#8216;value data&#8217; text box.</p>
<p style="text-align: center;"><img class="aligncenter" title="ipv6-registry-value-change" src="http://tothepc.com/img/2010/02/ipv6-registry-value-change.png" alt="" width="465" height="381" /></p>
<p>6. Click OK, <strong>restart PC</strong>. IPv6 will be permanently disabled on PC. You can re-enable IPV6 on the PC, just delete the newly created value as created by performing above steps.</p>
©2009 <a href="http://www.tothepc.com">Techno Life @ tothepc</a> | <a rel="nofollow" href="http://www.twitter.com/tothepc">tothepc on Twitter</a>

<ul><li><a href='http://www.tothepc.com/archives/disable-usb-ports-on-windows-pc/' rel='bookmark' title='Permanent Link: How to Disable USB ports on Windows PC'>How to Disable USB ports on Windows PC</a></li>
<li><a href='http://www.tothepc.com/archives/see-hardware-software-system-information-of-windows-7-vista-xp/' rel='bookmark' title='Permanent Link: See hardware, software System Information of Windows 7, Vista &#038; XP computer'>See hardware, software System Information of Windows 7, Vista &#038; XP computer</a></li>
<li><a href='http://www.tothepc.com/archives/block-cd-dvd-usb-ports-on-pcs-in-network/' rel='bookmark' title='Permanent Link: Disable &#038; block CD, DVD, USB ports, Flash drives on computers in network'>Disable &#038; block CD, DVD, USB ports, Flash drives on computers in network</a></li>
</ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tothepc?a=o5-rRXmcJEE:Jn7rWYvpIR0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tothepc?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=o5-rRXmcJEE:Jn7rWYvpIR0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/tothepc?i=o5-rRXmcJEE:Jn7rWYvpIR0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=o5-rRXmcJEE:Jn7rWYvpIR0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/tothepc?i=o5-rRXmcJEE:Jn7rWYvpIR0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=o5-rRXmcJEE:Jn7rWYvpIR0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tothepc?i=o5-rRXmcJEE:Jn7rWYvpIR0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=o5-rRXmcJEE:Jn7rWYvpIR0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tothepc?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=o5-rRXmcJEE:Jn7rWYvpIR0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tothepc?i=o5-rRXmcJEE:Jn7rWYvpIR0:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.tothepc.com/archives/disable-ipv6-on-windows-7-vista-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Robots.txt file: syntax, example, generator tools</title>
		<link>http://www.tothepc.com/archives/create-robots-txt-file-syntax-example-generator-tools/</link>
		<comments>http://www.tothepc.com/archives/create-robots-txt-file-syntax-example-generator-tools/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 03:12:04 +0000</pubDate>
		<dc:creator>Davinder</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[ToolBox]]></category>
		<category><![CDATA[Bots]]></category>
		<category><![CDATA[Online Tools]]></category>
		<category><![CDATA[Robots]]></category>
		<category><![CDATA[Spiders]]></category>
		<category><![CDATA[Webmaster Tools]]></category>

		<guid isPermaLink="false">http://www.tothepc.com/?p=9666</guid>
		<description><![CDATA[Robots.txt is a small text file with set of instructions for search engine spiders and bots. Contents of robots.txt file can help website owners, webmasters block or grant access to different parts of website to bots for the purpose of indexing on search results. Though not mandatory, it is advisable to have robots.txt file in [...]

<ul><li><a href='http://www.tothepc.com/archives/google-sitemap-generator-official-free-tool/' rel='bookmark' title='Permanent Link: Google Sitemap Generator Official Free Tool'>Google Sitemap Generator Official Free Tool</a></li>
<li><a href='http://www.tothepc.com/archives/15-tools-to-create-sitemap-of-blog-or-website/' rel='bookmark' title='Permanent Link: 15+ Tools to Create Sitemap of blog or website'>15+ Tools to Create Sitemap of blog or website</a></li>
<li><a href='http://www.tothepc.com/archives/submit-xml-sitemap-of-blog-website-to-bing/' rel='bookmark' title='Permanent Link: How to submit XML sitemap of blog / website to Bing?'>How to submit XML sitemap of blog / website to Bing?</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/xKR-V9FS6pF5K5bvJoUzEMapXos/0/da"><img src="http://feedads.g.doubleclick.net/~a/xKR-V9FS6pF5K5bvJoUzEMapXos/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/xKR-V9FS6pF5K5bvJoUzEMapXos/1/da"><img src="http://feedads.g.doubleclick.net/~a/xKR-V9FS6pF5K5bvJoUzEMapXos/1/di" border="0" ismap="true"></img></a></p><p>Robots.txt is a small text file with set of instructions for search engine spiders and bots. Contents of robots.txt file can help website owners, webmasters block or grant access to different parts of website to bots for the purpose of indexing on search results. Though not mandatory, it is advisable to have robots.txt file in the root (like tothepc.com/robots.txt).  A search engine bot will look for robots.txt file to ascertain which parts of website are open for indexing in search results. </p>
<h2>1. Basics of robots.txt file generation</h2>
<p>You can use direct commands in robots.txt file to block or allow access to different parts of your website or blog.</p>
<p>- Block spiders from all parts of website<br />
<em>User-agent: *<br />
Disallow: /</em></p>
<p>- Allow spiders to access all parts of website<br />
<em>User-agent: *<br />
Disallow:</em></p>
<p>- Block spiders from specific part of website (say files folder)<br />
<em>User-Agent: *<br />
Disallow: /files/</em></p>
<p>- Block spiders from accessing specific file (say abc.html)<br />
<em>User-Agent: Googlebot<br />
Disallow: /files/abc.html</em></p>
<p>Besides above, there are number of other commands for specific blocking or access functionality for different parts of website.</p>
<h2>2. Confused&#8230; what should be final robots.txt file</h2>
<p>Learning about different commands can be overwhelming for an average user. If you do not want to block search engine spiders (which is recommended), then use following as your robots.txt file.</p>
<p><em>sitemap: http://www.websitename.com/sitemap.xml<br />
User-agent: *<br />
Disallow:</em></p>
<p>Make sure you <strong>change the sitemap URL </strong>for your blog. <a href="http://www.tothepc.com/archives/how-to-create-sitemap-for-a-blogger-blog/" target="_blank">Blogger blogs have default sitemap</a>, while wordpress and other users can use <a href="http://www.tothepc.com/archives/15-tools-to-create-sitemap-of-blog-or-website/" target="_blank">tools / plugins to generate sitemap for the blog</a>.</p>
<p>After changing sitemap url, paste these 3 lines in a notepad file (and save as robots.txt). Then upload this file to your root folder, so that can access it like www.websitename.com/robots.txt</p>
<h2>3. Tools to Generate robots.txt file</h2>
<p>There are number of third party free tools to generate robot.txt files. Users with basic understanding of commands for allow or block can use these tools for quick creation of customized robots.txt file.</p>
<p><a href="http://www.mcanerin.com/en/search-engine/robots-txt.asp" target="_blank">Online Robots.txt Generator</a> at Mcanerin website provide neat user interface to generate robots.txt file. To get started, enter your sitemap url and then select different allow bots as per requirement and click &#8216;create robots.txt&#8217; button to create final robots.txt file.</p>
<p style="text-align: center;"><img class="aligncenter" title="robotos-online-tool" src="http://tothepc.com/img/2010/02/robotos-online-tool.png" alt="" width="465" height="244" /></p>
<p><a href="http://www.iannet.org/apps/ROBOTStxt/" target="_blank">ROBOTStxt editor</a> is a portable download-able tool to generate robots.txt file. Select parameters from drop down menu and click save button to generate customized robots.txt file.</p>
<p style="text-align: center;"><img class="aligncenter" title="robotos-file-generator" src="http://tothepc.com/img/2010/02/robotos-file-generator.png" alt="" width="465" height="289" /></p>
<p><em>Final thoughts, </em>robots.txt file is not mandatory requirement for every blog or website. However, it is recommended to have robots.txt file to provide direction to search engine bots and spiders on what to index and what not to index!</p>
©2009 <a href="http://www.tothepc.com">Techno Life @ tothepc</a> | <a rel="nofollow" href="http://www.twitter.com/tothepc">tothepc on Twitter</a>

<ul><li><a href='http://www.tothepc.com/archives/google-sitemap-generator-official-free-tool/' rel='bookmark' title='Permanent Link: Google Sitemap Generator Official Free Tool'>Google Sitemap Generator Official Free Tool</a></li>
<li><a href='http://www.tothepc.com/archives/15-tools-to-create-sitemap-of-blog-or-website/' rel='bookmark' title='Permanent Link: 15+ Tools to Create Sitemap of blog or website'>15+ Tools to Create Sitemap of blog or website</a></li>
<li><a href='http://www.tothepc.com/archives/submit-xml-sitemap-of-blog-website-to-bing/' rel='bookmark' title='Permanent Link: How to submit XML sitemap of blog / website to Bing?'>How to submit XML sitemap of blog / website to Bing?</a></li>
</ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tothepc?a=0HNknbjLXmw:agMEURzN_1c:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tothepc?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=0HNknbjLXmw:agMEURzN_1c:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/tothepc?i=0HNknbjLXmw:agMEURzN_1c:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=0HNknbjLXmw:agMEURzN_1c:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/tothepc?i=0HNknbjLXmw:agMEURzN_1c:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=0HNknbjLXmw:agMEURzN_1c:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tothepc?i=0HNknbjLXmw:agMEURzN_1c:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=0HNknbjLXmw:agMEURzN_1c:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tothepc?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=0HNknbjLXmw:agMEURzN_1c:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tothepc?i=0HNknbjLXmw:agMEURzN_1c:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.tothepc.com/archives/create-robots-txt-file-syntax-example-generator-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Batman &amp; Robin Comic image generator</title>
		<link>http://www.tothepc.com/archives/batman-robin-comic-image-generator/</link>
		<comments>http://www.tothepc.com/archives/batman-robin-comic-image-generator/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 12:40:41 +0000</pubDate>
		<dc:creator>Davinder</dc:creator>
				<category><![CDATA[Image Tools]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Batman]]></category>
		<category><![CDATA[Comic]]></category>
		<category><![CDATA[Image Effects]]></category>
		<category><![CDATA[Online Tools]]></category>

		<guid isPermaLink="false">http://www.tothepc.com/?p=9657</guid>
		<description><![CDATA[Are you a fan of Batman &#38; Robin superheros? Spill your fan following using cool online comic image generator for &#8220;Batman &#38; Robin&#8221;. It allows you to generate Batman &#38; Robin image with customized text quotes or speech bubbles. In the pic, Batman is slapping Robin real hard and you get to customize the one [...]

<ul><li><a href='http://www.tothepc.com/archives/igoogle-comic-themes-superman-batman-hulk/' rel='bookmark' title='Permanent Link: iGoogle Comic themes: superman, batman, hulk!'>iGoogle Comic themes: superman, batman, hulk!</a></li>
<li><a href='http://www.tothepc.com/archives/simple-comic-book-viewer-jibi/' rel='bookmark' title='Permanent Link: Simple Comic Book viewer: Jibi'>Simple Comic Book viewer: Jibi</a></li>
<li><a href='http://www.tothepc.com/archives/free-batch-thumbnail-image-generator-software/' rel='bookmark' title='Permanent Link: Free batch Thumbnail Image Generator software'>Free batch Thumbnail Image Generator software</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/tvOO40z2ktHc2ICHgL4_NwKXZSs/0/da"><img src="http://feedads.g.doubleclick.net/~a/tvOO40z2ktHc2ICHgL4_NwKXZSs/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/tvOO40z2ktHc2ICHgL4_NwKXZSs/1/da"><img src="http://feedads.g.doubleclick.net/~a/tvOO40z2ktHc2ICHgL4_NwKXZSs/1/di" border="0" ismap="true"></img></a></p><p><em>Are you a fan of Batman &amp; Robin superheros?</em> Spill your fan following using cool online comic image generator for &#8220;Batman &amp; Robin&#8221;. It allows you to generate Batman &amp; Robin image with customized text quotes or speech bubbles. In the pic, Batman is slapping Robin real hard and you get to customize the one liners for this shot.</p>
<h2>Generate Batman &amp; Robin speech bubble image</h2>
<p>1. <strong>Open</strong> <a href="http://www.batmancomic.info/" target="_blank">Batman &amp; Robin Comic Generator</a><br />
2. <strong>Type</strong> lines for Batman &amp; Robin as seen in screenshot below.</p>
<p style="text-align: center;"><img class="aligncenter" title="batman-robin-comic" src="http://tothepc.com/img/2010/02/batman-robin-comic.png" alt="" width="465" height="492" /></p>
<p>3. Click <strong>&#8216;create comic&#8217;</strong> button to see you customize comic image.</p>
<p style="text-align: center;"><img class="aligncenter" title="batman-robin-speech-bubble" src="http://tothepc.com/img/2010/02/batman-robin-speech-bubble.png" alt="" width="320" height="310" /></p>
<p>Above should be your final image with customized text speech bubbles!</p>
©2009 <a href="http://www.tothepc.com">Techno Life @ tothepc</a> | <a rel="nofollow" href="http://www.twitter.com/tothepc">tothepc on Twitter</a>

<ul><li><a href='http://www.tothepc.com/archives/igoogle-comic-themes-superman-batman-hulk/' rel='bookmark' title='Permanent Link: iGoogle Comic themes: superman, batman, hulk!'>iGoogle Comic themes: superman, batman, hulk!</a></li>
<li><a href='http://www.tothepc.com/archives/simple-comic-book-viewer-jibi/' rel='bookmark' title='Permanent Link: Simple Comic Book viewer: Jibi'>Simple Comic Book viewer: Jibi</a></li>
<li><a href='http://www.tothepc.com/archives/free-batch-thumbnail-image-generator-software/' rel='bookmark' title='Permanent Link: Free batch Thumbnail Image Generator software'>Free batch Thumbnail Image Generator software</a></li>
</ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tothepc?a=cztHTUceJiA:Frw1En46nC8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tothepc?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=cztHTUceJiA:Frw1En46nC8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/tothepc?i=cztHTUceJiA:Frw1En46nC8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=cztHTUceJiA:Frw1En46nC8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/tothepc?i=cztHTUceJiA:Frw1En46nC8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=cztHTUceJiA:Frw1En46nC8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tothepc?i=cztHTUceJiA:Frw1En46nC8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=cztHTUceJiA:Frw1En46nC8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tothepc?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=cztHTUceJiA:Frw1En46nC8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tothepc?i=cztHTUceJiA:Frw1En46nC8:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.tothepc.com/archives/batman-robin-comic-image-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Live Cricket scores in Chrome [ESPN CricInfo plugin]</title>
		<link>http://www.tothepc.com/archives/live-cricket-scores-in-chrome-espn-cricinfo-plugin/</link>
		<comments>http://www.tothepc.com/archives/live-cricket-scores-in-chrome-espn-cricinfo-plugin/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 12:07:16 +0000</pubDate>
		<dc:creator>Davinder</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Chrome Plugins]]></category>
		<category><![CDATA[CricInfo]]></category>
		<category><![CDATA[Cricket]]></category>
		<category><![CDATA[ESPN]]></category>
		<category><![CDATA[Google Chrome]]></category>

		<guid isPermaLink="false">http://www.tothepc.com/?p=9654</guid>
		<description><![CDATA[Every cricket fan wants to stay updated with latest cricket scores and news. If you happen to use Google Chrome as default web browser, then you can stay in touch with latest in cricket using ESPN CricInfo Chrome extension. This free plugin display latest cricket news, features and live scores from cricinfo.com website.
Live Circket updates [...]

<ul><li><a href='http://www.tothepc.com/archives/now-get-live-cricket-scores-on-google-news-homepage/' rel='bookmark' title='Permanent Link: See LIVE Cricket Scores on Google News Homepage'>See LIVE Cricket Scores on Google News Homepage</a></li>
<li><a href='http://www.tothepc.com/archives/see-latest-cricket-scores-live-just-type-cricket/' rel='bookmark' title='Permanent Link: See Latest Cricket Scores @ LIVE, just type &#8216;Cricket&#8217; !'>See Latest Cricket Scores @ LIVE, just type &#8216;Cricket&#8217; !</a></li>
<li><a href='http://www.tothepc.com/archives/gtalk-plugin-for-chrome-to-open-google-talk/' rel='bookmark' title='Permanent Link: Gtalk plugin for Chrome to open Google Talk on any webpage'>Gtalk plugin for Chrome to open Google Talk on any webpage</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/x2J1iXIT8fuNJEAxIUr1oW1WGm0/0/da"><img src="http://feedads.g.doubleclick.net/~a/x2J1iXIT8fuNJEAxIUr1oW1WGm0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/x2J1iXIT8fuNJEAxIUr1oW1WGm0/1/da"><img src="http://feedads.g.doubleclick.net/~a/x2J1iXIT8fuNJEAxIUr1oW1WGm0/1/di" border="0" ismap="true"></img></a></p><p>Every cricket fan wants to stay updated with latest cricket scores and news. If you happen to use <a href="http://www.tothepc.com/archives/make-google-chrome-as-default-browser-for-internet/" target="_blank">Google Chrome as default web browser</a>, then you can stay in touch with latest in cricket using ESPN CricInfo Chrome extension. This free plugin display latest cricket news, features and live scores from cricinfo.com website.</p>
<h2>Live Circket updates with ESPN CricInfo extension</h2>
<p>1. Open <strong>Google Chrome</strong> [or download from google.com/chrome]<br />
2. <strong>Open</strong> <a href="https://chrome.google.com/extensions/detail/ijhlikjoigjegofbedmfmlcfkmhabldh/" target="_blank">ESPN CricInfo Chrome extension</a>webpage.<br />
3. Click <strong>Install button</strong> for installing this Chrome extension.</p>
<p style="text-align: center;"><img class="aligncenter" title="espn-cricinfo-chrome-plugin" src="http://tothepc.com/img/2010/02/espn-cricinfo-chrome-plugin.png" alt="" width="465" height="334" /></p>
<p>4. After install, <strong>click C icon </strong>of ESPN CricInfo to see latest Cricket updates with Chrome. You can click through to see more details for specific stories on CircInfo website. You can also access latest Cricket updates <a href="http://www.tothepc.com/archives/latest-tennis-cricket-formula1-results-on-google/" target="_blank">on good old Google Search</a>.</p>
©2009 <a href="http://www.tothepc.com">Techno Life @ tothepc</a> | <a rel="nofollow" href="http://www.twitter.com/tothepc">tothepc on Twitter</a>

<ul><li><a href='http://www.tothepc.com/archives/now-get-live-cricket-scores-on-google-news-homepage/' rel='bookmark' title='Permanent Link: See LIVE Cricket Scores on Google News Homepage'>See LIVE Cricket Scores on Google News Homepage</a></li>
<li><a href='http://www.tothepc.com/archives/see-latest-cricket-scores-live-just-type-cricket/' rel='bookmark' title='Permanent Link: See Latest Cricket Scores @ LIVE, just type &#8216;Cricket&#8217; !'>See Latest Cricket Scores @ LIVE, just type &#8216;Cricket&#8217; !</a></li>
<li><a href='http://www.tothepc.com/archives/gtalk-plugin-for-chrome-to-open-google-talk/' rel='bookmark' title='Permanent Link: Gtalk plugin for Chrome to open Google Talk on any webpage'>Gtalk plugin for Chrome to open Google Talk on any webpage</a></li>
</ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tothepc?a=mO0PO_4kIkg:4F5bWTm5520:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tothepc?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=mO0PO_4kIkg:4F5bWTm5520:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/tothepc?i=mO0PO_4kIkg:4F5bWTm5520:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=mO0PO_4kIkg:4F5bWTm5520:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/tothepc?i=mO0PO_4kIkg:4F5bWTm5520:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=mO0PO_4kIkg:4F5bWTm5520:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tothepc?i=mO0PO_4kIkg:4F5bWTm5520:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=mO0PO_4kIkg:4F5bWTm5520:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tothepc?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=mO0PO_4kIkg:4F5bWTm5520:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tothepc?i=mO0PO_4kIkg:4F5bWTm5520:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.tothepc.com/archives/live-cricket-scores-in-chrome-espn-cricinfo-plugin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Kill Windows process manually with taskkill command</title>
		<link>http://www.tothepc.com/archives/kill-windows-process-with-taskkill-command/</link>
		<comments>http://www.tothepc.com/archives/kill-windows-process-with-taskkill-command/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 11:45:29 +0000</pubDate>
		<dc:creator>Sekhon</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Command Prompt]]></category>
		<category><![CDATA[Hidden Processes]]></category>
		<category><![CDATA[Kill]]></category>
		<category><![CDATA[Processes]]></category>
		<category><![CDATA[Terminate]]></category>
		<category><![CDATA[Windows Tips]]></category>

		<guid isPermaLink="false">http://www.tothepc.com/?p=9636</guid>
		<description><![CDATA[Sometimes Task manager and registry editor is disabled as a result of Virus effect. Stopping or killing a Windows process during this requires workaround with manual method [alternatively, use free utility to enabled disabled Window features]. You can easily kill any Windows process manually using taskkill command. Here are different ways to use this command.
1. kill a single [...]

<ul><li><a href='http://www.tothepc.com/archives/windows7-command-prompt-administrator-rights/' rel='bookmark' title='Permanent Link: Open Command Prompt in Windows 7 with Administrator rights'>Open Command Prompt in Windows 7 with Administrator rights</a></li>
<li><a href='http://www.tothepc.com/archives/suspend-resume-memory-hogging-window-processes/' rel='bookmark' title='Permanent Link: Suspend &#038; resume memory hogging Window processes'>Suspend &#038; resume memory hogging Window processes</a></li>
<li><a href='http://www.tothepc.com/archives/which-processes-are-ruling-my-pc-get-more-info/' rel='bookmark' title='Permanent Link: Which processes are Ruling my PC? Get more info&#8230;'>Which processes are Ruling my PC? Get more info&#8230;</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/2S1ILVw90aOkgJUx8P9p7ptui20/0/da"><img src="http://feedads.g.doubleclick.net/~a/2S1ILVw90aOkgJUx8P9p7ptui20/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/2S1ILVw90aOkgJUx8P9p7ptui20/1/da"><img src="http://feedads.g.doubleclick.net/~a/2S1ILVw90aOkgJUx8P9p7ptui20/1/di" border="0" ismap="true"></img></a></p><p>Sometimes Task manager and registry editor is disabled as a result of Virus effect. Stopping or killing a Windows process during this requires workaround with manual method [alternatively, use free <a href="http://www.tothepc.com/archives/enable-task-manager-folder-options-registry-hidden-files/" target="_blank">utility to enabled disabled Window features</a>]. You can easily kill any Windows process manually using taskkill command. Here are different ways to use this command.</p>
<h2>1. kill a single process by name</h2>
<p>Recall the name of the erroneous process, for example firefox.exe, now use the following command in a command prompt in Windows XP (goto Start &gt; Run, type cmd &amp; press OK to see command prompt window. One Windows 7, you can simply run this command in Run dialog box (as in screenshot below).</p>
<p><strong>taskkill /IM firefox.exe</strong></p>
<p style="text-align: center;"><img class="aligncenter" title="taskkill-command" src="http://tothepc.com/img/2010/02/taskkill-command.jpg" alt="" width="465" height="289" /></p>
<p>This will cause the program to terminate gracefully, asking for confirmation if there are unsaved changes. To forcefully kill the same process, add the /F option to the command line. Be careful with the /F option as it will terminate all matching processes without confirmation.</p>
<h2>2. kill a single instance of a process</h2>
<p>To kill a currently running instance of a process specify its process id (PID). For example, if the desired process has a PID of 827, use the following command to kill it:</p>
<p><strong>taskkill /PID 827</strong></p>
<h2>3. kill a process using filters</h2>
<p>By using filters, a variety of different patterns can be used to specify the processes to kill. For example, the following filter syntax will forcefully kill all processes owned by the user Sekhon:</p>
<p><strong>taskkill /F /FI &#8220;USERNAME eq Sekhon&#8221;</strong></p>
<p>Using either instance of taskkill command you can terminate (kill) any Windows program without the use of task manager on Windows computer.</p>
©2009 <a href="http://www.tothepc.com">Techno Life @ tothepc</a> | <a rel="nofollow" href="http://www.twitter.com/tothepc">tothepc on Twitter</a>

<ul><li><a href='http://www.tothepc.com/archives/windows7-command-prompt-administrator-rights/' rel='bookmark' title='Permanent Link: Open Command Prompt in Windows 7 with Administrator rights'>Open Command Prompt in Windows 7 with Administrator rights</a></li>
<li><a href='http://www.tothepc.com/archives/suspend-resume-memory-hogging-window-processes/' rel='bookmark' title='Permanent Link: Suspend &#038; resume memory hogging Window processes'>Suspend &#038; resume memory hogging Window processes</a></li>
<li><a href='http://www.tothepc.com/archives/which-processes-are-ruling-my-pc-get-more-info/' rel='bookmark' title='Permanent Link: Which processes are Ruling my PC? Get more info&#8230;'>Which processes are Ruling my PC? Get more info&#8230;</a></li>
</ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tothepc?a=gV-y59y6DG0:uCnjj56gxLc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tothepc?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=gV-y59y6DG0:uCnjj56gxLc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/tothepc?i=gV-y59y6DG0:uCnjj56gxLc:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=gV-y59y6DG0:uCnjj56gxLc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/tothepc?i=gV-y59y6DG0:uCnjj56gxLc:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=gV-y59y6DG0:uCnjj56gxLc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tothepc?i=gV-y59y6DG0:uCnjj56gxLc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=gV-y59y6DG0:uCnjj56gxLc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tothepc?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=gV-y59y6DG0:uCnjj56gxLc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tothepc?i=gV-y59y6DG0:uCnjj56gxLc:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.tothepc.com/archives/kill-windows-process-with-taskkill-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manage Netfix DVDs queue from Chrome toolbar</title>
		<link>http://www.tothepc.com/archives/manage-netfix-dvds-queue-from-chrome-toolbar/</link>
		<comments>http://www.tothepc.com/archives/manage-netfix-dvds-queue-from-chrome-toolbar/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 07:45:06 +0000</pubDate>
		<dc:creator>Davinder</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Chrome Plugins]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Netfix]]></category>

		<guid isPermaLink="false">http://www.tothepc.com/?p=9649</guid>
		<description><![CDATA[Are you looking for an easy way to manage DVDs queue for Netflix? Now you can do this in dead simple way within Google Chrome browser using Netflix Queue extension (by Michael York). With a click of a button on Google Chrome toolbar you can easily view and manage DVDs in your Netflix queue.

To get [...]

<ul><li><a href='http://www.tothepc.com/archives/see-google-pagerank-alexa-rank-in-google-chrome/' rel='bookmark' title='Permanent Link: See Google PageRank &#038; Alexa Rank in Google Chrome'>See Google PageRank &#038; Alexa Rank in Google Chrome</a></li>
<li><a href='http://www.tothepc.com/archives/google-chrome-extension-to-check-page-rank/' rel='bookmark' title='Permanent Link: Google Chrome extension to check Page Rank'>Google Chrome extension to check Page Rank</a></li>
<li><a href='http://www.tothepc.com/archives/save-load-multiple-sessions-in-google-chrome/' rel='bookmark' title='Permanent Link: Save &#038; load multiple sessions in Google Chrome'>Save &#038; load multiple sessions in Google Chrome</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/vJOnCtUysrDx3Dwp-IRTIl22wcA/0/da"><img src="http://feedads.g.doubleclick.net/~a/vJOnCtUysrDx3Dwp-IRTIl22wcA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/vJOnCtUysrDx3Dwp-IRTIl22wcA/1/da"><img src="http://feedads.g.doubleclick.net/~a/vJOnCtUysrDx3Dwp-IRTIl22wcA/1/di" border="0" ismap="true"></img></a></p><p><em>Are you looking for an easy way to manage DVDs queue for Netflix? </em>Now you can do this in dead simple way within Google Chrome browser using Netflix Queue extension (by Michael York). With a click of a button on Google Chrome toolbar you can easily view and manage DVDs in your Netflix queue.</p>
<p style="text-align: center;"><img class="aligncenter" title="netfix-chrome" src="http://tothepc.com/img/2010/02/netfix-chrome.png" alt="" width="465" height="740" /></p>
<p><em>To get started</em>, click the Netflix icon on the Chrome toolbar to get a pop-up window. Login into your Netfix account and view associated status. You can see all current DVDs in the queue including DVDs currently at home. You can also check DVD availability, add new DVDs to queue and reorder your queue. <a href="https://chrome.google.com/extensions/detail/hphlhngeipblknnfjekahgmldpailaij" target="_blank">Download Netfix Queue</a></p>
©2009 <a href="http://www.tothepc.com">Techno Life @ tothepc</a> | <a rel="nofollow" href="http://www.twitter.com/tothepc">tothepc on Twitter</a>

<ul><li><a href='http://www.tothepc.com/archives/see-google-pagerank-alexa-rank-in-google-chrome/' rel='bookmark' title='Permanent Link: See Google PageRank &#038; Alexa Rank in Google Chrome'>See Google PageRank &#038; Alexa Rank in Google Chrome</a></li>
<li><a href='http://www.tothepc.com/archives/google-chrome-extension-to-check-page-rank/' rel='bookmark' title='Permanent Link: Google Chrome extension to check Page Rank'>Google Chrome extension to check Page Rank</a></li>
<li><a href='http://www.tothepc.com/archives/save-load-multiple-sessions-in-google-chrome/' rel='bookmark' title='Permanent Link: Save &#038; load multiple sessions in Google Chrome'>Save &#038; load multiple sessions in Google Chrome</a></li>
</ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tothepc?a=4KW0CTiJ2R8:x2H3f3ARNg0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tothepc?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=4KW0CTiJ2R8:x2H3f3ARNg0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/tothepc?i=4KW0CTiJ2R8:x2H3f3ARNg0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=4KW0CTiJ2R8:x2H3f3ARNg0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/tothepc?i=4KW0CTiJ2R8:x2H3f3ARNg0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=4KW0CTiJ2R8:x2H3f3ARNg0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tothepc?i=4KW0CTiJ2R8:x2H3f3ARNg0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=4KW0CTiJ2R8:x2H3f3ARNg0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tothepc?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=4KW0CTiJ2R8:x2H3f3ARNg0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tothepc?i=4KW0CTiJ2R8:x2H3f3ARNg0:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.tothepc.com/archives/manage-netfix-dvds-queue-from-chrome-toolbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change icons of files in VLC player</title>
		<link>http://www.tothepc.com/archives/change-icons-of-files-in-vlc-player/</link>
		<comments>http://www.tothepc.com/archives/change-icons-of-files-in-vlc-player/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 07:19:58 +0000</pubDate>
		<dc:creator>Davinder</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Customize]]></category>
		<category><![CDATA[Icons]]></category>
		<category><![CDATA[Portable Apps]]></category>
		<category><![CDATA[Video Player]]></category>
		<category><![CDATA[VLC]]></category>

		<guid isPermaLink="false">http://www.tothepc.com/?p=9647</guid>
		<description><![CDATA[Are you bored of file icons in VLC player? Give VLC experience a little makeover with portable tool &#8216;VLC Icon Changer&#8217;. As the name suggests, it allows you to change icons of files associated with VLC player installed on the computer. Using this tool, you can set different and unique icon for specific type of media [...]

<ul><li><a href='http://www.tothepc.com/archives/save-icon-of-any-file-program-or-file-extension/' rel='bookmark' title='Permanent Link: Save Icon of any file, program or file extension'>Save Icon of any file, program or file extension</a></li>
<li><a href='http://www.tothepc.com/archives/download-portable-vlc-video-player/' rel='bookmark' title='Permanent Link: Download portable VLC video player'>Download portable VLC video player</a></li>
<li><a href='http://www.tothepc.com/archives/change-file-folder-ownership-info-on-windows/' rel='bookmark' title='Permanent Link: Change file &#038; folder ownership information in Windows'>Change file &#038; folder ownership information in Windows</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/O_Ugov7ly8PrnDZ35kxxVEoQNWM/0/da"><img src="http://feedads.g.doubleclick.net/~a/O_Ugov7ly8PrnDZ35kxxVEoQNWM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/O_Ugov7ly8PrnDZ35kxxVEoQNWM/1/da"><img src="http://feedads.g.doubleclick.net/~a/O_Ugov7ly8PrnDZ35kxxVEoQNWM/1/di" border="0" ismap="true"></img></a></p><p><em>Are you bored of file icons in VLC player? </em>Give VLC experience a little makeover with portable tool &#8216;VLC Icon Changer&#8217;. As the name suggests, it allows you to change icons of files associated with <a href="http://www.tothepc.com/archives/new-vlc-player-goldeneye-with-hd-support/" target="_blank">VLC player installed</a> on the computer. Using this tool, you can set different and unique icon for specific type of media file format like avi, divx, asf, dts and so on.</p>
<h2>Customize file type icons for VLC player</h2>
<p>1. <strong>Download</strong> <a href="http://sourceforge.net/projects/vlciconchanger/" target="_blank">VLC Icon Changer</a> program.<br />
2. Double click downloaded file to <strong>launch</strong> program.<br />
3. Click &#8216;Browse&#8217; to <strong>select</strong> different icon &amp; click &#8216;Apply&#8217; to set new icon.</p>
<p style="text-align: center;"><img class="aligncenter" title="change-vlc-icons" src="http://tothepc.com/img/2010/02/change-vlc-icons.png" alt="" width="465" height="314" /></p>
<p>You can set specific icons for all file types for VLC or selectively chose different icon for different file types associated with VLC player. One easy and handy way to customize icons for VLC player. You can also customize interface <a href="http://www.tothepc.com/archives/download-skins-to-jazz-up-your-vlc-media-player/" target="_blank">using different VLC player skin</a>.</p>
©2009 <a href="http://www.tothepc.com">Techno Life @ tothepc</a> | <a rel="nofollow" href="http://www.twitter.com/tothepc">tothepc on Twitter</a>

<ul><li><a href='http://www.tothepc.com/archives/save-icon-of-any-file-program-or-file-extension/' rel='bookmark' title='Permanent Link: Save Icon of any file, program or file extension'>Save Icon of any file, program or file extension</a></li>
<li><a href='http://www.tothepc.com/archives/download-portable-vlc-video-player/' rel='bookmark' title='Permanent Link: Download portable VLC video player'>Download portable VLC video player</a></li>
<li><a href='http://www.tothepc.com/archives/change-file-folder-ownership-info-on-windows/' rel='bookmark' title='Permanent Link: Change file &#038; folder ownership information in Windows'>Change file &#038; folder ownership information in Windows</a></li>
</ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tothepc?a=jEeVlOnzFmw:ECvbKMaS2YE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tothepc?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=jEeVlOnzFmw:ECvbKMaS2YE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/tothepc?i=jEeVlOnzFmw:ECvbKMaS2YE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=jEeVlOnzFmw:ECvbKMaS2YE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/tothepc?i=jEeVlOnzFmw:ECvbKMaS2YE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=jEeVlOnzFmw:ECvbKMaS2YE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tothepc?i=jEeVlOnzFmw:ECvbKMaS2YE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=jEeVlOnzFmw:ECvbKMaS2YE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tothepc?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tothepc?a=jEeVlOnzFmw:ECvbKMaS2YE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tothepc?i=jEeVlOnzFmw:ECvbKMaS2YE:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.tothepc.com/archives/change-icons-of-files-in-vlc-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss><!-- Dynamic page generated in 8.898 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-02-09 22:44:31 -->
