<?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>Tech-FAQ</title>
	<atom:link href="http://www.tech-faq.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tech-faq.com</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 16:07:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>How to Compress a File</title>
		<link>http://www.tech-faq.com/how-to-compress-a-file.html</link>
		<comments>http://www.tech-faq.com/how-to-compress-a-file.html#comments</comments>
		<pubDate>Tue, 21 May 2013 16:07:07 +0000</pubDate>
		<dc:creator>Will.Spencer</dc:creator>
				<category><![CDATA[File Compression]]></category>

		<guid isPermaLink="false">http://www.tech-faq.com/how-to-compress-a-file.html</guid>
		<description><![CDATA[The hard drive found in most modern computers is large enough to hold a vast stockpile of files of various types. When transferring these files through uploads, email attachments, or by other means, however, the user may encounter file size limits. To counter this drawback, the user can take advantage of a number of file compression and file archiving programs that are able to compress files into a much smaller amount of virtual memory while maintaining the file structure and contents. The following is a list of file compression software. WinZip WinZip is the most popular, albeit discontinued, file archiving [...]]]></description>
		<wfw:commentRss>http://www.tech-faq.com/how-to-compress-a-file.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Satellite Systems</title>
		<link>http://www.tech-faq.com/satellite-systems.html</link>
		<comments>http://www.tech-faq.com/satellite-systems.html#comments</comments>
		<pubDate>Tue, 21 May 2013 10:07:04 +0000</pubDate>
		<dc:creator>Will.Spencer</dc:creator>
				<category><![CDATA[Satellite]]></category>

		<guid isPermaLink="false">http://www.tech-faq.com/satellite-systems.html</guid>
		<description><![CDATA[The basic types of satellite systems include geostationary (GEO), Low Earth Orbit (LEO), Medium Earth Orbit (MEO), and Highly Elliptical Orbit (HEO) satellites. There are also public and private satellite systems such as Television Receive Only (TVRO), Direct Broadcast Satellite (DBS), Global Positioning System (GPS), and multibeam satellite operations. Geosynchronous satellites orbit the Earth on repeatedly regular points over time. Each GEO satellite is stationary over one spot above the equator and therefore does not need any tracking from receiving and transmitting antennas on the Earth. GEO satellites enable the coverage of weather events. They are especially useful for monitoring [...]]]></description>
		<wfw:commentRss>http://www.tech-faq.com/satellite-systems.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Convert CHM to PDF</title>
		<link>http://www.tech-faq.com/convert-chm-to-pdf.html</link>
		<comments>http://www.tech-faq.com/convert-chm-to-pdf.html#comments</comments>
		<pubDate>Tue, 21 May 2013 04:06:01 +0000</pubDate>
		<dc:creator>Will.Spencer</dc:creator>
				<category><![CDATA[File Conversion]]></category>

		<guid isPermaLink="false">http://www.tech-faq.com/?p=23413</guid>
		<description><![CDATA[A CHM (Microsoft Compiled HTML Help) file is a type of file that contains an index file, several HTML files, and a hyperlinked table of contents. Essentially, CHM files can be opened in a browser and allow users to navigate to individual paragraphs or pages by selecting the appropriate hyperlink in the Table of Contents. CHM files are mostly used for tutorials and help files, but are also frequently used for e-books. &#160; What is PDF? A PDF (Portable Document Format) file is one that is specifically used for e-books, but can be used for tutorials, manuals, and any other [...]]]></description>
		<wfw:commentRss>http://www.tech-faq.com/convert-chm-to-pdf.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Metal Rubber</title>
		<link>http://www.tech-faq.com/metal-rubber.html</link>
		<comments>http://www.tech-faq.com/metal-rubber.html#comments</comments>
		<pubDate>Mon, 20 May 2013 22:05:39 +0000</pubDate>
		<dc:creator>Will.Spencer</dc:creator>
				<category><![CDATA[Science]]></category>

		<guid isPermaLink="false">http://www.tech-faq.com/metal-rubber.html</guid>
		<description><![CDATA[Elasticity and conductivity are often mutually exclusive in industrial materials, making it difficult to find a material that one could twist and bend and use for electric conduction at the same time. Electrical wires, often made out of copper or some other metal stretched out into threadlike widths, were invented to try and bridge the gap but was impractical if one wished to apply them to a surface. Metals are also highly reactive to chemicals and this is a problem if one wanted to use them for everyday purposes. As its name suggests, Metal Rubber combines the properties of rubber [...]]]></description>
		<wfw:commentRss>http://www.tech-faq.com/metal-rubber.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Constructors that Allocate Memory Dynamically</title>
		<link>http://www.tech-faq.com/constructors-that-allocate-memory-dynamically.html</link>
		<comments>http://www.tech-faq.com/constructors-that-allocate-memory-dynamically.html#comments</comments>
		<pubDate>Mon, 20 May 2013 16:04:57 +0000</pubDate>
		<dc:creator>Will.Spencer</dc:creator>
				<category><![CDATA[C]]></category>

		<guid isPermaLink="false">http://www.tech-faq.com/constructors-that-allocate-memory-dynamically.html</guid>
		<description><![CDATA[Constructors can be used to initialize member objects as well as allocate memory. This can allow an object to use only that amount of memory that is required immediately. This memory allocation at run-time is also known as dynamic memory allocation. The new operator is used for this purpose. Sample Program The program below shows the use of new in constructors of a simple String class. &#160; /* * Program to illustrate use of dynamic memory allocation * in constructors * http://www.tech-faq.com */ #include #include class String { private: char *arr; int size; public: String():size(0) // Constructor no. 1 { [...]]]></description>
		<wfw:commentRss>http://www.tech-faq.com/constructors-that-allocate-memory-dynamically.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Access Tutorials</title>
		<link>http://www.tech-faq.com/microsoft-access-tutorials.html</link>
		<comments>http://www.tech-faq.com/microsoft-access-tutorials.html#comments</comments>
		<pubDate>Mon, 20 May 2013 10:03:31 +0000</pubDate>
		<dc:creator>Will.Spencer</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.tech-faq.com/microsoft-access-tutorials.html</guid>
		<description><![CDATA[Microsoft Access Tutorials Learn the importance and usage of a Microsoft Access database, and learn how to get data or information into &#38; out of one. MS Access Queries Tutorial In Microsoft Access you can use queries to get information from one table or more or from other queries. All the information that you retrieve is or can be limited by the way you define your query. In MS Access, a query is a database objects that you can use to retrieve a subset of data. Queries are powerful tool simply because these can be used to extract the information from [...]]]></description>
		<wfw:commentRss>http://www.tech-faq.com/microsoft-access-tutorials.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>70-410 Installing and Configuring Microsoft Windows Server 2012</title>
		<link>http://www.tech-faq.com/70-410-installing-and-configuring-microsoft-windows-server.html</link>
		<comments>http://www.tech-faq.com/70-410-installing-and-configuring-microsoft-windows-server.html#comments</comments>
		<pubDate>Mon, 20 May 2013 06:10:27 +0000</pubDate>
		<dc:creator>Will.Spencer</dc:creator>
				<category><![CDATA[Practice Tests]]></category>

		<guid isPermaLink="false">http://www.tech-faq.com/?p=43867</guid>
		<description><![CDATA[This is our first practice test for Microsoft Exam 70-410: Installing and Configuring Windows Server 2012. We will continue adding practice exams and questions as long as people appreciate them. Each time you run the exam, it will ask you 25 questions from the database of questions. Enjoy &#8212; and please share your feedback in the comments!]]></description>
		<wfw:commentRss>http://www.tech-faq.com/70-410-installing-and-configuring-microsoft-windows-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rainfade</title>
		<link>http://www.tech-faq.com/rainfade.html</link>
		<comments>http://www.tech-faq.com/rainfade.html#comments</comments>
		<pubDate>Mon, 20 May 2013 04:02:12 +0000</pubDate>
		<dc:creator>Will.Spencer</dc:creator>
				<category><![CDATA[Satellite]]></category>

		<guid isPermaLink="false">http://www.tech-faq.com/rainfade.html</guid>
		<description><![CDATA[Rainfade refers to a phenomenon that occurs during strong rain or snowfall in which satellite signals are prevented from reaching their destination. Rainfade may also refer to extensive cloud cover, strong winds, or any other environmental effect that distorts a satellite broadcast, but is most often observed during rainfall. Rainfade may also refer to the slow speeds of WiFi and other wireless data transmissions during storms or other undesirable weather conditions that are caused by the same effects. Rainfade can be an irritating and troublesome effect if a satellite company does not take precautions to account for potential rainfade when [...]]]></description>
		<wfw:commentRss>http://www.tech-faq.com/rainfade.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Black Box</title>
		<link>http://www.tech-faq.com/black-box.html</link>
		<comments>http://www.tech-faq.com/black-box.html#comments</comments>
		<pubDate>Sun, 19 May 2013 21:59:59 +0000</pubDate>
		<dc:creator>Will.Spencer</dc:creator>
				<category><![CDATA[Telephony]]></category>

		<guid isPermaLink="false">http://www.tech-faq.com/black-box.html</guid>
		<description><![CDATA[A Black Box is an electronic circuit (normally a resistor and capacitor placed in parallel) that can be placed on a phone line to provide a free phone call on legacy telephone systems. In order for a call to be free for the originating and receiving station, both have a have Black Box or other method implemented to avoid call charging. The box was a popular method used by telephone phreakers from the 1960s to 1980s. An alternative use of the Black Box is to incorporate them into the incoming modems of computers that were used to run BBS’s (bulletin [...]]]></description>
		<wfw:commentRss>http://www.tech-faq.com/black-box.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Photolithography?</title>
		<link>http://www.tech-faq.com/photolithography.html</link>
		<comments>http://www.tech-faq.com/photolithography.html#comments</comments>
		<pubDate>Sun, 19 May 2013 15:58:23 +0000</pubDate>
		<dc:creator>Will.Spencer</dc:creator>
				<category><![CDATA[Science]]></category>

		<guid isPermaLink="false">http://www.tech-faq.com/?p=16202</guid>
		<description><![CDATA[Photolithography is the process of making integrated circuits through optical erosion. Rather than directly cutting into an integrated circuit, photolithography is used due to its ability to perform more precise incisions. Photolithography is a highly complex technique and requires both an extremely clean substrate surface and ideal temperature conditions. It can only be used to produce flat surfaces. Despite this, photolithography is the most popular technique used to make integrated circuits. How Photolithography Works Photolithography begins with a substrate that has been previously cleaned with water or a chemical and has been purged of all liquids and contaminants. The substrate [...]]]></description>
		<wfw:commentRss>http://www.tech-faq.com/photolithography.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>