<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by Rithrade</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Fri, 24 Jul 2026 05:01:58 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Keyboard Input</title>
            <link>http://forum.lowyat.net/topic/1780419</link>
            <description>Hi guys,&lt;br /&gt;&lt;br /&gt;Just wondering I recently noticed certain special characters like caret ^ and double qoutes &amp;quot; require a SPACEBAR to be show when I type. I find this really irritating and I&amp;#39;ve only recently got this problem.&lt;br /&gt;&lt;br /&gt;My keyboard settings are set to US. &lt;br /&gt;&lt;br /&gt;Thanks in advance&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;</description>
            <author>Rithrade</author>
            <category>Technical Support</category>
            <pubDate>Sun, 06 Mar 2011 13:27:43 +0800</pubDate>
        </item>
        <item>
            <title>Java Problem</title>
            <link>http://forum.lowyat.net/topic/1720241</link>
            <description>Hi&amp;#33;&lt;br /&gt;&lt;br /&gt;I&amp;#39;d like to ask some help from Java Programmers. I&amp;#39;m using mainly RAD and NetBeans as my IDE. &lt;br /&gt;&lt;br /&gt;In the spoiler is the code. It&amp;#39;s a simple counter program. &lt;br /&gt;&lt;br /&gt;What I noticed is that I can&amp;#39;t use the word extend and both IDEs say that I&amp;#39;ve to create a seperate class file for the extend class CounterDemo.&lt;br /&gt;&lt;br /&gt;This puzzles me greatly as I started out as a C++ programmer. &lt;br /&gt;&lt;br /&gt;1st Question : How do I get my program to run? &lt;br /&gt;2nd Question : Why does this happen in Java?&lt;br /&gt;&lt;br /&gt;&lt;!--SPOILER BEGIN--&gt;&lt;div class=&quot;spoilertop&quot; onClick=&quot;openClose('1d8c9f41b4999549195c3490aa06cb10')&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;1d8c9f41b4999549195c3490aa06cb10&quot; style=&quot;display:none&quot;&gt;&lt;!--SPOILER END--&gt;&lt;br /&gt;&lt;br /&gt;package counter;&lt;br /&gt;&lt;br /&gt;public class Counter {&lt;br /&gt;&lt;br /&gt;	int i = 0;&lt;br /&gt;	Counter increment() {&lt;br /&gt;		i++;&lt;br /&gt;		return this;&lt;br /&gt;	}&lt;br /&gt;	void print() {&lt;br /&gt;		System.out.println(&amp;quot;i = &amp;quot; + i);&lt;br /&gt;	}&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;public class CounterDemo extends Counter {&lt;br /&gt;&lt;br /&gt;	public static void main(String[] args) {&lt;br /&gt;		Counter x = new Counter();&lt;br /&gt;		x.increment().increment().increment().print();&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>Rithrade</author>
            <category>Codemasters</category>
            <pubDate>Mon, 17 Jan 2011 08:59:44 +0800</pubDate>
        </item>
        <item>
            <title>Changing in to Lat and Long</title>
            <link>http://forum.lowyat.net/topic/1019999</link>
            <description>Hi&amp;#33;&lt;br /&gt;&lt;br /&gt;I&amp;#39;m currently working on a text parser to send a text file containing GPS data ( e.g. NW123123. Any1 know what this data format is called btw? ) and I want to convert it into latitude and longtitude so that I can map it in Google Maps.&lt;br /&gt;&lt;br /&gt;Thanks for your time  &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;</description>
            <author>Rithrade</author>
            <category>Codemasters</category>
            <pubDate>Tue, 05 May 2009 01:30:04 +0800</pubDate>
        </item>
        <item>
            <title>A few questions</title>
            <link>http://forum.lowyat.net/topic/987903</link>
            <description>Hello fellow programmers.&lt;br /&gt;&lt;br /&gt;First off, let me thank you for taking the time to read. I&amp;#39;ll be asking 3 questions and I hope that someone can atleast point me at the right direction.  &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;1 Question: C++ --&amp;#62; Regarding linked lists and saving.&lt;br /&gt;&lt;br /&gt;How do you save something in linked list? I can save an item automatically whenever there&amp;#39;s a new item added to the list, but I can&amp;#39;t figure out how to save it manually. &lt;br /&gt;&lt;br /&gt;2 Question: C++ ---&amp;#62; Regarding linked list and ctime&lt;br /&gt;&lt;br /&gt;Is there any way to save the current time each time I add a new item into linked list? Currently my program is stuck on 1 time, which is when the 1st item is inserted. &lt;br /&gt;&lt;br /&gt;3 Question: Regarding Google Maps and GPS&lt;br /&gt;&lt;br /&gt;This is ..er..sort of like multiple questions. How do get GPS data to be sent to a webpage that has Google MAp embedded and then get Google Maps to waypoint the GPS data received and display it for the user to see? &lt;br /&gt;&lt;br /&gt;</description>
            <author>Rithrade</author>
            <category>Codemasters</category>
            <pubDate>Sun, 05 Apr 2009 11:01:50 +0800</pubDate>
        </item>
        <item>
            <title>Suggestions for Broadband please~&amp;#33;</title>
            <link>http://forum.lowyat.net/topic/872402</link>
            <description>Hi guys&amp;#33;&lt;br /&gt;&lt;br /&gt;Can anyone be kind enough to recommend good broadband ISP in Pantai Hillpark? Budget should be around RM100 ~ RM200 a month. &lt;br /&gt;&lt;br /&gt;If anyone recommend TMNut I&amp;#39;ll shoot them on sight&amp;#33; I hates TMNut d&amp;#33; &lt;!--emo&amp;:angry:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/mad.gif' border='0' style='vertical-align:middle' alt='mad.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:furious:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/vmad.gif' border='0' style='vertical-align:middle' alt='vmad.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;Please and thank you&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;</description>
            <author>Rithrade</author>
            <category>Networks and Broadband</category>
            <pubDate>Thu, 11 Dec 2008 17:33:24 +0800</pubDate>
        </item>
        <item>
            <title>Floppy Disk Failure (40)</title>
            <link>http://forum.lowyat.net/topic/500386</link>
            <description>Hi guys,&lt;br /&gt;&lt;br /&gt;I hope you guys can help me with this problem I have. I just updated my Mobo BIOS with the latest version. Following all the instructions, I loaded defaults on the BIOS setup before and after installing the new BIOS version. The exact instructions were longer than this =)&lt;br /&gt;&lt;br /&gt;After following a few more steps, I turned my PC on and I notice this error for the first time, Floppydisk Failure (40). Press F1 to continue or DEL to enter Setup. I do not have a Floppy Drive, and I tried tinkering around BIOS options but none work.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m using EVGA 680i SLi mobo.&lt;br /&gt;&lt;br /&gt;Please tell me how to remove this error because it&amp;#39;s bugging the hell out of me.&lt;br /&gt;&lt;br /&gt;Thanks  &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>Rithrade</author>
            <category>Technical Support</category>
            <pubDate>Tue, 07 Aug 2007 09:31:43 +0800</pubDate>
        </item>
        <item>
            <title>BSOD</title>
            <link>http://forum.lowyat.net/topic/480116</link>
            <description>Sorry for the bad title and description but my problem is a lil hard to explain... &lt;!--emo&amp;:blush:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/blush.gif' border='0' style='vertical-align:middle' alt='blush.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;First off are my specs &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;EVGA nForce 680i SLi&lt;br /&gt;Intel E6300 C2D @ 1.8Ghz&lt;br /&gt;MSI 7900GTO 512MB&lt;br /&gt;Corsair XMS2 512MB*2 667Mhz 5400C4 &lt;br /&gt;&lt;br /&gt;The problem was, I thought, was the bad *batch* I had when I bought the mobo. My Computer kept BSOD and restarted for no reason, even after a few reformats. After checking around the internet, nVidia and EVGA posted up a newer version of BIOS to correct the errors that 50% of the consumers had. The other 50% must have been damn lucky.&lt;br /&gt;&lt;br /&gt;Anyways, after a quick flash, my BIOS is now P24. At first my PC seemed fine. Considering there were no BSOD&amp;#39;s in the first hour, I was happy. But after months later,  the problem returns. Another reformat didn&amp;#39;t seem to help. nVidia and EVGA forums didn&amp;#39;t do much, and perhaps did more to irritate me.&lt;br /&gt;&lt;br /&gt;After that, P26 came out, but I couldn&amp;#39;t flash my BIOS to P26 because I didn&amp;#39;t have a floppy drive. However, I kinda doubt that another flash would help. After chatting with a few friends, some said to try flashing it anyway, some say return it to the shop for testing, some say bad caps. &lt;br /&gt;&lt;br /&gt;Rite now, I say that I wasted my 1k on my mobo. The best thing was, I stressed test it for 2 weeks in April n it worked fine. After that, the problem sorta natural crept it&amp;#39;s way back. So now, the rate of BSOD&amp;#39;s is kinda random. Kinda like a sudden thing. But I seem to notice whenever I scan for something, it does seem to happen. &lt;br /&gt;&lt;br /&gt;Please note that the P24 flashing DID improve my situation, but not kill it. I had this problems for months now and I didn&amp;#39;t have time give it shop for testing. I&amp;#39;ve kinda gotten used to it, since I started working in May. And since my contract ends 29th June, my PC will be my *baby* again&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;:hyper:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxm9.gif' border='0' style='vertical-align:middle' alt='rclxm9.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;Thanks for reading&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;&lt;br /&gt;PS: Almost forgot, no OC-ing due to this problem. I originally bought the rig to OC it to 1Ghz on RAm and 3Ghz ++, but now .... &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>Rithrade</author>
            <category>Technical Support</category>
            <pubDate>Thu, 28 Jun 2007 17:08:47 +0800</pubDate>
        </item>
        <item>
            <title>[WTA] ASUS VW192G</title>
            <link>http://forum.lowyat.net/topic/479312</link>
            <description>Hey all,&lt;br /&gt;&lt;br /&gt;I&amp;#39;m just wondering the price of this monitor. This is the one with the anti sratch or hard coating 19 inch widescreen. I got a quote that this LCD is 750 a piece.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m looking to buy two so, hoping to know what&amp;#39;s the best price I can get before purchasing it.&lt;br /&gt;&lt;br /&gt;THanks</description>
            <author>Rithrade</author>
            <category>Price &amp;amp; Dealers Guide</category>
            <pubDate>Wed, 27 Jun 2007 11:10:34 +0800</pubDate>
        </item>
        <item>
            <title>[WTA] Logitech Z-2300 or I-trigue L3800</title>
            <link>http://forum.lowyat.net/topic/471498</link>
            <description>Hey folks,&lt;br /&gt;&lt;br /&gt;The topic says it all, I&amp;#39;m currently looking any one of these speakers. Please tell me if it&amp;#39;s new or 2nd hand, and ofcourse price la.  &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;Thanks&amp;#33;</description>
            <author>Rithrade</author>
            <category>Price &amp;amp; Dealers Guide</category>
            <pubDate>Tue, 12 Jun 2007 15:07:03 +0800</pubDate>
        </item>
        <item>
            <title>Need advise</title>
            <link>http://forum.lowyat.net/topic/461885</link>
            <description>I drive a a Myvi.&lt;br /&gt;&lt;br /&gt;The audio sucks.&lt;br /&gt;&lt;br /&gt;Thinking of investing RM1000 for upgrades. Thing is, I know for a fact M&amp;#39;sia doesn&amp;#39;t have wiring experts(I&amp;#39;m not pointing at any1, it just bad juju and experience)&lt;br /&gt;&lt;br /&gt;So, any one knows a good wiring expert and EQ?</description>
            <author>Rithrade</author>
            <category>ICE</category>
            <pubDate>Thu, 24 May 2007 10:44:23 +0800</pubDate>
        </item>
        <item>
            <title>Advice between these two cameras</title>
            <link>http://forum.lowyat.net/topic/460893</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;I just need some support on what to buy, and I&amp;#39;m quite settled in either Pentax K10D or Canon Powershot S3 IS. Yes I know one&amp;#39;s a DSLR and one&amp;#39;s a super zoom, but price is an issue since I dun shoot professionally, nor am I loaded. &lt;br /&gt;&lt;br /&gt;But however, I do want your opinion about these cameras and others (u know my budget since I mentioned both of the cameras in different categories rite?Loxl) &lt;br /&gt;&lt;br /&gt;I&amp;#39;ve heard alot of ppl telling me about Nikon D40 and D40x, and etc. I&amp;#39;ve not actually gripped them, but the 2 above I&amp;#39;ve pretty seen the manual settings, the EVERYTHING la.   Kinda lazy to mention features. &lt;br /&gt;&lt;br /&gt;Well, I hope to get feedback regarding those two, or any other superb cameras in the same price range.&lt;br /&gt;&lt;br /&gt;Thanks</description>
            <author>Rithrade</author>
            <category>Photography, Digital Imaging &amp;amp; Video</category>
            <pubDate>Tue, 22 May 2007 15:44:39 +0800</pubDate>
        </item>
        <item>
            <title>Classical Guitarist</title>
            <link>http://forum.lowyat.net/topic/409154</link>
            <description>Hi, &lt;br /&gt;&lt;br /&gt;I just browsed through the guitar threads and I see loads of electric , acoustic players. &lt;br /&gt;&lt;br /&gt;I guess classical is just really dead?</description>
            <author>Rithrade</author>
            <category>Musicians</category>
            <pubDate>Mon, 05 Feb 2007 10:43:40 +0800</pubDate>
        </item>
        <item>
            <title>MSN</title>
            <link>http://forum.lowyat.net/topic/397286</link>
            <description>Warning, those who hate rants should go away....&lt;br /&gt;&lt;br /&gt;First of all. I have been boycott-ing hotmail because they somehow misplaced my password. Let me explain. I change password every 6 months. ONe day after 7 years of habit, I changed it. It worked. Next day, didn&amp;#39;t. Got pissed, not because of my emails, but because I lost 300 contacts. YOu know how hard it is to replace 300 contacts?&amp;#33;&amp;#33;?&amp;#33;?&amp;#33;?&amp;#33;&lt;br /&gt;&lt;br /&gt;NOW here&amp;#39;s the CURRENT problem. I used my gmail via net. passport for a new account. I&amp;#39;ve used the new MSN Live before, but TODAY, as IN NOW&amp;#33; All my contacts are gone. Again.&lt;br /&gt;&lt;br /&gt;UPDATE&amp;#33;&amp;#33;&amp;#33; I just sucessfully logged in to Windows Messenger. Contacts all there.&lt;br /&gt;&lt;br /&gt;So why the nEW LIve MSN cannot see my contacts now?&amp;#33;?&amp;#33;&amp;#33;?&amp;#33;? &lt;!--emo&amp;:angry:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/mad.gif' border='0' style='vertical-align:middle' alt='mad.gif' /&gt;&lt;!--endemo--&gt;&lt;br /&gt;&lt;b&gt;&lt;br /&gt;Problem solved&amp;#33;&lt;/b&gt;</description>
            <author>Rithrade</author>
            <category>Technical Support</category>
            <pubDate>Sun, 14 Jan 2007 00:50:30 +0800</pubDate>
        </item>
        <item>
            <title>EVGA nForce 680i SLI</title>
            <link>http://forum.lowyat.net/topic/396211</link>
            <description>First, take a look at the board.&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.overclockers.co.nz/ocnz/reviewimage.php?id=06boardn680islievga0000n680isli0105&amp;file=overview1.jpg' target='_blank'&gt;The Mobo&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Now the problem is, I can&amp;#39;t fit my Gigabyte 3D Rocket on to it due to the capacitors on the left (according to the picture)&lt;br /&gt;&lt;br /&gt;If your familiar with the ROcket, there is a snap lever on the left and since the capacitor is there,&lt;span style='color:red'&gt; I&amp;#39;m wondering if I can try to push the lever down anyway or should I just invest in a new cooler?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style='color:red'&gt;If the latter, any reccomendations for Intel C2D? &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I honestly didn&amp;#39;t see this problem when I bought the board, but since my Rocket cannot fit, I would imagine some others wouldn&amp;#39;t either. &lt;br /&gt;&lt;br /&gt;The strange thing is that there is another fan somewhere nearer to the southbridge. &lt;br /&gt;&lt;br /&gt;Thanks</description>
            <author>Rithrade</author>
            <category>Technical Support</category>
            <pubDate>Fri, 12 Jan 2007 00:13:28 +0800</pubDate>
        </item>
        <item>
            <title>[WTA] OPTICS Broadband</title>
            <link>http://forum.lowyat.net/topic/375998</link>
            <description>HI all&amp;#33;&lt;br /&gt;&lt;br /&gt;I&amp;#39;m just wondering about this broadband service, OPTICS, which uses Fiber Optic technology.&lt;br /&gt;&lt;br /&gt;Their current offer is 2MB Upload AND Download, with no additional lines or modems req. RM 60 a month.&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve heard about Fiber Optic Technology, and I don really care if it&amp;#39;s ETTH or FTTH, but I want to know, to those of you who know about this company, or tried their service, whether you would RECCOMEND them or NOT.&lt;br /&gt;&lt;br /&gt;Thanks for you time ^^&lt;br /&gt;&lt;br /&gt;PS: As to why I&amp;#39;m currently thinking of getting this service? It&amp;#39;s simple really, It&amp;#39;s because I use Streamyx.  &lt;!--emo&amp;:P--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/tongue.gif' border='0' style='vertical-align:middle' alt='tongue.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>Rithrade</author>
            <category>Networks and Broadband</category>
            <pubDate>Fri, 01 Dec 2006 15:45:31 +0800</pubDate>
        </item>
    </channel>
</rss>
