<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by williamku87</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Thu, 25 Jun 2026 06:49:00 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>How to identify the PDRM summon is compound?</title>
            <link>http://forum.lowyat.net/topic/5464737</link>
            <description>I have received a summon from PDRM. May I know how do know my summon is compound or not? The police ask me to go court however I go to the MyBayar portal and see my summon is there. Do I need to go to court or I just pay the summon. I’m not sure whether I need to go court or not because the portal didn’t have any indicator? Please advise&lt;br /&gt;&lt;br /&gt;&lt;a href='https://pictr.com/image/x7sKQu' target='_blank'&gt;&lt;img src='https://pictr.com/images/2024/06/21/x7sKQu.md.jpg' border='0' alt='user posted image' /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='https://pictr.com/image/x7s9Rx' target='_blank'&gt;&lt;img src='https://pictr.com/images/2024/06/21/x7s9Rx.md.png' border='0' alt='user posted image' /&gt;&lt;/a&gt;</description>
            <author>williamku87</author>
            <category>Serious Kopitiam</category>
            <pubDate>Fri, 21 Jun 2024 17:55:53 +0800</pubDate>
        </item>
        <item>
            <title>how to get first row in the Linq</title>
            <link>http://forum.lowyat.net/topic/3154427</link>
            <description>&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt; &lt;br /&gt;&lt;br /&gt;DataRow&amp;#91;&amp;#93; Customer = SOA.Select&amp;#40;&amp;#34;AnalysisType=&amp;#39;CUSTOMER&amp;#39;&amp;#34;, sortOrder&amp;#41;.ToArray&amp;#40;&amp;#41;;&lt;br /&gt;&lt;br /&gt;var result = from row in Customer.AsEnumerable&amp;#40;&amp;#41;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //orderby sortOrder&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; group row by new { AnalysisType = row&amp;#91;&amp;#34;AnalysisType&amp;#34;&amp;#93;, AnalysisTypeID = row&amp;#91;&amp;#34;AnalysisTypeID&amp;#34;&amp;#93;, documentno = row&amp;#91;&amp;#34;documentNo&amp;#34;&amp;#93;, documentdate = row&amp;#91;&amp;#34;DocumentDate&amp;#34;&amp;#93;, DocumentAmt = row&amp;#91;&amp;#34;DocumentAmt&amp;#34;&amp;#93;, Remark = row&amp;#91;&amp;#34;Remark&amp;#34;&amp;#93;, trxID = row&amp;#91;&amp;#34;trxID&amp;#34;&amp;#93; } into temp&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; select &amp;#40;new { value = temp.Key, columnvalues = temp }&amp;#41;;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;may i know how to get the item in the first row for the result.?&lt;br /&gt;&lt;br /&gt;need help</description>
            <author>williamku87</author>
            <category>Codemasters</category>
            <pubDate>Fri, 07 Mar 2014 18:01:58 +0800</pubDate>
        </item>
        <item>
            <title>need help in c language</title>
            <link>http://forum.lowyat.net/topic/3148218</link>
            <description>&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&lt;br /&gt;#include &amp;#34;stdafx.h&amp;#34;&lt;br /&gt;#include &amp;#60;math.h&amp;#62; // include math library&lt;br /&gt;&lt;br /&gt;int _tmain&amp;#40;int argc, _TCHAR* argv&amp;#91;&amp;#93;&amp;#41;&lt;br /&gt;{&lt;br /&gt; &amp;nbsp; float val = 127.444031; &amp;nbsp;//127.565031&lt;br /&gt; &amp;nbsp; float nearest = floorf&amp;#40;val * 100 + 0.5&amp;#41;/100; //round to nearest 2 decimals places;&lt;br /&gt; &amp;nbsp; printf&amp;#40;&amp;#34;val = %.6f&amp;#092;n&amp;#34;, nearest&amp;#41;; //fetching the value of the rounded value&lt;br /&gt;&lt;br /&gt; &amp;nbsp; return 0;&lt;br /&gt;}&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;i need to round to 127.440000 but the result is 127.440002. anybody can help me to check?&lt;br /&gt;&lt;br /&gt;thanks in advance&lt;br /&gt;&lt;br /&gt;thanks</description>
            <author>williamku87</author>
            <category>Codemasters</category>
            <pubDate>Sun, 02 Mar 2014 11:41:08 +0800</pubDate>
        </item>
        <item>
            <title>how to set specific decimal point in c language</title>
            <link>http://forum.lowyat.net/topic/3104465</link>
            <description>hi, i am beginner in C language.&lt;br /&gt;&lt;br /&gt;I need help how to set specific decimal point below is my code&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&lt;br /&gt;#include &amp;#34;stdafx.h&amp;#34;&lt;br /&gt;&lt;br /&gt;int _tmain&amp;#40;int argc, _TCHAR* argv&amp;#91;&amp;#93;&amp;#41;&lt;br /&gt;{&lt;br /&gt;	//return 0;&lt;br /&gt;	float val = 127.565031;&lt;br /&gt;	printf&amp;#40;&amp;#34;val = %.2f&amp;#092;n&amp;#34;, val&amp;#41;;&lt;br /&gt;&lt;br /&gt;	return 0;&lt;br /&gt;}&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;the output is 127.57. but i need the decimal point still in 6 digit 127.570000.&lt;br /&gt;&lt;br /&gt;Thanks.</description>
            <author>williamku87</author>
            <category>Codemasters</category>
            <pubDate>Sat, 18 Jan 2014 16:14:14 +0800</pubDate>
        </item>
        <item>
            <title>How to remove particular word in javascript?</title>
            <link>http://forum.lowyat.net/topic/2244253</link>
            <description>Hi, how to remove the particular word using javascript&lt;br /&gt;&lt;br /&gt;for example : 23810_38110&lt;br /&gt;&lt;br /&gt;Before  this _ : result is 23810&lt;br /&gt;&lt;br /&gt;i meant only get the value before _.</description>
            <author>williamku87</author>
            <category>Codemasters</category>
            <pubDate>Mon, 27 Feb 2012 22:48:17 +0800</pubDate>
        </item>
        <item>
            <title>How to pass hidden value client side to server</title>
            <link>http://forum.lowyat.net/topic/2178213</link>
            <description>&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;&amp;lt;input type=&amp;quot;hidden&amp;quot; id=&amp;quot;hidID&amp;quot; runat=&amp;quot;server&amp;quot;/&amp;gt;;&lt;br /&gt;&lt;br /&gt; var rowvalueid = gridManager.GetSelectRowKeyValue();&lt;br /&gt;        var rows = gridManager.GetSelectedRow();&lt;br /&gt;&lt;br /&gt;        document.getElementById(&amp;#39;&amp;lt;%=hidID.ClientID %&amp;gt;&amp;#39;).value = rowvalueid;&lt;br /&gt;&lt;br /&gt;&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;how to pass the hidden value hidID to server side.&lt;br /&gt;&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt; protected override void OnInit(EventArgs e)&lt;br /&gt;    {&lt;br /&gt;        SysToolBar1.CustomControlsCreated += new EventHandler(SysToolBar1_CustomControlsCreated);&lt;br /&gt;        base.OnInit(e);&lt;br /&gt;    }&lt;br /&gt;&lt;br /&gt;    void SysToolBar1_CustomControlsCreated(object sender, EventArgs e)&lt;br /&gt;    {&lt;br /&gt;        IFCA.Framework.UI.Controls.SysToolbarButton button = SysToolBar1.FindContextButton(&amp;quot;SubSales&amp;quot;);&lt;br /&gt;        button.Click += new EventHandler(DataSave);&lt;br /&gt;    }&lt;br /&gt;&lt;br /&gt;    void DataSave(object sender, EventArgs e)&lt;br /&gt;    {&lt;br /&gt;        Session[&amp;quot;SesBlockID&amp;quot;] = DataAccessHelper.ExecuteScalar(&amp;quot;select blockid from view_ps_unit where unitid=&amp;quot; + hidID.Value).ToString();&lt;br /&gt;        Session[&amp;quot;SesUnitNo&amp;quot;] = DataAccessHelper.ExecuteScalar(&amp;quot;select UnitNo from view_ps_unit where unitid=&amp;quot; + hidID.Value).ToString();&lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;but in DataSave didn&amp;#39;t get the value that client side i had set&lt;br /&gt; document.getElementById(&amp;#39;&amp;lt;%=hidID.ClientID %&amp;gt;&amp;#39;).value = rowvalueid;&lt;br /&gt;&lt;br /&gt;who know how to solve it?&lt;br /&gt;&lt;br /&gt;Thanks</description>
            <author>williamku87</author>
            <category>Codemasters</category>
            <pubDate>Thu, 05 Jan 2012 20:15:52 +0800</pubDate>
        </item>
        <item>
            <title>sql: function to check length.</title>
            <link>http://forum.lowyat.net/topic/1930092</link>
            <description>how to check of my len parameter when using function.&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&lt;br /&gt;IF  EXISTS &amp;#40;SELECT * FROM sys.objects WHERE object_id = OBJECT_ID&amp;#40;N&amp;#39;GetDescription&amp;#39;&amp;#41; AND type in &amp;#40;N&amp;#39;FN&amp;#39;, N&amp;#39;IF&amp;#39;, N&amp;#39;TF&amp;#39;, N&amp;#39;FS&amp;#39;, N&amp;#39;FT&amp;#39;&amp;#41;&amp;#41;&lt;br /&gt;DROP FUNCTION dbo.GetDescription&lt;br /&gt;GO&lt;br /&gt;CREATE function dbo.GetDescription&lt;br /&gt;&amp;#40;@description as varchar&amp;#40;1000&amp;#41; &amp;#41;  &lt;br /&gt;returns varchar&amp;#40;8000&amp;#41; as  &lt;br /&gt;begin  &lt;br /&gt; &lt;br /&gt; if &amp;#40;len&amp;#40;@description &amp;#41;&amp;#41;&amp;#62;=50&lt;br /&gt; begin&lt;br /&gt; return @description &lt;br /&gt; end&lt;br /&gt;end&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;if wan to check the len of my string. when is greater than 50. then i need to add &amp;lt;BR&amp;gt;.&lt;br /&gt;&lt;br /&gt;eg:&lt;br /&gt;&lt;br /&gt;asked Ng(Reliance) to check their record first as&amp;lt;BR&amp;gt; owner claimed that the defect is reoccurence.</description>
            <author>williamku87</author>
            <category>Codemasters</category>
            <pubDate>Thu, 23 Jun 2011 18:13:05 +0800</pubDate>
        </item>
        <item>
            <title>help me javascript for the decimal?</title>
            <link>http://forum.lowyat.net/topic/1753739</link>
            <description>who know how to checking in javascript...&lt;br /&gt;&lt;br /&gt;for example, if &lt;b&gt;13/4&lt;/b&gt; is &lt;b&gt;3.25 &lt;/b&gt;value got decimal then this &lt;b&gt;0&lt;/b&gt; value. if not a decimal place then&lt;b&gt; 1&lt;/b&gt; value.&lt;br /&gt;&lt;br /&gt;for example, if &lt;b&gt;12/4&lt;/b&gt; is &lt;b&gt;3 &lt;/b&gt;don&amp;#39;t hv decimal then this &lt;b&gt;1&lt;/b&gt; value, if not then &lt;b&gt;0&lt;/b&gt; value.</description>
            <author>williamku87</author>
            <category>Codemasters</category>
            <pubDate>Mon, 14 Feb 2011 17:33:45 +0800</pubDate>
        </item>
        <item>
            <title>who know row.getCellFromKey how to no allow edit</title>
            <link>http://forum.lowyat.net/topic/1750071</link>
            <description>row.getCellFromKey(&amp;quot;payamt&amp;quot;).getValue();&lt;br /&gt;&lt;br /&gt;from about the java script..&lt;br /&gt;i use &lt;br /&gt;row.getCellFromKey(&amp;quot;payamt&amp;quot;).getValue(); to get the value. in the list. i want to do is not allow to edit...</description>
            <author>williamku87</author>
            <category>Codemasters</category>
            <pubDate>Fri, 11 Feb 2011 16:00:45 +0800</pubDate>
        </item>
        <item>
            <title>vob file got sound not visual. Window media player</title>
            <link>http://forum.lowyat.net/topic/1718276</link>
            <description>who can help me, when i open window media player open vob format file. but only got sound don&amp;#39;t hv visual show.. what is the problem or any support software need to installed.</description>
            <author>williamku87</author>
            <category>Software</category>
            <pubDate>Sat, 15 Jan 2011 14:07:20 +0800</pubDate>
        </item>
        <item>
            <title>window media player 11 not sound when display vob&amp;#33;</title>
            <link>http://forum.lowyat.net/topic/1647721</link>
            <description>who know what is the problem not sound when playing window media player 11. for VOB file format. Only has picture but not sound.</description>
            <author>williamku87</author>
            <category>Technical Support</category>
            <pubDate>Mon, 22 Nov 2010 00:08:59 +0800</pubDate>
        </item>
        <item>
            <title>need help for footer text?</title>
            <link>http://forum.lowyat.net/topic/1626571</link>
            <description>How i want  to sum all my amount in the footer...&lt;br /&gt;&lt;br /&gt;me using footertext=&amp;quot;total&amp;quot;.&lt;br /&gt;&lt;br /&gt;how i wan to sum in the 7cloumn to show...&lt;br /&gt;please refer attachement file...&lt;br /&gt;&lt;br /&gt;hope u all can help me...&lt;br /&gt;&lt;br /&gt;thanks...</description>
            <author>williamku87</author>
            <category>Codemasters</category>
            <pubDate>Thu, 04 Nov 2010 17:14:36 +0800</pubDate>
        </item>
        <item>
            <title>how to check checkbox for certain row in listview</title>
            <link>http://forum.lowyat.net/topic/1500691</link>
            <description>how to check checkbox for certain row in listview&lt;br /&gt;below is my code &lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;For m = 0 To lvwInvoice.Items.Count - 1&lt;br /&gt;                        lvwInvoice.Items&amp;#40;m&amp;#41;.Checked = True&lt;br /&gt;            Next m&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;but this code is check all. how i wan to check only 1,3,5,7 row.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;thanks</description>
            <author>williamku87</author>
            <category>Codemasters</category>
            <pubDate>Sat, 24 Jul 2010 09:38:58 +0800</pubDate>
        </item>
        <item>
            <title>How to disable 2nd row in the listview? vb.net</title>
            <link>http://forum.lowyat.net/topic/1496424</link>
            <description>in the listview i have 8 row. how to disable for 2nd row in the listview for vb.net.&lt;br /&gt;Need you all help.&lt;br /&gt;&lt;br /&gt;thanks</description>
            <author>williamku87</author>
            <category>Codemasters</category>
            <pubDate>Tue, 20 Jul 2010 15:46:31 +0800</pubDate>
        </item>
        <item>
            <title>How to add checkBox in the Listview for vb.net</title>
            <link>http://forum.lowyat.net/topic/1495990</link>
            <description>In the listview. How to  add checkbox in the listview for certain row?&lt;br /&gt;&lt;br /&gt;thanks.</description>
            <author>williamku87</author>
            <category>Codemasters</category>
            <pubDate>Tue, 20 Jul 2010 09:41:05 +0800</pubDate>
        </item>
        <item>
            <title>how to set password at harddisk for diffent user</title>
            <link>http://forum.lowyat.net/topic/1422165</link>
            <description>how to set password at harddisk for diffent user?&lt;br /&gt;izit need to do some programming or what&lt;br /&gt;&lt;br /&gt;thanks.</description>
            <author>williamku87</author>
            <category>Hardware</category>
            <pubDate>Thu, 13 May 2010 18:53:00 +0800</pubDate>
        </item>
        <item>
            <title>i have plan to buy a 2.1 speaker</title>
            <link>http://forum.lowyat.net/topic/0</link>
            <description></description>
            <category>Hardware</category>
            <pubDate>Thu, 01 Jan 1970 07:30:00 +0800</pubDate>
        </item>
        <item>
            <title>i have plan to buy a 2.1 speaker</title>
            <link>http://forum.lowyat.net/topic/1390347</link>
            <description>i have plan to buy a 2.1 speaker. wat model you all recommended.. budget not exceed rm250..</description>
            <author>williamku87</author>
            <category>Audiophiles</category>
            <pubDate>Wed, 14 Apr 2010 01:40:55 +0800</pubDate>
        </item>
        <item>
            <title>help in java</title>
            <link>http://forum.lowyat.net/topic/1382320</link>
            <description>i need help below is my code:&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&lt;br /&gt;import java.lang.String;&lt;br /&gt;import java.io.*;&lt;br /&gt;import java.util.*;&lt;br /&gt;&lt;br /&gt;public class DNASequence{&lt;br /&gt;&lt;br /&gt;public static void main&amp;#40;String args&amp;#91;&amp;#93;&amp;#41;throws IOException{&lt;br /&gt; &amp;nbsp;BufferedReader bf = new BufferedReader&amp;#40;new InputStreamReader&amp;#40;System.in&amp;#41;&amp;#41;;&lt;br /&gt; &amp;nbsp;String sequenceAn = &amp;#34;ggctggacta ttgagatgcg ggaagagctg cagactccgg tggataaact atttgagacc cgatatcaag agaggaaact tcacaagaga agaagaggaa gctatcatta agttgcatga aatgctgggt aacaggtggt cagcaattgc agcaagatta ccaggacgca cagacaacga gataaaaaat gtatggcaca cccacttgaa gaag&amp;#34;;&lt;br /&gt; &amp;nbsp;String sequence = &amp;#34;DNA&amp;#34;;&lt;br /&gt; &amp;nbsp;String origin = &amp;#34;Prunus persica &amp;#40;peach&amp;#41;&amp;#34;;&lt;br /&gt; &amp;nbsp;String uppercase = sequenceAn.toUpperCase&amp;#40;&amp;#41;;&lt;br /&gt; &amp;nbsp;int count = 0; &lt;br /&gt; &amp;nbsp; &amp;nbsp;for &amp;#40;int i = 0; i &amp;#60; sequenceAn.length&amp;#40;&amp;#41;; i++&amp;#41; {&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;char c = sequenceAn.charAt&amp;#40;i&amp;#41;;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if &amp;#40;c==&amp;#39;T&amp;#39; || c==&amp;#39;C&amp;#39; || c==&amp;#39;G&amp;#39; || c==&amp;#39;A&amp;#39; || c==&amp;#39;t&amp;#39; || c==&amp;#39;c&amp;#39; || c==&amp;#39;g&amp;#39; || c==&amp;#39;a&amp;#39;&amp;#41; {&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;count++;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;br /&gt; &amp;nbsp; &amp;nbsp;}&lt;br /&gt; &amp;nbsp; &amp;nbsp;System.out.println&amp;#40;&amp;#34;Sequence&amp;#58; &amp;#34; + sequence&amp;#41;;&lt;br /&gt; &amp;nbsp; &amp;nbsp;System.out.println&amp;#40;&amp;#34;Sequence length &amp;#40;nt&amp;#41;&amp;#58; &amp;#34; + &amp;#34; &amp;#34; + count + &amp;#34;nt&amp;#34;&amp;#41;;&lt;br /&gt; &amp;nbsp; &amp;nbsp;System.out.println&amp;#40;&amp;#34;Sequence annotation &amp;#58;&amp;#34; + uppercase&amp;#41;;&lt;br /&gt; &amp;nbsp; &amp;nbsp;System.out.println&amp;#40;&amp;#34;Organism origin &amp;#58;&amp;#34; + origin&amp;#41;;&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;how i want my sequenceAn in next line. display 60.&lt;br /&gt;&lt;br /&gt;for example,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;        1 ggctggacta ttgagatgcg ggaagagctg cagactccgg tggataaact atttgagacc&lt;br /&gt;       61 cgatatcaag agaggaaact tcacaagaga agaagaggaa gctatcatta agttgcatga&lt;br /&gt;      121 aatgctgggt aacaggtggt cagcaattgc agcaagatta ccaggacgca cagacaacga&lt;br /&gt;      181 gataaaaaat gtatggcaca cccacttgaa gaag&lt;br /&gt;&lt;br /&gt;thanks.</description>
            <author>williamku87</author>
            <category>Codemasters</category>
            <pubDate>Tue, 06 Apr 2010 23:43:54 +0800</pubDate>
        </item>
        <item>
            <title>Buy  New Multimedia Speaker..</title>
            <link>http://forum.lowyat.net/topic/1335583</link>
            <description>I need to buy a new multimedua speaker... budget is rm200. wat brand and model recommend... &lt;!--emo&amp;:)--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>williamku87</author>
            <category>Hardware</category>
            <pubDate>Wed, 24 Feb 2010 03:02:39 +0800</pubDate>
        </item>
    </channel>
</rss>
