<?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; link</title>
	<atom:link href="http://www.computer-files.com/tag/link/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>About .dll files</title>
		<link>http://www.computer-files.com/about-dll-files.html</link>
		<comments>http://www.computer-files.com/about-dll-files.html#comments</comments>
		<pubDate>Wed, 23 Jan 2008 16:33:00 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[File extensions]]></category>
		<category><![CDATA[dll]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[link]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/2008/01/23/about-dll-files/</guid>
		<description><![CDATA[DLL stands for Dynamic Link Library which is a collection of small programs used by executable program (EXE) when running. They are generally (but not always) found in your Windows System directory. DLL files usually end with one of the following extensions: .dll, .exe, .drv, or .fon. Why are DLL files useful? DLL help executables [...]]]></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%2Fabout-dll-files.html&amp;title=About%20.dll%20files'></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/about-dll-files.html'></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/about-dll-files.html&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%2Fabout-dll-files.html" 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%2Fabout-dll-files.html'></script></div><div style='clear:left'></div></div><div class='dd_content_wrap'><p><strong>DLL</strong> stands for <strong>Dynamic Link Library</strong> which is a collection of small programs used by executable program (<strong>EXE</strong>) when running. They are generally (but not always) found in your Windows System directory.</p>
<p>DLL files usually end with one of the following extensions: <strong>.dll</strong>, <strong>.exe</strong>, <strong>.drv</strong>, or <strong>.fon</strong>.</p>
<p><strong>Why are DLL files useful?</strong></p>
<p> DLL help executables to communicate with the devices, such as printers, or contain source code to do particular functions. Even if the main program is loaded in <strong>RAM </strong>(random access memory), the DLL file is not, so that the space is saved.</p>
<p>DLL files that support specific device operations are known as <strong>device drivers</strong>.</p>
<p>For example typing something in a word document and printing that document, only for the second process the printer DLL file is called and now it is loaded into RAM.</p>
<p>Deleting a DLL file it is not such a good idea, because your DLL file might be used by more than one program. If you uninstall a program, and decide to delete the DLL file, this file might be used by another program. So when a program is being launched you will receive an error message that the file .dll is missing. You can recover your lost DLL file or you can search it on the internet because there are many sites that provide you support in getting the DLL file needed.</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/about-dll-files.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

