<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by giasens</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Sun, 07 Jun 2026 23:08:32 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>After Probation Period...</title>
            <link>http://forum.lowyat.net/topic/604471</link>
            <description>when boss still not offer confirmation letter,&lt;br /&gt;will you approach your boss for it?&lt;br /&gt;or just wait until he &amp;#39;remembers&amp;#39;?</description>
            <author>giasens</author>
            <category>Jobs &amp;amp; Careers</category>
            <pubDate>Fri, 04 Jan 2008 15:59:44 +0800</pubDate>
        </item>
        <item>
            <title>alert()&amp;#39;s value</title>
            <link>http://forum.lowyat.net/topic/583065</link>
            <description>&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&lt;br /&gt;alert&amp;#40;1||0&amp;#41;; // You get 1&lt;br /&gt;alert&amp;#40;0||2&amp;#41;; // You get 2&lt;br /&gt;alert&amp;#40;0||&amp;#40;2&amp;amp;&amp;amp;1&amp;#41;&amp;#41;; // You get 1&lt;br /&gt;alert&amp;#40;0||&amp;#40;3&amp;amp;&amp;amp;4&amp;#41;||2&amp;#41;; // You get 4&lt;br /&gt;source&amp;#58; &amp;#91;URL=http&amp;#58;//jquery.com/blog/2006/02/05/width-based-layout/&amp;#93;jqueryblog&amp;#91;/URL&amp;#93;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;1||0 = alert 1 because of 1=true? &lt;br /&gt;the rest i have no idea&lt;br /&gt;&lt;br /&gt;anyone understand this piece of code?</description>
            <author>giasens</author>
            <category>Codemasters</category>
            <pubDate>Sun, 02 Dec 2007 02:08:35 +0800</pubDate>
        </item>
        <item>
            <title>Booking Fee &amp;amp; Letter Offer</title>
            <link>http://forum.lowyat.net/topic/581732</link>
            <description>Hi, I&amp;#39;m in situation,&lt;br /&gt;planning to buy a new house (under con), &lt;br /&gt;have yet to pay my booking fee&lt;br /&gt;and already applied for loan from several bank for pre-approval&lt;br /&gt;&lt;br /&gt;so far only 1 bank verbally replied for the pre-approval being approved,&lt;br /&gt;&lt;br /&gt;Question is,&lt;br /&gt;- is there any letter issue for booking fee?&lt;br /&gt;- is there a minimum amount for booking fee? (they require me to pay 10k)&lt;br /&gt;- is verbal approval reliable?&lt;br /&gt;- when is letter offer being issue? must it require booking receipt in order to release letter offer?&lt;br /&gt;&lt;br /&gt;Regards, &lt;br /&gt;giasens</description>
            <author>giasens</author>
            <category>Property Talk</category>
            <pubDate>Thu, 29 Nov 2007 23:59:16 +0800</pubDate>
        </item>
        <item>
            <title>Common Loan Questions</title>
            <link>http://forum.lowyat.net/topic/559259</link>
            <description>I&amp;#39;m currently searching for homeloan now,&lt;br /&gt;here&amp;#39;s my list of common questions on loan,&lt;br /&gt;if there&amp;#39;s more, please feel free to post/comment&lt;br /&gt;&lt;br /&gt;---------------------------&lt;br /&gt;1. BLR cap &lt;br /&gt;2. charges &amp;amp; setup fee (month fee, account setup)&lt;br /&gt;3. Application processing fee&lt;br /&gt;4. Capital prepayment&lt;br /&gt;	- withdrawal of prepayment charges&lt;br /&gt;	- charges / notice of prepayment &lt;br /&gt;	- amount of prepayment (not exceed annual installment?)&lt;br /&gt;	- the minimum amount of outstanding loan principle that must be maintained till the end of lock-in period&lt;br /&gt;5. installment calculation / tables&lt;br /&gt;6. insurance &lt;br /&gt;	- &lt;a href='http://forum.lowyat.net/index.php?showtopic=410824' target='_blank'&gt;mrta/mlta&lt;/a&gt;&lt;br /&gt;	- finance into loan amount?&lt;br /&gt;	- compulsory / optional?&lt;br /&gt;	- mrta will gone if refinance&lt;br /&gt;7. locking period&lt;br /&gt;	- 5 years from final disbursement or first disbursement?&lt;br /&gt;        - normally 3% penalty&lt;br /&gt;8. installment starts when&lt;br /&gt;	- on loan agreement&lt;br /&gt;	- on first disbursement&lt;br /&gt;	- on final disbursement&lt;br /&gt;9. loan person involve&lt;br /&gt;	- snp 2 names, loan requires 1 or 2 names?&lt;br /&gt;10. loan statement &lt;br /&gt;	- available online?&lt;br /&gt;	- printed statement? (charging fee)&lt;br /&gt;11. package?&lt;br /&gt;	- zero moving cost? (zmc) - include what fees.&lt;br /&gt;	- non zero moving cost? (nzmc)</description>
            <author>giasens</author>
            <category>Property Talk</category>
            <pubDate>Thu, 22 Nov 2007 21:20:40 +0800</pubDate>
        </item>
        <item>
            <title>Jar Execution</title>
            <link>http://forum.lowyat.net/topic/549643</link>
            <description>i have compiled my jar - name it ABC.jar&lt;br /&gt;this ABC will have access to mysql database, thus it required classpath.&lt;br /&gt;&lt;br /&gt;here&amp;#39;s my running jar command&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;D&amp;#58;&amp;#092;cron&amp;#62;java -classpath .;D&amp;#58;&amp;#092;cron&amp;#092;mysql-connector-java-3.1.14-bin.jar; -jar sfMigrate.jar&lt;br /&gt;&lt;br /&gt;and it returns&lt;br /&gt;&lt;br /&gt;java.lang.ClassNotFoundException&amp;#58; com.mysql.jdbc.Driver&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.net.URLClassLoader&amp;#036;1.run&amp;#40;Unknown Source&amp;#41;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.security.AccessController.doPrivileged&amp;#40;Native Method&amp;#41;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.net.URLClassLoader.findClass&amp;#40;Unknown Source&amp;#41;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.lang.ClassLoader.loadClass&amp;#40;Unknown Source&amp;#41;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at sun.misc.Launcher&amp;#036;AppClassLoader.loadClass&amp;#40;Unknown Source&amp;#41;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.lang.ClassLoader.loadClass&amp;#40;Unknown Source&amp;#41;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.lang.ClassLoader.loadClassInternal&amp;#40;Unknown Source&amp;#41;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.lang.Class.forName0&amp;#40;Native Method&amp;#41;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.lang.Class.forName&amp;#40;Unknown Source&amp;#41;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.successfactors.migration.ObjectMigrationCron.initConnection&amp;#40;Objec&lt;br /&gt;tMigrationCron.java&amp;#58;396&amp;#41;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.successfactors.migration.ObjectMigrationCron.main&amp;#40;ObjectMigration&lt;br /&gt;Cron.java&amp;#58;74&amp;#41;&lt;br /&gt;java.lang.NullPointerException&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.successfactors.migration.ObjectMigrationCron.main&amp;#40;ObjectMigration&lt;br /&gt;Cron.java&amp;#58;75&amp;#41;&lt;br /&gt;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;any idea what&amp;#39;s wrong?&lt;br /&gt;&lt;br /&gt;[addedon]November 7, 2007, 5:45 pm[/addedon]settled.&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;java -classpath .;D&amp;#58;&amp;#092;cron&amp;#092;mysql-connector-java-3.1.14-bin.jar;D&amp;#58;&amp;#092;cron&amp;#092;sfMigrate.jar;&lt;br /&gt;ObjectMigrationCron&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;</description>
            <author>giasens</author>
            <category>Codemasters</category>
            <pubDate>Wed, 07 Nov 2007 13:56:19 +0800</pubDate>
        </item>
        <item>
            <title>dot matrix printing font</title>
            <link>http://forum.lowyat.net/topic/483984</link>
            <description>what font you use for your dot matrix printer?&lt;br /&gt;i couldn&amp;#39;t find any suitable font.&lt;br /&gt;i&amp;#39;ve this case that printing thru XP, the printing speed is fast &amp;amp; clear&lt;br /&gt;but if print thru 98, it&amp;#39;s ether print speed is slow &amp;amp; produce good printout&lt;br /&gt;OR the print speed is fast &amp;amp; produce bad printout.&lt;br /&gt;&lt;br /&gt;so what font you use for printing report thru dot matrix printer?&lt;br /&gt;and what dpi is used?&lt;br /&gt;&lt;br /&gt;thanks</description>
            <author>giasens</author>
            <category>Codemasters</category>
            <pubDate>Fri, 06 Jul 2007 12:11:18 +0800</pubDate>
        </item>
        <item>
            <title>Safari 3 Beta&amp;#39;s up&amp;#33;</title>
            <link>http://forum.lowyat.net/topic/471271</link>
            <description>Safari 3 Beta download available for windows&lt;br /&gt;&lt;a href='http://www.apple.com/safari/' target='_blank'&gt;http://www.apple.com/safari/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Jobs Demoes Leopard, &lt;a href='http://www.osnews.com/story.php/18070/Jobs-Demoes-Leopard-Announces-Safari-for-Windows/' target='_blank'&gt;annouce&lt;/a&gt; Safari for Windows&lt;br /&gt;&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;As the final bombshell, Jobs announced Safari for Windows. Safari 3, which will come with Leopard, will also be available for Windows XP and Vista. Jobs showed some benchmarks which showed that Safari on windows was faster than Internet Explorer 7 and Firefox. Safari on Windows will be available as a public beta from Apple&amp;#39;s Safari website.&lt;br /&gt;&lt;a href='http://www.apple.com/safari/' target='_blank'&gt;http://www.apple.com/safari/&lt;/a&gt;&lt;br /&gt;&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;enjoy trying out &lt;!--emo&amp;;)--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/wink.gif' border='0' style='vertical-align:middle' alt='wink.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>giasens</author>
            <category>Latest Updates</category>
            <pubDate>Tue, 12 Jun 2007 04:03:38 +0800</pubDate>
        </item>
        <item>
            <title>table indexing</title>
            <link>http://forum.lowyat.net/topic/455334</link>
            <description>i have 2 tables, which has large amount of data&lt;br /&gt;&lt;br /&gt;//table a [index - a_year, a_month, a_cycle (in sequence)]&lt;br /&gt;&lt;span style='color:purple'&gt;a_no[PK],  a_year, a_month, a_cycle, a_staffno, a_amount&lt;/span&gt;&lt;br /&gt;//table b&lt;br /&gt;&lt;span style='color:purple'&gt;b_staffno [PK], b_staffname&lt;/span&gt;&lt;br /&gt;------------------------&lt;br /&gt;my input year=2007&lt;br /&gt;my input month=3&lt;br /&gt;my input cycle=1&lt;br /&gt;table b is staff table, each staff has 1 record,&lt;br /&gt;while table a is txn table, each combination of year+month+cycle, &lt;br /&gt;every month it will store every staff&amp;#39;s no into table a.&lt;br /&gt;&lt;br /&gt;eg,&lt;br /&gt;&lt;span style='color:blue'&gt;table b {1, name1}, {2, name2}, {3, name3}&lt;br /&gt;table a &lt;br /&gt;{1, 2007, 1, 1, 1, 10.00}&lt;br /&gt;{2, 2007, 2, 1, 1, 200.00}&lt;br /&gt;{3, 2007, 3, 1, 1, 15.01}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;------------------------&lt;br /&gt;here&amp;#39;s my query, to select all staffs &amp;amp; their txn in the respective year, month, cycle&lt;br /&gt;&lt;br /&gt;&lt;span style='color:blue'&gt;&lt;i&gt;select * from a, b&lt;br /&gt;where a_year=2007&lt;br /&gt;and a_month=3&lt;br /&gt;and a_cycle=1&lt;br /&gt;and b_staffno=a_staffno&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;and my question is, &lt;br /&gt;should i include a_staffno in table a&amp;#39;s index?&lt;br /&gt;&lt;br /&gt;-info updated</description>
            <author>giasens</author>
            <category>Codemasters</category>
            <pubDate>Fri, 11 May 2007 10:44:04 +0800</pubDate>
        </item>
        <item>
            <title>unable to getfocus back on input after validation</title>
            <link>http://forum.lowyat.net/topic/419274</link>
            <description>here&amp;#39;s my code&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;input type=&amp;#34;text&amp;#34; name=&amp;#34;a&amp;#34; onblur=&amp;#34;javascript&amp;#58;checkNum&amp;#40;this&amp;#41;;&amp;#34; value=&amp;#34;123456&amp;#34;&amp;#62;&lt;br /&gt;&amp;#60;input type=&amp;#34;text&amp;#34; name=&amp;#34;a&amp;#34; onblur=&amp;#34;javascript&amp;#58;checkNum&amp;#40;this&amp;#41;;&amp;#34; value=&amp;#34;123456&amp;#34;&amp;#62;&lt;br /&gt;&amp;#60;input type=&amp;#34;text&amp;#34; name=&amp;#34;a&amp;#34; onblur=&amp;#34;javascript&amp;#58;checkNum&amp;#40;this&amp;#41;;&amp;#34; value=&amp;#34;123456&amp;#34;&amp;#62;&lt;br /&gt;&lt;br /&gt;js&amp;#58;checkNum&lt;br /&gt;function checkNum&amp;#40;obj&amp;#41; {&lt;br /&gt; &amp;nbsp; &amp;nbsp; if &amp;#40;&amp;#33;isNumber&amp;#40;obj.value&amp;#41;&amp;#41; //return true it&amp;#39;s number, else otherwise&lt;br /&gt; &amp;nbsp; &amp;nbsp; { &lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;//obj.value = &amp;#34;&amp;#34;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;obj.focus&amp;#40;&amp;#41;;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;obj.select&amp;#40;&amp;#41;;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;#91;COLOR=red&amp;#93; //problem occurs here, i can&amp;#39;t get it to focus back, if i tab/focus to another input box&amp;#91;/COLOR&amp;#93;, but&lt;br /&gt; &amp;nbsp; &amp;nbsp; }&lt;br /&gt;}&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;any idea to get the focus back to the input box where the validation faild?&lt;br /&gt;&lt;br /&gt;thx</description>
            <author>giasens</author>
            <category>Codemasters</category>
            <pubDate>Wed, 28 Feb 2007 10:52:28 +0800</pubDate>
        </item>
        <item>
            <title>REGEX replace string b4 &amp;amp; and the matching pattern</title>
            <link>http://forum.lowyat.net/topic/409052</link>
            <description>i hav a string like this&lt;br /&gt;&lt;br /&gt;asdf&amp;#092;asfd&amp;#092;tempLetter&amp;#092;filename&lt;br /&gt;&lt;br /&gt;i wanted to remove &amp;quot;tempLetter&amp;quot; and before, which results &amp;quot;filename&amp;quot; only&lt;br /&gt;&lt;br /&gt;i&amp;#39;ve tried replaceAll(&amp;quot;&amp;#092;&amp;#092;*tempLetter&amp;#092;&amp;#092;&amp;#036;&amp;quot;, &amp;quot;&amp;quot;) it doesnt work&lt;br /&gt;&lt;br /&gt;any idea?&lt;br /&gt;&lt;br /&gt;thx</description>
            <author>giasens</author>
            <category>Codemasters</category>
            <pubDate>Mon, 05 Feb 2007 00:56:28 +0800</pubDate>
        </item>
        <item>
            <title>[JAVA-XML] extract a tree node, repeat it</title>
            <link>http://forum.lowyat.net/topic/408008</link>
            <description>actually i wanted to create a mailmerge like event, from a docx file&lt;br /&gt;&lt;br /&gt;i&amp;#39;m able to unpackage docx, find the file&lt;br /&gt;&lt;br /&gt;the problem now is, navigate through the document.xml&lt;br /&gt;find a tree, look for a string, and replace it, and save as document.xml&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;  -- b (has childnodes)&lt;br /&gt;a &lt;br /&gt;  -- c (has childnodes)&lt;br /&gt;&lt;br /&gt;it illustrates &amp;quot;a&amp;quot; is the parent node, and &amp;quot;b&amp;quot; &amp;amp; &amp;quot;c&amp;quot; has its own childnodes&lt;br /&gt;the question is, how to extract the &amp;quot;b&amp;quot; nodes,&lt;br /&gt;repeat the nodes, so i can do string replace&lt;br /&gt;and finally save it.&lt;br /&gt;&lt;br /&gt;SAX? any idea?&lt;br /&gt;&lt;br /&gt;thx.</description>
            <author>giasens</author>
            <category>Codemasters</category>
            <pubDate>Fri, 02 Feb 2007 19:54:42 +0800</pubDate>
        </item>
        <item>
            <title>Help on SQL Optimization</title>
            <link>http://forum.lowyat.net/topic/406196</link>
            <description>Table A {A_no, A_luserid }&lt;br /&gt;Table B {B_no, B_luserid }&lt;br /&gt;Table AB {AB_no, AB_luserid, AB_Ano, AB_Bno }&lt;br /&gt;&lt;br /&gt;Tables records can be insert by anyone&lt;br /&gt;Table AB links up Table A &amp;amp; B&lt;br /&gt;&lt;br /&gt;SELECT  DISTINCT A.*&lt;br /&gt;FROM tableA A, SEC_tableB B, SEC_tableA2B AB&lt;br /&gt;WHERE  (&lt;br /&gt; B.B_no=233&lt;br /&gt; AND AB.AB_Bno=B.B_no&lt;br /&gt; AND A.A_no=AB.AB_Ano&lt;br /&gt;)OR(&lt;br /&gt; A.A_luserid=&amp;#39;user&amp;#39;&lt;br /&gt;)&lt;br /&gt;&lt;br /&gt;I want to query a result with 2 condition&lt;br /&gt;1. where B.B_no = 233&lt;br /&gt;2. and records in Table A that created by a particular user&lt;br /&gt;&lt;br /&gt;the problem is, in the 2nd condition, it doesn&amp;#39;t use table B &amp;amp; AB, &lt;br /&gt;and leads to many duplicate records, eliminates by usign Distinct&lt;br /&gt;&lt;br /&gt;is there anyway to optimize the query, when the table is usused/referenced?&lt;br /&gt;&lt;br /&gt;TQ.</description>
            <author>giasens</author>
            <category>Codemasters</category>
            <pubDate>Tue, 30 Jan 2007 11:15:35 +0800</pubDate>
        </item>
        <item>
            <title>Generating MsWord MailMerge</title>
            <link>http://forum.lowyat.net/topic/402049</link>
            <description>i&amp;#39;ve tried this &lt;a href='http://www.must.de/en/default.html?../Javactpe.htm' target='_blank'&gt;Java bean word processing&lt;/a&gt;, which only changes the bookmarks&lt;br /&gt;but i need to print more pages based on the data from database&lt;br /&gt;&lt;br /&gt;haven&amp;#39;t try Jakarta POI tho, but i think it&amp;#39;s only simple write/read.&lt;br /&gt;and it has been abandoned =.=;&lt;br /&gt;&lt;br /&gt;i couldn&amp;#39;t find any free libraries/classes.&lt;br /&gt;any idea?&lt;br /&gt;&lt;br /&gt;no need to suggest me openxml/wordML, which is my last resort =.=&lt;br /&gt;&lt;br /&gt;tq</description>
            <author>giasens</author>
            <category>Codemasters</category>
            <pubDate>Mon, 22 Jan 2007 14:28:31 +0800</pubDate>
        </item>
        <item>
            <title>[SQL] select field that has min date range</title>
            <link>http://forum.lowyat.net/topic/391996</link>
            <description>table A { no, effectiveDate }&lt;br /&gt;&lt;br /&gt;sample data&lt;br /&gt;{ 1, 2006/01/01 }&lt;br /&gt;{ 2, 2006/06/01 }&lt;br /&gt;{ 3, 2006/12/01 }&lt;br /&gt;&lt;br /&gt;min(abs(datediff(effectivedate, now()))) this will return my min range between effective date &amp;amp; current date&lt;br /&gt;&lt;br /&gt;question: how can i get the effectiveDate THAT has the minimum range between effectiveDate &amp;amp; currentDate?&lt;br /&gt;&lt;br /&gt;what the sql should look like? im realy can&amp;#39;t think of</description>
            <author>giasens</author>
            <category>Codemasters</category>
            <pubDate>Thu, 04 Jan 2007 15:35:17 +0800</pubDate>
        </item>
        <item>
            <title>htmlentities</title>
            <link>http://forum.lowyat.net/topic/358790</link>
            <description>in my jsp page, i hav the following javascript code&lt;br /&gt;where it will set the form txtfield value&lt;br /&gt;&lt;br /&gt;function fnRandom(var1) {&lt;br /&gt;document.frm.txt1.value = var1;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;in my java code,&lt;br /&gt;i retrieve record from db which contain htmlentities.&lt;br /&gt;then i suppose to printout to html like this&lt;br /&gt;&lt;br /&gt;out.print(&amp;quot;&amp;lt;a href=&amp;#092;&amp;quot;javascript:fnRandom(&amp;quot;DB_INPUT_STR&amp;quot;);&amp;#092;&amp;quot;&amp;gt;runJS&amp;lt;/a&amp;gt;&amp;quot;);&lt;br /&gt;-----&lt;br /&gt;my problem is&lt;br /&gt;when my DB_INPUT_STR contain single quote/double quote or other htmlentities, it will break my javascript.&lt;br /&gt;&lt;br /&gt;anyidea?&lt;br /&gt;</description>
            <author>giasens</author>
            <category>Codemasters</category>
            <pubDate>Fri, 27 Oct 2006 14:18:11 +0800</pubDate>
        </item>
        <item>
            <title>[Hardware] Can&amp;#39;t Boot Up</title>
            <link>http://forum.lowyat.net/topic/348947</link>
            <description>i can&amp;#39;t boot up my pc, no comes out on the screen&lt;br /&gt;doesn&amp;#39;t run POST check at all, just plain black&lt;br /&gt;&lt;br /&gt;i suspected it&amp;#39;s my mobo failure,&lt;br /&gt;so i went on and bought 2nd hand, and replace the current 1&lt;br /&gt;&lt;br /&gt;it started up with &amp;quot;plik plak&amp;quot;, sounds like short circuit, &lt;br /&gt;then i quickly turn off, but no hangus smell&lt;br /&gt;&lt;br /&gt;so, later i turn on the pc again,&lt;br /&gt;but it&amp;#39;s the still the same.&lt;br /&gt;pitch black, no POST beep/check&lt;br /&gt;- power LED doesnt blink&lt;br /&gt;- HDD LED doesnt blink&lt;br /&gt;- HSF running&lt;br /&gt;- PSU fan running&lt;br /&gt;&lt;br /&gt;any idea? it&amp;#39;s the PSU kapuk or CPU?</description>
            <author>giasens</author>
            <category>Technical Support</category>
            <pubDate>Wed, 04 Oct 2006 01:33:02 +0800</pubDate>
        </item>
        <item>
            <title>[SQL] produce a matrix-like result on sql</title>
            <link>http://forum.lowyat.net/topic/344171</link>
            <description>check the attachment.&lt;br /&gt;&lt;br /&gt;how to produce the matrix-like result as shown on the left&lt;br /&gt;where the columns are &amp;quot;step, range, amount&amp;quot;&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;</description>
            <author>giasens</author>
            <category>Codemasters</category>
            <pubDate>Fri, 22 Sep 2006 15:40:17 +0800</pubDate>
        </item>
        <item>
            <title>Apple OEM Product?</title>
            <link>http://forum.lowyat.net/topic/314329</link>
            <description>i got this from another forum&lt;br /&gt;&lt;br /&gt;there is this company claiming that they selling Apple Ipod Nano OEM&lt;br /&gt;&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;The outloook of the Apple Ipod MP4 player is exactly what you see in the Picture uploaded.&amp;nbsp; This is not the original Apple IPOD that you see in the market, we imported. Later we might do SKD (Assembly) in Malaysia.&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;question is, is that legal?&lt;br /&gt;erm. does apple give out the license to do OEM of their products?</description>
            <author>giasens</author>
            <category>Apple Byte</category>
            <pubDate>Sun, 16 Jul 2006 01:45:19 +0800</pubDate>
        </item>
        <item>
            <title>Internet Explorer 7 Beta 3</title>
            <link>http://forum.lowyat.net/topic/307778</link>
            <description>&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;&lt;span style='color:red'&gt;Internet Explorer 7 (IE7) Beta 3 &lt;/span&gt;has been designed to make everyday tasks easier, provide dynamic security protection and improve the development platform and manageability. End user improvements include a streamlined interface, tabbed browsing, printing advances, improved search functionality, instant feeds (RSS), dynamic security protection, and more. Visit the Internet Explorer site for more information on IE7 Beta 3.&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;Source: &lt;a href='http://msfn.org/comments.php?shownews=17602' target='_blank'&gt;http://msfn.org/comments.php?shownews=17602&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Download: &lt;a href='http://www.microsoft.com/downloads/details.aspx?familyid=4C1A8FBE-FB6A-47AC-867D-BB1F17E477EE&amp;displaylang=en' target='_blank'&gt;IE7 Beta 3 for Windows XP SP2&lt;/a&gt;&lt;br /&gt;Download: &lt;a href='http://www.microsoft.com/downloads/details.aspx?familyid=7DBB78DE-B6DC-4098-8CE5-9727C87B2726&amp;displaylang=en' target='_blank'&gt; IE7 Beta 3 for Windows Server 2003 SP1&lt;/a&gt;&lt;br /&gt;Download: &lt;a href='http://www.microsoft.com/downloads/details.aspx?familyid=60d09507-1160-4dac-85e2-8d67f9b8257d&amp;displaylang=en' target='_blank'&gt;IE7 Beta 3 x64 Edition &lt;/a&gt;</description>
            <author>giasens</author>
            <category>Latest Updates</category>
            <pubDate>Thu, 29 Jun 2006 23:56:14 +0800</pubDate>
        </item>
        <item>
            <title>VB temp recordset</title>
            <link>http://forum.lowyat.net/topic/278451</link>
            <description>How to create a temp recordset, which i later add in the fields.&lt;br /&gt;not generated from table.&lt;br /&gt;&lt;br /&gt;Dim rsTemp as ADODB.recordset&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;i wanna create a recordset which later i can perform&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;rsTemp.addNew&lt;br /&gt;rsTemp&amp;#33;field1 = &amp;quot;asdf&amp;quot;&lt;br /&gt;rsTemp&amp;#33;field2 = &amp;quot;asdf&amp;quot;&lt;br /&gt;rsTemp.update&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;can anyone enlighten me pls? tq.&lt;br /&gt;&lt;br /&gt;btw, how&amp;#39;s rollbackTrans works using remoteDataControl.&lt;br /&gt;&lt;br /&gt;TQTQ.&lt;br /&gt;</description>
            <author>giasens</author>
            <category>Codemasters</category>
            <pubDate>Wed, 19 Apr 2006 18:52:19 +0800</pubDate>
        </item>
    </channel>
</rss>
