<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hot Discussion &#187; Tips  Tricks</title>
	<atom:link href="http://www.ehotdiscussion.com/category/tips-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ehotdiscussion.com</link>
	<description>This blog provides you the hot topics, recent trends and debats</description>
	<lastBuildDate>Wed, 30 Sep 2009 12:46:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to add Command Prompt Option in your Context Menu?</title>
		<link>http://www.ehotdiscussion.com/add-command-prompt-shortcut-in-your-mouse-right-click_contextual_menu/</link>
		<comments>http://www.ehotdiscussion.com/add-command-prompt-shortcut-in-your-mouse-right-click_contextual_menu/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 06:01:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips  Tricks]]></category>
		<category><![CDATA[Windows XP Tweaks]]></category>

		<guid isPermaLink="false">http://www.ehotdiscussion.com/add-command-prompt-shortcut-in-your-mouse-right-click_contextual_menu/</guid>
		<description><![CDATA[People who are using Command Prompt for some particular task have to browse to that particular folder if they have to execute the file in that folder in the command prompt window, by default your command prompt will show you your user name Root Directory like this “c:\Document and Settings\user>”.  So you have to travel a huge path to reach your destination folder, which is a hectic work. Just think of how if we can go to that particular destination root directory of the folder when we open command prompt(“D:\mywork\destinatin>”)!!! Cool isn’t it?? Lets learn it from here.]]></description>
			<content:encoded><![CDATA[<p align="justify"><a href="http://www.ehotdiscussion.com/wp-content/uploads/2009/07/Context_menu_command_option.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="Context_menu_command_option" border="0" alt="Context_menu_command_option" align="left" src="http://www.ehotdiscussion.com/wp-content/uploads/2009/07/Context_menu_command_option_thumb.jpg" width="150" height="150" /></a> People who are using Command Prompt for some particular task have to browse to that particular folder if they have to execute the file in that folder in the command prompt window, by default your command prompt will show you your user name Root Directory like this <em><strong>“c:\Document and Settings\user&gt;”</strong>.</em>&#160; So you have to travel a huge path to reach your destination folder, which is a hectic work. Just think of how if we can go to that particular destination root directory of the folder when we open command prompt<strong>(<em>“D:\mywork\destinatin&gt;”</em>)</strong>!!! Cool isn’t it?? Lets learn it from here.</p>
<p>This option enables you to right-click on a folder within Windows Explorer and choose the Command Prompt, which opens a Command Prompt window with that folder as your active directory. </p>
<p>do the following:</p>
<p><strong><u>Step:1</u></strong></p>
<p>Navigate in your Registry to </p>
<pre style="width: 484px; height: 21px" class="css" name="code">HKEY_LOCAL_MACHINE/Software/ Classes/Folder/Shell </pre>
<p>and create a key called “Command Prompt” without the quotes. </p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Creating_new_key_in_shell_command_prompt" border="0" alt="Creating_new_key_in_shell_command_prompt" src="http://www.ehotdiscussion.com/wp-content/uploads/2009/07/Creating_new_key_in_shell_command_prompt.jpg" width="528" height="295" /> </p>
<p><strong><u>Step 2:</u></strong></p>
<p>Set the default string to whatever text you want to appear in the right-click menu. <img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="editingstring_andputcontextmenu_value" border="0" alt="editingstring_andputcontextmenu_value" src="http://www.ehotdiscussion.com/wp-content/uploads/2009/07/editingstring_andputcontextmenu_value.jpg" width="673" height="298" /> </p>
<p><strong><u>Step 3:</u></strong></p>
<p>Create a new key within your newly created command prompt named “<strong><em>Command</em></strong>” and set the default string to <strong>Cmd.exe /k pushd %L<img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="Creating_new_key_in_shell_command_prompt" border="0" alt="Creating_new_key_in_shell_command_prompt" src="http://www.ehotdiscussion.com/wp-content/uploads/2009/07/Creating_new_key_in_shell_command_prompt1.jpg" width="528" height="393" /> </strong></p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="Editthestring_placethevalue" border="0" alt="Editthestring_placethevalue" src="http://www.ehotdiscussion.com/wp-content/uploads/2009/07/Editthestring_placethevalue.jpg" width="655" height="296" /> </p>
<p> Step 4:</p>
<p>You may need to add %SystemRoot%/ before the Cmd.exe if the executable can’t be found. The changes take place immediately. Right click on a folder and your new menu item will appear.</p>
</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="context_menu_commandprompt" border="0" alt="context_menu_commandprompt" src="http://www.ehotdiscussion.com/wp-content/uploads/2009/07/context_menu_commandprompt.jpg" width="486" height="421" /> </p>
</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="commandprompt_contextmenu_with_root" border="0" alt="commandprompt_contextmenu_with_root" src="http://www.ehotdiscussion.com/wp-content/uploads/2009/07/commandprompt_contextmenu_with_root.jpg" width="668" height="244" /></p>




	<a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fadd-command-prompt-shortcut-in-your-mouse-right-click_contextual_menu%2F&amp;title=How%20to%20add%20Command%20Prompt%20Option%20in%20your%20Context%20Menu%3F" title="Digg"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fadd-command-prompt-shortcut-in-your-mouse-right-click_contextual_menu%2F&amp;title=How%20to%20add%20Command%20Prompt%20Option%20in%20your%20Context%20Menu%3F" title="del.icio.us"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fadd-command-prompt-shortcut-in-your-mouse-right-click_contextual_menu%2F&amp;title=How%20to%20add%20Command%20Prompt%20Option%20in%20your%20Context%20Menu%3F" title="Reddit"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fadd-command-prompt-shortcut-in-your-mouse-right-click_contextual_menu%2F&amp;title=How%20to%20add%20Command%20Prompt%20Option%20in%20your%20Context%20Menu%3F" title="StumbleUpon"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://twitter.com/home?status=I just read &ldquo;How%20to%20add%20Command%20Prompt%20Option%20in%20your%20Context%20Menu%3F&rdquo; by @ehotdiscussion: http://tinyurl.com/n4c34g" title="TwitThis"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/twitter.png" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="mailto:?subject=How%20to%20add%20Command%20Prompt%20Option%20in%20your%20Context%20Menu%3F&amp;body=http%3A%2F%2Fwww.ehotdiscussion.com%2Fadd-command-prompt-shortcut-in-your-mouse-right-click_contextual_menu%2F" title="E-mail this story to a friend!"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/email_link.png" title="E-mail this story to a friend!" alt="E-mail this story to a friend!" class="sociable-hovers" /></a>


<br/><br/>


<div id ="related">
<div id ="rleft">
<h3>Related</h3>
<ol>
		<li><a href="http://www.ehotdiscussion.com/open-windows-command-prompt-from-vista-explorer-windows-vista-tweaks/" rel="bookmark">Open Windows Command Prompt from vista Explorer – Windows vista Tweaks</a><!-- (18.6185)--></li>
		<li><a href="http://www.ehotdiscussion.com/xp-trick-minimize-close-windows-xp-window-in-reverse-manner/" rel="bookmark">XP Trick: Minimize &amp; Close Windows XP window in Reverse Manner</a><!-- (9.91512)--></li>
		<li><a href="http://www.ehotdiscussion.com/important-command-line-utilities-in-windows-xp/" rel="bookmark">Important Command Line Utilities in Windows XP</a><!-- (9.86508)--></li>
	</ol>
</div>
<font color="#808080" size="1">Advertisment</font>
            <script type="text/javascript"><!--
google_ad_client = "pub-3191110196548642";
/* ehot image only250x250, created 10/12/08 */
google_ad_slot = "4377703926";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

</div>]]></content:encoded>
			<wfw:commentRss>http://www.ehotdiscussion.com/add-command-prompt-shortcut-in-your-mouse-right-click_contextual_menu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>You can hate digg for this one reason</title>
		<link>http://www.ehotdiscussion.com/you-can-hate-digg-for-this-one-reason/</link>
		<comments>http://www.ehotdiscussion.com/you-can-hate-digg-for-this-one-reason/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 18:40:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Tips  Tricks]]></category>
		<category><![CDATA[digg]]></category>

		<guid isPermaLink="false">http://www.ehotdiscussion.com/you-can-hate-digg-for-this-one-reason/</guid>
		<description><![CDATA[ Click on the image and zoom it… you must hate this kind of commenting or spamming. There are totally two images (bad images).
&#160;
&#160;
 The image might not be so clearer, click the image and view it in separate window.

 
Reason 2





	
	
	
	
	
	







Related

		Thumbnail tricks &#124; windows XP tips &#38; tricks, Vista Tweaks
		Script for Right Click Protection [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ehotdiscussion.com/wp-content/uploads/2009/04/image5.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; display: inline; border-right-width: 0px" title="image" border="0" alt="image" align="left" src="http://www.ehotdiscussion.com/wp-content/uploads/2009/04/image-thumb3.png" width="81" height="76" /></a> Click on the image and zoom it… you must hate this kind of commenting or spamming. There are totally two images (bad images).</p>
<p>&#160;</p>
<p>&#160;</p>
<blockquote><p> The image might not be so clearer, click the image and view it in separate window.</p>
</blockquote>
<p><a href="http://www.ehotdiscussion.com/wp-content/uploads/2009/04/diggtohate.jpg"><img style="border-right: 0px; border-top: 0px; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px; display: block" title="digg to hate" border="0" alt="digg to hate" src="http://www.ehotdiscussion.com/wp-content/uploads/2009/04/diggtohate-thumb.jpg" width="470" height="3396" /></a> </p>
<h1><font color="#808000">Reason 2</font></h1>
<p><a href="http://www.ehotdiscussion.com/wp-content/uploads/2009/04/digghatereason1.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; display: inline; border-right-width: 0px" title="Digg-hate reason1" border="0" alt="Digg-hate reason1" src="http://www.ehotdiscussion.com/wp-content/uploads/2009/04/digghatereason1-thumb.png" width="500" height="8493" /></a></p>




	<a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fyou-can-hate-digg-for-this-one-reason%2F&amp;title=You%20can%20hate%20digg%20for%20this%20one%20reason" title="Digg"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fyou-can-hate-digg-for-this-one-reason%2F&amp;title=You%20can%20hate%20digg%20for%20this%20one%20reason" title="del.icio.us"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fyou-can-hate-digg-for-this-one-reason%2F&amp;title=You%20can%20hate%20digg%20for%20this%20one%20reason" title="Reddit"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fyou-can-hate-digg-for-this-one-reason%2F&amp;title=You%20can%20hate%20digg%20for%20this%20one%20reason" title="StumbleUpon"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://twitter.com/home?status=I just read &ldquo;You%20can%20hate%20digg%20for%20this%20one%20reason&rdquo; by @ehotdiscussion: http://tinyurl.com/cqc6ls" title="TwitThis"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/twitter.png" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="mailto:?subject=You%20can%20hate%20digg%20for%20this%20one%20reason&amp;body=http%3A%2F%2Fwww.ehotdiscussion.com%2Fyou-can-hate-digg-for-this-one-reason%2F" title="E-mail this story to a friend!"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/email_link.png" title="E-mail this story to a friend!" alt="E-mail this story to a friend!" class="sociable-hovers" /></a>


<br/><br/>


<div id ="related">
<div id ="rleft">
<h3>Related</h3>
<ol>
		<li><a href="http://www.ehotdiscussion.com/thumbnail-tricks-windows-xp-tips-tricks-vista-tweaks/" rel="bookmark">Thumbnail tricks &#124; windows XP tips &amp; tricks, Vista Tweaks</a><!-- (7.5055)--></li>
		<li><a href="http://www.ehotdiscussion.com/script-for-right-click-protection-in-a-webpage/" rel="bookmark">Script for Right Click Protection in a webpage</a><!-- (7.44057)--></li>
		<li><a href="http://www.ehotdiscussion.com/make-your-own-startup-and-shutdown-screen-in-xp-vista-and-95/" rel="bookmark">Make your own startup and shutdown screen in xp, vista and 95</a><!-- (5.97625)--></li>
	</ol>
</div>
<font color="#808080" size="1">Advertisment</font>
            <script type="text/javascript"><!--
google_ad_client = "pub-3191110196548642";
/* ehot image only250x250, created 10/12/08 */
google_ad_slot = "4377703926";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

</div>]]></content:encoded>
			<wfw:commentRss>http://www.ehotdiscussion.com/you-can-hate-digg-for-this-one-reason/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Display Legal Notice in windows XP</title>
		<link>http://www.ehotdiscussion.com/custom-display-legal-notice-in-windows-xp/</link>
		<comments>http://www.ehotdiscussion.com/custom-display-legal-notice-in-windows-xp/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 07:28:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips  Tricks]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.ehotdiscussion.com/custom-display-legal-notice-in-windows-xp/</guid>
		<description><![CDATA[ 
&#160;&#160;&#160;&#160; You can create some custom messages or privacy policy or to do list in your pc when it is been login by your friends or your family members in your absence.
Here is the tweak.&#160; But you should very very careful in playing with your registry
Click on start&#62;run-&#62;type”regedit”-&#62;enter 
Now go to 
HKEY_LOCAL_MACHINE&#62;SOFTWARE&#62;Microsoft&#62;Windows&#62;   [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ehotdiscussion.com/wp-content/uploads/2008/10/za10256789103310.jpg" /> </p>
<p>&#160;&#160;&#160;&#160; You can create some custom messages or privacy policy or to do list in your pc when it is been login by your friends or your family members in your absence.</p>
<p>Here is the tweak.&#160; But you should very very careful in playing with your registry</p>
<blockquote><p>Click on start&gt;run-&gt;type”<strong>regedit</strong>”-&gt;enter </p>
<p><em>Now go to</em> </p>
<p>HKEY_LOCAL_MACHINE&gt;SOFTWARE&gt;Microsoft&gt;Windows&gt;       <br />CurrentVersion&gt;policies&gt;system </p>
<p>&#160;</p>
<p><em>Now when you high light system, on the right you can find </em></p>
<p>   <em></em>
<p>* “legalnoticecaption”       <br />* “legalnoticetext” </p>
<p><em>Right click in them to add you own notice or custom message</em></p>
<p>&#160;</p>
<p>“legalnoticecaption”=”enter your notice caption”      <br />“legalnoticetext”=”enter your legal notice text”</p>
</blockquote>




	<a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fcustom-display-legal-notice-in-windows-xp%2F&amp;title=Custom%20Display%20Legal%20Notice%20in%20windows%20XP" title="Digg"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fcustom-display-legal-notice-in-windows-xp%2F&amp;title=Custom%20Display%20Legal%20Notice%20in%20windows%20XP" title="del.icio.us"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fcustom-display-legal-notice-in-windows-xp%2F&amp;title=Custom%20Display%20Legal%20Notice%20in%20windows%20XP" title="Reddit"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fcustom-display-legal-notice-in-windows-xp%2F&amp;title=Custom%20Display%20Legal%20Notice%20in%20windows%20XP" title="StumbleUpon"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://twitter.com/home?status=I just read &ldquo;Custom%20Display%20Legal%20Notice%20in%20windows%20XP&rdquo; by @ehotdiscussion: http://tinyurl.com/dl95hw" title="TwitThis"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/twitter.png" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="mailto:?subject=Custom%20Display%20Legal%20Notice%20in%20windows%20XP&amp;body=http%3A%2F%2Fwww.ehotdiscussion.com%2Fcustom-display-legal-notice-in-windows-xp%2F" title="E-mail this story to a friend!"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/email_link.png" title="E-mail this story to a friend!" alt="E-mail this story to a friend!" class="sociable-hovers" /></a>


<br/><br/>


<div id ="related">
<div id ="rleft">
<h3>Related</h3>
<ol>
		<li><a href="http://www.ehotdiscussion.com/windows-xp-registry-tweaks/" rel="bookmark">Windows XP: Registry Tweaks</a><!-- (11.4)--></li>
		<li><a href="http://www.ehotdiscussion.com/customize-internet-explorers-title-bar/" rel="bookmark">Customize Internet Explorer&#8217;s Title Bar</a><!-- (10.7591)--></li>
		<li><a href="http://www.ehotdiscussion.com/forgot-windows-administrator-login-password-dont-worry-here-is-the-tweak/" rel="bookmark">Forgot Windows Administrator Login Password? Don&#8217;t Worry here is the tweak</a><!-- (8.38368)--></li>
	</ol>
</div>
<font color="#808080" size="1">Advertisment</font>
            <script type="text/javascript"><!--
google_ad_client = "pub-3191110196548642";
/* ehot image only250x250, created 10/12/08 */
google_ad_slot = "4377703926";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

</div>]]></content:encoded>
			<wfw:commentRss>http://www.ehotdiscussion.com/custom-display-legal-notice-in-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to display google subscribers feed count in text? and to customize its design</title>
		<link>http://www.ehotdiscussion.com/how-to-display-google-subscribers-feed-count-in-text-and-to-customize-its-design/</link>
		<comments>http://www.ehotdiscussion.com/how-to-display-google-subscribers-feed-count-in-text-and-to-customize-its-design/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 07:35:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Tips  Tricks]]></category>

		<guid isPermaLink="false">http://www.ehotdiscussion.com/how-to-display-google-subscribers-feed-count-in-text-and-to-customize-its-design/</guid>
		<description><![CDATA[Here comes the curl script for displaying your google feed subscription details as text, it just retrives the feed count as a text.]]></description>
			<content:encoded><![CDATA[<p>You can display your feed subscriber count and display it seperately. This is the code to display google feed subscribers as a text</p>
<pre name="code" class="c-sharp">
&lt;a id="feedcount" href=<a href="http://feeds.feedburner.com/eHot">http://feeds.feedburner.com/eHot</a>
title="Feed Subscriber Count / Subscribe..."&gt;
&lt;?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,
"<a href="https://feedburner.google.com/api/awareness/1.0/GetFeedData?uri=eHot&quot;);">https://feedburner.google.com/api/awareness/1.0/GetFeedData?uri=eHot");</a>
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$xml = simplexml_load_string(curl_exec($ch));
echo "" , $xml-&gt;feed-&gt;entry['circulation'] . "";
curl_close($ch);
?&gt;
&lt;/a&gt;
</pre>
<p>To display your feed Just edit the above code</p>
<blockquote><p>https://feedburner.google.com/api/awareness/1.0/GetFeedData?uri=<strong>eHot</strong></p></blockquote>
<p>Replace eHot with your own feed url</p>
<p>Some of the post this kind of code which won’t work because google now moved feedburner into google server and hence changed its awareness api with https:// security socket layer, so even if you paste this in your website you can view it only the system that has open https port, the system that has no open port for https won’t work.</p>
<p>I have just use some css code to display the letter with.  Here i just used some padding properties placing a background image.</p>
<p><img src="http://www.ehotdiscussion.com/wp-content/themes/fervens/fervens-c/images/feedsubscribers.png" alt="" /></p>
<pre name="code" class="c-sharp">

a#feedcount {display:block;width:240x;   
height:89px;
margin:0;
padding:20px 150px 0px 49px;
background:url(images/feedsubscribers.png) no-repeat transparent;
color:#FF5200;
font-size:2em;
font-weight:bold;
text-align:left;
text-decoration:none;}
</pre>
<p>Here is how it displays</p>
<p><a id="feedcount" title="Feed Subscriber Count / Subscribe..." href="http://feeds.feedburner.com/eHot"></a></p>
<p><a id="feedcount" href="http://feeds.feedburner.com/eHot" title="Feed Subscriber Count / Subscribe..."></p>
<p> 249<br />
</a></p>




	<a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fhow-to-display-google-subscribers-feed-count-in-text-and-to-customize-its-design%2F&amp;title=How%20to%20display%20google%20subscribers%20feed%20count%20in%20text%3F%20and%20to%20customize%20its%20design" title="Digg"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fhow-to-display-google-subscribers-feed-count-in-text-and-to-customize-its-design%2F&amp;title=How%20to%20display%20google%20subscribers%20feed%20count%20in%20text%3F%20and%20to%20customize%20its%20design" title="del.icio.us"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fhow-to-display-google-subscribers-feed-count-in-text-and-to-customize-its-design%2F&amp;title=How%20to%20display%20google%20subscribers%20feed%20count%20in%20text%3F%20and%20to%20customize%20its%20design" title="Reddit"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fhow-to-display-google-subscribers-feed-count-in-text-and-to-customize-its-design%2F&amp;title=How%20to%20display%20google%20subscribers%20feed%20count%20in%20text%3F%20and%20to%20customize%20its%20design" title="StumbleUpon"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://twitter.com/home?status=I just read &ldquo;How%20to%20display%20google%20subscribers%20feed%20count%20in%20text%3F%20and%20to%20customize%20its%20design&rdquo; by @ehotdiscussion: http://tinyurl.com/dxhcft" title="TwitThis"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/twitter.png" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="mailto:?subject=How%20to%20display%20google%20subscribers%20feed%20count%20in%20text%3F%20and%20to%20customize%20its%20design&amp;body=http%3A%2F%2Fwww.ehotdiscussion.com%2Fhow-to-display-google-subscribers-feed-count-in-text-and-to-customize-its-design%2F" title="E-mail this story to a friend!"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/email_link.png" title="E-mail this story to a friend!" alt="E-mail this story to a friend!" class="sociable-hovers" /></a>


<br/><br/>


<div id ="related">
<div id ="rleft">
<h3>Related</h3>
<ol>
		<li><a href="http://www.ehotdiscussion.com/some-of-the-useful-feed-rss-url-a-must-read-rss-urls/" rel="bookmark">Some of the useful Feed RSS url &#124; A must read RSS url&#8217;s</a><!-- (15.9392)--></li>
		<li><a href="http://www.ehotdiscussion.com/google-chrome-tv-ads/" rel="bookmark">Google Chrome TV Ads</a><!-- (9.23063)--></li>
		<li><a href="http://www.ehotdiscussion.com/tutorial-on-how-to-search-searching-google-google-tips-and-tricks/" rel="bookmark">Tutorial on How to Search &#124; Searching Google &#124; Google Tips and Tricks</a><!-- (8.53274)--></li>
	</ol>
</div>
<font color="#808080" size="1">Advertisment</font>
            <script type="text/javascript"><!--
google_ad_client = "pub-3191110196548642";
/* ehot image only250x250, created 10/12/08 */
google_ad_slot = "4377703926";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

</div>]]></content:encoded>
			<wfw:commentRss>http://www.ehotdiscussion.com/how-to-display-google-subscribers-feed-count-in-text-and-to-customize-its-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reduce the memory consumption of Mozilla Firefox</title>
		<link>http://www.ehotdiscussion.com/reduce-the-memory-consumption-of-mozilla-firefox/</link>
		<comments>http://www.ehotdiscussion.com/reduce-the-memory-consumption-of-mozilla-firefox/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 15:50:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips  Tricks]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.ehotdiscussion.com/reduce-the-memory-consumption-of-mozilla-firefox/</guid>
		<description><![CDATA[ While u surfing in mozilla firefox browser, the memory consumption of browser will increase drastically even more than 100 MB if u opens plenty of tabs of worked for a long time, and hence your system will slows down drastically.
&#160;
&#160;
 
 
To avoid this follow the following procedure.
Two factors affects firefox in increasing the [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-left: 0px; margin-right: 0px; display: inline" align="left" src="http://www.ehotdiscussion.com/wp-content/uploads/2008/11/mozilla-firefox.gif" /> While u surfing in mozilla firefox browser, the memory consumption of browser will increase drastically even more than 100 MB if u opens plenty of tabs of worked for a long time, and hence your system will slows down drastically.</p>
<p>&#160;</p>
<p>&#160;</p>
<p> <span id="more-1231"></span>
<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px; display: inline" title="memory consumption in firefox" border="0" alt="memory consumption in firefox" src="http://www.ehotdiscussion.com/wp-content/uploads/2009/03/image6.png" width="500" height="287" /> </p>
<p>To avoid this follow the following procedure.</p>
<p>Two factors affects firefox in increasing the memory,    <br />all websites opened in tabs and windows occupy some memory space and this memory space remains even after minimizing the windows.    <br />Eventhough firefox minimizes 50 recently visited websites in the main memory of the pc in orde to facilitate quick browsing through the sesion history.    <br />so it saves the sites interior, to get rid of this saved sites and come over from memory constraint, follow the rules given below</p>
<blockquote><p>1. Enter &quot;about:config&quot; in your address bar      <br />2. search for &#8216;browser.sessionhistory.max_entries&#8217; in the &#8216;Preference Name&#8217; list and double-click on it to edit it.       <br />3. Change the default setting &#8216;50&#8242; to a considerably smaller number or even to &#8216;0&#8242; and confirm with OK.      <br />4. when you enter 1 or 5 you can still access the last visited websites since they are still available in the RAM.incidently, saving the history is not affected by this setting      <br />5. You can also instruct Firefox to release the memory space that is no longer in use.      <br />6. simply right-click on any space in the list of configuration settings and select the context command&#8217;New|Boolean&#8217;. Enter &#8216;config.trim_on_minimize&#8217; and click ok. </p>
</blockquote>
<p>Thats all, now your memory consumption for firefex is reduced. </p>




	<a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.ehotdiscussion.com%2Freduce-the-memory-consumption-of-mozilla-firefox%2F&amp;title=Reduce%20the%20memory%20consumption%20of%20Mozilla%20Firefox" title="Digg"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.ehotdiscussion.com%2Freduce-the-memory-consumption-of-mozilla-firefox%2F&amp;title=Reduce%20the%20memory%20consumption%20of%20Mozilla%20Firefox" title="del.icio.us"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.ehotdiscussion.com%2Freduce-the-memory-consumption-of-mozilla-firefox%2F&amp;title=Reduce%20the%20memory%20consumption%20of%20Mozilla%20Firefox" title="Reddit"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.ehotdiscussion.com%2Freduce-the-memory-consumption-of-mozilla-firefox%2F&amp;title=Reduce%20the%20memory%20consumption%20of%20Mozilla%20Firefox" title="StumbleUpon"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://twitter.com/home?status=I just read &ldquo;Reduce%20the%20memory%20consumption%20of%20Mozilla%20Firefox&rdquo; by @ehotdiscussion: http://tinyurl.com/dcr34b" title="TwitThis"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/twitter.png" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="mailto:?subject=Reduce%20the%20memory%20consumption%20of%20Mozilla%20Firefox&amp;body=http%3A%2F%2Fwww.ehotdiscussion.com%2Freduce-the-memory-consumption-of-mozilla-firefox%2F" title="E-mail this story to a friend!"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/email_link.png" title="E-mail this story to a friend!" alt="E-mail this story to a friend!" class="sociable-hovers" /></a>


<br/><br/>


<div id ="related">
<div id ="rleft">
<h3>Related</h3>
<ol>
		<li><a href="http://www.ehotdiscussion.com/mozilla-firefox-rc3-integerate-mozilla-firefox-for-downloading-with-download-accelerator-plus/" rel="bookmark">Mozilla Firefox RC3: Integerate Mozilla Firefox for Downloading with Download Accelerator Plus</a><!-- (16.5962)--></li>
		<li><a href="http://www.ehotdiscussion.com/saving-embedded-files-from-firefox-saving-flash-and-other-files-which-is-embedded-from-firefox-tips-tricks/" rel="bookmark">Saving Embedded files from Firefox &#124; saving flash and other files which is embedded from Firefox &#124; tips &amp; tricks</a><!-- (13.4909)--></li>
		<li><a href="http://www.ehotdiscussion.com/speed-up-firefox-configure-your-firefox-for-max-request/" rel="bookmark">Speed up Firefox: Configure your Firefox for Max request</a><!-- (13.4656)--></li>
	</ol>
</div>
<font color="#808080" size="1">Advertisment</font>
            <script type="text/javascript"><!--
google_ad_client = "pub-3191110196548642";
/* ehot image only250x250, created 10/12/08 */
google_ad_slot = "4377703926";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

</div>]]></content:encoded>
			<wfw:commentRss>http://www.ehotdiscussion.com/reduce-the-memory-consumption-of-mozilla-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create Blog using blogger.com &#124; How to Blog?</title>
		<link>http://www.ehotdiscussion.com/how-to-create-blog-using-bloggercom-how-to-blog/</link>
		<comments>http://www.ehotdiscussion.com/how-to-create-blog-using-bloggercom-how-to-blog/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 16:03:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Tips  Tricks]]></category>
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.ehotdiscussion.com/how-to-create-blog-using-bloggercom-how-to-blog/</guid>
		<description><![CDATA[

&#160;
&#160;







	
	
	
	
	
	







Related

		Blogger introduced Mobile Posting
		Create Copies of Current Pages
		Virus: create a virus: crash your friends My Document Folder
	

Advertisment
            




]]></description>
			<content:encoded><![CDATA[<div style="padding-right: 0px; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px; display: inline" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:ce90b3b7-b0b6-43bc-91e2-518dacee2c22" class="wlWriterEditableSmartContent">
<div><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/ryb4VPSmKuo&amp;hl=en&amp;fs=1&amp;color1=0x2b405b&amp;color2=0x6b8ab6&amp;hl=en"></param><embed src="http://www.youtube.com/v/ryb4VPSmKuo&amp;hl=en&amp;fs=1&amp;color1=0x2b405b&amp;color2=0x6b8ab6&amp;hl=en" type="application/x-shockwave-flash" width="425" height="355"></embed></object></div>
</div>
<p>&#160;</p>
<p>&#160;</p>
<div style="padding-right: 0px; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px; display: inline" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:d2a1b553-fde1-4f66-8a71-8f1f75736b95" class="wlWriterEditableSmartContent">
<div><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/bU4gXHkejMo&amp;hl=en&amp;fs=1&amp;color1=0x3a3a3a&amp;color2=0x999999&amp;hl=en"></param><embed src="http://www.youtube.com/v/bU4gXHkejMo&amp;hl=en&amp;fs=1&amp;color1=0x3a3a3a&amp;color2=0x999999&amp;hl=en" type="application/x-shockwave-flash" width="425" height="355"></embed></object></div>
</div>




	<a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fhow-to-create-blog-using-bloggercom-how-to-blog%2F&amp;title=How%20to%20create%20Blog%20using%20blogger.com%20%26%23124%3B%20How%20to%20Blog%3F" title="Digg"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fhow-to-create-blog-using-bloggercom-how-to-blog%2F&amp;title=How%20to%20create%20Blog%20using%20blogger.com%20%26%23124%3B%20How%20to%20Blog%3F" title="del.icio.us"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fhow-to-create-blog-using-bloggercom-how-to-blog%2F&amp;title=How%20to%20create%20Blog%20using%20blogger.com%20%26%23124%3B%20How%20to%20Blog%3F" title="Reddit"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fhow-to-create-blog-using-bloggercom-how-to-blog%2F&amp;title=How%20to%20create%20Blog%20using%20blogger.com%20%26%23124%3B%20How%20to%20Blog%3F" title="StumbleUpon"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://twitter.com/home?status=I just read &ldquo;How%20to%20create%20Blog%20using%20blogger.com%20%26%23124%3B%20How%20to%20Blog%3F&rdquo; by @ehotdiscussion: http://tinyurl.com/cda5zg" title="TwitThis"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/twitter.png" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="mailto:?subject=How%20to%20create%20Blog%20using%20blogger.com%20%26%23124%3B%20How%20to%20Blog%3F&amp;body=http%3A%2F%2Fwww.ehotdiscussion.com%2Fhow-to-create-blog-using-bloggercom-how-to-blog%2F" title="E-mail this story to a friend!"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/email_link.png" title="E-mail this story to a friend!" alt="E-mail this story to a friend!" class="sociable-hovers" /></a>


<br/><br/>


<div id ="related">
<div id ="rleft">
<h3>Related</h3>
<ol>
		<li><a href="http://www.ehotdiscussion.com/blogger-introduced-mobile-posting/" rel="bookmark">Blogger introduced Mobile Posting</a><!-- (7.23162)--></li>
		<li><a href="http://www.ehotdiscussion.com/create-copies-of-current-pages/" rel="bookmark">Create Copies of Current Pages</a><!-- (5.56493)--></li>
		<li><a href="http://www.ehotdiscussion.com/virus-create-a-virus-crash-your-friends-my-document-folder/" rel="bookmark">Virus: create a virus: crash your friends My Document Folder</a><!-- (5.00413)--></li>
	</ol>
</div>
<font color="#808080" size="1">Advertisment</font>
            <script type="text/javascript"><!--
google_ad_client = "pub-3191110196548642";
/* ehot image only250x250, created 10/12/08 */
google_ad_slot = "4377703926";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

</div>]]></content:encoded>
			<wfw:commentRss>http://www.ehotdiscussion.com/how-to-create-blog-using-bloggercom-how-to-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogger introduced Mobile Posting</title>
		<link>http://www.ehotdiscussion.com/blogger-introduced-mobile-posting/</link>
		<comments>http://www.ehotdiscussion.com/blogger-introduced-mobile-posting/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 03:55:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Tips  Tricks]]></category>
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.ehotdiscussion.com/blogger-introduced-mobile-posting/</guid>
		<description><![CDATA[Accidently i happened to see a strange icon which links a script, on clicking that which opens a popup script saying “type the following code into your mobile and send to the number XXXXXXX” which means that we can post in our blog through mobile, Google these days are producing more competition to his its [...]]]></description>
			<content:encoded><![CDATA[<p>Accidently i happened to see a strange icon which links a script, on clicking that which opens a popup script saying “type the following code into your mobile and send to the number XXXXXXX” which means that we can post in our blog through mobile, Google these days are producing more competition to his its competitors. </p>
<p><a href="http://www.ehotdiscussion.com/wp-content/uploads/2009/03/image2.png"><img style="border-right: 0px; border-top: 0px; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px; display: block" title="image" border="0" alt="image" src="http://www.ehotdiscussion.com/wp-content/uploads/2009/03/image-thumb1.png" width="500" height="308" /></a> </p>
<p>This is the next technology in blogging world.</p>
<p>Here comes the Mobile Blogging Tutorial released by Google</p>
<div style="padding-right: 0px; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px; display: inline" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:e15e9376-b9eb-4434-8580-ced9abd6b3f7" class="wlWriterEditableSmartContent">
<div><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/QmE1PbeOYVE&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1&amp;hl=en"></param><embed src="http://www.youtube.com/v/QmE1PbeOYVE&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1&amp;hl=en" type="application/x-shockwave-flash" width="425" height="355"></embed></object></div>
</div>




	<a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fblogger-introduced-mobile-posting%2F&amp;title=Blogger%20introduced%20Mobile%20Posting" title="Digg"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fblogger-introduced-mobile-posting%2F&amp;title=Blogger%20introduced%20Mobile%20Posting" title="del.icio.us"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fblogger-introduced-mobile-posting%2F&amp;title=Blogger%20introduced%20Mobile%20Posting" title="Reddit"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fblogger-introduced-mobile-posting%2F&amp;title=Blogger%20introduced%20Mobile%20Posting" title="StumbleUpon"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://twitter.com/home?status=I just read &ldquo;Blogger%20introduced%20Mobile%20Posting&rdquo; by @ehotdiscussion: http://tinyurl.com/djxh2v" title="TwitThis"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/twitter.png" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="mailto:?subject=Blogger%20introduced%20Mobile%20Posting&amp;body=http%3A%2F%2Fwww.ehotdiscussion.com%2Fblogger-introduced-mobile-posting%2F" title="E-mail this story to a friend!"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/email_link.png" title="E-mail this story to a friend!" alt="E-mail this story to a friend!" class="sociable-hovers" /></a>


<br/><br/>


<div id ="related">
<div id ="rleft">
<h3>Related</h3>
<ol>
		<li><a href="http://www.ehotdiscussion.com/easy-way-to-find-recent-web-pages-google/" rel="bookmark">Easy Way to Find Recent Web Pages &#8211; Google</a><!-- (7.96521)--></li>
		<li><a href="http://www.ehotdiscussion.com/how-to-create-blog-using-bloggercom-how-to-blog/" rel="bookmark">How to create Blog using blogger.com &#124; How to Blog?</a><!-- (6.29696)--></li>
		<li><a href="http://www.ehotdiscussion.com/google-chrome-tv-ads/" rel="bookmark">Google Chrome TV Ads</a><!-- (6.23185)--></li>
	</ol>
</div>
<font color="#808080" size="1">Advertisment</font>
            <script type="text/javascript"><!--
google_ad_client = "pub-3191110196548642";
/* ehot image only250x250, created 10/12/08 */
google_ad_slot = "4377703926";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

</div>]]></content:encoded>
			<wfw:commentRss>http://www.ehotdiscussion.com/blogger-introduced-mobile-posting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Saving Embedded files from Firefox &#124; saving flash and other files which is embedded from Firefox &#124; tips &amp; tricks</title>
		<link>http://www.ehotdiscussion.com/saving-embedded-files-from-firefox-saving-flash-and-other-files-which-is-embedded-from-firefox-tips-tricks/</link>
		<comments>http://www.ehotdiscussion.com/saving-embedded-files-from-firefox-saving-flash-and-other-files-which-is-embedded-from-firefox-tips-tricks/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 00:04:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hot Topics]]></category>
		<category><![CDATA[Tips  Tricks]]></category>

		<guid isPermaLink="false">http://www.ehotdiscussion.com/saving-embedded-files-from-firefox-saving-flash-and-other-files-which-is-embedded-from-firefox-tips-tricks/</guid>
		<description><![CDATA[ Here is the tips to save the important embedded flash and gifs from your favorite website via Firefox
a. Click Tools &#8211; Page Info
b. Click the Media Tab on the Page Info Windows
c. The media tab has a complete list (with preview) of Images, CSS Files and Shockwave Flash files that were downloaded by the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ehotdiscussion.com" target="_blank"><img style="display: inline; margin-left: 0px; margin-right: 0px" title="mozilla_firefox" src="http://www.ehotdiscussion.com/wp-content/uploads/2008/11/mozilla-firefox.gif" alt="mozilla_firefox" width="98" height="98" align="right" /></a> Here is the tips to save the important embedded flash and gifs from your favorite website via Firefox</p>
<p>a. Click <strong>Tools &#8211; Page Info</strong><br />
b. Click the <strong>Media Tab</strong> on the Page Info Windows<br />
c. The media tab has a complete list (with preview) of Images, CSS Files and Shockwave Flash files that were downloaded by the Firefox browser while rendering (loading) the page.<span id="more-812"></span><br />
d. Scroll down the list and locate the swf file.<br />
e. Click the &#8220;Save As&#8221; button. Select some directory on your hard drive and save the file (No need for a third-party plug-in)<br />
<strong>Firefox for Geeks and Power Users</strong><br />
a. Type about:blank in the Firefox address bar<br />
b. Now click List cache entries or directly type <strong>about:cache?device=disk</strong> (Disk cache device)<br />
c. Press Ctrl+F and try to location the flash file by typing some part of website URL or the flash file name or just .swf. After some hit and trial, you should be able to locate the swf file URL<br />
d. Click the SWF URL to open the Cache Entry Information page. Right click on the link and choose &#8220;Save link as&#8221;</p>




	<a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fsaving-embedded-files-from-firefox-saving-flash-and-other-files-which-is-embedded-from-firefox-tips-tricks%2F&amp;title=Saving%20Embedded%20files%20from%20Firefox%20%26%23124%3B%20saving%20flash%20and%20other%20files%20which%20is%20embedded%20from%20Firefox%20%26%23124%3B%20tips%20%26amp%3B%20tricks" title="Digg"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fsaving-embedded-files-from-firefox-saving-flash-and-other-files-which-is-embedded-from-firefox-tips-tricks%2F&amp;title=Saving%20Embedded%20files%20from%20Firefox%20%26%23124%3B%20saving%20flash%20and%20other%20files%20which%20is%20embedded%20from%20Firefox%20%26%23124%3B%20tips%20%26amp%3B%20tricks" title="del.icio.us"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fsaving-embedded-files-from-firefox-saving-flash-and-other-files-which-is-embedded-from-firefox-tips-tricks%2F&amp;title=Saving%20Embedded%20files%20from%20Firefox%20%26%23124%3B%20saving%20flash%20and%20other%20files%20which%20is%20embedded%20from%20Firefox%20%26%23124%3B%20tips%20%26amp%3B%20tricks" title="Reddit"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fsaving-embedded-files-from-firefox-saving-flash-and-other-files-which-is-embedded-from-firefox-tips-tricks%2F&amp;title=Saving%20Embedded%20files%20from%20Firefox%20%26%23124%3B%20saving%20flash%20and%20other%20files%20which%20is%20embedded%20from%20Firefox%20%26%23124%3B%20tips%20%26amp%3B%20tricks" title="StumbleUpon"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://twitter.com/home?status=I just read &ldquo;Saving%20Embedded%20files%20from%20Firefox%20%26%23124%3B%20saving%20flash%20and%20other%20files%20which%20is%20embedded%20from%20Firefox%20%26%23124%3B%20tips%20%26amp%3B%20tricks&rdquo; by @ehotdiscussion: http://tinyurl.com/paknqs" title="TwitThis"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/twitter.png" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="mailto:?subject=Saving%20Embedded%20files%20from%20Firefox%20%26%23124%3B%20saving%20flash%20and%20other%20files%20which%20is%20embedded%20from%20Firefox%20%26%23124%3B%20tips%20%26amp%3B%20tricks&amp;body=http%3A%2F%2Fwww.ehotdiscussion.com%2Fsaving-embedded-files-from-firefox-saving-flash-and-other-files-which-is-embedded-from-firefox-tips-tricks%2F" title="E-mail this story to a friend!"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/email_link.png" title="E-mail this story to a friend!" alt="E-mail this story to a friend!" class="sociable-hovers" /></a>


<br/><br/>


<div id ="related">
<div id ="rleft">
<h3>Related</h3>
<ol>
		<li><a href="http://www.ehotdiscussion.com/saving-embedded-files-from-internet-explorer-saving-flash-and-other-files-which-is-embedded-from-internet-explorer-tips-tricks/" rel="bookmark">Saving Embedded files from Internet Explorer &#124; saving flash and other files which is embedded from Internet Explorer &#124; tips &amp; tricks</a><!-- (36.5188)--></li>
		<li><a href="http://www.ehotdiscussion.com/saving-username-passwords-and-login-information-in-opera-with-high-security-opera-tips-tricks/" rel="bookmark">Saving Username, Passwords and Login Information in Opera with High Security &#124; Opera Tips &amp; Tricks</a><!-- (13.8372)--></li>
		<li><a href="http://www.ehotdiscussion.com/download-5-files-simultaneously-at-a-same-time-in-rapidshare-rapidshare-hack/" rel="bookmark">Download 5 files simultaneously at a same time in rapidshare: Rapidshare Hack</a><!-- (12.803)--></li>
	</ol>
</div>
<font color="#808080" size="1">Advertisment</font>
            <script type="text/javascript"><!--
google_ad_client = "pub-3191110196548642";
/* ehot image only250x250, created 10/12/08 */
google_ad_slot = "4377703926";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

</div>]]></content:encoded>
			<wfw:commentRss>http://www.ehotdiscussion.com/saving-embedded-files-from-firefox-saving-flash-and-other-files-which-is-embedded-from-firefox-tips-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opera download manager</title>
		<link>http://www.ehotdiscussion.com/opera-download-manager/</link>
		<comments>http://www.ehotdiscussion.com/opera-download-manager/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 20:19:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips  Tricks]]></category>
		<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://www.ehotdiscussion.com/opera-download-manager/</guid>
		<description><![CDATA[ Opera comes with a download manager (Transfers) that can pause, resume and retransfer a corrupted download. You can specify a default download directory. Press [Alt] + [P] &#62; Programs and Paths and the relevant pane can be found on the right. You can also choose external programs for viewing the source code of a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ehotdiscussion.com/wp-content/uploads/2008/11/operatipstricks1.png"><img title="Opera Tips &amp; Tricks" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; border-right-width: 0px" height="82" alt="Opera Tips &amp; Tricks" src="http://www.ehotdiscussion.com/wp-content/uploads/2008/11/operatipstricks-thumb.png" width="114" align="left" border="0" /></a> Opera comes with a download manager (Transfers) that can pause, resume and retransfer a corrupted download. You can specify a default download directory. Press [Alt] + [P] &gt; Programs and Paths and the relevant pane can be found on the right. You can also choose external programs for viewing the source code of a page, etc here. Press [Ctrl] + [Alt] + [T] to quickly call the Transfer window.</p>




	<a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fopera-download-manager%2F&amp;title=Opera%20download%20manager" title="Digg"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fopera-download-manager%2F&amp;title=Opera%20download%20manager" title="del.icio.us"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fopera-download-manager%2F&amp;title=Opera%20download%20manager" title="Reddit"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fopera-download-manager%2F&amp;title=Opera%20download%20manager" title="StumbleUpon"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://twitter.com/home?status=I just read &ldquo;Opera%20download%20manager&rdquo; by @ehotdiscussion: http://tinyurl.com/qsc7z9" title="TwitThis"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/twitter.png" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="mailto:?subject=Opera%20download%20manager&amp;body=http%3A%2F%2Fwww.ehotdiscussion.com%2Fopera-download-manager%2F" title="E-mail this story to a friend!"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/email_link.png" title="E-mail this story to a friend!" alt="E-mail this story to a friend!" class="sociable-hovers" /></a>


<br/><br/>


<div id ="related">
<div id ="rleft">
<h3>Related</h3>
<ol>
		<li><a href="http://www.ehotdiscussion.com/opera-shortcuts-keyboard-shortcuts-for-opera-opera-shortcut-keys/" rel="bookmark">Opera shortcuts &#124; Keyboard shortcuts for Opera &#124; Opera Shortcut Keys</a><!-- (12.2781)--></li>
		<li><a href="http://www.ehotdiscussion.com/using-address-bar-as-search-engine-in-opera-browser-opera-browser-tips-tricks/" rel="bookmark">Using Address Bar as Search Engine in Opera Browser &#124; Opera Browser Tips &amp; Tricks</a><!-- (12.2059)--></li>
		<li><a href="http://www.ehotdiscussion.com/opera-lets-you-keep-snippets-of-text-from-web-sites-as-notes-opera-tips-tricks/" rel="bookmark">Opera lets you keep snippets of text from Web sites as notes &#124; Opera Tips &amp; Tricks</a><!-- (10.8524)--></li>
	</ol>
</div>
<font color="#808080" size="1">Advertisment</font>
            <script type="text/javascript"><!--
google_ad_client = "pub-3191110196548642";
/* ehot image only250x250, created 10/12/08 */
google_ad_slot = "4377703926";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

</div>]]></content:encoded>
			<wfw:commentRss>http://www.ehotdiscussion.com/opera-download-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add My Pictures folder to the Send To contextual menu in Windows XP</title>
		<link>http://www.ehotdiscussion.com/add-my-pictures-folder-to-the-send-to-contextual-menu-in-windows-xp/</link>
		<comments>http://www.ehotdiscussion.com/add-my-pictures-folder-to-the-send-to-contextual-menu-in-windows-xp/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 04:47:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Tips  Tricks]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.ehotdiscussion.com/add-my-pictures-folder-to-the-send-to-contextual-menu-in-windows-xp/</guid>
		<description><![CDATA[ Add My Pictures folder to the Send To contextual menu in Windows XP 
1. Go into My Computer.    2. Double-click your C: drive.     3. Click Documents and Settings for Users.     4. Go into your user folder.     5. If you [...]]]></description>
			<content:encoded><![CDATA[<p><img title="My Picture_ehotdiscussion.com" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; border-right-width: 0px" height="174" alt="My Picture_ehotdiscussion.com" src="http://www.ehotdiscussion.com/wp-content/uploads/2008/11/za1.jpg" width="242" align="right" border="0" /> Add My Pictures folder to the Send To contextual menu in Windows XP </p>
<p>1. Go into My Computer.    <br />2. Double-click your C: drive.     <br />3. Click Documents and Settings for Users.     <br />4. Go into your user folder.     <br />5. If you haven&#8217;t already, reveal your hidden folders.     <br />6. Click Tools and choose Options.     <br />7. Go to the View tab and select &quot;Show hidden files and folders.&quot;     <br />8. Click Apply.     <br />9. Click OK. </p>
<p>You&#8217;ll see a hidden folder called Send To. Open it. </p>
<p>Drag and drop the My Pictures shortcut on your desktop into the folder. </p>
<p>If you don&#8217;t already have a shortcut to My Pictures, right-click its entry and choose Create Shortcut. </p>




	<a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fadd-my-pictures-folder-to-the-send-to-contextual-menu-in-windows-xp%2F&amp;title=Add%20My%20Pictures%20folder%20to%20the%20Send%20To%20contextual%20menu%20in%20Windows%20XP" title="Digg"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fadd-my-pictures-folder-to-the-send-to-contextual-menu-in-windows-xp%2F&amp;title=Add%20My%20Pictures%20folder%20to%20the%20Send%20To%20contextual%20menu%20in%20Windows%20XP" title="del.icio.us"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fadd-my-pictures-folder-to-the-send-to-contextual-menu-in-windows-xp%2F&amp;title=Add%20My%20Pictures%20folder%20to%20the%20Send%20To%20contextual%20menu%20in%20Windows%20XP" title="Reddit"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.ehotdiscussion.com%2Fadd-my-pictures-folder-to-the-send-to-contextual-menu-in-windows-xp%2F&amp;title=Add%20My%20Pictures%20folder%20to%20the%20Send%20To%20contextual%20menu%20in%20Windows%20XP" title="StumbleUpon"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://twitter.com/home?status=I just read &ldquo;Add%20My%20Pictures%20folder%20to%20the%20Send%20To%20contextual%20menu%20in%20Windows%20XP&rdquo; by @ehotdiscussion: http://tinyurl.com/oxtnpv" title="TwitThis"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/twitter.png" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="mailto:?subject=Add%20My%20Pictures%20folder%20to%20the%20Send%20To%20contextual%20menu%20in%20Windows%20XP&amp;body=http%3A%2F%2Fwww.ehotdiscussion.com%2Fadd-my-pictures-folder-to-the-send-to-contextual-menu-in-windows-xp%2F" title="E-mail this story to a friend!"><img src="http://www.ehotdiscussion.com/wp-content/plugins/sociable/images/email_link.png" title="E-mail this story to a friend!" alt="E-mail this story to a friend!" class="sociable-hovers" /></a>


<br/><br/>


<div id ="related">
<div id ="rleft">
<h3>Related</h3>
<ol>
		<li><a href="http://www.ehotdiscussion.com/add-picture-to-contextual-menu-add-picture-to-mouse-right-click/" rel="bookmark">Add Picture to contextual Menu &#124; add picture to mouse right click</a><!-- (42.9143)--></li>
		<li><a href="http://www.ehotdiscussion.com/add-items-to-or-remove-items-from-a-compressed-folder/" rel="bookmark">Add Items To Or Remove Items From A Compressed Folder</a><!-- (18.6357)--></li>
		<li><a href="http://www.ehotdiscussion.com/thumbnail-tricks-windows-xp-tips-tricks-vista-tweaks/" rel="bookmark">Thumbnail tricks &#124; windows XP tips &amp; tricks, Vista Tweaks</a><!-- (16.9815)--></li>
	</ol>
</div>
<font color="#808080" size="1">Advertisment</font>
            <script type="text/javascript"><!--
google_ad_client = "pub-3191110196548642";
/* ehot image only250x250, created 10/12/08 */
google_ad_slot = "4377703926";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

</div>]]></content:encoded>
			<wfw:commentRss>http://www.ehotdiscussion.com/add-my-pictures-folder-to-the-send-to-contextual-menu-in-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
