<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Blog - WORK ActiveSync</title>
<link>http://www.was.com.my/</link>
<description>Blog - Latest  Posts</description>
<copyright>Copyright(C) WORK ActiveSync</copyright>
<generator>WORK ActiveSync v4.0.5 Retail Pack</generator>
<builder>WORK ActiveSync</builder>
<lastBuildDate>Fri, 03 Sep 2010 01:44:37 +0000</lastBuildDate>
<ttl></ttl>
<image>
<url>http://www.was.com.my/images/Pro-Blue/xml.gif</url>
<title>WORK ActiveSync</title>
<link>http://www.was.com.my/</link>
</image>
<item>
 <title>Measures or practices to protect computer systems against virus attacks</title>
 <link>http://www.was.com.my/activity.php?post=</link>
 <description><![CDATA[<p>With an estimated 40,000 viruses already identified and some 300 new viruses created each month, keeping a computer free of viruses is a daunting but not impossible task. The following are steps every computer user should follow to protect his or her computer from viruses.</p>
<ol>
<li>Install an anti-virus software program to identify and remove viruses before they can cause any damage. These programs scan, or review, files that may come from floppy diskettes, the Internet, email attachments, or networks, looking for patterns of code that match patterns in the anti-virus software vendor's database of known viruses. Once detected, the software isolates and removes the virus before it can be activated.</li>
<li>Because the number of viruses is increasing all the time, it is important to keep anti-virus software up to date with information on newly identified viruses. Anti-virus software vendors are constantly updating their databases of information on viruses and making this information available to their customers via their web sites or email.</li>
<li>Do not open email from unknown recipients or messages that contain unexpected attachments. A user should delete these types of messages. As a general rule, a user should scan every email attachment for viruses before opening it, even an expected attachment as the sender may have unknowingly sent an infected file.</li>
</ol>]]></description>
 <pubDate>Fri, 07 May 2010 11:30:21 +0000</pubDate>
</item>
<item>
 <title>What are the differences between a virus and a worm?</title>
 <link>http://www.was.com.my/activity.php?post=</link>
 <description><![CDATA[<p>A computer virus is a small program written to alter the way a computer operates, without the permission or knowledge of the user. A computer virus must meet two criteria:</p>
<ol>
<li>It must execute itself. It often places its own code in the path of execution of another program.</li>
<li>It must replicate itself. For example, it may replace other executable files with a copy of the virus infected file. Viruses can infect desktop computers and network servers alike.</li>
</ol>
<p>Most viruses are purposely programmed to damage the computer by destroying programs, deleting files, or reformatting the entire hard disk. Others are not designed to do any damage, but simply to replicate themselves and make their presence known by presenting text, video, and audio messages. Although these benign viruses do not create notable problems for the computer user, but they typically take up computer memory used by legitimate programs. As a result, they often cause abnormal behavior and can result in system crashes. In addition, many viruses are bug-ridden, and these bugs may lead to system crashes and data loss. There are five recognized types of viruses: file infector viruses, boot sector viruses, master boot record viruses, polypartite viruses and macro viruses. Some viruses are called Trojan horses. Trojan horses are impostors that claim to be something desirable but, in fact, are malicious. A very important distinction between Trojan horse programs and true viruses is that they do not replicate themselves. Trojan horses contain malicious code that when triggered cause loss, or even theft, of data. For a Trojan horse to spread, users must invite these programs onto their computers; for example, by opening an email attachment or downloading and running a file from the Internet.</p>
<p>Worms are programs that replicate themselves from system to system without the use of a host file. This is in contrast to viruses, which requires the spreading of an infected host file. Although worms generally exist inside of other files, often Microsoft Word or Excel documents, there is a difference between how worms and viruses use the host file. Usually the worm will release a document that already has the "worm" macro inside the document. The entire document will travel from computer to computer, so the entire document should be considered the worm.</p>
<p>Worms are considered more dangerous because of their ability to spread rapidly through the network without any human action. In fact, a computer virus harms an individual PC and so its damage is more localized. Due to the copying nature of a worm and its capability to travel across networks the end result in most cases is that the worm consumes too much system memory or network bandwidth, causing web servers, network servers and individual computers to stop responding.</p>
<p>&nbsp;</p>]]></description>
 <pubDate>Fri, 07 May 2010 11:29:14 +0000</pubDate>
