<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by Azriq007</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Mon, 06 Jul 2026 16:41:54 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Cannot open BIOS</title>
            <link>http://forum.lowyat.net/topic/1742992</link>
            <description>Hello all user.. i really need help here&lt;br /&gt;&lt;br /&gt;ok, i have one laptop which is Toshiba Satellite L645-1126XL model, and i have make change to the bios setting which to make boot time more faster and also change SATA mode from AHCI to Compatibility mode then i save the setting&lt;br /&gt;&lt;br /&gt;but my problem is i cannot enter bios anymore.. i tried the f2 key but the screen shows me the boot manager which i have to choose my OS to boot into.. usually when i tap the f2 key i will see my bios setting.. right now not anymore.. how can i get back into my BIOS setting.. please help me&lt;br /&gt;&lt;br /&gt;[addedon]February 5, 2011, 1:39 pm[/addedon]mod can close this thread.. already find the solution.. updating the current BIOS with the new BIOS will do this trick. &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>Azriq007</author>
            <category>Technical Support</category>
            <pubDate>Sat, 05 Feb 2011 12:53:23 +0800</pubDate>
        </item>
        <item>
            <title>Problem with Acer Aspire 4520. Cannot find OS</title>
            <link>http://forum.lowyat.net/topic/1742645</link>
            <description>Hello all user.. i really need some help here.. &lt;br /&gt;&lt;br /&gt;I have just installing windows XP in my friends Acer Aspire 4520 hard disk using my PC because his laptop cannot use the DVD/CD rom. So i format the hard disk using my pc. &lt;br /&gt;&lt;br /&gt;After settling the format issue, and finished installed windows XP, when i put the hard disk back into the laptop, the laptop cannot boot from hard disk anymore. So right now i have no idea what to do. Please help me, how can i make the laptop boot from hard disk once again..&lt;br /&gt;&lt;br /&gt;by the way, i have check the BIOS setting and in the bios , it detect the hard disk but still cannot boot from hard disk..&lt;br /&gt;&lt;br /&gt;pls help me..</description>
            <author>Azriq007</author>
            <category>Technical Support</category>
            <pubDate>Sat, 05 Feb 2011 00:04:58 +0800</pubDate>
        </item>
        <item>
            <title>Cannot done update data in .txt file</title>
            <link>http://forum.lowyat.net/topic/1602916</link>
            <description>hello guys..&lt;br /&gt;&lt;br /&gt;i need some help here..&lt;br /&gt;&lt;br /&gt;i am trying to make my .txt file as a database for my java application that connect through jdbc&lt;br /&gt;&lt;br /&gt;i have got no problem with connecting with the .txt file and also do some SQL query statement.. it works well..&lt;br /&gt;&lt;br /&gt;but when i wanted to update a data in my .txt file using UPDATE statement.. this error occured&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;&amp;#91;Microsoft&amp;#93;&amp;#91;ODBC Text Driver&amp;#93; Updating data in a linked table is not supported by this ISAM.&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;how does this happened??.. did i cannot update data in my .txt file??&lt;br /&gt;&lt;br /&gt;can anyone show me how to make this update things work... i am a quite newbie with connecting java application with .txt file ..  &lt;!--emo&amp;:sweat:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/sweat.gif' border='0' style='vertical-align:middle' alt='sweat.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;</description>
            <author>Azriq007</author>
            <category>Codemasters</category>
            <pubDate>Sun, 17 Oct 2010 04:06:14 +0800</pubDate>
        </item>
        <item>
            <title>Java JTable problem</title>
            <link>http://forum.lowyat.net/topic/1591589</link>
            <description>[addedon]October 10, 2010, 6:22 pm[/addedon]i think there is no one who can help me.. or rather said seriously do not want to lend a help even a bit.. but never mind.. i have found the way.. &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;&lt;br /&gt;&lt;br /&gt;this problem solved.. mod please closed down this thread for good... thanks for the time for viewing this thread..</description>
            <author>Azriq007</author>
            <category>Codemasters</category>
            <pubDate>Fri, 08 Oct 2010 01:49:39 +0800</pubDate>
        </item>
        <item>
            <title>Pyramid Number Problem</title>
            <link>http://forum.lowyat.net/topic/1536314</link>
            <description>Hello guys.. &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;&lt;br /&gt;&lt;br /&gt;i have made one application that needed user to input the lines in order to create the pyramid of number shape..&lt;br /&gt;&lt;br /&gt;so this is my coding&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.util.*;&lt;br /&gt;public class StackClass {&lt;br /&gt;   public static void main&amp;#40;String&amp;#91;&amp;#93; args&amp;#41; {&lt;br /&gt;    int Lines,Space,Maxx,num;&lt;br /&gt;    &lt;br /&gt;    Scanner sc = new Scanner&amp;#40;System.in&amp;#41;;&lt;br /&gt;&lt;br /&gt;    System.out.print&amp;#40;&amp;#34;Enter number Of Line&amp;#58; &amp;#34;&amp;#41;;&lt;br /&gt;    Lines=sc.nextInt&amp;#40;&amp;#41;;&lt;br /&gt;    &lt;br /&gt;    Space = Lines + &amp;#40;Lines/2&amp;#41; + Lines%2;&lt;br /&gt;    &lt;br /&gt;    Maxx=-1;&lt;br /&gt;    num=1;&lt;br /&gt;    for&amp;#40;int i=1;i&amp;#60;=Lines;i++&amp;#41;&lt;br /&gt;   {&lt;br /&gt;     &lt;br /&gt;  	for&amp;#40;int a=1;a&amp;#60;=Space;a++&amp;#41;&lt;br /&gt;  	{&lt;br /&gt;      System.out.print&amp;#40;&amp;#34;&amp;#092;t&amp;#34;&amp;#41;;     &lt;br /&gt;  	}&lt;br /&gt;  	Space--;&lt;br /&gt;  	for &amp;#40;int k = 1; k &amp;#60;= Maxx; k++&amp;#41;&lt;br /&gt;  	{&lt;br /&gt;          System.out.print&amp;#40;&amp;#34;&amp;#092;t&amp;#34;&amp;#41;;&lt;br /&gt;          System.out.print&amp;#40;num&amp;#41;;&lt;br /&gt;          num=num*2;&lt;br /&gt;  	}   &lt;br /&gt;      System.out.print&amp;#40;&amp;#34;&amp;#092;n&amp;#34;&amp;#41;;&lt;br /&gt;      num=1;        &lt;br /&gt;      Maxx=Maxx+2;&lt;br /&gt;    }&lt;br /&gt;   }&lt;br /&gt;}&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;and this is my output&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;	1&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1	2	4&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;	1	2	4	8	16&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;1	2	4	8	16	32	64&lt;br /&gt; &amp;nbsp; &amp;nbsp;	1	2	4	8	16	32	64	128	256&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;so there is no error in my code&lt;br /&gt;&lt;br /&gt;but i hava think to change my application so that it will be display like this&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;	1&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1	2	1&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;	1	2	4	2	1&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;1	2	4	8	4	2	1&lt;br /&gt; &amp;nbsp; &amp;nbsp;	1	2	4	8	16	8	4	2	1&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;i have no idea how to change my code so that it will display an output like the second one.. &lt;br /&gt;&lt;br /&gt;i think my code just need some modification so that it will produced the second one output.. can anybody help me??..  &lt;!--emo&amp;:sweat:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/sweat.gif' border='0' style='vertical-align:middle' alt='sweat.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>Azriq007</author>
            <category>Codemasters</category>
            <pubDate>Mon, 23 Aug 2010 19:01:49 +0800</pubDate>
        </item>
        <item>
            <title>problem with Compaq CQ41-208AU</title>
            <link>http://forum.lowyat.net/topic/1464515</link>
            <description>Hello there LYN forum user... i need some help here&lt;br /&gt;&lt;br /&gt;i have a friend who had just bought new laptop Compaq CQ41-208AU with freedos..&lt;br /&gt;&lt;br /&gt;he asked me how to install windows XP in the laptop.. becoz he had tried to install and unfortunately blue screen appeared when trying to install Windows XP&lt;br /&gt;&lt;br /&gt;and he also has tried to install windows 7 with the laptop and the installation was successful.. but he don&amp;#39;t want to use windows 7 becoz he want to use windows XP in his new laptop..&lt;br /&gt;&lt;br /&gt;for me i thing that there must be some setting in the bios that must be change in order to make windows XP installation successful &lt;br /&gt;&lt;br /&gt;but i don&amp;#39;t know either is it really about bios setting or something else..&lt;br /&gt;&lt;br /&gt;can anybody help me and my frenz to solved this problem??..&lt;br /&gt;&lt;br /&gt;pls...  &lt;!--emo&amp;:sweat:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/sweat.gif' border='0' style='vertical-align:middle' alt='sweat.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>Azriq007</author>
            <category>Technical Support</category>
            <pubDate>Mon, 21 Jun 2010 10:44:44 +0800</pubDate>
        </item>
        <item>
            <title>Need Help With String in C++</title>
            <link>http://forum.lowyat.net/topic/1379589</link>
            <description>Ok.. i need a help here......&lt;br /&gt;&lt;br /&gt;i just trying to use string in my application.....&lt;br /&gt;&lt;br /&gt;this is the code example&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;#include&amp;#60;iostream&amp;#62;&lt;br /&gt;#include&amp;#60;string&amp;#62;&lt;br /&gt;using namespace std;&lt;br /&gt;&lt;br /&gt;class Test&lt;br /&gt;{&lt;br /&gt;     public &amp;#58; &lt;br /&gt;            void Test_Input&amp;#40;&amp;#41;;&lt;br /&gt;&lt;br /&gt;     protected &amp;#58;&lt;br /&gt;             string Name;&lt;br /&gt;             string Name_Array&amp;#91;50&amp;#93;;&lt;br /&gt; };&lt;br /&gt;&lt;br /&gt;void Test &amp;#58;&amp;#58; Test_Input&amp;#40;&amp;#41;&lt;br /&gt;{&lt;br /&gt;         int choice;&lt;br /&gt;         cout&amp;#60;&amp;#60;&amp;#34;1- Adults , 2-Children&amp;#34;;&lt;br /&gt;         cin&amp;#62;&amp;#62;choice;&lt;br /&gt;&lt;br /&gt;         switch&amp;#40;choice&amp;#41;&lt;br /&gt;         {&lt;br /&gt;                     case 1&amp;#58; &lt;br /&gt;                           cout&amp;#60;&amp;#60;&amp;#34;Enter ur name&amp;#58;&amp;#34;;&lt;br /&gt;                           getline&amp;#40;cin,Name&amp;#41;;&lt;br /&gt;                           Name_Array&amp;#91;0&amp;#93;=Name;&lt;br /&gt;                           cout&amp;#60;&amp;#60;&amp;#34;Enter ur name&amp;#58;&amp;#34;;&lt;br /&gt;                           getline&amp;#40;cin,Name&amp;#41;;&lt;br /&gt;                           Name_Array&amp;#91;1&amp;#93;=Name;&lt;br /&gt;                           cout&amp;#60;&amp;#60;Name_Array&amp;#91;0&amp;#93;&amp;#60;&amp;#60;endl;&lt;br /&gt;                           cout&amp;#60;&amp;#60;Name_Array&amp;#91;1&amp;#93;&amp;#60;&amp;#60;endl;&lt;br /&gt;                       break;&lt;br /&gt;          }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;int main&amp;#40;&amp;#41;&lt;br /&gt;{&lt;br /&gt;        Test Objek;&lt;br /&gt;        Objek.Test_Input&amp;#40;&amp;#41;;&lt;br /&gt;        return 0;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;ok that&amp;#39;s my code... no compilation error... but i do get runtime erro which is..&lt;br /&gt;&lt;br /&gt;the output that i got is something like this..&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;1- Adults, 2- Children&lt;br /&gt;1 // i input number 1&lt;br /&gt;&lt;br /&gt;Enter ur name &amp;#58; Enter Ur name &amp;#58; _&lt;br /&gt;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;the question is why is that happened...&lt;br /&gt;&lt;br /&gt;should be the output like this...&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;1-adults, 2-children&lt;br /&gt;1&lt;br /&gt;&lt;br /&gt;Enter ur name &amp;#58; Ahmad Sani&lt;br /&gt;Enter ur name &amp;#58; kamal&lt;br /&gt;&lt;br /&gt;Ahmad Sani&lt;br /&gt;kamal&lt;br /&gt;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;is there anything wrong with my code?????...</description>
            <author>Azriq007</author>
            <category>Codemasters</category>
            <pubDate>Sun, 04 Apr 2010 21:06:56 +0800</pubDate>
        </item>
        <item>
            <title>Effective Diet Tips...</title>
            <link>http://forum.lowyat.net/topic/1291119</link>
            <description>Hello...&lt;br /&gt;&lt;br /&gt;I want to ask... &lt;br /&gt;&lt;br /&gt;Is there any effective diets tips for me to have my body cutting back...&lt;br /&gt;&lt;br /&gt;I mean either than cutting my weight.. i also want to have a nice cutting shape of my body....&lt;br /&gt;&lt;br /&gt;my height right now is 180 cm and my weight is 78 kg...&lt;br /&gt;&lt;br /&gt;i wanted to lost my weight to 65 kg in 3 months...&lt;br /&gt;&lt;br /&gt;can i do that??... how&amp;#39;s the best way to achieve that weight..&lt;br /&gt;&lt;br /&gt;i need a healthy diet tips here... really miss to wear my old bodyfit t-shirt that still look good...&lt;br /&gt;&lt;br /&gt;help me... &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>Azriq007</author>
            <category>Health &amp;amp; Fitness</category>
            <pubDate>Tue, 12 Jan 2010 00:51:18 +0800</pubDate>
        </item>
        <item>
            <title>Connecting ASP.net 2.0 application with MySQL</title>
            <link>http://forum.lowyat.net/topic/1290974</link>
            <description>Hello everybody...&lt;br /&gt;&lt;br /&gt;ok.. my main question is...&lt;br /&gt;&lt;br /&gt;how can i connect MySQL database with my ASP.net 2.0 application??..&lt;br /&gt;&lt;br /&gt;is it using Ado.net itself like OleDBConnection.... &lt;br /&gt;&lt;br /&gt;or is there another connector that can be used to connect my asp.net 2.0 application with MySQL...&lt;br /&gt;&lt;br /&gt;i can&amp;#39;t afford to buy MSSQL.. and i don&amp;#39;t want to use Access either because its has limitation in it storage size....&lt;br /&gt;&lt;br /&gt;please help me  &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; &lt;br /&gt;&lt;br /&gt;</description>
            <author>Azriq007</author>
            <category>Codemasters</category>
            <pubDate>Mon, 11 Jan 2010 23:07:04 +0800</pubDate>
        </item>
        <item>
            <title>What&amp;#39;s is the the average of tv card price nowdays</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>What&amp;#39;s is the the average of tv card price nowdays</title>
            <link>http://forum.lowyat.net/topic/1246061</link>
            <description>i want to ask...&lt;br /&gt;&lt;br /&gt;nowdays how much the price of tv card?...&lt;br /&gt;&lt;br /&gt;and which brand is good one?</description>
            <author>Azriq007</author>
            <category>Hardware</category>
            <pubDate>Wed, 02 Dec 2009 11:45:54 +0800</pubDate>
        </item>
        <item>
            <title>cannot format Acer Aspire 4530..Why?</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>cannot format Acer Aspire 4530..Why?</title>
            <link>http://forum.lowyat.net/topic/1205101</link>
            <description>i have one Acer aspire brand laptop model 4530...&lt;br /&gt;&lt;br /&gt;this 2 weeks there have so many virus in my laptop hardisk.. so i decide to reformat the hard disk...&lt;br /&gt;&lt;br /&gt;like always use format cd... after loading file and when its try to search for previous version of the windows...&lt;br /&gt;&lt;br /&gt;blue screen occur... i have tried to reformat it 5 times already but still the same error occur&lt;br /&gt;&lt;br /&gt;i have tried to remove the virus from my hardisk by changing the hardisk to my pc... scan via updated antivirus...&lt;br /&gt;&lt;br /&gt;i have also done chkdsk /f for my laptop hard disk...&lt;br /&gt;&lt;br /&gt;after that i put my laptop hardisk back into my laptop.... and try to reformat.... but still the same error occur...&lt;br /&gt;&lt;br /&gt;blue screen appear..why?...&lt;br /&gt;&lt;br /&gt;help me please...</description>
            <author>Azriq007</author>
            <category>Hardware</category>
            <pubDate>Sun, 25 Oct 2009 03:34:28 +0800</pubDate>
        </item>
        <item>
            <title>Java Professional Certificate course issue</title>
            <link>http://forum.lowyat.net/topic/1202184</link>
            <description>hey...&lt;br /&gt;i want to ask anybody who have experienced and have been going through Java Professional Certificate program handled by Sun Microsystem...&lt;br /&gt;why? because my lecturer send my name to join that program ( because i got an A in my Java subject)....&lt;br /&gt;so i want to know... the level of difficulty of that prgram....&lt;br /&gt;base on its name (Java Professional Certificate) i think its a quite tough program...&lt;br /&gt;and maybe its more advanced from what i have learn and achieved...&lt;br /&gt;please give some advise...</description>
            <author>Azriq007</author>
            <category>Codemasters</category>
            <pubDate>Thu, 22 Oct 2009 11:43:23 +0800</pubDate>
        </item>
        <item>
            <title>IIS Configuration</title>
            <link>http://forum.lowyat.net/topic/0</link>
            <description></description>
            <category>Software</category>
            <pubDate>Thu, 01 Jan 1970 07:30:00 +0800</pubDate>
        </item>
        <item>
            <title>Asp.net not work in IIS5</title>
            <link>http://forum.lowyat.net/topic/1179227</link>
            <description>I&amp;#39;m developing ASP.net 2.0 application and when i put into my IIS 5 there is a problem that occured when i&amp;#39;m trying to display Default.aspx&lt;br /&gt;&lt;br /&gt;this is the error&lt;br /&gt;&lt;br /&gt;i got this error...&lt;br /&gt;&lt;br /&gt;The XML page cannot be displayed&lt;br /&gt;Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;A name was started with an invalid character. Error processing resource &amp;#39;http://localhost/Final_Project/Default.aspx&amp;#39;. Lin...&lt;br /&gt;&lt;br /&gt;&amp;lt;%@ Page Language=&amp;quot;VB&amp;quot; MasterPageFile=&amp;quot;Home.master&amp;quot; AutoEventWireup=&amp;quot;false&amp;quot; CodeFile=&amp;quot;Default.aspx.vb&amp;quot; Inherits=&amp;quot;_Default...&lt;br /&gt;&lt;br /&gt;can anybody help me?</description>
            <author>Azriq007</author>
            <category>Codemasters</category>
            <pubDate>Wed, 30 Sep 2009 14:38:25 +0800</pubDate>
        </item>
        <item>
            <title>IIS Configuration</title>
            <link>http://forum.lowyat.net/topic/1179036</link>
            <description>i wonder if my thread is in the right place to ask...&lt;br /&gt;&lt;br /&gt;if i am at the wrong forum please inform me where the right forum to ask this question...&lt;br /&gt;&lt;br /&gt;i&amp;#39;m developing ASP.net application and i want to put it into IIS ... but as i know ASP.net only be supported by IIS6 and IIS7 which provide in Microsoft server 2003 (iis6) and windows Vista (IIS7).....&lt;br /&gt;&lt;br /&gt;but i&amp;#39;m using XP where the version of IIS is IIS5 and if i&amp;#39;m not mistaken IIS5 only support ASP file (correct me if i&amp;#39;m wrong)..&lt;br /&gt;&lt;br /&gt;the question is... can IIS in xp support ASP.net file? and how to do it?&lt;br /&gt;&lt;br /&gt;please help me out.</description>
            <author>Azriq007</author>
            <category>Codemasters</category>
            <pubDate>Wed, 30 Sep 2009 11:01:23 +0800</pubDate>
        </item>
        <item>
            <title>How to get 4 great number among 6 number</title>
            <link>http://forum.lowyat.net/topic/1177591</link>
            <description>i have a problem here...&lt;br /&gt;&lt;br /&gt;i&amp;#39;m developing an asp.net application here using vb language&lt;br /&gt;&lt;br /&gt;the problem is...&lt;br /&gt;&lt;br /&gt;i have a gridview where there is 6 column (mark1,mark2,mark3,mark4,mark5,mark6)&lt;br /&gt;and i put textbox in every column i have in gridview.&lt;br /&gt;the problem is how is the best way to determined 4 great numbers among 6 numbers &lt;br /&gt;where this number are input by a user and after determined 4 great number , that 4 number will be added together...&lt;br /&gt;&lt;br /&gt;should i use if...else statement.....&lt;br /&gt;or looping statement...&lt;br /&gt;&lt;br /&gt;can anyone provide me an example...... please help me out...&lt;br /&gt;&lt;br /&gt;oh btw my datasource for gridview i&amp;#39;m using Microsoft Access..&lt;br /&gt;&lt;br /&gt;help me out please.. &lt;!--emo&amp;:(--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>Azriq007</author>
            <category>Codemasters</category>
            <pubDate>Tue, 29 Sep 2009 00:44:15 +0800</pubDate>
        </item>
        <item>
            <title>Survey Laptop Spec</title>
            <link>http://forum.lowyat.net/topic/1177572</link>
            <description>Hello guys...&lt;br /&gt;I have a budget in RM 4k...&lt;br /&gt;&lt;br /&gt;I want to find a superb notebook that can fulfill my needs&lt;br /&gt;&lt;br /&gt;- need a powerful notebook to make easier for me to develop web based(asp.net) application&lt;br /&gt;- need a powerful notebook so that i can render out my created movie without hang problem&lt;br /&gt;- need a powerful notebook that suitable for a gamerz&lt;br /&gt;- can support multi tasking operation without having trouble&lt;br /&gt;- powerful enough to support windows vista and windows 7(if possible)&lt;br /&gt;&lt;br /&gt;if there any notebook like this please let me know and please also provide the laptop full specification with price...&lt;br /&gt;&lt;br /&gt;</description>
            <author>Azriq007</author>
            <category>Mobile Computing</category>
            <pubDate>Tue, 29 Sep 2009 00:24:12 +0800</pubDate>
        </item>
        <item>
            <title>Bina firewall dalam pelantar linux</title>
            <link>http://forum.lowyat.net/topic/1177552</link>
            <description>Need help...tolong..&lt;br /&gt;&lt;br /&gt;Nak tau pasal firewall dalam linux...&lt;br /&gt;&lt;br /&gt;Secara teori bagaimana nak membina firewall menggunakan linux?&lt;br /&gt;&lt;br /&gt;And kalau ada website yang boleh membantu tolong sertakan sekali ye..</description>
            <author>Azriq007</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Mon, 28 Sep 2009 23:59:50 +0800</pubDate>
        </item>
    </channel>
</rss>
