<?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>Easy Computer Fix</title>
	<atom:link href="http://www.computer-fix.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.computer-fix.net</link>
	<description>How To Fix Your Computer Easily</description>
	<lastBuildDate>Sun, 07 Mar 2010 17:51:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>current_location facebook api howto</title>
		<link>http://www.computer-fix.net/current_location-facebook-api-howto/</link>
		<comments>http://www.computer-fix.net/current_location-facebook-api-howto/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 17:51:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[facebook api]]></category>

		<guid isPermaLink="false">http://www.computer-fix.net/?p=56</guid>
		<description><![CDATA[Its pretty easy to return the children variables in the current_location of Users.getInfo in the facebook api&#8230; Here is how.  
If you try the following:
$location_details = $facebook-&#62;api_client-&#62;users_getInfo($uid, &#8216;current_location&#8217;);
$location = $location_details[0]['current_location'];
echo $location;
it will just simply return &#8220;Array&#8221;.  In order to pull the children of current_location in users.getInfo in the facebook API you need to add [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Its pretty easy to return the children variables in the current_location of Users.getInfo in the facebook api&#8230; Here is how.  <span id="more-56"></span><br />
If you try the following:</p>
<blockquote><p>$location_details = $facebook-&gt;api_client-&gt;users_getInfo($uid, &#8216;current_location&#8217;);<br />
$location = $location_details[0]['current_location'];<br />
echo $location;</p></blockquote>
<p>it will just simply return &#8220;Array&#8221;.  In order to pull the children of current_location in users.getInfo in the facebook API you need to add the child you are trying to pull.  For example this is how you would pull the city and state for a user</p>
<blockquote><p>$location_details = $facebook-&gt;api_client-&gt;users_getInfo($uidresult, &#8216;current_location&#8217;);<br />
$city = $location_details[0]['current_location']['city'];<br />
$state = $location_details[0]['current_location']['state'];<br />
echo $city $state;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.computer-fix.net/current_location-facebook-api-howto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Ground Yourself When Working On A Computer</title>
		<link>http://www.computer-fix.net/how-to-ground-yourself-when-working-on-a-computer/</link>
		<comments>http://www.computer-fix.net/how-to-ground-yourself-when-working-on-a-computer/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 01:42:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[anti static]]></category>
		<category><![CDATA[ground]]></category>
		<category><![CDATA[static]]></category>

		<guid isPermaLink="false">http://www.computer-fix.net/?p=50</guid>
		<description><![CDATA[When your working on the inside of a computer its always best to ground yourself.  You can ground yourself by using whats called an anti-static wrist strap.
Anti-static wrist straps are available for purchase at most electronic stores.  They work by putting one end on your wrist and the other end on the metal frame of [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>When your working on the inside of a computer its always best to ground yourself.  You can ground yourself by using whats called an anti-static wrist strap.<span id="more-50"></span></p>
<div id="attachment_46" class="wp-caption alignright" style="width: 168px">
	<img class="size-full wp-image-46 " title="anti-static-wrist-strap" src="http://www.computer-fix.net/wp-content/uploads/2009/12/anti-static-wrist-strap.jpg" alt="An anti static wrist strap" width="168" height="168" />
	<p class="wp-caption-text">An anti static wrist strap</p>
</div>
<p>Anti-static wrist straps are available for purchase at most electronic stores.  They work by putting one end on your wrist and the other end on the metal frame of the computer.  This grounds your body to the computer thus making sure you and the computer are at the same electrical potential</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computer-fix.net/how-to-ground-yourself-when-working-on-a-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Is The Best Blogging Software</title>
		<link>http://www.computer-fix.net/what-is-the-best-blogging-software/</link>
		<comments>http://www.computer-fix.net/what-is-the-best-blogging-software/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 22:58:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.computer-fix.net/?p=48</guid>
		<description><![CDATA[People often ask what the best blogging software is out there.  The answer is easy Wordpress.  Wordpress allows you the following features.

The ability to add plug ins for countless things
Very easy to customize your lookout using different themes.
Very Secure
Runs on almost any hosting environment, you can even host it from home if your tech savvy.
A [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>People often ask what the best blogging software is out there.  The answer is easy <span id="more-48"></span>Wordpress.  Wordpress allows you the following features.</p>
<ul>
<li>The ability to add plug ins for countless things</li>
<li>Very easy to customize your lookout using different themes.</li>
<li>Very Secure</li>
<li>Runs on almost any hosting environment, you can even host it from home if your tech savvy.</li>
<li>A very easy to use WYSIWYG editor, plus HTML editing if you prefer the old fashion method.</li>
<li>wordpress.com free hosting for those that are just beginning a blog.</li>
</ul>
<p>You can download wordpress @ <a href="http://www.wordpress.org" onclick="pageTracker._trackPageview('/outgoing/www.wordpress.org?referer=');">http://www.wordpress.org</a> or use a free hosted version with less options at <a href="http://www.wordpress.com" onclick="pageTracker._trackPageview('/outgoing/www.wordpress.com?referer=');">http://www.wordpress.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.computer-fix.net/what-is-the-best-blogging-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Avoid Static Discharge When Repairing Computer</title>
		<link>http://www.computer-fix.net/static-discharge-working-on-computer-avoid/</link>
		<comments>http://www.computer-fix.net/static-discharge-working-on-computer-avoid/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 22:49:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[anti static]]></category>
		<category><![CDATA[static]]></category>

		<guid isPermaLink="false">http://www.computer-fix.net/?p=45</guid>
		<description><![CDATA[When performing maintenance on a computer its important that you ground yourself in order to avoid static discharge into the parts of the computer.  The best way to do this is by way of 
an anti static wrist strap.  These can be bought at most computer supply stores or here at amazon.com.  Ant anti static [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>When performing maintenance on a computer its important that you ground yourself in order to avoid static discharge into the parts of the computer.  The best way to do this is by way of <span id="more-45"></span></p>
<div id="attachment_46" class="wp-caption alignright" style="width: 196px">
	<img class="size-full wp-image-46 " title="anti-static-wrist-strap" src="http://www.computer-fix.net/wp-content/uploads/2009/12/anti-static-wrist-strap.jpg" alt="An anti static wrist strap" width="196" height="196" />
	<p class="wp-caption-text">An anti static wrist strap</p>
</div>
<p>an anti static wrist strap.  These can be bought at most computer supply stores or <a href="https://www.amazon.com/dp/B000EDMPQK?tag=aspweb-20&amp;camp=213381&amp;creative=390973&amp;linkCode=as4&amp;creativeASIN=B000EDMPQK&amp;adid=08CM2K2M1V28WEY88XXX&amp;" onclick="pageTracker._trackPageview('/outgoing/www.amazon.com/dp/B000EDMPQK?tag=aspweb-20_amp_camp=213381_amp_creative=390973_amp_linkCode=as4_amp_creativeASIN=B000EDMPQK_amp_adid=08CM2K2M1V28WEY88XXX_amp&amp;referer=');">here at amazon.com</a>.  Ant anti static wrist strap is placed around your wrist and the other end of the strap is clipped to the frame of the computer tower equalizing the electrical potential between you and the computer.</p>
<p>Many seasoned computer technicians do not use anti-static wrist straps, as computer failure rarely happens do to static discharge as a result of computer maintenance.  People should however be aware that much of the damage resulting from static discharge may result in inconsistent or delayed hardware failure that may not be visible until well after maintenance has been performed, thus it is preferable to ground yourself using an antistatic wrist strap.</p>
<p>Anti-static wrist straps can be purchased for $10 or under and using them may be a hassle, but in the end it could save you 100&#8217;s of dollars in the off chance a static discharge does happen.  If you do not have an anti-static wrist strap you can ground yourself before working on the computer by touching a metal part of the tower beforehand, but this will not keep you at the same electrical potential as the computer during the entire maintenance procedure and should only be used when an anti-static wrist strap is unavailable.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computer-fix.net/static-discharge-working-on-computer-avoid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Is Cache</title>
		<link>http://www.computer-fix.net/cache/</link>
		<comments>http://www.computer-fix.net/cache/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 18:29:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Define]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[ram]]></category>

		<guid isPermaLink="false">http://www.computer-fix.net/?p=42</guid>
		<description><![CDATA[What is Cache?
Cache is a area of the hard drive that is reserved for a substiture for RAM (also known as memory) basically its the area of the computer that stores information that your currently using.  Using cache to often is bad for a computer and can result in thrashing.
]]></description>
			<content:encoded><![CDATA[<p></p><p>What is Cache?</p>
<p><span id="more-42"></span>Cache is a area of the hard drive that is reserved for a substiture for RAM (also known as memory) basically its the area of the computer that stores information that your currently using.  Using cache to often is bad for a computer and can result in thrashing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computer-fix.net/cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Way To Remove Spyware</title>
		<link>http://www.computer-fix.net/easy-how-to-remove-spyware/</link>
		<comments>http://www.computer-fix.net/easy-how-to-remove-spyware/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 18:11:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Spyware]]></category>
		<category><![CDATA[ads]]></category>

		<guid isPermaLink="false">http://www.computer-fix.net/?p=39</guid>
		<description><![CDATA[If your getting a lot of popups and weird search results when using your favorite search engine you likely have spyware.  There is an easy way to remove it however.First you have to get a spyware remover.  I recommend adaware (the free version works fine) or the other suggested software in the sponsors are good [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If your getting a lot of popups and weird search results when using your favorite search engine you likely have spyware.  There is an easy way to remove it however.<span id="more-39"></span>First you have to get a spyware remover.  I recommend <a href="http://www.lavasoft.com/" onclick="pageTracker._trackPageview('/outgoing/www.lavasoft.com/?referer=');">adaware</a> (the free version works fine) or the other suggested software in the sponsors are good too.  To remove spyware simply install the software and run the scan.  If you are having difficulty removing the spyware or installing the scanner its best to take your computer to an authorized repair professional.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computer-fix.net/easy-how-to-remove-spyware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hard Drive Only Showing as 8GB</title>
		<link>http://www.computer-fix.net/hard-drive-showing-8gb-only-fix/</link>
		<comments>http://www.computer-fix.net/hard-drive-showing-8gb-only-fix/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 15:57:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[8 GB]]></category>
		<category><![CDATA[BIOS]]></category>
		<category><![CDATA[hard drive]]></category>

		<guid isPermaLink="false">http://www.computer-fix.net/?p=37</guid>
		<description><![CDATA[If your hard drive is only showing 8 GB of available space and its a lot larger there is an easy fix.  All you really have to do is find an update for your BIOS.  Way back when 8 GB of data was the limit, and then larger drives came alone and thus it required [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If your hard drive is only showing 8 GB of available space and its a lot larger there is an easy fix.  <span id="more-37"></span>All you really have to do is find an update for your BIOS.  Way back when 8 GB of data was the limit, and then larger drives came alone and thus it required an update to the BIOS.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computer-fix.net/hard-drive-showing-8gb-only-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No Sound After Adding Radeon HD 4350</title>
		<link>http://www.computer-fix.net/no-sound-radeon-hd-4350-graphics-card/</link>
		<comments>http://www.computer-fix.net/no-sound-radeon-hd-4350-graphics-card/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 19:27:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Errors]]></category>
		<category><![CDATA[graphics card]]></category>
		<category><![CDATA[radeon hd 4350]]></category>
		<category><![CDATA[sound card]]></category>

		<guid isPermaLink="false">http://www.computer-fix.net/?p=35</guid>
		<description><![CDATA[After installing the Radeon HD 4350 are you experiencing no sound from your computer at all?  Well heres the simple fix.You most likely have an onboard sound card on your computer.  Go into your bios and enable onboard sound.  If the setting is set to automatic it will select the new display driver as it [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>After installing the Radeon HD 4350 are you experiencing no sound from your computer at all?  Well heres the simple fix.<span id="more-35"></span>You most likely have an onboard sound card on your computer.  Go into your bios and enable onboard sound.  If the setting is set to automatic it will select the new display driver as it has the capability of pushing sound through the HDMI connection &#8211; and thats not what your using.</p>
<p>See &#8211; simple fix!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computer-fix.net/no-sound-radeon-hd-4350-graphics-card/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Text To A Yahoo Pipes Title</title>
		<link>http://www.computer-fix.net/easy-add-text-to-yahoo-pipes-title/</link>
		<comments>http://www.computer-fix.net/easy-add-text-to-yahoo-pipes-title/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 08:16:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[yahoo pipes]]></category>

		<guid isPermaLink="false">http://www.computer-fix.net/?p=33</guid>
		<description><![CDATA[Here is an easy way to add text to a yahoo pipes title.  

Add the fetch feed box, and the URL of the feed.
Add a regex box
You want to select itemtitle and replace it with (.*) with and type the text with $1 at the place of the original title text.

]]></description>
			<content:encoded><![CDATA[<p></p><p>Here is an easy way to add text to a yahoo pipes title.  <span id="more-33"></span><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="295" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/eU0UFITKmEU&amp;hl=en&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="295" src="http://www.youtube.com/v/eU0UFITKmEU&amp;hl=en&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<ol>
<li>Add the fetch feed box, and the URL of the feed.</li>
<li>Add a regex box</li>
<li>You want to select itemtitle and replace it with (.*) with and type the text with $1 at the place of the original title text.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.computer-fix.net/easy-add-text-to-yahoo-pipes-title/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install something on laptop with no CD Drive</title>
		<link>http://www.computer-fix.net/install-laptop-no-cd-drive/</link>
		<comments>http://www.computer-fix.net/install-laptop-no-cd-drive/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 09:47:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[cd drive]]></category>
		<category><![CDATA[daemon tools]]></category>

		<guid isPermaLink="false">http://www.computer-fix.net/?p=31</guid>
		<description><![CDATA[Do you need to install something on your brand new laptop but there is no CD Drive?  Here is an easy workaround.  First your going to need another computer, and a USB thumb drive.  On the other computer your going to need to install LC ISO creator.  On the other computer your going to need [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Do you need to install something on your brand new laptop but there is no CD Drive?  Here is an easy workaround.  <span id="more-31"></span>First your going to need another computer, and a USB thumb drive.  On the other computer your going to need to install <a href="http://www.lucersoft.com/freeware.php" onclick="pageTracker._trackPageview('/outgoing/www.lucersoft.com/freeware.php?referer=');">LC ISO creator</a>.  On the other computer your going to need to install <a href="http://www.daemon-tools.cc/eng/home" onclick="pageTracker._trackPageview('/outgoing/www.daemon-tools.cc/eng/home?referer=');">Daemon tools</a>.</p>
<p>Create an ISO image of the CD using LC ISO creator, put the image on the thumb drive and then mount the image using Daemon tools, its pretty easy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computer-fix.net/install-laptop-no-cd-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
