<?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>A-Z Computer Solutions</title>
	<atom:link href="http://www.azcomputersolutions.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.azcomputersolutions.net</link>
	<description>Making computers as easy as the ABC&#039;s</description>
	<lastBuildDate>Sat, 29 Oct 2011 00:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>M is for Memory</title>
		<link>http://www.azcomputersolutions.net/2011/10/29/m-is-for-memory/</link>
		<comments>http://www.azcomputersolutions.net/2011/10/29/m-is-for-memory/#comments</comments>
		<pubDate>Sat, 29 Oct 2011 00:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.azcomputersolutions.net/?p=38</guid>
		<description><![CDATA[In computing terms, the word &#8216;memory&#8217; is generally used to refer to RAM (Random Access Memory). RAM is put on chips which are attached to the computer&#8217;s motherboard. The data a computer holds in RAM can be accessed very quickly but is often limited. Early computers, in fact, had as little as one kilobyte of [...]]]></description>
			<content:encoded><![CDATA[<p>In computing terms, the word &#8216;memory&#8217; is generally used to refer to RAM (Random Access Memory). RAM is put on chips which are attached to the computer&#8217;s motherboard. The data a computer holds in RAM can be accessed very quickly but is often limited. Early computers, in fact, had as little as one kilobyte of memory. This compares with the current average memory for PCs of two gigabytes, with many systems having more than that. Memory is one of the contributing factors to speed. If a computer runs out of physical memory it will create<span id="more-38"></span> virtual memory, which is located on the hard drive. This process is referred to as &#8216;memory caching&#8217;. The more a computer has to cache the slower it will run. Adding memory, therefore, increases system performance and is often a cheaper option than upgrading the processor speed. However, computers can generally only take so much memory before reaching a hardwired limit. Most modern computers also have subsidiary memory for sound and graphics, taking the burden off of the central memory and also improving speed. Applications have specific memory needs and most software manufacturers post system requirements including the amount of free memory a program needs to run well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.azcomputersolutions.net/2011/10/29/m-is-for-memory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>L is for License</title>
		<link>http://www.azcomputersolutions.net/2011/10/15/l-is-for-license/</link>
		<comments>http://www.azcomputersolutions.net/2011/10/15/l-is-for-license/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 00:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.azcomputersolutions.net/?p=37</guid>
		<description><![CDATA[When you purchase a piece of software for your computer, what you are actually buying is a &#8216;license&#8217; to use that software. This license normally comes with conditions on it, such as a single-user license or a &#8216;family&#8217; license which can be for up to five computers. Businesses often purchase site licenses, allowing them to [...]]]></description>
			<content:encoded><![CDATA[<p>When you purchase a piece of software for your computer, what you are actually buying is a &#8216;license&#8217; to use that software. This license normally comes with conditions on it, such as a single-user license or a &#8216;family&#8217; license which can be for up to five computers. Businesses often purchase site licenses, allowing them to use as many copies as they need in their office. It is normal for commercial software providers to use DRM (digital rights management) to limit software to licensed purposes. Licenses generally<span id="more-37"></span> ban copying the software and may disallow reselling it or giving it away.Additional information can be found at <a href='http://atrilife.wordpress.com/2011/09/07/license-or-contract-the-form-of-the-open-source-license/'>http://atrilife.wordpress.com/2011/09/07/license-or-contract-the-form-of-the-open-source-license/</a>.</p>
<p>Some small, independent software companies may provide software under non-commercial licenses. These include freeware (you pay nothing), shareware (normally, the basic version is free, but you pay for extra features), donationware (pay only if you want to) and open source (which allows other developers to take their software and legally create their own version). The Linux operating system is perhaps the best known example of an open source license. The most common open source license is GNU, which requires that derivatives stay open source.</p>
<p>Software licenses are part of how software companies control their intellectual property and secure their income, and may be very open or extremely restrictive. It&#8217;s important to remember that buying software does not mean you &#8216;own&#8217; that copy, only the ability to use it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.azcomputersolutions.net/2011/10/15/l-is-for-license/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>K is for (Computing) Kernels</title>
		<link>http://www.azcomputersolutions.net/2011/09/30/k-is-for-computing-kernels/</link>
		<comments>http://www.azcomputersolutions.net/2011/09/30/k-is-for-computing-kernels/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 00:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.azcomputersolutions.net/?p=36</guid>
		<description><![CDATA[A kernel is the main component of an operating system and basically controls everything that occurs in the computer system. When you turn your computer on in the mornings, the kernel is the first element that will load into the memory and stays there for the complete duration of your computer session. A kernel has [...]]]></description>
			<content:encoded><![CDATA[<p>A kernel is the main component of an operating system and basically controls everything that occurs in the computer system. When you turn your computer on in the mornings, the kernel is the first element that will load into the memory and stays there for the complete duration of your computer session. </p>
<p>A kernel has many duties within a operating system by mananging the jobs of the computer and the computer hardware. The kernel is responsible for the allocation of memory that allows computer software to run. Multiple programs running<span id="more-36"></span> at the same time will fight for the memory and the kernel will decide how much memory can be used per computer program and if it needs to allocate for more memory. The kernel can tell if a faulty program is trying to interfere with operational programs and will correct this from happening. It enables the CPU to be able to multitask by how many jobs are out there to run at one time. If a program needs to use the network driver or other hardware, it recognizes this and provides this capability. A kernal does it all and if your computer crashes it really means that the kernel crashed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.azcomputersolutions.net/2011/09/30/k-is-for-computing-kernels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>U is For: USB Drive</title>
		<link>http://www.azcomputersolutions.net/2011/09/03/u-is-for-usb-drive/</link>
		<comments>http://www.azcomputersolutions.net/2011/09/03/u-is-for-usb-drive/#comments</comments>
		<pubDate>Sat, 03 Sep 2011 00:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.azcomputersolutions.net/?p=34</guid>
		<description><![CDATA[If you&#8217;ve bought a laptop or researched wireless internet providers in the last few years odds are your computer&#8217;s got a USB drive. They&#8217;re useful for all kinds of things and we&#8217;d like to share a few facts for those who don&#8217;t know much about them:USB is an acronym for the Universal Storage Bus interface [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve bought a laptop or researched <a href="http://www.wirelessinternetproviders.net/">wireless internet providers</a> in the last few years odds are your computer&#8217;s got a USB drive. They&#8217;re useful for all kinds of things and we&#8217;d like to share a few facts for those who don&#8217;t know much about them:<br />USB is an acronym for the Universal Storage Bus interface which nearly all computers are compatible with. Most USB drives weigh less than 30 grams and<span id="more-34"></span> are much smaller than their predecessors, floppy discs.<br />Drives primarily are used for connecting to computer systems but most are also compatible with other operating systems like DVD players, Xbox and Playstation.<br />IBM started selling the first commercially available USB drive in 2000.<br />Most USB connectors are built to withstand around 1,500 connect and disconnect cycles which should lapse the entire lifespan of most people&#8217;s usage.<br />USB&#8217;s are becoming increasingly commonly used as marketing devices: in pens, by themselves and branded as shaped items, companies are giving out functional USBs to help people remember their names.<br />USBs are currently sold that allow for data encryption to prevent theft.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.azcomputersolutions.net/2011/09/03/u-is-for-usb-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>E is for Efficiency</title>
		<link>http://www.azcomputersolutions.net/2010/07/20/e-is-for-efficiency/</link>
		<comments>http://www.azcomputersolutions.net/2010/07/20/e-is-for-efficiency/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 17:54:42 +0000</pubDate>
		<dc:creator>www.azcomputersolutions.net</dc:creator>
				<category><![CDATA[Efficiency]]></category>

		<guid isPermaLink="false">http://www.azcomputersolutions.net/?p=12</guid>
		<description><![CDATA[If your computer is running slower than usual, it could be due to a number of different factors. One of the main causes of slow efficiency is program buildup. The more software you add to your computer, especially &#8216;background&#8217; software that starts when you turn on your computer (like Quicktime or RealPlayer), the slower your [...]]]></description>
			<content:encoded><![CDATA[<p>If your computer is running slower than usual, it could be due to a number of different factors. One of the main causes of slow efficiency is program buildup. The more software you add to your computer, especially &#8216;background&#8217; software that starts when you turn on your computer (like Quicktime or RealPlayer), the slower your computer will perform. You should only install software if you absolutely need it and trust the source its coming from. To check for unwanted startup programs, start your computer in safe mode by pressing F8 during boot up then delete unwanted services and disable wanted services from opening automatically by turning off the &#8216;run in taskbar&#8217; option.To enhance system performance and eliminate slow efficiency due to program buildup, clean out your internet temporary files by going to tools, clicking options, then searching and deleting files ending in &#8216;.tmp&#8217;. <span id="more-12"></span>To delete fragmented files, go to &#8216;my computer&#8217; and run a disk defragmenter. This will make it faster and safer to retrieve files. To clean up your disk, go to Start/All Programs/Accessories/System Tools/Disk Clean up. If your computer is still unnaturally slow and your computer is only a few years old, you might want to try restoring your computer to factory condition. This will delete any files you&#8217;ve recently saved, so you&#8217;ll want to back up any important information on an external hard drive or USB drive. Restoration can be achieved by a few simple keystrokes during boot. <a href="http://www.debog.com/slow-computer/restore.htm">Use this chart</a> to determine when and how to restore your specific computer.Another way to increase efficiency is to add more memory. Though it costs money, increasing RAM will provide valuable memory space and stop slowing down your computer&#8217;s speed. If your computer still performs poorly, it&#8217;s possible it has a virus infection. Antivirus software is a must have, and having it will do no good if you don&#8217;t perform routine checks. Run your antivirus software&#8217;s full scan to identify and eliminate any viruses your computer may have. You&#8217;ll also want to make sure you have a spyware program in action.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.azcomputersolutions.net/2010/07/20/e-is-for-efficiency/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>D is for Disposal</title>
		<link>http://www.azcomputersolutions.net/2010/07/20/d-is-for-disposal/</link>
		<comments>http://www.azcomputersolutions.net/2010/07/20/d-is-for-disposal/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 17:52:21 +0000</pubDate>
		<dc:creator>www.azcomputersolutions.net</dc:creator>
				<category><![CDATA[Disposal]]></category>

		<guid isPermaLink="false">http://www.azcomputersolutions.net/?p=10</guid>
		<description><![CDATA[When the time comes to get rid of your old computer and replace it with a new one, you&#8217;ll need to be prepared for both digital and physical disposal. You&#8217;ll most likely want to transfer important files and other meaningful documents to your new computer. Use an external storage device, a USB drive, or a [...]]]></description>
			<content:encoded><![CDATA[<p>When the time comes to get rid of your old computer and replace it with a new one, you&#8217;ll need to be prepared for both digital and physical disposal. You&#8217;ll most likely want to transfer important files and other meaningful documents to your new computer. Use an external storage device, a USB drive, or a CD to save your old files, and then wipe your hard drive clean so personal and financial information can&#8217;t be accessed. If there is information that could be used by an identity thief stored on your computer, you might want to consider using a program that overwrites or wipes your hard drive clean repeatedly. Once you&#8217;re sure you have the information you want to keep stored in an external source and the data you don&#8217;t need erased or destroyed, it&#8217;s time to handle the physical disposal. You can benefit from selling, recycling, or donating your old technology.<span id="more-10"></span>One way to rid yourself of your old computer is by selling it on eBay or Amazon. This way, you can make money to put towards your new computer and help someone else out at the same time. Be sure to be as descriptive as possible when detailing the information on either of these sitesif buyers don&#8217;t receive the product promised there can be serious repercussions. If you have no luck selling online or don&#8217;t want to bother with online sites, you can sell individual parts or whole items at junk sales, yard sales, Gumtree, or car boot sales. If you&#8217;d rather avoid the hassle of selling all together, give back to the environment by recycling your old stuff. Find a local recycling company online or look them up in the phonebook to learn about the recycling policies near you. Computers contain many valuable metals as well as some non-recyclable parts, so it&#8217;s important you personally contact a recycler instead of tossing it in a recycling bin. Some companies, like Dell and Fonebak, will do the recycling for you. A less literal form of recycling would be to giving away unwanted outdated technology to someone else who wants or needs it. Try checking out www.Freecycle.org to advertise anything you want to donate to someone in your area. You can also donate to homeless shelters, children&#8217;s shelters, or other charitable groups that serve the less fortunate in your area.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.azcomputersolutions.net/2010/07/20/d-is-for-disposal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C is for Cookies</title>
		<link>http://www.azcomputersolutions.net/2010/07/20/c-is-for-cookies/</link>
		<comments>http://www.azcomputersolutions.net/2010/07/20/c-is-for-cookies/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 17:50:08 +0000</pubDate>
		<dc:creator>www.azcomputersolutions.net</dc:creator>
				<category><![CDATA[Cookies]]></category>

		<guid isPermaLink="false">http://www.azcomputersolutions.net/?p=8</guid>
		<description><![CDATA[Computer cookies are small text files that keep track of information entered at a website. For example, the first time you go to ebay and register, cookies are used as you click through the pages on ebay so you don&#8217;t have to reenter your information on each page. There are two types of cookiestemporary and [...]]]></description>
			<content:encoded><![CDATA[<p>Computer cookies are small text files that keep track of information entered at a website. For example, the first time you go to ebay and register, cookies are used as you click through the pages on ebay so you don&#8217;t have to reenter your information on each page. There are two types of cookiestemporary and permanent. Temporary cookies are stored in your browsers memory then deleted as soon as you close your browser, hence ending the session. Permanent cookies are stored on your computer&#8217;s hard drive and don&#8217;t delete once a browser is closed. They transfer a text file with a unique ID tag to your hard disk, matching a file on your server. Now, when you log into ebay three days later, your login information will still be displayed.For the most part, cookies are relatively harmless. Their main threat lies in their ability to be used as spyware.<span id="more-8"></span> It&#8217;s a good idea to install an anti-spyware program that will warn you before entering a site with cookies. You can choose whether to accept cookies and how long you want to keep them. The reasoning behind the need for anti-spyware is a privacy concern. Many people don&#8217;t want to be tracked or want their personal information remembered by a third party site. More serious problems caused by cookies and spyware is the intrusion of malware, or malicious software. This includes viruses, worms, Trojan horses, and spyware that can cause harm and infiltrate your computer system without your consent.To delete browser cookies, open your internet browser, go to the &#8216;tools&#8217; button on the toolbar, select &#8216;internet options&#8217;, go to the &#8216;general&#8217; tab and look for the &#8216;delete cookies&#8217; option. You might also see an option under &#8216;browsing history&#8217; where you can delete cookies and other temporary internet files.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.azcomputersolutions.net/2010/07/20/c-is-for-cookies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>B is for Brands</title>
		<link>http://www.azcomputersolutions.net/2010/07/20/b-is-for-brands/</link>
		<comments>http://www.azcomputersolutions.net/2010/07/20/b-is-for-brands/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 17:48:41 +0000</pubDate>
		<dc:creator>www.azcomputersolutions.net</dc:creator>
				<category><![CDATA[Brands]]></category>

		<guid isPermaLink="false">http://www.azcomputersolutions.net/?p=6</guid>
		<description><![CDATA[The type of computer you choose to buy depends largely on what you&#8217;ll be using your computer for. Different brands cater to different needs. If you need a computer for business, you&#8217;ll want a different computer than someone who needs a computer for graphic design or for leisure. Regardless of their specialty, here are the [...]]]></description>
			<content:encoded><![CDATA[<p>The type of computer you choose to buy depends largely on what you&#8217;ll be using your computer for. Different brands cater to different needs. If you need a computer for business, you&#8217;ll want a different computer than someone who needs a computer for graphic design or for leisure. Regardless of their specialty, here are the top computer brands in the US, in alphabetical order.
<ol>
<li>Acer: Acer computers come in desktops, laptops, and netbooks. They have special models specific for business, students, and leisure. In 2007, Acer acquired the Gateway line (focusing on design and style) and the eMachine line (great value and function).</li>
<li>Apple: This premium well known computer brand sells desktops (the iMac or Mac Mini) and laptops (the MacBook or MacBook Pro). Though more expensive, Apple&#8217;s Macs are great for graphic design, leisurely use, and for students. They use the Mac OS X operating system with has fewer problems with viruses and other malware than other operating systems. <span id="more-6"></span></li>
<li>Compaq/HP: One of the top tier computer brands, HP offers the Pavilion for mainstream performance in desktops and laptops, the TouchSmart for an all in one desktop, the HP Mini as a netbook line, and the Compaq Presario line for lower cost desktops and laptops.</li>
<li>Dell: Dell is currently the largest seller of desktops and laptops in the US. Their Inspiron line is great for students and pleasure, the Studio line is geared towards design and style oriented users, and the Studio XPS models are perfect for gaming systems and offer premium performance (Alienware systems are available for hardcore gamers). Dell also offers the Mini, a netbook series great for young users and easy transport.</li>
<li>Lenovo: As a former line of IBM, Lenovo offers the ThinkPad and ThinkCentretwo highly ranked business computers. They also have consumer lines that feature desktops (IdeaCentre) and laptops (IdeaPad).</li>
<li>Sony: These computers are known for their extra software capabilities including free Sony multimedia programs. They sell desktops, laptops, netbooks, and an Atom-processor-equipped system called the Lifestyle PC.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.azcomputersolutions.net/2010/07/20/b-is-for-brands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A is for Accessories</title>
		<link>http://www.azcomputersolutions.net/2010/07/20/a-is-for-accessories/</link>
		<comments>http://www.azcomputersolutions.net/2010/07/20/a-is-for-accessories/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 17:35:26 +0000</pubDate>
		<dc:creator>www.azcomputersolutions.net</dc:creator>
				<category><![CDATA[Accessories]]></category>

		<guid isPermaLink="false">http://www.azcomputersolutions.net/?p=4</guid>
		<description><![CDATA[Like every good outfit, a computer is only complete with the right accessories. If you think all you need is the standard mouse and keyboard that come with most traditional computers, think again. Here are the must have computer accessories. An external hard drive: If something were to happen to your current computer and all [...]]]></description>
			<content:encoded><![CDATA[<p>Like every good outfit, a computer is only complete with the right accessories. If you think all you need is the standard mouse and keyboard that come with most traditional computers, think again. Here are the must have computer accessories.
<ol>
<li>An external hard drive: If something were to happen to your current computer and all of your fileswork documents, pictures, music, your son&#8217;s 20 page term paper due tomorrowwere no longer accessible. To prevent your precious files from disappearing forever, back up files you wouldn&#8217;t want to lose on an external hard drive.</li>
<li>A wireless keyboard and mouse: Whether you use a desktop computer or a laptop, a wireless mouse and keyboard can work wonders for your computer&#8217;s versatility. You can use them traditionally, or hook your computer up to your TV and surf the web from the comfort of your couch. We recommend the Logitech Cordless MX Duo Keyboard and Mouse.<span id="more-4"></span></li>
<li>Speakers: Sure, you&#8217;re computer came with standard working speakers, but if you&#8217;re looking to upgrade and like high sound quality there are way better speakers out there. We recommend the Audioengine 5 or 2, the <a href="http://www.amazon.com/Altec-Lansing-MX6021-Expressionist-Speaker/dp/B0025VKUR0">Altec Lansing Expressionist Ultra MX 6021</a>, or the M-Audio Studiophile AV 40.</li>
<li>A quality printer/scanner: There is a great selection of wireless printers and scanners available today that make it easy to transfer your on screen viewing into your waiting hands. The Lexmark Interact S605 prints, scans, and copies through the use of wireless technology and an integrated touch screen. The Samsung ML-2525W wireless laser printer is also a reliable bet.</li>
<li>A video camera and microphone: If your computer doesn&#8217;t come equipped with a standard built in video camera and microphone, you&#8217;ll want to buy one to stay up to date with the latest video chatting trends. Through Skype and iChat, people around the world are staying connected face to face through video chatting capabilities.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.azcomputersolutions.net/2010/07/20/a-is-for-accessories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