</item>
<item>
 <title>Domain Name Registry</title>
 <link>http://www.was.com.my/activity.php?post=</link>
 <description><![CDATA[<p>A domain name registry, is a database of all domain names registered in a top-level domain. A registry operator, also called a <a href="http://www.internic.net/" target="_blank">Network Information Center (NIC)</a>, is the part of the <a href="http://www.internic.net/faqs/authoritative-dns.html" target="_blank">Domain Name System (DNS)</a> of the Internet that keeps the database of domain names, and generates the zone files which convert domain names to IP addresses. Each NIC is an organisation that manages the registration of Domain names within the top-level domains for which it is responsible, controls the policies of domain name allocation, and technically operates its top-level domain. It is potentially distinct from a domain name registrar.</p>
<p>Domain names are managed under a hierarchy headed by the <a href="http://www.iana.org/" target="_blank">Internet Assigned Numbers Authority (IANA)</a>, which manages the top of the DNS tree by administrating the data in the root nameservers.</p>]]></description>
 <pubDate>Fri, 31 Jul 2009 15:51:51 +0000</pubDate>
</item>
<item>
 <title>MySQL Error (1250) : Client does not support authentication protocol</title>
 <link>http://www.was.com.my/activity.php?post=</link>
 <description><![CDATA[<p>Since MySQL had evolved into a common tool being used by the majority groups of web application developer as an open source database and version 4.1.x or above released, a kind of hashing basis algorithm for authentication protocol which is no longer supports the client-side of old version MySQL. While the client-side makes a request of password authentication from MySQL server-side, due to the algorithm of both sides are not identical, the following error consequently occurs:</p>
<p style="text-align: center;"><span style="color: #ff0000;"><em>Error (1250) : Client does not support authentication protocol requested by server; consider upgrading MySQL client</em></span></p>
<p>If upgrading work is tedious to you or you are very reluctant to recompile the MySQL Client library, here you have the altenative solution, namely revoking <strong>SET PASSWORD</strong> and <strong>OLD_PASSWORD()</strong> function to reset the password and make it compatible with MySQL version 4.1.x or higher.</p>
<p>login to MySQL,</p>
<table style="background-color: #ffffff; width: 537px; height: 20px; border: #000000 1px solid;" border="1" cellspacing="0" cellpadding="2" align="center">
<tbody>
<tr>
<td>
<p><span style="color: #000000;"># mysql -u root -p<br />Enter password:</span></p>
<p><span style="color: #000000;">Welcome to the MySQL monitor.&nbsp; Commands end with ; org.<br />mysql&gt;<span style="color: #ff0000;">UPDATE mysql.user SET password=OLD_PASSWORD('yourpasswd') WHERE user='root' AND host='localhost';</span></span></p>
<p><span style="color: #000000;">Query OK, 1 row affected (0.07 sec)<br />Rows matched: 1&nbsp; Changed: 1&nbsp; Warnings: 0</span></p>
<p><span style="color: #000000;">mysql&gt;<span style="color: #ff0000;">flush privileges;<br /></span>Query OK, 0 rows affected (0.04 sec)<br /></span></p>
</td>
</tr>
</tbody>
</table>]]></description>
 <pubDate>Thu, 30 Jul 2009 19:46:50 +0000</pubDate>
