<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by ahaksz28</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Thu, 04 Jun 2026 16:00:55 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Router can only last a day</title>
            <link>http://forum.lowyat.net/topic/4178945</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;As per title, my adsl router can only last a day. Everyday when it reached 24 hours mark, the router will stop responding (i just assumed it is here because I could not access the admin page when it happened even though I was connected to the router and able to ping the router). &lt;br /&gt;&lt;br /&gt;The router will take sometime, usually around half an hour, to connect to the internet. And it will be fine for the next 24 hours. I have reached out to my ISP here and they said nothing is wrong on their side. So, any idea what caused this problem? &lt;br /&gt;&lt;br /&gt;Thanks.&lt;br /&gt;&lt;br /&gt;Router Model: BT Home Hub 5</description>
            <author>ahaksz28</author>
            <category>Technical Support</category>
            <pubDate>Thu, 19 Jan 2017 13:02:24 +0800</pubDate>
        </item>
        <item>
            <title>Hard drive broken</title>
            <link>http://forum.lowyat.net/topic/3300931</link>
            <description>Hi, my hard drive for my macbook is broken. Can I replace it with any hard drive that I can buy from other retailers instead from Apple?&lt;br /&gt;</description>
            <author>ahaksz28</author>
            <category>Apple Byte</category>
            <pubDate>Fri, 25 Jul 2014 14:50:02 +0800</pubDate>
        </item>
        <item>
            <title>Xbox 360 S blank screen</title>
            <link>http://forum.lowyat.net/topic/3287241</link>
            <description>Hi, I&amp;#39;m helping friend. His xbox 360 wont boot after he powered it up. &lt;br /&gt;&lt;br /&gt;The led on power button was lit but there was no ring of light(not sure this is the correct term. lol) even after he waited like 1 hour. &lt;br /&gt;The xbox hasn&amp;#39;t been on for 3 months. &lt;br /&gt;&lt;br /&gt;So far steps that he has taken&lt;br /&gt;- hdmi cable is working. he has tested it on different device.&lt;br /&gt;- power brick led is orange. turned green when it powered up. &lt;br /&gt;&lt;br /&gt;Any advice?&lt;br /&gt;</description>
            <author>ahaksz28</author>
            <category>Xbox</category>
            <pubDate>Sat, 12 Jul 2014 13:41:04 +0800</pubDate>
        </item>
        <item>
            <title>Flying like a bird</title>
            <link>http://forum.lowyat.net/topic/2274495</link>
            <description>[YOUTUBE]GYW5G2kbrKk[/YOUTUBE]&lt;br /&gt;&lt;br /&gt;dunno slowpoke or not. just wanna share this vid.</description>
            <author>ahaksz28</author>
            <category>The Museum Of Kopitiam</category>
            <pubDate>Wed, 21 Mar 2012 04:08:38 +0800</pubDate>
        </item>
        <item>
            <title>Bracket</title>
            <link>http://forum.lowyat.net/topic/2149125</link>
            <description>Hi, I don&amp;#39;t know where can I post this stuff so I figured I post it here.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m looking for this bracket and I don&amp;#39;t know the name of this bracket. Do anyone knows what this bracket called?&lt;br /&gt;I need it for my project. Hopefully someone do know its name.  &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;&lt;a href='http://imageshack.us/photo/my-images/97/brackett.jpg/' target='_blank'&gt;&lt;img src='http://img97.imageshack.us/img97/8127/brackett.th.jpg' border='0' alt='user posted image' /&gt;&lt;/a&gt;</description>
            <author>ahaksz28</author>
            <category>The Museum Of Kopitiam</category>
            <pubDate>Wed, 14 Dec 2011 19:37:38 +0800</pubDate>
        </item>
        <item>
            <title>PIC programming PIC16F84A</title>
            <link>http://forum.lowyat.net/topic/1232002</link>
            <description>hi all..&lt;br /&gt;&lt;br /&gt;i have some problem in my PIC programming.. im new in this PIC programming.. just use my leisure time learning it..&lt;br /&gt;&lt;br /&gt;so my problem is i dont know how to clear the input..in my program i have set PortA as input..but i want it to be reset each time i loop the program..&lt;br /&gt;currently the input will not reset..i hope you guys can help me here..&lt;br /&gt;&lt;br /&gt;below is some portion of the code..&lt;br /&gt;&lt;!--SPOILER BEGIN--&gt;&lt;div class=&quot;spoilertop&quot; onClick=&quot;openClose('ccb607cd9ff3bc7569c0b78583058180')&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;ccb607cd9ff3bc7569c0b78583058180&quot; style=&quot;display:none&quot;&gt;&lt;!--SPOILER END--&gt;&lt;br /&gt;&lt;br /&gt;        PAGE1&lt;br /&gt;	MOVLW	H&amp;#39;01&amp;#39;&lt;br /&gt;	MOVWF	TRISA&lt;br /&gt;	PAGE0&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;LIGHT  INCF      PORTB, F&lt;br /&gt;           BTFSS	PORTA, 0		;check port A pin 0 if got&lt;br /&gt;           GOTO	LIGHT		;loop to address LIGHT&lt;br /&gt;	   GOTO     RESET&lt;br /&gt;&lt;br /&gt;RESET  {coding here for reset input}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;!--SPOILER DIV--&gt;&lt;/div&gt;&lt;!--SPOILER DIV--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;anyway my program is intended to control traffic light.. the switch here is going to be use for pedestrian walk.. so i need it to be reset to prevent it hold up traffic..</description>
            <author>ahaksz28</author>
            <category>Codemasters</category>
            <pubDate>Wed, 18 Nov 2009 21:57:24 +0800</pubDate>
        </item>
        <item>
            <title>Clean uninstall</title>
            <link>http://forum.lowyat.net/topic/1038379</link>
            <description>hello all..&lt;br /&gt;&lt;br /&gt;anyone know what software that can do clean uninstall?i&amp;#39;ve faced some difficulties in updating a software..it keep detecting the old version even though i have uninstalled it..  &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; &lt;br /&gt;&lt;br /&gt;i have used TuneUp..Revo Uninstaller..CCleaner..non is working to fix this problem..plz help me overcome this problem.. &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;br /&gt;&lt;br /&gt;thanks in advance..</description>
            <author>ahaksz28</author>
            <category>Technical Support</category>
            <pubDate>Fri, 22 May 2009 02:42:32 +0800</pubDate>
        </item>
        <item>
            <title>Streaming radio</title>
            <link>http://forum.lowyat.net/topic/1023281</link>
            <description>hello all..&lt;br /&gt;&lt;br /&gt;is there any way to solve this? other than suggesting me upgrading my 1mb connection..hoho..&lt;br /&gt;I used WinAmp and Screamer Radio to listen to online radio..Ive have a good streaming before..&lt;br /&gt;but recently it keep buffering..I dont know what is the problem..if there are any tweak to the registry plz do let me know..&lt;br /&gt;&lt;br /&gt;thanks in advance..&lt;br /&gt;&lt;br /&gt;</description>
            <author>ahaksz28</author>
            <category>Technical Support</category>
            <pubDate>Thu, 07 May 2009 23:17:18 +0800</pubDate>
        </item>
        <item>
            <title>Enable both rear and front panel audio</title>
            <link>http://forum.lowyat.net/topic/0</link>
            <description></description>
            <category>Multimedia</category>
            <pubDate>Thu, 01 Jan 1970 07:30:00 +0800</pubDate>
        </item>
        <item>
            <title>Enable both rear and front panel audio</title>
            <link>http://forum.lowyat.net/topic/943929</link>
            <description>helo..&lt;br /&gt;&lt;br /&gt;firstly i dunno where to post this thread..if i wrongly post in the wrong section pls advice..  &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 used asus P5Q-E mobo..the problem is i cannot enable both rear and front panel audio at the same time..&lt;br /&gt;is there a way to do this?becoz i can enable both audio with my last mobo which used realtek..&lt;br /&gt;can soundmax do the same?&lt;br /&gt;&lt;br /&gt;thanks in advance.. &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;[addedon]February 22, 2009, 6:08 pm[/addedon]no one can help me? &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;&lt;br /&gt;&lt;br /&gt;[addedon]February 23, 2009, 2:08 pm[/addedon]3 days without any help? &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; &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>ahaksz28</author>
            <category>Technical Support</category>
            <pubDate>Sun, 22 Feb 2009 04:45:20 +0800</pubDate>
        </item>
    </channel>
</rss>
