<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>ProgramimiCOM</title>
	
	<link>http://www.programimi.com</link>
	<description>Programming And Web Resources</description>
	<lastBuildDate>Sun, 14 Mar 2010 06:49:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</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/ProgramimiCom" /><feedburner:info uri="programimicom" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.0/</creativeCommons:license><feedburner:emailServiceId>ProgramimiCom</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Install GIMP 2.7.1 on Lucid Lynx using PPA</title>
		<link>http://feedproxy.google.com/~r/ProgramimiCom/~3/P3Bh1GKLMqE/</link>
		<comments>http://www.programimi.com/2010/03/14/install-gimp-2-7-1-on-lucid-lynx-using-ppa/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 06:49:50 +0000</pubDate>
		<dc:creator>ProCOM</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[reader]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.programimi.com/2010/03/14/install-gimp-2-7-1-on-lucid-lynx-using-ppa/</guid>
		<description><![CDATA[ GIMP lovers are going to be disappointed to hear that GIMP is going away in the next release of much awaited Ubuntu 10.04. Today we take a look at installing in on Lucid Lynx using PPA. ]]></description>
			<content:encoded><![CDATA[<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace aboveboth"><script type="text/javascript"><!--
ch_client = "procom";
ch_type = "mpu";
ch_width = 550;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "8F0222";
ch_color_site_link = "8F0222";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "procom";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div>
<p>
<p>GIMP lovers are going to be disappointed to hear that GIMP is going away in the next release of much awaited Ubuntu 10.04. Today we take a look at installing in on Lucid Lynx using PPA.</p>
<p>The reason for getting rid of it as cited by the GIMP developers, is that GIMP is too professional a software to be included in regular desktop version of Ubuntu. And it takes up too much of space on the disk. Also, the fact that it&#8217;s too complicated for regular users.</p>
<p>If you can’t live without it…let’s see how to install GIMP 2.7.1 on Lucid Lynx (Currently in Alpha). The new version of GIMP supports single window mode and we will also see how to enable this feature as well.</p>
<p>First we need to add the official GIMP 2.7.1 PPA in the software sources of Ubuntu 10.04, by opening the <em>terminal</em> window and typing the following command:</p>
<blockquote><p><em>sudo sh -c &#8220;echo &#8216;deb http://ppa.launchpad.net/matthaeus123/mrw-gimp-svn/ubuntu lucid main&#8217; >> /etc/apt/sources.list&#8221;</em></p>
</blockquote>
<p><img alt="gimp2.7-1" src="http://www.programimi.com/wp-content/uploads/2010/03/5b58215350p2.7-1.png.png" width="520" height="406"></p>
<p>Now that we have added the PPA we need to add the GPG key, so type the following in your Terminal window.</p>
<blockquote><p><em>sudo apt-key adv &#8211;recv-keys &#8211;keyserver keyserver.ubuntu.com 405A15CB</em></p>
</blockquote>
<p><img alt="gimp2.7-2" src="http://www.programimi.com/wp-content/uploads/2010/03/c0910c7295p2.7-2.png.png" width="520" height="406"></p>
<p>Next up we have to update the software repository…</p>
<blockquote><p><em>sudo apt-get update</em></p>
</blockquote>
<p><img alt="gimp2.7-3" src="http://www.programimi.com/wp-content/uploads/2010/03/f946caf78fp2.7-3.png.png" width="520" height="406"></p>
<p>All that is left is to install GIMP 2.7.1 by typing in the following…</p>
<blockquote><p><em>sudo apt-get install gimp</em></p>
</blockquote>
<p><img alt="gimp2.7-4" src="http://www.programimi.com/wp-content/uploads/2010/03/c8a5e515fcp2.7-4.png.png" width="520" height="406"></p>
<p>Click &#8216;Y&#8217; (for yes) to install GIMP</p>
<p><img alt="gimp2.7-5" src="http://www.programimi.com/wp-content/uploads/2010/03/26cdc7e0c8p2.7-5.png.png" width="520" height="406"></p>
<p><img alt="gimp2.7-6" src="http://www.programimi.com/wp-content/uploads/2010/03/d8b09a947ep2.7-6.png.png" width="520" height="406"></p>
<p>Once GIMP is installed you can start it by going to <em>Applications > Graphics > GNU Image Manipulation Program</em>.</p>
<p><img alt="gimp2.7-7" src="http://www.programimi.com/wp-content/uploads/2010/03/2273a41239p2.7-7.png.png" width="574" height="333"></p>
<p>You now have your favorite GIMP on your favorite Ubuntu 10.04.</p>
<p><img alt="gimp2.7-9" src="http://www.programimi.com/wp-content/uploads/2010/03/bbda19c7eep2.7-9.png.png" width="417" height="448"></p>
<p>As you can see in the image below, GIMP still comes with default 3 windows, which could clog up your lower panel In Ubuntu 10.04.</p>
<p><img alt="gimp2.7-8" src="http://www.programimi.com/wp-content/uploads/2010/03/bf438f2745p2.7-8.png.png" width="600" height="359"></p>
<p>However, now you can run GIMP in single window mode by going to <em>Windows > Single-Window mode</em>.</p>
<p><img alt="gimp2.7-10" src="http://www.programimi.com/wp-content/uploads/2010/03/3e9ecc89e22.7-10.png.png" width="317" height="221"></p>
<p>That&#8217;s all! Now you have your GIMP running in single window mode with less of hassle to manage 3 windows.</p>
<p><img alt="gimp2.7-11" src="http://www.programimi.com/wp-content/uploads/2010/03/55f67b5a8c2.7-11.png.png" width="600" height="330"></p>
<p>It’s unfortunate that GIMP will not be included, but by following these instructions, you’ll be able to enjoy using it in Ubuntu 10.04.</p>
<p><br/><a href="http://www.howtogeek.com/howto/12047/install-gimp-2.7.1-on-lucid-lynx-using-ppa/" target="_blank"><img src="http://www.programimi.com/wp-content/uploads/2010/03/f14b9f7cafussion.png.png" title="Got an opinion to share? Click here to join the discussion" alt="Got an opinion to share? Click here to join the discussion" border="0" /></a><br/></p>
<table border='0' cellpadding='3' cellspacing='0'>
<tr>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Similar Articles</strong></td>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Productive Geek Tips</strong></td>
</tr>
<tr>
<td valign='top'>
<ul>
<li><a href="http://www.howtogeek.com/howto/linux/show-the-list-of-installed-packages-on-ubuntu-or-debian/" rel="bookmark" title="Permanent Link: Show the List of Installed Packages on Ubuntu or Debian">Show the List of Installed Packages on Ubuntu or Debian</a></li>
<li><a href="http://www.howtogeek.com/howto/linux/how-to-install-windows-applications-on-linux-using-crossover/" rel="bookmark" title="Permanent Link: How to Install Windows Applications on Linux Using Crossover">How to Install Windows Applications on Linux Using Crossover</a></li>
<li><a href="http://www.howtogeek.com/howto/ubuntu/install-vmware-tools-on-ubuntu-edgy-eft/" rel="bookmark" title="Permanent Link: Install VMware Tools on Ubuntu Edgy Eft">Install VMware Tools on Ubuntu Edgy Eft</a></li>
<li><a href="http://www.howtogeek.com/howto/ubuntu/install-adobe-pdf-reader-on-ubuntu-edgy/" rel="bookmark" title="Permanent Link: Install Adobe PDF Reader on Ubuntu Edgy">Install Adobe PDF Reader on Ubuntu Edgy</a></li>
<li><a href="http://www.howtogeek.com/howto/ubuntu/install-mysql-server-41-on-ubuntu/" rel="bookmark" title="Permanent Link: Install MySQL Server 4.1 on Ubuntu">Install MySQL Server 4.1 on Ubuntu</a></li>
</ul>
</td>
<td valign='top'>
<ul>
<li><a href="http://productivegeek.com/forums/topic/touchfreeze-alternative-in-ahk">TouchFreeze Alternative in AutoHotkey</a></li>
<li><a href="http://productivegeek.com/forums/topic/icy-undertow">The Icy Undertow Desktop</a></li>
<li><a href="http://productivegeek.com/forums/topic/windows-home-server-backup-to-lan">Windows Home Server – Backup to LAN</a></li>
<li><a href="http://productivegeek.com/forums/topic/clear-clean">The Clear &#038; Clean Desktop</a></li>
<li><a href="http://productivegeek.com/forums/topic/use-this-bookmarklet-to-easily-get-albums">Use This Bookmarklet to Easily Get Albums</a></li>
<li><a href="http://productivegeek.com/forums/topic/autohotkey-problem-restoring-minimized-window-and-giving-keyboard-focus">Use AutoHotkey to Assign a Hotkey to a Specific Window</a></li>
</ul>
</td>
</tr>
<tr>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Latest Software Reviews</strong></td>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Tinyhacker Random Tips</strong></td>
</tr>
<tr>
<td valign='top'>
<ul>
<li><a href="http://www.howtogeek.com/reviews/revo-uninstaller-pro/">Revo Uninstaller Pro</a></li>
<li><a href="http://www.howtogeek.com/reviews/registry-mechanic-9-for-windows/">Registry Mechanic 9 for Windows</a></li>
<li><a href="http://www.howtogeek.com/reviews/pc-tools-internet-security-suite-2010/">PC Tools Internet Security Suite 2010</a></li>
<li><a href="http://www.howtogeek.com/reviews/pcmover-professional/">PCmover Professional</a></li>
</ul>
</td>
<td valign='top'>
<ul>
<li><a href="http://tinyhacker.com/hacks/stretch-popurls-com-with-a-stylish-script-firefox/">Stretch popurls.com with a Stylish Script (Firefox)</a></li>
<li><a href="http://tinyhacker.com/hacks/oldtvshows-org-find-episodes-of-hitchcock-soaps-game-shows-and-more/">OldTvShows.org – Find episodes of Hitchcock, Soaps, Game Shows and more</a></li>
<li><a href="http://tinyhacker.com/hacks/download-microsoft-office-help-tab/">Download Microsoft Office Help tab</a></li>
<li><a href="http://tinyhacker.com/hacks/the-growth-of-citibank/">The Growth of Citibank</a></li>
<li><a href="http://tinyhacker.com/hacks/quickly-switch-between-tabs-in-ie/">Quickly Switch between Tabs in IE</a></li>
<li><a href="http://tinyhacker.com/hacks/windows-media-player-12-tweak-video-sound-with-playback-enhancements/">Windows Media Player 12: Tweak Video &#038; Sound with Playback Enhancements</a></li>
</ul>
</td>
</tr>
</table>
<p><a href="http://feedads.g.doubleclick.net/~a/qTLtGwH-YlDRTvZ7mfjUI34hifI/0/da"><img src="http://feedads.g.doubleclick.net/~a/qTLtGwH-YlDRTvZ7mfjUI34hifI/0/di" border="0" ismap="true"></img></a><br/><br />
<a href="http://feedads.g.doubleclick.net/~a/qTLtGwH-YlDRTvZ7mfjUI34hifI/1/da"><img src="http://feedads.g.doubleclick.net/~a/qTLtGwH-YlDRTvZ7mfjUI34hifI/1/di" border="0" ismap="true"></img></a></p>
<div>
<a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=I_1xQ12sHo4:9Np895Q-t0k:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/HowToGeek?i=I_1xQ12sHo4:9Np895Q-t0k:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=I_1xQ12sHo4:9Np895Q-t0k:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/HowToGeek?i=I_1xQ12sHo4:9Np895Q-t0k:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=I_1xQ12sHo4:9Np895Q-t0k:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/HowToGeek?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=I_1xQ12sHo4:9Np895Q-t0k:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/HowToGeek?d=yIl2AUoC8zA" border="0"></img></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/HowToGeek/~4/I_1xQ12sHo4" height="1" width="1" /></p>
<p><img src="http://www.programimi.com/wp-content/uploads/2010/03/5b58215350p2.7-1.png-150x117.png" /></p>

<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace belowboth"><script type="text/javascript"><!--
ch_client = "procom";
ch_type = "mpu";
ch_width = 550;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "8F0222";
ch_color_site_link = "8F0222";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "procom";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div><img src="http://feeds.feedburner.com/~r/ProgramimiCom/~4/P3Bh1GKLMqE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.programimi.com/2010/03/14/install-gimp-2-7-1-on-lucid-lynx-using-ppa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.programimi.com/2010/03/14/install-gimp-2-7-1-on-lucid-lynx-using-ppa/</feedburner:origLink></item>
		<item>
		<title>Desktop Fun: Pirate Theme Wallpapers</title>
		<link>http://feedproxy.google.com/~r/ProgramimiCom/~3/fqw4rr-qLek/</link>
		<comments>http://www.programimi.com/2010/03/13/desktop-fun-pirate-theme-wallpapers/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 13:00:00 +0000</pubDate>
		<dc:creator>ProCOM</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://www.programimi.com/2010/03/13/desktop-fun-pirate-theme-wallpapers/</guid>
		<description><![CDATA[ Are you looking for some high seas adventure for your desktop? Then get ready to hoist the colors with our Pirate Theme Wallpapers collection. Note: Click on the picture to see the full-size image—these wallpapers vary in size so you may need to crop, stretch, or place them on a colored background in order to best match them to your screen&#8217;s resolution]]></description>
			<content:encoded><![CDATA[<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace aboveboth"><script type="text/javascript"><!--
ch_client = "procom";
ch_type = "mpu";
ch_width = 550;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "8F0222";
ch_color_site_link = "8F0222";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "procom";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div>
<p>
<p>Are you looking for some high seas adventure for your desktop? Then get ready to hoist the colors with our Pirate Theme Wallpapers collection.</p>
<p><em>Note: Click on the picture to see the full-size image—these wallpapers vary in size so you may need to crop, stretch, or place them on a colored background in order to best match them to your screen&#8217;s resolution.</em></p>
<p><a href="http://wallbase.net/wallpaper/279876" target="_blank"><img border="0" alt="pirates-01" src="http://www.programimi.com/wp-content/uploads/2010/03/08f68e1d74ates01.jpg.jpg" width="640" height="480"></a> </p>
<p><a href="http://wallbase.net/wallpaper/44129" target="_blank"><img border="0" alt="pirates-02" src="http://www.programimi.com/wp-content/uploads/2010/03/cf29131efdates02.jpg.jpg" width="640" height="512"></a> </p>
<p><a href="http://wallbase.net/wallpaper/275207" target="_blank"><img border="0" alt="pirates-03" src="http://www.programimi.com/wp-content/uploads/2010/03/0a4f688355ates03.jpg.jpg" width="640" height="400"></a></p>
<p>?<a href="http://halocin.deviantart.com/art/Arr-avast-36102834" target="_blank"><img border="0" alt="pirates-04" src="http://www.programimi.com/wp-content/uploads/2010/03/a87eb03ecaates04.jpg.jpg" width="640" height="480"></a></p>
<p>?<a href="http://wallbase.net/wallpaper/14194" target="_blank"><img border="0" alt="pirates-05" src="http://www.programimi.com/wp-content/uploads/2010/03/2a8301bf57ates05.jpg.jpg" width="640" height="400"></a></p>
<p>?<a href="http://wallbase.net/wallpaper/339883" target="_blank"><img border="0" alt="pirates-06" src="http://www.programimi.com/wp-content/uploads/2010/03/7f40a377a2ates06.jpg.jpg" width="640" height="512"></a></p>
<p>?<a href="http://wallbase.net/wallpaper/8539" target="_blank"><img border="0" alt="pirates-07" src="http://www.programimi.com/wp-content/uploads/2010/03/18c1ecc642ates07.jpg.jpg" width="640" height="471"></a></p>
<p>?<a href="http://wallbase.net/wallpaper/320483" target="_blank"><img border="0" alt="pirates-08" src="http://www.programimi.com/wp-content/uploads/2010/03/30b37987aeates08.jpg.jpg" width="640" height="546"></a></p>
<p>?<a href="http://wallbase.net/wallpaper/4910" target="_blank"><img border="0" alt="pirates-09" src="http://www.programimi.com/wp-content/uploads/2010/03/9972a54f7eates09.jpg.jpg" width="640" height="427"></a></p>
<p>?<a href="http://wallbase.net/wallpaper/79153" target="_blank"><img border="0" alt="pirates-10" src="http://www.programimi.com/wp-content/uploads/2010/03/951fc27583ates10.jpg.jpg" width="640" height="467"></a></p>
<p>?<a href="http://wallbase.net/wallpaper/168150" target="_blank"><img border="0" alt="pirates-11" src="http://www.programimi.com/wp-content/uploads/2010/03/efba2e0962ates11.jpg.jpg" width="640" height="427"></a></p>
<p>?<a href="http://wallbase.net/wallpaper/76565" target="_blank"><img border="0" alt="pirates-12" src="http://www.programimi.com/wp-content/uploads/2010/03/709b5b020eates12.jpg.jpg" width="640" height="400"></a></p>
<p>?<a href="http://wallbase.net/wallpaper/407728" target="_blank"><img border="0" alt="pirates-13" src="http://www.programimi.com/wp-content/uploads/2010/03/eee1ff01adates13.jpg.jpg" width="640" height="400"></a></p>
<p>?<a href="http://wallbase.net/wallpaper/165439" target="_blank"><img border="0" alt="pirates-14" src="http://www.programimi.com/wp-content/uploads/2010/03/918850a550ates14.jpg.jpg" width="640" height="400"></a></p>
<p>?<a href="http://wallbase.net/wallpaper/46109" target="_blank"><img border="0" alt="pirates-15" src="http://www.programimi.com/wp-content/uploads/2010/03/9a7791c7baates15.jpg.jpg" width="640" height="426"></a></p>
<p>For more fun wallpapers be certain to visit our new <a href="http://www.howtogeek.com/tag/desktop-fun/" target="_blank">Desktop Fun section</a>.</p>
<p><br/><a href="http://www.howtogeek.com/howto/11767/desktop-fun-pirate-theme-wallpapers/" target="_blank"><img src="http://www.programimi.com/wp-content/uploads/2010/03/f14b9f7cafussion.png.png" title="Got an opinion to share? Click here to join the discussion" alt="Got an opinion to share? Click here to join the discussion" border="0" /></a><br/></p>
<table border='0' cellpadding='3' cellspacing='0'>
<tr>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Similar Articles</strong></td>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Productive Geek Tips</strong></td>
</tr>
<tr>
<td valign='top'>
<ul>
<li><a href="http://www.howtogeek.com/howto/9170/windows-7-welcome-screen-taking-forever-heres-the-fix-maybe/" rel="bookmark" title="Permanent Link: Windows 7 Welcome Screen Taking Forever? Here’s the Fix (Maybe)">Windows 7 Welcome Screen Taking Forever? Here&#8217;s the Fix (Maybe)</a></li>
<li><a href="http://www.howtogeek.com/howto/9615/desktop-fun-starship-theme-wallpapers/" rel="bookmark" title="Permanent Link: Desktop Fun: Starship Theme Wallpapers">Desktop Fun: Starship Theme Wallpapers</a></li>
<li><a href="http://www.howtogeek.com/howto/9359/desktop-fun-underwater-theme-wallpapers/" rel="bookmark" title="Permanent Link: Desktop Fun: Underwater Theme Wallpapers">Desktop Fun: Underwater Theme Wallpapers</a></li>
<li><a href="http://www.howtogeek.com/howto/10009/desktop-fun-forest-theme-wallpapers/" rel="bookmark" title="Permanent Link: Desktop Fun: Forest Theme Wallpapers">Desktop Fun: Forest Theme Wallpapers</a></li>
<li><a href="http://www.howtogeek.com/howto/9993/desktop-fun-fantasy-theme-wallpapers/" rel="bookmark" title="Permanent Link: Desktop Fun: Fantasy Theme Wallpapers">Desktop Fun: Fantasy Theme Wallpapers</a></li>
</ul>
</td>
<td valign='top'>
<ul>
<li><a href="http://productivegeek.com/forums/topic/touchfreeze-alternative-in-ahk">TouchFreeze Alternative in AutoHotkey</a></li>
<li><a href="http://productivegeek.com/forums/topic/icy-undertow">The Icy Undertow Desktop</a></li>
<li><a href="http://productivegeek.com/forums/topic/windows-home-server-backup-to-lan">Windows Home Server – Backup to LAN</a></li>
<li><a href="http://productivegeek.com/forums/topic/clear-clean">The Clear &#038; Clean Desktop</a></li>
<li><a href="http://productivegeek.com/forums/topic/use-this-bookmarklet-to-easily-get-albums">Use This Bookmarklet to Easily Get Albums</a></li>
<li><a href="http://productivegeek.com/forums/topic/autohotkey-problem-restoring-minimized-window-and-giving-keyboard-focus">Use AutoHotkey to Assign a Hotkey to a Specific Window</a></li>
</ul>
</td>
</tr>
<tr>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Latest Software Reviews</strong></td>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Tinyhacker Random Tips</strong></td>
</tr>
<tr>
<td valign='top'>
<ul>
<li><a href="http://www.howtogeek.com/reviews/revo-uninstaller-pro/">Revo Uninstaller Pro</a></li>
<li><a href="http://www.howtogeek.com/reviews/registry-mechanic-9-for-windows/">Registry Mechanic 9 for Windows</a></li>
<li><a href="http://www.howtogeek.com/reviews/pc-tools-internet-security-suite-2010/">PC Tools Internet Security Suite 2010</a></li>
<li><a href="http://www.howtogeek.com/reviews/pcmover-professional/">PCmover Professional</a></li>
</ul>
</td>
<td valign='top'>
<ul>
<li><a href="http://tinyhacker.com/hacks/stretch-popurls-com-with-a-stylish-script-firefox/">Stretch popurls.com with a Stylish Script (Firefox)</a></li>
<li><a href="http://tinyhacker.com/hacks/oldtvshows-org-find-episodes-of-hitchcock-soaps-game-shows-and-more/">OldTvShows.org – Find episodes of Hitchcock, Soaps, Game Shows and more</a></li>
<li><a href="http://tinyhacker.com/hacks/download-microsoft-office-help-tab/">Download Microsoft Office Help tab</a></li>
<li><a href="http://tinyhacker.com/hacks/the-growth-of-citibank/">The Growth of Citibank</a></li>
<li><a href="http://tinyhacker.com/hacks/quickly-switch-between-tabs-in-ie/">Quickly Switch between Tabs in IE</a></li>
<li><a href="http://tinyhacker.com/hacks/windows-media-player-12-tweak-video-sound-with-playback-enhancements/">Windows Media Player 12: Tweak Video &#038; Sound with Playback Enhancements</a></li>
</ul>
</td>
</tr>
</table>
<p><a href="http://feedads.g.doubleclick.net/~a/kjJIVRaFcmQnNvRNMtwELxlzZ2I/0/da"><img src="http://feedads.g.doubleclick.net/~a/kjJIVRaFcmQnNvRNMtwELxlzZ2I/0/di" border="0" ismap="true"></img></a><br/><br />
<a href="http://feedads.g.doubleclick.net/~a/kjJIVRaFcmQnNvRNMtwELxlzZ2I/1/da"><img src="http://feedads.g.doubleclick.net/~a/kjJIVRaFcmQnNvRNMtwELxlzZ2I/1/di" border="0" ismap="true"></img></a></p>
<div>
<a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=ED-8EtvzSPc:5xxRuLi_C9s:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/HowToGeek?i=ED-8EtvzSPc:5xxRuLi_C9s:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=ED-8EtvzSPc:5xxRuLi_C9s:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/HowToGeek?i=ED-8EtvzSPc:5xxRuLi_C9s:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=ED-8EtvzSPc:5xxRuLi_C9s:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/HowToGeek?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=ED-8EtvzSPc:5xxRuLi_C9s:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/HowToGeek?d=yIl2AUoC8zA" border="0"></img></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/HowToGeek/~4/ED-8EtvzSPc" height="1" width="1" /></p>
<p><img src="http://www.programimi.com/wp-content/uploads/2010/03/08f68e1d74ates01.jpg-150x112.jpg" /></p>

<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace belowboth"><script type="text/javascript"><!--
ch_client = "procom";
ch_type = "mpu";
ch_width = 550;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "8F0222";
ch_color_site_link = "8F0222";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "procom";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div><img src="http://feeds.feedburner.com/~r/ProgramimiCom/~4/fqw4rr-qLek" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.programimi.com/2010/03/13/desktop-fun-pirate-theme-wallpapers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.programimi.com/2010/03/13/desktop-fun-pirate-theme-wallpapers/</feedburner:origLink></item>
		<item>
		<title>Help Protect Your Children with the CEOP Enhanced Internet Explorer 8</title>
		<link>http://feedproxy.google.com/~r/ProgramimiCom/~3/N8Vio7EFMic/</link>
		<comments>http://www.programimi.com/2010/03/12/help-protect-your-children-with-the-ceop-enhanced-internet-explorer-8/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 22:00:00 +0000</pubDate>
		<dc:creator>ProCOM</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.programimi.com/2010/03/12/help-protect-your-children-with-the-ceop-enhanced-internet-explorer-8/</guid>
		<description><![CDATA[ Do you want to make Internet Explorer safer and more helpful for you and family? ]]></description>
			<content:encoded><![CDATA[<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace aboveboth"><script type="text/javascript"><!--
ch_client = "procom";
ch_type = "mpu";
ch_width = 550;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "8F0222";
ch_color_site_link = "8F0222";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "procom";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div>
<p>
<p>Do you want to make Internet Explorer safer and more helpful for you and family? Then join us as we look at the CEOP (<em>Child Exploitation and Online Protection Centre</em>) enhanced version of Internet Explorer 8.</p>
<p><strong>Setting CEOP Up</strong></p>
<p>We chose to install the whole CEOP pack in order to have access to complete set of CEOP Tools. The install process will be comprised of two parts…it will begin with CEOP branded windows showing the components being installed…</p>
<p><em>Note: The components can be downloaded separately for those who only want certain CEOP components added to their browser.</em></p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/a4010a7407ceop01.png.png" border="0" alt="ceop-01" width="640" height="460" /></p>
<p>Then it will move to the traditional Microsoft Internet Explorer 8 install windows. One thing that we did notice is that here you will be told that you will need to restart your computer but in other windows a log off/log on process is mentioned. Just to make certain that everything goes smoothly we recommend restarting your computer when the installation process is complete.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/f24347881eceop021.png1.png" border="0" alt="ceop-02" width="640" height="505" /></p>
<p>In the EULA section you can see the versions of Windows that the CEOP Pack works with.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/0d617f6fccceop031.png1.png" border="0" alt="ceop-03" width="640" height="505" /></p>
<p>Once you get past the traditional Microsoft install windows you will be dropped back into the CEOP branded windows.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/666ee03249ceop041.png1.png" border="0" alt="ceop-04" width="640" height="460" /></p>
<p><strong>CEOP in Action</strong></p>
<p>After you have restarted your computer and opened Internet Explorer you will notice that your homepage has been changed. When it comes to your children that is not a bad thing in this instance. It will also give you an opportunity to look through the CEOP online resources.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/7f744b233bceop05.png.png" border="0" alt="ceop-05" width="640" height="508" /></p>
<p>For the moment you may be wondering where everything is but do not worry. First you can find the two new search providers in the drop-down menu for your “Search Bar” and select a new default if desired.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/bf238a0581ceop06.png.png" border="0" alt="ceop-06" width="304" height="267" /></p>
<p>The second thing to look for are the new links that have been added to your “Favorites Menu”. These links can definitely be helpful for you and your family.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/90835368b0ceop07.png.png" border="0" alt="ceop-07" width="353" height="407" /></p>
<p>The third part will require your “Favorites Bar” to be visible in order to see the “Click CEOP Button”. If you have not previously done so you will need to turn on subscribing for “Web Slices”.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/7b2f9f5bdaceop08.png.png" border="0" alt="ceop-08" width="358" height="345" /></p>
<p>Click on “Yes” to finish the subscription process.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/d5631f26f6ceop09.png.png" border="0" alt="ceop-09" width="625" height="228" /></p>
<p>Clicking on the “CEOP Button” again will show all kinds of new links to help provide information for you and your children. Notice that the top part is broken down into “topic categories” while the bottom part is set up for “age brackets”…very nice for helping you focus on the information that you want and/or need.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/bc18474434ceop10.png.png" border="0" alt="ceop-10" width="358" height="345" /></p>
<p>Looking for information and help on a particular topic? Clicking on the “Cyberbullying Link” for example will open the following webpage with information about cyberbullying and a link to get help with the problem.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/09f00e3de9ceop11.png.png" border="0" alt="ceop-11" width="640" height="508" /></p>
<p>Need something that is focused on your child’s age group? Clicking on the “8-10? Link” as an example opened this page.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/27069c1b3bceop12.png.png" border="0" alt="ceop-12" width="640" height="508" /></p>
<p>Want information that is focused on you? The “Parent? Link” leads to this page. The “topic categories &#038; age brackets” make the CEOP Button a very helpful and “family friendly” addition to Internet Explorer.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/3cabbdf3c4ceop13.png.png" border="0" alt="ceop-13" width="640" height="508" /></p>
<p>Perhaps you (or your child) want to conduct a search for something that is affecting your child. As you type in a “search term” both of the search providers will provide helpful suggestions for dealing with the problem. We felt that these were very nice suggestions in both instances here…</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/1f8b628c69ceop14.png.png" border="0" alt="ceop-14" width="276" height="338" /><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/7ec0097174ceop15.png.png" border="0" alt="ceop-15" width="276" height="338" /></p>
<p><strong>Conclusion</strong></p>
<p>We have been able to give you a good peek at what the CEOP Tools can do but the best way to see how helpful it can be for you and your family is try it for yourself. Your children’s safety and happiness is worth it.</p>
<p><strong>Links</strong></p>
<p><a href="http://www.ceop.police.uk/ie8/" target="_blank">Download the Internet Explorer CEOP Pack</a> (link at bottom of webpage)</p>
<p><em>Note: If you are interested in a singular component or only some use these links.</em></p>
<p><a href="http://www.ieaddons.com/gb/details/sharing/Click_CEOP_Button/" target="_blank">Download the Click CEOP Button</a></p>
<p><a href="http://www.ieaddons.com/gb/details/news/Search_CEOP/" target="_blank">Download Search CEOP</a></p>
<p><a href="http://www.ieaddons.com/gb/details/searchhelpers/Internet_Safety_and_Security_Search/" target="_blank">Download Internet Safety and Security Search</a></p>
<p><br/><a href="http://www.howtogeek.com/howto/11791/help-protect-your-children-with-the-ceop-enhanced-internet-explorer-8/" target="_blank"><img src="http://www.programimi.com/wp-content/uploads/2010/03/f14b9f7cafussion.png.png" title="Got an opinion to share? Click here to join the discussion" alt="Got an opinion to share? Click here to join the discussion" border="0" /></a><br/></p>
<table border='0' cellpadding='3' cellspacing='0'>
<tr>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Similar Articles</strong></td>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Productive Geek Tips</strong></td>
</tr>
<tr>
<td valign='top'>
<ul>
<li><a href="http://blogs.howtogeek.com/mysticgeek/2008/03/13/a-look-at-internet-explorer-8-beta-1/" rel="bookmark" title="Permanent Link: Mysticgeek Blog: A Look at Internet Explorer 8 Beta 1 on Windows XP">Mysticgeek Blog: A Look at Internet Explorer 8 Beta 1 on Windows XP</a></li>
<li><a href="http://www.howtogeek.com/howto/internet/firefox/when-to-use-protect-tab-vs-lock-tab-in-firefox/" rel="bookmark" title="Permanent Link: When to Use Protect Tab vs Lock Tab in Firefox">When to Use Protect Tab vs Lock Tab in Firefox</a></li>
<li><a href="http://www.howtogeek.com/howto/windows/make-ctrltab-in-internet-explorer-7-use-most-recent-order/" rel="bookmark" title="Permanent Link: Make Ctrl+Tab in Internet Explorer 7 Use Most Recent Order">Make Ctrl+Tab in Internet Explorer 7 Use Most Recent Order</a></li>
<li><a href="http://www.howtogeek.com/howto/windows/remove-isp-text-or-corporate-branding-from-internet-explorer-title-bar/" rel="bookmark" title="Permanent Link: Remove ISP Text or Corporate Branding from Internet Explorer Title Bar">Remove ISP Text or Corporate Branding from Internet Explorer Title Bar</a></li>
<li><a href="http://www.howtogeek.com/howto/internet/firefox/quick-hits-11-firefox-tab-how-tos/" rel="bookmark" title="Permanent Link: Quick Hits: 11 Firefox Tab How-Tos">Quick Hits: 11 Firefox Tab How-Tos</a></li>
</ul>
</td>
<td valign='top'>
<ul>
<li><a href="http://productivegeek.com/forums/topic/touchfreeze-alternative-in-ahk">TouchFreeze Alternative in AutoHotkey</a></li>
<li><a href="http://productivegeek.com/forums/topic/icy-undertow">The Icy Undertow Desktop</a></li>
<li><a href="http://productivegeek.com/forums/topic/windows-home-server-backup-to-lan">Windows Home Server – Backup to LAN</a></li>
<li><a href="http://productivegeek.com/forums/topic/clear-clean">The Clear &#038; Clean Desktop</a></li>
<li><a href="http://productivegeek.com/forums/topic/use-this-bookmarklet-to-easily-get-albums">Use This Bookmarklet to Easily Get Albums</a></li>
<li><a href="http://productivegeek.com/forums/topic/autohotkey-problem-restoring-minimized-window-and-giving-keyboard-focus">Use AutoHotkey to Assign a Hotkey to a Specific Window</a></li>
</ul>
</td>
</tr>
<tr>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Latest Software Reviews</strong></td>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Tinyhacker Random Tips</strong></td>
</tr>
<tr>
<td valign='top'>
<ul>
<li><a href="http://www.howtogeek.com/reviews/revo-uninstaller-pro/">Revo Uninstaller Pro</a></li>
<li><a href="http://www.howtogeek.com/reviews/registry-mechanic-9-for-windows/">Registry Mechanic 9 for Windows</a></li>
<li><a href="http://www.howtogeek.com/reviews/pc-tools-internet-security-suite-2010/">PC Tools Internet Security Suite 2010</a></li>
<li><a href="http://www.howtogeek.com/reviews/pcmover-professional/">PCmover Professional</a></li>
</ul>
</td>
<td valign='top'>
<ul>
<li><a href="http://tinyhacker.com/hacks/download-microsoft-office-help-tab/">Download Microsoft Office Help tab</a></li>
<li><a href="http://tinyhacker.com/hacks/the-growth-of-citibank/">The Growth of Citibank</a></li>
<li><a href="http://tinyhacker.com/hacks/quickly-switch-between-tabs-in-ie/">Quickly Switch between Tabs in IE</a></li>
<li><a href="http://tinyhacker.com/hacks/windows-media-player-12-tweak-video-sound-with-playback-enhancements/">Windows Media Player 12: Tweak Video &#038; Sound with Playback Enhancements</a></li>
<li><a href="http://tinyhacker.com/hacks/own-a-cellphone-or-does-a-cellphone-own-you/">Own a cell phone, or does a cell phone own you?</a></li>
<li><a href="http://tinyhacker.com/hacks/make-your-joomla-drupal-sites-mobile-with-osmobi/">Make your Joomla &#038; Drupal Sites Mobile with OSMOBI</a></li>
</ul>
</td>
</tr>
</table>
<p><a href="http://feedads.g.doubleclick.net/~a/nxmAPkMO8KOJ7ZRDnFaNTGTAfpo/0/da"><img src="http://feedads.g.doubleclick.net/~a/nxmAPkMO8KOJ7ZRDnFaNTGTAfpo/0/di" border="0" ismap="true"></img></a><br/><br />
<a href="http://feedads.g.doubleclick.net/~a/nxmAPkMO8KOJ7ZRDnFaNTGTAfpo/1/da"><img src="http://feedads.g.doubleclick.net/~a/nxmAPkMO8KOJ7ZRDnFaNTGTAfpo/1/di" border="0" ismap="true"></img></a></p>
<div>
<a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=3l6Sk8weyzg:blaPrjwLSog:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/HowToGeek?i=3l6Sk8weyzg:blaPrjwLSog:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=3l6Sk8weyzg:blaPrjwLSog:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/HowToGeek?i=3l6Sk8weyzg:blaPrjwLSog:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=3l6Sk8weyzg:blaPrjwLSog:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/HowToGeek?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=3l6Sk8weyzg:blaPrjwLSog:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/HowToGeek?d=yIl2AUoC8zA" border="0"></img></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/HowToGeek/~4/3l6Sk8weyzg" height="1" width="1" /></p>
<p><img src="http://www.programimi.com/wp-content/uploads/2010/03/a4010a7407ceop01.png-150x107.png" /></p>

<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace belowboth"><script type="text/javascript"><!--
ch_client = "procom";
ch_type = "mpu";
ch_width = 550;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "8F0222";
ch_color_site_link = "8F0222";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "procom";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div><img src="http://feeds.feedburner.com/~r/ProgramimiCom/~4/N8Vio7EFMic" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.programimi.com/2010/03/12/help-protect-your-children-with-the-ceop-enhanced-internet-explorer-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.programimi.com/2010/03/12/help-protect-your-children-with-the-ceop-enhanced-internet-explorer-8/</feedburner:origLink></item>
		<item>
		<title>Help Protect Your Children with the CEOP Enhanced Internet Explorer 8</title>
		<link>http://feedproxy.google.com/~r/ProgramimiCom/~3/N8Vio7EFMic/</link>
		<comments>http://www.programimi.com/2010/03/12/help-protect-your-children-with-the-ceop-enhanced-internet-explorer-8/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 22:00:00 +0000</pubDate>
		<dc:creator>ProCOM</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://www.programimi.com/2010/03/12/help-protect-your-children-with-the-ceop-enhanced-internet-explorer-8/</guid>
		<description><![CDATA[ Do you want to make Internet Explorer safer and more helpful for you and family? Then join us as we look at the CEOP ( Child Exploitation and Online Protection Centre ) enhanced version of Internet Explorer 8. Setting CEOP Up We chose to install the whole CEOP pack in order to have access to complete set of CEOP Tools. ]]></description>
			<content:encoded><![CDATA[<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace aboveboth"><script type="text/javascript"><!--
ch_client = "procom";
ch_type = "mpu";
ch_width = 550;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "8F0222";
ch_color_site_link = "8F0222";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "procom";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div>
<p>
<p>Do you want to make Internet Explorer safer and more helpful for you and family? Then join us as we look at the CEOP (<em>Child Exploitation and Online Protection Centre</em>) enhanced version of Internet Explorer 8.</p>
<p><strong>Setting CEOP Up</strong></p>
<p>We chose to install the whole CEOP pack in order to have access to complete set of CEOP Tools. The install process will be comprised of two parts…it will begin with CEOP branded windows showing the components being installed…</p>
<p><em>Note: The components can be downloaded separately for those who only want certain CEOP components added to their browser.</em></p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/a4010a7407ceop01.png.png" border="0" alt="ceop-01" width="640" height="460" /></p>
<p>Then it will move to the traditional Microsoft Internet Explorer 8 install windows. One thing that we did notice is that here you will be told that you will need to restart your computer but in other windows a log off/log on process is mentioned. Just to make certain that everything goes smoothly we recommend restarting your computer when the installation process is complete.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/f24347881eceop02.png.png" border="0" alt="ceop-02" width="640" height="505" /></p>
<p>In the EULA section you can see the versions of Windows that the CEOP Pack works with.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/0d617f6fccceop03.png.png" border="0" alt="ceop-03" width="640" height="505" /></p>
<p>Once you get past the traditional Microsoft install windows you will be dropped back into the CEOP branded windows.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/666ee03249ceop04.png.png" border="0" alt="ceop-04" width="640" height="460" /></p>
<p><strong>CEOP in Action</strong></p>
<p>After you have restarted your computer and opened Internet Explorer you will notice that your homepage has been changed. When it comes to your children that is not a bad thing in this instance. It will also give you an opportunity to look through the CEOP online resources.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/7f744b233bceop051.png1.png" border="0" alt="ceop-05" width="640" height="508" /></p>
<p>For the moment you may be wondering where everything is but do not worry. First you can find the two new search providers in the drop-down menu for your “Search Bar” and select a new default if desired.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/bf238a0581ceop061.png1.png" border="0" alt="ceop-06" width="304" height="267" /></p>
<p>The second thing to look for are the new links that have been added to your “Favorites Menu”. These links can definitely be helpful for you and your family.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/90835368b0ceop07.png.png" border="0" alt="ceop-07" width="353" height="407" /></p>
<p>The third part will require your “Favorites Bar” to be visible in order to see the “Click CEOP Button”. If you have not previously done so you will need to turn on subscribing for “Web Slices”.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/7b2f9f5bdaceop08.png.png" border="0" alt="ceop-08" width="358" height="345" /></p>
<p>Click on “Yes” to finish the subscription process.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/d5631f26f6ceop091.png1.png" border="0" alt="ceop-09" width="625" height="228" /></p>
<p>Clicking on the “CEOP Button” again will show all kinds of new links to help provide information for you and your children. Notice that the top part is broken down into “topic categories” while the bottom part is set up for “age brackets”…very nice for helping you focus on the information that you want and/or need.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/bc18474434ceop101.png1.png" border="0" alt="ceop-10" width="358" height="345" /></p>
<p>Looking for information and help on a particular topic? Clicking on the “Cyberbullying Link” for example will open the following webpage with information about cyberbullying and a link to get help with the problem.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/09f00e3de9ceop111.png1.png" border="0" alt="ceop-11" width="640" height="508" /></p>
<p>Need something that is focused on your child’s age group? Clicking on the “8-10? Link” as an example opened this page.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/27069c1b3bceop121.png1.png" border="0" alt="ceop-12" width="640" height="508" /></p>
<p>Want information that is focused on you? The “Parent? Link” leads to this page. The “topic categories &#038; age brackets” make the CEOP Button a very helpful and “family friendly” addition to Internet Explorer.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/3cabbdf3c4ceop131.png1.png" border="0" alt="ceop-13" width="640" height="508" /></p>
<p>Perhaps you (or your child) want to conduct a search for something that is affecting your child. As you type in a “search term” both of the search providers will provide helpful suggestions for dealing with the problem. We felt that these were very nice suggestions in both instances here…</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/1f8b628c69ceop141.png1.png" border="0" alt="ceop-14" width="276" height="338" /><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/7ec0097174ceop151.png1.png" border="0" alt="ceop-15" width="276" height="338" /></p>
<p><strong>Conclusion</strong></p>
<p>We have been able to give you a good peek at what the CEOP Tools can do but the best way to see how helpful it can be for you and your family is try it for yourself. Your children’s safety and happiness is worth it.</p>
<p><strong>Links</strong></p>
<p><a href="http://www.ceop.police.uk/ie8/" target="_blank">Download the Internet Explorer CEOP Pack</a> (link at bottom of webpage)</p>
<p><em>Note: If you are interested in a singular component or only some use these links.</em></p>
<p><a href="http://www.ieaddons.com/gb/details/sharing/Click_CEOP_Button/" target="_blank">Download the Click CEOP Button</a></p>
<p><a href="http://www.ieaddons.com/gb/details/news/Search_CEOP/" target="_blank">Download Search CEOP</a></p>
<p><a href="http://www.ieaddons.com/gb/details/searchhelpers/Internet_Safety_and_Security_Search/" target="_blank">Download Internet Safety and Security Search</a></p>
<p><br/><a href="http://www.howtogeek.com/howto/11791/help-protect-your-children-with-the-ceop-enhanced-internet-explorer-8/" target="_blank"><img src="http://www.programimi.com/wp-content/uploads/2010/03/f14b9f7cafussion.png.png" title="Got an opinion to share? Click here to join the discussion" alt="Got an opinion to share? Click here to join the discussion" border="0" /></a><br/></p>
<table border='0' cellpadding='3' cellspacing='0'>
<tr>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Similar Articles</strong></td>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Productive Geek Tips</strong></td>
</tr>
<tr>
<td valign='top'>
<ul>
<li><a href="http://blogs.howtogeek.com/mysticgeek/2008/03/13/a-look-at-internet-explorer-8-beta-1/" rel="bookmark" title="Permanent Link: Mysticgeek Blog: A Look at Internet Explorer 8 Beta 1 on Windows XP">Mysticgeek Blog: A Look at Internet Explorer 8 Beta 1 on Windows XP</a></li>
<li><a href="http://www.howtogeek.com/howto/internet/firefox/when-to-use-protect-tab-vs-lock-tab-in-firefox/" rel="bookmark" title="Permanent Link: When to Use Protect Tab vs Lock Tab in Firefox">When to Use Protect Tab vs Lock Tab in Firefox</a></li>
<li><a href="http://www.howtogeek.com/howto/windows/make-ctrltab-in-internet-explorer-7-use-most-recent-order/" rel="bookmark" title="Permanent Link: Make Ctrl+Tab in Internet Explorer 7 Use Most Recent Order">Make Ctrl+Tab in Internet Explorer 7 Use Most Recent Order</a></li>
<li><a href="http://www.howtogeek.com/howto/windows/remove-isp-text-or-corporate-branding-from-internet-explorer-title-bar/" rel="bookmark" title="Permanent Link: Remove ISP Text or Corporate Branding from Internet Explorer Title Bar">Remove ISP Text or Corporate Branding from Internet Explorer Title Bar</a></li>
<li><a href="http://www.howtogeek.com/howto/internet/firefox/quick-hits-11-firefox-tab-how-tos/" rel="bookmark" title="Permanent Link: Quick Hits: 11 Firefox Tab How-Tos">Quick Hits: 11 Firefox Tab How-Tos</a></li>
</ul>
</td>
<td valign='top'>
<ul>
<li><a href="http://productivegeek.com/forums/topic/touchfreeze-alternative-in-ahk">TouchFreeze Alternative in AutoHotkey</a></li>
<li><a href="http://productivegeek.com/forums/topic/icy-undertow">The Icy Undertow Desktop</a></li>
<li><a href="http://productivegeek.com/forums/topic/windows-home-server-backup-to-lan">Windows Home Server – Backup to LAN</a></li>
<li><a href="http://productivegeek.com/forums/topic/clear-clean">The Clear &#038; Clean Desktop</a></li>
<li><a href="http://productivegeek.com/forums/topic/use-this-bookmarklet-to-easily-get-albums">Use This Bookmarklet to Easily Get Albums</a></li>
<li><a href="http://productivegeek.com/forums/topic/autohotkey-problem-restoring-minimized-window-and-giving-keyboard-focus">Use AutoHotkey to Assign a Hotkey to a Specific Window</a></li>
</ul>
</td>
</tr>
<tr>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Latest Software Reviews</strong></td>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Tinyhacker Random Tips</strong></td>
</tr>
<tr>
<td valign='top'>
<ul>
<li><a href="http://www.howtogeek.com/reviews/revo-uninstaller-pro/">Revo Uninstaller Pro</a></li>
<li><a href="http://www.howtogeek.com/reviews/registry-mechanic-9-for-windows/">Registry Mechanic 9 for Windows</a></li>
<li><a href="http://www.howtogeek.com/reviews/pc-tools-internet-security-suite-2010/">PC Tools Internet Security Suite 2010</a></li>
<li><a href="http://www.howtogeek.com/reviews/pcmover-professional/">PCmover Professional</a></li>
</ul>
</td>
<td valign='top'>
<ul>
<li><a href="http://tinyhacker.com/hacks/download-microsoft-office-help-tab/">Download Microsoft Office Help tab</a></li>
<li><a href="http://tinyhacker.com/hacks/the-growth-of-citibank/">The Growth of Citibank</a></li>
<li><a href="http://tinyhacker.com/hacks/quickly-switch-between-tabs-in-ie/">Quickly Switch between Tabs in IE</a></li>
<li><a href="http://tinyhacker.com/hacks/windows-media-player-12-tweak-video-sound-with-playback-enhancements/">Windows Media Player 12: Tweak Video &#038; Sound with Playback Enhancements</a></li>
<li><a href="http://tinyhacker.com/hacks/own-a-cellphone-or-does-a-cellphone-own-you/">Own a cell phone, or does a cell phone own you?</a></li>
<li><a href="http://tinyhacker.com/hacks/make-your-joomla-drupal-sites-mobile-with-osmobi/">Make your Joomla &#038; Drupal Sites Mobile with OSMOBI</a></li>
</ul>
</td>
</tr>
</table>
<p><a href="http://feedads.g.doubleclick.net/~a/nxmAPkMO8KOJ7ZRDnFaNTGTAfpo/0/da"><img src="http://feedads.g.doubleclick.net/~a/nxmAPkMO8KOJ7ZRDnFaNTGTAfpo/0/di" border="0" ismap="true"></img></a><br/><br />
<a href="http://feedads.g.doubleclick.net/~a/nxmAPkMO8KOJ7ZRDnFaNTGTAfpo/1/da"><img src="http://feedads.g.doubleclick.net/~a/nxmAPkMO8KOJ7ZRDnFaNTGTAfpo/1/di" border="0" ismap="true"></img></a></p>
<div>
<a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=3l6Sk8weyzg:blaPrjwLSog:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/HowToGeek?i=3l6Sk8weyzg:blaPrjwLSog:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=3l6Sk8weyzg:blaPrjwLSog:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/HowToGeek?i=3l6Sk8weyzg:blaPrjwLSog:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=3l6Sk8weyzg:blaPrjwLSog:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/HowToGeek?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=3l6Sk8weyzg:blaPrjwLSog:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/HowToGeek?d=yIl2AUoC8zA" border="0"></img></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/HowToGeek/~4/3l6Sk8weyzg" height="1" width="1" /></p>
<p><img src="http://www.programimi.com/wp-content/uploads/2010/03/a4010a7407ceop01.png-150x107.png" /></p>

<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace belowboth"><script type="text/javascript"><!--
ch_client = "procom";
ch_type = "mpu";
ch_width = 550;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "8F0222";
ch_color_site_link = "8F0222";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "procom";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div><img src="http://feeds.feedburner.com/~r/ProgramimiCom/~4/N8Vio7EFMic" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.programimi.com/2010/03/12/help-protect-your-children-with-the-ceop-enhanced-internet-explorer-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.programimi.com/2010/03/12/help-protect-your-children-with-the-ceop-enhanced-internet-explorer-8/</feedburner:origLink></item>
		<item>
		<title>Friday Fun: Games that Look Like Productivity Apps</title>
		<link>http://feedproxy.google.com/~r/ProgramimiCom/~3/8v3xh2Ec364/</link>
		<comments>http://www.programimi.com/2010/03/12/friday-fun-games-that-look-like-productivity-apps/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 19:00:00 +0000</pubDate>
		<dc:creator>ProCOM</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.programimi.com/2010/03/12/friday-fun-games-that-look-like-productivity-apps/</guid>
		<description><![CDATA[ We’ve been showing you fun flash games to play during company time on a Friday afternoon. Hopefully while playing them, you haven’t received a “talking to”. ]]></description>
			<content:encoded><![CDATA[<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace aboveboth"><script type="text/javascript"><!--
ch_client = "procom";
ch_type = "mpu";
ch_width = 550;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "8F0222";
ch_color_site_link = "8F0222";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "procom";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div>
<p>
<p>We’ve been showing you fun flash games to play during company time on a Friday afternoon. Hopefully while playing them, you haven’t received a “talking to”. Today we show you some cool games to play that look like productivity apps, so the boss will be none the wiser.</p>
<p>The website cantyouseeimbusy.com has developed some very neat little games that look like productivity apps like Word and Excel. These apps look exactly like some project you would be working on, but are really neat little games. Here we take a look at three cool ones on the site called Breakdown, Leadership, and Cost Cutter.</p>
<p><strong>Leadership</strong></p>
<p>Leadership is a cool game that looks like something you would be working in Excel and is a spin off of the classic game Moon Lander. </p>
<p><strong><img title="5prog" border="0" alt="5prog" src="http://www.programimi.com/wp-content/uploads/2010/03/2037ff818a5prog.png.png" width="640" height="481"> </strong></p>
<p>You navigate your ship through a variety of challenging line graphs.</p>
<p><img title="sshot-2010-03-11-[22-41-37]" border="0" alt="sshot-2010-03-11-[22-41-37]" src="http://www.programimi.com/wp-content/uploads/2010/03/755267cc55224137.png.png" width="631" height="463"> </p>
<p><strong>Breakdown</strong></p>
<p>This one is a knock off of the classic game Break Out. Use your mouse to scroll the racket at the bottom and bounce the ball off of the text in the document. Press the space bar to pause the game and the elements will disappear…good for when the boss comes around.</p>
<p><img title="sshot-2010-03-11-[23-00-32]" border="0" alt="sshot-2010-03-11-[23-00-32]" src="http://www.programimi.com/wp-content/uploads/2010/03/afa55729d5230032.png.png" width="632" height="488"> </p>
<p><strong>Cost Cutter</strong></p>
<p>This one is a puzzle game where it looks like your working on some bar charts in Excel. You need to click combinations of two or more blocks that are the same color. Again, hit the spacebar and the game elements will disappear.</p>
<p><img title="3cost" border="0" alt="3cost" src="http://www.programimi.com/wp-content/uploads/2010/03/4918cb6a8c3cost.png.png" width="640" height="444"> </p>
<p>If you’re looking for a way to goof off with some simple games without the boss knowing, these will definitely do the trick. Another cool game along these lines is <a href="http://blogs.howtogeek.com/mysticgeek/2009/06/05/friday-fun-take-a-break-from-spreadsheets-and-play-excit/">Excit! which we covered previously</a>.</p>
<p><a href="http://cantyouseeimbusy.com/">Play Cost Cutter, Breakdown, and Leadership at cantyouseeimbusy.com</a></p>
<p><br/><a href="http://www.howtogeek.com/howto/12782/friday-fun-games-that-look-like-productivity-apps/" target="_blank"><img src="http://www.programimi.com/wp-content/uploads/2010/03/f14b9f7cafussion.png.png" title="Got an opinion to share? Click here to join the discussion" alt="Got an opinion to share? Click here to join the discussion" border="0" /></a><br/></p>
<table border='0' cellpadding='3' cellspacing='0'>
<tr>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Similar Articles</strong></td>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Productive Geek Tips</strong></td>
</tr>
<tr>
<td valign='top'>
<ul>
<li><a href="http://blogs.howtogeek.com/mysticgeek/2009/05/22/friday-fun-get-your-mario-on/" rel="bookmark" title="Permanent Link: Friday Fun: Get Your Mario On">Friday Fun: Get Your Mario On</a></li>
<li><a href="http://www.howtogeek.com/howto/3591/friday-fun-bricks-breaking-cube-crash/" rel="bookmark" title="Permanent Link: Friday Fun: Bricks Breaking &#038; Cube Crash">Friday Fun: Bricks Breaking &#038; Cube Crash</a></li>
<li><a href="http://www.howtogeek.com/howto/4875/friday-fun-fancy-pants-adventures/" rel="bookmark" title="Permanent Link: Friday Fun: Fancy Pants Adventures">Friday Fun: Fancy Pants Adventures</a></li>
<li><a href="http://www.howtogeek.com/howto/the-geek-blog/friday-fun-gemcraft-is-a-totally-addictive-tower-defense-game/" rel="bookmark" title="Permanent Link: Friday Fun: GemCraft is a Totally Addictive Tower Defense Game">Friday Fun: GemCraft is a Totally Addictive Tower Defense Game</a></li>
<li><a href="http://blogs.howtogeek.com/mysticgeek/2008/12/11/friday-fun-five-more-time-wasting-online-games/" rel="bookmark" title="Permanent Link: Friday Fun: Five More Time Wasting Online Games">Friday Fun: Five More Time Wasting Online Games</a></li>
</ul>
</td>
<td valign='top'>
<ul>
<li><a href="http://productivegeek.com/forums/topic/touchfreeze-alternative-in-ahk">TouchFreeze Alternative in AutoHotkey</a></li>
<li><a href="http://productivegeek.com/forums/topic/icy-undertow">The Icy Undertow Desktop</a></li>
<li><a href="http://productivegeek.com/forums/topic/windows-home-server-backup-to-lan">Windows Home Server – Backup to LAN</a></li>
<li><a href="http://productivegeek.com/forums/topic/clear-clean">The Clear &#038; Clean Desktop</a></li>
<li><a href="http://productivegeek.com/forums/topic/use-this-bookmarklet-to-easily-get-albums">Use This Bookmarklet to Easily Get Albums</a></li>
<li><a href="http://productivegeek.com/forums/topic/autohotkey-problem-restoring-minimized-window-and-giving-keyboard-focus">Use AutoHotkey to Assign a Hotkey to a Specific Window</a></li>
</ul>
</td>
</tr>
<tr>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Latest Software Reviews</strong></td>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Tinyhacker Random Tips</strong></td>
</tr>
<tr>
<td valign='top'>
<ul>
<li><a href="http://www.howtogeek.com/reviews/revo-uninstaller-pro/">Revo Uninstaller Pro</a></li>
<li><a href="http://www.howtogeek.com/reviews/registry-mechanic-9-for-windows/">Registry Mechanic 9 for Windows</a></li>
<li><a href="http://www.howtogeek.com/reviews/pc-tools-internet-security-suite-2010/">PC Tools Internet Security Suite 2010</a></li>
<li><a href="http://www.howtogeek.com/reviews/pcmover-professional/">PCmover Professional</a></li>
</ul>
</td>
<td valign='top'>
<ul>
<li><a href="http://tinyhacker.com/hacks/download-microsoft-office-help-tab/">Download Microsoft Office Help tab</a></li>
<li><a href="http://tinyhacker.com/hacks/the-growth-of-citibank/">The Growth of Citibank</a></li>
<li><a href="http://tinyhacker.com/hacks/quickly-switch-between-tabs-in-ie/">Quickly Switch between Tabs in IE</a></li>
<li><a href="http://tinyhacker.com/hacks/windows-media-player-12-tweak-video-sound-with-playback-enhancements/">Windows Media Player 12: Tweak Video &#038; Sound with Playback Enhancements</a></li>
<li><a href="http://tinyhacker.com/hacks/own-a-cellphone-or-does-a-cellphone-own-you/">Own a cell phone, or does a cell phone own you?</a></li>
<li><a href="http://tinyhacker.com/hacks/make-your-joomla-drupal-sites-mobile-with-osmobi/">Make your Joomla &#038; Drupal Sites Mobile with OSMOBI</a></li>
</ul>
</td>
</tr>
</table>
<p><a href="http://feedads.g.doubleclick.net/~a/jczMpw0Vttgi_J80v8QNtEFImAE/0/da"><img src="http://feedads.g.doubleclick.net/~a/jczMpw0Vttgi_J80v8QNtEFImAE/0/di" border="0" ismap="true"></img></a><br/><br />
<a href="http://feedads.g.doubleclick.net/~a/jczMpw0Vttgi_J80v8QNtEFImAE/1/da"><img src="http://feedads.g.doubleclick.net/~a/jczMpw0Vttgi_J80v8QNtEFImAE/1/di" border="0" ismap="true"></img></a></p>
<div>
<a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=KdIRPD3eVMw:CuQmXHXUpcg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/HowToGeek?i=KdIRPD3eVMw:CuQmXHXUpcg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=KdIRPD3eVMw:CuQmXHXUpcg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/HowToGeek?i=KdIRPD3eVMw:CuQmXHXUpcg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=KdIRPD3eVMw:CuQmXHXUpcg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/HowToGeek?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=KdIRPD3eVMw:CuQmXHXUpcg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/HowToGeek?d=yIl2AUoC8zA" border="0"></img></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/HowToGeek/~4/KdIRPD3eVMw" height="1" width="1" /></p>
<p><img src="http://www.programimi.com/wp-content/uploads/2010/03/2037ff818a5prog.png-150x112.png" /></p>

<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace belowboth"><script type="text/javascript"><!--
ch_client = "procom";
ch_type = "mpu";
ch_width = 550;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "8F0222";
ch_color_site_link = "8F0222";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "procom";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div><img src="http://feeds.feedburner.com/~r/ProgramimiCom/~4/8v3xh2Ec364" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.programimi.com/2010/03/12/friday-fun-games-that-look-like-productivity-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.programimi.com/2010/03/12/friday-fun-games-that-look-like-productivity-apps/</feedburner:origLink></item>
		<item>
		<title>Listen to Local FM Radio in Windows 7 Media Center</title>
		<link>http://feedproxy.google.com/~r/ProgramimiCom/~3/zrbrC-NT6WI/</link>
		<comments>http://www.programimi.com/2010/03/12/listen-to-local-fm-radio-in-windows-7-media-center/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 16:00:00 +0000</pubDate>
		<dc:creator>ProCOM</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://www.programimi.com/2010/03/12/listen-to-local-fm-radio-in-windows-7-media-center/</guid>
		<description><![CDATA[ If you have a supported tuner card and connected FM antenna, you can listen to your favorite local over-the-air FM stations in Windows 7 Media Center. Before the FM radio option will be available in Windows Media Center, you’ll need to have a TV or Radio tuner card installed and configured]]></description>
			<content:encoded><![CDATA[<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace aboveboth"><script type="text/javascript"><!--
ch_client = "procom";
ch_type = "mpu";
ch_width = 550;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "8F0222";
ch_color_site_link = "8F0222";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "procom";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div>
<p>
<p>If you have a supported tuner card and connected FM antenna, you can listen to your favorite local over-the-air FM stations in Windows 7 Media Center.</p>
<p>Before the FM radio option will be available in Windows Media Center, you’ll need to have a TV or Radio tuner card installed and configured. If you have a TV tuner card installed, you may already have a Radio tuner as well. Many TV tuner cards also have built in FM tuners.</p>
<p>Open Windows Media Center, scroll the “Music” and over to “Radio.”</p>
<p><img border="0" alt="sshot-1" src="http://www.programimi.com/wp-content/uploads/2010/03/00715c3bc0hot114.png.png" width="619" height="271"></p>
<p>Click on “FM Radio.”</p>
<p>?<img border="0" alt="sshot-2" src="http://www.programimi.com/wp-content/uploads/2010/03/bcc754b31chot210.png.png" width="349" height="371"></p>
<p>The radio will turn on and you’ll see the current station number listed in the white box. Just below are standard “Seek” and “Tune” buttons, as well as “Preset” options. Tuning works just like a typical FM radio. Click on the (-) or (+) buttons to “Tune” or “Seek” up and down the dial. If you already know the frequency of the station, enter the numbers using the numeric keypad on the remote control or keyboard.</p>
<p><img border="0" alt="sshot-4" src="http://www.programimi.com/wp-content/uploads/2010/03/b377cfa0d1shot45.png.png" width="563" height="373"></p>
<p>To save the current station you’re listening to as a preset, click on the “Save as Preset” button.</p>
<p><img border="0" alt="sshot-7" src="http://www.programimi.com/wp-content/uploads/2010/03/d394ce894fhot711.png.png" width="433" height="369"></p>
<p>Type in a custom name for your preset station and click “Save.”</p>
<p>?<img border="0" alt="sshot-6" src="http://www.programimi.com/wp-content/uploads/2010/03/41d6d329afhot611.png.png" width="522" height="380"></p>
<p>Once you set your presets, they will also be available on the main FM Radio screen.</p>
<p><img border="0" alt="sshot-8" src="http://www.programimi.com/wp-content/uploads/2010/03/d4fdfb40e0shot88.png.png" width="640" height="347"></p>
<p>The transport controls at the bottom of the screen also allow you to control Volume, Pause, Play, Skip back, and Skip forward. Fast Forward and Rewind, however, are not supported.</p>
<p><img border="0" alt="sshot-9" src="http://www.programimi.com/wp-content/uploads/2010/03/a1ea28b940shot95.png.png" width="508" height="75">?</p>
<p>This is a nice option if you’d like to listen to your local FM favorites on your computer, especially if those stations aren’t available online. If you don’t have an FM tuner and want to listen to thousands of online radio streams, check out <a href="http://www.howtogeek.com/howto/12752/listen-to-over-100000-radio-stations-in-windows-media-center/">our article on RadioTime in WMC</a>.</p>
<p><br/><a href="http://www.howtogeek.com/howto/12516/listen-to-local-fm-radio-in-windows-7-media-center/" target="_blank"><img src="http://www.programimi.com/wp-content/uploads/2010/03/f14b9f7cafussion.png.png" title="Got an opinion to share? Click here to join the discussion" alt="Got an opinion to share? Click here to join the discussion" border="0" /></a><br/></p>
<table border='0' cellpadding='3' cellspacing='0'>
<tr>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Similar Articles</strong></td>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Productive Geek Tips</strong></td>
</tr>
<tr>
<td valign='top'>
<ul>
<li><a href="http://www.howtogeek.com/howto/12752/listen-to-over-100000-radio-stations-in-windows-media-center/" rel="bookmark" title="Permanent Link: Listen to Over 100,000 Radio Stations in Windows Media Center">Listen to Over 100,000 Radio Stations in Windows Media Center</a></li>
<li><a href="http://www.howtogeek.com/howto/9552/listen-to-xm-radio-with-windows-media-center-in-windows-7/" rel="bookmark" title="Permanent Link: Listen To XM Radio with Windows Media Center in Windows 7">Listen To XM Radio with Windows Media Center in Windows 7</a></li>
<li><a href="http://blogs.howtogeek.com/gmedia/2008/02/29/netflix-watchnow-cool-netflix-watchnow-in-vista-mce-sublime/" rel="bookmark" title="Permanent Link: Using Netflix Watchnow in Windows Vista Media Center (Gmedia)">Using Netflix Watchnow in Windows Vista Media Center (Gmedia)</a></li>
<li><a href="http://www.howtogeek.com/howto/7485/schedule-updates-for-windows-media-center/" rel="bookmark" title="Permanent Link: Schedule Updates for Windows Media Center">Schedule Updates for Windows Media Center</a></li>
<li><a href="http://www.howtogeek.com/howto/10613/integrate-hulu-desktop-and-windows-media-center-in-windows-7/" rel="bookmark" title="Permanent Link: Integrate Hulu Desktop and Windows Media Center in Windows 7">Integrate Hulu Desktop and Windows Media Center in Windows 7</a></li>
</ul>
</td>
<td valign='top'>
<ul>
<li><a href="http://productivegeek.com/forums/topic/touchfreeze-alternative-in-ahk">TouchFreeze Alternative in AutoHotkey</a></li>
<li><a href="http://productivegeek.com/forums/topic/icy-undertow">The Icy Undertow Desktop</a></li>
<li><a href="http://productivegeek.com/forums/topic/windows-home-server-backup-to-lan">Windows Home Server – Backup to LAN</a></li>
<li><a href="http://productivegeek.com/forums/topic/clear-clean">The Clear &#038; Clean Desktop</a></li>
<li><a href="http://productivegeek.com/forums/topic/use-this-bookmarklet-to-easily-get-albums">Use This Bookmarklet to Easily Get Albums</a></li>
<li><a href="http://productivegeek.com/forums/topic/autohotkey-problem-restoring-minimized-window-and-giving-keyboard-focus">Use AutoHotkey to Assign a Hotkey to a Specific Window</a></li>
</ul>
</td>
</tr>
<tr>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Latest Software Reviews</strong></td>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Tinyhacker Random Tips</strong></td>
</tr>
<tr>
<td valign='top'>
<ul>
<li><a href="http://www.howtogeek.com/reviews/revo-uninstaller-pro/">Revo Uninstaller Pro</a></li>
<li><a href="http://www.howtogeek.com/reviews/registry-mechanic-9-for-windows/">Registry Mechanic 9 for Windows</a></li>
<li><a href="http://www.howtogeek.com/reviews/pc-tools-internet-security-suite-2010/">PC Tools Internet Security Suite 2010</a></li>
<li><a href="http://www.howtogeek.com/reviews/pcmover-professional/">PCmover Professional</a></li>
</ul>
</td>
<td valign='top'>
<ul>
<li><a href="http://tinyhacker.com/hacks/download-microsoft-office-help-tab/">Download Microsoft Office Help tab</a></li>
<li><a href="http://tinyhacker.com/hacks/the-growth-of-citibank/">The Growth of Citibank</a></li>
<li><a href="http://tinyhacker.com/hacks/quickly-switch-between-tabs-in-ie/">Quickly Switch between Tabs in IE</a></li>
<li><a href="http://tinyhacker.com/hacks/windows-media-player-12-tweak-video-sound-with-playback-enhancements/">Windows Media Player 12: Tweak Video &#038; Sound with Playback Enhancements</a></li>
<li><a href="http://tinyhacker.com/hacks/own-a-cellphone-or-does-a-cellphone-own-you/">Own a cell phone, or does a cell phone own you?</a></li>
<li><a href="http://tinyhacker.com/hacks/make-your-joomla-drupal-sites-mobile-with-osmobi/">Make your Joomla &#038; Drupal Sites Mobile with OSMOBI</a></li>
</ul>
</td>
</tr>
</table>
<p><a href="http://feedads.g.doubleclick.net/~a/TFjtrgp9cCjrSOQfm6PF-2Bocv8/0/da"><img src="http://feedads.g.doubleclick.net/~a/TFjtrgp9cCjrSOQfm6PF-2Bocv8/0/di" border="0" ismap="true"></img></a><br/><br />
<a href="http://feedads.g.doubleclick.net/~a/TFjtrgp9cCjrSOQfm6PF-2Bocv8/1/da"><img src="http://feedads.g.doubleclick.net/~a/TFjtrgp9cCjrSOQfm6PF-2Bocv8/1/di" border="0" ismap="true"></img></a></p>
<div>
<a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=4lsBi7w_Roc:1qiT4YxA1F0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/HowToGeek?i=4lsBi7w_Roc:1qiT4YxA1F0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=4lsBi7w_Roc:1qiT4YxA1F0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/HowToGeek?i=4lsBi7w_Roc:1qiT4YxA1F0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=4lsBi7w_Roc:1qiT4YxA1F0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/HowToGeek?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=4lsBi7w_Roc:1qiT4YxA1F0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/HowToGeek?d=yIl2AUoC8zA" border="0"></img></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/HowToGeek/~4/4lsBi7w_Roc" height="1" width="1" /></p>
<p><img src="http://www.programimi.com/wp-content/uploads/2010/03/00715c3bc0hot114.png-150x65.png" /></p>

<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace belowboth"><script type="text/javascript"><!--
ch_client = "procom";
ch_type = "mpu";
ch_width = 550;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "8F0222";
ch_color_site_link = "8F0222";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "procom";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div><img src="http://feeds.feedburner.com/~r/ProgramimiCom/~4/zrbrC-NT6WI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.programimi.com/2010/03/12/listen-to-local-fm-radio-in-windows-7-media-center/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.programimi.com/2010/03/12/listen-to-local-fm-radio-in-windows-7-media-center/</feedburner:origLink></item>
		<item>
		<title>Play Your Favorite DOS Games in XP, Vista, and Windows 7</title>
		<link>http://feedproxy.google.com/~r/ProgramimiCom/~3/scdJ0bK-FbY/</link>
		<comments>http://www.programimi.com/2010/03/12/play-your-favorite-dos-games-in-xp-vista-and-windows-7/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 13:00:00 +0000</pubDate>
		<dc:creator>ProCOM</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[holiday]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://www.programimi.com/2010/03/12/play-your-favorite-dos-games-in-xp-vista-and-windows-7/</guid>
		<description><![CDATA[ Want to take a trip down memory lane with old school DOS games?? D-Fend Reloaded makes it easy for you to play your favorite DOS games directly on XP, Vista, and Windows 7. D-Fend Reloaded is a great frontend for DOSBox, the popular DOS emulator.? It lets you install and run many DOS games and applications directly from its interface without ever touching a DOS prompt.? It works great on XP, Vista, and Windows 7 32 &#038; 64-bit versions.?? Getting Started Download D-Fend Reloaded ( link below ), and install with the default settings.? You don’t need to install DOSBox, as D-Fend Reloaded will automatically install all the components you need to run DOS games on Windows. ]]></description>
			<content:encoded><![CDATA[<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace aboveboth"><script type="text/javascript"><!--
ch_client = "procom";
ch_type = "mpu";
ch_width = 550;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "8F0222";
ch_color_site_link = "8F0222";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "procom";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div>
<p>
<p>Want to take a trip down memory lane with old school DOS games?? D-Fend Reloaded makes it easy for you to play your favorite DOS games directly on XP, Vista, and Windows 7.</p>
<p>D-Fend Reloaded is a great frontend for DOSBox, the popular DOS emulator.? It lets you install and run many DOS games and applications directly from its interface without ever touching a DOS prompt.? It works great on XP, Vista, and Windows 7 32 &#038; 64-bit versions.?? </p>
<p><strong>Getting Started</strong></p>
<p>Download D-Fend Reloaded (<em>link below</em>), and install with the default settings.? You don’t need to install DOSBox, as D-Fend Reloaded will automatically install all the components you need to run DOS games on Windows.</p>
<p><img border="0" alt="sshot-555" src="http://www.programimi.com/wp-content/uploads/2010/03/b86ca193a9hot555.png.png" width="541" height="427"></p>
<p>D-Fend Reloaded can also be installed as a portable application, so you can run it from a flash drive on any Windows computer by selecting <em>User defined installation</em>.</p>
<p><img border="0" alt="sshot-556" src="http://www.programimi.com/wp-content/uploads/2010/03/b9a83fd560hot556.png.png" width="541" height="427"></p>
<p>Then select <em>Portable mode installation</em>.</p>
<p><img border="0" alt="sshot-557" src="http://www.programimi.com/wp-content/uploads/2010/03/6c489059behot557.png.png" width="541" height="427"></p>
<p>Once D-Fend Reloaded is installed, you can go ahead and open the program. Then simply click “Accept all settings” to apply the default settings.</p>
<p><img border="0" alt="sshot-560" src="http://www.programimi.com/wp-content/uploads/2010/03/3de42deac5hot560.png.png" width="609" height="359">?</p>
<p>D-Fend is now ready to run all of your favorite DOS games.</p>
<p><img border="0" alt="image" src="http://www.programimi.com/wp-content/uploads/2010/03/dd6f28bbf0mage91.png.png" width="645" height="533"></p>
<p><strong>Installing DOS Games and Applications:</strong></p>
<p>To install a DOS game or application, simply drag-and-drop a zip file of the app into D-Fend Reloaded’s window.? D-Fend Reloaded will automatically extract the program…</p>
<p><img border="0" alt="image" src="http://www.programimi.com/wp-content/uploads/2010/03/42caea4771mage92.png.png" width="473" height="218"></p>
<p>Then will ask you to name the application and choose where to store it &#8212; by default it uses the name of the DOS app.</p>
<p><img border="0" alt="image" src="http://www.programimi.com/wp-content/uploads/2010/03/40a3b43bddmage93.png.png" width="530" height="354"></p>
<p>Now you’ll see a new entry for the app you just installed.? Simply double-click to run it.</p>
<p>?<img border="0" alt="image" src="http://www.programimi.com/wp-content/uploads/2010/03/d30bd0d34cmage94.png.png" width="476" height="169"></p>
<p>D-Fend will remind you that you can switch out of fullscreen mode by pressing Alt+Enter, and can also close the DOS application by pressing Ctrl+F9.? Press Ok to run the program.</p>
<p><img border="0" alt="image" src="http://www.programimi.com/wp-content/uploads/2010/03/8fbe5f115amage95.png.png" width="471" height="189"></p>
<p>Here we’re running Ms. PacPC, a remake of the classic game Ms. Pac-Man, in full-screen mode.? All features work automatically, including sound, and you never have to setup anything from DOS command line &#8212; it just works.</p>
<p><img border="0" alt="image" src="http://www.programimi.com/wp-content/uploads/2010/03/161680ba8dmage96.png.png" width="645" height="491"></p>
<p>Here it’s in windowed mode running on Windows 7.</p>
<p><img border="0" alt="image" src="http://www.programimi.com/wp-content/uploads/2010/03/5f035c8af8mage97.png.png" width="645" height="549"></p>
<p>Please note that your color scheme may change to Windows Basic while running DOS applications.</p>
<p><img border="0" alt="image" src="http://www.programimi.com/wp-content/uploads/2010/03/c8bd2672cbmage98.png.png" width="521" height="138"></p>
<p>You can run DOS application just as easily.? Here’s Word 5.5 running in in DOSBox through D-Fend Reloaded…</p>
<p><img border="0" alt="image" src="http://www.programimi.com/wp-content/uploads/2010/03/5f00f240e5mage99.png.png" width="645" height="515"></p>
<p><strong>Game Packs:</strong></p>
<p>Want to quickly install many old DOS freeware and trial games?? D-Fend Reloaded offers several game packs that let you install dozens of DOS games with only four clicks…just download and run the game pack installer of your choice (<em>link below</em>).</p>
<p><img border="0" alt="image" src="http://www.programimi.com/wp-content/uploads/2010/03/aba9fcdf2aage100.png.png" width="541" height="427"></p>
<p>Now you’ve got a selection of DOS games to choose from.</p>
<p><img border="0" alt="image" src="http://www.programimi.com/wp-content/uploads/2010/03/3841862662age101.png.png" width="645" height="631"></p>
<p>Here’s a group of poor lemmings walking around … in Windows 7.</p>
<p><img border="0" alt="image" src="http://www.programimi.com/wp-content/uploads/2010/03/0acb6b8ba7age102.png.png" width="645" height="439"></p>
<p><strong>Conclusion</strong></p>
<p>D-Fend Reloaded gives you a great way to run your favorite DOS games and applications directly from XP, Vista, and Windows 7.? Give it a try, and relive your DOS days from the comfort of your Windows desktop. </p>
<p>What were some of your favorite DOS games and applications? Leave a comment and let us know.</p>
<p><strong>Links</strong></p>
<p><a href="http://dfendreloaded.sourceforge.net/Download.html" target="_blank">Download D-Fend Reloaded</a></p>
<p><a href="http://dfendreloaded.sourceforge.net/Download.html#GamesPackages" target="_blank">Download DOS game packs for D-Fend Reloaded</a></p>
<p><a href="http://www.jrok.com/games_orig.html" target="_blank">Download Ms. Pac-PC</a></p>
<p><br/><a href="http://www.howtogeek.com/howto/12771/play-your-favorite-dos-games-in-xp-vista-and-windows-7/" target="_blank"><img src="http://www.programimi.com/wp-content/uploads/2010/03/f14b9f7cafussion.png.png" title="Got an opinion to share? Click here to join the discussion" alt="Got an opinion to share? Click here to join the discussion" border="0" /></a><br/></p>
<table border='0' cellpadding='3' cellspacing='0'>
<tr>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Similar Articles</strong></td>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Productive Geek Tips</strong></td>
</tr>
<tr>
<td valign='top'>
<ul>
<li><a href="http://blogs.howtogeek.com/mysticgeek/2009/05/22/friday-fun-get-your-mario-on/" rel="bookmark" title="Permanent Link: Friday Fun: Get Your Mario On">Friday Fun: Get Your Mario On</a></li>
<li><a href="http://www.howtogeek.com/howto/4367/friday-fun-go-retro-with-pacman/" rel="bookmark" title="Permanent Link: Friday Fun: Go Retro with Pacman">Friday Fun: Go Retro with Pacman</a></li>
<li><a href="http://www.howtogeek.com/howto/the-geek-blog/thursdays-pre-holiday-lazy-links-roundup/" rel="bookmark" title="Permanent Link: Thursday’s Pre-Holiday Lazy Links Roundup">Thursday&#8217;s Pre-Holiday Lazy Links Roundup</a></li>
<li><a href="http://blogs.howtogeek.com/mysticgeek/2008/12/11/friday-fun-five-more-time-wasting-online-games/" rel="bookmark" title="Permanent Link: Friday Fun: Five More Time Wasting Online Games">Friday Fun: Five More Time Wasting Online Games</a></li>
<li><a href="http://www.howtogeek.com/howto/7613/friday-fun-holiday-themed-games/" rel="bookmark" title="Permanent Link: Friday Fun: Holiday Themed Games">Friday Fun: Holiday Themed Games</a></li>
</ul>
</td>
<td valign='top'>
<ul>
<li><a href="http://productivegeek.com/forums/topic/touchfreeze-alternative-in-ahk">TouchFreeze Alternative in AutoHotkey</a></li>
<li><a href="http://productivegeek.com/forums/topic/icy-undertow">The Icy Undertow Desktop</a></li>
<li><a href="http://productivegeek.com/forums/topic/windows-home-server-backup-to-lan">Windows Home Server – Backup to LAN</a></li>
<li><a href="http://productivegeek.com/forums/topic/clear-clean">The Clear &#038; Clean Desktop</a></li>
<li><a href="http://productivegeek.com/forums/topic/use-this-bookmarklet-to-easily-get-albums">Use This Bookmarklet to Easily Get Albums</a></li>
<li><a href="http://productivegeek.com/forums/topic/autohotkey-problem-restoring-minimized-window-and-giving-keyboard-focus">Use AutoHotkey to Assign a Hotkey to a Specific Window</a></li>
</ul>
</td>
</tr>
<tr>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Latest Software Reviews</strong></td>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Tinyhacker Random Tips</strong></td>
</tr>
<tr>
<td valign='top'>
<ul>
<li><a href="http://www.howtogeek.com/reviews/revo-uninstaller-pro/">Revo Uninstaller Pro</a></li>
<li><a href="http://www.howtogeek.com/reviews/registry-mechanic-9-for-windows/">Registry Mechanic 9 for Windows</a></li>
<li><a href="http://www.howtogeek.com/reviews/pc-tools-internet-security-suite-2010/">PC Tools Internet Security Suite 2010</a></li>
<li><a href="http://www.howtogeek.com/reviews/pcmover-professional/">PCmover Professional</a></li>
</ul>
</td>
<td valign='top'>
<ul>
<li><a href="http://tinyhacker.com/hacks/the-growth-of-citibank/">The Growth of Citibank</a></li>
<li><a href="http://tinyhacker.com/hacks/quickly-switch-between-tabs-in-ie/">Quickly Switch between Tabs in IE</a></li>
<li><a href="http://tinyhacker.com/hacks/windows-media-player-12-tweak-video-sound-with-playback-enhancements/">Windows Media Player 12: Tweak Video &#038; Sound with Playback Enhancements</a></li>
<li><a href="http://tinyhacker.com/hacks/own-a-cellphone-or-does-a-cellphone-own-you/">Own a cell phone, or does a cell phone own you?</a></li>
<li><a href="http://tinyhacker.com/hacks/make-your-joomla-drupal-sites-mobile-with-osmobi/">Make your Joomla &#038; Drupal Sites Mobile with OSMOBI</a></li>
<li><a href="http://tinyhacker.com/hacks/integrate-twitter-and-delicious-and-make-life-easier/">Integrate Twitter and Delicious and Make Life Easier</a></li>
</ul>
</td>
</tr>
</table>
<p><a href="http://feedads.g.doubleclick.net/~a/nYDATPjgGG3zU5aq5tN8jX5o3tw/0/da"><img src="http://feedads.g.doubleclick.net/~a/nYDATPjgGG3zU5aq5tN8jX5o3tw/0/di" border="0" ismap="true"></img></a><br/><br />
<a href="http://feedads.g.doubleclick.net/~a/nYDATPjgGG3zU5aq5tN8jX5o3tw/1/da"><img src="http://feedads.g.doubleclick.net/~a/nYDATPjgGG3zU5aq5tN8jX5o3tw/1/di" border="0" ismap="true"></img></a></p>
<div>
<a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=0lrOOSOPzSk:sT1qdGS4R-U:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/HowToGeek?i=0lrOOSOPzSk:sT1qdGS4R-U:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=0lrOOSOPzSk:sT1qdGS4R-U:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/HowToGeek?i=0lrOOSOPzSk:sT1qdGS4R-U:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=0lrOOSOPzSk:sT1qdGS4R-U:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/HowToGeek?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=0lrOOSOPzSk:sT1qdGS4R-U:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/HowToGeek?d=yIl2AUoC8zA" border="0"></img></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/HowToGeek/~4/0lrOOSOPzSk" height="1" width="1" /></p>
<p><img src="http://www.programimi.com/wp-content/uploads/2010/03/b86ca193a9hot555.png-150x118.png" /></p>

<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace belowboth"><script type="text/javascript"><!--
ch_client = "procom";
ch_type = "mpu";
ch_width = 550;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "8F0222";
ch_color_site_link = "8F0222";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "procom";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div><img src="http://feeds.feedburner.com/~r/ProgramimiCom/~4/scdJ0bK-FbY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.programimi.com/2010/03/12/play-your-favorite-dos-games-in-xp-vista-and-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.programimi.com/2010/03/12/play-your-favorite-dos-games-in-xp-vista-and-windows-7/</feedburner:origLink></item>
		<item>
		<title>Set Custom Reload Times for Individual Webpages in Chrome</title>
		<link>http://feedproxy.google.com/~r/ProgramimiCom/~3/Rb75erb-jys/</link>
		<comments>http://www.programimi.com/2010/03/12/set-custom-reload-times-for-individual-webpages-in-chrome/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 07:00:00 +0000</pubDate>
		<dc:creator>ProCOM</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://www.programimi.com/2010/03/12/set-custom-reload-times-for-individual-webpages-in-chrome/</guid>
		<description><![CDATA[ Do you have a webpage that needs to be reloaded every so often or perhaps you have multiple webpages that each need their own individual reload time? Now you can have the best of both with the AutoReloader extension for Google Chrome]]></description>
			<content:encoded><![CDATA[<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace aboveboth"><script type="text/javascript"><!--
ch_client = "procom";
ch_type = "mpu";
ch_width = 550;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "8F0222";
ch_color_site_link = "8F0222";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "procom";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div>
<p>
<p>Do you have a webpage that needs to be reloaded every so often or perhaps you have multiple webpages that each need their own individual reload time? Now you can have the best of both with the AutoReloader extension for Google Chrome.</p>
<p><strong>Using AutoReloader</strong></p>
<p>When you first look at the drop-down window everything will be in a neutral “waiting” state. You can start using the extension immediately by simply entering the desired “time frame” for reloading a webpage. Notice for the “Repeat Option” that “0 = Continuous”…</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/f422f85421ader01.png.png" border="0" alt="auto-reloader-01" width="224" height="272" /></p>
<p>You may want to have a quick look through the “Options” to see if there are any “operational changes” that you would like to make.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/112eee1644ader02.png.png" border="0" alt="auto-reloader-02" width="468" height="686" /></p>
<p>Once you enter a time click on the “Set Link” to start the timer.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/0276ede01fader03.png.png" border="0" alt="auto-reloader-03" width="224" height="272" /></p>
<p>Notice that you can view the time remaining on the “Toolbar Button” unless you disabled the feature in the “Options”.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/d1dff45829ader04.png.png" border="0" alt="auto-reloader-04" width="165" height="105" /></p>
<p>Clicking on the “Toolbar Button” will show a larger version of the timer in the drop-down window along with a “Cancel Current Timer Link”.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/9fd8856fecader05.png.png" border="0" alt="auto-reloader-05" width="224" height="229" /></p>
<p>Here is the best part of all with AutoReloader…you can set up your own customized list of “Reload Times” and then access them through the drop-down window. Using the two times shown here we were able to set the “Productive Geek Webpage” up for 30 second reloads and the “TinyHacker Webpage” up for 1 minute reloads at the same time. There was no conflict whatsoever in running both “reload times” simultaneously. This is a really terrific feature!</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://www.programimi.com/wp-content/uploads/2010/03/88dfbab66fader06.png.png" border="0" alt="auto-reloader-06" width="640" height="508" /></p>
<p><strong>Conclusion</strong></p>
<p>Whether you have only one webpage or multiple pages that need periodic reloading (<em>such as tracking a Woot-Off or an Ebay auction</em>) the AutoReloader extension is the perfect tool for the job. Running custom reload times simultaneously have never been easier.</p>
<p><strong>Links</strong></p>
<p><a href="https://chrome.google.com/extensions/detail/ahijjacooaofacadpjbfbmgekilcpjhj" target="_blank">Download the AutoReloader extension (Google Chrome Extensions)</a></p>
<p><br/><a href="http://www.howtogeek.com/howto/11997/set-custom-reload-times-for-individual-webpages-in-chrome/" target="_blank"><img src="http://www.programimi.com/wp-content/uploads/2010/03/f14b9f7cafussion.png.png" title="Got an opinion to share? Click here to join the discussion" alt="Got an opinion to share? Click here to join the discussion" border="0" /></a><br/></p>
<table border='0' cellpadding='3' cellspacing='0'>
<tr>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Similar Articles</strong></td>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Productive Geek Tips</strong></td>
</tr>
<tr>
<td valign='top'>
<ul>
<li><a href="http://www.howtogeek.com/howto/10177/set-up-automatic-timed-page-reloading-on-your-webpages-in-firefox/" rel="bookmark" title="Permanent Link: Set Up Automatic Timed Page Reloading on Your Webpages in Firefox">Set Up Automatic Timed Page Reloading on Your Webpages in Firefox</a></li>
<li><a href="http://www.howtogeek.com/howto/1698/remove-custom-aboutconfig-entries-the-easy-way/" rel="bookmark" title="Permanent Link: Remove Custom about:config Entries the Easy Way">Remove Custom about:config Entries the Easy Way</a></li>
<li><a href="http://www.howtogeek.com/howto/the-geek-blog/enable-vista-black-style-theme-for-google-chrome-in-xp/" rel="bookmark" title="Permanent Link: Enable Vista Black Style Theme for Google Chrome in XP">Enable Vista Black Style Theme for Google Chrome in XP</a></li>
<li><a href="http://www.howtogeek.com/howto/2394/activate-the-redesigned-new-tab-interface-in-google-chrome/" rel="bookmark" title="Permanent Link: Activate the Redesigned New-Tab Interface in Google Chrome">Activate the Redesigned New-Tab Interface in Google Chrome</a></li>
<li><a href="http://www.howtogeek.com/howto/9910/modify-tab-ordering-in-google-chrome/" rel="bookmark" title="Permanent Link: Modify Tab Ordering in Google Chrome">Modify Tab Ordering in Google Chrome</a></li>
</ul>
</td>
<td valign='top'>
<ul>
<li><a href="http://productivegeek.com/forums/topic/touchfreeze-alternative-in-ahk">TouchFreeze Alternative in AutoHotkey</a></li>
<li><a href="http://productivegeek.com/forums/topic/icy-undertow">The Icy Undertow Desktop</a></li>
<li><a href="http://productivegeek.com/forums/topic/windows-home-server-backup-to-lan">Windows Home Server – Backup to LAN</a></li>
<li><a href="http://productivegeek.com/forums/topic/clear-clean">The Clear &#038; Clean Desktop</a></li>
<li><a href="http://productivegeek.com/forums/topic/use-this-bookmarklet-to-easily-get-albums">Use This Bookmarklet to Easily Get Albums</a></li>
<li><a href="http://productivegeek.com/forums/topic/autohotkey-problem-restoring-minimized-window-and-giving-keyboard-focus">Use AutoHotkey to Assign a Hotkey to a Specific Window</a></li>
</ul>
</td>
</tr>
<tr>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Latest Software Reviews</strong></td>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Tinyhacker Random Tips</strong></td>
</tr>
<tr>
<td valign='top'>
<ul>
<li><a href="http://www.howtogeek.com/reviews/revo-uninstaller-pro/">Revo Uninstaller Pro</a></li>
<li><a href="http://www.howtogeek.com/reviews/registry-mechanic-9-for-windows/">Registry Mechanic 9 for Windows</a></li>
<li><a href="http://www.howtogeek.com/reviews/pc-tools-internet-security-suite-2010/">PC Tools Internet Security Suite 2010</a></li>
<li><a href="http://www.howtogeek.com/reviews/pcmover-professional/">PCmover Professional</a></li>
</ul>
</td>
<td valign='top'>
<ul>
<li><a href="http://tinyhacker.com/hacks/the-growth-of-citibank/">The Growth of Citibank</a></li>
<li><a href="http://tinyhacker.com/hacks/quickly-switch-between-tabs-in-ie/">Quickly Switch between Tabs in IE</a></li>
<li><a href="http://tinyhacker.com/hacks/windows-media-player-12-tweak-video-sound-with-playback-enhancements/">Windows Media Player 12: Tweak Video &#038; Sound with Playback Enhancements</a></li>
<li><a href="http://tinyhacker.com/hacks/own-a-cellphone-or-does-a-cellphone-own-you/">Own a cell phone, or does a cell phone own you?</a></li>
<li><a href="http://tinyhacker.com/hacks/make-your-joomla-drupal-sites-mobile-with-osmobi/">Make your Joomla &#038; Drupal Sites Mobile with OSMOBI</a></li>
<li><a href="http://tinyhacker.com/hacks/integrate-twitter-and-delicious-and-make-life-easier/">Integrate Twitter and Delicious and Make Life Easier</a></li>
</ul>
</td>
</tr>
</table>
<p><a href="http://feedads.g.doubleclick.net/~a/hfbVj21agIjkyRS6VX_hP12dYc4/0/da"><img src="http://feedads.g.doubleclick.net/~a/hfbVj21agIjkyRS6VX_hP12dYc4/0/di" border="0" ismap="true"></img></a><br/><br />
<a href="http://feedads.g.doubleclick.net/~a/hfbVj21agIjkyRS6VX_hP12dYc4/1/da"><img src="http://feedads.g.doubleclick.net/~a/hfbVj21agIjkyRS6VX_hP12dYc4/1/di" border="0" ismap="true"></img></a></p>
<div>
<a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=WFCibC_kNTM:7bmDATApnac:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/HowToGeek?i=WFCibC_kNTM:7bmDATApnac:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=WFCibC_kNTM:7bmDATApnac:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/HowToGeek?i=WFCibC_kNTM:7bmDATApnac:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=WFCibC_kNTM:7bmDATApnac:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/HowToGeek?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=WFCibC_kNTM:7bmDATApnac:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/HowToGeek?d=yIl2AUoC8zA" border="0"></img></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/HowToGeek/~4/WFCibC_kNTM" height="1" width="1" /></p>
<p><img src="http://www.programimi.com/wp-content/uploads/2010/03/f422f85421ader01.png-123x150.png" /></p>

<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace belowboth"><script type="text/javascript"><!--
ch_client = "procom";
ch_type = "mpu";
ch_width = 550;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "8F0222";
ch_color_site_link = "8F0222";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "procom";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div><img src="http://feeds.feedburner.com/~r/ProgramimiCom/~4/Rb75erb-jys" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.programimi.com/2010/03/12/set-custom-reload-times-for-individual-webpages-in-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.programimi.com/2010/03/12/set-custom-reload-times-for-individual-webpages-in-chrome/</feedburner:origLink></item>
		<item>
		<title>Add Enhanced Balloon Tooltips to Firefox</title>
		<link>http://feedproxy.google.com/~r/ProgramimiCom/~3/pA7MM5-4c80/</link>
		<comments>http://www.programimi.com/2010/03/11/add-enhanced-balloon-tooltips-to-firefox/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 22:00:00 +0000</pubDate>
		<dc:creator>ProCOM</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[delicious]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[WEB]]></category>

		<guid isPermaLink="false">http://www.programimi.com/2010/03/11/add-enhanced-balloon-tooltips-to-firefox/</guid>
		<description><![CDATA[ The default balloon tooltip in Firefox does well at times but then there are instances when a person finds that more information would be much better. ]]></description>
			<content:encoded><![CDATA[<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace aboveboth"><script type="text/javascript"><!--
ch_client = "procom";
ch_type = "mpu";
ch_width = 550;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "8F0222";
ch_color_site_link = "8F0222";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "procom";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div>
<p>
<p>The default balloon tooltip in Firefox does well at times but then there are instances when a person finds that more information would be much better. The Tooltip Plus extension for Firefox will give your browser that nice extra information boost.</p>
<p><strong>Before &#038; After</strong></p>
<p>For our example we have placed the “before &#038; after shots” together for better comparison. First off we started with the How-To Geek logo.</p>
<p><em>Note: Does not display the original URL behind shortened URLs.</em></p>
<p><img border="0" alt="tooltip-plus-01" src="http://www.programimi.com/wp-content/uploads/2010/03/0291f7e15eplus01.png.png" width="640" height="129"> </p>
<p><img border="0" alt="tooltip-plus-02" src="http://www.programimi.com/wp-content/uploads/2010/03/0db487d62fplus02.png.png" width="640" height="141"></p>
<p>Next we moved on to a permanently linked article title.</p>
<p><img border="0" alt="tooltip-plus-03" src="http://www.programimi.com/wp-content/uploads/2010/03/37882d23b9plus03.png.png" width="640" height="118"> </p>
<p><img border="0" alt="tooltip-plus-04" src="http://www.programimi.com/wp-content/uploads/2010/03/a736020226plus04.png.png" width="640" height="136"></p>
<p>The “Reviews Tab” in the How-To Geek website toolbar.</p>
<p><img border="0" alt="tooltip-plus-05" src="http://www.programimi.com/wp-content/uploads/2010/03/64066912ffplus05.png.png" width="323" height="111"></p>
<p><img border="0" alt="tooltip-plus-06" src="http://www.programimi.com/wp-content/uploads/2010/03/da7e4161abplus06.png.png" width="363" height="135"></p>
<p>The article tags listing just beneath the HTG website toolbar.</p>
<p><img border="0" alt="tooltip-plus-07" src="http://www.programimi.com/wp-content/uploads/2010/03/ec7d6641a5plus07.png.png" width="145" height="93"></p>
<p><img border="0" alt="tooltip-plus-08" src="http://www.programimi.com/wp-content/uploads/2010/03/7d4c00a4bbplus08.png.png" width="421" height="110"></p>
<p>And the link for subscribing to our RSS Feed. In each instance you could actually see the address behind the links.</p>
<p><img border="0" alt="tooltip-plus-09" src="http://www.programimi.com/wp-content/uploads/2010/03/e35f7772ecplus09.png.png" width="406" height="126"></p>
<p><img border="0" alt="tooltip-plus-10" src="http://www.programimi.com/wp-content/uploads/2010/03/f94f1404b8plus10.png.png" width="453" height="132"></p>
<p>The Tooltip Plus extension will also help out with images in webpages (including “Alt Text” if present). Notice that the link for the image is now available for you to view.</p>
<p><img border="0" alt="tooltip-plus-11" src="http://www.programimi.com/wp-content/uploads/2010/03/f560ffc06fplus11.png.png" width="436" height="339"> </p>
<p><img border="0" alt="tooltip-plus-12" src="http://www.programimi.com/wp-content/uploads/2010/03/d73faa95e5plus12.png.png" width="601" height="327"></p>
<p><strong>Options</strong></p>
<p>The options are extremely simple to work with. Decide if you want a document icon to display, the size of the icon, and if you would like “Alt Text” for images to be displayed or not.</p>
<p><img border="0" alt="tooltip-plus-13" src="http://www.programimi.com/wp-content/uploads/2010/03/10c4517368plus13.png.png" width="309" height="256"></p>
<p><strong>Conclusion</strong></p>
<p>The Tooltip Plus extension does one thing and does it very well…it gives you that extra bit of information when you need it.</p>
<p><strong>Links</strong></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addons/versions/11481" target="_blank">Download the Tooltip Plus extension (Mozilla Add-ons)</a></p>
<p><br/><a href="http://www.howtogeek.com/howto/11835/add-enhanced-balloon-tooltips-to-firefox/" target="_blank"><img src="http://www.programimi.com/wp-content/uploads/2010/03/f14b9f7cafussion.png.png" title="Got an opinion to share? Click here to join the discussion" alt="Got an opinion to share? Click here to join the discussion" border="0" /></a><br/></p>
<table border='0' cellpadding='3' cellspacing='0'>
<tr>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Similar Articles</strong></td>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Productive Geek Tips</strong></td>
</tr>
<tr>
<td valign='top'>
<ul>
<li><a href="http://www.howtogeek.com/howto/windows/how-to-fix-system-tray-tooltips-not-displaying-in-windows-xp/" rel="bookmark" title="Permanent Link: How To Fix System Tray Tooltips Not Displaying in Windows XP">How To Fix System Tray Tooltips Not Displaying in Windows XP</a></li>
<li><a href="http://www.howtogeek.com/howto/windows/stop-the-annoying-there-are-unused-icons-on-your-desktop-popup-balloon/" rel="bookmark" title="Permanent Link: Stop the Annoying "There are unused icons on your desktop" Popup Balloon">Stop the Annoying &#8220;There are unused icons on your desktop&#8221; Popup Balloon</a></li>
<li><a href="http://www.howtogeek.com/howto/6128/the-illustrated-guide-to-the-new-firefox-3.6-windows-7-integration/" rel="bookmark" title="Permanent Link: The Illustrated Guide to the New Firefox 3.6 Windows 7 Integration">The Illustrated Guide to the New Firefox 3.6 Windows 7 Integration</a></li>
<li><a href="http://www.howtogeek.com/howto/7132/view-urls-as-tooltips-in-firefox/" rel="bookmark" title="Permanent Link: View URLs as Tooltips in Firefox">View URLs as Tooltips in Firefox</a></li>
<li><a href="http://www.howtogeek.com/howto/7972/disable-the-annoying-this-device-can-perform-faster-balloon-message-in-windows-7/" rel="bookmark" title="Permanent Link: Disable the Annoying “This device can perform faster” Balloon Message in Windows 7">Disable the Annoying &ldquo;This device can perform faster&rdquo; Balloon Message in Windows 7</a></li>
</ul>
</td>
<td valign='top'>
<ul>
<li><a href="http://productivegeek.com/forums/topic/touchfreeze-alternative-in-ahk">TouchFreeze Alternative in AutoHotkey</a></li>
<li><a href="http://productivegeek.com/forums/topic/icy-undertow">The Icy Undertow Desktop</a></li>
<li><a href="http://productivegeek.com/forums/topic/windows-home-server-backup-to-lan">Windows Home Server – Backup to LAN</a></li>
<li><a href="http://productivegeek.com/forums/topic/clear-clean">The Clear &#038; Clean Desktop</a></li>
<li><a href="http://productivegeek.com/forums/topic/use-this-bookmarklet-to-easily-get-albums">Use This Bookmarklet to Easily Get Albums</a></li>
<li><a href="http://productivegeek.com/forums/topic/autohotkey-problem-restoring-minimized-window-and-giving-keyboard-focus">Use AutoHotkey to Assign a Hotkey to a Specific Window</a></li>
</ul>
</td>
</tr>
<tr>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Latest Software Reviews</strong></td>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Tinyhacker Random Tips</strong></td>
</tr>
<tr>
<td valign='top'>
<ul>
<li><a href="http://www.howtogeek.com/reviews/revo-uninstaller-pro/">Revo Uninstaller Pro</a></li>
<li><a href="http://www.howtogeek.com/reviews/registry-mechanic-9-for-windows/">Registry Mechanic 9 for Windows</a></li>
<li><a href="http://www.howtogeek.com/reviews/pc-tools-internet-security-suite-2010/">PC Tools Internet Security Suite 2010</a></li>
<li><a href="http://www.howtogeek.com/reviews/pcmover-professional/">PCmover Professional</a></li>
</ul>
</td>
<td valign='top'>
<ul>
<li><a href="http://tinyhacker.com/hacks/quickly-switch-between-tabs-in-ie/">Quickly Switch between Tabs in IE</a></li>
<li><a href="http://tinyhacker.com/hacks/windows-media-player-12-tweak-video-sound-with-playback-enhancements/">Windows Media Player 12: Tweak Video &#038; Sound with Playback Enhancements</a></li>
<li><a href="http://tinyhacker.com/hacks/own-a-cellphone-or-does-a-cellphone-own-you/">Own a cell phone, or does a cell phone own you?</a></li>
<li><a href="http://tinyhacker.com/hacks/make-your-joomla-drupal-sites-mobile-with-osmobi/">Make your Joomla &#038; Drupal Sites Mobile with OSMOBI</a></li>
<li><a href="http://tinyhacker.com/hacks/integrate-twitter-and-delicious-and-make-life-easier/">Integrate Twitter and Delicious and Make Life Easier</a></li>
<li><a href="http://tinyhacker.com/hacks/design-your-web-pages-using-the-golden-ratio/">Design Your Web Pages Using the Golden Ratio</a></li>
</ul>
</td>
</tr>
</table>
<p><a href="http://feedads.g.doubleclick.net/~a/MOVzWncMxXjR01qyuyuKHxOWW9c/0/da"><img src="http://feedads.g.doubleclick.net/~a/MOVzWncMxXjR01qyuyuKHxOWW9c/0/di" border="0" ismap="true"></img></a><br/><br />
<a href="http://feedads.g.doubleclick.net/~a/MOVzWncMxXjR01qyuyuKHxOWW9c/1/da"><img src="http://feedads.g.doubleclick.net/~a/MOVzWncMxXjR01qyuyuKHxOWW9c/1/di" border="0" ismap="true"></img></a></p>
<div>
<a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=CO2RrCiTLN0:HKUzQiOFc2k:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/HowToGeek?i=CO2RrCiTLN0:HKUzQiOFc2k:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=CO2RrCiTLN0:HKUzQiOFc2k:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/HowToGeek?i=CO2RrCiTLN0:HKUzQiOFc2k:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=CO2RrCiTLN0:HKUzQiOFc2k:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/HowToGeek?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=CO2RrCiTLN0:HKUzQiOFc2k:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/HowToGeek?d=yIl2AUoC8zA" border="0"></img></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/HowToGeek/~4/CO2RrCiTLN0" height="1" width="1" /></p>
<p><img src="http://www.programimi.com/wp-content/uploads/2010/03/0291f7e15eplus01.png-150x30.png" /></p>

<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace belowboth"><script type="text/javascript"><!--
ch_client = "procom";
ch_type = "mpu";
ch_width = 550;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "8F0222";
ch_color_site_link = "8F0222";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "procom";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div><img src="http://feeds.feedburner.com/~r/ProgramimiCom/~4/pA7MM5-4c80" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.programimi.com/2010/03/11/add-enhanced-balloon-tooltips-to-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.programimi.com/2010/03/11/add-enhanced-balloon-tooltips-to-firefox/</feedburner:origLink></item>
		<item>
		<title>Convert YouTube Videos to MP3 with YouTube Downloader</title>
		<link>http://feedproxy.google.com/~r/ProgramimiCom/~3/T-vs2B_2dI0/</link>
		<comments>http://www.programimi.com/2010/03/11/convert-youtube-videos-to-mp3-with-youtube-downloader/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 19:00:00 +0000</pubDate>
		<dc:creator>ProCOM</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[conversion]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.programimi.com/2010/03/11/convert-youtube-videos-to-mp3-with-youtube-downloader/</guid>
		<description><![CDATA[ Are you looking for a way to take the music videos you watch on YouTube and convert them to MP3? Today we take a look at an easy way to convert those YouTube videos to MP3 for free with YouTube Downloader]]></description>
			<content:encoded><![CDATA[<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace aboveboth"><script type="text/javascript"><!--
ch_client = "procom";
ch_type = "mpu";
ch_width = 550;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "8F0222";
ch_color_site_link = "8F0222";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "procom";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div>
<p>
<p>Are you looking for a way to take the music videos you watch on YouTube and convert them to MP3? Today we take a look at an easy way to convert those YouTube videos to MP3 for free with <em>YouTube Downloader.</em></p>
<p>The YouTube Downloader functions in two steps. First, it downloads the video from YouTube in MP4 format, and then allows you to convert that MP4 file to MP3. </p>
<p><em>Note: It also supports conversion conversion to some other formats such as AVI video, MOV, iPhone, PSP, 3GP, and WMV. </em>?</p>
<h3>Installation and usage</h3>
<p>Download and Install YouTube Downloader. (See download link below)</p>
<p><img title="sshot-2010-03-10-[18-43-46]" border="0" alt="sshot-2010-03-10-[18-43-46]" src="http://www.programimi.com/wp-content/uploads/2010/03/2d8ad20206184346.png.png" width="541" height="427"> </p>
<p>Open the YouTube Downloader by clicking on the desktop icon.</p>
<p><img title="sshot-2010-03-10-[19-15-12]" border="0" alt="sshot-2010-03-10-[19-15-12]" src="http://www.programimi.com/wp-content/uploads/2010/03/5af5a7688c191512.png.png" width="406" height="347"> </p>
<p>Find a YouTube video you’d like to convert to MP3 and copy the URL.</p>
<p><img border="0" alt="sshot-17" src="http://www.programimi.com/wp-content/uploads/2010/03/12ba8316d3hot172.png.png" width="438" height="191"></p>
<p>Paste the URL into the “Enter video URL” text box in YouTube Downloader. When you hover your mouse over the text box, the text box will auto-fill with the URL from your clipboard.</p>
<p><img title="sshot-2010-03-10-[19-16-10]" border="0" alt="sshot-2010-03-10-[19-16-10]" src="http://www.programimi.com/wp-content/uploads/2010/03/ba75f5581f191610.png.png" width="406" height="347"> </p>
<p>Select the “Download video from YouTube” radio button and click “Ok.”</p>
<p><img title="sshot-2010-03-10-[19-16-10]" border="0" alt="sshot-2010-03-10-[19-16-10]" src="http://www.programimi.com/wp-content/uploads/2010/03/86ce2b5e1c916101.png.png" width="406" height="347"> </p>
<p>Choose a folder to location to download your YouTube video and click “Save.” The video is downloaded in MP4 format.</p>
<p><img title="sshot-2010-03-10-[18-49-23]" border="0" alt="sshot-2010-03-10-[18-49-23]" src="http://www.programimi.com/wp-content/uploads/2010/03/6f7c93a08c184923.png.png" width="637" height="435"> </p>
<p>Now wait while the video is downloaded to your hard drive.</p>
<p><img title="sshot-2010-03-10-[18-50-32]" border="0" alt="sshot-2010-03-10-[18-50-32]" src="http://www.programimi.com/wp-content/uploads/2010/03/f10f331022185032.png.png" width="457" height="307">?</p>
<p>Select the “Convert video (previously downloaded) from file” radio button.</p>
<p><img title="sshot-2010-03-10-[19-33-16]" border="0" alt="sshot-2010-03-10-[19-33-16]" src="http://www.programimi.com/wp-content/uploads/2010/03/9a4c1c2a9c193316.png.png" width="406" height="347"> </p>
<p>Click the (…) button to the right of the “Select video file” text box to browse for and select the MP4 file you just downloaded.</p>
<p><img title="sshot-2010-03-10-[19-33-53]" border="0" alt="sshot-2010-03-10-[19-33-53]" src="http://www.programimi.com/wp-content/uploads/2010/03/acecc00235193353.png.png" width="406" height="347"> </p>
<p>Then select “MPEG Audio Layer (MP3) from the “Convert to” drop down list.</p>
<p><img title="sshot-2010-03-10-[19-35-25]" border="0" alt="sshot-2010-03-10-[19-35-25]" src="http://www.programimi.com/wp-content/uploads/2010/03/7e824c26f3193525.png.png" width="406" height="347"> </p>
<p>Select “OK” to begin the conversion.</p>
<p><img title="sshot-2010-03-10-[19-36-40]" border="0" alt="sshot-2010-03-10-[19-36-40]" src="http://www.programimi.com/wp-content/uploads/2010/03/815910cb41193640.png.png" width="406" height="347"> </p>
<p>Choose the conversion quality by moving the slider to the right or left. The options are: Low (96kbps bite rate), Medium (128kbps bit rate), Optimal (192kbps bit rate), and High 256kbps bit rate). Here you can select the output volume as well. Click “OK” when finished.</p>
<p><img title="sshot-2010-03-10-[19-39-11]" border="0" alt="sshot-2010-03-10-[19-39-11]" src="http://www.programimi.com/wp-content/uploads/2010/03/ee9ade1dd2193911.png.png" width="333" height="160"> </p>
<p>If there is a portion of the beginning or end of the video that you wish to cut out of the MP3, select the “Cut video” check box and choose a Start and End time. Click “OK” when finished. <em>Note: The start and end time represent the audio portion of the MP3 you wish to keep. All portions before and after these times will be cut. </em></p>
<p><img title="sshot-2010-03-10-[19-40-23]" border="0" alt="sshot-2010-03-10-[19-40-23]" src="http://www.programimi.com/wp-content/uploads/2010/03/05408fa997194023.png.png" width="333" height="239">? </p>
<p>The conversion process will begin and should only take a few moments. Times will vary depending on the size of the video you’re converting.</p>
<p><img title="sshot-2010-03-10-[18-59-49]" border="0" alt="sshot-2010-03-10-[18-59-49]" src="http://www.programimi.com/wp-content/uploads/2010/03/d382fa535c185949.png.png" width="414" height="265"> </p>
<p>Conversion was successful!</p>
<p><img title="sshot-2010-03-10-[19-00-32]" border="0" alt="sshot-2010-03-10-[19-00-32]" src="http://www.programimi.com/wp-content/uploads/2010/03/e7bd594abe190032.png.png" width="333" height="199"> </p>
<p>The MP3 you converted will be in the same directory you downloaded the video to.</p>
<p><img title="sshot-2010-03-10-[19-03-04]" border="0" alt="sshot-2010-03-10-[19-03-04]" src="http://www.programimi.com/wp-content/uploads/2010/03/eb7f84046d190304.png.png" width="547" height="449"> </p>
<p>Now you’re ready to listen to your MP3 or import it to your Zune, iTunes, or music library. You may also want to delete the MP4 files after the conversion if you will no longer need them.</p>
<p><img title="sshot-2010-03-10-[19-11-05]" border="0" alt="sshot-2010-03-10-[19-11-05]" src="http://www.programimi.com/wp-content/uploads/2010/03/6057aa9a6c191105.png.png" width="502" height="468"> </p>
<h3>Conclusion</h3>
<p>YouTube Downloader features a very simple interface that’s user friendly and easy to use. It comes in handy when you watch videos that look horrible, but the sound quality is good. Or if you just need to hear the audio of something posted and don’t need the video. It also allows you to download from Google Video, MySpace, and others.</p>
<p><a href="http://download.cnet.com/YouTube-Downloader/3000-2071_4-10647340.html">Download YouTube Downloader</a></p>
<p><br/><a href="http://www.howtogeek.com/howto/12703/convert-youtube-videos-to-mp3-with-youtube-downloader/" target="_blank"><img src="http://www.programimi.com/wp-content/uploads/2010/03/f14b9f7cafussion.png.png" title="Got an opinion to share? Click here to join the discussion" alt="Got an opinion to share? Click here to join the discussion" border="0" /></a><br/></p>
<table border='0' cellpadding='3' cellspacing='0'>
<tr>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Similar Articles</strong></td>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Productive Geek Tips</strong></td>
</tr>
<tr>
<td valign='top'>
<ul>
<li><a href="http://www.howtogeek.com/howto/2640/cheetah-youtube-downloader/" rel="bookmark" title="Permanent Link: Download YouTube Videos with Cheetah YouTube Downloader">Download YouTube Videos with Cheetah YouTube Downloader</a></li>
<li><a href="http://www.howtogeek.com/howto/4679/watch-youtube-videos-in-cinema-style-in-firefox/" rel="bookmark" title="Permanent Link: Watch YouTube Videos in Cinema Style in Firefox">Watch YouTube Videos in Cinema Style in Firefox</a></li>
<li><a href="http://www.howtogeek.com/howto/internet/firefox/stop-youtube-videos-from-automatically-playing-in-firefox/" rel="bookmark" title="Permanent Link: Stop YouTube Videos from Automatically Playing in Firefox">Stop YouTube Videos from Automatically Playing in Firefox</a></li>
<li><a href="http://www.howtogeek.com/howto/5809/remove-unsuitable-comments-from-youtube/" rel="bookmark" title="Permanent Link: Remove Unsuitable Comments from YouTube">Remove Unsuitable Comments from YouTube</a></li>
<li><a href="http://www.howtogeek.com/howto/9902/improve-youtube-video-viewing-in-google-chrome/" rel="bookmark" title="Permanent Link: Improve YouTube Video Viewing in Google Chrome">Improve YouTube Video Viewing in Google Chrome</a></li>
</ul>
</td>
<td valign='top'>
<ul>
<li><a href="http://productivegeek.com/forums/topic/touchfreeze-alternative-in-ahk">TouchFreeze Alternative in AutoHotkey</a></li>
<li><a href="http://productivegeek.com/forums/topic/icy-undertow">The Icy Undertow Desktop</a></li>
<li><a href="http://productivegeek.com/forums/topic/windows-home-server-backup-to-lan">Windows Home Server – Backup to LAN</a></li>
<li><a href="http://productivegeek.com/forums/topic/clear-clean">The Clear &#038; Clean Desktop</a></li>
<li><a href="http://productivegeek.com/forums/topic/use-this-bookmarklet-to-easily-get-albums">Use This Bookmarklet to Easily Get Albums</a></li>
<li><a href="http://productivegeek.com/forums/topic/autohotkey-problem-restoring-minimized-window-and-giving-keyboard-focus">Use AutoHotkey to Assign a Hotkey to a Specific Window</a></li>
</ul>
</td>
</tr>
<tr>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Latest Software Reviews</strong></td>
<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Tinyhacker Random Tips</strong></td>
</tr>
<tr>
<td valign='top'>
<ul>
<li><a href="http://www.howtogeek.com/reviews/revo-uninstaller-pro/">Revo Uninstaller Pro</a></li>
<li><a href="http://www.howtogeek.com/reviews/registry-mechanic-9-for-windows/">Registry Mechanic 9 for Windows</a></li>
<li><a href="http://www.howtogeek.com/reviews/pc-tools-internet-security-suite-2010/">PC Tools Internet Security Suite 2010</a></li>
<li><a href="http://www.howtogeek.com/reviews/pcmover-professional/">PCmover Professional</a></li>
</ul>
</td>
<td valign='top'>
<ul>
<li><a href="http://tinyhacker.com/hacks/windows-media-player-12-tweak-video-sound-with-playback-enhancements/">Windows Media Player 12: Tweak Video &#038; Sound with Playback Enhancements</a></li>
<li><a href="http://tinyhacker.com/hacks/own-a-cellphone-or-does-a-cellphone-own-you/">Own a cell phone, or does a cell phone own you?</a></li>
<li><a href="http://tinyhacker.com/hacks/make-your-joomla-drupal-sites-mobile-with-osmobi/">Make your Joomla &#038; Drupal Sites Mobile with OSMOBI</a></li>
<li><a href="http://tinyhacker.com/hacks/integrate-twitter-and-delicious-and-make-life-easier/">Integrate Twitter and Delicious and Make Life Easier</a></li>
<li><a href="http://tinyhacker.com/hacks/design-your-web-pages-using-the-golden-ratio/">Design Your Web Pages Using the Golden Ratio</a></li>
<li><a href="http://tinyhacker.com/hacks/worldwide-growth-of-the-internet/">Worldwide Growth of the Internet</a></li>
</ul>
</td>
</tr>
</table>
<p><a href="http://feedads.g.doubleclick.net/~a/Ju5snkpl2s0gbdbqYwxSQ9G8_6c/0/da"><img src="http://feedads.g.doubleclick.net/~a/Ju5snkpl2s0gbdbqYwxSQ9G8_6c/0/di" border="0" ismap="true"></img></a><br/><br />
<a href="http://feedads.g.doubleclick.net/~a/Ju5snkpl2s0gbdbqYwxSQ9G8_6c/1/da"><img src="http://feedads.g.doubleclick.net/~a/Ju5snkpl2s0gbdbqYwxSQ9G8_6c/1/di" border="0" ismap="true"></img></a></p>
<div>
<a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=QKglh2rSECc:FkBzJ4KuGuo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/HowToGeek?i=QKglh2rSECc:FkBzJ4KuGuo:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=QKglh2rSECc:FkBzJ4KuGuo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/HowToGeek?i=QKglh2rSECc:FkBzJ4KuGuo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=QKglh2rSECc:FkBzJ4KuGuo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/HowToGeek?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=QKglh2rSECc:FkBzJ4KuGuo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/HowToGeek?d=yIl2AUoC8zA" border="0"></img></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/HowToGeek/~4/QKglh2rSECc" height="1" width="1" /></p>
<p><img src="http://www.programimi.com/wp-content/uploads/2010/03/2d8ad20206184346.png-150x118.png" /></p>

<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace belowboth"><script type="text/javascript"><!--
ch_client = "procom";
ch_type = "mpu";
ch_width = 550;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "8F0222";
ch_color_site_link = "8F0222";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "procom";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div><img src="http://feeds.feedburner.com/~r/ProgramimiCom/~4/T-vs2B_2dI0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.programimi.com/2010/03/11/convert-youtube-videos-to-mp3-with-youtube-downloader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.programimi.com/2010/03/11/convert-youtube-videos-to-mp3-with-youtube-downloader/</feedburner:origLink></item>
	</channel>
</rss>