</item>
<item>
 <title>什么是RSS？</title>
 <link>http://www.was.com.my/activity.php?post=</link>
 <description><![CDATA[<p><strong>RSS的优点</strong></p>
<p>RSS的英文全称是Really Simple Syndication，是一种透过XML(e<strong>X</strong>tensible <strong>M</strong>arkup <strong>L</strong>anguage)特性所制定的格式，让网站的管理者可以把网页内容传给订阅户。这是个有点像电子报和新闻群组(Newsgroup)的东西，但是赋予读者更大的自订能力和更丰富的资料。</p>
<p>将RSS技术应用在获取来源端的即时讯息是一个很重要的演进，对於使用者也可以很清楚的知道这些新闻是从何而来，以及这些资讯是否对自己是有用的。以下是RSS发展的优点：</p>
<ol>
<li>
<p><strong><span style="color: #4574bc;">即时性(Timely)：</span><br /></strong>对於RSS的订阅者而言，可以最快的得到最新讯息以及头条新闻。而不用被动式的去每个网站上去搜索。 </p>
</li>
<li>
<p><span style="color: #4574bc;"><strong>具有成本效益(Cost-effective)：</strong></span> <br />在传输和发送的成本减少是很巨大的。如对於新闻邮件的发送提供者不需要花费太多的金费，对每个订阅者来寄信散拨讯息。  </p>
</li>
<li>
<p><span style="color: #4574bc;"><strong>统一的标准：</strong><br /></span>RSS有其一定的标准定义的，有提供RSS的网站都依循此标准，不但可以方便解读以及管理。 </p>
</li>
<li>
<p><span style="color: #4574bc;"><strong>RSS可整合在电子邮件：</strong> <br /></span>透过RSS等软体可以将拿到的RSS讯息完美的转换成你的电子邮件的格式。这也意味着订阅者会依照自己的偏好来订阅，并且也可避免电子邮件的垃圾信和病毒。 </p>
</li>
<li>
<p><span style="color: #4574bc;"><strong>隐私性和安全性：</strong> <br /></span>对於订阅者而言，并不需要提供自己的电子信箱；而发行者并不能利用电子邮件重复不断的寄广告信或是垃圾信件。RSS代表着不能不正当地使用网路来作为广播媒体传送相同的讯息给大量未要求传送讯息的使用者的人，对於订阅者而言是另外一种的安全以及隐私。</p>
</li>
</ol>
<p><strong>RSS 要怎么使用？</strong></p>
<p>RSS只是一个格式，使用者想要订阅各网站所提供的内容还需要一个阅读器(Reader)，而目前网路可以找到的桌面<a href="http://www.was.com.my/googlesearch.php?domains=www.was.com.my&q=rss+reader&sitesearch=&client=pub-1456646214827780&forid=1&ie=UTF-8&cof=GALT%3A%23008000%3BGL%3A1%3BDIV%3A%23336699%3BVLC%3A663399%3BAH%3Acenter%3BBGC%3AFFFFFF%3BLBGC%3A336699%3BALC%3A0000FF%3BLC%3A0000FF%3BT%3A000000%3BGFNT%3A0000FF%3BGIMP%3A0000FF%3BFORID%3A11&hl=en#1307" target="_blank">RSS Reader</a>大概可以分为几种，一种是不需要微软的<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=262d25e3-f589-4842-8157-034d1e7cf3a3&displaylang=en" target="_blank">.NET Framework runtime version 1.0</a>，一种需要，还有一种是其他程式的外挂套件。</p>
<p><strong>如何订阅RSS资讯？</strong>  </p>
<ol>
<li>安装 微软 <a href="http://www.microsoft.com/taiwan/netframework/downloads/howtoget.htm" target="_blank">.NET Framework </a></li>
<li>下载免费的RSS阅读软体<br /><a href="http://www.sharpreader.com/" target="_blank">SharpReader 0.9.5.1</a> 免费 (推荐，较简单)<br /><a href="http://www.rssreader.com/" target="_blank">RssReader 1.0.91.0 beta</a> 免费  </li>
<li>安装您所下载的RSS阅读软体  </li>
<li>选择您所要订阅的内容。当您浏览某网站时，看到<img src="http://www.was.com.my/images/Pro-Blue/xml.gif" alt="" width="14" height="14" />或<img src="http://www.was.com.my/upload/rss.gif" alt="" width="36" height="14" />，又或者是<img src="http://www.was.com.my/upload/xml2.gif" alt="" width="36" height="14" />的图标则表示该网站有提供RSS的订阅，您可以点击它，然后将其弹跳出来的网址拷贝至您安装在电脑上的<a href="http://www.rssreader.com/" target="_blank">RSS Reader</a>即可订阅。</li>
</ol>
<p> </p>
<p>请<a href="http://www.was.com.my/blog.php?post=7#jump">点击这里</a>参阅英文版本解说。</p>]]></description>
 <pubDate>Thu, 30 Jul 2009 10:14:51 +0000</pubDate>
</item>
  </channel>
  </rss>