<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<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/"
	>

<channel>
	<title>Windows Update Advisor</title>
	<link>http://www.windowsupdateadvisor.com</link>
	<description></description>
	<pubDate>Mon, 18 Jun 2007 05:10:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>Review on MerchantOS POS</title>
		<link>http://www.windowsupdateadvisor.com/review-on-merchantos-pos.html</link>
		<comments>http://www.windowsupdateadvisor.com/review-on-merchantos-pos.html#comments</comments>
		<pubDate>Mon, 18 Jun 2007 05:10:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.windowsupdateadvisor.com/review-on-merchantos-pos.html</guid>
		<description><![CDATA[

This paid review is about Online
Point-of-Sale system by MerchantOS. 
A Point-of-Sale system or POS is an indispensable feature in any kind of retail business. Ask any merchant around your area and chances are you will find them using some kind of POS in their business. As time goes by, POS system has evolved from standalone [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>This paid review is about Online<br />
<a href="http://www.merchantos.com/">Point-of-Sale</a> system by MerchantOS. </p>
<p>A Point-of-Sale system or POS is an indispensable feature in any kind of retail business. Ask any merchant around your area and chances are you will find them using some kind of POS in their business. As time goes by, POS system has evolved from standalone system to web base online system.</p>
<p><center><br />
<img src="http://www.merchantos.com/wp-content/themes/merchantos/images/logo.gif" alt="MerchantOS POS" /></center></p>
<p>MerchantOS online POS system is a product developed by Ivan Stanojevic, Co-Founder and CEO and  Justin Laing, Co-Founder and Software Architect. By reading on their <a href="http://www.merchantos.com/about/">about page</a>, I can see that this is a classic example of how a small group of people, from what they need to use everyday, tried to make life more convenient, solving problems by developing a software that they need, and make it big by pushing it as a product for other to use.</p>
<p>From what I read from the MerchantOS website, majority of the merchants that uses the online POS system are bicycle shops. This does not surprise me as one of the co-founder, Ivan used to work in Sloughâ€™s bike shop in San Jose and he also rode for the Team San Jose cycling team. By going into a niche market, there will be better chance of survive because you offer what you do best and do not go head-to-head with the big boys which might already captures majority of the market.</p>
<p>Some advantages of using MerchantOS online POS system:</p>
<ol>
<li>All the needed hardware are clearly stated on the <a href="http://www.merchantos.com/hardware/">hardware page</a>, thus reduce wastage by selecting the correct hardware.
</li>
<li>Online POS system means you can do transaction entry everywhere provided there is Internet connection.
</li>
<li>No software needed to install on local system as the POS logics are on the webserver.,
</li>
<li>Less hustle with licensing and backup.
</li>
<li>Quick and easy to use.Workers do not need any special skills or knowledge to take full advantage of the online POS as it is developed by someone who has retail experience.
</li>
</ol>
<p>Seems that Ivan and Justin has made it big. As of time of writing, over 82 locations with $25,352,284.87 in sales and 85,332 consumers served. I like the realtime statistics on the main page. You can literally feel the energy and passion of their online POS system. If you are interested on the POS system, a demo page is provided. You can visit the page <a href="https://beta.merchantos.com/register.php?demo=1&#038;prefill_user=demo_4337&#038;prefill_pwd=pass_4337">here</a>.</p>
<p>Few suggestions though, just my personal opinion:</p>
<ol>
<li>Try to attract more merchant from other fields. By using all bicycle shops in you testimonial page, you may give a wrong impression for potential buyers that you are good only in this kind of niche. A mixture of different fields might help.
</li>
<li>The site looks abit casual for my liking. Make it more corporate like to give the impression that  you are a trustworthy company.
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.windowsupdateadvisor.com/review-on-merchantos-pos.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Review on CSV Reader</title>
		<link>http://www.windowsupdateadvisor.com/review-on-csv-reader.html</link>
		<comments>http://www.windowsupdateadvisor.com/review-on-csv-reader.html#comments</comments>
		<pubDate>Tue, 12 Jun 2007 03:44:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.windowsupdateadvisor.com/review-on-csv-reader.html</guid>
		<description><![CDATA[

This is a sponsored review on CSV Reader, a csv file .Net class used to parse virtually any commonly found delimited data format, CSV files, tab delimited files. Basically this review is useful for programmers in C#, VB.Net, ASP.Net, or any other .Net language and compatible with the 1.0, 1.1, and 2.0 .Net frameworks. Basically [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>This is a sponsored review on CSV Reader, a <a href="http://www.csvreader.com/csv_format.php">csv file</a> .Net class used to parse virtually any commonly found delimited data format, CSV files, tab delimited files. Basically this review is useful for programmers in C#, VB.Net, ASP.Net, or any other .Net language and compatible with the 1.0, 1.1, and 2.0 .Net frameworks. Basically if you have never heard of any of the programming languages above, you can stop here because you do not need CSV Reader.</p>
<p>Any programmers in his programming work will almost always face the needs to import data from other sources, either other databases or plain text files. To make job easier for us poor programmer, CSV or Comma-separated values is created. Basically here is the layman terms for CSV:</p>
<p><em>CSV, comma separated values, files are commonly used to transport large amounts of tabular data between either companies or applications that are not directly connected. The files are easily editable using common spreadsheet applications like Microsoft Excel.</em></p>
<p>As to how to make use of CSV files more efficiently, we can use <a href="http://www.csvreader.com/">CSV Reader</a> who claims that it is an extremely fast and stable .Net class. The advantage is SPEED! Accordig to CSV Reader, data can be parsed in less than half of the time of any other parser it has been benchmarked against. Rough benchmarks on a 2 Ghz processor, parsing common comma separated columns is 20 MB, or 390,000 rows with 5 columns each, almost 2,000,000 cells total, of data parsing per second. That is quite an amazing figure, by any standard. You can also visualize the speed of CSV Reader using the bar chart below:</p>
<p><center><img src="http://www.csvreader.com/csv/chart.gif" alt="CSV Reader Time Comparison" /></center></p>
<p>Beside the chart above, if you need more proof or benchmark of CSV Reader against other similar ways of reading CSV Files, you can refer to the <a href="http://www.csvreader.com/csv_benchmarks.php">benchmark</a> page. As a programmer myself, selecting and using a proven solution that work is always more time and cost saving than reinventing the wheel. Why make it yourself and spending time cracking your brain when there is a better tool to do the trick. With the list price of $150 if you order by Jun 15th, it is a bargain if it can do as claimed. You can have a look on the <a href="http://www.csvreader.com/java_csv_samples.php">example codes</a> too.</p>
<p>The current version of CSV Reader is ver. 4.0, as seen from the change log, we can see that since year 2005, constant changes and new improvements are being included in various subsequence release of ver. 2.0 and ver. 3.0 in year 2006. This shows the commitment from CSV Reader developer and you can be sure that the supports for future enhancement.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.windowsupdateadvisor.com/review-on-csv-reader.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>ReviewMe: Apis Ceratina - Macro Keypress/Clicks Program</title>
		<link>http://www.windowsupdateadvisor.com/reviewme-apis-ceratina-macro-keypressclicks-program.html</link>
		<comments>http://www.windowsupdateadvisor.com/reviewme-apis-ceratina-macro-keypressclicks-program.html#comments</comments>
		<pubDate>Fri, 18 May 2007 08:45:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.windowsupdateadvisor.com/reviewme-apis-ceratina-macro-keypressclicks-program.html</guid>
		<description><![CDATA[

Sponsored Post:
If your job requires you to perform multiple repeated actions such as mouse click and keystrokes, you may be interested in getting some tools that can do that for you. And today&#8217;s review is about one of the tools, Apis Ceratina. 
Apis Ceratina is a Windows application for recording and replaying macros. Save millions [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>Sponsored Post:</p>
<p>If your job requires you to perform multiple repeated actions such as mouse click and keystrokes, you may be interested in getting some tools that can do that for you. And today&#8217;s review is about one of the tools, <a href="http://www.mavrsoft.com/product.html">Apis Ceratina</a>. </p>
<p><a href="http://www.mavrsoft.com/product.html">Apis Ceratina</a> is a Windows application for recording and replaying macros. Save millions of clicks and keystrokes with Apis . Reduce you repetitive tasks to a single mouse click or a keystroke.</p>
<p><a href="http://www.mavrsoft.com/product.html">Apis Ceratina</a> is a software product by <a href="">Mavrsoft Company</a>. From what I see from Mavsoft website, seems that Apis Ceratina currently is the only product available on the website. According to the <a href="http://mavrsoft.com/contactus.html">contact page</a>, the company is based on Saint Petersburg, Russia and besides software, they also provide project development service to its clients.</p>
<p><center><img src="http://www.mavrsoft.com/images/slogan.gif"/></center></p>
<p>Back to<br />
<a href="http://www.mavrsoft.com/product.html">Apis Ceratina</a>, I am rather curious with the bee maskot and the name of the software. Since there was no explanation on the name chosen, I decided to dig it on Google. Seems that apis has something to do with bees. See Google search result <a href="http://www.google.com/search?hl=en&#038;rlz=1B3GGGL_enMY221MY221&#038;q=apis+bee&#038;btnG=Search">here</a>.  </p>
<p><center><img src="http://www.mavrsoft.com/images/overview1.jpg"/></center></p>
<p>The program itself, <a href="http://www.mavrsoft.com/product.html">Apis Ceratina</a> is a rather useful tool for users who need to perform repeated tasks continuously. Imaging this: Open a text file, select text, copy text inside, switch to another text windows, paste the copied text, save file&#8230;. all these can be program using macro in <a href="http://www.mavrsoft.com/product.html">Apis Ceratina</a>. </p>
<p>To get more detailed properties and uses of <a href="http://www.mavrsoft.com/product.html">Apis Ceratina</a>, here is the complete list:</p>
<ol>
<li>Intelligent software to record, replay and schedule keyboard and mouse activities.
</li>
<li>Auto fill of hundreds of business forms and dialog boxes
</li>
</ol>
<p>Users of Apis Ceratina can utilize hotkey to launch recorded macros, if you wish to launch your macro, you can do so by defining the scope, which you can then define a substring of a window title. Advanced functions such as repeat option, schedule, turbo speed and fast access Apis menu are also available for advanced users.</p>
<p>Best of all, for gamers of online games, such as Conquer Online and others, you can perform many repeated tasks such as hunting, mining and training using Apis Ceratina. It will save gamers countless hours of time for other tasks such as resting and working. </p>
<p>In the conclusion, for $29.95, Apis Ceratina is an affordable choice for a good macro program with so many functions. If you are not sure, why not give them a try by going to their <a href="http://www.mavrsoft.com/downnow.html">download page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.windowsupdateadvisor.com/reviewme-apis-ceratina-macro-keypressclicks-program.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Windows Backup Or Restore Wizard</title>
		<link>http://www.windowsupdateadvisor.com/windows-backup-or-restore-wizard.html</link>
		<comments>http://www.windowsupdateadvisor.com/windows-backup-or-restore-wizard.html#comments</comments>
		<pubDate>Tue, 26 Dec 2006 07:41:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://windowsupdateadvisor.com/windows-backup-or-restore-wizard.html</guid>
		<description><![CDATA[

Windows Backup Or Restore Wizard is a very useful utility that come standard with Windows XP Professional Edition. It is very handy in performing crucial system and data files backup and restoration, prior to any making of important changes.
Here is the step-to-step guide on using Windows Backup Or Restore Wizard. 
To Backup
 
To start the [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p><b>Windows Backup Or Restore Wizard</b> is a very useful utility that come standard with Windows XP Professional Edition. It is very handy in performing crucial system and data files backup and restoration, prior to any making of important changes.
<p>Here is the step-to-step guide on using Windows Backup Or Restore Wizard. </p>
<p><h2>To Backup</h2>
<p><ui> </p>
<li>To start the wizard, click Start -> All Programs -> Accessories -> System Tools -> Backup.
</li>
<li>Everytime during the start of Windows Backup Or Restore Wizard, it will try to locate any backup devices available.
</li>
<li>You can either choose Wizard Mode or Advanced Mode. We will use Wizard Mode from now on. <center>
<p><img src="http://www.windowsupdateadvisor.com/images/windows-backup-or-restore-wizard-1.jpg" alt="Windows Backup Or Restore Wizard - Select Wizard Mode or Advanced Mode"/></center> </p>
</li>
<li>Next we can choose either backup files and settings or restore them. <center>
<p><img src="http://www.windowsupdateadvisor.com/images/windows-backup-or-restore-wizard-2.jpg" alt="Windows Backup Or Restore Wizard - Select Backup or Restore"/></center> </p>
</li>
<li>Three predefined backup plans and a user selectable plan to choose from: <center>
<p><img src="http://www.windowsupdateadvisor.com/images/windows-backup-or-restore-wizard-3.jpg" alt="Windows Backup Or Restore Wizard - Select Predefined Backup Plans or User Defined"/></center> </p>
<p><ui> </p>
<li>My documents and settings: Includes the My Documents folder, plus your Favorites, desktop, and cookies.
</li>
<li>Everyone &#8217;s documents and settings: Includes every user&#8217;s My Documents folder, plus their Favorite, desktop and cookies.
</li>
<li>All information on this computer: Includes all data on this compute, and creates a system recovery disk that can be used to restore Windows in the case of a major failure. </li>
<li>Let me choose what to back up </li>
<p></ui> </p>
</li>
<li>Next select a place to save the backup and a descriptive name for this backup. <center><img src="http://www.windowsupdateadvisor.com/images/windows-backup-or-restore-wizard-4.jpg" alt="Windows Backup Or Restore Wizard - Save Settings"/></center>
</li>
<li>Finally a last chance to review the selected backup options and settings. To perform the backup, click Finish to run. <center>
<p><img src="http://www.windowsupdateadvisor.com/images/windows-backup-or-restore-wizard-5.jpg" alt="Windows Backup Or Restore Wizard - Final Settings and Options Review"/></center> </p>
</li>
<li>Thats all for performing backup using Windows Backup Or Restore Wizard. </li>
<p></ui> </p>
<p><h2>To Restore</h2>
<p> <ui> </p>
<li>Select &#8220;Restore Files and Setting&#8221;. <center>
<p><img src="http://www.windowsupdateadvisor.com/images/windows-backup-or-restore-wizard-6.jpg" alt="Windows Backup Or Restore Wizard - Select Restore"/></center> </p>
</li>
<li>Next select the backup files that you wish to restore. You can restore any combination of drives, folders or files by double click on items in the left to see the contents and select the check box to select files to restore. <center>
<p><img src="http://www.windowsupdateadvisor.com/images/windows-backup-or-restore-wizard-7.jpg" alt="Windows Backup Or Restore Wizard - Select drives, folders or files to restore"/></center> </p>
</li>
<li>Finally review ur selection prior to perform the actual restoration. <center><br />
<img src="http://www.windowsupdateadvisor.com/images/windows-backup-or-restore-wizard-8.jpg" alt="Windows Backup Or Restore Wizard - Review Restore Settings"/></center></li>
<p></ui> </p>
<p> Windows Backup Or Restoration Wizard is a simple tool for novice to perform files and system setting backup and restore. It lacks the more advanced features but hey, it is free and get the job done.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.windowsupdateadvisor.com/windows-backup-or-restore-wizard.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Windows XP N</title>
		<link>http://www.windowsupdateadvisor.com/windows-xp-n.html</link>
		<comments>http://www.windowsupdateadvisor.com/windows-xp-n.html#comments</comments>
		<pubDate>Tue, 26 Dec 2006 07:38:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://windowsupdateadvisor.com/windows-xp-n.html</guid>
		<description><![CDATA[

Windows XP N is a special version of Windows XP. 
Windows XP N come out after European Union ordered Microsoft to remove Microsoft Windows Media Player before selling it in Europe. < table>

 
Link to WIndows XP N

So, does it solve the problem? Well, Yes and No, I would say. 
Yes because Microsoft can avoid [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p><b>Windows XP N</b> is a special version of Windows XP. </p>
<p>Windows XP N come out after European Union ordered Microsoft to remove Microsoft Windows Media Player before selling it in Europe. < table><br />
<tr>
<td> <img src="http://www.microsoft.com/presspass/images/gallery/boxshots/thumbnails/WindowsProN.jpg" alt="Microsoft Windows N - Professional"/></td>
<td><a href="http://www.microsoft.com/presspass/press/2005/jun05/06-08XPNEuropePR.mspx">Link to WIndows XP N</a></td>
</tr>
<p>So, does it solve the problem? Well, Yes and No, I would say. </p>
<p>Yes because Microsoft can avoid the hefty daily fine by EU. </p>
<p>No because as people in EU can continue to buy the full version of Microsoft Windows, which does not cost more than the reduced version, Microsoft Window XP N, thus making the whole thing pointless. Korean government has some similar experience with Microsoft too, but they are demanding for Windows Messenger to be removed too. </p>
<p>Here is some words from Microsoft Press Release: </p>
<p><i>&#8220;Originally released to computer makers in January 2005, the latest versions of the XP operating systems without Windows Media Player follow further clarifications from the European Commission. These products will be made available to computer manufacturers on June 15 in English, French, German, Italian and Spanish, and will be available to other distribution channels, including the retail and volume licensing channels, on July 1. The remaining language versions ??Czech, Danish, Dutch, Finnish, Greek, Hungarian, Norwegian, Polish, Portuguese and Swedish ??will be available to computer makers on July 1 and to other distribution channels on July 15.&#8221;</i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.windowsupdateadvisor.com/windows-xp-n.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Service Pack 3 Download for Windows XP</title>
		<link>http://www.windowsupdateadvisor.com/service-pack-3-download-for-windows-xp.html</link>
		<comments>http://www.windowsupdateadvisor.com/service-pack-3-download-for-windows-xp.html#comments</comments>
		<pubDate>Tue, 26 Dec 2006 07:34:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://windowsupdateadvisor.com/service-pack-3-download-for-windows-xp.html</guid>
		<description><![CDATA[

Service Pack 3 Download for Windows XP is a combination of IE7, some security features, anti-phishing technology and some other not-too-major things. 
You may not be able to download Windows XP SP3 yet because the news is from a blog by the guys at F-Secure and was mentioned at the Inquirer. 
 
It was also [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p><b>Service Pack 3 Download for Windows XP</b> is a combination of IE7, some security features, anti-phishing technology and some other not-too-major things. </p>
<p>You may not be able to download Windows XP SP3 yet because the news is from a blog by the guys at <a href="http://www.f-secure.com/weblog/#00000548">F-Secure</a> and was mentioned at <a href="http://www.theinquirer.net/?article=22947">the Inquirer</a>. </p>
<p><img src="http://www.f-secure.com/weblog/archives/header.jpg" width="400" alt="Windows XP SP3 Download new from F-Secure Blog."/> </p>
<p>It was also mentioned that Windows XP SP3 will hit the road before Longhorn, which means by the end of 2006, as mentioned by Bill Gates himself at WinHEC.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.windowsupdateadvisor.com/service-pack-3-download-for-windows-xp.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>KB910437 Update for Windows XP</title>
		<link>http://www.windowsupdateadvisor.com/kb910437-update-for-windows-xp.html</link>
		<comments>http://www.windowsupdateadvisor.com/kb910437-update-for-windows-xp.html#comments</comments>
		<pubDate>Tue, 26 Dec 2006 07:33:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://windowsupdateadvisor.com/kb910437-update-for-windows-xp.html</guid>
		<description><![CDATA[

KB910437 Update for Windows XP is a update that resolve an compatibility issue between Windows XP and its update features, namely Windows Update and Automatic Updates. 
The problem is that when you use the Automatic Updates feature, you may face an Access Violation error and after that, you will not be able to perform update [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p><b>KB910437 Update for Windows XP</b> is a update that resolve an compatibility issue between Windows XP and its update features, namely Windows Update and Automatic Updates. </p>
<p>The problem is that when you use the Automatic Updates feature, you may face an Access Violation error and after that, you will not be able to perform update downloads. </p>
<p>To download KB910437, click on the logo below.<center> <a href="http://www.microsoft.com/downloads/info.aspx?na=90&#038;p=&#038;SrcDisplayLang=en&#038;SrcCategoryId=&#038;SrcFamilyId=363F50FC-049E-4504-A987-A78BA8746E39&#038;u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2f4%2f1%2f8%2f418f81bb-26ba-43c6-9ce0-de17dd9c7619%2fWindowsXP-KB910437-x86-ENU.exe"><img src="http://img.microsoft.com/downloads/img/products/38DF6AB1-13D4-409C-966D-CBE61F040027.gif" alt="KB910437 Update for Windows XP Windows Logo"/></a></center> </p>
<p>KB910437 update was discovered and published on 12/12/05 and it only applies to Windows XP with Service Pack 1 and Service Pack 2. </p>
<p>After applied the update, you may need to restart your PC to perform the Windows Update, in order to keep your Windows update to date.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.windowsupdateadvisor.com/kb910437-update-for-windows-xp.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>KB908519 Security Update For Windows XP</title>
		<link>http://www.windowsupdateadvisor.com/kb908519-security-update-for-windows-xp.html</link>
		<comments>http://www.windowsupdateadvisor.com/kb908519-security-update-for-windows-xp.html#comments</comments>
		<pubDate>Tue, 26 Dec 2006 07:32:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://windowsupdateadvisor.com/kb908519-security-update-for-windows-xp.html</guid>
		<description><![CDATA[

KB908519 Security Update For Windows XP (MS006-002) is a patch for vulnerability in Windows XP Embedded Web Fonts that count allow remote code execution in your Windows XP system. 
KB908519 security update applies to users of several latest versions of Microsoft Windows. The impact of this remote code execution vulnerability is rated critical by Microsoft, [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p><b>KB908519 Security Update For Windows XP</b> (MS006-002) is a patch for vulnerability in Windows XP Embedded Web Fonts that count allow remote code execution in your Windows XP system. </p>
<p>KB908519 security update applies to users of several latest versions of Microsoft Windows. The impact of this remote code execution vulnerability is rated <b>critical</b> by Microsoft, and all Windows users are advised to apply the update immediately. </p>
<p>To download and apply the updates for KB908519, a table has been created to make it easier to find the applicable suitable updates. </p>
<p>Please refer to table below. </p>
<table>
<tr>
<th>Windows Version</th>
<th>Download Update</th>
</tr>
<tr>
<td>Windows 2000 SP4</td>
<td><a href="http://www.microsoft.com/downloads/info.aspx?na=90&#038;p=&#038;SrcDisplayLang=en&#038;SrcCategoryId=&#038;SrcFamilyId=DC6C2FE8-3C81-4661-994B-4146775BF590&#038;u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2f4%2f2%2f6%2f426603e1-0d9c-4f70-90a3-716e51ca302d%2fWindows2000-KB908519-x86-ENU.EXE"><img src="http://www.microsoft.com/downloads/img/MU.gif" alt="KB908519 Security Update for Windows 2000 SP4"/></a></td>
</tr>
<tr>
<td>Windows XP SP1/SP2</td>
<td><a href="http://www.microsoft.com/downloads/info.aspx?na=90&#038;p=&#038;SrcDisplayLang=en&#038;SrcCategoryId=&#038;SrcFamilyId=6DAEA2AF-3723-4CDF-B5BD-B21AC75B5243&#038;u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2fc%2fd%2f4%2fcd485501-656e-4f23-a196-20a4106547b4%2fWindowsXP-KB908519-x86-ENU.exe"><img src="http://www.microsoft.com/downloads/img/MU.gif" alt="KB908519 Security Update for Windows XP SP1/SP2"/></a></td>
</tr>
<tr>
<td>Windows XP Professional X64 Edition</td>
<td><a href="http://www.microsoft.com/downloads/info.aspx?na=90&#038;p=&#038;SrcDisplayLang=en&#038;SrcCategoryId=&#038;SrcFamilyId=1990B2CF-AE88-4849-AEAB-3F833969E197&#038;u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2f1%2f7%2f1%2f1716032d-1642-497f-bf14-b747ad44db09%2fWindowsServer2003.WindowsXP-KB908519-x64-ENU.exe"><img src="http://www.microsoft.com/downloads/img/MU.gif" alt="KB908519 Security Update for Windows XP X64 Edition"/></a></td>
</tr>
<tr>
<td>Windows Server 2003/SP1</td>
<td><a href="http://www.microsoft.com/downloads/info.aspx?na=90&#038;p=&#038;SrcDisplayLang=en&#038;SrcCategoryId=&#038;SrcFamilyId=5FC12654-486F-45BF-8D34-BDF0998869C5&#038;u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2f2%2f2%2f2%2f222668df-5bc2-4523-b575-204ab5081f6e%2fWindowsServer2003-KB908519-x86-ENU.exe"><img src="http://www.microsoft.com/downloads/img/MU.gif" alt="KB908519 Security Update for Windows Server 2003 SP1/SP2"/></a></td>
</tr>
<tr>
<td>Windows Server 2003 for Itanium-based systems</td>
<td><a href="http://www.microsoft.com/downloads/info.aspx?na=90&#038;p=&#038;SrcDisplayLang=en&#038;SrcCategoryId=&#038;SrcFamilyId=E39D2E29-8934-4AA1-844D-11EFA57D9CC5&#038;u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2f7%2fd%2fa%2f7da9389f-3e2e-4915-91b0-112bf8a0deed%2fWindowsServer2003-KB908519-ia64-ENU.exe"><img src="http://www.microsoft.com/downloads/img/MU.gif" alt="KB908519 Security Update for Windows Server 2003 for Itanium-based systems"/></a></td>
</tr>
<tr>
<td>Windows Server X64</td>
<td><a href="http://www.microsoft.com/downloads/info.aspx?na=90&#038;p=&#038;SrcDisplayLang=en&#038;SrcCategoryId=&#038;SrcFamilyId=80B05C56-5BCE-4262-8142-AF0D8A7BC388&#038;u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2fe%2f8%2fa%2fe8a2ad45-fd63-4a56-b372-f6ec5cd8f834%2fWindowsServer2003.WindowsXP-KB908519-x64-ENU.exe"><img src="http://www.microsoft.com/downloads/img/MU.gif" alt="KB908519 Security Update for Windows Server X64"/></a></td>
</tr>
</table>
<p>KB908519 security update is very important for your Windows system, as it prevents other from gaining unauthorized access to your system and stealing your data.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.windowsupdateadvisor.com/kb908519-security-update-for-windows-xp.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>KB912919 Security Update for Windows XP</title>
		<link>http://www.windowsupdateadvisor.com/kb912919-security-update-for-windows-xp.html</link>
		<comments>http://www.windowsupdateadvisor.com/kb912919-security-update-for-windows-xp.html#comments</comments>
		<pubDate>Tue, 26 Dec 2006 07:31:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://windowsupdateadvisor.com/kb912919-security-update-for-windows-xp.html</guid>
		<description><![CDATA[

KB912919 Security Update for Windows XP is the latest security update for Windows XP to cater for its remote code execution security issue. 
The remote code execution security bug is affecting almost all version of Microsoft Windows, including Windows Server 2003, Windows XP(with SP1 and SP2) and Windows 2000. 
Refer to the table if you [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p><b>KB912919 Security Update for Windows XP</b> is the latest security update for Windows XP to cater for its remote code execution security issue. </p>
<p>The remote code execution security bug is affecting almost all version of Microsoft Windows, including Windows Server 2003, Windows XP(with SP1 and SP2) and Windows 2000. </p>
<p>Refer to the table if you need to identify whether your Windows is in the list. </p>
<table style="text-align: left; width: 495px;" border="1" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="font-weight: bold; width: 158px;">Windows</td>
<td style="font-weight: bold; width: 316px;">Version</td>
</tr>
<tr>
<td style="width: 158px;">Microsoft Windows Server 2003</td>
<td style="width: 316px;">Datacenter Edition (32-bit x86)</td>
</tr>
<tr>
<td style="width: 158px;"></td>
<td style="width: 316px;">Enterprise Edition (32-bit x86)</td>
</tr>
<tr>
<td style="width: 158px;"></td>
<td style="width: 316px;">Standard Edition (32-bit x86)</td>
</tr>
<tr>
<td style="width: 158px;"></td>
<td style="width: 316px;">Web Edition </td>
</tr>
<tr>
<td style="width: 158px;"></td>
<td style="width: 316px;">Datacenter Edition for Itanium-Based Systems </td>
</tr>
<tr>
<td style="width: 158px;"></td>
<td style="width: 316px;">Enterprise Edition for Itanium-based Systems</td>
</tr>
<tr>
<td style="width: 158px;"></td>
<td style="width: 316px;">R2 Standard Edition (32-bit x86) </td>
</tr>
<tr>
<td style="width: 158px;"></td>
<td style="width: 316px;">R2 Enterprise Edition (32-Bit x86) </td>
</tr>
<tr>
<td style="width: 158px;"></td>
<td style="width: 316px;">R2 Datacenter Edition (32-Bit x86)</td>
</tr>
<tr>
<td style="width: 158px;"></td>
<td style="width: 316px;">R2 Standard x64 Edition </td>
</tr>
<tr>
<td style="width: 158px;"></td>
<td style="width: 316px;">R2 Datacenter x64 Edition </td>
</tr>
<tr>
<td style="width: 158px;"></td>
<td style="width: 316px;">R2 Enterprise x64 Edition </td>
</tr>
<tr>
<td style="width: 158px;"></td>
<td style="width: 316px;">Standard x64 Edition </td>
</tr>
<tr>
<td style="width: 158px;"></td>
<td style="width: 316px;">Enterprise x64 Edition </td>
</tr>
<tr>
<td style="width: 158px;"></td>
<td style="width: 316px;">Datacenter x64 Edition</td>
</tr>
<tr>
<td style="width: 158px;">Microsoft Windows XP</td>
<td style="width: 316px;">Professional </td>
</tr>
<tr>
<td style="width: 158px;"></td>
<td style="width: 316px;">Home Edition </td>
</tr>
<tr>
<td style="width: 158px;"></td>
<td style="width: 316px;">Tablet PC Edition </td>
</tr>
<tr>
<td style="width: 158px;"></td>
<td style="width: 316px;">Tablet PC Edition 2005 </td>
</tr>
<tr>
<td style="width: 158px;"></td>
<td style="width: 316px;">Media Center Edition 2002 </td>
</tr>
<tr>
<td style="width: 158px;"></td>
<td style="width: 316px;">Media Center Edition 2005 </td>
</tr>
<tr>
<td style="width: 158px;"></td>
<td style="width: 316px;">Professional x64 Edition</td>
</tr>
<tr>
<td style="width: 158px;">Microsoft Windows 2000</td>
<td style="width: 316px;">Advanced Server </td>
</tr>
<tr>
<td style="width: 158px;"></td>
<td style="width: 316px;">Datacenter Server </td>
</tr>
<tr>
<td style="width: 158px;"></td>
<td style="width: 316px;">Professional Edition </td>
</tr>
<tr>
<td style="width: 158px;"></td>
<td style="width: 316px;">Server </td>
</tr>
<tr>
<td style="width: 158px;"></td>
<td style="width: 316px;">Small Business Server 2000 Standard Edition </td>
</tr>
</tbody>
</table>
<p> </p>
<p>You may have updated KB912919 Security Update for Windows XP if you use the Automatic Windows Update feature in Windows XP. </p>
<p>If you are not, then please follow the step-by step guide below for the update: </p>
<ul>
<li>Goto Start -> Control Panel -> Add or Remove Programs.<br /> <br />
<img src="http://www.windowsupdateadvisor.com/images/kb912919_security_update_for_windows_xp.gif" alt="KB912919 Security Update for Windows XP Image 1"/></p>
</li>
<li>Make sure to check the &#8220;Show updates&#8221; box in the upper center of the Add or Remove Programs window.
</li>
<li>Browse to Windows XP - Software Updates -> Security Update for Windows XP(KB912919). If you cannot find the entry, please also make sure to sort the list by Name.
</li>
<li>Once you have found KB912919, just update it to have your system patched. </li>
</ul>
<p> If you cannot find KB912919 in your Add or Remove programs, then you will have to go find it from Microsoft website and download it. </p>
<p>To make it simple for you, here is the <a href="http://www.microsoft.com/technet/security/bulletin/ms06-001.mspx">link</a>. </p>
<p>Please make sure you download and patch KB912919 properly, you do not want other to gain access to your computer and mess around with it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.windowsupdateadvisor.com/kb912919-security-update-for-windows-xp.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Windows XP Home Remote Desktop</title>
		<link>http://www.windowsupdateadvisor.com/windows-xp-home-remote-desktop.html</link>
		<comments>http://www.windowsupdateadvisor.com/windows-xp-home-remote-desktop.html#comments</comments>
		<pubDate>Tue, 26 Dec 2006 07:28:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://windowsupdateadvisor.com/windows-xp-home-remote-desktop.html</guid>
		<description><![CDATA[

Windows XP Home remote desktop is a very handy feature in Windows XP Home. 
Remote desktop is a new technology in Windows XP that is based on Terminal Services technology which was last used in Windows NT and Windows 2000 PCs. 
There are two parties involved in Windows XP Home, a remote PC and a [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p><b>Windows XP Home remote desktop</b> is a very handy feature in Windows XP Home. </p>
<p>Remote desktop is a new technology in Windows XP that is based on Terminal Services technology which was last used in Windows NT and Windows 2000 PCs. </p>
<p>There are two parties involved in Windows XP Home, a remote PC and a client PC.</p>
<p>A remote PC is a PC that is being accessed or controlled, where else a client PC is the PC that is accessing and controlling the remote PC. </p>
<p>A PC with Windows XP Home operating system can only become a client PC, but not a remote PC, wehre else a PC with Windows XP Professional can become both client PC and remote PC. </p>
<p>To initiate a remote desktop session, the remote desktop PC must be configured to allow remote access from other Windows XP PC. </p>
<p>Here is the simple step-by-step guide to help you perform the remote desktop setting in Windows XP.
<ol>
<li>Open Control Panel and go to Remote tab. </p>
<p><img src="http://www.windowsupdateadvisor.com/images/windows-xp-home-remote-desktop-system-properties.gif" alt="Windows XP Home Remote Desktop - System Properties"/> </p>
</li>
<li>Under Remote Desktop section, make sure to enable &#8220;Allow users to connect remotely to his computer&#8221; by checking it.
</li>
<li>By default, all members of the Administrator group can connect even if they are not listed. If you want to allow any other users not under Administrator group, open &#8220;Select Remote Users&#8221; and put in the user names that you authorize to have remote access right to your Windows XP PC.
</li>
<li>One thing to check is that for any users\ to connect remotely to this computer, the user account must have password.
</li>
<li>Windows Firewall will also be automatically configured to allow Remote Desktop connections to this computer. </li>
</ol>
<p>Since you have configured your Windows XP PC to allow remote access, you can now try to connect to your PC from other PC as a client PC now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.windowsupdateadvisor.com/windows-xp-home-remote-desktop.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
