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

<channel>
	<title>HowIFixedIt.Net</title>
	<atom:link href="http://howifixedit.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://howifixedit.net</link>
	<description>... Because Broken Is Not An Option.</description>
	<lastBuildDate>Thu, 22 Jul 2010 16:30:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>301 ReDirect For WordPress Back To Home Page Instead Of 404 Error Page.</title>
		<link>http://howifixedit.net/2010/07/301-redirect-wordpress-home-page-404-error-page/</link>
		<comments>http://howifixedit.net/2010/07/301-redirect-wordpress-home-page-404-error-page/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 16:17:52 +0000</pubDate>
		<dc:creator>HowIFixedIt</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[301]]></category>
		<category><![CDATA[301 redirect]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[404 error]]></category>
		<category><![CDATA[404 error page]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://howifixedit.net/?p=958</guid>
		<description><![CDATA[If you delete posts in WordPress that were once indexed by Google or bookmarked by one of your visitors, if they re-visit the link they&#8217;ll get your 404 error page.  The code below simply will re-direct them to your homepage.  Just copy the code to a file and rename it to 404.php.  In my WordPress <a href="http://howifixedit.net/2010/07/301-redirect-wordpress-home-page-404-error-page/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p>If you delete posts in WordPress that were once indexed by Google or bookmarked by one of your visitors, if they re-visit the link they&#8217;ll get your 404 error page.  The code below simply will re-direct them to your homepage.  Just copy the code to a file and rename it to 404.php.  In my WordPress installation, i just replaced the existing 404.php file in wp-content/themes/themename/ with the code below.</p>
<pre>
<div>&lt;?php

//Redirect for WordPress.
//http://howifixedit.net

<a rel="nofollow" href="http://www.php.net/header" target="_blank">header</a>("HTTP/1.1 301 Moved Permanently");
<a rel="nofollow" href="http://www.php.net/header" target="_blank">header</a>("Location: ".get_bloginfo('url'));

<a rel="nofollow" href="http://www.php.net/exit" target="_blank">exit</a>();

?&gt;</div>
</pre>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3791" title="301 ReDirect For Wordpress Back To Home Page Instead Of 404 Error Page." url="http://howifixedit.net/2010/07/301-redirect-wordpress-home-page-404-error-page/"></script>]]></content:encoded>
			<wfw:commentRss>http://howifixedit.net/2010/07/301-redirect-wordpress-home-page-404-error-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Tone / Notification On Android Reboot With Cyanogen ROM</title>
		<link>http://howifixedit.net/2010/07/disable-tone-notification-android-reboot-cyanogen-rom/</link>
		<comments>http://howifixedit.net/2010/07/disable-tone-notification-android-reboot-cyanogen-rom/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 18:07:37 +0000</pubDate>
		<dc:creator>HowIFixedIt</dc:creator>
				<category><![CDATA[Cell Phones]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[cm5]]></category>
		<category><![CDATA[Cyanogen]]></category>
		<category><![CDATA[Cyanogenmod-5]]></category>
		<category><![CDATA[cynaogen rom]]></category>
		<category><![CDATA[disable tone]]></category>
		<category><![CDATA[notification]]></category>
		<category><![CDATA[reboot]]></category>
		<category><![CDATA[rom]]></category>
		<category><![CDATA[SD card notifications]]></category>
		<category><![CDATA[tone]]></category>

		<guid isPermaLink="false">http://howifixedit.net/?p=954</guid>
		<description><![CDATA[If you installed the new Cyanaogen ROM CM5 on your g1 /dream phone you&#8217;re now getting an audible tone / notification when you reboot the phone.  To disable it go to menu&#62; settings &#62; sound and display &#62; SD card notifications and uncheck it.]]></description>
			<content:encoded><![CDATA[<p>If you installed the new Cyanaogen ROM CM5 on your g1 /dream phone you&#8217;re now getting an audible tone / notification when you reboot the phone.  To disable it go to menu&gt; settings &gt; sound and display &gt; SD card notifications and uncheck it.</p>
<p><a href="http://howifixedit.net/wp-content/uploads/2010/07/7-3-2010-11-04-28-AM.png" rel="lightbox[954]"><img class="alignnone size-medium wp-image-955" title="7-3-2010 11-04-28 AM" src="http://howifixedit.net/wp-content/uploads/2010/07/7-3-2010-11-04-28-AM-300x60.png" alt="7 3 2010 11 04 28 AM 300x60 Disable Tone / Notification On Android Reboot With Cyanogen ROM" width="300" height="60" /></a></p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3791" title="Disable Tone / Notification On Android Reboot With Cyanogen ROM" url="http://howifixedit.net/2010/07/disable-tone-notification-android-reboot-cyanogen-rom/"></script>]]></content:encoded>
			<wfw:commentRss>http://howifixedit.net/2010/07/disable-tone-notification-android-reboot-cyanogen-rom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Burning a CD Without 2 Second Gap Between Tracks Using Nero</title>
		<link>http://howifixedit.net/2010/07/burning-cd-2-gap-tracks-nero/</link>
		<comments>http://howifixedit.net/2010/07/burning-cd-2-gap-tracks-nero/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 16:23:14 +0000</pubDate>
		<dc:creator>HowIFixedIt</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[2 second gap]]></category>
		<category><![CDATA[burn]]></category>
		<category><![CDATA[burning cd]]></category>
		<category><![CDATA[mixtape]]></category>
		<category><![CDATA[nero]]></category>
		<category><![CDATA[no pause between tracks]]></category>

		<guid isPermaLink="false">http://howifixedit.net/?p=950</guid>
		<description><![CDATA[When burning CD&#8217;s have you ever noticed Nero or other software automatically adds a 2 second delay between tracks.  This is quite useful when burning most CD&#8217;s since a nice 2 second gap gives you a breather between tracks.  However, when burning mixtapes or other compilations that would play smoother if there were no gaps, <a href="http://howifixedit.net/2010/07/burning-cd-2-gap-tracks-nero/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p>When burning CD&#8217;s have you ever noticed Nero or other software automatically adds a 2 second delay between tracks.  This is quite useful when burning most CD&#8217;s since a nice 2 second gap gives you a breather between tracks.  However, when burning mixtapes or other compilations that would play smoother if there were no gaps, this short lag can get a little annoying. To get rid of the 2 second gap simply create a new compilation like normal and check the &#8220;No Pause Between Tracks&#8221;.</p>
<p><a href="http://howifixedit.net/wp-content/uploads/2010/07/7-1-2010-8-55-59-AM.png" rel="lightbox[950]"><img class="alignnone size-medium wp-image-951" title="7-1-2010 8-55-59 AM" src="http://howifixedit.net/wp-content/uploads/2010/07/7-1-2010-8-55-59-AM-300x223.png" alt="7 1 2010 8 55 59 AM 300x223 Burning a CD Without 2 Second Gap Between Tracks Using Nero" width="300" height="223" /></a></p>
<p>If you want to give it a shot here&#8217;s a great <a href="http://www.jperiod.com/upload/michaeljackson/jperiod-mj-tribute.zip">free Michael Jackson compilation by DJ JPeriod.</a></p>
<p><a href="http://howifixedit.net/wp-content/uploads/2010/07/7-1-2010-9-11-52-AM.png" rel="lightbox[950]"><img class="alignnone size-full wp-image-952" title="7-1-2010 9-11-52 AM" src="http://howifixedit.net/wp-content/uploads/2010/07/7-1-2010-9-11-52-AM.png" alt="7 1 2010 9 11 52 AM Burning a CD Without 2 Second Gap Between Tracks Using Nero" width="279" height="223" /></a></p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3791" title="Burning a CD Without 2 Second Gap Between Tracks Using Nero" url="http://howifixedit.net/2010/07/burning-cd-2-gap-tracks-nero/"></script>]]></content:encoded>
			<wfw:commentRss>http://howifixedit.net/2010/07/burning-cd-2-gap-tracks-nero/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restore &#8220;Show Desktop&#8221; Icon In Quick Launch Toolbar Windows XP</title>
		<link>http://howifixedit.net/2010/05/restore-show-desktop-icon-quick-launch-toolbar-windows-xp/</link>
		<comments>http://howifixedit.net/2010/05/restore-show-desktop-icon-quick-launch-toolbar-windows-xp/#comments</comments>
		<pubDate>Wed, 12 May 2010 17:55:12 +0000</pubDate>
		<dc:creator>HowIFixedIt</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[quick launch]]></category>
		<category><![CDATA[show desktop]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://howifixedit.net/?p=935</guid>
		<description><![CDATA[Accidentally lost your show desktop icon in windows XP?  Here&#8217;s how to get it back.  Open a text document in notepad and write the following: [Shell] Command=2 IconFile=explorer.exe,3 [Taskbar] Command=ToggleDesktop Save the following file as &#8220;Show Desktop.scf&#8221; and drag it back into the quick launch toolbar. That&#8217;s it! More:  The Quick Launch toolbar uses the <a href="http://howifixedit.net/2010/05/restore-show-desktop-icon-quick-launch-toolbar-windows-xp/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p>Accidentally lost your show desktop icon in windows XP?  Here&#8217;s how to get it back.  Open a text document in notepad and write the following:</p>
<p><strong>[Shell]<br />
Command=2<br />
IconFile=explorer.exe,3<br />
[Taskbar]<br />
Command=ToggleDesktop</strong></p>
<p>Save the following file as &#8220;Show Desktop.scf&#8221; and drag it back into the quick launch toolbar. That&#8217;s it!</p>
<p><a href="http://howifixedit.net/wp-content/uploads/2010/05/Desktop-Icon.png" rel="lightbox[935]"><img class="alignnone size-full wp-image-936" title="Desktop-Icon" src="http://howifixedit.net/wp-content/uploads/2010/05/Desktop-Icon.png" alt="Desktop Icon Restore Show Desktop Icon In Quick Launch Toolbar Windows XP" width="150" height="150" /></a></p>
<p>More:  The Quick Launch toolbar uses the files in the following folder:<br />
%userprofile%\Application  Data\Microsoft\Internet Explorer\Quick Launch</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3791" title="Restore "Show Desktop" Icon In Quick Launch Toolbar Windows XP" url="http://howifixedit.net/2010/05/restore-show-desktop-icon-quick-launch-toolbar-windows-xp/"></script>]]></content:encoded>
			<wfw:commentRss>http://howifixedit.net/2010/05/restore-show-desktop-icon-quick-launch-toolbar-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-To Rearrange Pages In Adobe Acrobat Pro</title>
		<link>http://howifixedit.net/2010/04/howto-rearrange-pages-adobe-acrobat-pro/</link>
		<comments>http://howifixedit.net/2010/04/howto-rearrange-pages-adobe-acrobat-pro/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 19:15:31 +0000</pubDate>
		<dc:creator>HowIFixedIt</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[acrobat]]></category>
		<category><![CDATA[acrobat pro]]></category>
		<category><![CDATA[adobe]]></category>

		<guid isPermaLink="false">http://howifixedit.net/?p=912</guid>
		<description><![CDATA[Ever had to scan multiple documents and then convert them into a PDF only to find after you&#8217;ve merged the documents they&#8217;re out of order?  Here&#8217;s a quick tip to rearrange those documents in the order you want. First open the document and click &#8220;pages&#8221;. Once the window scrolls open you&#8217;ll be able to move <a href="http://howifixedit.net/2010/04/howto-rearrange-pages-adobe-acrobat-pro/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p>Ever had to scan multiple documents and then convert them into a PDF only to find after you&#8217;ve merged the documents they&#8217;re out of order?  Here&#8217;s a quick tip to rearrange those documents in the order you want. First open the document and click &#8220;pages&#8221;.</p>
<p><a href="http://howifixedit.net/wp-content/uploads/2010/04/4-21-2010-12-04-54-PM.png" rel="lightbox[912]"><img class="size-full wp-image-913 alignnone" title="4-21-2010 12-04-54 PM" src="http://howifixedit.net/wp-content/uploads/2010/04/4-21-2010-12-04-54-PM.png" alt="4 21 2010 12 04 54 PM How To Rearrange Pages In Adobe Acrobat Pro" width="132" height="234" /></a></p>
<p>Once the window scrolls open you&#8217;ll be able to move the documents into any order you want.  Just drag, drop, and click to rearrange.  Don&#8217;t forget to save the file after you&#8217;re done!</p>
<p><a href="http://howifixedit.net/wp-content/uploads/2010/04/4-21-2010-12-07-14-PM.png" rel="lightbox[912]"><img class="size-medium wp-image-914 alignnone" title="4-21-2010 12-07-14 PM" src="http://howifixedit.net/wp-content/uploads/2010/04/4-21-2010-12-07-14-PM-300x276.png" alt="4 21 2010 12 07 14 PM 300x276 How To Rearrange Pages In Adobe Acrobat Pro" width="300" height="276" /></a></p>
<p><code><div class="clearfix"><div class="ad aligncenter"><a href="http://affiliate.adtrtracker.com/rd/r.php?sid=1059&pub=501318&bid=3184&c1=ipad&c2=bbfeed&c3=">
   <img src="http://ads.adtrtracker.com/rd/b.php?bid=3184&sid=1059&pub=501318" border="0" width="679" height="84" title="How To Rearrange Pages In Adobe Acrobat Pro" alt=" How To Rearrange Pages In Adobe Acrobat Pro" />
</a></div></div></code></p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3791" title="How-To Rearrange Pages In Adobe Acrobat Pro" url="http://howifixedit.net/2010/04/howto-rearrange-pages-adobe-acrobat-pro/"></script>]]></content:encoded>
			<wfw:commentRss>http://howifixedit.net/2010/04/howto-rearrange-pages-adobe-acrobat-pro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Is The Most Awesomest Thing Ever?  Apparently The Internet.</title>
		<link>http://howifixedit.net/2010/04/awesomest-apparently-internet/</link>
		<comments>http://howifixedit.net/2010/04/awesomest-apparently-internet/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 21:02:10 +0000</pubDate>
		<dc:creator>HowIFixedIt</dc:creator>
				<category><![CDATA[Around The Web]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://howifixedit.net/?p=901</guid>
		<description><![CDATA[Ever wondered what was more awesome,  Meat or Donut Holes? The answer is Meat of course.  What about Ninjas? They&#8217;re awesome, where do they fit in? The website mostawesomestthingever.com takes on battles like this in hopes of coming up with the most awesomest thing ever.  As of the time of this posting The Internet is <a href="http://howifixedit.net/2010/04/awesomest-apparently-internet/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">Ever wondered what was more awesome,  Meat or Donut Holes? The answer is Meat of course.  What about Ninjas? They&#8217;re awesome, where do they fit in? The website <a href="http://www.mostawesomestthingever.com/">mostawesomestthingever.com</a> takes on battles like this in hopes of coming up with the most awesomest thing ever.  As of the time of this posting The Internet is edging out A Nap by a few votes.  Why don&#8217;t you weigh in?
<a href='http://howifixedit.net/2010/04/awesomest-apparently-internet/3-20-2010-6-53-45-am-2/' title='3-20-2010 6-53-45 AM'><img width="150" height="77" src="http://howifixedit.net/wp-content/uploads/2010/04/3-20-2010-6-53-45-AM-150x77.png" class="attachment-thumbnail" alt="3-20-2010 6-53-45 AM" title="3-20-2010 6-53-45 AM" /></a>
<a href='http://howifixedit.net/2010/04/awesomest-apparently-internet/4-15-2010-1-53-22-pm/' title='4-15-2010 1-53-22 PM'><img width="150" height="72" src="http://howifixedit.net/wp-content/uploads/2010/04/4-15-2010-1-53-22-PM-150x72.png" class="attachment-thumbnail" alt="4-15-2010 1-53-22 PM" title="4-15-2010 1-53-22 PM" /></a>
</p>
<p style="text-align: center;"><a href="http://howifixedit.net/wp-content/uploads/2010/04/4-15-2010-1-53-22-PM.png" rel="lightbox[901]"><br />
</a></p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3791" title="What Is The Most Awesomest Thing Ever?  Apparently The Internet." url="http://howifixedit.net/2010/04/awesomest-apparently-internet/"></script>]]></content:encoded>
			<wfw:commentRss>http://howifixedit.net/2010/04/awesomest-apparently-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-To Fix: Content On Computer Extender Not Updating on XBOX 360</title>
		<link>http://howifixedit.net/2010/03/howto-fix-content-computer-extender-updating-xbox-360/</link>
		<comments>http://howifixedit.net/2010/03/howto-fix-content-computer-extender-updating-xbox-360/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 07:37:13 +0000</pubDate>
		<dc:creator>HowIFixedIt</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[apply media information changes]]></category>
		<category><![CDATA[extender]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows xp]]></category>
		<category><![CDATA[xbox]]></category>
		<category><![CDATA[xbox360]]></category>

		<guid isPermaLink="false">http://howifixedit.net/?p=893</guid>
		<description><![CDATA[If you play movies or music from your computer through your Xbox 360 you have the computer setup as an XBOX extender.  Over time as you add new content to your computer the Xbox 360 may not update with the new content. To fix this you simply log into your computer in question and bring <a href="http://howifixedit.net/2010/03/howto-fix-content-computer-extender-updating-xbox-360/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://howifixedit.net/wp-content/uploads/2010/03/xbox360balllogolarge.jpg" rel="lightbox[893]"><img class="alignnone size-thumbnail wp-image-895" title="xbox360balllogolarge" src="http://howifixedit.net/wp-content/uploads/2010/03/xbox360balllogolarge-150x101.jpg" alt="xbox360balllogolarge 150x101 How To Fix: Content On Computer Extender Not Updating on XBOX 360" width="150" height="101" /></a></p>
<p>If you play movies or music from your computer through your Xbox 360 you have the computer setup as an XBOX extender.  Over time as you add new content to your computer the Xbox 360 may not update with the new content. To fix this you simply log into your computer in question and bring up Windows Media Player and select Oragnize &gt; Apply Media Information Changes.</p>
<p><a href="http://howifixedit.net/wp-content/uploads/2010/03/wmp.png" rel="lightbox[893]"><img class="alignnone size-full wp-image-894" title="wmp" src="http://howifixedit.net/wp-content/uploads/2010/03/wmp.png" alt="wmp How To Fix: Content On Computer Extender Not Updating on XBOX 360" width="304" height="266" /></a></p>
<p>Once you have done that your computer (Xbox 360 Extender) will begin to update the library.</p>
<p><a href="http://howifixedit.net/wp-content/uploads/2010/03/wmp1.png" rel="lightbox[893]"><img class="alignnone size-full wp-image-896" title="wmp1" src="http://howifixedit.net/wp-content/uploads/2010/03/wmp1.png" alt="wmp1 How To Fix: Content On Computer Extender Not Updating on XBOX 360" width="440" height="252" /></a></p>
<p>Once the progress bar hits 100% your media will be updated and you should see all of it on your Xbox 360.</p>
<div class="clearfix"><div class="ad alignleft"><script type="text/javascript"><!--
google_ad_client = "pub-5080734082662704";
/* 728x90, created 3/18/10 */
google_ad_slot = "2086721214";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div></div>
<p>For more info on setting the Extender up, here are the instructions from the Xbox 360 web page.
<a href='http://howifixedit.net/2010/03/howto-fix-content-computer-extender-updating-xbox-360/wmp1/' title='wmp1'><img width="150" height="85" src="http://howifixedit.net/wp-content/uploads/2010/03/wmp1-150x85.png" class="attachment-thumbnail" alt="wmp1 150x85 How To Fix: Content On Computer Extender Not Updating on XBOX 360" title="wmp1" /></a>
<a href='http://howifixedit.net/2010/03/howto-fix-content-computer-extender-updating-xbox-360/xbox360balllogolarge/' title='xbox360balllogolarge'><img width="150" height="101" src="http://howifixedit.net/wp-content/uploads/2010/03/xbox360balllogolarge-150x101.jpg" class="attachment-thumbnail" alt="xbox360balllogolarge 150x101 How To Fix: Content On Computer Extender Not Updating on XBOX 360" title="xbox360balllogolarge" /></a>
<a href='http://howifixedit.net/2010/03/howto-fix-content-computer-extender-updating-xbox-360/wmp/' title='wmp'><img width="150" height="131" src="http://howifixedit.net/wp-content/uploads/2010/03/wmp-150x131.png" class="attachment-thumbnail" alt="wmp 150x131 How To Fix: Content On Computer Extender Not Updating on XBOX 360" title="wmp" /></a>
</p>
<blockquote>
<h1>Connect your console to Windows Media Center</h1>
<div>Before  you can play content from Windows Media Center on your Xbox 360 console,  you need to connect your console to Windows Media Center.</div>
<p><!--</p>
<h3>Top Solutions</h3>
<p>Try this solution. If it doesn&#8217;t work, <a href="http://howifixedit.net/support/en/us/nxe/contactus.aspx" mce_href="/support/en/us/nxe/contactus.aspx">contact Xbox Customer Support</a>. Note that they will ask you try the suggestion on this page first.</p>
<p>&#8211;></p>
<h3>Setting  up Windows Media Center</h3>
<p>To use Windows Media Center with Xbox  360, you must have a computer running Windows Media Center. Windows  Media Center is included with the following versions of Windows:</p>
<ul>
<li>Windows  7 Ultimate, Professional, or Home Premium</li>
<li>Windows Vista  Ultimate or Home Premium</li>
<li>Windows XP Media Center Edition 2005</li>
</ul>
<p><!--</p>
<div style="padding:6px; background-color: #F5F5F5;" mce_style="padding: 6px; background-color: #f5f5f5;">
<p style="margin-top:3px; margin-bottom:3px" mce_style="margin-top: 3px; margin-bottom: 3px;"><b>Note</b></p>
<p>Windows Media Center is not included with Windows XP Home, Windows XP Professional, Windows Vista Home Basic, or Windows Vista Business.</p>
</div>
<p>&#8211;><strong>Step  1: Get Setup Key from Xbox 360</strong></p>
<ol>
<li> On your  console, go to <strong>My Xbox</strong> and select <strong>Windows Media Center</strong>.</li>
<li> Follow the on-screen instructions.</li>
<li>Write down the 8-digit Media Center Setup Key.</li>
</ol>
<p><strong>Step  2: Add an Extender on your computer</strong></p>
<ol>
<li> Start <strong>Windows  Media Center</strong>.</li>
<li> Click <strong>Tasks</strong>,  and then click <strong>Add Extender</strong>.</li>
<li>When prompted,  enter the 8-digit Setup Key from Xbox 360.</li>
<li>Complete the Extender setup</li>
</ol>
</blockquote>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3791" title="How-To Fix: Content On Computer Extender Not Updating on XBOX 360" url="http://howifixedit.net/2010/03/howto-fix-content-computer-extender-updating-xbox-360/"></script>]]></content:encoded>
			<wfw:commentRss>http://howifixedit.net/2010/03/howto-fix-content-computer-extender-updating-xbox-360/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hide Malwarebytes&#8217; Anti-Malware Annoying Popup Balloon Notifications</title>
		<link>http://howifixedit.net/2010/03/hide-malwarebytes-annoying-popup-balloon-notifications/</link>
		<comments>http://howifixedit.net/2010/03/hide-malwarebytes-annoying-popup-balloon-notifications/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 14:26:25 +0000</pubDate>
		<dc:creator>HowIFixedIt</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Anti-Malware]]></category>
		<category><![CDATA[balloon notifications]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[Malwarebytes]]></category>
		<category><![CDATA[popup]]></category>
		<category><![CDATA[trojan]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://howifixedit.net/?p=877</guid>
		<description><![CDATA[Malwarebytes Anti-Malware is a great program for anti-malware protection.  It boasts the ability to thoroughly remove even the most advanced malware using a built in protection monitor that blocks malicious processes before they even start.  With the latest version they included an IP blocking feature that will prevent a user from visiting a potentially dangerous <a href="http://howifixedit.net/2010/03/hide-malwarebytes-annoying-popup-balloon-notifications/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://howifixedit.net/wp-content/uploads/2010/03/3-20-2010-7-23-03-AM.png" rel="lightbox[877]"><img class="alignnone size-full wp-image-878 shadow_curl" title="3-20-2010 7-23-03 AM" src="http://howifixedit.net/wp-content/uploads/2010/03/3-20-2010-7-23-03-AM.png" alt="3 20 2010 7 23 03 AM Hide Malwarebytes Anti Malware Annoying Popup Balloon Notifications" width="608" height="78" /></a></p>
<p>Malwarebytes Anti-Malware is a great program for anti-malware protection.  It boasts the ability to thoroughly remove even the most advanced malware using a built in protection monitor  						that blocks malicious processes before they even start.  With the latest version they included an IP blocking feature that will prevent a user from visiting a potentially dangerous website.  Also, if a Trojan is executed on an infected system and it tries to  download a payload, that payload will be BLOCKED by the IP blocking  module.</p>
<p><a href="http://howifixedit.net/wp-content/uploads/2010/03/3-20-2010-6-53-45-AM.png" rel="lightbox[877]"><img class="alignnone size-full wp-image-879" title="3-20-2010 6-53-45 AM" src="http://howifixedit.net/wp-content/uploads/2010/03/3-20-2010-6-53-45-AM.png" alt="3 20 2010 6 53 45 AM Hide Malwarebytes Anti Malware Annoying Popup Balloon Notifications" width="328" height="105" /></a></p>
<p>However, the popups get annoying after a while and there is no built in feature to block the balloon notifications.  Here&#8217;s a fix to hide the annoying popup balloon notifications.  Right click on the start button and do properties. Make sure you&#8217;re on the task bar tab and next to &#8220;hide inactive icons&#8221; click the customize button. Then find Malwarebytes program and do  &#8220;always hide&#8221;.  This will prevent the notifications from popping up and annoying you but will still allow the program to run in the background.</p>
<p><a href="http://howifixedit.net/wp-content/uploads/2010/03/3-20-2010-6-57-45-AM.png" rel="lightbox[877]"><img class="alignnone size-full wp-image-880" title="3-20-2010 6-57-45 AM" src="http://howifixedit.net/wp-content/uploads/2010/03/3-20-2010-6-57-45-AM.png" alt="3 20 2010 6 57 45 AM Hide Malwarebytes Anti Malware Annoying Popup Balloon Notifications" width="588" height="453" /></a></p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3791" title="Hide Malwarebytes' Anti-Malware Annoying Popup Balloon Notifications" url="http://howifixedit.net/2010/03/hide-malwarebytes-annoying-popup-balloon-notifications/"></script>]]></content:encoded>
			<wfw:commentRss>http://howifixedit.net/2010/03/hide-malwarebytes-annoying-popup-balloon-notifications/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Great Android App Review Site &#8211; androidmarketapps.com</title>
		<link>http://howifixedit.net/2010/03/great-android-app-review-site-androidmarketappscom/</link>
		<comments>http://howifixedit.net/2010/03/great-android-app-review-site-androidmarketappscom/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 06:13:26 +0000</pubDate>
		<dc:creator>HowIFixedIt</dc:creator>
				<category><![CDATA[Around The Web]]></category>
		<category><![CDATA[Cell Phones]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[androidmarketapps]]></category>
		<category><![CDATA[Astro File Manager]]></category>
		<category><![CDATA[bump]]></category>
		<category><![CDATA[checkers for android]]></category>
		<category><![CDATA[chompsms]]></category>
		<category><![CDATA[G1]]></category>
		<category><![CDATA[nexus one]]></category>
		<category><![CDATA[qr]]></category>
		<category><![CDATA[qr codes]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[yelp]]></category>

		<guid isPermaLink="false">http://howifixedit.net/?p=662</guid>
		<description><![CDATA[Here&#8217;s a great site i found for Android application reviews.  http://www.androidmarketapps.com/ is one of the few sites I&#8217;ve seen out there with honest reviews about Android applications.  It looks like its just starting out but it&#8217;s being updated constantly with some pretty useful apps.  I use quite a few on there already like Yelp, ChompSMS, <a href="http://howifixedit.net/2010/03/great-android-app-review-site-androidmarketappscom/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a great site i found for Android application reviews.  <a href="http://www.androidmarketapps.com/">http://www.androidmarketapps.com/</a> is one of the few sites I&#8217;ve seen out there with honest reviews about Android applications.  It looks like its just starting out but it&#8217;s being updated constantly with some pretty useful apps.  I use quite a few on there already like Yelp, ChompSMS, and Astro File Manage but have found a couple apps i didn&#8217;t know about like Bump and Checkers for Android.  For each review the author gives a pretty thorough rundown of its pros and cons and then gives it a star rating.  It also allows users to make their own comments about the review and their own star rating as well.</p>
<p><a href="http://howifixedit.net/wp-content/uploads/2010/03/rating.png" rel="lightbox[662]"><img class="alignnone size-medium wp-image-663" title="rating" src="http://howifixedit.net/wp-content/uploads/2010/03/rating-300x105.png" alt="rating 300x105 A Great Android App Review Site   androidmarketapps.com" width="300" height="105" /></a></p>
<p>One of the really neat things is the QR codes the reviewer puts with each review.  If you like the review and think its an app that you can actually use, you can scan the QR code on the screen with your phone using bar code scanner and it will take you directly to the Android Market so you can purchase it or download it for free.  Here&#8217;s what a QR code looks like:</p>
<p><a href="http://howifixedit.net/wp-content/uploads/2010/03/qr.png" rel="lightbox[662]"><img class="alignnone size-full wp-image-664" title="qr" src="http://howifixedit.net/wp-content/uploads/2010/03/qr.png" alt="qr A Great Android App Review Site   androidmarketapps.com" width="129" height="192" /></a></p>
<p>So if you&#8217;re looking for some new apps for your G1, Nexus One, or any other type of Android device i seriously suggest you check out this site.  I have the RSS feed book marked myself so I can see the new apps as they&#8217;re reviewed.  you can do the same  <a href="http://www.androidmarketapps.com/feed/">here</a>.</p>
<div class="clearfix"><div class="ad aligncenter"><script type="text/javascript"><!--
google_ad_client = "pub-5080734082662704";
/* 728x90, created 3/18/10 */
google_ad_slot = "2086721214";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div></div>

<a href='http://howifixedit.net/2010/03/great-android-app-review-site-androidmarketappscom/rating/' title='rating'><img width="150" height="52" src="http://howifixedit.net/wp-content/uploads/2010/03/rating-150x52.png" class="attachment-thumbnail" alt="rating 150x52 A Great Android App Review Site   androidmarketapps.com" title="rating" /></a>
<a href='http://howifixedit.net/2010/03/great-android-app-review-site-androidmarketappscom/qr/' title='qr'><img width="100" height="150" src="http://howifixedit.net/wp-content/uploads/2010/03/qr-100x150.png" class="attachment-thumbnail" alt="qr 100x150 A Great Android App Review Site   androidmarketapps.com" title="qr" /></a>
<a href='http://howifixedit.net/2010/03/great-android-app-review-site-androidmarketappscom/3-15-2010-10-55-30-pm/' title='3-15-2010 10-55-30 PM'><img width="133" height="150" src="http://howifixedit.net/wp-content/uploads/2010/03/3-15-2010-10-55-30-PM-133x150.png" class="attachment-thumbnail" alt="3-15-2010 10-55-30 PM" title="3-15-2010 10-55-30 PM" /></a>
<a href='http://howifixedit.net/2010/03/great-android-app-review-site-androidmarketappscom/qr-2/' title='qr'><img width="100" height="150" src="http://howifixedit.net/wp-content/uploads/2010/03/qr1-100x150.png" class="attachment-thumbnail" alt="qr1 100x150 A Great Android App Review Site   androidmarketapps.com" title="qr" /></a>
<a href='http://howifixedit.net/2010/03/great-android-app-review-site-androidmarketappscom/howifixedit-qrcode/' title='howifixedit qr code. scan it!'><img width="150" height="150" src="http://howifixedit.net/wp-content/uploads/2010/03/howifixedit.qrcode-150x150.png" class="attachment-thumbnail" alt="hhowifixedit qr code. scan it!" title="howifixedit qr code. scan it!" /></a>

<p><code><br />
</code></p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3791" title="A Great Android App Review Site - androidmarketapps.com" url="http://howifixedit.net/2010/03/great-android-app-review-site-androidmarketappscom/"></script>]]></content:encoded>
			<wfw:commentRss>http://howifixedit.net/2010/03/great-android-app-review-site-androidmarketappscom/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Find Up Time In Windows 7 and Windows XP</title>
		<link>http://howifixedit.net/2010/03/find-uptime-windows-7/</link>
		<comments>http://howifixedit.net/2010/03/find-uptime-windows-7/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 18:24:47 +0000</pubDate>
		<dc:creator>HowIFixedIt</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[systeminfo]]></category>
		<category><![CDATA[up time]]></category>
		<category><![CDATA[uptime]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://howifixedit.net/?p=464</guid>
		<description><![CDATA[System up time is the amount of time a system has been powered on since the last reboot.  It&#8217;s an important figure because it gives the admin an idea of how long a system has been on.  It may not be as important for a deskop user but for a server it can aid in <a href="http://howifixedit.net/2010/03/find-uptime-windows-7/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p>System up time is the amount of time a system has been powered on since the last reboot.  It&#8217;s an important figure because it gives the admin an idea of how long a system has been on.  It may not be as important for a deskop user but for a server it can aid in the troubleshooting process.</p>
<p>In other versions of Windows like Windows XP it was as simple as running a command prompt and typing:</p>
<p><code><br />
<strong>C:\Documents and Settings\admin&gt;systeminfo | find "Up Time"<br />
System Up Time:  9 Days, 4 Hours, 25 Minutes, 18 Seconds</strong><br />
</code></p>
<p>The &#8220;| find &#8220;Up Time&#8221;"  just searches the output to display the system up time information.</p>
<p>In Windows 7 however, they changed it.  It&#8217;s not called &#8220;System Up Time&#8221; anymore but &#8220;System Boot Time&#8221;.  So you would run the systeminfo command with &#8220;System Boot Time&#8221; after the pipe as follows:</p>
<p><strong>C:\Users\admin&gt;systeminfo | find &#8220;System Boot Time&#8221;<br />
System Boot Time:          3/11/2010, 5:04:17 PM</strong></p>
<p>Notice when you run it this way it just shows the time and date of when you booted the computer not the actual hours its been on.</p>
<p>There is another way in Windows 7 to have the actual running time.  Right click on the task bar and select &#8220;Task Manager&#8221;.  Under the &#8220;performance&#8221; tab under &#8220;system&#8221; it  now shows you the &#8220;Up Time&#8221;.   See the pic below.  This shows you the number of days, hours, minutes, and seconds.  As you can see my computer has been on for 7 days, 13 hours, 37 minutes since i rebooted it.  What&#8217;s your  up time?</p>
<p><a href="http://howifixedit.net/wp-content/uploads/2010/03/3-10-2010-10-46-25-PM.png" rel="lightbox[464]"><img class="alignnone size-medium wp-image-533" title="3-10-2010 10-46-25 PM" src="http://howifixedit.net/wp-content/uploads/2010/03/3-10-2010-10-46-25-PM-266x300.png" alt="3 10 2010 10 46 25 PM 266x300 Find Up Time In Windows 7 and Windows XP" width="266" height="300" /></a></p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3791" title="Find Up Time In Windows 7 and Windows XP" url="http://howifixedit.net/2010/03/find-uptime-windows-7/"></script>]]></content:encoded>
			<wfw:commentRss>http://howifixedit.net/2010/03/find-uptime-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
