<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Is Good Stuff &#187; Tutorials</title>
	<atom:link href="http://www.isgoodstuff.com/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.isgoodstuff.com</link>
	<description>For all the good things!</description>
	<lastBuildDate>Mon, 26 Jul 2010 01:38:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>AS3 : Using FlashVars functions in a neat class &#8211; JadBox</title>
		<link>http://www.isgoodstuff.com/2010/06/20/as3-using-flashvars-functions-in-a-neat-class-jadbox/</link>
		<comments>http://www.isgoodstuff.com/2010/06/20/as3-using-flashvars-functions-in-a-neat-class-jadbox/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 02:43:16 +0000</pubDate>
		<dc:creator>Mr.GoodStuff</dc:creator>
				<category><![CDATA[Articles Submits]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Useful Scripts]]></category>
		<category><![CDATA[actionscript]]></category>

		<guid isPermaLink="false">http://www.isgoodstuff.com/?p=563</guid>
		<description><![CDATA[I&#8217;m sure some of you might be looking for a class that can allow you to do reading in flashvars. You can still do it using the my previous way but, is much neater using classes. Well fortunately, there is such thing. It&#8217;s called JadBox Flashvar class. You can get the util class here. Here [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="lightbox" href="http://www.isgoodstuff.com/wp-content/uploads/2009/09/ActionscriptIcon_400_thumb.png"><img class="alignleft size-full wp-image-485" style="margin-right: 5px;" title="ActionscriptIcon_400_thumb.png" src="http://www.isgoodstuff.com/wp-content/uploads/2009/09/ActionscriptIcon_400_thumb.png" alt="" width="124" height="124" /></a>I&#8217;m sure some of you might be looking for a class that can allow you to do reading in flashvars. You can still do it using the my previous way but, is much neater using classes. Well fortunately, there is such thing. It&#8217;s called JadBox Flashvar class. You can get the util class <a href="http://www.jadbox.com/2009/01/flashvars-for-everyone/">here</a>. Here an example how this class is used (remember to import the jadbox class into your main first before using it)</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">var</span> myFlashvar:<span style="color: #0066CC;">String</span> = FlashVars.<span style="color: #006600;">parameters</span><span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">&quot;myFlashvar&quot;</span><span style="color: #66cc66;">&#93;</span>;</pre></div></div>

<p>or you can access the flashvar values this way.</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">var</span> myFlashvar:<span style="color: #0066CC;">String</span> = FlashVars.<span style="color: #006600;">parameters</span>.<span style="color: #006600;">myFlashvar</span>;</pre></div></div>

<div style="text-align:left"><a style="text-align:left" href="javascript:toggleStartStop();PicLensLite.start({feedUrl:'http://www.isgoodstuff.com/wp-content/plugins/wp-piclens/mrss.php?id=563'});">Start Slide Show with PicLens Lite <img src="http://www.isgoodstuff.com/wp-content/plugins/wp-piclens/PicLensButton.png" alt="PicLens" width="16" height="12" border="0" align="top"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.isgoodstuff.com/2010/06/20/as3-using-flashvars-functions-in-a-neat-class-jadbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful Tips : The Principles of User Interface Design</title>
		<link>http://www.isgoodstuff.com/2010/01/21/useful-tips-the-principles-of-user-interface-design/</link>
		<comments>http://www.isgoodstuff.com/2010/01/21/useful-tips-the-principles-of-user-interface-design/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 01:08:28 +0000</pubDate>
		<dc:creator>Mr.GoodStuff</dc:creator>
				<category><![CDATA[Articles Submits]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.isgoodstuff.com/?p=536</guid>
		<description><![CDATA[WTH is that? &#8211; you asked? Well, the Principles of User Interface Design are intended to improve the quality of user interface design. And this has nothing to do whether you are an expert programmer, hardcore developer, famous designer and etc. This article is merely to share with you all out there that trying to [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="lightbox" href="http://www.isgoodstuff.com/wp-content/uploads/2010/01/2089570961_4ec1fea2c7.jpg"><img class="alignleft size-thumbnail wp-image-537" style="margin-bottom: 5px; margin-right: 5px;" title="Robot Frustrated" src="http://www.isgoodstuff.com/wp-content/uploads/2010/01/2089570961_4ec1fea2c7-150x150.jpg" alt="Robot Frustrated" width="150" height="150" /></a>WTH is that? &#8211; you asked?</p>
<p style="text-align: justify;">Well, the <strong>Principles of User Interface Design </strong>are intended to improve the quality of user interface design. And this has nothing to do whether you are an expert programmer, hardcore developer, famous designer and etc.</p>
<p style="text-align: justify;">This article is merely to share with you all out there that trying to develop or design something for client or end-users. Consider yourself by following at least 1 or 2 of this principles as helping mankind. Well enough chatter, and let us begin..</p>
<p>The principles of UI I was yapping about are as follows :-</p>
<p><span id="more-536"></span></p>
<ul>
<li style="text-align: justify;margin-bottom:8px;"><strong>The Structure principle</strong>: Design should organize the user interface purposefully, in meaningful and useful ways based on clear, consistent models that are apparent and recognizable to users, putting related things together and separating unrelated things, differentiating dissimilar things and making similar things resemble one another. The structure principle is concerned with overall user interface architecture. <strong>E.g. UI consistency, distinctive buttons, most active or used buttons are place nearer to the mouse and etc.<br />
</strong> </li>
<li style="text-align: justify;margin-bottom:8px;"><strong>The Simplicity principle</strong>: The design should make simple, common tasks easy, communicating clearly and simply in the user&#8217;s own language, and providing good shortcuts that are meaningfully related to longer procedures. <strong>E.g. one click at a iconic big button that instructs the computer to performs multiple complex tasks.<br />
</strong> </li>
<li style="text-align: justify;margin-bottom:8px;"><strong>The Visibility principle</strong>: The design should make all needed options and materials for a given task visible without distracting the user with extraneous or redundant information. Good designs don&#8217;t overwhelm users with alternatives or confuse with unneeded information. <strong>E.g. introducing subtle indicator prior to user action / response is a good sign on visibility (tool tip or mouse indicator) or clearly distinguish the click-able stuff and disabled stuff.<br />
</strong></li>
<li style="TEXT-ALIGN: justify;margin-bottom:8px;"><strong>The Feedback principle</strong>: The design should keep users informed of actions or interpretations, changes of state or condition, and errors or exceptions that are relevant and of interest to the user through clear, concise, and unambiguous language familiar to users. <strong>E.g. message or indicator that appears to reinforce the action committed, for example, message of showing records are deleted.</strong></li>
<li style="TEXT-ALIGN: justify;margin-bottom:8px;"><strong>The Tolerance principle</strong>: The design should be flexible and tolerant, reducing the cost of mistakes and misuse by allowing undoing and redoing, while also preventing errors wherever possible by tolerating varied inputs and sequences and by interpreting all reasonable actions. <strong>E.g. double verifying orders for something that is irreversible is a good idea to have. For example, This will delete all your save files, Proceed ?</strong></li>
<li style="TEXT-ALIGN: justify;margin-bottom:8px;"><strong>The Reuse principle</strong>: The design should reuse internal and external components and behaviors, maintaining consistency with purpose rather than merely arbitrary consistency, thus reducing the need for users to rethink and remember. <strong>E.g. reusing of same submit and cancel button that appears consistently at the same spot is good idea of reuse principle. </strong></li>
</ul>
<p style="TEXT-ALIGN: justify"> </p>
<p style="TEXT-ALIGN: justify">Last but not least, like all the robotic /computer laws. There are <strong><span style="text-decoration: underline;">two laws</span></strong> that applies in user interface design because, we are making something to be used on a computer:- </p>
<p style="TEXT-ALIGN: justify"><strong>First Law :-</strong></p>
<blockquote>
<p style="TEXT-ALIGN: justify">A computer shall not harm your work or, through inactivity, allow your work to come to harm.</p>
<p style="TEXT-ALIGN: justify"><strong>Example, of 1st Law Violation</strong><br />
<em>Imagine, a worker accidentally deleted entire database record of all citizens of the country in the immigration dept, just with one click. Resulting, him being fired and traumatize for live because, the developer that develop the system didn&#8217;t cater for tolerance.</em></p></blockquote>
<p style="TEXT-ALIGN: justify"><strong>Second Law :-</strong></p>
<blockquote>
<p style="TEXT-ALIGN: justify">A computer shall not waste your time or require you to do more work than is strictly necessary.</p>
<p style="TEXT-ALIGN: justify"><strong>Example, of 2nd Law Violation</strong><br />
<em>No indication of the server is busy, makes the player go wondering what has happened to his PC assuming it&#8217;s hang / crashed. He/she spends hours diagnosing the problem or restarted the PC innocently. Again this is because, the developer didn&#8217;t cater for feedback and visibility or auto-assumed this is a designers fault.</em></p>
<p style="TEXT-ALIGN: justify"> </p>
</blockquote>
<p>I really hope this article will enlighten you that such precaution step do exist in our development / design life cycle and should not be ignored just like that. Happy New Year from IGS and good luck in your projects!</p>
<div style="text-align:left"><a style="text-align:left" href="javascript:toggleStartStop();PicLensLite.start({feedUrl:'http://www.isgoodstuff.com/wp-content/plugins/wp-piclens/mrss.php?id=536'});">Start Slide Show with PicLens Lite <img src="http://www.isgoodstuff.com/wp-content/plugins/wp-piclens/PicLensButton.png" alt="PicLens" width="16" height="12" border="0" align="top"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.isgoodstuff.com/2010/01/21/useful-tips-the-principles-of-user-interface-design/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Understanding Computer Error Messages And Their Resolution Methods</title>
		<link>http://www.isgoodstuff.com/2009/10/27/understanding-computer-error-messages-and-their-resolution-methods/</link>
		<comments>http://www.isgoodstuff.com/2009/10/27/understanding-computer-error-messages-and-their-resolution-methods/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 22:29:59 +0000</pubDate>
		<dc:creator>Mr.GoodStuff</dc:creator>
				<category><![CDATA[Articles Submits]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Windows Stuff]]></category>

		<guid isPermaLink="false">http://www.isgoodstuff.com/2009/10/27/understanding-computer-error-messages-and-their-resolution-methods/</guid>
		<description><![CDATA[This article will help you understand what DLL errors are, how to understand DLL error messages and how to resolve them on your own. What are DLL files? To understand DLL errors, it is essential to know what DLL files are and why are they required on a Windows computer. DLL is the acronym for [...]]]></description>
			<content:encoded><![CDATA[<p>This article will help you understand what DLL errors are, how to understand DLL error messages and how to resolve them on your own.</p>
<p><strong>What are DLL files?</strong></p>
<p><a href="http://www.isgoodstuff.com/wp-content/uploads/2009/10/dllregedit1.png" rel="lightbox"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 10px 0px 0px; display: inline; border-top: 0px; border-right: 0px" title="dllregedit" border="0" alt="dllregedit" align="left" src="http://www.isgoodstuff.com/wp-content/uploads/2009/10/dllregedit_thumb1.png" width="184" height="170" /></a> To understand DLL errors, it is essential to know what DLL files are and why are they required on a Windows computer. DLL is the acronym for Dynamic Link Library. These files are used in Windows to save program codes that can be dynamically loaded in the system memory when a particular program on your computer wants to use it. These files can be shared among multiple applications and thus help in the efficient use of system resources. </p>
<p><strong>     <br />What causes DLL errors?</strong></p>
<p>There are several DLL files on a single Windows computer. Out of which, some like <a href="http://www.dll-error-fixes.com/common-mfx80dll-error-messages-solutions/">mfc80.dll</a> and <a href="http://www.dll-error-fixes.com/dealing-http-404-error-shtmldll-forms-frontpage-webs/">shtml.dll</a> are usually shipped with Windows, while others like <a href="http://www.dll-error-fixes.com/resolve-wmpdll-errors/">wmp.dll</a> (Winamp) are copied when you install additional programs on your PC. The following are some of the common reason for these errors:</p>
<ul>
<li>One or more DLL files are overwritten by older or incompatible versions. </li>
<li>A required DLL files gets deleted from the computer. </li>
<li>A buggy program or device driver is installed on the system. </li>
<li>Your computer is infected by a malware. </li>
<li>Windows registry is damaged or comprises invalid entries.</li>
</ul>
<p> <span id="more-496"></span>
<p><strong>How to resolve DLL issues</strong></p>
<p>There are some tasks that you may do when DLL errors occur. Here, are some of the initial steps that may perform:</p>
<ol>
<li><strong>Restart your PC.</strong> If the error has occurred due to a temporary condition restarting may resolve the issue. </li>
<li><strong>Restore file if deleted by mistake.</strong> Check your Recycle Bin and if you find the file there, restore it to resolve the error. </li>
<li><strong>Reverse the action that started the error.</strong> For instance, if errors follow a software/driver installation or uninstallation, undo the action to try and resolve the error. </li>
<li><strong>Perform system restore</strong>. This will roll back system files and settings to a previous time when you know that your PC was not showing any errors. </li>
<li><strong>Update your PC software. </strong>This will help you ensure that the system is free from outdated files and folders. </li>
<li><strong>Scan your PC for malware infections. </strong>Scan with robust antivirus and antispyware tools to ensure that your system is free from malware infections. </li>
<li><strong>Scan and repair registry issues.</strong> Use a trustworthy registry tool to perform a thorough registry scan and fix any errors that are detected. </li>
</ol>
<p>A little understanding of computer errors may not only help you save time and money spent on getting the issues fixed, but will also give you confidence in combating these errors when they occur.</p>
<div style="text-align:left"><a style="text-align:left" href="javascript:toggleStartStop();PicLensLite.start({feedUrl:'http://www.isgoodstuff.com/wp-content/plugins/wp-piclens/mrss.php?id=496'});">Start Slide Show with PicLens Lite <img src="http://www.isgoodstuff.com/wp-content/plugins/wp-piclens/PicLensButton.png" alt="PicLens" width="16" height="12" border="0" align="top"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.isgoodstuff.com/2009/10/27/understanding-computer-error-messages-and-their-resolution-methods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ultimate Tips to Uninstall Programs from Your PC</title>
		<link>http://www.isgoodstuff.com/2009/07/24/ultimate-tips-to-uninstall-programs-from-your-pc/</link>
		<comments>http://www.isgoodstuff.com/2009/07/24/ultimate-tips-to-uninstall-programs-from-your-pc/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 22:34:00 +0000</pubDate>
		<dc:creator>Mr.GoodStuff</dc:creator>
				<category><![CDATA[Articles Submits]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Windows Stuff]]></category>

		<guid isPermaLink="false">http://www.isgoodstuff.com/2009/07/24/ultimate-tips-to-uninstall-programs-from-your-pc/</guid>
		<description><![CDATA[The huge amount of hard disk space that comes with new PCs today is quite similar to large closets. Initially, both look big, however, both fill up much sooner than expected. Also, if you don’t maintain or clean them on a regular basis, it takes a lot of time to find what you are looking [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.isgoodstuff.com/wp-content/uploads/2009/07/UninstallV3Vista.png" rel="lightbox"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="UninstallV3-Vista" border="0" alt="UninstallV3-Vista" src="http://www.isgoodstuff.com/wp-content/uploads/2009/07/UninstallV3Vista_thumb.png" width="554" height="427" /></a> </p>
<p>The huge amount of hard disk space that comes with new PCs today is quite similar to large closets. Initially, both look big, however, both fill up much sooner than expected. Also, if you don’t maintain or clean them on a regular basis, it takes a lot of time to find what you are looking for. In order to bring back the order, you need to be careful with what you are putting in and remember to keep things in an arranged manner. </p>
<p>Another important ritual is to get rid of things that were precious to you sometime back but that you do not require anymore. During the cleaning process you may be surprised to find a few things that were unintentionally put there and had been occupying valuable space. These are usually spyware and adware programs that install on your PC without your knowledge. To get rid of these programs, you need to uninstall them from your computer. The following are some of the top advantages of uninstalling these programs:</p>
<ol>
<li>You will have more space available for important things. </li>
<li>Your computer will be less burdened as more resources will be available for processing. </li>
<li>The chances of errors will decrease with fewer programs. </li>
<li>You will be able to get rid of malware programs that have secretly entered in your PC with the intent of causing damage.</li>
</ol>
<p>Let’s now have a look at the top tips to uninstall unwanted programs and achieve all these advantages:</p>
<ul>
<li>
<p><strong>Inbuilt Uninstaller:</strong> Most software programs come with their own uninstaller option. It is recommended that you use this option while uninstalling a program.&#160; To do this, in Windows XP PC, go to the <strong>Start </strong>menu, then click on <strong>All Programs </strong>menu option, spot the program you want to remove, and then from the program sub-menu select the <strong>Uninstall </strong>option if it is provided. This will initialize the uninstall process.</p>
</li>
</ul>
<ul>
<li>
<p><strong>Windows Add or Remove Program utility</strong>: In case the program you want to remove does not come with an uninstall option, you can use the windows <strong>Add or Remove Programs </strong>utility. To open this utility go to <strong>Start </strong>menu and click on <strong>Control Panel. </strong>Here, select the <strong>Add or Remove Program </strong>option. This will display a list of programs that are currently installed on your PC. Select the programs you want to remove one-by-one and then click on the <strong>Change/Remove</strong> or <strong>Remove </strong>button. This is an effective method that you can use to <a href="http://www.instant-registry-fixes.org/methods-to-uninstall-yahoo-toolbar-from-firefox-explorer/">remove Yahoo toolbar</a> and other similar programs that do not provide an uninstall option in the Start menu.</p>
</li>
</ul>
<ul>
<li>
<p><strong>Third-Party Uninstaller: </strong>There are some software programs, such as Norton Internet Security tool that are really hard to remove from your system. This is because these programs are notorious for adding a large number of files and registry entries to your computer. These programs do not get completely uninstalled even if you use any of the above two options. To <a href="http://www.instant-registry-fixes.org/how-to-uninstall-norton-internet-security/">uninstall Norton Internet Security</a> other such large programs, you may use the uninstaller tools provided to specifically remove these programs on the manufacturer’s website. In case an uninstaller is not available, you may choose to use an efficient third-party program uninstaller tool to do the job for you. </p>
</li>
<li>
<p><strong>Upgrading or Manual Deletion:&#160; </strong>Some programs cannot be removed by using the conventional methods of uninstalling a program. For example, many users look for methods on <a href="http://www.instant-registry-fixes.org/how-can-i-uninstall-directx-9/">how to uninstall DirectX 9</a> from their computer. To uninstall DirectX and other similar programs that do not feature in uninstall programs list, you need to manually delete them from the registry. You may also choose to update these programs to a more current version.</p>
</li>
</ul>
<div style="text-align:left"><a style="text-align:left" href="javascript:toggleStartStop();PicLensLite.start({feedUrl:'http://www.isgoodstuff.com/wp-content/plugins/wp-piclens/mrss.php?id=466'});">Start Slide Show with PicLens Lite <img src="http://www.isgoodstuff.com/wp-content/plugins/wp-piclens/PicLensButton.png" alt="PicLens" width="16" height="12" border="0" align="top"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.isgoodstuff.com/2009/07/24/ultimate-tips-to-uninstall-programs-from-your-pc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Protect Your PC From Malware Threats</title>
		<link>http://www.isgoodstuff.com/2009/06/12/how-to-protect-your-pc-from-malware-threats/</link>
		<comments>http://www.isgoodstuff.com/2009/06/12/how-to-protect-your-pc-from-malware-threats/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 22:28:09 +0000</pubDate>
		<dc:creator>Mr.GoodStuff</dc:creator>
				<category><![CDATA[Articles Submits]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Windows Stuff]]></category>

		<guid isPermaLink="false">http://www.isgoodstuff.com/?p=425</guid>
		<description><![CDATA[Of all the potential threats that can cause damage to your computer, perhaps the most serious and widespread threat is from malware or malicious software. Malware refers to any piece of code that tries to enter your PC without your consent and causes damage to it or steals your personal information. Malware can be categorized [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="lightbox" href="http://www.isgoodstuff.com/wp-content/uploads/2009/06/computer_virus.jpg"><img class="alignleft size-full wp-image-426" style="margin-left: 2px; margin-right: 2px;" title="computer_virus" src="http://www.isgoodstuff.com/wp-content/uploads/2009/06/computer_virus.jpg" alt="computer_virus" width="275" height="292" /></a>Of all the potential threats that can cause damage to your computer, perhaps the most serious and widespread threat is from malware or malicious software.</p>
<p>Malware refers to any piece of code that tries to enter your PC without your consent and causes damage to it or steals your personal information.</p>
<p>Malware can be categorized into two main categories:</p>
<p>- Virus: These include all kinds of computer viruses, worms, and Trojans<br />
- Spyware: These include spy software, adware, and criminal ware.</p>
<p>While the former spread fast and are transmitted through one computer to other, the latter are confined usually to the computer in which spyware has entered.</p>
<p>A recent study found that over 86% of computers are inadequately protected from malware threats, while half of users perceived that they were well-protected. This overconfidence stems from ignorance about the threat perception of malware and most users are not aware of the problem until it is too late. Some of the symptoms that may give you a warning signal about the presence of malware is if your <a href="http://www.instant-registry-fixes.org/why-is-my-computer-slow/">computer is slow</a> or if your <a href="http://www.instant-registry-fixes.org/preventing-system-freezes/">computer freezes randomly</a>. It is recommended that you follow the tips given below to protect your PC from Malware:</p>
<ol>
<li><span style="text-decoration: underline;"><strong>Use a reliable anti-virus properly:</strong></span> While most of you probably have anti-virus software installed on your system, you may not be aware of its capabilities. It is critical that you choose your anti-virus very carefully after consulting with experts and reading the reviews. Once you select the anti-virus and install it, you must be sure to:
<ul>
<li>Enable real-time protection to ensure no malware infiltrates your PC.</li>
<li>Perform a complete system scan every few days.</li>
<li>Always remember to update the virus definitions to ensure total protection from a new virus.</li>
</ul>
</li>
<li><span style="text-decoration: underline;"><strong>Follow Safe Computing:</strong></span> You must take all precautions while using your computer, especially while using the Internet. You must be sceptical of all unknown emails as well as attachments and never open them before scanning. You must also never visit or download software from suspicious websites.</li>
<li><span style="text-decoration: underline;"><strong>Update your Operating System regularly:</strong></span> Microsoft Windows is a robust operating system but it is not perfect. Microsoft releases updates on a regular basis to plug any loopholes in its security that may serve as an entry point for various malware. Ensuring regular system updates also makes the defence of your PC stronger and less prone to malware attacks. You can update your Windows operating system easily by using the Windows Update feature.</li>
<li><span style="text-decoration: underline;"><strong>Use a good anti-spyware:</strong></span> Did you know that almost all PCs that have an internet connection are likely to have spyware on them. These spyware programs, such as Limewire, can  add a lot of entries to your registry and can cause a lot of damage to your system. If you are wondering <a href="http://www.instant-registry-fixes.org/methods-to-uninstall-limewire">how to uninstall Limewire</a>, you need to equip your computer with a reliable anti-spyware tool and it will get rid of all kinds of spyware including Limewire. You may also choose to use a good registry tool to clean up any spyware entries added deep within the registry tree.</li>
</ol>
<div style="text-align:left"><a style="text-align:left" href="javascript:toggleStartStop();PicLensLite.start({feedUrl:'http://www.isgoodstuff.com/wp-content/plugins/wp-piclens/mrss.php?id=425'});">Start Slide Show with PicLens Lite <img src="http://www.isgoodstuff.com/wp-content/plugins/wp-piclens/PicLensButton.png" alt="PicLens" width="16" height="12" border="0" align="top"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.isgoodstuff.com/2009/06/12/how-to-protect-your-pc-from-malware-threats/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
