<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by don2</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Wed, 22 Jul 2026 10:12:31 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>New Smartphone Suggestion</title>
            <link>http://forum.lowyat.net/topic/3375163</link>
            <description>Hey guys,&lt;br /&gt;&lt;br /&gt;I am looking for a smartphone at price range from RM750 to RM1000 &lt;!--emo&amp;:thumbs:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/thumbup.gif' border='0' style='vertical-align:middle' alt='thumbup.gif' /&gt;&lt;!--endemo--&gt; . I have seen lot of reviews about certain phone like sony,xiaomi,samsung  &lt;!--emo&amp;:stars:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxub.gif' border='0' style='vertical-align:middle' alt='rclxub.gif' /&gt;&lt;!--endemo--&gt; but I need a live feedback from users. &lt;br /&gt;&lt;br /&gt;SO can you guys suggest a good phone for me. I am looking a phone with good camera,smooth software(no laggy) and preety much within the price range.&lt;br /&gt;&lt;br /&gt;If you all can suggest few phones here,would be much helpful. &lt;!--emo&amp;:respect:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/notworthy.gif' border='0' style='vertical-align:middle' alt='notworthy.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks and hope to hear from you &amp;#33;&amp;#33;&amp;#33; &lt;!--emo&amp;:clap:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxms.gif' border='0' style='vertical-align:middle' alt='rclxms.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:clap:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxms.gif' border='0' style='vertical-align:middle' alt='rclxms.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:clap:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxms.gif' border='0' style='vertical-align:middle' alt='rclxms.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>don2</author>
            <category>Mobile Phones and Tablets</category>
            <pubDate>Sat, 11 Oct 2014 02:00:29 +0800</pubDate>
        </item>
        <item>
            <title>Javascript :Need Help Guys&amp;#33;</title>
            <link>http://forum.lowyat.net/topic/3184357</link>
            <description>Hey guys, &lt;!--emo&amp;:clap:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxms.gif' border='0' style='vertical-align:middle' alt='rclxms.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;Need a help in this javascript. So I am suppose to create a javascript that displays the output on how many Kids or Adult that purchased ticket(only one of them).It should also display the total amount of it(either Adult or Kid).&lt;br /&gt;&lt;br /&gt;I have done some of the coding but some part of my coding dint seems to be working &lt;!--emo&amp;:stars:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxub.gif' border='0' style='vertical-align:middle' alt='rclxub.gif' /&gt;&lt;!--endemo--&gt; ,here is my code.&lt;br /&gt;&lt;br /&gt;html&amp;gt;&lt;br /&gt;	&amp;lt;head&amp;gt;&lt;br /&gt;	&amp;#60;script type=&amp;quot;text/JavaScript&amp;quot;&amp;gt;&lt;br /&gt;&lt;br /&gt;	var n1 = prompt(&amp;quot;Enter A for Adult Ticket &amp;#092;n Enter K for Kids Ticket&amp;quot;, &amp;quot;Enter A or K&amp;quot;);&lt;br /&gt;	var n2 = prompt(&amp;quot;How many ADULT TICKET would you like to purchase&amp;quot;,&amp;quot;Enter amount&amp;quot;);&lt;br /&gt;	var n3 = prompt(&amp;quot;How many KIDS TICKET would you like to purchase&amp;quot;, &amp;quot; Enter amount&amp;quot;);&lt;br /&gt;	 &lt;br /&gt;    var g1 = n2 *13;&lt;br /&gt;	var g2 = n3 * 7 ;&lt;br /&gt;	&lt;br /&gt;	if ( n1 == &amp;quot;A&amp;quot;) {&lt;br /&gt;	&lt;br /&gt;	var g1 = n2 * 13 ;&lt;br /&gt;	alert( &amp;quot;Adult ticket price is: &amp;quot; +g1)&lt;br /&gt;	}&lt;br /&gt;&lt;br /&gt;    else if ( n2 == &amp;quot;K&amp;quot;) {&lt;br /&gt;    &lt;br /&gt;	var g2 = n3 * 7;&lt;br /&gt;    alert( &amp;quot;KIDS ticket price is : &amp;quot; +g2)&lt;br /&gt;    }	&lt;br /&gt;	&lt;br /&gt;	else&lt;br /&gt;	&lt;br /&gt;	 &lt;br /&gt;	 alert(&amp;quot;Error&amp;quot;)&lt;br /&gt;	 &lt;br /&gt;	&lt;br /&gt;	&lt;br /&gt;	&lt;br /&gt;	&amp;lt;/script&amp;gt;&lt;br /&gt;	&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;br /&gt;&lt;br /&gt;so basically it will show whats the number of ticket puchased(either Adult or Kid) and total money for it. But now I am only getting for Adult, not working for kids. &lt;br /&gt;&lt;br /&gt;I&amp;#39;m sorry if my coding looks kinda immature as this subject is not my major in my course,but i did my best.&lt;br /&gt;&lt;br /&gt;Hope you guys can help me with it&amp;#33;&amp;#33; thanks and much appreciated&amp;#33;&amp;#33; &lt;!--emo&amp;:thumbs:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/thumbup.gif' border='0' style='vertical-align:middle' alt='thumbup.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>don2</author>
            <category>Codemasters</category>
            <pubDate>Sun, 06 Apr 2014 13:24:34 +0800</pubDate>
        </item>
        <item>
            <title>Scholarship</title>
            <link>http://forum.lowyat.net/topic/3095835</link>
            <description>Hey guys,&lt;br /&gt;&lt;br /&gt;I am an actuarial science student in &lt;b&gt;UCSI&lt;/b&gt;,joined last September 2013. Well the thing is that as you know the cost studying there is expensive and I am looking for any scholarships that are available.&lt;br /&gt;&lt;br /&gt;I know there is &amp;#39;PTPTN&amp;#39; but currently I am looking for a scholarships. Any other financial loan is also fine for me. &lt;br /&gt;&lt;br /&gt;So I am hoping you guys to help me suggest any scholarships available for my course. I am looking for other financial aid,keeping PTPTN a side first. &lt;br /&gt;&lt;br /&gt;So hope you guys can suggest to me and help me in this. I seriously need a fund for me in the upcoming semesters.  &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;hope to hear from you soon.&lt;br /&gt;&lt;br /&gt;Thanks guys. Any suggestion or links will be very helpful for me and other students like me who need financial aid. Thank you for you help. Hoping to hear from you&lt;br /&gt;&lt;br /&gt; &lt;!--emo&amp;:thumbs:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/thumbup.gif' border='0' style='vertical-align:middle' alt='thumbup.gif' /&gt;&lt;!--endemo--&gt; Cheers&amp;#33;&amp;#33;&amp;#33; &lt;!--emo&amp;:thumbs:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/thumbup.gif' border='0' style='vertical-align:middle' alt='thumbup.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>don2</author>
            <category>Education Essentials</category>
            <pubDate>Fri, 10 Jan 2014 18:30:15 +0800</pubDate>
        </item>
        <item>
            <title>Suggestion For Smartphones</title>
            <link>http://forum.lowyat.net/topic/2957506</link>
            <description>Heys there...&amp;#33;&amp;#33;&amp;#33;&amp;#33;&lt;br /&gt;&lt;br /&gt;So I am a college student and I have decided to get a smartphone for myself.The thing is that I need a phone that has the good camera quality,big screen and a fast processor. I dont need phones that require multitasking as I wont be needing those now.&lt;br /&gt;&lt;br /&gt;I have gone thru several phones and here is what I got. &lt;!--emo&amp;:D--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;1) Xperia L&lt;br /&gt;2) Lumia 820,1080&lt;br /&gt;3) Samsung Core&lt;br /&gt;&lt;br /&gt;My budget is between RM 700 to Rm 1000.&lt;br /&gt;&lt;br /&gt;So can you guys suggest for me a phone that is suitable to use? O r you have any other phones in mind??&lt;br /&gt;&lt;br /&gt; You can also suggest other phones too. Hope to hear many feedback from you guys.&lt;br /&gt;&lt;br /&gt;Cheers&amp;#33;&amp;#33;&amp;#33; &lt;!--emo&amp;:peace:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_rolleyes.gif' border='0' style='vertical-align:middle' alt='icon_rolleyes.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:peace:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_rolleyes.gif' border='0' style='vertical-align:middle' alt='icon_rolleyes.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>don2</author>
            <category>Mobile Phones and Tablets</category>
            <pubDate>Thu, 12 Sep 2013 22:53:08 +0800</pubDate>
        </item>
        <item>
            <title>Deciding between INTI or UCSI</title>
            <link>http://forum.lowyat.net/topic/2903572</link>
            <description>Hey guys&amp;#33;&amp;#33;&amp;#33;&amp;#33;&amp;#33;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I need your help urgently. &lt;!--emo&amp;:cry:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/cry.gif' border='0' style='vertical-align:middle' alt='cry.gif' /&gt;&lt;!--endemo--&gt; I am in dilemma in pursuing whether to join INTI or UCSI for actuarial science program.&lt;br /&gt;&lt;br /&gt;So far I don&amp;#39;t have any info about INTI.I heard you hv to do ADTP.I don&amp;#39;t understand about it.( can any1 explain?) &lt;!--emo&amp;:stars:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxub.gif' border='0' style='vertical-align:middle' alt='rclxub.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;Next, in INTI it is a twining program,which means you get to go to overseas.My problem is whether your PTPTN covers ur tuition fees in overseas. And how much ACTUALLY it gonna coz me??? &lt;br /&gt;&lt;br /&gt;About UCSI,I haven got anyone who actually graduated from there giving their opinions about their coll experience.So can any1 help me?&lt;br /&gt;&lt;br /&gt;I am in this dilemma to whether join INTI or UCSI.I have to think about my PTPTN and other expenses too. So I hope you guys can give me a clear picture of it. &lt;br /&gt;&lt;br /&gt; &lt;!--emo&amp;:thumbs:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/thumbup.gif' border='0' style='vertical-align:middle' alt='thumbup.gif' /&gt;&lt;!--endemo--&gt; THX&amp;#33;&amp;#33;&amp;#33;&amp;#33;&amp;#33; &lt;!--emo&amp;:thumbs:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/thumbup.gif' border='0' style='vertical-align:middle' alt='thumbup.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;</description>
            <author>don2</author>
            <category>Education Essentials</category>
            <pubDate>Sun, 28 Jul 2013 22:58:23 +0800</pubDate>
        </item>
        <item>
            <title>BitDefender Problem</title>
            <link>http://forum.lowyat.net/topic/2868071</link>
            <description>Hey guys,&lt;br /&gt;&lt;br /&gt;I recently install BitDefender Internet security 2013 on my laptop. Installation was successful but whenever I turn on my laptop,I keep getting a message on my desktop toolbar saying that my Bitdefender is turn off.I have checked everything but still the message appears.The icon is &amp;quot;Its is like a small flag with a cross on it&amp;quot;.&lt;br /&gt;&lt;br /&gt;Anyone can help me with this?</description>
            <author>don2</author>
            <category>Technical Support</category>
            <pubDate>Sun, 30 Jun 2013 18:09:45 +0800</pubDate>
        </item>
        <item>
            <title>Suggestion for new phone</title>
            <link>http://forum.lowyat.net/topic/2861377</link>
            <description>Hey guys,&lt;br /&gt;&lt;br /&gt;I recently broke my samsung galaxy mini 2 screen and it literally cracked &lt;!--emo&amp;:cry:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/cry.gif' border='0' style='vertical-align:middle' alt='cry.gif' /&gt;&lt;!--endemo--&gt; ,but its still functioning &lt;!--emo&amp;:clap:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxms.gif' border='0' style='vertical-align:middle' alt='rclxms.gif' /&gt;&lt;!--endemo--&gt; . The problem is that its keeps unlocks itself,forwards when playing a music etc.I heard changing its screen would cost a lot so thought of getting a new phone.Can you guys suggest a good phone for me? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I am student so I wont be needing an Iphone or other too much technological phones &lt;!--emo&amp;:rolleyes:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rolleyes.gif' border='0' style='vertical-align:middle' alt='rolleyes.gif' /&gt;&lt;!--endemo--&gt; ,but need a good and stylish phone.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Anything from Samsung,HTC would do fine.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Do let me know guys&amp;#33;&amp;#33;&amp;#33;&amp;#33; Thanks much... &lt;!--emo&amp;:thumbs:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/thumbup.gif' border='0' style='vertical-align:middle' alt='thumbup.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>don2</author>
            <category>Mobile Phones and Tablets</category>
            <pubDate>Tue, 25 Jun 2013 00:39:31 +0800</pubDate>
        </item>
        <item>
            <title>ifr files to avi,mpeg,etc</title>
            <link>http://forum.lowyat.net/topic/2854048</link>
            <description>Hey guys,&lt;br /&gt;&lt;br /&gt;I have an irf files need to be converted to mpeg or avi format.Can anyone help me in this??? Thanks.need it urgently &lt;!--emo&amp;:rolleyes:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rolleyes.gif' border='0' style='vertical-align:middle' alt='rolleyes.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>don2</author>
            <category>Software</category>
            <pubDate>Tue, 18 Jun 2013 19:15:10 +0800</pubDate>
        </item>
        <item>
            <title>Sad Ending or touching movies,any language&amp;#33;</title>
            <link>http://forum.lowyat.net/topic/2827859</link>
            <description>Holla&amp;#33;&amp;#33;&amp;#33;&amp;#33;&lt;br /&gt;&lt;br /&gt;I am interested in movies that have sad ending or sad movies &lt;!--emo&amp;:thumbs:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/thumbup.gif' border='0' style='vertical-align:middle' alt='thumbup.gif' /&gt;&lt;!--endemo--&gt; ...you guys have any suggestion? Any movies that made you cry? Do let me know,not only English, it can be Malay Tamil Hindi or Chinese movies... &lt;!--emo&amp;:D--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;</description>
            <author>don2</author>
            <category>Movies &amp;amp; Music</category>
            <pubDate>Tue, 28 May 2013 13:26:54 +0800</pubDate>
        </item>
        <item>
            <title>Antivirus Help Needed</title>
            <link>http://forum.lowyat.net/topic/0</link>
            <description></description>
            <category>Technical Support</category>
            <pubDate>Thu, 01 Jan 1970 07:30:00 +0800</pubDate>
        </item>
        <item>
            <title>Antivirus Help Needed</title>
            <link>http://forum.lowyat.net/topic/2826112</link>
            <description>Hey guys,I am currently using trend micro titanium internet security 2012 and it will be expiring in july this year. &lt;!--emo&amp;:rolleyes:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rolleyes.gif' border='0' style='vertical-align:middle' alt='rolleyes.gif' /&gt;&lt;!--endemo--&gt; So i&amp;#39;m planning to get a new antivirus for my pc,preferably internet security,can you guys suggest a good and powerful internet security?  &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>don2</author>
            <category>Security &amp;amp; Privacy</category>
            <pubDate>Mon, 27 May 2013 00:31:52 +0800</pubDate>
        </item>
        <item>
            <title>Short films</title>
            <link>http://forum.lowyat.net/topic/2826108</link>
            <description>Hey guys,I am 21 from Puchong.I am much interested in doing short films.I hv seen many of my senior frenz doing it but they dun really take in new face for their shoot.So any of you here doing short film? I wanna be a part of your team,much interested in acting.Do inform me guys,thx&amp;#33;&amp;#33;&amp;#33; &lt;!--emo&amp;:thumbs:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/thumbup.gif' border='0' style='vertical-align:middle' alt='thumbup.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>don2</author>
            <category>Photography, Digital Imaging &amp;amp; Video</category>
            <pubDate>Mon, 27 May 2013 00:28:12 +0800</pubDate>
        </item>
        <item>
            <title>Mass Gaining</title>
            <link>http://forum.lowyat.net/topic/2824176</link>
            <description>Hey guys,I was taking whey protein for some time and start to see a lil change in myself.But my fellow friends asking me to take mass gainer.So can you guys suggest what is the best and affordable mass gain protein available.I am 21 and weigh 62.</description>
            <author>don2</author>
            <category>Health &amp;amp; Fitness</category>
            <pubDate>Sat, 25 May 2013 00:31:31 +0800</pubDate>
        </item>
        <item>
            <title>UCSI New Join</title>
            <link>http://forum.lowyat.net/topic/2824160</link>
            <description>Hey there,I am joining USCI for actuarial Science course.Anyone studying there? the thing is I missed the May intake,so next will b my sept but if I join in sept intake I have to use my own money to pay sept semester and also for january semester because PTPTN will only be banked in during my first sem.So I am literally paying for two semester &lt;!--emo&amp;:cry:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/cry.gif' border='0' style='vertical-align:middle' alt='cry.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:cry:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/cry.gif' border='0' style='vertical-align:middle' alt='cry.gif' /&gt;&lt;!--endemo--&gt; . So I need to know whats the fee for short semester (Sept Intake) and also for long semester(Jan Intake).&lt;br /&gt;&lt;br /&gt;FYI:I am doing crdt transfer so few of my subjects will be excempted on my first year.&lt;br /&gt;&lt;br /&gt;Hope you can help,thx much bros and bruthas&amp;#33;&amp;#33;&amp;#33;&amp;#33; &lt;!--emo&amp;:thumbs:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/thumbup.gif' border='0' style='vertical-align:middle' alt='thumbup.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>don2</author>
            <category>Education Essentials</category>
            <pubDate>Sat, 25 May 2013 00:19:13 +0800</pubDate>
        </item>
    </channel>
</rss>
