<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Tech Blue</title>
	
	<link>http://blog.edgetechcorp.com</link>
	<description />
	<lastBuildDate>Tue, 17 Apr 2012 18:43:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/EdgeTechCorpBlog" /><feedburner:info uri="edgetechcorpblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://superfeedr.com/hubbub" /><item>
		<title>The Definitive Layman’s Guide to Diagnosing and Fixing a Slow Windows Computer. Part One – Running Processes</title>
		<link>http://feedproxy.google.com/~r/EdgeTechCorpBlog/~3/a_Lv5Gsrk0k/</link>
		<comments>http://blog.edgetechcorp.com/2012/04/the-definitive-laymans-guide-to-diagnosing-and-fixing-a-slow-windows-computer-2/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 18:35:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Helpful Articles & Videos]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.edgetechcorp.com/?p=1382</guid>
		<description><![CDATA[The very first thing I look at when my computer is running slowly is the processes that are currently running.  Often times there are programs and processes that are running in the background that I forgot to close, or are somehow stuck in a loop, or were snuck in by some malicious software.  To assess this follow these instructions.]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;" align="center">The very first thing I look at when my computer is running slowly is the processes that are currently running.  Often times there are programs and processes that are running in the background that I forgot to close, or are somehow stuck in a loop, or were snuck in by some malicious software.  To assess this follow these instructions.</p>
<h3>Close all programs</h3>
<p><strong></strong>Every program that you have running is eating up resources.  If you have programs that are running, shut them down as you normally would.  This especially includes your email program, (like Outlook) your web browser (like Internet Explorer), and any image manipulation software (like Photoshop) as these tend to be memory hogs.</p>
<h3>Ctrl+Alt+Del, aka the 3 finger salute</h3>
<p>This process will help you assess what is running and whether this is what is slowing down your computer.  This may also help you identify viruses or malware that have been placed on your computer by unscrupulous programs.</p>
<ul>
<li>Press the Control, Alt, Delete keys on your keyboard at the same time.</li>
<li>Click on Task Manager.  A box will open.</li>
<li>Click on the “Applications” tab at the top.  See what programs are running.  Do you want them all running?  Can you stop them without losing important work?  If so, stop them by highlighting them by clicking on them once and then clicking “End Task”</li>
<li><strong>Important:  Many of the processes you will find in this next step are necessary for the normal operation of your computer.  Do not stop processes if you don’t know what they are.</strong>  Click on the “Processes” tab at the top and then click “Mem Usage” twice.  This should arrange the processes by the amount of RAM memory they are currently using.  The higher the number, the more that process is slowing your computer down.  If you recognize the process, for instance Microsoft Outlook or Internet Explorer, it is probably safe to stop it, (you will lose any unsaved work).  <strong>If you do not recognize the program, do not stop it!</strong>  If you can get to the internet, do a search for the process name (including the file extension, usually .exe) and see what the process is.  Only then should you consider stopping it. How much is a too much?  Different program use different amounts of RAM but if you see something that is using way more memory than the other programs, this could be the culprit.  Check it out.  Do you recognize the process? Did you want the process running?  Is the process part of a program that is stuck?  Can you research it online?  If you determine that you want to stop the process, highlight it (click on it) and click “End Process”</li>
</ul>
<h3>MSCONFIG</h3>
<p>Many programs that you will install over the life of your computer have an overinflated sense of importance.  They feel that you will want them to run every time you start your computer.  After a while, your computer can get bogged down with many programs that launch in the background “at boot”, meaning every time you boot up the computer.  You may not know these programs are running.  Often you can see their icons in your system tray at the bottom right of your desktop.  Each of these programs is using resources and memory.</p>
<p>To trim these down, most Windows based operating systems come with a utility called MSCONFIG (short for Microsoft Configuration, obviously).  If you go through the steps below and your computer cannot find this program, you may be able to download and install it.  Search for it online.</p>
<ul>
<li>Click “Start”, then “Run”.  A dialogue box will open up.</li>
<li>In the box, type “msconfig” (without the quotes).</li>
<li>Click on the “Startup” tab at the top.  This shows you a list of the programs that start in the background each and every time you start your computer.</li>
<li>Determine if you need these programs to run every time you boot your computer.  (If you don’t know what the program is, look it up online).  Usual culprits here are ITunes, QuickTime, Google Update, and Printer monitors.  <strong>Know what you are turning off! </strong>You may not want “ITunes” to launch on boot, but if you turn off “ITunes Helper” your computer may not recognize when you plug your phone in to synch it.  This is just one example.</li>
<li>Turn off the program by un-checking it and then clicking “OK”.  Note: You will have to reboot.  Also, some operating systems will not allow you to stop certain programs from running “on boot”.</li>
</ul>
<p><strong>Conclusion<br />
</strong>Often times a slow running computer is caused by programs that are running in the background.  Streamlining these programs is one of the first steps in identifying any issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.edgetechcorp.com/2012/04/the-definitive-laymans-guide-to-diagnosing-and-fixing-a-slow-windows-computer-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.edgetechcorp.com/2012/04/the-definitive-laymans-guide-to-diagnosing-and-fixing-a-slow-windows-computer-2/</feedburner:origLink></item>
		<item>
		<title>The Definitive Layman’s Guide to Diagnosing and Fixing a Slow Windows Computer</title>
		<link>http://feedproxy.google.com/~r/EdgeTechCorpBlog/~3/tSm8NoNahQ0/</link>
		<comments>http://blog.edgetechcorp.com/2012/03/the-definitive-laymans-guide-to-diagnosing-and-fixing-a-slow-windows-computer/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 18:35:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Helpful Articles & Videos]]></category>

		<guid isPermaLink="false">http://blog.edgetechcorp.com/?p=1372</guid>
		<description><![CDATA[Introduction: 
Everyone gets frustrated with their computer at some point in time and the biggest complaint is that the computer is too slow. Most of these people are not alpha geeks; they just want to understand why it takes so long to get something done when computers are meant to speed things up. Why are they waiting in front of their monitor like a dog waiting for a treat?]]></description>
			<content:encoded><![CDATA[<h2>Introduction: </h2>
<p>Everyone gets frustrated with their computer at some point in time and the biggest complaint is that the computer is too slow. Most of these people are not alpha geeks; they just want to understand why it takes so long to get something done when computers are meant to speed things up. Why are they waiting in front of their monitor like a dog waiting for a treat? I would like to address these issues here and in the days to follow. This is meant to be a living series of articles. I reserve the right to come back and make changes as needed.</p>
<p><strong>Your Computer Speed vs. Your Internet Speed</strong></p>
<p>One thing many laypeople do not understand, or at least fail to communicate, is whether it is their computer or their internet that is performing slowly. Is your computer trying to launch a program or execute a command, or are you waiting for an online service or page to load? I will attempt to address both of these situations but the difference is major and must be understood. While there is a lot you can do to affect the speed of your personal machine, there is often nothing you can do to speed up online interactions.</p>
<p><strong>Mac vs. PC</strong></p>
<p>In my years I have dealt almost exclusively with PC’s. Many of the things I will explain here will apply to both, but this series is designed mostly for PC users and definitely for the layperson. Alpha geeks already know this stuff.</p>
<p><strong>Your Computer’s Speed</strong></p>
<p>There are basically 6 areas where you can investigate to determine why your computer is performing slowly. I put them here in the order of which I would check things out.</p>
<p>1. <strong><a href="http://blog.edgetechcorp.com/2012/04/the-definitive-laymans-guide-to-diagnosing-and-fixing-a-slow-windows-computer-2/">Running Processes</a> -</strong> resources being used, number of programs running, add-ons, etc.</p>
<p>2. <strong>Viruses, Spyware, and Adware</strong></p>
<p>3. <strong>Ram Memory</strong> &#8211; amount and speed of <a href="http://www.edgetechcorp.com/">ram memory</a> in your computer</p>
<p>4. <strong>ROM Memory</strong> &#8211; hard drive speed, <a href="http://www.edgetechcorp.com/ssd/">SSD drive</a> speed, cd-rom drive speed etc.</p>
<p>5. <strong>Operating System </strong></p>
<p>6. <strong>Core Hardware</strong> – processor and motherboard</p>
<p><strong>Your Internet Speed</strong></p>
<p>There are basically 3 areas where you can improve your interaction with the servers and services on the internet. Much of this you cannot change but there are some areas for improvement.</p>
<p>1. <strong>Browser</strong> – type, version, and add-ons</p>
<p>2. <strong>Internet Connection</strong> – your connection speed</p>
<p>3. <strong>Web Sites</strong> – site design, embedded programs and services, etc</p>
<p>In the coming blog posts I will attempt to address all of these. I will also try to keep this as low tech as possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.edgetechcorp.com/2012/03/the-definitive-laymans-guide-to-diagnosing-and-fixing-a-slow-windows-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.edgetechcorp.com/2012/03/the-definitive-laymans-guide-to-diagnosing-and-fixing-a-slow-windows-computer/</feedburner:origLink></item>
		<item>
		<title>The Flooding in Thailand Brings a Risk to the Hard Drive Industry</title>
		<link>http://feedproxy.google.com/~r/EdgeTechCorpBlog/~3/Cddiyzc-4_c/</link>
		<comments>http://blog.edgetechcorp.com/2011/11/the-flooding-in-thailand-brings-a-risk-to-the-hard-drive-industry/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 15:16:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.edgetechcorp.com/?p=1316</guid>
		<description><![CDATA[The past couple months of rain have brought unbelievable devastation to the country of Thailand.  Lives have been lost, property has been damaged and infrastructure has been washed away.  Too much damage has been caused by the flood waters.  The damage will have an inescapable effect on the manufacturing industry including the computer hard drive industry.]]></description>
			<content:encoded><![CDATA[<p>The past couple months of rain have brought unbelievable devastation to the country of Thailand.  Lives have been lost, property has been damaged and infrastructure has been washed away.  Too much damage has been caused by the flood waters.  The damage will have an inescapable effect on the manufacturing industry including the computer hard drive industry.</p>
<p>Thailand manufactures a quarter of the world’s <a title="Hard Drives" href="http://www.edgetechcorp.com/storage/">hard drives</a>.  The flooding has a very high potential to threaten the supply of hard drives starting as early as November 2011 and lingering on into 2012.  Hard drive suppliers are warning people of the possible shortage and increased prices as the flood waters continue to rise and enter their manufacturing facilities.</p>
<p>The hard drive shortage will include large suppliers such as Thailand’s Western Digital, Seagate, Origin Storage, Nimec, Fujitsu, IBM/Hitachi, Hutchinson Technology, Verbatim, LaCie and others.  The distributors are trying to be responsible by limiting the available supply.  By limiting doing so, they hope the available inventory will last longer and help them through the demands of 2012.</p>
<p>Here at <a href="http://www.edgetechcorp.com/">EDGE Tech Corp</a>., our thoughts and prayers go out to the country and people of Thailand.  We also hope the flood waters recede and manufacturing can return to normal for all the industries affected.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.edgetechcorp.com/2011/11/the-flooding-in-thailand-brings-a-risk-to-the-hard-drive-industry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.edgetechcorp.com/2011/11/the-flooding-in-thailand-brings-a-risk-to-the-hard-drive-industry/</feedburner:origLink></item>
		<item>
		<title>The Main Event: iPad vs iPad 2 – Should You Upgrade?</title>
		<link>http://feedproxy.google.com/~r/EdgeTechCorpBlog/~3/W3w5BAaA-0Y/</link>
		<comments>http://blog.edgetechcorp.com/2011/11/the-main-event-ipad-vs-ipad-2-should-you-upgrade/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 18:39:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.edgetechcorp.com/?p=1305</guid>
		<description><![CDATA[For many, owning the latest technology, like an iPad is all about having the best tools and ability to be productive in the home, workplace, and everywhere in between. For others, the thrill is more about having the very latest device, the day it comes out. This year's release of the iPad 2 had the typical effect on the latter group of gadget owners--get in line and buy the device in order to be the first in their sphere of influence with the very latest from Apple's line of tablet computers.

But does it really makes sense to spend more money on the iPad 2?]]></description>
			<content:encoded><![CDATA[<p>For many, owning the latest technology, like an iPad is all about having the best tools and ability to be productive in the home, workplace, and everywhere in between. For others, the thrill is more about having the very latest device, the day it comes out. This year&#8217;s release of the iPad 2 had the typical effect on the latter group of gadget owners&#8211;get in line and buy the device in order to be the first in their sphere of influence with the very latest from Apple&#8217;s line of tablet computers.</p>
<p>But does it really makes sense to spend more money on the iPad 2? For those types that absolutely cannot do without being able to proclaim they are leading the Jones&#8217; of the world, the question is moot. For everyone else, however, the following list will compare features of the new tablet with its original counterpart. In the end, making one&#8217;s own choice is all that is expected.</p>
<h2>iPad Features Versus New and Improved iPad 2 Features</h2>
<ul>
<li><strong>Footprint</strong>: Wholly unchanged. Both screens are the same size although the iPad 2 has a slightly thinner overall model, and sleek, tapered edges.</li>
<li><strong>Screen Resolution</strong>: Unchanged as well. As stated, the viewing area of the screen is the same on both models, the resolution claimed by both are consistent at 1024 x 768. The main difference between the two releases is the graphics processor in the iPad 2 delivers benchmarks 3 to 7 times faster. This might be a worthy consideration in the upgrade question.</li>
<li><strong>Device Memory</strong>: The iPad 2 has double the internal memory, and apparently a faster, better module as well. This amount of RAM is about half the reported amount in similar Android operating devices.</li>
<li><strong>Cameras</strong>: This is another of those features where their is no comparison. The iPad simply did not come outfitted with any sort of image capturing device. The iPad 2 has both a front facing and a rear facing camera. This camera configuration allows the user to participate in Apple&#8217;s Facetime video conferencing applications as well as capturing high definition video with the 720p rated rear camera.</li>
<li><strong>Weight &amp; Thickness</strong>: The iPad 2 has slimmed down, losing nearly 80grams of weight and 5 mm of thickness compared to the original iPad. Some users won&#8217;t immediately find this terribly compelling. Others, those who tend to use the devices for extended periods of time, will quickly come to value a lighter, easier to handle tablet.</li>
</ul>
<p>Of course, as technological innovations would have it, this discussion about the original iPad versus the iPad 2 is soon to become moot. Why? Yes, the iPad 3 has been rumored to ship to the world sometime during the first quarter of 2012.</p>
<p>Will there really be that much difference in that release? Perhaps comparing the original with the third line of iPad tablets is the new point of comparison. While much of what is conjectured to be in the newest Apple tablet, there are definitely features worth considering making the wait for.</p>
<p>One of them, a quad-core processor will allow Apple to step up their dominance in the tablet marketplace. Some indications are this processor will make the iPad 3 as fast and powerful as any desktop computer on the market today.</p>
<p>Possibly the core feature change between the iPad 3 and its predecessors is the anticipated release of Apple&#8217;s Retina Display technology. Effectively, Apple has packed more pixels into the same amount of space. Doing this provides far crisper and richer display capabilities. Add to these improvements the likely increases in the devices graphics processing unit, and the temptation to wait for the iPad 3&#8242;s release may be enough to make choosing one of the earlier models null and void.</p>
<p>Even if you decide to keep your first generation ipad through all of the upgrades, you can be sure that somewhere out there, an <a href="http://www.bluewhaleapps.com/portfolio-iPad-Applications.asp">iPad app development company</a> is continuing to create apps that will work for any model.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.edgetechcorp.com/2011/11/the-main-event-ipad-vs-ipad-2-should-you-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.edgetechcorp.com/2011/11/the-main-event-ipad-vs-ipad-2-should-you-upgrade/</feedburner:origLink></item>
		<item>
		<title>EDGE Tech Corp. Sends Our Thoughts and Prayers to the Thailand Flood Victims</title>
		<link>http://feedproxy.google.com/~r/EdgeTechCorpBlog/~3/YoOZSvu1XoQ/</link>
		<comments>http://blog.edgetechcorp.com/2011/11/edge-tech-corp-sends-our-thoughts-and-prayers-to-the-thailand-flood-victims/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 16:37:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[EDGE News]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.edgetechcorp.com/?p=1257</guid>
		<description><![CDATA[All of us here at EDGE Tech would like to express our deepest sympathy to the people of Thailand.  We hope and pray that the devastation and destruction will come to an end quickly, and the people can rebuild their lives.]]></description>
			<content:encoded><![CDATA[<p>The flooding in Thailand continues to bring devastation and destruction.  The rising flood waters are washing away homes, businesses, infrastructure and everything else in its path.  Not only is there loss of property, there has been too many lives lost to this natural disaster that started in late July and is continuing to affect the country.  The disaster has been described as the worst flooding ever, based on the amount of water and the number of people affected.  The amount of property and the number of lives lost is horrendous.</p>
<p>Video link: <a href="http://www.bbc.co.uk/news/world-asia-pacific-15217984">http://www.bbc.co.uk/news/world-asia-pacific-15217984</a></p>
<p>All of us here at <a title="Edge Tech" href="http://www.edgetechcorp.com/">EDGE Tech Corp</a>. would like to express our deepest sympathy to the people of Thailand.  We hope and pray that the devastation and destruction will come to an end quickly, and the people can rebuild their lives.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.edgetechcorp.com/2011/11/edge-tech-corp-sends-our-thoughts-and-prayers-to-the-thailand-flood-victims/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.edgetechcorp.com/2011/11/edge-tech-corp-sends-our-thoughts-and-prayers-to-the-thailand-flood-victims/</feedburner:origLink></item>
		<item>
		<title>Tech Video of the Week: 10/19</title>
		<link>http://feedproxy.google.com/~r/EdgeTechCorpBlog/~3/DPyR5ZtJZBE/</link>
		<comments>http://blog.edgetechcorp.com/2011/10/tech-video-of-the-week-1019/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 15:59:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech Videos]]></category>

		<guid isPermaLink="false">http://blog.edgetechcorp.com/?p=1205</guid>
		<description />
			<content:encoded />
			<wfw:commentRss>http://blog.edgetechcorp.com/2011/10/tech-video-of-the-week-1019/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.edgetechcorp.com/2011/10/tech-video-of-the-week-1019/</feedburner:origLink></item>
		<item>
		<title>7 Tips For Improving Your Home WiFi Experience</title>
		<link>http://feedproxy.google.com/~r/EdgeTechCorpBlog/~3/hBTL2IT08g0/</link>
		<comments>http://blog.edgetechcorp.com/2011/10/7-tips-for-improving-your-home-wifi-experience/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 19:47:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Helpful Articles & Videos]]></category>

		<guid isPermaLink="false">http://blog.edgetechcorp.com/?p=1189</guid>
		<description><![CDATA[When the money has been spent on equipment to provide your home computing equipment with WiFi wireless connections, follow these seven tips to make sure you're maximizing the experience.]]></description>
			<content:encoded><![CDATA[<p>Many unseen forces can affect one&#8217;s WiFi speeds and overall experience. In the home, walls, appliances, heating and cooling vents and the like all conspire to rob the speed and efficiency one had hoped to gain by setting up WiFi in the first place. Effective techniques for fine-tuning one&#8217;s home wireless system are therefore required in order to effectively maintain speed and efficiency between other computers in the home network and the Internet itself.</p>
<p><span id="more-1189"></span> <strong>Maximum WiFi Experience in Your Home</strong></p>
<ul>
<li><strong>Importance of Placement: </strong>Your WiFi antenna, be it on a wireless router, access point, or other broadcasting device needs to be in specific places in order to ensure maximum efficiency of signal distribution. Since most off the shelf wireless WiFi antennas are omni-directional&#8211;they broadcast in every direction evenly&#8211;try to place the access point in the center-most part of your living space. Antennas too near an external wall are sending a good percentage of the WiFi signal outside and away from where it can best be used.</li>
<li><strong>Invest in Directional Antennas:</strong> As stated above, the stock antennas are omni-directional, but there are focused, directional ones available. Ensure the modem device has the capacity to unscrew and replace the antenna, then decide the general direction necessary to cover specific areas of the home.</li>
<li><strong>Upgrade the Laptops WiFi Receiver:</strong> This tip is for older laptop computers. Most of the internally located WiFi antennas installed in newer computers are more than adequate to receive even the weakest of WiFi signals. For those older laptops using PC cards, consider upgrading to something newer with stronger signal reception. Using the same manufacturer for both the PC card and the modem/access point may slightly boost capabilities as well.</li>
<li><strong>Install Wireless Repeaters:</strong> Larger homes may have many walls and much distance between the source of WiFi broadcast and the furthest outreaches where one might hope to receive signal. Devices known as repeaters will capture the WiFi from the source, and boost the signal strength for extending the broadcast signal. This is a great option when having signal from the house to an outdoor location is desired. Coupling this option with a directional antenna is the best of both worlds.</li>
<li><strong>Change the Channel:</strong> If many of your neighbors are using WiFi, likely from the same Internet Service Provider (ISP) chances there will be more than a few attempting to broadcast on the same channel frequency. Read the manual which came with the WiFi equipment to discover how to find a channel few if any neighbors are transmitting on. This should increase signal strength and reduce data loss or slow down, as well.</li>
<li><strong>Reduce in House Interference:</strong> Many of today&#8217;s wireless devices, phones and monitors operate on the same frequencies that some of the older WiFi apparatus do. If there are a number of cordless phones and other wireless devices transmitting in or about the home, consider going with the latest WiFi specification known as 802.11n (or Wireless-N) as it won&#8217;t conflict with other wireless devices in the home.</li>
<li><strong>Upgrade All Devices:</strong> If there are a number of WiFi enable computers and devices, making the upgrade for all of them to be Wireless-N enabled should show marked increases in data transfer speeds between the devices, as well as to the Internet. If possible, also consider going with the same manufacturer of WiFi connection equipment. As previously stated, there tends to be higher speeds and fewer interference when two devices from the same maker are talking to each other.</li>
</ul>
<p>These simple tips will help to ensure faster <a title="Maytech FTP Hosting" href="http://www.maytech.net/">large file transfer</a> speeds, and fewer lost connection errors. Why have wireless access if it is slow and losing touch with the source?</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.edgetechcorp.com/2011/10/7-tips-for-improving-your-home-wifi-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.edgetechcorp.com/2011/10/7-tips-for-improving-your-home-wifi-experience/</feedburner:origLink></item>
		<item>
		<title>Tech Video of the Week: 9/14</title>
		<link>http://feedproxy.google.com/~r/EdgeTechCorpBlog/~3/aAkkOzwI3cE/</link>
		<comments>http://blog.edgetechcorp.com/2011/09/tech-video-of-the-week-914/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 19:59:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Helpful Articles & Videos]]></category>
		<category><![CDATA[Tech Videos]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.edgetechcorp.com/?p=1163</guid>
		<description><![CDATA[Yes, your MacBook Air can double as a kitchen knife...]]></description>
			<content:encoded><![CDATA[<p><a href="http://gadgetbox.msnbc.msn.com/_news/2011/09/07/7649408-yes-your-macbook-air-can-double-as-a-kitchen-knife">Yes, your MacBook Air can double as a kitchen knife</a>&#8230;</p>
<p>Maybe this isn’t really a “technology video” in the strictest sense. It’s not necessarily a helpful or informative one either…unless you happen to be out of sharp kitchen utensils and facing certain ruin if you’re unable to slice up some fresh fruit or veggies. Regardless, the amount of creativity displayed here does merit reposting- if only for the purpose of pure entertainment.</p>
<p><object width="640" height="390" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/664H5FQPCCk&amp;hl=en_US&amp;feature=player_embedded&amp;version=3" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><embed width="640" height="390" type="application/x-shockwave-flash" src="http://www.youtube.com/v/664H5FQPCCk&amp;hl=en_US&amp;feature=player_embedded&amp;version=3" allowfullscreen="true" allowscriptaccess="always" /></object></p>
<p>Now, how many of you are currently grabbing your keys to run out to purchase a MacBook Air so you can try this at home? Probably nobody, but maybe you&#8217;ll be inspired to think outside the box in some other way.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.edgetechcorp.com/2011/09/tech-video-of-the-week-914/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.edgetechcorp.com/2011/09/tech-video-of-the-week-914/</feedburner:origLink></item>
		<item>
		<title>Our Favorite Computer &amp; Technology Links of the Week!</title>
		<link>http://feedproxy.google.com/~r/EdgeTechCorpBlog/~3/fgzVI2SXywY/</link>
		<comments>http://blog.edgetechcorp.com/2011/09/our-favorite-computer-technology-links-of-the-week-7/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 21:34:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Helpful Articles & Videos]]></category>
		<category><![CDATA[Industry News]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.edgetechcorp.com/?p=1159</guid>
		<description><![CDATA[There is a lot going on in the tech world right now, so I had a lot of good (and not so good) articles to sift through before narrowing my post down to the links I've given you guys here.]]></description>
			<content:encoded><![CDATA[<p>There is a lot going on in the tech world right now, so I had a lot of good (and not so good) articles to sift through before narrowing my post down to the links I&#8217;ve given you guys here.  I hope you enjoy them as much as I did! If your favorites didn&#8217;t make my list, please share the links with us in a comment below.</p>
<p><a href="http://www.pcworld.com/article/209489/15_awesome_things_you_probably_shouldnt_do.html">15 Awesome Things You Probably Shouldn&#8217;t Do</a></p>
<p><a href="http://www.businessweek.com/technology/what-will-apple-under-ceo-tim-cook-look-like-08242011.html">What Will Apple Under CEO Tim Cook Look Like?</a></p>
<p><a href="http://www.cnn.com/2011/TECH/social.media/08/10/7.sins.netiquette/index.html?hpt=te_bn7">7 Apps That Makes You Feel Like a Better Person</a></p>
<p><a href="http://www.pcmag.com/slideshow/story/287017/7-things-we-d-like-to-see-tim-cook-up">7 Things We&#8217;d Like to See Tim Cook Up</a></p>
<p><a href="http://gadgetbox.msnbc.msn.com/_news/2011/08/24/7461763-10-gadgets-to-make-life-more-difficult">10 Gadgets to Make Life More Difficult</a></p>
<p><a href="http://www.computerworld.com/s/article/9219078/LinkedIn_groups_for_IT_pros_How_to_find_the_best?taxonomyId=10&amp;pageNumber=1">LinkedIn Groups for IT Pros: How to Find the Best</a></p>
<p><a href="http://www.geek.com/articles/mobile/rice-university-has-figured-out-how-to-double-capacity-on-3g4g-networks-2011097/">Rice University has Figured out How to Double Capacity on 3G/4G Networks</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.edgetechcorp.com/2011/09/our-favorite-computer-technology-links-of-the-week-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.edgetechcorp.com/2011/09/our-favorite-computer-technology-links-of-the-week-7/</feedburner:origLink></item>
		<item>
		<title>How secure is the DiskGo secure Guardian Flash Drive</title>
		<link>http://feedproxy.google.com/~r/EdgeTechCorpBlog/~3/vcoV8rZV9wk/</link>
		<comments>http://blog.edgetechcorp.com/2011/06/how-secure-is-the-diskgo-secure-guardian-flash-drive/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 19:54:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured Products]]></category>
		<category><![CDATA[Industry Experts]]></category>

		<guid isPermaLink="false">http://blog.edgetechcorp.com/?p=1153</guid>
		<description><![CDATA[Edge Tech Corp’s DiskGo Guardian flash drive utilizes The Advanced Encryption Standard (AES) which is a strong encryption algorithm that is commonly used worldwide. ]]></description>
			<content:encoded><![CDATA[<p>Edge Tech Corp’s DiskGo Guardian flash drive utilizes The Advanced Encryption Standard (AES) which is a strong encryption algorithm that is commonly used worldwide. AES uses three different key sizes of 128 bits, 192 bits and 256 bits. The Guardian uses a 256 bit key, which is called AES256 and currently considered the strongest mathematical encryption algorithm in use.</p>
<p>AES was adopted from the Rijndael encryption algorithm and was chosen by The National Institute of Standards and Technology (NIST), which is a federal technology agency that develops and promotes standards. AES is fast, secure and is less resource intensive than other encryption algorithms.</p>
<p>By trying every possible key, such as in a brute force attack, it would take “far longer than the age of the universe to complete.”  When the AES process was completed, a scientist by the name of Bruce Schneier that was competing with the Rijndael team said in a quote, “I do not believe that anyone will ever discover an attack that will allow someone to read Rijndael traffic.”</p>
<p>Now, with all of this being said, the weakness in this method is the user’s password. It is much more likely for a hacker to crack the password on the unit than the encryption algorithm. The Guardian requires a strong password which requires uppercase letter, lowercase letters and symbols to be used. An example of a strong password is Edg3Te(h. Do not use cognitive passwords since they can be easily detected through the use of password cracking programs.</p>
<p>&nbsp;</p>
<p><em>Excerpts for this article were taken from: CompTIA Security+ by Darril Gibson.</em></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.edgetechcorp.com/2011/06/how-secure-is-the-diskgo-secure-guardian-flash-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.edgetechcorp.com/2011/06/how-secure-is-the-diskgo-secure-guardian-flash-drive/</feedburner:origLink></item>
	</channel>
</rss>

