<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by devabby</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Mon, 06 Jul 2026 16:41:44 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Ipad 2 battery drain slowly in sleep mode?</title>
            <link>http://forum.lowyat.net/topic/1891432</link>
            <description>Did anyone ipad2 battery drain slowly in sleep mode? i off my wifi, disable push-notification, disable location service, quit bluetooth, quit all the app. and let it in sleep mode, after 2-3 hours, the battery will reduce 2-3%, is this normal? everyone also like that?</description>
            <author>devabby</author>
            <category>iPad</category>
            <pubDate>Wed, 25 May 2011 02:33:36 +0800</pubDate>
        </item>
        <item>
            <title>configure @a record of .my domain for tumblr or</title>
            <link>http://forum.lowyat.net/topic/1732683</link>
            <description>Like title, anyone know how to configure @a record of .my domain for tumblr or posterous? i only can find nameserver at &lt;a href='http://www.domainregistry.my/' target='_blank'&gt;http://www.domainregistry.my/&lt;/a&gt; panel. i cant find @a record&lt;br /&gt;&lt;br /&gt;anyone know where and how to?</description>
            <author>devabby</author>
            <category>Content Creators, Blogmasters &amp;amp; Webmasters</category>
            <pubDate>Wed, 26 Jan 2011 15:31:40 +0800</pubDate>
        </item>
        <item>
            <title>Any comment feedback for this web design</title>
            <link>http://forum.lowyat.net/topic/1608022</link>
            <description>Just like title~ any comment or feedback about this design will be appreciated &lt;br /&gt;&lt;br /&gt;&lt;img src='http://www.code.my/wp-content/File/Struct-News---Home-Page-.png' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src='http://www.code.my/wp-content/File/Struct-News---News-Page-.png' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;- Update the home page just a bit~ &amp;amp; news page-&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thank  &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;</description>
            <author>devabby</author>
            <category>Content Creators, Blogmasters &amp;amp; Webmasters</category>
            <pubDate>Wed, 20 Oct 2010 23:07:02 +0800</pubDate>
        </item>
        <item>
            <title>Ignore whitespace in javascript on all browser?</title>
            <link>http://forum.lowyat.net/topic/1573824</link>
            <description>Let say i has html code look like this&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;#60;div id=&amp;#34;nextSibling&amp;#34; class=&amp;#34;box&amp;#34;&amp;#62;&lt;br /&gt;  	&amp;#60;p id=&amp;#34;nextSiblingP&amp;#34;&amp;#62;First element is p&amp;#60;/p&amp;#62;&lt;br /&gt;  	&amp;#60;span id=&amp;#34;nextSiblingSpan&amp;#34;&amp;#62;Second element is span&amp;#60;/span&amp;#62;&lt;br /&gt;	&amp;#60;/div&amp;#62;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;when i type javascript at all 3 major browser(chrome, opera and safari) console like this&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;  var nextSiblingP = document.getElementById&amp;#40;&amp;#39;nextSiblingP&amp;#39;&amp;#41;;&lt;br /&gt;  nextSiblingP.nextSibling.id&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;i get &lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;undefined&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;whereas  if my html look 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;#60;div id=&amp;#34;nextSibling&amp;#34; class=&amp;#34;box&amp;#34;&amp;#62;&lt;br /&gt;  	&amp;#60;p id=&amp;#34;nextSiblingP&amp;#34;&amp;#62;First element is p&amp;#60;/p&amp;#62;&amp;#60;span id=&amp;#34;nextSiblingSpan&amp;#34;&amp;#62;Second element is span&amp;#60;/span&amp;#62;&lt;br /&gt;	&amp;#60;/div&amp;#62;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;and i type same javascript in console&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;  var nextSiblingP = document.getElementById&amp;#40;&amp;#39;nextSiblingP&amp;#39;&amp;#41;;&lt;br /&gt;  nextSiblingP.nextSibling.id&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;i get &lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;nextSiblingSpan&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;i look for reference and it look like browsers count intermediate whitespace as text nodes, and therefore consider the nextSibling to be the whitespace &lt;br /&gt;so anyone know how to ignore the whitespace as text nodes?</description>
            <author>devabby</author>
            <category>Codemasters</category>
            <pubDate>Fri, 24 Sep 2010 12:38:59 +0800</pubDate>
        </item>
        <item>
            <title>.Mp Domain Extension</title>
            <link>http://forum.lowyat.net/topic/895564</link>
            <description>.Mp domain is free but currently beta version which mean person who has beta code can register. but .mp domain cannot build website, it work like .tel domain extension and also it can has page rank, &lt;a href='http://marketplace.mp/' target='_blank'&gt;http://marketplace.mp/&lt;/a&gt; got PR6&lt;br /&gt;&lt;br /&gt;and I just got invite and now own .mp domain extension, &lt;a href='http://www.devlim.mp' target='_blank'&gt;www.devlim.mp&lt;/a&gt; just wonder is there any lowyat member or malaysian own this domain.(maybe i the first malaysian got this .mp domain &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; )&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;FAQ from chi.mp&lt;br /&gt;&lt;b&gt;What will chi.mp do for me?&lt;br /&gt;&lt;br /&gt;Your chi.mp site:&lt;br /&gt;&lt;br /&gt;    * gives you one free domain&lt;br /&gt;    * serves as the place you can house and share your online content&lt;br /&gt;    * will keep and manage all your contacts from across the Web in one place, your “Ultimate Black Book”&lt;br /&gt;    * uses your domain name (enabled with OpenID) as your universal login across the Web&lt;br /&gt;    * will deliver on our owners’ Bill of Rights and the principles behind chi.mp&lt;br /&gt;&lt;/b&gt;</description>
            <author>devabby</author>
            <category>Content Creators, Blogmasters &amp;amp; Webmasters</category>
            <pubDate>Sun, 04 Jan 2009 00:52:19 +0800</pubDate>
        </item>
        <item>
            <title>Window Vista Home Basic</title>
            <link>http://forum.lowyat.net/topic/866658</link>
            <description>&lt;br /&gt;i just brought Window Vista Home Basic, and i saw that ADOBE CREATIVE SUITE 4 MASTER COLLECTION Requirement operating system&amp;quot; Microsoft® Windows® XP with Service Pack 2 (Service Pack 3 recommended) or Windows Vista® Home Premium, Business, Ultimate, or Enterprise with Service Pack 1 (certified for 32-bit Windows XP and Windows Vista†)&amp;quot; so Window Vista Home Basic can use ADOBE CREATIVE SUITE 4 MASTER COLLECTION or not?&lt;br /&gt;&lt;br /&gt;May help?</description>
            <author>devabby</author>
            <category>Software</category>
            <pubDate>Fri, 05 Dec 2008 20:59:12 +0800</pubDate>
        </item>
    </channel>
</rss>
