<?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>Computer Files &#187; temporary</title>
	<atom:link href="http://www.computer-files.com/tag/temporary/feed" rel="self" type="application/rss+xml" />
	<link>http://www.computer-files.com</link>
	<description>Everything you need to know about computer files</description>
	<lastBuildDate>Fri, 03 Jun 2011 12:51:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Explaining temporary files</title>
		<link>http://www.computer-files.com/explaining-temporary-files.html</link>
		<comments>http://www.computer-files.com/explaining-temporary-files.html#comments</comments>
		<pubDate>Tue, 29 Jan 2008 13:23:25 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[File tips]]></category>
		<category><![CDATA[clean]]></category>
		<category><![CDATA[temporary]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/2008/01/29/explaining-temporary-files/</guid>
		<description><![CDATA[A temporary file is automatically being created to store information temporarily when a new file is being created or accessed for modifying its content. The temporary file, also known as a foo file it gets automatically deleted when the program of the file is shut down. In case the temp file(s) are not deleted after [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<div id='dd_ajax_float'><div class='dd_button_v'><script type='text/javascript'>(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];s.type = 'text/javascript';s.async = true;s.src = 'http://widgets.digg.com/buttons.js';s1.parentNode.insertBefore(s, s1);})();</script> <a class='DiggThisButton DiggMedium' href='http://digg.com/submit?url=http%3A%2F%2Fwww.computer-files.com%2Ftag%2Ftemporary%2Ffeed&amp;title=temporary'></a></div><div style='clear:left'></div><div class='dd_button_v'><a title='Post on Google Buzz' class='google-buzz-button' href='http://www.google.com/buzz/post' data-button-style='normal-count' data-url='http://www.computer-files.com/tag/temporary/feed'></a><script type='text/javascript' src='http://www.google.com/buzz/api/button.js'></script></div><div style='clear:left'></div><div class='dd_button_v'><iframe src='http://api.tweetmeme.com/button.js?url=http://www.computer-files.com/tag/temporary/feed&source=&service=&service_api=&style=normal' height='61' width='50' frameborder='0' scrolling='no'></iframe></div><div style='clear:left'></div><div class='dd_button_v'><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="http%3A%2F%2Fwww.computer-files.com%2Ftag%2Ftemporary%2Ffeed" send="false" show_faces="false" layout="box_count" width="50" ></fb:like></div><div style='clear:left'></div><div class='dd_button_v'><script src='http://www.stumbleupon.com/hostedbadge.php?s=5&amp;r=http%3A%2F%2Fwww.computer-files.com%2Ftag%2Ftemporary%2Ffeed'></script></div><div style='clear:left'></div></div><div class='dd_content_wrap'><p> A <strong>temporary file</strong> is automatically being created to store information temporarily when a new file is being created or accessed for modifying its content. The temporary file, also known as a foo file it gets automatically deleted when the program of the file is shut down. In case the temp file(s) are not deleted after the program has been closed, it is safe to delete them manually as they are not needed any more. </p>
<p>Temporary files are very useful as they will keep the information even if there is a sudden halt of the PC and it makes possible to recover data. It is advisable to delete temporary files as they might accumulate in time and slow down your PC&rsquo;s performance. There can be many types of temporary files like internet files, offline web pages, downloaded program files and others.</p>
<p>New operating systems have a built in utility for cleaning up temporary files automatically. This utility is called <strong>Disk Cleanup Wizard</strong> and can be accessed by clicking on Start / Programs / Accessories / System Tools / Disk Cleanup. A shorter and quicker way to run this application is to click on Start then Run and type the following command: <strong>cleanmgr</strong>.</p>
<p>You can select which partition to be cleaned and usually the Disk Cleanup utility will also erase the content of the <strong>Recycle Bin</strong> or Trash.</p>
</div><style type="text/css" media="screen">#dd_ajax_float{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #DDDDDD;
	float:left;
	margin-left:-120px;
	margin-right:10px;
	margin-top:10px;
	position:absolute;
	z-index:9999;
}</style><script type="text/javascript">jQuery(document).ready(function($){

	//put content div class, when scroll beyond this y, float it
	var $postShare = $('#dd_ajax_float');
	
	if($('.dd_content_wrap').length > 0){
	
		var descripY = parseInt($('.dd_content_wrap').offset().top) - 20;
		var pullX = $postShare.css('margin-left');
	
		$(window).scroll(function () { 
		 
			var scrollY = $(window).scrollTop();
			var fixedShare = $postShare.css('position') == 'fixed';
			
			//make sure .post_share exists
			if($('#dd_ajax_float').length > 0){
			
				if ( scrollY > descripY && !fixedShare ) {
					$postShare.stop().css({
						position: 'fixed',
						top: 16
					});
				} else if ( scrollY < descripY && fixedShare ) {
					$postShare.css({
						position: 'absolute',
						top: descripY,
						marginLeft: pullX
					});
				}
				
			}
	
		});
	}
});</script><script type="text/javascript"> jQuery(document).ready(function($) {
	
		if($(window).width()> 790){ 
			$('#dd_ajax_float').show()
		}else{
			$('#dd_ajax_float').hide()
		}

		$(window).resize(function() { 
			
			if($(window).width()> 790){ 
				$('#dd_ajax_float').show()
			}else{
				$('#dd_ajax_float').hide()
			}
			
		}); 

	}); ;</script>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.computer-files.com/explaining-temporary-files.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About the .swap file</title>
		<link>http://www.computer-files.com/about-the-swap-file.html</link>
		<comments>http://www.computer-files.com/about-the-swap-file.html#comments</comments>
		<pubDate>Mon, 28 Jan 2008 15:15:53 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[File extensions]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[pagefile]]></category>
		<category><![CDATA[ram]]></category>
		<category><![CDATA[swap]]></category>
		<category><![CDATA[temporary]]></category>
		<category><![CDATA[virtual]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/2008/01/28/about-the-swap-file/</guid>
		<description><![CDATA[It is a temporary file stored on the hard drive which contains information or data that couldn&#8217;t be loaded into the PC&#8217;s RAM memory. It is also known as a pagefile or virtual memory extension and it is used whenever the RAM&#8217;s capacity is not enough. In case the computer&#8217;s hard drive is too small [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>It is a <span style="font-weight: bold">temporary</span> file stored on the hard drive which contains information or data that couldn&rsquo;t be loaded into the PC&rsquo;s RAM memory. It is also known as a <span style="font-weight: bold">pagefile</span> or virtual memory extension and it is used whenever the RAM&rsquo;s capacity is not enough. In case the computer&rsquo;s hard drive is too small and the operating system can not increase the <span style="font-weight: bold">swap file</span>&rsquo;s capacity, the computer might run slower. The location of the swap file using the latest operating systems is in the root of the partition on which the system is installed (ex.: <span style="font-weight: bold">C:\pagefile.sys</span>).</p>
<p>The Windows and Unix operating systems are usually using a default swap file of a certain size managed automatically by the system or it can be configured by the user or administrator. The swap file is being cleared out whenever the PC is being shut down and it is recreated by the operating system when the computer is started again.</p>
<p> <span style="font-weight: bold">How to set the swap file or virtual memory</span></p>
<p> First you need to access the System&rsquo;s <span style="font-weight: bold">Control Panel</span> either by using right click on My Computer&rsquo;s icon on the Desktop, then <span style="font-weight: bold">Properties</span> or follow the path <span style="font-weight: bold">Start/Settings/Control Panel/System</span> then click on the <span style="font-weight: bold">Performance</span> tab and on the <span style="font-weight: bold">Virtual Memory</span> button.You can select the drive on which the virtual memory will reside and set the minimum and maximum size to be used.</p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.computer-files.com/about-the-swap-file.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

