<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by neotoxin</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Fri, 24 Jul 2026 18:07:29 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>ATF replacement fro Saga BLM</title>
            <link>http://forum.lowyat.net/topic/2486018</link>
            <description>noob on Saga BLM wanna ask something:&lt;br /&gt;&lt;br /&gt;I want to DIY the ATF replacement for my wife&amp;#39;s BLM, so here are some questions:&lt;br /&gt;(1) How much ATF needed?&lt;br /&gt;(2) Where is the drain plug for the gearbox (I haven&amp;#39;t take a look at the underside of the car - yet)&lt;br /&gt;(3) Where to pour in the new ATF? Is it through the ATF dipstick hole?&lt;br /&gt;(4) How to properly check the ATF level?&lt;br /&gt;&lt;br /&gt;regards,&lt;br /&gt;Neotoxin</description>
            <author>neotoxin</author>
            <category>The Fast &amp;amp; The Furious</category>
            <pubDate>Tue, 28 Aug 2012 10:21:20 +0800</pubDate>
        </item>
        <item>
            <title>Oil filter: PW811577 and PW510577</title>
            <link>http://forum.lowyat.net/topic/2141704</link>
            <description>Are these proton oil filters using the same wrench size to loosen/tightened them:&lt;br /&gt;PW811577 - Campro&lt;br /&gt;PW510577 - 4G9x&lt;br /&gt;&lt;br /&gt;why I need to know? &lt;br /&gt;- I only have a fixed size wrench for PW510577 and I need to replace a PW811577 on my wife&amp;#39;s car (I&amp;#39;ve yet to buy the parts)</description>
            <author>neotoxin</author>
            <category>The Fast &amp;amp; The Furious</category>
            <pubDate>Fri, 09 Dec 2011 09:36:01 +0800</pubDate>
        </item>
        <item>
            <title>Nokia 5730 XM USB/SD Door</title>
            <link>http://forum.lowyat.net/topic/2115117</link>
            <description>Dear all,&lt;br /&gt;&lt;br /&gt;Anybody know where  I can buy USB/SD door for Nokia 5730 XM? (prefer Klang valley)&lt;br /&gt;&lt;br /&gt;it look like this &lt;img src='http://mobile-parts.com.gr/images/detailed_images/9903641.jpg' border='0' alt='user posted image' /&gt;</description>
            <author>neotoxin</author>
            <category>Mobile Phones and Tablets</category>
            <pubDate>Sat, 19 Nov 2011 10:30:28 +0800</pubDate>
        </item>
        <item>
            <title>Reading XML with namespace</title>
            <link>http://forum.lowyat.net/topic/1877801</link>
            <description>Dear all,&lt;br /&gt;&lt;br /&gt;I&amp;#39;m having problem reading value of element and attributes of XML file that have namespace using XML.Linq&lt;br /&gt;&lt;br /&gt;This is the sample XML&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&amp;#60;?xml version=&amp;#34;1.0&amp;#34; encoding=&amp;#34;UTF-8&amp;#34;?&amp;#62;&lt;br /&gt;&amp;#60;MD_Metadata xmlns=&amp;#34;http&amp;#58;//www.isotc211.org/2005/gmd&amp;#34; xmlns&amp;#58;gco=&amp;#34;http&amp;#58;//www.isotc211.org/2005/gco&amp;#34; xmlns&amp;#58;gml=&amp;#34;http&amp;#58;//www.opengis.net/gml&amp;#34; xmlns&amp;#58;xlink=&amp;#34;http&amp;#58;//www.w3.org/1999/xlink&amp;#34; xmlns&amp;#58;xsi=&amp;#34;http&amp;#58;//www.w3.org/2001/XMLSchema-instance&amp;#34; xsi&amp;#58;schemaLocation=&amp;#34;http&amp;#58;//www.isotc211.org/2005/gmd http&amp;#58;//www.isotc211.org/2005/gmd/metadataEntity.xsd&amp;#34;&amp;#62;&lt;br /&gt;	&amp;#60;fileIdentifier&amp;#62;&lt;br /&gt;  &amp;#60;gco&amp;#58;CharacterString/&amp;#62;&lt;br /&gt;	&amp;#60;/fileIdentifier&amp;#62;&lt;br /&gt;	&amp;#60;language&amp;#62;&lt;br /&gt;  &amp;#60;gco&amp;#58;CharacterString&amp;#62;en&amp;#60;/gco&amp;#58;CharacterString&amp;#62;&lt;br /&gt;	&amp;#60;/language&amp;#62;&lt;br /&gt;	&amp;#60;characterSet&amp;#62;&lt;br /&gt;  &amp;#60;MD_CharacterSetCode codeList=&amp;#34;http&amp;#58;//www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode&amp;#34; codeListValue=&amp;#34;&amp;#34;/&amp;#62;&lt;br /&gt;	&amp;#60;/characterSet&amp;#62;&lt;br /&gt;	&amp;#60;hierarchyLevel&amp;#62;&lt;br /&gt;  &amp;#60;MD_ScopeCode codeList=&amp;#34;http&amp;#58;//www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ScopeCode&amp;#34; codeListValue=&amp;#34;&amp;#34;/&amp;#62;&lt;br /&gt;	&amp;#60;/hierarchyLevel&amp;#62;&lt;br /&gt;&amp;#60;/MD_Metadata&amp;#62;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;how to read, for example the language &amp;#39;en&amp;#39; from that XML?&lt;br /&gt;&lt;br /&gt;Thank you for your help&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Neotoxin&lt;br /&gt;&lt;br /&gt;[addedon]May 14, 2011, 10:42 pm[/addedon]okay, problem solved&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;XDocument openedXML = XDocument.Load&amp;#40;&amp;#34;mmsLevel2-template.xml&amp;#34;&amp;#41;&lt;br /&gt;XNamespace gcox = &amp;#34;http&amp;#58;//www.isotc211.org/2005/gco&amp;#34;;&lt;br /&gt; XNamespace ns = &amp;#34;http&amp;#58;//www.isotc211.org/2005/gmd&amp;#34;;&lt;br /&gt;            //cl_translate theXML = new cl_translate&amp;#40;&amp;#41;;&lt;br /&gt;            var mdlang = from c in openedXML.Descendants&amp;#40;ns + &amp;#34;MD_Metadata&amp;#34;&amp;#41;&lt;br /&gt;                         select &amp;#40;string&amp;#41;c.Element&amp;#40;ns + &amp;#34;language&amp;#34;&amp;#41;.Element&amp;#40;gcox + &amp;#34;CharacterString&amp;#34;&amp;#41;;&lt;br /&gt;            foreach &amp;#40;string p in mdlang&amp;#41;&lt;br /&gt;                MessageBox.Show&amp;#40;p&amp;#41;;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;</description>
            <author>neotoxin</author>
            <category>Codemasters</category>
            <pubDate>Sat, 14 May 2011 21:45:19 +0800</pubDate>
        </item>
        <item>
            <title>Creating new datatype (custom date)</title>
            <link>http://forum.lowyat.net/topic/1841827</link>
            <description>Dear all,&lt;br /&gt;&lt;br /&gt;I&amp;#39;m new to XML and I need to create an XML schema for our application.&lt;br /&gt;&lt;br /&gt;As the topic says, I want to create a custom date datatype. A normal xml date datatype will look kile this &amp;#39;YYYY-MM-DD&amp;#39; but in my case I want to create a date that look like this &amp;#39;YYYYMMDD&amp;#39;. The only method that I can think of is using simpleType string with restriction i.e. using regular expression patterns.&lt;br /&gt;&lt;br /&gt;But I&amp;#39;m so newbie in Regular expression : the regular expression should do this:&lt;br /&gt;(1) maximum 8 characters&lt;br /&gt;(2) all must be integer&lt;br /&gt;(3) 1st 4 digit have max 9999 &amp;lt;--- like we can live until year 9999 &lt;!--emo&amp;:lol:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/laugh.gif' border='0' style='vertical-align:middle' alt='laugh.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;(4) the 5th and 6th should max at &amp;#39;12&amp;#39; &amp;lt;-- month max at 12 right?&lt;br /&gt;(5) 7th and 8th should max at 31&lt;br /&gt;how do the regex look like?&lt;br /&gt;&lt;br /&gt;..or is there any other method to create that kind of date data type in XML?&lt;br /&gt;</description>
            <author>neotoxin</author>
            <category>Codemasters</category>
            <pubDate>Tue, 19 Apr 2011 11:44:26 +0800</pubDate>
        </item>
        <item>
            <title>How to block embedded audio in webpage?</title>
            <link>http://forum.lowyat.net/topic/1813502</link>
            <description>Some websites owner think that embedding songs within their webpage is COOL but for me it&amp;#39;s the other way around.. It is not cool at all.. It&amp;#39;s ANNOYING... Some not even providing a control button to pause the music..&lt;br /&gt;&lt;br /&gt;My question is: How to block embedded audio if I&amp;#39;m browsing using Google Chrome. I tried to search for Chrome extension that do this sort of thing but to no avail. The closest I found is AdBlock with custom filter. The problem with AdBlock is that I&amp;#39;m using a reallllyyyy oooold PC and AdBlock will spawn a new chrome.exe process that eats a lot of processing power. It made my browsing experience a sluggish one. Is there any other alternative beside AdBlock?</description>
            <author>neotoxin</author>
            <category>Technical Support</category>
            <pubDate>Wed, 30 Mar 2011 07:43:45 +0800</pubDate>
        </item>
        <item>
            <title>Clunking sound when shifting to 2nd gear</title>
            <link>http://forum.lowyat.net/topic/897161</link>
            <description>I just got this problem with my car. When shifting to 2nd gear when the car is moving there&amp;#39;s a clunking noise and the gear lever rattles. There&amp;#39;s some grinding sound  like the clutch is not fully disengage even though  I floor the clutch pedal. This behavior does not occur when the car is stationary. What could be the problem? Maybe some of you have experienced this before. I just wanna know whats goin&amp;#39; on there so that when I make my visit to any workshop, I dont get conned easily (you know la, change this and that, everything have to be changed... bla bla...)&lt;br /&gt;&lt;br /&gt;Detail: F5M222 gearbox on 4G92P, recently changed clutch (Triniti 6 puck), and of course recently changed transmission oil. Clutch pump&amp;#39;s hydraulic fluid is full, recently changed too&lt;br /&gt;&lt;br /&gt;----------------------------&lt;br /&gt;Thank you&lt;br /&gt;Neotoxin</description>
            <author>neotoxin</author>
            <category>The Fast &amp;amp; The Furious</category>
            <pubDate>Mon, 05 Jan 2009 15:56:44 +0800</pubDate>
        </item>
        <item>
            <title>Where to buy speaker grill cloth?</title>
            <link>http://forum.lowyat.net/topic/737297</link>
            <description>Hi all,&lt;br /&gt;&lt;br /&gt;I&amp;#39;m wondering, here in Malaysia, are there any stores selling speaker grill cloth? Is it available in general fabric store? (like along jln masjid india maybe?). Is it expensive? I&amp;#39;m thinking of replacing the torn grill cloth on my speaker - DIY prefered&amp;#33;. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;regards,&lt;br /&gt;tox&lt;br /&gt;</description>
            <author>neotoxin</author>
            <category>Audiophiles</category>
            <pubDate>Tue, 08 Jul 2008 13:22:41 +0800</pubDate>
        </item>
        <item>
            <title>Active subwoofer on 5.0 amp/receiver</title>
            <link>http://forum.lowyat.net/topic/396629</link>
            <description>I need some help folks...&lt;br /&gt;&lt;br /&gt;Here&amp;#39;s the situation:&lt;br /&gt;I have a 5.0 amp/receiver (quite ancient) which means no pre-out for subwoofer. It only has 3 pre-out i.e. 2 for rear (left &amp;amp; right) and the other 1 for center speaker.&lt;br /&gt;&lt;br /&gt;On the other side, it has 2 sets of output which is output set A and output set B for front/main speaker. I can switch on either Set A or set B, or both A and B, as well as turn them both off.&lt;br /&gt;&lt;br /&gt;below is a sample picture of the rear portion:&lt;br /&gt;&lt;img src='http://www.klangharmonie.de/kenwoodkrv9030/12.jpg' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;I can only think of 2 ways to do the connection of my active sub to the amp:-&lt;br /&gt;(1) connect the sub to either one of the 3 pre-out available --&amp;#62; hmm.. how would it sound?  &lt;!--emo&amp;:x--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/doh.gif' border='0' style='vertical-align:middle' alt='doh.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;(2) use high-low impedance converter (like what we use on car stereo to power-amp) and connect it to output Set A or B and switch on both output set during playback&lt;br /&gt;&lt;br /&gt;So,&lt;br /&gt;- which of my proposed solution above will do the trick nicely?&lt;br /&gt;- is there any other way to do the connection? &lt;br /&gt;&lt;br /&gt;Thank you &amp;amp; regards,</description>
            <author>neotoxin</author>
            <category>Audiophiles</category>
            <pubDate>Fri, 12 Jan 2007 20:22:54 +0800</pubDate>
        </item>
    </channel>
</rss>
