<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by tsw85</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Fri, 31 Jul 2026 23:05:29 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Can a DSLR took a phot equivalent to lomo photo?</title>
            <link>http://forum.lowyat.net/topic/1476700</link>
            <description>as topic.&lt;br /&gt;&lt;br /&gt;i love the effect on lomography photo.&lt;br /&gt;&lt;br /&gt;but do DSLR took those kinda photo?&lt;br /&gt;&lt;br /&gt;if so what should i do and how shoud i set.&lt;br /&gt;&lt;br /&gt;thanks.&lt;br /&gt;&lt;br /&gt;sorry for my noobiness</description>
            <author>tsw85</author>
            <category>Photography, Digital Imaging &amp;amp; Video</category>
            <pubDate>Fri, 02 Jul 2010 03:02:38 +0800</pubDate>
        </item>
        <item>
            <title>Any Japanese Language School in KL</title>
            <link>http://forum.lowyat.net/topic/1473881</link>
            <description>Anyone know is there any recommended japanese language school for adults, and just to study for hobby purpose? thanks</description>
            <author>tsw85</author>
            <category>Education Essentials</category>
            <pubDate>Tue, 29 Jun 2010 16:11:09 +0800</pubDate>
        </item>
        <item>
            <title>Safari Browser 100% CPU usage</title>
            <link>http://forum.lowyat.net/topic/1457366</link>
            <description>I found out my safari browser use up almost 100% CPU usgae, even i just loading 3-4 website on it. Youtube itself already cause my PC to run 80% using safari.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Anyone  encounter this problem on Safari browser?</description>
            <author>tsw85</author>
            <category>Software</category>
            <pubDate>Mon, 14 Jun 2010 20:17:50 +0800</pubDate>
        </item>
        <item>
            <title>where can i buy Lathe machine cutting tools</title>
            <link>http://forum.lowyat.net/topic/1317599</link>
            <description>as topic, &lt;br /&gt;&lt;br /&gt;i would prefer KL area.</description>
            <author>tsw85</author>
            <category>Serious Kopitiam</category>
            <pubDate>Thu, 04 Feb 2010 12:48:28 +0800</pubDate>
        </item>
        <item>
            <title>WTA Any kerastase shampoo seller?</title>
            <link>http://forum.lowyat.net/topic/1307088</link>
            <description>WTA Any kerastase shampoo seller?&lt;br /&gt;&lt;br /&gt;wishing to buy some kerastase shampoo from some agent hoping for a cheaper price. thanks</description>
            <author>tsw85</author>
            <category>Cosmetics</category>
            <pubDate>Tue, 26 Jan 2010 03:15:29 +0800</pubDate>
        </item>
        <item>
            <title>[WTA] Is there any non-contract Broadband or equi</title>
            <link>http://forum.lowyat.net/topic/1298267</link>
            <description>Is there any non-contract Broadband or equivalent around KL? i wish to use Broadband for only 1 month. so i need to find some solution regarding this. thanks</description>
            <author>tsw85</author>
            <category>Networks and Broadband</category>
            <pubDate>Mon, 18 Jan 2010 11:35:17 +0800</pubDate>
        </item>
        <item>
            <title>Sri Putramas 2, Royal Domain Condo Brondband</title>
            <link>http://forum.lowyat.net/topic/1295351</link>
            <description>Anyone staying at Sri Putramas 2, royal domain condo ?&lt;br /&gt;&lt;br /&gt;WTA is there any wired broadband provided by the management? if so how good is it. thank</description>
            <author>tsw85</author>
            <category>Networks and Broadband</category>
            <pubDate>Fri, 15 Jan 2010 14:59:19 +0800</pubDate>
        </item>
        <item>
            <title>Got some cloth to donate</title>
            <link>http://forum.lowyat.net/topic/1284447</link>
            <description>Want to donate some male and female cloth to those who need it, but where can i donate around KL.&lt;br /&gt;&lt;br /&gt;mostly not wear before or wear 1 times only.</description>
            <author>tsw85</author>
            <category>The Museum Of Kopitiam</category>
            <pubDate>Wed, 06 Jan 2010 14:06:45 +0800</pubDate>
        </item>
        <item>
            <title>&amp;quot;Carousel&amp;quot; Adobe Flash ActionScript problem</title>
            <link>http://forum.lowyat.net/topic/1071984</link>
            <description>&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;import mx.utils.Delegate;&lt;br /&gt;&lt;br /&gt;var numOfItems&amp;#58;Number;&lt;br /&gt;var radiusX&amp;#58;Number = 120;&lt;br /&gt;var radiusY&amp;#58;Number = 50;&lt;br /&gt;var centerX&amp;#58;Number = Stage.width / 2;&lt;br /&gt;var centerY&amp;#58;Number = Stage.height / 2;&lt;br /&gt;var speed&amp;#58;Number = 0.05;&lt;br /&gt;var perspective&amp;#58;Number = 150;&lt;br /&gt;var home&amp;#58;MovieClip = this;&lt;br /&gt;&lt;br /&gt;var tooltip&amp;#58;MovieClip = this.attachMovie&amp;#40;&amp;#34;tooltip&amp;#34;,&amp;#34;tooltip&amp;#34;,10000&amp;#41;;&lt;br /&gt;tooltip._alpha = 0;&lt;br /&gt;&lt;br /&gt;var xml&amp;#58;XML = new XML&amp;#40;&amp;#41;;&lt;br /&gt;xml.ignoreWhite = true;&lt;br /&gt;&lt;br /&gt;xml.onLoad = function&amp;#40;&amp;#41;&lt;br /&gt;{&lt;br /&gt;	var nodes = this.firstChild.childNodes;&lt;br /&gt;	numOfItems = nodes.length;&lt;br /&gt;	for&amp;#40;var i=0;i&amp;#60;numOfItems;i++&amp;#41;&lt;br /&gt;	{&lt;br /&gt;  var t = home.attachMovie&amp;#40;&amp;#34;item&amp;#34;,&amp;#34;item&amp;#34;+i,i+1&amp;#41;;&lt;br /&gt;  t.angle = i * &amp;#40;&amp;#40;Math.PI*2&amp;#41;/numOfItems&amp;#41;;&lt;br /&gt;  t.onEnterFrame = mover;&lt;br /&gt;  t.icon.inner.loadMovie&amp;#40;nodes&amp;#91;i&amp;#93;.attributes.image&amp;#41;;&lt;br /&gt;  t.r.inner.loadMovie&amp;#40;nodes&amp;#91;i&amp;#93;.attributes.image&amp;#41;;&lt;br /&gt;  t.icon.onRollOver = over;&lt;br /&gt;  t.icon.onRollOut = out;&lt;br /&gt;  t.icon.onRelease = released;&lt;br /&gt;	}&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;xml.load&amp;#40;&amp;#34;icons.xml&amp;#34;&amp;#41;;&lt;br /&gt;&lt;br /&gt;function mover&amp;#40;&amp;#41;&lt;br /&gt;{&lt;br /&gt;	this._x = Math.cos&amp;#40;this.angle&amp;#41; * radiusX + centerX;&lt;br /&gt;	this._y = Math.sin&amp;#40;this.angle&amp;#41; * radiusY + centerY;&lt;br /&gt;	var s = &amp;#40;this._y - perspective&amp;#41; /&amp;#40;centerY+radiusY-perspective&amp;#41;;&lt;br /&gt;	this._xscale = this._yscale = s*100;&lt;br /&gt;	this.angle += this._parent.speed;&lt;br /&gt;	this.swapDepths&amp;#40;Math.round&amp;#40;this._xscale&amp;#41; + 100&amp;#41;;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;this.onMouseMove = function&amp;#40;&amp;#41;&lt;br /&gt;{&lt;br /&gt;	speed = &amp;#40;this._xmouse-centerX&amp;#41;/10000;&lt;br /&gt;}&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;For XML file&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;&amp;#60;icons&amp;#62;&lt;br /&gt;&lt;br /&gt;&amp;#60;icon image=&amp;#34;img_1b.png&amp;#34; /&amp;#62;&lt;br /&gt;&lt;br /&gt;&amp;#60;icon image=&amp;#34;img_2b.png&amp;#34; /&amp;#62;&lt;br /&gt;&lt;br /&gt;&amp;#60;icon image=&amp;#34;img_3b.png&amp;#34; /&amp;#62;&lt;br /&gt;&lt;br /&gt;&amp;#60;/icons&amp;#62;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;I wanted to click on the icons, and can link to some webpages. anyone can help?</description>
            <author>tsw85</author>
            <category>Codemasters</category>
            <pubDate>Mon, 22 Jun 2009 17:21:20 +0800</pubDate>
        </item>
        <item>
            <title>Only DC and delay in Raid?</title>
            <link>http://forum.lowyat.net/topic/1055049</link>
            <description>i have problem with WOW that Only DC and delay in Raid. but dalaran or others heroic i doesnt have real problem&lt;br /&gt;&lt;br /&gt;my latency is also yellow.&lt;br /&gt;&lt;br /&gt;Hardly do Ulduar as i will DC every pull... anyone here have this problem?&lt;br /&gt;&lt;br /&gt;also i try to ping my realms, it didnt show any packet lost too..&lt;br /&gt;&lt;br /&gt;Reply from 12.129.193.246: bytes=32 time=286ms TTL=243&lt;br /&gt;Reply from 12.129.193.246: bytes=32 time=285ms TTL=243&lt;br /&gt;Reply from 12.129.193.246: bytes=32 time=287ms TTL=243&lt;br /&gt;Reply from 12.129.193.246: bytes=32 time=279ms TTL=243&lt;br /&gt;Reply from 12.129.193.246: bytes=32 time=285ms TTL=243&lt;br /&gt;Reply from 12.129.193.246: bytes=32 time=907ms TTL=243&lt;br /&gt;Reply from 12.129.193.246: bytes=32 time=954ms TTL=243&lt;br /&gt;Reply from 12.129.193.246: bytes=32 time=586ms TTL=243&lt;br /&gt;Reply from 12.129.193.246: bytes=32 time=331ms TTL=243&lt;br /&gt;Reply from 12.129.193.246: bytes=32 time=376ms TTL=243&lt;br /&gt;Reply from 12.129.193.246: bytes=32 time=284ms TTL=243&lt;br /&gt;Reply from 12.129.193.246: bytes=32 time=327ms TTL=243&lt;br /&gt;Reply from 12.129.193.246: bytes=32 time=285ms TTL=243&lt;br /&gt;Reply from 12.129.193.246: bytes=32 time=287ms TTL=243&lt;br /&gt;Reply from 12.129.193.246: bytes=32 time=284ms TTL=243&lt;br /&gt;Reply from 12.129.193.246: bytes=32 time=287ms TTL=243&lt;br /&gt;Reply from 12.129.193.246: bytes=32 time=307ms TTL=243&lt;br /&gt;Reply from 12.129.193.246: bytes=32 time=287ms TTL=243&lt;br /&gt;Reply from 12.129.193.246: bytes=32 time=285ms TTL=243&lt;br /&gt;Reply from 12.129.193.246: bytes=32 time=286ms TTL=243&lt;br /&gt;Reply from 12.129.193.246: bytes=32 time=285ms TTL=243&lt;br /&gt;Reply from 12.129.193.246: bytes=32 time=287ms TTL=243&lt;br /&gt;Reply from 12.129.193.246: bytes=32 time=285ms TTL=243&lt;br /&gt;&lt;br /&gt;but their ocassionally higher request time..</description>
            <author>tsw85</author>
            <category>World of Warcraft</category>
            <pubDate>Sun, 07 Jun 2009 10:16:43 +0800</pubDate>
        </item>
        <item>
            <title>&amp;gt; Short courses for actionscript and after effects</title>
            <link>http://forum.lowyat.net/topic/1037447</link>
            <description>anyone know wher can i enrol for short course for actionscripts and after effects in KL area? PJ area will do too.</description>
            <author>tsw85</author>
            <category>Arts &amp;amp; Designs</category>
            <pubDate>Thu, 21 May 2009 11:19:46 +0800</pubDate>
        </item>
        <item>
            <title>Short courses for actionscript and after effects</title>
            <link>http://forum.lowyat.net/topic/1037446</link>
            <description>anyone know wher can i enrol for short course for actionscripts and after effects in KL area? PJ area will do too.</description>
            <author>tsw85</author>
            <category>Education Essentials</category>
            <pubDate>Thu, 21 May 2009 11:18:55 +0800</pubDate>
        </item>
        <item>
            <title>Trace route 219.93.218.177 Error?</title>
            <link>http://forum.lowyat.net/topic/1036486</link>
            <description>&lt;img src='http://img30.imageshack.us/img30/5525/121292258attensnet.png' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;on hop 2 there Error and package loss  on  219.93.218.177. What the meaning of this ? &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>tsw85</author>
            <category>Networks and Broadband</category>
            <pubDate>Wed, 20 May 2009 15:45:34 +0800</pubDate>
        </item>
        <item>
            <title>any other traceroute program like VisualRoute?</title>
            <link>http://forum.lowyat.net/topic/1034561</link>
            <description>any other traceroute program like VisualRoute?&lt;br /&gt;&lt;br /&gt;i hope a freeware 1 &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;</description>
            <author>tsw85</author>
            <category>Networks and Broadband</category>
            <pubDate>Mon, 18 May 2009 21:58:37 +0800</pubDate>
        </item>
        <item>
            <title>Keyboard key limits|</title>
            <link>http://forum.lowyat.net/topic/0</link>
            <description></description>
            <category>Hardware</category>
            <pubDate>Thu, 01 Jan 1970 07:30:00 +0800</pubDate>
        </item>
        <item>
            <title>Keyboard key limits|</title>
            <link>http://forum.lowyat.net/topic/890774</link>
            <description>Whenever i press SOME 3 key together, 1 of the key will not function...&lt;br /&gt;&lt;br /&gt;for example.. Left+up+space, but only left and space function but not up. very frustrated with this especially gaming..&lt;br /&gt;&lt;br /&gt;help anyone? &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;</description>
            <author>tsw85</author>
            <category>Technical Support</category>
            <pubDate>Tue, 30 Dec 2008 13:41:36 +0800</pubDate>
        </item>
        <item>
            <title>WoW preorder</title>
            <link>http://forum.lowyat.net/topic/794754</link>
            <description>where can get wrath preorder or buy from shop at 14/10  &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>tsw85</author>
            <category>World of Warcraft</category>
            <pubDate>Thu, 18 Sep 2008 12:24:24 +0800</pubDate>
        </item>
        <item>
            <title>Wow 60days prepaid</title>
            <link>http://forum.lowyat.net/topic/736715</link>
            <description>Anyone know wher to get cheap prepare card instaed of the RM 115 one? i use to buy from offgamer for USD 27.99 conversion to RM. but now they fix it to RM 115  &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;i prefer like RM 90+ something for 60 days.&lt;br /&gt;&lt;br /&gt;and no i dont have a credit card  &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>tsw85</author>
            <category>World of Warcraft</category>
            <pubDate>Mon, 07 Jul 2008 19:54:36 +0800</pubDate>
        </item>
        <item>
            <title>Faster Ping</title>
            <link>http://forum.lowyat.net/topic/731389</link>
            <description>while searching for addon, i found this addon - Faster Ping&lt;br /&gt;&lt;br /&gt;anyone use b4? and wonder if it work and would not harm our PC?  &lt;!--emo&amp;:blink:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/blink.gif' border='0' style='vertical-align:middle' alt='blink.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;&lt;a href='http://wow.curse.com/downloads/details/10599/' target='_blank'&gt;http://wow.curse.com/downloads/details/10599/&lt;/a&gt;</description>
            <author>tsw85</author>
            <category>World of Warcraft</category>
            <pubDate>Mon, 30 Jun 2008 20:40:29 +0800</pubDate>
        </item>
        <item>
            <title>Streamyx connection comparing local and int</title>
            <link>http://forum.lowyat.net/topic/729416</link>
            <description>connect to malaysia&lt;br /&gt;&lt;img src='http://www.speedtest.net/result/289104833.png' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;connect to USA&lt;br /&gt;&lt;img src='http://www.speedtest.net/result/289105575.png' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;this happen since yesteraday raining and it stay on this situation until now&lt;br /&gt;location is at wangsa maju KL.&lt;br /&gt;&lt;br /&gt;anyone having this problem too? &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;</description>
            <author>tsw85</author>
            <category>Networks and Broadband</category>
            <pubDate>Fri, 27 Jun 2008 20:47:29 +0800</pubDate>
        </item>
    </channel>
</rss>
