<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by DavidLMK</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Fri, 03 Jul 2026 18:13:29 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>WTS&amp;gt; Pineng Ori Powerbank &amp;amp; Remax Ori Cable</title>
            <link>http://forum.lowyat.net/topic/3584781</link>
            <description>&lt;b&gt;Item(s): &lt;br /&gt;                 1. Pineng PN913   10000mah&lt;br /&gt;                 2. Pineng PN968   10000mah&lt;br /&gt;                 3. Pineng PN983S 10000mah&lt;br /&gt;                 4. Pineng PN999   20000mah&lt;br /&gt;                 5. Remax Charge &amp;amp; Data Micro USB Cable&lt;br /&gt;                 6. Remax Quick Charge Slim (Lightning connector for iPhone 5 and above or Micro USB available)&lt;br /&gt;                 7. Remax Quick Charge &amp;amp; Data (Lightning connector or Micro USB available)&lt;br /&gt;                 8. Remax Transformers 2 in 1 Cable Micro USB &amp;amp; Lightning Connector&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Package includes: For Powerbank- Powerbank and standard accs&lt;br /&gt;                               For Remax Cable - Cable only&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Price: &lt;br /&gt;             1. RM55&lt;br /&gt;             2. RM55&lt;br /&gt;             3. RM72&lt;br /&gt;             4. RM110&lt;br /&gt;             5. RM12&lt;br /&gt;             6. RM18&lt;br /&gt;             7. RM19&lt;br /&gt;             8. RM35&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Warranty: &lt;br /&gt;                    Pineng 1 year&lt;br /&gt;                    Remax 3 Months&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Dealing method:COD/Courier(W.M Rm6    E.M Rm12)&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Location:Johor Bahru&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Contact method/details:PM Me or Whatsapp 018-7886313&lt;/b&gt;&lt;br /&gt;---&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Item(s) conditions:Brand new in box&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Picture:&lt;br /&gt;               &lt;img src='http://i1072.photobucket.com/albums/w377/David_Loke/1234_zpswgqjvzdk.jpg' border='0' alt='user posted image' /&gt;&lt;br /&gt;               &lt;img src='http://i1072.photobucket.com/albums/w377/David_Loke/5678_zps6h2zs2ew.jpg' border='0' alt='user posted image' /&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Reason for sale:Online Seller&lt;/b&gt;</description>
            <author>DavidLMK</author>
            <category>Mobile Phones &amp;amp; Tablets Garage Sales</category>
            <pubDate>Thu, 21 May 2015 11:45:16 +0800</pubDate>
        </item>
        <item>
            <title>Halogen headlight blue cap</title>
            <link>http://forum.lowyat.net/topic/1490255</link>
            <description>&lt;img src='http://i208.photobucket.com/albums/bb110/davidlmk/100713_000948.jpg' border='0' alt='user posted image' /&gt;&lt;img src='http://i208.photobucket.com/albums/bb110/davidlmk/100713_222635.jpg' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;The halogen bulb is inside this cap for whiter light input. Legal??</description>
            <author>DavidLMK</author>
            <category>The Fast &amp;amp; The Furious</category>
            <pubDate>Wed, 14 Jul 2010 22:23:05 +0800</pubDate>
        </item>
        <item>
            <title>closed</title>
            <link>http://forum.lowyat.net/topic/1488866</link>
            <description>Closed</description>
            <author>DavidLMK</author>
            <category>The Fast &amp;amp; The Furious</category>
            <pubDate>Tue, 13 Jul 2010 17:19:37 +0800</pubDate>
        </item>
        <item>
            <title>Need help on panel positioning (Java)</title>
            <link>http://forum.lowyat.net/topic/1211511</link>
            <description>Hi guys.. noobie need help here.. How can i make the Login, login box, password, login and reset show at the middle line by line??&lt;br /&gt;sth like this..&lt;br /&gt;                     Login ID:&lt;br /&gt;                   Password:&lt;br /&gt;                     &lt;br /&gt;                        Login                     Reset&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;my coding is as follows&lt;br /&gt;&lt;br /&gt;&lt;!--SPOILER BEGIN--&gt;&lt;div class=&quot;spoilertop&quot; onClick=&quot;openClose('fae558f48257a4384ba7cf2cd4d93db2')&quot; style=&quot;font-weight: bold&quot;&gt;&lt;u&gt;&amp;raquo; Click to show Spoiler - click again to hide... &amp;laquo;&lt;/u&gt;&lt;/div&gt;&lt;div class=&quot;spoilermain&quot; id=&quot;fae558f48257a4384ba7cf2cd4d93db2&quot; style=&quot;display:none&quot;&gt;&lt;!--SPOILER END--&gt;import javax.swing.*;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;public class Gui extends JFrame&lt;br /&gt;{&lt;br /&gt;	&lt;br /&gt;		private JPanel panel;&lt;br /&gt;		private JLabel loginLabel, pwLabel;&lt;br /&gt;		private JTextField loginTextField, pwTextField;&lt;br /&gt;		private JButton loginButton, resetButton;&lt;br /&gt;		private final int WINDOW_WIDTH = 1280;&lt;br /&gt;		private final int WINDOW_HEIGHT = 750;&lt;br /&gt;				&lt;br /&gt;		JFrame window = new JFrame();&lt;br /&gt;		&lt;br /&gt;		public Gui()&lt;br /&gt;		{&lt;br /&gt;			//First Window &lt;br /&gt;			setTitle(&amp;quot;Login to continue&amp;quot;);&lt;br /&gt;			&lt;br /&gt;			setSize(WINDOW_WIDTH, WINDOW_HEIGHT);&lt;br /&gt;			&lt;br /&gt;			setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);&lt;br /&gt;			&lt;br /&gt;			//Panel &lt;br /&gt;			buildPanel();&lt;br /&gt;			&lt;br /&gt;			add(panel);&lt;br /&gt;			&lt;br /&gt;			setVisible(true);&lt;br /&gt;			&lt;br /&gt;		}&lt;br /&gt;		&lt;br /&gt;		//Labels &amp;amp; Text&lt;br /&gt;		private void buildPanel()&lt;br /&gt;		{&lt;br /&gt;			//label&lt;br /&gt;			loginLabel = new JLabel(&amp;quot; Login ID&amp;quot;);&lt;br /&gt;			&lt;br /&gt;			//id field&lt;br /&gt;			loginTextField= new JTextField(10);&lt;br /&gt;			&lt;br /&gt;			loginButton= new JButton(&amp;quot;Login&amp;quot;);&lt;br /&gt;			&lt;br /&gt;			pwLabel= new JLabel(&amp;quot;Password&amp;quot;);&lt;br /&gt;			&lt;br /&gt;			pwTextField= new JTextField(10);&lt;br /&gt;			&lt;br /&gt;			resetButton= new JButton(&amp;quot;Reset&amp;quot;);&lt;br /&gt;			&lt;br /&gt;			panel = new JPanel();&lt;br /&gt;			&lt;br /&gt;			panel.add(loginLabel);&lt;br /&gt;			panel.add(loginTextField);&lt;br /&gt;			panel.add(pwLabel);&lt;br /&gt;			panel.add(pwTextField);&lt;br /&gt;			panel.add(loginButton);&lt;br /&gt;			panel.add(resetButton);&lt;br /&gt;			&lt;br /&gt;			&lt;br /&gt;		}&lt;br /&gt;	}&lt;!--SPOILER DIV--&gt;&lt;/div&gt;&lt;!--SPOILER DIV--&gt;</description>
            <author>DavidLMK</author>
            <category>Codemasters</category>
            <pubDate>Fri, 30 Oct 2009 23:42:08 +0800</pubDate>
        </item>
        <item>
            <title>Streamyx trying to cheat me?</title>
            <link>http://forum.lowyat.net/topic/1041622</link>
            <description>My plan is 512kbps. Ever since 1month  ago, i have made countless complains to tm about my slow surfing speeds. Everytime i call, they will ask me to do direct connection or flushdns.. its the same everytime. Cant they think of something better to fix it? And 3 times the technician came to my house already. EVERYTIME before they come, i will do the speedtest and show them. Usually the speed is around 100-200kbps for upload and download. BUT, when they come and do the speedtest, the speed will be ranging from 900-1100kbps? and 30mins later the speed goes back to 200-300kbps... what is this?? i never tell them about my package until the 3rd time they come they do the speedtest and speed is 1200kbps for download. i asked them, why my speed so fast when my package is only 512kbps. then they always change the topic.. What the hell are they trying to do? Think i stupid? Can anyone help me with the typing of email to mcmc? Im not sure what i should type in the email.</description>
            <author>DavidLMK</author>
            <category>Networks and Broadband</category>
            <pubDate>Mon, 25 May 2009 17:05:27 +0800</pubDate>
        </item>
        <item>
            <title>Need help with java programming code.</title>
            <link>http://forum.lowyat.net/topic/985254</link>
            <description>Question given was Write a program to find the Celsius using the following formula.&lt;br /&gt;Celsius=(5/9)(fahrenheit-32)&lt;br /&gt;fahrenheit=100&lt;br /&gt;The display should be as follow.&lt;br /&gt;Fahrenheit 100 is ________celsius&lt;br /&gt;&lt;br /&gt;public class temperature&lt;br /&gt;{&lt;br /&gt;     public static void main(String[]args)&lt;br /&gt;    {&lt;br /&gt;      double fahrenheit=100;&lt;br /&gt;      double celsius=(5/9)*(fahrenheit-32);&lt;br /&gt;&lt;br /&gt;       System.out.println(&amp;quot;Fahrenheit 100 is &amp;quot;+celsius+&amp;quot;Celsius&amp;quot;);&lt;br /&gt;      }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Whats wrong with it??&lt;br /&gt;doesnt seem to work</description>
            <author>DavidLMK</author>
            <category>Codemasters</category>
            <pubDate>Thu, 02 Apr 2009 19:27:38 +0800</pubDate>
        </item>
        <item>
            <title>WTA&amp;gt; Can i install another OS on my windows vista</title>
            <link>http://forum.lowyat.net/topic/982830</link>
            <description>Hi,  I would like to know whether i can install another OS on my windows vista? need help please.</description>
            <author>DavidLMK</author>
            <category>Software</category>
            <pubDate>Tue, 31 Mar 2009 19:06:20 +0800</pubDate>
        </item>
    </channel>
</rss>
