<?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>Awesomewifi.com &#187; computers</title>
	<atom:link href="http://awesomewifi.com/category/computers/feed" rel="self" type="application/rss+xml" />
	<link>http://awesomewifi.com</link>
	<description>Internet, Wifi, Technology</description>
	<lastBuildDate>Wed, 25 Jan 2012 10:01:14 +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>IPv6 Training (Cisco) &#8211; How to Enable EIGRPv6 on a Cisco Router</title>
		<link>http://awesomewifi.com/ipv6-training-cisco-how-to-enable-eigrpv6-on-a-cisco-router.html</link>
		<comments>http://awesomewifi.com/ipv6-training-cisco-how-to-enable-eigrpv6-on-a-cisco-router.html#comments</comments>
		<pubDate>Mon, 20 Sep 2010 14:59:17 +0000</pubDate>
		<dc:creator>awesomewifi</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.awesomewifi.com/?p=3705</guid>
		<description><![CDATA[Now, some of you maybe wondering, why did he write an article on how to enable EIGRPv6 on a Cisco Router, when I already know how to do that? Well, to answer your question, enabling EIGRP on a router that is running on an IPv6 network, is slightly different from enabling EIGRP on a router [...]]]></description>
			<content:encoded><![CDATA[<p>Now, some of you maybe wondering, why did he write an article on how to enable EIGRPv6 on a Cisco Router, when I already know how to do that? </p>
<p>Well, to answer your question, enabling EIGRP on a router that is running on an IPv6 network, is slightly different from enabling EIGRP on a router that is running on an IPv4 network. </p>
<p>Meaning, a router that is running on an IPv6 network, had EIGRP (EIGRPv6) enabled per interface, instead of globally like a router running on an IPv4 network would. So, in other words, when enabling EIGRPv6 on a Cisco router, you don&#8217;t need to use the &#8220;network&#8221; command when the router is in Router Configuration Mode. </p>
<p>Instead you&#8217;ll need to perform the following steps: </p>
<p>1. Router>enable<br />
2. Router#configure terminal<br />
3. Router(config)#ipv6 unicast-routing<br />
4. Router(config)#interface type number<br />
5. Router(config-if)#ipv6 enable<br />
6. Router(config-if)#ipv6 eigrp as-number<br />
7. Router(config-if)#no shutdown<br />
8. Router(config-if)#ipv6 router eigrp as-number<br />
9. Router(config-router)#router-id {ip-address | ipv6-address}<br />
10. Router(config-router)#no shutdown<br />
11. Router(config-router)#exit<br />
12. Router(config)#exit<br />
13. Router#copy run start </p>
<p>Steps Explained:</p>
<p>Step #1 </p>
<p>1. Router>enable </p>
<p>Puts router into Privileged EXEC mode. </p>
<p>Step #2 </p>
<p>2. Router#configure terminal </p>
<p>Puts router into Global configuration mode. </p>
<p>Step #3</p>
<p>3. Router(config)#ipv6 unicast-routing </p>
<p>Configures the router to route IPv6 packets </p>
<p>Step #4 </p>
<p>4. Router(config)#interface fastethernet 0/0 </p>
<p>Specifies the fastethernet 0/0 interface on which EIGRPv6 is to be configured.</p>
<p>Step #5</p>
<p>5. Router(config-if)#ipv6 enable </p>
<p>Enables IPv6 processing on the fastethernet 0/0 interface. </p>
<p>Step #6</p>
<p>6. Router(config-if)#ipv6 eigrp 1</p>
<p>Enables the EIGRP for IPv6 process on the fastethernet 0/0 interface. </p>
<p>Step #7</p>
<p>7. Router(config-if)#no shutdown </p>
<p>Starts the EIGRP for IPv6 protocol (process) without changing any per-interface configuration. </p>
<p>Step #8</p>
<p>8. Router(config-if)#ipv6 router eigrp 1 </p>
<p>Puts the router into router configuration mode and creates an EIGRP for IPv6 routing process. </p>
<p>Step #9</p>
<p>9. Router(config-router)#router-id {ip-address | ipv6-address} </p>
<p>Enables the router to use a fixed router ID. (Remember each router Id must be unique) </p>
<p>Step #10</p>
<p>10. Router(config-router)#no shutdown </p>
<p>Put the EIGRPv6 routing process in &#8220;no shutdown&#8221; mode in order to start the EIGRPv6 process. </p>
<p><span id="more-3705"></span>Step #11</p>
<p>11. Router(config-router)#exit </p>
<p>Returns the router to Global configuration mode </p>
<p>Step #12</p>
<p>12. Router(config)#exit </p>
<p>Returns the router to Privileged EXEC mode. </p>
<p>Step #13 </p>
<p>13. Router#copy run start </p>
<p>Saves the contents of the running-config to local Non -Volatile Random Access Memory (NVRAM). </p>
<p>I invite you to visit my website were you&#8217;ll find the latest information regarding Cisco IPv6 Design and Implementation Techniques. </p>
<p>To your success,</p>
<p>Charles Ross, CCNP #CSCO10444244 is the owner of Ittechtips.com; where you&#8217;ll find free comprehensive information and videos about IPv6 technology and how it works with Cisco Systems technology.</p>
<p>Sign-Up for &#8220;18 Free Videos&#8221; that will teach you IPv6 Address Representation In Under 10 Minutes!!!!! at his website.</p>
]]></content:encoded>
			<wfw:commentRss>http://awesomewifi.com/ipv6-training-cisco-how-to-enable-eigrpv6-on-a-cisco-router.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>7 Ways to Speed Up Windows Vista</title>
		<link>http://awesomewifi.com/7-ways-to-speed-up-windows-vista.html</link>
		<comments>http://awesomewifi.com/7-ways-to-speed-up-windows-vista.html#comments</comments>
		<pubDate>Mon, 20 Sep 2010 14:57:12 +0000</pubDate>
		<dc:creator>awesomewifi</dc:creator>
				<category><![CDATA[computers]]></category>

		<guid isPermaLink="false">http://www.awesomewifi.com/?p=3700</guid>
		<description><![CDATA[There are many ways to speed up Windows Vista. Some methods are more straight forward than the other and some will help you see huge improvements to the performance of Windows while others offer less noticeable results. Here we will look at 7 most effective ways to speed up Windows Vista from my personal experience. [...]]]></description>
			<content:encoded><![CDATA[<p>There are many ways to speed up Windows Vista. Some methods are more straight forward than the other and some will help you see huge improvements to the performance of Windows while others offer less noticeable results. Here we will look at 7 most effective ways to speed up Windows Vista from my personal experience.</p>
<p>Turn off unnecessary Windows features.</p>
<p>By default, Vista comes with tons of features that are enabled based on assumptions which may or may not apply to you. Hence you get a system that is running lots of background processes, most of which you do not need at all. So one of the great ways to speed up Windows Vista is to disable them. To see the list of Windows features and turn them on or off, go to Control Panel, change to &#8220;Classic View&#8221;, click on &#8220;Program Features&#8221; and then select &#8220;Turn Windows Features On And Off&#8221;. Some examples of features you may want to disable are:</p>
<p>- Remote Differential Compression</p>
<p>- Windows Meeting Space</p>
<p>- Tablet PC optional components</p>
<p>- And so on.</p>
<p>Graphical features.</p>
<p>One of the better ways to speed up Windows Vista is to turn off fanciful graphical features if you are not too much into aesthetics. One example is the Aero feature. Open your start menu, go to run, and type in &#8216;systempropertiesperformance&#8217;. At the Visual Effects tab, uncheck &#8216;Animate windows when minimizing and maximizing&#8217;. This will do the job. There are many graphical features that you can take out from here. This can give you more immediate results as compared to other ways to speed up Windows Vista.</p>
<p>Turn off Windows Indexing.</p>
<p>The Windows Indexing service was initially designed to be one of the ways to speed up Windows Vista by shortening the search time for files. However, as the volume of hard disk increases exponentially, the service has proven to be a resource intensive program causing massive slowdowns when Windows start to index the millions of files in the system. Select Start then choose Computer, right click on your C Drive and select properties. Under the General Tab, uncheck &#8220;Index this drive for faster searching&#8221;. On the next dialog box, choose &#8220;Include subfolders and files&#8221;. Do the same for the other Drives.</p>
<p>Remove Spyware and Trojans and protect your system against future attacks.</p>
<p>Out of the many ways to speed up Windows Vista, this has to be one of the most crucial things you need to do. This is because not only your system performance is at stake, the security and confidentiality of your data is too. Use free tools such as Avast for anti-virus protection, Spybot for spyware removal and protection as well as Zonealarm for firewall protection. There are other good tools around but make sure they are not spywares themselves!</p>
<p><span id="more-3700"></span>Remove unnecessary start up programs.</p>
<p>When Vista boots up, many programs run at the start up either in the background or as pop up Windows. Many of these you do not need. You need to take control and eliminate these memory suckers that are lurking in the background. Open your start menu, go to run, and type in &#8216;msconfig&#8217;, choose the Startup tab and uncheck any items that you do not want to auto-load and click OK.</p>
<p>Defrag your hard disk.</p>
<p>This may not be new to you but if you are thinking of using the Windows Defragmentation Tool in Vista, you can forget about it. Instead, use a free 3rd party tool known as Defraggler (Google it for the download link). It is still quite effective in comparison to other ways to speed up Windows Vista.</p>
<p>Clean your registry.</p>
<p>One of the often neglected portions of Windows is the registry itself. Many do not realized that one of the best ways to speed up Windows Vista is to make sure the registry is clear of invalid entries that causes Windows to perform unnecessary tasks. Cleaning the registry has other advantages too. In certain cases you can remove Windows errors that pop up during boot up.</p>
]]></content:encoded>
			<wfw:commentRss>http://awesomewifi.com/7-ways-to-speed-up-windows-vista.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Computer Graphics &#8211; An Important Part in Your Computer</title>
		<link>http://awesomewifi.com/computer-graphics-an-important-part-in-your-computer.html</link>
		<comments>http://awesomewifi.com/computer-graphics-an-important-part-in-your-computer.html#comments</comments>
		<pubDate>Sun, 19 Sep 2010 15:21:31 +0000</pubDate>
		<dc:creator>awesomewifi</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[Computer Graphics]]></category>

		<guid isPermaLink="false">http://www.awesomewifi.com/?p=3619</guid>
		<description><![CDATA[There are several ways you can look at computer graphics. But no matter which way you do it all comes down to graphics are what makes a website stand out, or graphics are what makes your computer game so real looking. Or perhaps even your graphics card that is in your computer might be what [...]]]></description>
			<content:encoded><![CDATA[<p>There are several ways you can look at computer graphics. But no matter which way you do it all comes down to graphics are what makes a website stand out, or graphics are what makes your computer game so real looking. Or perhaps even your graphics card that is in your computer might be what you are talking about. As a definition computer graphics is considered a sub-field of computer science, it studies methods of digitally synthesizing and or manipulating visual content. Although the term computer graphics will often refer to three-dimensional computer graphics, it will also include those two dimensional graphics and image processing.</p>
<p>Graphics as a term covers a wide area. Computer graphics is a very sought after career choice nowadays too! If you love to draw and are good at it computer graphics would be a great choice for a career for you, look into it. The field grows everyday, look at all the films that come out now with strictly computer graphics, Madagascar, The Bee Movie, and Kung Fu Panda are just a few. Not long ago that was unheard of, nor if it was done the graphics were one or two dimensional and not that good. Now though the 3-D graphics that are put out are so life-like.</p>
<p>One of the first computer graphic or computer animation displays was seen in Futureworld in 1979, on the movie a computer created hand and face was displayed. We&#8217;ve come a long way since this time, as stated above movies come out ever day that are completely computer animated.</p>
<p>Graphics are used in computer software games and also other games, such as Xbox, Playstation, and Nintendo Wii. If you go back and look at say Madden &#8217;98 and compare the graphics on that game to Madden &#8217;08 it&#8217;s amazing the lengths they have come in such a short amount of time. Heck to even see a leap in a shorter amount of time get a copy of Madden &#8217;05 and compare that too the &#8217;08 version of the same game, in the short three years between the games the graphics are so amazingly different that it&#8217;s mind boggling. It&#8217;s not only sports games that have advanced far ahead of its processors, all types of games have catapulted to new levels with the technological advances of computer graphics.</p>
<p><span id="more-3619"></span>How about all the fantasy role playing games you can play online in mass now? These are designed by computer programmers and computer graphics specialist. Everyday they advance the graphics by creating updates that are immediately available for online game players. If you&#8217;ve seen these back when they first come out and compare them to today, it&#8217;s so amazing. Really computer graphics is a high technology field that is used in so many ways</p>
]]></content:encoded>
			<wfw:commentRss>http://awesomewifi.com/computer-graphics-an-important-part-in-your-computer.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are Netbooks the Real Deal ?</title>
		<link>http://awesomewifi.com/are-netbooks-the-real-deal.html</link>
		<comments>http://awesomewifi.com/are-netbooks-the-real-deal.html#comments</comments>
		<pubDate>Thu, 16 Sep 2010 16:52:26 +0000</pubDate>
		<dc:creator>awesomewifi</dc:creator>
				<category><![CDATA[computers]]></category>

		<guid isPermaLink="false">http://www.awesomewifi.com/?p=3519</guid>
		<description><![CDATA[increased in the last year, the popularity of mini-size computers called netbooks known that height. With screens as small as seven inches and a weight of less than three pounds, this genre of computers is a niche with people who are tired of dragging around six pounds of hardware in their backpacks and pockets are [...]]]></description>
			<content:encoded><![CDATA[<p>increased in the last year, the popularity of mini-size computers called netbooks known that height. With screens as small as seven inches and a weight of less than three pounds, this genre of computers is a niche with people who are tired of dragging around six pounds of hardware in their backpacks and pockets are full page. I am one of those people who carry the normal laptops too much for a netbook, and I want to share my experiences with you.</p>
<p><span id="more-3519"></span>After that experience I was looking forward to my computer for a newer model upgrades in hopes of getting more portability. Well, I messed up when I injured a standard 15-inch model is only slightly brighter than my Toshiba Satellite 2004 again myself in the attempt through a busy terminal trying to catch a bus got crowded. I promised to go young and sought a new netbook.</p>
<p>Closely related is the keyboard size screen size. Can we really work on a small screen? Of course, a nice big screen, but I think that even at a 8.9-inch screen has enough space to work. When I browse the internet, I decide for larger fonts and in MS Word in the documents at 150% size. It works. A seven-inch screen may be too small and a ten-inch screen may be, would be heaven!</p>
]]></content:encoded>
			<wfw:commentRss>http://awesomewifi.com/are-netbooks-the-real-deal.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multi-Core Chip Design Initiatives From Intel and Rambus</title>
		<link>http://awesomewifi.com/multi-core-chip-design-initiatives-from-intel-and-rambus.html</link>
		<comments>http://awesomewifi.com/multi-core-chip-design-initiatives-from-intel-and-rambus.html#comments</comments>
		<pubDate>Thu, 16 Sep 2010 16:42:06 +0000</pubDate>
		<dc:creator>awesomewifi</dc:creator>
				<category><![CDATA[computers]]></category>

		<guid isPermaLink="false">http://www.awesomewifi.com/?p=3509</guid>
		<description><![CDATA[Inside the processor was to increase the concentration of nuclei (number of CPUs&#8217;s on a single chip). Ie the effect of multiple cores on a single chip simulates the physical presence of two or more processors that require less energy because, in particular architecture and to increase efficiency. Newer processors have four cores, but manufacturers [...]]]></description>
			<content:encoded><![CDATA[<p>Inside the processor was to increase the concentration of nuclei (number of CPUs&#8217;s on a single chip). Ie the effect of multiple cores on a single chip simulates the physical presence of two or more processors that require less energy because, in particular architecture and to increase efficiency. Newer processors have four cores, but manufacturers such as Intel and AMD have released a plan for the octal-core processors set for release in 2009 with the road 12, 16 and 20 &#8230; processors on a single chip.</p>
<p><span id="more-3509"></span>To circumvent the bottleneck of the network inter-chip companies such as Intel and Rambus working prototypes of new architectural models for chip design. Rambus Terabyte Bandwidth Initiative is a model called the (TBI) and Intel&#8217;s program is called Terascale Computing Research Program. Intel has released an eighty core chip, which enables fast supercomputer grade desktop computers. Nail processor business&#8217;s performance of 1810000000000 floating point operations per second at a speed of 5.7 gigahertz, which is about three times faster than the fastest processors available on the market today. Data transfer rate obtained in these models are the rates up to 2.92 terabits per second, which is about 374 gigabytes per second, which number fifteen hundred full-length movies a second.</p>
]]></content:encoded>
			<wfw:commentRss>http://awesomewifi.com/multi-core-chip-design-initiatives-from-intel-and-rambus.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using an Overlay Keyboard to Shortening the Learning Curve With New Programs</title>
		<link>http://awesomewifi.com/using-an-overlay-keyboard-to-shortening-the-learning-curve-with-new-programs.html</link>
		<comments>http://awesomewifi.com/using-an-overlay-keyboard-to-shortening-the-learning-curve-with-new-programs.html#comments</comments>
		<pubDate>Thu, 16 Sep 2010 16:39:12 +0000</pubDate>
		<dc:creator>awesomewifi</dc:creator>
				<category><![CDATA[computers]]></category>

		<guid isPermaLink="false">http://www.awesomewifi.com/?p=3505</guid>
		<description><![CDATA[Learn a new program is always a challenge. There are so many new concepts and commands to learn. Most people usually learn and use about 20% of features that offer the program. Thus, their projects in accordance with their limited skill set. The real power of the program and the outstanding results are for others. [...]]]></description>
			<content:encoded><![CDATA[<p>Learn a new program is always a challenge. There are so many new concepts and commands to learn. Most people usually learn and use about 20% of features that offer the program. Thus, their projects in accordance with their limited skill set. The real power of the program and the outstanding results are for others.</p>
<p><span id="more-3505"></span>Keyboard cover is a solution to this problem. Each key on the keyboard cover can be configured to play a key sequence on a standard computer keyboard. Overlay graph to do something to mark the function that each key product.</p>
<p>Help functionality can be easily integrated into the keyboard overlay. Each key on the keyboard overlay has a shift state associated with it. Setting the shift state with the appropriate section of the Help file New users can quickly find the help they need.</p>
]]></content:encoded>
			<wfw:commentRss>http://awesomewifi.com/using-an-overlay-keyboard-to-shortening-the-learning-curve-with-new-programs.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Tips &#8211; Runtime Error R6025</title>
		<link>http://awesomewifi.com/troubleshooting-tips-runtime-error-r6025.html</link>
		<comments>http://awesomewifi.com/troubleshooting-tips-runtime-error-r6025.html#comments</comments>
		<pubDate>Thu, 16 Sep 2010 16:28:05 +0000</pubDate>
		<dc:creator>awesomewifi</dc:creator>
				<category><![CDATA[computers]]></category>

		<guid isPermaLink="false">http://www.awesomewifi.com/?p=3499</guid>
		<description><![CDATA[Runtime error r6025 is an error more commonly associated for users who are using Visual Basics or any code compiling software to develop programs. While there are some other causes of the runtime error, this article will discuss this first, then touch briefly on the other possible errors associated with this as well as some [...]]]></description>
			<content:encoded><![CDATA[<p>Runtime error r6025 is an error more commonly associated for users who are using Visual Basics or any code compiling software to develop programs. While there are some other causes of the runtime error, this article will discuss this first, then touch briefly on the other possible errors associated with this as well as some of the ways you can avoid having this runtime error again. Coders would be very familiar with this runtime error and it occurs most commonly when the application tries to execute or call on a code function that is either invalid or does not exist within its matrix.</p>
<p>Most of the time, Windows will detect the error and this inform the end user through the runtime error dialogue box. Most coders would suggest that you run a debug program to solve this problem as it will track down the loose code within your project and fix the problem there and then. It is relatively a minor problem when detected early. Some cases, this runtime error is a direct result of a program conflict with Norton Antivirus and some other, more popular virus software that is available to consumers.</p>
<p>What happens is that older systems that run older versions of their OS are not compatible with newer code that is written within new antivirus programs and thus the conflict occurs and Windows detects it as Runtime Error r 6025. These are some of the major causes of this error and the entire runtime error library has many different and varying causes. While the trouble shooting process will take a while as they each have different unique ways to solve (as can be seen with this runtime error), one of the main ways to solve any of these errors is to have a single universal solution.</p>
<p><span id="more-3499"></span>Sometimes, Windows flashes these errors due to a confusion in the registry, or perhaps a virus or a worm (or even spyware) has left behind a code or embedded key within its matrix that confuses the operating system into operating it as a runtime error. Technicians all agree that one of the first steps to solving a runtime error (or also known as an error when a program execution or command line is broken) is to fix the registry.</p>
<p>The reason for this is because of the fact that everything is logged down into the registry and most of the time, the error can be traced in the registry as a broken command or code. A good registry cleaner can solve most of these problems by cleaning up the registry and highlighting the conflicts. Advanced registry cleaners can even solve these conflicts through a re shuffling of data within the registry, which is a good thing to have when you want a specific program to work. Runtime error r6025 and hundreds more like it can be solved with a single download and a single click of a mouse &#8211; most of the time. It is a harmless way to root out one possibility, and most of the time, it works.</p>
]]></content:encoded>
			<wfw:commentRss>http://awesomewifi.com/troubleshooting-tips-runtime-error-r6025.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Computers of Yesterday and Today</title>
		<link>http://awesomewifi.com/apple-computers-of-yesterday-and-today.html</link>
		<comments>http://awesomewifi.com/apple-computers-of-yesterday-and-today.html#comments</comments>
		<pubDate>Thu, 16 Sep 2010 16:27:31 +0000</pubDate>
		<dc:creator>awesomewifi</dc:creator>
				<category><![CDATA[computers]]></category>

		<guid isPermaLink="false">http://www.awesomewifi.com/?p=3497</guid>
		<description><![CDATA[Apple computers are known for their robust performance and tight security. These computers are exclusively designed to run only on Apple&#8217;s own platform including several versions of Mac operating systems. Innovative, portable, secure, elegant, durable, and powerful are among the impressive characteristics of Apple computers that enticed millions of computer user world wide. From basic [...]]]></description>
			<content:encoded><![CDATA[<p>Apple computers are known for their robust performance and tight security. These computers are exclusively designed to run only on Apple&#8217;s own platform including several versions of Mac operating systems. Innovative, portable, secure, elegant, durable, and powerful are among the impressive characteristics of Apple computers that enticed millions of computer user world wide.</p>
<p>From basic functionality such as document processing to hard end network servers, these machines are proven to outpace others. These machines are capable of connecting to other machines running on a different platform through simple configuration on the software side. Its optional Airport devices allow apple computers to connect to a network wirelessly, but securely.</p>
<p>During the first release of the first Apple computer in 1976, users were doubtful about its features. As more and more designs and features were added on every release, people are getting more and more interested with these computers. The release of Lisa in 1983 gave the world a different view in computing. The prototype was designed with a GUI which created a user friendly environment. Further releases including the Macintosh and other advanced computers were among those that gave Apple the pride in the industry.</p>
<p>As a company, Apple experienced some downfalls in terms of sales and management. However, with good people and loyal members around the company was able to recover and made it to the road again. And today, the company does not only focus in manufacturing computers. They have several lined up gadgets including the famous iPod and iPhones which hit the market with phenomenal sales.</p>
<p>Modern Apple computers are now running with Apple&#8217;s latest operating system, the Mac OS X or simply referred to as Leopard. The operating system offers portability, security, connectivity, entertainment, and other features that enhanced the capacity of Apple computers.</p>
<p><span id="more-3497"></span>MacBook Pro and iMac, released in 2006, were among the first Apple computers to use the Core Duo CPU manufactured by Intel Corporation. This was after the partnership between Apple and Intel Corp. The later partnership resulted to some succeeding generation of Apple computers including Mac Pro and Macbook.</p>
<p>Because of the popularity and security offered by Apple computers, many avid Windows users were encouraged to try these computers. Shifting from Windows to Mac environment was difficult due to the differences in commands and interface. To address the issue, Apple introduced Boot Camp &#8211; utility software shipped with Mac OS X v10.5- to aid users wanting to use Apple computers while maintaining Windows XP&#8217;s interface. The software allows a user to install Windows XP or Windows Vista on an Intel-based Mac computer.</p>
]]></content:encoded>
			<wfw:commentRss>http://awesomewifi.com/apple-computers-of-yesterday-and-today.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wholesale Computer Parts &#8211; Get Your PC Fixed and a Good Bargain</title>
		<link>http://awesomewifi.com/wholesale-computer-parts-get-your-pc-fixed-and-a-good-bargain.html</link>
		<comments>http://awesomewifi.com/wholesale-computer-parts-get-your-pc-fixed-and-a-good-bargain.html#comments</comments>
		<pubDate>Thu, 16 Sep 2010 15:02:07 +0000</pubDate>
		<dc:creator>awesomewifi</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[Wholesale Computer Parts]]></category>

		<guid isPermaLink="false">http://www.awesomewifi.com/?p=3457</guid>
		<description><![CDATA[If you are looking for a new computer system, computers today have more brand really come into the market still seems very expensive. It may seem confusing, or you may be skeptical, why prices are falling in certain industries that create the parts of the PC. The price of a memory hit an All Time [...]]]></description>
			<content:encoded><![CDATA[<p>If you are looking for a new computer system, computers today have more brand really come into the market still seems very expensive. It may seem confusing, or you may be skeptical, why prices are falling in certain industries that create the parts of the PC. The price of a memory hit an All Time Low, as improvements in technology offered volume production of memory cheaper and more convenient to make a PC.</p>
<p>But there are many ways, fortunately these days, you can still get a good computer system to track dealers who specialize in computer parts in bulk. Build your own computer and equipment through out sourcing wholesale computer parts, maybe you liked a lot of people think that these are nothing less than corporate name computer.</p>
<p><span id="more-3457"></span>I was totally surprised that this wholesaler of computer parts had their own service department and I had a quote for repair at a fraction of the cost of authorized resellers. You can imagine I was naturally curious to know, how could there be such a big price difference so skeptical of the respondents computer parts wholesale on their counter display. The dealer came out and showed me a computer and spare parts needed to repair my. It was exactly like my existing computers. He patiently took the time to put in simple terms the way business is wholesale computer parts.</p>
<p>producers of computer components commonly required to more parts of an order for a computer to do it, so it makes an unexpected burst in demand or if any defective parts can be processed quickly and efficiently. This is a built-in quality control measure implemented by the manufacturer. When a bulk order is purchased without a recall or customer support problems, the surplus was then distributed to computer dealers and distributors of big discounts and then share these qualities perfectly good computers are then sold at a lower discount to users like you and me. Then check out the computer part wholesalers and manufacturers to save time and money.</p>
]]></content:encoded>
			<wfw:commentRss>http://awesomewifi.com/wholesale-computer-parts-get-your-pc-fixed-and-a-good-bargain.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>computer maintenance. tips to keep your computer running at peak performance</title>
		<link>http://awesomewifi.com/computer-maintenance-tips-to-keep-your-computer-running-at-peak-performance.html</link>
		<comments>http://awesomewifi.com/computer-maintenance-tips-to-keep-your-computer-running-at-peak-performance.html#comments</comments>
		<pubDate>Wed, 15 Sep 2010 16:47:56 +0000</pubDate>
		<dc:creator>awesomewifi</dc:creator>
				<category><![CDATA[computers]]></category>

		<guid isPermaLink="false">http://www.awesomewifi.com/?p=3448</guid>
		<description><![CDATA[General maintenance, nursing our computer&#8217;s hardware and software. Here are some tips to create a good basic service. 1. Microsoft Update Microsoft regularly updates its operating system (Windows XP, Vista and other Microsoft programs). These updates are available on the second Tuesday of a month and can be manually or automatically downloaded and installed. In [...]]]></description>
			<content:encoded><![CDATA[<p>General maintenance, nursing our computer&#8217;s hardware and software. Here are some tips to create a good basic service.</p>
<p>1. Microsoft Update Microsoft regularly updates its operating system (Windows XP, Vista and other Microsoft programs). These updates are available on the second Tuesday of a month and can be manually or automatically downloaded and installed. In most versions of Microsoft&#8217;s operating system user has the option Automatic Update tool to download all available updates and install them at any given time. This is usually the best choice because it ensures that all critical updates are installed, with minimal user intervention.</p>
<p><span id="more-3448"></span>2. Virus, Trojans, spyware and firewall protection to viruses, Trojans, worms and spyware on the Internet and using a proactive anti-virus software, you can usually remove the threat of infringement of the system cause the system vulnerable. There are many good products available, such as Norton Anti Virus, McAfee and Trend Micro, and each is capable of comprehensive protection. Also they can not be set for automatic updates and periodic system scans that real-time protection.</p>
<p>3. Disk Defragmenter Disk Defragmenter can improve system performance and recover lost speed by organizing the files on the hard disk so that the operating system to find them faster. Although most versions of Windows come with a free disk defragmentation program, there are other utilities available that can integrate more advanced features such as Diskeeper, Perfect Disk, etc. button again to perform the defragmentation is periodic defragmentation to do.</p>
<p>As you can see on a regular computer maintenance plan that we can easily implement. It can lead to increased system performance and life.</p>
]]></content:encoded>
			<wfw:commentRss>http://awesomewifi.com/computer-maintenance-tips-to-keep-your-computer-running-at-peak-performance.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

