<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by LOOOOOOL</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Sun, 05 Jul 2026 23:19:31 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>How to share my LAN printer on Wifi?</title>
            <link>http://forum.lowyat.net/topic/5069080</link>
            <description>i have a printer with LAN port only. &lt;br /&gt;&lt;br /&gt;how can i share it on wifi? can connect it to wifi router then the wifi router connect to the internet wifi router?&lt;br /&gt;&lt;br /&gt;my printer cannot connect directly to the router with internet. too far.</description>
            <author>LOOOOOOL</author>
            <category>Serious Kopitiam</category>
            <pubDate>Mon, 07 Dec 2020 17:35:45 +0800</pubDate>
        </item>
        <item>
            <title>What is the word/ term for all these</title>
            <link>http://forum.lowyat.net/topic/4775634</link>
            <description>i wan to know is there a single naming for all these medical or human or patient condition?? like all these thing call &amp;quot;Human Reading&amp;quot;.  &lt;!--emo&amp;:hmm:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/hmm.gif' border='0' style='vertical-align:middle' alt='hmm.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;LDL Cholesterol (mmol/L)&lt;br /&gt;Triglycerides (mg/dL)&lt;br /&gt;Total Protein (g/L)&lt;br /&gt;Albumin (g/dL)&lt;br /&gt;Urea Dialysate (mg/dL)&lt;br /&gt;Creatinine (mg/dL)&lt;br /&gt;etc&lt;br /&gt;etc&lt;br /&gt;etc&lt;br /&gt;etc</description>
            <author>LOOOOOOL</author>
            <category>Serious Kopitiam</category>
            <pubDate>Tue, 07 May 2019 17:08:07 +0800</pubDate>
        </item>
        <item>
            <title>Syncfusion Grid</title>
            <link>http://forum.lowyat.net/topic/4358889</link>
            <description>Hi, anyone have experience on syncfusion datagrid - GroupDropArea feature??&lt;br /&gt;&lt;br /&gt;can i know how can i customize the default styling completely?&lt;br /&gt;&lt;br /&gt;[attachmentid=8964235]&lt;br /&gt;&lt;br /&gt;I want to remove and customize the area highlighted in the screen shot. i can&amp;#39;t find the property anywhere.</description>
            <author>LOOOOOOL</author>
            <category>Codemasters</category>
            <pubDate>Fri, 14 Jul 2017 12:21:17 +0800</pubDate>
        </item>
        <item>
            <title>Looking for Car Rental in JB</title>
            <link>http://forum.lowyat.net/topic/4352979</link>
            <description>I&amp;#39;m look for car rental in JB for wedding. can i know i can find car rental in JB? &lt;br /&gt;I don&amp;#39;t need those super luxury car and looking for VW Beetle and Mini cooper. preferably in white color.&lt;br /&gt;&lt;br /&gt;Can anyone share some information with me?</description>
            <author>LOOOOOOL</author>
            <category>Brides &amp;amp; Grooms</category>
            <pubDate>Sun, 09 Jul 2017 18:56:53 +0800</pubDate>
        </item>
        <item>
            <title>hyper-v . Grant localhost as administrator</title>
            <link>http://forum.lowyat.net/topic/4036269</link>
            <description>Hi everyone,&lt;br /&gt;&lt;br /&gt;Anyone using Hyper-V here? may i know how can i add my localhost as administrator in my hyper-v? so that i do not need to pass in the user ID and password when getting the principal context.&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;PrincipalContext pContext = new PrincipalContext&amp;#40;ContextType.Domain, URL, LDIF&amp;#41;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;I know i can pass in ID and password to PricipalContext, but i want to setup my hyper-v so that i dont have to pass ID and password.&lt;br /&gt;&lt;br /&gt;any idea how to setup my hyper-v?</description>
            <author>LOOOOOOL</author>
            <category>Codemasters</category>
            <pubDate>Tue, 23 Aug 2016 09:45:49 +0800</pubDate>
        </item>
        <item>
            <title>Jquery datepicker</title>
            <link>http://forum.lowyat.net/topic/3927214</link>
            <description>hello,&lt;br /&gt;&lt;br /&gt;Anyone have an idea how can i reset my date to default today and highlight it?? its weird that no code added to do this but it works in chrome but not IE.. &lt;!--emo&amp;:bangwall:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/bangwall.gif' border='0' style='vertical-align:middle' alt='bangwall.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;currently this works in chrome.&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;function ClearDateTimePicker&amp;#40;date1, date2&amp;#41; {&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;#036;&amp;#40;&amp;#39;#&amp;#39; + date1&amp;#41;.val&amp;#40;&amp;#39;&amp;#39;&amp;#41;;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;#036;&amp;#40;&amp;#39;#&amp;#39; + date2&amp;#41;.val&amp;#40;&amp;#39;&amp;#39;&amp;#41;;&lt;br /&gt;}&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;&lt;!--SPOILER BEGIN--&gt;&lt;div class=&quot;spoilertop&quot; onClick=&quot;openClose('41d838576a898964a5da2820ddbf9039')&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;41d838576a898964a5da2820ddbf9039&quot; style=&quot;display:none&quot;&gt;&lt;!--SPOILER END--&gt;&lt;br /&gt;[attachmentid=6439417]&lt;br /&gt;[attachmentid=6439425]&lt;br /&gt;&lt;!--SPOILER DIV--&gt;&lt;/div&gt;&lt;!--SPOILER DIV--&gt;</description>
            <author>LOOOOOOL</author>
            <category>Codemasters</category>
            <pubDate>Wed, 20 Apr 2016 18:43:22 +0800</pubDate>
        </item>
        <item>
            <title>SQL WHERE CLAUSE</title>
            <link>http://forum.lowyat.net/topic/3903723</link>
            <description>[attachmentid=6228591]&lt;br /&gt;&lt;br /&gt;Any idea how to return rows from @temp1 if the value match the search table?? &lt;!--emo&amp;:bangwall:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/bangwall.gif' border='0' style='vertical-align:middle' alt='bangwall.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>LOOOOOOL</author>
            <category>Codemasters</category>
            <pubDate>Thu, 24 Mar 2016 10:47:19 +0800</pubDate>
        </item>
        <item>
            <title>cast generic list to List&amp;lt;string&amp;gt;</title>
            <link>http://forum.lowyat.net/topic/3900958</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;im stuck with my IList. the result return to me in IList is something like this.&lt;br /&gt;&lt;br /&gt;[attachmentid=6212128]&lt;br /&gt;&lt;br /&gt;i&amp;#39;m not sure why my List&amp;lt;string&amp;gt; o return me null after i cast my collection[i] to List&amp;lt;string&amp;gt;&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;o = collection&amp;#91;i&amp;#93; as List&amp;#60;string&amp;#62;;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;am i doing the wrong way??  &lt;!--emo&amp;:confused:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/confused.gif' border='0' style='vertical-align:middle' alt='confused.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>LOOOOOOL</author>
            <category>Codemasters</category>
            <pubDate>Mon, 21 Mar 2016 12:04:44 +0800</pubDate>
        </item>
        <item>
            <title>wifi network extender using same IP?</title>
            <link>http://forum.lowyat.net/topic/3651914</link>
            <description>Hi guys,&lt;br /&gt;&lt;br /&gt;i just bought a wifi extender adapter. &lt;a href='http://www.dlink.com.sg/product/ac600-av500-wifi-powerline-extender-2/' target='_blank'&gt;dlink extender&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;i realize that this thing is using the same WAN IP when multiple multiple devices connected to it. no problem with LAN IP, which each device have own IP. e.g. 192.168.0.100, 192.168.0.101, etc&lt;br /&gt;&lt;br /&gt;but this thing don work with steam. our steam keep disconnected when another pc connect to steam and vice versa.&lt;br /&gt;&lt;br /&gt;how can i fix this issue? which use different port i guess when connect to steam.&lt;br /&gt;&lt;br /&gt;currently dota2, counter strike keep dc when both connect at the same time...</description>
            <author>LOOOOOOL</author>
            <category>Technical Support</category>
            <pubDate>Fri, 17 Jul 2015 22:03:37 +0800</pubDate>
        </item>
        <item>
            <title>Object reference not set to an instance of</title>
            <link>http://forum.lowyat.net/topic/3283187</link>
            <description>I wonder why i cant get my link button back from page_load in my master page itself.&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;test&amp;#34;&amp;#62;&lt;br /&gt;&amp;#60;div class=&amp;#34;menu&amp;#34;&amp;#62;&lt;br /&gt;&lt;br /&gt;&amp;#60;li&amp;#62;&lt;br /&gt; &amp;nbsp;&amp;#60;ul&amp;#62;&lt;br /&gt; &amp;nbsp; &amp;nbsp;&amp;#60;li&amp;#62;&amp;#60;asp&amp;#58;LinkButton ID=&amp;#34;lnkbtn1&amp;#34; runat=&amp;#34;server&amp;#34; Onclick=&amp;#34;blabla&amp;#34;&amp;#62;testing&amp;#60;/asp&amp;#58;LinkButton&amp;#62;&amp;#60;/li&amp;#62;&lt;br /&gt; &amp;nbsp;&amp;#60;/ul&amp;#62;&lt;br /&gt;&amp;#60;/li&amp;#62;&lt;br /&gt;&amp;#60;/div&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;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&lt;br /&gt;Page_load&amp;#40;&amp;#41;{&lt;br /&gt;...&lt;br /&gt;if&amp;#40;&amp;#33;Ispostback&amp;#41;&lt;br /&gt;lnkbtn1.visible = false;&lt;br /&gt;&lt;br /&gt;...&lt;br /&gt;}&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;any idea anyone  &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>LOOOOOOL</author>
            <category>Codemasters</category>
            <pubDate>Tue, 08 Jul 2014 16:59:53 +0800</pubDate>
        </item>
        <item>
            <title>{WTS} ETUDE House&amp;#39;s Mask A~Z &amp;amp; Special &amp;quot;@&amp;quot; Snail</title>
            <link>http://forum.lowyat.net/topic/3227769</link>
            <description>&lt;b&gt;Item(s):&lt;/b&gt; &lt;span style='color:red'&gt;&lt;span style='font-size:14pt;line-height:100%'&gt;2 SET&lt;/span&gt;&lt;/span&gt; Etude House A~Z &amp;amp; &amp;quot;@&amp;quot; Snail Mask&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Package includes:&lt;/b&gt; A~Z + &amp;quot;@&amp;quot; Snail Mask&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Price:&lt;/b&gt; &lt;br /&gt;&lt;span style='color:red'&gt;RM81&lt;/span&gt; for 1 set.&lt;br /&gt;&lt;span style='color:red'&gt;RM3.00 &lt;/span&gt;for each sheet &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;&lt;b&gt;Warranty:&lt;/b&gt; - &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Dealing method:&lt;/b&gt; COD. Midvalley, Subang Jaya, Or Rapid Lrt Station&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Location of seller:&lt;/b&gt;Subang Jaya&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Contact method/details:&lt;/b&gt; PM/0183883656&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Age of item:&lt;/b&gt; Fresh from Korea&lt;br /&gt;&lt;br /&gt;---&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Item(s) conditions:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Picture:&lt;/b&gt;&lt;br /&gt;&lt;img src='http://i62.tinypic.com/znn4i0.jpg' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Reason for sale:&lt;/b&gt; For sales&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style='color:blue'&gt;&lt;b&gt;&lt;span style='font-size:14pt;line-height:100%'&gt;ALSO SELL IN SEPERATE&amp;#33;&amp;#33;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style='color:red'&gt;B(Bulgarian Rose)&lt;/span&gt; - 1 Sheet Available&lt;br /&gt;&lt;span style='color:red'&gt;C(Collagen)&lt;/span&gt; - 1 Sheet Available&lt;br /&gt;&lt;span style='color:red'&gt;H(Hyaluronic Acid) &lt;/span&gt;-  1 Sheet Available&lt;br /&gt;&lt;span style='color:red'&gt;J(Job&amp;#39;s Tears)&lt;/span&gt; - 1 Sheet Available&lt;br /&gt;&lt;span style='color:red'&gt;K(Korean Ginseng)&lt;/span&gt; - 1 Sheet Available&lt;br /&gt;&lt;span style='color:red'&gt;M(Mango)&lt;/span&gt; - 1 Sheet Available&lt;br /&gt;&lt;span style='color:red'&gt;P(Pomegranate) &lt;/span&gt;- 1 Sheet Available&lt;br /&gt;&lt;span style='color:red'&gt;Q(Q 10)&lt;/span&gt; - 1 Sheet Available&lt;br /&gt;&lt;span style='color:red'&gt;R(Royal Jelly)&lt;/span&gt; - 1 Sheet Available&lt;br /&gt;&lt;span style='color:red'&gt;T(Tea Tree) &lt;/span&gt;- 1 Sheet Available&lt;br /&gt;&lt;span style='color:red'&gt;V(Vitamin Complex) &lt;/span&gt;- 1 Sheet Available&lt;br /&gt;&lt;span style='color:red'&gt;W(White Pearl) &lt;/span&gt;- 1 Sheet Available&lt;br /&gt;&lt;span style='color:red'&gt;X(Xylitol Forest) &lt;/span&gt;- 1 Sheet Available&lt;br /&gt;&lt;span style='color:red'&gt;Y(Yogurt Strawberry) &lt;/span&gt;- 1 Sheet Available&lt;br /&gt;&lt;span style='color:red'&gt;Z(Zucchini) &lt;/span&gt;- 1 Sheet Available&lt;br /&gt;&lt;span style='color:red'&gt;@(Snail) &lt;/span&gt;- 1 Sheet Available</description>
            <author>LOOOOOOL</author>
            <category>Garage Sales Archive</category>
            <pubDate>Sat, 17 May 2014 17:02:40 +0800</pubDate>
        </item>
        <item>
            <title>MS SQL remove same row with no unique key</title>
            <link>http://forum.lowyat.net/topic/3186535</link>
            <description>As topic, how can i remove the same row without unique key to match the 2 record?&lt;br /&gt;&lt;br /&gt;Example: &lt;a href='http://sqlfiddle.com/#&amp;#33;3/e81f8/1/0' target='_blank'&gt;Data&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;SA = transaction&lt;br /&gt;SAX = Reversal&lt;br /&gt;&lt;br /&gt;how can i remove a pair of record from the table? which mean whenever there is SAX, i need to remove the SAX + (ONE) SA transaction.&lt;br /&gt;i got no idea how to do this.lol but im comparing the value1,2,3,date,name. &lt;br /&gt;erm,  &lt;!--emo&amp;:stars:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxub.gif' border='0' style='vertical-align:middle' alt='rclxub.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;i don have any unique key. don ask me why, im not the 1 who create this table  &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;</description>
            <author>LOOOOOOL</author>
            <category>Codemasters</category>
            <pubDate>Tue, 08 Apr 2014 12:19:44 +0800</pubDate>
        </item>
        <item>
            <title>Grouping multiple row into one</title>
            <link>http://forum.lowyat.net/topic/3042969</link>
            <description>Greeting,&lt;br /&gt;i got a sample of data below which i wan to group or combine. I had been looking into GROUP_CONCAT, but its not what i wan.&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;Id	name	item1	Item2	Item3&lt;br /&gt;----------------------------------------------------&lt;br /&gt;1	ABC &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;NULL	NULL&lt;br /&gt;1	ABC &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;NULL &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; NULL&lt;br /&gt;1	ABC &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;NULL &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;NULL	3&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The end result that i want.&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;Id	name	item1	Item2	Item3&lt;br /&gt;----------------------------------------------------&lt;br /&gt;1	ABC &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;How can i archive this kind of grouping? or is it even possible with MS SQL build-in function?&lt;br /&gt;</description>
            <author>LOOOOOOL</author>
            <category>Codemasters</category>
            <pubDate>Mon, 25 Nov 2013 09:40:51 +0800</pubDate>
        </item>
        <item>
            <title>IOS</title>
            <link>http://forum.lowyat.net/topic/2924902</link>
            <description>Anyone got experience doing IOS MDM?? got a few question about the MDM payload.&lt;br /&gt;tried google around but no luck.  &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>LOOOOOOL</author>
            <category>Codemasters</category>
            <pubDate>Fri, 16 Aug 2013 11:48:39 +0800</pubDate>
        </item>
        <item>
            <title>new Ipad low FPS for Asphalt 7</title>
            <link>http://forum.lowyat.net/topic/2817342</link>
            <description>Guys, i&amp;#39;m facing FPS drop or what so ever it call while playing Asphalt 7. &lt;br /&gt;and yes, already testing on ipad 2, ipad 3, and others ipad 4 like mine. only my 1 facing low FPS problem.(im playing with my fren)&lt;br /&gt;and shit stuff is even ipad 2 run smoother than mine  &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;: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;br /&gt;Anyway to fix this problem?? i tried to restore my ipad, and with only Asphalt 7 in my ipad, still same problem&lt;br /&gt;can i claim for warranty?? &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;</description>
            <author>LOOOOOOL</author>
            <category>iPad</category>
            <pubDate>Sun, 19 May 2013 10:47:13 +0800</pubDate>
        </item>
        <item>
            <title>Regex help</title>
            <link>http://forum.lowyat.net/topic/2792504</link>
            <description>Not really familiar wif regex..erm, here is the requirement:&lt;br /&gt;atleast 1 alpha and numeric MUST + atleast 1 special character MUST(all the symbol u can see on keyboard)&lt;br /&gt;&lt;br /&gt;upper and lower case not needed.&lt;br /&gt;&lt;br /&gt;example:&lt;br /&gt;(match)&lt;br /&gt;&lt;span style='color:green'&gt;test123&amp;#33;@#&lt;br /&gt;&amp;#33;@#123test&lt;br /&gt;&amp;#33;&amp;#33;&amp;#33;&amp;#33;test123&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;(not match)&lt;br /&gt;&lt;span style='color:red'&gt;aaaaaaa&lt;br /&gt;aaaa111&lt;br /&gt;1111111&lt;br /&gt;&amp;#33;&amp;#33;&amp;#33;&amp;#33;&amp;#33;&amp;#33;&amp;#33;&amp;#33;&amp;#33;&amp;#33;&amp;#33;&lt;br /&gt;&amp;#33;@#test&lt;br /&gt;&amp;#33;@#123&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://regexpal.com/' target='_blank'&gt;http://regexpal.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;this is mine, but it allowed&lt;br /&gt;1111111111&amp;#33;&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;#40;^&amp;#40;?=.*&amp;#91;.*&amp;#092;d&amp;#93;&amp;#41;&amp;#40;?=.*&amp;#91;&amp;#33;@#&amp;#036;%^&amp;amp;*&amp;#40;&amp;#41;_+&amp;#092;-=&amp;#092;&amp;#91;&amp;#092;&amp;#93;;&amp;#092;&amp;#39;,.&amp;#092;/&amp;#092;{&amp;#092;}&amp;#124;&amp;#58;&amp;#092;&amp;#34;&amp;#60;&amp;#62;?~`&amp;#93;&amp;#41;.{5,30}&amp;#41;&amp;#036;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;btw, which special character need to be escape in JAVA? erm, i got error when i put this string in my code.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;Invalid escape sequence (valid ones are  &amp;#092;b  &amp;#092;t  &amp;#092;n  &amp;#092;f  &amp;#092;r  &amp;#092;&amp;quot;  &amp;#092;&amp;#39;  &amp;#092;&amp;#092; )&lt;/i&gt;</description>
            <author>LOOOOOOL</author>
            <category>Codemasters</category>
            <pubDate>Mon, 29 Apr 2013 10:35:31 +0800</pubDate>
        </item>
        <item>
            <title>pc unable to startup</title>
            <link>http://forum.lowyat.net/topic/2519167</link>
            <description>dn knw wat happen, ytd still normal. now kenot start...my cd room led keep blinking, shud be keep restarting. monitor no display at all.&lt;br /&gt;&lt;br /&gt;wat is the problem??</description>
            <author>LOOOOOOL</author>
            <category>Technical Support</category>
            <pubDate>Sat, 22 Sep 2012 10:02:56 +0800</pubDate>
        </item>
        <item>
            <title>Android Wipe</title>
            <link>http://forum.lowyat.net/topic/2505776</link>
            <description>guy, &lt;br /&gt;&lt;br /&gt;izit possible to wipe another apps Data from my own app? wat i mean another app is those app tat i develop oso, which i know the package name.&lt;br /&gt;but izzit possible to wipe them from another app?&lt;br /&gt;&lt;br /&gt;without rooting my device.&lt;br /&gt;&lt;br /&gt;thanks~</description>
            <author>LOOOOOOL</author>
            <category>Codemasters</category>
            <pubDate>Wed, 12 Sep 2012 10:54:21 +0800</pubDate>
        </item>
        <item>
            <title>looking for uninstaller</title>
            <link>http://forum.lowyat.net/topic/0</link>
            <description></description>
            <category>Technical Support</category>
            <pubDate>Thu, 01 Jan 1970 07:30:00 +0800</pubDate>
        </item>
        <item>
            <title>looking for uninstaller</title>
            <link>http://forum.lowyat.net/topic/2411430</link>
            <description>do u guys have any idea how to uninstall anti virus using 3rd party software?? &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;coz this stupid McAfee not working properly, i cant uninstall it, cant open it, cant do anything to it. when i tried to uninstall, this Mcafee window turn white, cant see anything. tats y i cant uninstall it.</description>
            <author>LOOOOOOL</author>
            <category>Security &amp;amp; Privacy</category>
            <pubDate>Mon, 02 Jul 2012 16:01:09 +0800</pubDate>
        </item>
    </channel>
</rss>
