<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>RD WEB</title>
	<atom:link href="http://robertd60.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://robertd60.wordpress.com</link>
	<description></description>
	<lastBuildDate>Mon, 21 Sep 2009 00:09:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='robertd60.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>RD WEB</title>
		<link>http://robertd60.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://robertd60.wordpress.com/osd.xml" title="RD WEB" />
	<atom:link rel='hub' href='http://robertd60.wordpress.com/?pushpress=hub'/>
		<item>
		<title>What Is The Windows Registry And Should I Care?</title>
		<link>http://robertd60.wordpress.com/2009/09/20/what-is-the-windows-registry-and-should-i-care/</link>
		<comments>http://robertd60.wordpress.com/2009/09/20/what-is-the-windows-registry-and-should-i-care/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 00:09:57 +0000</pubDate>
		<dc:creator>robertd62</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://rddweb.com/?p=819</guid>
		<description><![CDATA[The Windows registry is a directory which stores settings and options for the operating system for Microsoft Windows 32-bit versions, 64-bit versions and Windows Mobile. It contains information and settings for all the hardware, operating system software, most non-operating system software, users, preferences of the PC, etc. Whenever a user makes changes to Control Panel settings, file associations, system policies, or installed software, the changes are reflected and stored in the registry.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=robertd60.wordpress.com&amp;blog=6906993&amp;post=819&amp;subd=robertd60&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The Windows registry is a directory which stores settings and options for the operating system for Microsoft Windows 32-bit versions, 64-bit versions and Windows Mobile. It contains information and settings for all the hardware, operating system software, most non-operating system software, users, preferences of the PC, etc. Whenever a user makes changes to Control Panel settings, file associations, system policies, or installed software, the changes are reflected and stored in the registry. The registry also provides a window into the operation of the kernel, exposing runtime information such as performance counters and currently active hardware. This use of registry mechanism is conceptually similar to the way that Sysfs and procfs expose runtime information through the file system (traditionally viewed as a place for permanent storage), though the information made available by each of them differs tremendously.</p>
<p>The Windows registry was introduced to tidy up the profusion of per-program INI files that had previously been used to store configuration settings for Windows programs. These files tended to be scattered all over the system, which made them difficult to track.</p>
<p>The registry contains two basic kinds of elements: keys and values.</p>
<p>Registry Keys are similar to folders &#8211; in addition to values, each key can contain subkeys, which may contain further subkeys, and so on. Keys are referenced with a syntax similar to Windows&#8217; path names, using backslashes to indicate levels of hierarchy. E.g. HKEY_LOCAL_MACHINESoftwareMicrosoftWindows refers to the subkey &#8220;Windows&#8221; of the subkey &#8220;Microsoft&#8221; of the subkey &#8220;Software&#8221; of the HKEY_LOCAL_MACHINE key.</p>
<p>Registry Values are name/data pairs stored within keys. Values are referenced separately from keys. Value names can contain backslashes which would lead to ambiguities were they referred to like paths. The Windows API functions that query and manipulate registry values take value names separately from the key path and/or handle that identifies the parent key.</p>
<p>The terminology is somewhat misleading, as the values are similar to an associative array, where standard terminology would refer to the name part of the value as a &#8220;key&#8221;. The terms are a holdout from the 16-bit registry in Windows 3, in which keys could not contain arbitrary name/data pairs, but rather contained only one unnamed value (which had to be a string). In this sense, the entire registry was like an associative array where the keys (in both the registry sense and dictionary sense) formed a hierarchy, and the values were all strings. When the 32-bit registry was created, so was the additional capability of creating multiple named values per key, and the meanings of the names were somewhat distorted.</p>
<p>Since at least 1998 pages at Microsoft Support relating to editing the registry include the disclaimer that the use of the Registry Editor should be done at one&#8217;s own risk, underlining the severity of a corrupt registry.</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/robertd60.wordpress.com/819/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/robertd60.wordpress.com/819/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/robertd60.wordpress.com/819/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/robertd60.wordpress.com/819/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/robertd60.wordpress.com/819/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/robertd60.wordpress.com/819/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/robertd60.wordpress.com/819/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/robertd60.wordpress.com/819/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/robertd60.wordpress.com/819/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/robertd60.wordpress.com/819/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/robertd60.wordpress.com/819/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/robertd60.wordpress.com/819/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/robertd60.wordpress.com/819/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/robertd60.wordpress.com/819/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=robertd60.wordpress.com&amp;blog=6906993&amp;post=819&amp;subd=robertd60&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://robertd60.wordpress.com/2009/09/20/what-is-the-windows-registry-and-should-i-care/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4468458de6f386f050ba0dfe1e4d1998?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">robertd62</media:title>
		</media:content>
	</item>
		<item>
		<title>Computers for Seniors, Not as Scary as You Might Think</title>
		<link>http://robertd60.wordpress.com/2009/09/20/computers-for-seniors-not-as-scary-as-you-might-think/</link>
		<comments>http://robertd60.wordpress.com/2009/09/20/computers-for-seniors-not-as-scary-as-you-might-think/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 20:30:28 +0000</pubDate>
		<dc:creator>robertd62</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[computers]]></category>

		<guid isPermaLink="false">http://rddweb.com/?p=805</guid>
		<description><![CDATA[This article talks about devices and technologies to make computers easier for seniors to learn and manipulate.  It is a must read for any one who didn't grow up with computers and is leery of them.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=robertd60.wordpress.com&amp;blog=6906993&amp;post=805&amp;subd=robertd60&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Seniors, contrary to popular opinion, are thrilled with modern technology and have embraced the world of computers enthusiastically. There are no &#8220;simple&#8221; computers designed especially for seniors because the concept of computers isnt that difficult to begin with&#8212;it just seems that way.</p>
<p>Why a computer? The world is a pretty exciting place, so dont give me that &#8220;too old to learn new tricks&#8221; routine, or let me hear you mumbling under your breath about not being interested. Of course you are interested!</p>
<p>I want you to picture yourself (or your senior parent) learning about a wonderful new way to stay in touch with friends and relatives, or even make new friends. E-mailing and sending pictures are a great way to communicate, so even if that is the only thing that you learn how to do, it is a good thing.</p>
<p>It wont be long before that isnt enough and you will want to jump in with both feet when you discover that you can follow your stock options, keep informed, write in your journal, and continue to learn.</p>
<p>Dont forget that learning new things and having new experiences is a good way to exercise your brain. Studies say that older adults who use computers have fewer depressive symptoms than those who dont.</p>
<p>Kids seem to pop into the world already able to use a computer and you may feel a little intimidated when a six year is savvier than you are. There is no reason why you cant learn to enjoy a computer too. Colleges, community colleges, universities, neighborhood recreation centers and senior centers all offer classes designed especially for seniors. If you cant get out, you can find books and computer tutorials (right on your computer) that are geared for the senior audience. Just look up &#8220;computers for seniors&#8221; in your search engine.</p>
<p>Dont give up! If you love your computer but are finding it hard to see or manipulate the keys on your standard keyboard, help is available. A number of modifications are available to make your work easier and to keep you in touch with your family and friends.</p>
<p>Read Braille? There are specialized stickers and keyboard overlays that are imprinted in Braille so that a blind person can feel and type on the computer.</p>
<p>If your fingers lack precision and arent as nimble as they used to be, you can find key locks and other modifications that enable you to press more than one key at a time. A key lock pivots onto a key that you want to hold down and holds it in place while you press another key at the same time. A sticky key works in much the same way if you have limited hand/arm control. If you press a sticky shift key, the computer waits for a second key to be pressed before acting on the initial stroke. Other options to investigate are one-handed keyboards, key guards, ergonomic keyboards and even on-screen keyboards where you just touch the letters on the screen.</p>
<p>Still nervous? For people with 20/20 vision using a standard sized computer screen is as easy as looking at your monitor. People with cataracts, glaucoma, diabetic retinopathy, macular degeneration, and other eye conditions encounter a whole new set of problems. Once again, modern technology has not forgotten the folks who dont see quite as well as they used to.</p>
<p>People with low vision do not have to give up the joy and/or convenience of using their computers. Screen magnification products enlarge text and pictures to sizes more easily viewed. You can purchase free standing magnifiers that attach to the monitor or find software programs that will magnify the full screen.</p>
<p>Another type of software called Optical Character Recognition Software allows you to scan newspapers, recipes, bills, etc. where they can be stored, edited and used with screen magnification or screen reader programs.</p>
<p>Another option might be the use of speech synthesizer software. The screen reader reads the contents of all documents, as well as talking you through standard computer functions. The screen reading software helps you with writing, hearing what you are typing, reading back and editing your work, saving files, reading e-mails and web pages and more.</p>
<p>Isnt this exciting? You can also find Assistive Mouse Adaptors that make it easier to control your mouse if you suffer from hand tremors or the Quick Glance for anyone who cannot use a hand operated mouse. There are easy to use Trackballs to make mouse control easier and Touch Pads that allow for mouse movement by just dragging your fingertip across a grid surface.</p>
<p>Modern technology is wonderful, and it is reassuring to know that seniors have not been left out. For new and exciting ideas for smart seniors, who want to keep on top of what is happening in their world, please check out my blog:</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/robertd60.wordpress.com/805/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/robertd60.wordpress.com/805/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/robertd60.wordpress.com/805/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/robertd60.wordpress.com/805/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/robertd60.wordpress.com/805/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/robertd60.wordpress.com/805/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/robertd60.wordpress.com/805/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/robertd60.wordpress.com/805/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/robertd60.wordpress.com/805/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/robertd60.wordpress.com/805/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/robertd60.wordpress.com/805/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/robertd60.wordpress.com/805/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/robertd60.wordpress.com/805/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/robertd60.wordpress.com/805/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=robertd60.wordpress.com&amp;blog=6906993&amp;post=805&amp;subd=robertd60&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://robertd60.wordpress.com/2009/09/20/computers-for-seniors-not-as-scary-as-you-might-think/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4468458de6f386f050ba0dfe1e4d1998?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">robertd62</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows 7 Preview &#8211; The Top 5 New Features</title>
		<link>http://robertd60.wordpress.com/2009/09/20/windows-7-preview-the-top-5-new-features/</link>
		<comments>http://robertd60.wordpress.com/2009/09/20/windows-7-preview-the-top-5-new-features/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 11:07:58 +0000</pubDate>
		<dc:creator>robertd62</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[WINDOWS7]]></category>

		<guid isPermaLink="false">http://rddweb.com/?p=792</guid>
		<description><![CDATA[Windows 7 is the next release of Windows from Microsoft and is scheduled for release on October 22nd 2009. We've been looking at the Release Candidate (RC) and so far, Windows 7 looks a vast improvement on Vista. Here is a quick tour of some of the features of Windows 7 that we like.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=robertd60.wordpress.com&amp;blog=6906993&amp;post=792&amp;subd=robertd60&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-795" title="windows7" src="http://rddweb.com/wp-content/uploads/2009/09/windows7.jpg" alt="windows7" width="154" height="154" />Windows 7 is the next release of Windows from Microsoft and is scheduled for release on <strong>October 22, 2009</strong>. It will replace Vista which has had problems with performance, device compatibility and annoying /invasive pop-ups, alerts and notifications.</p>
<p>We&#8217;ve been looking at the Release Candidate (RC) and so far, Windows 7 looks a vast improvement on Vista. Here is a quick tour of some of the features of Windows 7 that we like.</p>
<p><strong>1) Better performance</strong></p>
<p>Microsoft appear to have worked hard to sort out the performance problems that Vista had. It seems that Windows 7 does appear to be faster and more responsive than its predecessor (Vista).</p>
<p><strong>2) Enhanced taskbar</strong></p>
<ul>
<li>Icons are larger &amp; clearer and easier to work with. Rearrange icons, new &#8220;Jump Lists&#8221; and full Aero enabled previews of open windows make it a lot easier to work with lots of open windows.</li>
<li>The &#8220;Show desktop&#8221; button is now more prominent and easier to use. Quickly minimize all windows with the touch of a button.</li>
</ul>
<p><strong>3) Desktop improvements</strong></p>
<ul>
<li>No more sidebar. Add &#8220;Gadgets&#8221; quickly and easily directly to your desktop.</li>
<li>New themes. Good looking new themes contain several high quality backgrounds that periodically rotate (similar to the Mac).</li>
<li>&#8220;Snap&#8221; feature allows you to easily compare windows side by side.</li>
</ul>
<p><strong>4) Less annoyance &amp; interruption from pop-ups and alerts</strong></p>
<ul>
<li>All alerts are now contained in one place in the notification area. You can customize the notifications (pop ups) that you receive.</li>
<li>Less alerts from User Account Control (UAC). Generally, you should notice a reduction in alerts from Windows 7 compared to Vista. UAC level can be set to one of four possible levels.</li>
</ul>
<p><strong>5) Parental control &#8211; New to Windows 7</strong></p>
<ul>
<li>Easily set what programs (e.g. games) your kids can use and when (i.e. schedule).</li>
</ul>
<p>So far, we are impressed with Windows 7. Although we are only running the Release Candidate at this time, it does seem pretty fast and stable. The changes and improvements go a long way towards addressing the criticisms levelled at Vista. We believe that this could be the best operating system that Microsoft has released since XP.</p>
<p><a href="http://ezinearticles.com/?Windows-7-Preview---The-Top-5-New-Features&amp;id=2700685"></a></p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/robertd60.wordpress.com/792/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/robertd60.wordpress.com/792/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/robertd60.wordpress.com/792/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/robertd60.wordpress.com/792/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/robertd60.wordpress.com/792/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/robertd60.wordpress.com/792/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/robertd60.wordpress.com/792/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/robertd60.wordpress.com/792/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/robertd60.wordpress.com/792/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/robertd60.wordpress.com/792/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/robertd60.wordpress.com/792/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/robertd60.wordpress.com/792/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/robertd60.wordpress.com/792/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/robertd60.wordpress.com/792/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=robertd60.wordpress.com&amp;blog=6906993&amp;post=792&amp;subd=robertd60&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://robertd60.wordpress.com/2009/09/20/windows-7-preview-the-top-5-new-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4468458de6f386f050ba0dfe1e4d1998?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">robertd62</media:title>
		</media:content>

		<media:content url="http://rddweb.com/wp-content/uploads/2009/09/windows7.jpg" medium="image">
			<media:title type="html">windows7</media:title>
		</media:content>
	</item>
		<item>
		<title>What Will You Be Getting This Christmas? Windows 7 Please</title>
		<link>http://robertd60.wordpress.com/2009/09/20/what-will-you-be-getting-this-christmas-windows-7-please/</link>
		<comments>http://robertd60.wordpress.com/2009/09/20/what-will-you-be-getting-this-christmas-windows-7-please/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 11:00:00 +0000</pubDate>
		<dc:creator>robertd62</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[WINDOWS7]]></category>

		<guid isPermaLink="false">http://rddweb.com/?p=791</guid>
		<description><![CDATA[When Microsoft released Windows Vista in 2007 a huge amount of people started criticizing the operating system itself. Most of this was due to the amount of memory usage a computer needed to run the system, and even with around 2 GB of RAM it was still struggling to cope. But sales of Vista still continued and within the first month Microsoft had shifted around 20 million copies.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=robertd60.wordpress.com&amp;blog=6906993&amp;post=791&amp;subd=robertd60&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-800" title="windows7" src="http://rddweb.com/wp-content/uploads/2009/09/windows71.jpg" alt="windows7" width="154" height="154" />When Microsoft released Windows Vista in 2007 a huge amount of people started criticizing the operating system itself. Most of this was due to the amount of memory usage a computer needed to run the system, and even with around 2 GB of RAM it was still struggling to cope. But sales of Vista still continued and within the first month Microsoft had shifted around 20 million copies.</p>
<p>But was Vista just used to fill in the gap? As only a few years later Microsoft announced that they are working on Windows 7. Windows 7 was literally meant to be the successor to Windows XP but got put on hold for Vista.</p>
<p>Although Windows seven will look and feel like Vista, it will be much more flexible with great response times. When Windows 7 was leaked onto a Torrent site, first reviews of the software have stated that it beats both XP and Vista editions hands down, the processes and responses are much faster.</p>
<p>It has been stated that Windows 7 should be ready for release in time for Christmas 2009. So I would expect to see all of the tech savvy people trying to grab hold of a copy as soon as it hits the shelves. Initially Microsoft did say that the software would not be ready until 2010, but things have moved a long quite promptly to get into the seasonal market.</p>
<p>So what will happen to Windows Vista and why was it so short lived? Well although there were a lot of happy people using the package there were also a huge amount of unhappy people that were using it at the same time, and it did sometimes look as though there were die hard fans that were never going to come off from using XP, and we all know that after a while operating systems get made redundant and updates get stopped. So Microsoft needed to convince people to switch over and that is exactly what Windows 7 will do.</p>
<p>Last week, Microsoft released the almost-finished version of Windows Seven, otherwise known as Windows 7 Release Candidate and feedback from the testing community have been overwhelming positive. It prompted some to say that Windows 7 is what Vista should have been in the first place; a stable operating system that is light on resources and compatible. So fingers crossed for Microsoft hopefully everyone no matter what type of machine they have will enjoy using it.</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/robertd60.wordpress.com/791/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/robertd60.wordpress.com/791/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/robertd60.wordpress.com/791/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/robertd60.wordpress.com/791/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/robertd60.wordpress.com/791/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/robertd60.wordpress.com/791/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/robertd60.wordpress.com/791/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/robertd60.wordpress.com/791/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/robertd60.wordpress.com/791/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/robertd60.wordpress.com/791/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/robertd60.wordpress.com/791/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/robertd60.wordpress.com/791/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/robertd60.wordpress.com/791/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/robertd60.wordpress.com/791/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=robertd60.wordpress.com&amp;blog=6906993&amp;post=791&amp;subd=robertd60&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://robertd60.wordpress.com/2009/09/20/what-will-you-be-getting-this-christmas-windows-7-please/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4468458de6f386f050ba0dfe1e4d1998?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">robertd62</media:title>
		</media:content>

		<media:content url="http://rddweb.com/wp-content/uploads/2009/09/windows71.jpg" medium="image">
			<media:title type="html">windows7</media:title>
		</media:content>
	</item>
		<item>
		<title>Ways to Save Money on Business Computers</title>
		<link>http://robertd60.wordpress.com/2009/09/19/ways-to-save-money-on-business-computers/</link>
		<comments>http://robertd60.wordpress.com/2009/09/19/ways-to-save-money-on-business-computers/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 23:46:08 +0000</pubDate>
		<dc:creator>robertd62</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://rddweb.com/?p=775</guid>
		<description><![CDATA[There's little doubt that we're in tough economic times and that we can expect the same for at least the short term. If crunches like this have an ill affect on businesses the size of the American auto industry, it seems pretty fair to expect that many smaller businesses are in for a struggle as well.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=robertd60.wordpress.com&amp;blog=6906993&amp;post=775&amp;subd=robertd60&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s little doubt that we&#8217;re in tough economic times and that we can expect the same for at least the short term. If crunches like this have an ill affect on businesses the size of the American auto industry, it seems pretty fair to expect that many smaller businesses are in for a struggle as well.</p>
<p>As smaller businesses search for ways to become more efficient and cut costs, their computer budgets are a great place to find value. Computers certainly contribute to efficiency and with a bit of planning, costs can be saved at the same time. So, without further ado, here are some ways to find savings in your computer department.</p>
<p>Avoid the Bleeding Edge</p>
<p>A simple formula in the IT (Information Technology) world is that today&#8217;s fastest, most glamorous, hardware is going to cost you &#8211; big. The simple truth is that the most up to date equipment will be much less expensive in 6 months and for most applications, will work just as well if bought then. In fact, for business purposes, high end fresh off the press equipment is often only needed for high end graphics or server applications.</p>
<p>Some businesses are even buying and using off-lease (used) computers as commodity items. This can be an effective cost saving measure if the computers are used primarily for bookkeeping, word processing, etc.</p>
<p>Standardize</p>
<p>While this is often easier said than done, the benefits of staying with similar hardware across the business can&#8217;t be understated.</p>
<p>Consider the typical small business with let&#8217;s say 8 computers that were all bought ad hoc as they were needed and from different vendors. A year or 2 down the road, the computers need to be upgraded to support new software.</p>
<p>Each computer will need to be assessed to determine what can be upgraded and what parts will be needed when on a more standardized network, it would be much less time consuming (and expensive) to simply determine what needs to be upgraded and apply the same upgrade to all of the computers on the network.</p>
<p>Virtualize</p>
<p>You would probably be surprised to know that many server CPUs are heavily underutilized; their workload is so small that the CPU spends a great deal of time idle. Virtualization can solve that problem, make the server room greener, save money, and even make disaster recovery far easier than even before.</p>
<p>Virtualization is described by Tech Republic as &#8220;&#8230; a method of running multiple independent virtual operating systems on a single physical computer.&#8221; In other words, using virtualization, more than one server can run on a single computer. At the heart of it, any one of these servers is simply a bunch of files rather than physical computers and as such they can be restored to a previous state very easily.</p>
<p>Virtualization is one of the hot topics in the industry today and Microsoft recommends that even if you have a need for only one server, it should be virtualized. This technology will show up more and more in small and medium sized businesses in the coming years and will help simplify how we do business.</p>
<p>Monitor</p>
<p>There literally is nothing more expensive to a business from a computing perspective than downtime. The sad truth is that most situations that result in downtime are preventable and would be caught with a proper monitoring protocol in place. Monitoring keeps a finger on the pulse of the network so to speak and can prevent costly problems before they occur.</p>
<p>Consider Software Alternatives</p>
<p>Ah yes, possibly my favourite subject. There are literally thousands of free and open source software packages out there that do their jobs as well if not better than their commercial cousins. Some of the world&#8217;s most powerful and important servers run on free software. Quite frankly, it&#8217;s a mistake to discount free software in your business.</p>
<p>Let me give you two very simple examples. Many people have spent money for programs that create zipped archive files. A free alternative is 7-Zip which has one of the best compression techniques available. On a similar note, CDBurnerXP is free CD/DVD burning software that rivals the best of breed commercial available out there.</p>
<p>Just as computers bring flexibility and efficiency to a business, they can also bring economy. The trick is knowing where to find it.</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/robertd60.wordpress.com/775/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/robertd60.wordpress.com/775/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/robertd60.wordpress.com/775/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/robertd60.wordpress.com/775/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/robertd60.wordpress.com/775/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/robertd60.wordpress.com/775/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/robertd60.wordpress.com/775/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/robertd60.wordpress.com/775/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/robertd60.wordpress.com/775/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/robertd60.wordpress.com/775/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/robertd60.wordpress.com/775/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/robertd60.wordpress.com/775/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/robertd60.wordpress.com/775/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/robertd60.wordpress.com/775/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=robertd60.wordpress.com&amp;blog=6906993&amp;post=775&amp;subd=robertd60&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://robertd60.wordpress.com/2009/09/19/ways-to-save-money-on-business-computers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4468458de6f386f050ba0dfe1e4d1998?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">robertd62</media:title>
		</media:content>
	</item>
		<item>
		<title>Variety is the Spice of Life, Even in Computers</title>
		<link>http://robertd60.wordpress.com/2009/09/19/variety-is-the-spice-of-life-even-in-computers/</link>
		<comments>http://robertd60.wordpress.com/2009/09/19/variety-is-the-spice-of-life-even-in-computers/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 23:00:46 +0000</pubDate>
		<dc:creator>robertd62</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://rddweb.com/?p=776</guid>
		<description><![CDATA[The ebb and flow of trends in computers has also included an ebb and flow in variety of both hardware and software models. At certain points, it was popular to own one of a handful of computers and run the few programs available. There have been options, but only in the past few years have the options for hardware and software opened up on the market.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=robertd60.wordpress.com&amp;blog=6906993&amp;post=776&amp;subd=robertd60&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ul>
<li>The number of software programs that can be installed on a variety of operating systems has increased astronomically. In the past, Apple computer users were limited to a handful of programs available for that platform, limiting the market share for Apple users.</li>
</ul>
<ul>
<li>Internet browsers were limited to one or two competitors, but there are many competitors for this market now, including Internet Explorer, Mozilla Firefox, and Chrome.</li>
</ul>
<ul>
<li>Office suites were once limited to Microsoft Office and WordPerfect, with WordPerfect becoming a smaller and smaller market share. With open source coding, other options are emerging, including Google Docs, Zoho, and the most notable being OpenOffice, an entirely free package that is competing with Microsoft Office. 20% of OpenOffice users are now using this suite for work purposes, including some government offices.</li>
</ul>
<p><strong>Variety in Software</strong></p>
<p>At one time, the majority of computing was done on Windows-based software, almost exclusively on Microsoft products. A small group, primarily graphics-intensive users, used Apple products and an even smaller group, mostly scientists and academics, used Unix for their computing needs. With the popularity in open source coding on the rise, a renewed interest in Apple products, and a growing population interested in Linux, the pendulum is swinging towards a variety for both operating systems and the software applications that go with them.</p>
<ul>
<li>The number of software programs that can be installed on a variety of operating systems has increased astronomically. In the past, Apple computer users were limited to a handful of programs available for that platform, limiting the market share for Apple users.</li>
<li>Internet browsers were limited to one or two competitors, but there are many competitors for this market now, including Internet Explorer, Mozilla Firefox, and Chrome.</li>
<li>Office suites were once limited to Microsoft Office and WordPerfect, with WordPerfect becoming a smaller and smaller market share. With open source coding, other options are emerging, including Google Docs, Zoho, and the most notable being OpenOffice, an entirely free package that is competing with Microsoft Office. 20% of OpenOffice users are now using this suite for work purposes, including some government offices.</li>
</ul>
<p><strong>Variety in Hardware</strong></p>
<p>Computers have had similar pendulum swings in the popularity of their hardware, most notably in processors. At one time, all Microsoft computers relied on Intel processors and Apple computers, which were a much smaller share of the market, used Motorola processors. AMD began to compete with Intel for the market on Microsoft computers, making significant inroads during their fierce competition. A few years ago, another shift took place when Motorola was abandoned by Apple in favour of the Intel processor.</p>
<p>Competition and variety in computer hardware is not limited to processors, but processors are a good example of this competition, showing the swing in the marketplace and driving a portion of the technological advancement.</p>
<p><strong>Why is Variety Healthy?</strong></p>
<p>With variety in computer hardware and software, comes growth and new ideas in the marketplace. Not long ago, computers were functional for limited purposes and a limited time frame. As the newer models came out, the small portion of software available would cater to the new machines and it became harder to support older machines. Now that there are so many computers in use, software companies no longer cater solely to the latest and greatest, but rather the widest range of machines possible. In turn, these trends have opened up the market for resale, used, and wholesale computers and computer parts.</p>
<p><a href="http://ezinearticles.com/?Variety-is-the-Spice-of-Life,-Even-in-Computers&amp;id=2412717"></a></p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/robertd60.wordpress.com/776/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/robertd60.wordpress.com/776/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/robertd60.wordpress.com/776/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/robertd60.wordpress.com/776/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/robertd60.wordpress.com/776/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/robertd60.wordpress.com/776/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/robertd60.wordpress.com/776/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/robertd60.wordpress.com/776/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/robertd60.wordpress.com/776/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/robertd60.wordpress.com/776/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/robertd60.wordpress.com/776/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/robertd60.wordpress.com/776/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/robertd60.wordpress.com/776/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/robertd60.wordpress.com/776/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=robertd60.wordpress.com&amp;blog=6906993&amp;post=776&amp;subd=robertd60&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://robertd60.wordpress.com/2009/09/19/variety-is-the-spice-of-life-even-in-computers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4468458de6f386f050ba0dfe1e4d1998?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">robertd62</media:title>
		</media:content>
	</item>
		<item>
		<title>3 Most Important Things to Consider While Buying Used Computers</title>
		<link>http://robertd60.wordpress.com/2009/09/19/3-most-important-things-to-consider-while-buying-used-computers/</link>
		<comments>http://robertd60.wordpress.com/2009/09/19/3-most-important-things-to-consider-while-buying-used-computers/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 21:14:13 +0000</pubDate>
		<dc:creator>robertd62</dc:creator>
				<category><![CDATA[Computer]]></category>

		<guid isPermaLink="false">http://rddweb.com/?p=756</guid>
		<description><![CDATA[Buying used computers is never an easy task. You will be well aware that you cannot judge the condition of a computer just by seeing its appearance. Moreover, if you are not an expert in identifying the working condition of the computer accessories, you will have lots of trouble in buying the used computers. If you have no knowledge even about the basics of the computers, you should always avoid buying used computers.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=robertd60.wordpress.com&amp;blog=6906993&amp;post=756&amp;subd=robertd60&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Buying used computers is never an easy task. You will be well aware that you cannot judge the condition of a computer just by seeing its appearance. Moreover, if you are not an expert in identifying the working condition of the computer accessories, you will have lots of trouble in buying the used computers. If you have no knowledge even about the basics of the computers, you should always avoid buying used computers. In case your budget is limited, the refurbished computers will be the best options for you. IF you have a basic idea of the operation of the computer, this article will help you to check the 3 most important parts to check while buying the used computers.</p>
<p>1. Checking The Computer Accessories Inside The CPU</p>
<p>As you may know, CPU is the main unit of a computer and so we should start checking with it. Just turning the power of the computer on and getting the operating system loaded doesn&#8217;t mean that all the computer accessories are working perfectly. For example, the RAM (memory module) failure may not be indicated immediately. RAM failures can be identified only by working on the computer for at least 15 minutes. Certain RAM failures can be identified with the beep codes. You should have noticed a beep sound while turning on the PC. Each beep states an error in the memory module. The beep codes and their explanations are widely available online. Be sure to check the beep codes first. You should also operate the computer with some demanding programs to check the hard disk performance. There are thousands of hard disk diagnostic software available out there for this purpose. Hard disk failures will result in data loss and so hard disk is one of the components that have to be checked.</p>
<p>2. Checking The Display The Display</p>
<p>This is the common part were many of them get tricked. Just checking the software settings for the display will not ensure the working condition of the monitor. Remember that there are hardware buttons for the alignment of the display on the monitor. In many cases any of these hardware buttons on the will not work. This will leave you with no possibility to change the alignment settings of the monitor. So you should make sure that the monitor hardware buttons are fully functional.</p>
<p>3. Beware Of Stolen Goods</p>
<p>Apart from checking the quality of the used computers you have to check their authenticity too. Stealing the computer parts seems to be easy and these stolen goods are sold for dead cheap prices. If you are attracted by the cheap pricing of these stolen goods, you are making a big mistake. Buying stolen used computers will make you end up in severe legal issues. So be sure to check the authenticity of the used computer supplier.</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/robertd60.wordpress.com/756/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/robertd60.wordpress.com/756/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/robertd60.wordpress.com/756/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/robertd60.wordpress.com/756/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/robertd60.wordpress.com/756/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/robertd60.wordpress.com/756/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/robertd60.wordpress.com/756/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/robertd60.wordpress.com/756/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/robertd60.wordpress.com/756/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/robertd60.wordpress.com/756/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/robertd60.wordpress.com/756/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/robertd60.wordpress.com/756/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/robertd60.wordpress.com/756/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/robertd60.wordpress.com/756/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=robertd60.wordpress.com&amp;blog=6906993&amp;post=756&amp;subd=robertd60&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://robertd60.wordpress.com/2009/09/19/3-most-important-things-to-consider-while-buying-used-computers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4468458de6f386f050ba0dfe1e4d1998?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">robertd62</media:title>
		</media:content>
	</item>
		<item>
		<title>What to Look For When You Buy Computers</title>
		<link>http://robertd60.wordpress.com/2009/09/19/what-to-look-for-when-you-buy-computers/</link>
		<comments>http://robertd60.wordpress.com/2009/09/19/what-to-look-for-when-you-buy-computers/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 21:12:44 +0000</pubDate>
		<dc:creator>robertd62</dc:creator>
				<category><![CDATA[Computer]]></category>

		<guid isPermaLink="false">http://rddweb.com/?p=778</guid>
		<description><![CDATA[There are many things that the average person who is not a "techie" must think about when they look for a computer system that will meet their needs. Here are some things to watch out for.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=robertd60.wordpress.com&amp;blog=6906993&amp;post=778&amp;subd=robertd60&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Every couple of years people replace their computers. Or, they need to buy computers for their children going off to college orfor another purpose. When you look at all of the computers for sale, especially if the company has done enough advertising to become a household name you get the feeling that you &#8220;know&#8221; them. The problem is that the more we see these people on television and in print, the more we trust them. That is a huge mistake!</p>
<p>It is important when you are considering a computer system that you ask some hard questions, and look very closely at the fine print. Here are some of the things you will want to be aware of before you buy computers.</p>
<p><strong>READ THE FINE PRINT</strong></p>
<ul>
<li>It seems that the way that some of the more unscrupulouscomputer companies that are losing money are making it back is by including outrageous fine print that actually charges you to return thecomputer system if it is defective. Yes, Dell Computer, offers free shipping. What they don&#8217;t tell you is that if the product is defective, you have to pay to ship it back to themand if you don&#8217;t have one of &#8220;their&#8221; dell technicians go over the computer system before returning it, you will not have a hope of getting a refund!</li>
<li>Another little splurb in the fine print is that if you return the computer with a dell technician going over it to make sure that it is lousy and return the computer, not only do you not get a refund for the money you have spent on the computer, BUT you don&#8217;t get the computer replaced by Dell. So, they get your money AND the computer!</li>
<li>Another little &#8220;fine print&#8221; mega money maker for Dell computeris that if you do return a product, even if it is defective, even if you have done nothing but remove it from the box and put it back, they charge you a 15% &#8220;re-shelf&#8221; fee. So, if you have bought one ofDell&#8217;s &#8220;cheap&#8221; computers for over a thousand dollars and it didn&#8217;t work and you took it to a &#8220;certified Dell Technician&#8221; who affirmed that it was defective, and returned it, you are still going to have to pay 15% plus pay to ship it back to the company yourself just for ordering the dell computer. Now I don&#8217;t know about you, but I have NEVER gotten a &#8220;tip&#8221; for doing a lousy job. But, this company includes that little message in the fine print so that even if they don&#8217;t give you a quality product, they are still going to make money off of you.</li>
<li>When you are shopping for a personal computer, be certain to read the fine print before paying any money or signing any contracts. Don&#8217;t assume that the company is honest or reputable. If a company is not selling a quality product they are going to make their money off the backs of people trying to return the badproduct. And, if you think that the fine print is too small, then there is something in there that the company does not want you to see. Walk away, find a company locally that will stand behind their product and, even if it appearsto cost a little more, go for quality and honesty. In the end, the extra money you spend on an honest and reputable company will be much less than what you will spend trying to get a company likeDell computer to stand behind their product.</li>
</ul>
<p><strong>CUSTOMER SERVICE</strong></p>
<ul>
<li>Just because a company has an 800 number does not mean that they are going to answer it. Or, if they do answer it, it does not mean that you will actually get &#8220;customer service.&#8221; When shopping for a computer system make sure that there is an actual human who will help you if you need assistance. One of the ways that some computer companies avoid having to actually &#8220;talk&#8221; about their defective products is to run you through seven or eight mechanic and human voices who cannot help you and put you on hold until the next person comes on to say they can&#8217;t help you. They do this because they know that the majority of people will give up and keep the defective equipment they have purchased, or call in a local repairman to try and fix the computer system.</li>
<li>For the life of your system, you will have more contact with a customer service representative of the company that you buy the product from than anyone else. Be certain that you actually will be able to contact a customer service representative that can help you solve problems and issues. &#8220;Hostgator&#8221; is a very reputable company that has customer service technicians who will come on line for you and walk you through any issues that you may have, they are incredibly helpful. This is a big company, they get all kinds of questions and issues everyday, but they manage to provide personal one on one customer service. If the excuse you get from a computer supplier is that they are &#8220;so&#8221; big, &#8220;so&#8221; busy, &#8220;so&#8221; bored that they can&#8217;t take the time to help you. Or, if they don&#8217;t have online live chat to help you, then go to a different computer company. When live chat online is only used as a sales tool, that is not going to help you when you are trying to figure out how to make your wireless keyboard work. You want help when you need it, not when it is convenient for dell computer people to play the transfer game.</li>
</ul>
<p>Even though the price of a quality computer system has decreased over the last few years, this is still a big investment for most people. We depend on our computers and need them to work. And, we need to know that the company we purchase our computer system from is going to provide a quality product and excellent customer service when we buy computers. It is vital that we make conscious and knowledgeable decisions when we buy computers and do not fall prey to unscrupulous companies that have forgotten who supports them.</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/robertd60.wordpress.com/778/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/robertd60.wordpress.com/778/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/robertd60.wordpress.com/778/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/robertd60.wordpress.com/778/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/robertd60.wordpress.com/778/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/robertd60.wordpress.com/778/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/robertd60.wordpress.com/778/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/robertd60.wordpress.com/778/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/robertd60.wordpress.com/778/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/robertd60.wordpress.com/778/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/robertd60.wordpress.com/778/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/robertd60.wordpress.com/778/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/robertd60.wordpress.com/778/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/robertd60.wordpress.com/778/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=robertd60.wordpress.com&amp;blog=6906993&amp;post=778&amp;subd=robertd60&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://robertd60.wordpress.com/2009/09/19/what-to-look-for-when-you-buy-computers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4468458de6f386f050ba0dfe1e4d1998?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">robertd62</media:title>
		</media:content>
	</item>
		<item>
		<title>Where In The World Is Windows Update Agent 5.8.02469?</title>
		<link>http://robertd60.wordpress.com/2009/09/19/where-in-the-world-is-windows-update-agent-5-8-02469/</link>
		<comments>http://robertd60.wordpress.com/2009/09/19/where-in-the-world-is-windows-update-agent-5-8-02469/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 11:05:01 +0000</pubDate>
		<dc:creator>robertd62</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://rddweb.com/?p=761</guid>
		<description><![CDATA[Ha! Alas, those who choose not to regularly update their software got a rather nasty surprise when trying to install one of the latest versions of Windows Live Messenger.  If you do not have your computer set for automatic updates, you may be one of the unfortunate souls who gets the message "You must install the critical update "Windows Update Agent 5.8.02469" when trying to install Windows Live Messenger.  And judging from the amount of forum requests and frantic questions at numerous answer forums, you are definitely not alone.  So where in the world is this elusive Windows Update Agent 5.802469?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=robertd60.wordpress.com&amp;blog=6906993&amp;post=761&amp;subd=robertd60&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ha! Alas, those who choose not to regularly update their software got a rather nasty surprise when trying to install one of the latest versions of Windows Live Messenger. If you do not have your computer set for automatic updates, you may be one of the unfortunate souls who gets the message &#8220;You must install the critical update &#8220;Windows Update Agent 5.8.02469&#8243; when trying to install Windows Live Messenger. And judging from the amount of forum requests and frantic questions at numerous answer forums, you are definitely not alone. So where in the world is this elusive Windows Update Agent 5.802469?</p>
<p>Since it can seem a bit intrusive for some and just downright annoying to others, many people opt to turn off the automatic update feature on their computer for whatever reasons. Recent versions of Microsoft Windows, including Windows ME, 98, 2000, XP, and Vista all have this automatic update feature included. It is important for you to keep your computer updated because Microsoft issues patches and updates for security issues on a regular basis. If you choose to manually update, be sure to visit the Microsoft update site on a regular basis. You can choose which updates you wish to install, but the critical updates are the ones you should be most concerned about.</p>
<p>Since updates patch gaping holes in Microsoft Windows, do not be surprised to find that you are suddenly a victim of a virus, Trojan, worm, or some other such nastiness if you choose not to make sure that your software is updated. You may wonder how you have fallen victim to such things when you have not done of the traditional &#8216;wrong&#8217; things (such as opening unknown attachments or downloading illegal software) that normally cause these problems. Simply put, you may have neglected to keep your Windows software updated and someone may have exploited one of the known security vulnerabilities in the software. It is also most likely the reason you cannot find Windows Update Agent 5.8.02469.</p>
<p>Now that you understand the importance of updating your Windows software, if you do not have your computer set for automatic updating, you can regularly check for updates by going to windows update &#8211; your operating system will be detected automatically. You can then scan your computer for updates and the results will return any critical and/or security updates your system may require. Choose the critical updates and any recommended updates you may want and then select &#8216;Install&#8217;. For those who are missing the elusive Windows Update Agent 5.8.02469, you will probably find it hiding out here.</p>
<p>So, where in the world was Windows Update Agent 5.8.02469? Perhaps, it was hiding right under your nose all the time. Many of our computer issues can be solved by taking care to perform a little maintenance and care on a regular basis. So the next time you try to install a new software program and get an annoying error message, it may just be that you have not been as diligent about keeping your software current as you should have been.</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/robertd60.wordpress.com/761/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/robertd60.wordpress.com/761/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/robertd60.wordpress.com/761/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/robertd60.wordpress.com/761/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/robertd60.wordpress.com/761/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/robertd60.wordpress.com/761/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/robertd60.wordpress.com/761/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/robertd60.wordpress.com/761/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/robertd60.wordpress.com/761/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/robertd60.wordpress.com/761/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/robertd60.wordpress.com/761/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/robertd60.wordpress.com/761/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/robertd60.wordpress.com/761/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/robertd60.wordpress.com/761/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=robertd60.wordpress.com&amp;blog=6906993&amp;post=761&amp;subd=robertd60&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://robertd60.wordpress.com/2009/09/19/where-in-the-world-is-windows-update-agent-5-8-02469/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4468458de6f386f050ba0dfe1e4d1998?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">robertd62</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows XP Slow Boot &#8211; Fix This Problem Now!</title>
		<link>http://robertd60.wordpress.com/2009/09/19/windows-xp-slow-boot-fix-this-problem-now/</link>
		<comments>http://robertd60.wordpress.com/2009/09/19/windows-xp-slow-boot-fix-this-problem-now/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 11:02:09 +0000</pubDate>
		<dc:creator>robertd62</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://rddweb.com/?p=763</guid>
		<description><![CDATA[One of the annoying problems with our computer life is the Windows XP slow boot. It really gets into the nerve especially when you have an important meeting and you are already late but still, you find yourself in front of the computer screen, staring blankly at the message- 'please wait while the Windows shuts down'. And you wonder how many meetings will you unable to attend just because of this irritating problem?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=robertd60.wordpress.com&amp;blog=6906993&amp;post=763&amp;subd=robertd60&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One of the annoying problems with our computer life is the Windows XP slow boot. It really gets into the nerve especially when you have an important meeting and you are already late but still, you find yourself in front of the computer screen, staring blankly at the message- &#8216;please wait while the Windows shuts down&#8217;. And you wonder how many meetings will you unable to attend just because of this irritating problem?</p>
<p>Unsystematic files. Unnecessary software. Unused network drives. Too many programs. Virus and spyware. These are the common reasons why your computer performs slower than before. You will know if you have Windows XP slow boot if your personal computer shuts down slow, hangs during shutdown or reboots instead of shutdown. A lot of people do not make any effort solving these problem because they get too intimidated and think that it needs the help of an expert to fix Windows XP slow boot conditions.</p>
<p>Actually, you can manually cure your problem with Windows XP slow boot. Here are some suggestions that you might find helpful: First, remove the programs from the startup that you think is unnecessary. Either you go to the Startup menu, delete them and make sure that the Preferences settings in every program, keeps them from booting up.</p>
<p>Remove spyware and adware. Make sure that you run a full adware and spyware scan if the computer is still running slow during booting. Another helpful tip is to run a virus scan. This is advantageous in the end to boot time. Use disk defragmentor to defragment the computer. Make the system do a boot defragment. This will put boot files close to one another on the hard disk when all the boot files are arranged closely, the system will start faster. This is the simple way to speed up Windows XP slow boot. You can find this in the accessories, in the system tools area. You can also use programs like registry mechanic to optimize your registry. Search the internet on where you can download this program. After doing these and you still have troubles in Windows XP slow boot, it is recommended that you take a back up and reformat the computer.</p>
<p>Moreover, these information might enlighten you with your Windows XP slow boot problem. First, open Windows Task Manager. If your computer was running smooth at one time, the problem must be inside the Operating System. All the resources being used by your computer is shown in the Windows Task Manager. To do this, just hold down Ctrl-Alt-Delete. Then, select &#8216;Open Task Manager&#8217;.</p>
<p>Then check the processes. Once the Task Manager is opened, click the Processes tab. Examine which of the processes are using the most resources by scrolling down. You may find that there are programs that are infected by a virus or a spyware, which you have installed without being aware of it.</p>
<p>Close the program that is stealing your resources. Close the programs that are using all your computer&#8217;s resources. But be careful not to close the program by clicking the &#8216;end processes&#8217; option in the Task Manager because this will just make the computer stable. If you find some unfamiliar entries in the Task Manager that you find strange, this is a possibility that there is a virus present.</p>
<p>Look in the System Tray if you cannot find a program that is eating your resources. The system tray is located in the lower right hand corner of the computer screen. When you install a new program, this sets up a fast start option in the system tray. Right click the icons in the system tray and turn them off.</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/robertd60.wordpress.com/763/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/robertd60.wordpress.com/763/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/robertd60.wordpress.com/763/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/robertd60.wordpress.com/763/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/robertd60.wordpress.com/763/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/robertd60.wordpress.com/763/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/robertd60.wordpress.com/763/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/robertd60.wordpress.com/763/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/robertd60.wordpress.com/763/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/robertd60.wordpress.com/763/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/robertd60.wordpress.com/763/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/robertd60.wordpress.com/763/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/robertd60.wordpress.com/763/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/robertd60.wordpress.com/763/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=robertd60.wordpress.com&amp;blog=6906993&amp;post=763&amp;subd=robertd60&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://robertd60.wordpress.com/2009/09/19/windows-xp-slow-boot-fix-this-problem-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4468458de6f386f050ba0dfe1e4d1998?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">robertd62</media:title>
		</media:content>
	</item>
	</channel>
</rss>
