<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by felixwhoals</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Mon, 08 Jun 2026 12:03:46 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Any refurbished or used laptop for sale?</title>
            <link>http://forum.lowyat.net/topic/762399</link>
            <description>Hi there,&lt;br /&gt;&lt;br /&gt;As you are aware, I am actually looking for a refurbished or second hand laptop. &lt;br /&gt;&lt;br /&gt;Yeah with the price range listed above. I am not looking for high tech laptop. I am actually looking for a 10.4 - 12/13 inches laptop with Word Processor installed. &lt;br /&gt;&lt;br /&gt;As long as the screen is small and light, that&amp;#39;s all I really wanted. Please let me know if you have any laptops available for sale. &lt;br /&gt;&lt;br /&gt;Do reply this thread, pm or email me : felixwhoals &amp;#39;at&amp;#39; yahoo &amp;#39;dot&amp;#39; com.</description>
            <author>felixwhoals</author>
            <category>Mobile Computing</category>
            <pubDate>Sat, 09 Aug 2008 05:16:40 +0800</pubDate>
        </item>
        <item>
            <title>Canon IXUS 60 for sale</title>
            <link>http://forum.lowyat.net/topic/0</link>
            <description></description>
            <category>Photography, Digital Imaging &amp;amp; Video</category>
            <pubDate>Thu, 01 Jan 1970 07:30:00 +0800</pubDate>
        </item>
        <item>
            <title>UNIX Scripting Question</title>
            <link>http://forum.lowyat.net/topic/590712</link>
            <description>Hi there&amp;#33;&amp;#33; I am new to UNIX scripting. &lt;br /&gt;&lt;br /&gt;I am basically doing this simple example but I am not sure the commands to use. &lt;br /&gt;Ok, I have a file with 20 lines on it and I want to append a text in the middle of the line of that file. &lt;br /&gt;What I did was to check for the total lines of that file and divide by 2. What should I do next? Should I do a loop or should I add a condition  (if Line equals to the line I specify, then append data onto it?)&lt;br /&gt;&lt;br /&gt;</description>
            <author>felixwhoals</author>
            <category>Codemasters</category>
            <pubDate>Thu, 13 Dec 2007 23:00:00 +0800</pubDate>
        </item>
        <item>
            <title>Trade in Cam</title>
            <link>http://forum.lowyat.net/topic/543365</link>
            <description>Hello there, &lt;br /&gt;&lt;br /&gt;I was wondering can we actually trade in our old camera with another camera and pay the extras. &lt;br /&gt;&lt;br /&gt;I would like to trade in my Canon camera, I was just wondering if I could trade in my camera at any Canon dealership companies?</description>
            <author>felixwhoals</author>
            <category>Photography, Digital Imaging &amp;amp; Video</category>
            <pubDate>Sat, 27 Oct 2007 16:46:42 +0800</pubDate>
        </item>
        <item>
            <title>Microsoft certified courses</title>
            <link>http://forum.lowyat.net/topic/541973</link>
            <description>Hi there, &lt;br /&gt;&lt;br /&gt;May I know where can I study for Microsoft certified courses such as MCDST and MCSE in KL? I want to know if they have any available teaching in November.</description>
            <author>felixwhoals</author>
            <category>Education Essentials</category>
            <pubDate>Thu, 25 Oct 2007 04:43:21 +0800</pubDate>
        </item>
        <item>
            <title>VBA Forms Query</title>
            <link>http://forum.lowyat.net/topic/430998</link>
            <description>I have a question about Forms in MS Access &lt;br /&gt;&lt;br /&gt;U know in vb, you have Form_Open, Form_Load, Form_Current properties &lt;br /&gt;For Form A:&lt;br /&gt;Form_Open function: MsgBox &amp;quot;hi&amp;quot;&lt;br /&gt;Form_Load function: MsgBox &amp;quot;tada&amp;quot;&lt;br /&gt;Form_Current function: MsgBox &amp;quot;mama&amp;quot;&lt;br /&gt;&lt;br /&gt;It does all the three functions when I open Form A in Access. &lt;br /&gt;However, I&amp;#39;ve got a button in Form A that opens another Form (FormB)&lt;br /&gt;&lt;br /&gt;I did this Me.Visible = False - close or minimise form A?&lt;br /&gt;and then DoCmd.OpenForm(FormB)&lt;br /&gt;&lt;br /&gt;Well, it opens formB now and FormA disappears. So I assume I have closed Form A. It wasn&amp;#39;t minimised so I assumed it is closed. On form B, I have another button that opens Form A back.&lt;br /&gt;&lt;br /&gt;When I open Form A, Form_Load and Form_Open functions did not run. I thought it might run Form_Open function but it doesn&amp;#39;t..  It just executes Form_Current function: that displays msgbox &amp;quot;mama&amp;quot;&lt;br /&gt;&lt;br /&gt;So does anyone know if there is any way I could execute Form_Load or Form_Open function when I open FormA again? (Direct from FormB) &lt;br /&gt;&lt;br /&gt;I hope that&amp;#39;s a clear explanation. &lt;br /&gt;</description>
            <author>felixwhoals</author>
            <category>Codemasters</category>
            <pubDate>Fri, 23 Mar 2007 10:37:48 +0800</pubDate>
        </item>
        <item>
            <title>Running MS Access as back end&amp;#33;</title>
            <link>http://forum.lowyat.net/topic/426237</link>
            <description>Hello guys, &lt;br /&gt;&lt;br /&gt;I have done this project on Ms Access - well some kind of system. &lt;br /&gt;&lt;br /&gt;However, I don&amp;#39;t want this file to be in .mdb.&lt;br /&gt;&lt;br /&gt;Well I have all the databases, tables and forms in Access. I want to make it .exe or maybe put it on .html then view it&amp;#33; &lt;br /&gt;&lt;br /&gt;So user will think it&amp;#39;s actually running on the website or probably a stand-alone system but on the back end, it&amp;#39;s actually running Ms Access&amp;#33;&amp;#33;&lt;br /&gt;&lt;br /&gt;Anyone knows how to do that? Does Ms Info path help me to achieve that?&lt;br /&gt;&lt;br /&gt;Im not too sure if this is the right thread to ask this question&amp;#33; &lt;br /&gt;&lt;br /&gt;Please help&amp;#33;</description>
            <author>felixwhoals</author>
            <category>Software</category>
            <pubDate>Tue, 13 Mar 2007 21:34:24 +0800</pubDate>
        </item>
        <item>
            <title>mySQL query</title>
            <link>http://forum.lowyat.net/topic/425105</link>
            <description>Ok in StudentTimetable, there&amp;#39;s LecturerName column :&lt;br /&gt;1) Dr J K / Dr M L&lt;br /&gt;2) Dr M J&lt;br /&gt;3) Dr S U&lt;br /&gt;&lt;br /&gt;I tried doing this: SELECT StudentTimetable.LecturerName FROM StudentTimetable&lt;br /&gt;WHERE StudentTimetable.LecturerName LIKE &amp;#39;D%&amp;#39;&lt;br /&gt;This should match all three above right? Cause it starts with D? But it doesn&amp;#39;t work.&lt;br /&gt;&lt;br /&gt;I also tried with :&lt;br /&gt;Like &amp;#39;%Dr M L%&amp;#39; but it doesn&amp;#39;t work. &lt;br /&gt;&lt;br /&gt;Is it possible to output the 1) by giving Like &amp;#39;%Dr M L%&amp;#39;  or Like &amp;#39;%Dr J K%&amp;#39;??&lt;br /&gt;&lt;br /&gt;</description>
            <author>felixwhoals</author>
            <category>Codemasters</category>
            <pubDate>Sun, 11 Mar 2007 19:27:26 +0800</pubDate>
        </item>
        <item>
            <title>MsAccess - VBA problem</title>
            <link>http://forum.lowyat.net/topic/423934</link>
            <description>Ok, I have a text box and also a list box&lt;br /&gt;Listbox: Year&lt;br /&gt;Textbox: Text2&lt;br /&gt;&lt;br /&gt;Private Sub Year_Click()&lt;br /&gt;Text2.SetFocus&lt;br /&gt;Text2.Text = Year.Value&lt;br /&gt;End Sub&lt;br /&gt;&lt;br /&gt;Whatever I clicked on Year listbox will appear on Text2.. &lt;br /&gt;Ok, when I run it, I click on the listbox, got this msg:&lt;br /&gt;&lt;br /&gt;The Macro or function set to the beforeUpdate or ValidationRule property for this field is preventing the system from saving data in the field&amp;#33;&lt;br /&gt;If I click debug:&lt;br /&gt;&lt;br /&gt;the error is in - text2.text = year.value &lt;br /&gt;but i dun think there&amp;#39;s a problem with that&lt;br /&gt;&lt;br /&gt;But when I click &amp;#39;END&amp;#39; it appears to be fine. &lt;br /&gt;&lt;br /&gt;So what&amp;#39;s wrong with that ERROR?&lt;br /&gt;&lt;br /&gt;Please help me&amp;#33;&amp;#33;</description>
            <author>felixwhoals</author>
            <category>Codemasters</category>
            <pubDate>Fri, 09 Mar 2007 04:45:59 +0800</pubDate>
        </item>
        <item>
            <title>Creating a select query &amp;amp; place it on a text box</title>
            <link>http://forum.lowyat.net/topic/421755</link>
            <description>Hi guys, &lt;br /&gt;&lt;br /&gt;I have a question to make. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I&amp;#39;m in MS Access now&amp;#33; &lt;br /&gt;Ok, I have this information from a combo box. Based on this combo box result say, &amp;#39;felix&amp;#39;, i want to use that result and create a select query to check for my ID number and after getting the ID number I want to place it on a text box. &lt;br /&gt;&lt;br /&gt;Any simplest way to do that on Ms Access - Visual basic?</description>
            <author>felixwhoals</author>
            <category>Codemasters</category>
            <pubDate>Mon, 05 Mar 2007 01:28:11 +0800</pubDate>
        </item>
        <item>
            <title>SQL Query</title>
            <link>http://forum.lowyat.net/topic/420747</link>
            <description>In Ms Access 2003: &lt;br /&gt;&lt;br /&gt;Dim datbase As Database&lt;br /&gt;Dim qerdef As QueryDef&lt;br /&gt;  &lt;br /&gt;Dim Location As String&lt;br /&gt;    &lt;br /&gt;Location = &amp;quot;fdfsds.mdb&amp;quot;&lt;br /&gt;&lt;br /&gt;Set datbase = OpenDatabase(Location)&lt;br /&gt;&lt;br /&gt;Set qerdef = datbase.CreateQueryDef(&amp;quot;NewQueryDef&amp;quot;, &amp;quot;SELECT Subject.Level Name FROM Subject Where Subject.BC = 2645;&amp;quot;)&lt;br /&gt;&lt;br /&gt;datbase.Execute &amp;quot;INSERT INTO Subject (BC) Values &amp;quot; + qerdef&lt;br /&gt;&lt;br /&gt;What I&amp;#39;m trying to do is to select a value from different table and append it into another table. &lt;br /&gt;&lt;br /&gt;There seems to be a type mismatch on the &amp;#39;qerdef&amp;#39; side. Anyway to fix?&lt;br /&gt;&lt;br /&gt;[addedon]March 5, 2007, 12:40 am[/addedon]To simplify my question: &lt;br /&gt;&lt;br /&gt;Dim datbase As Database&lt;br /&gt;Dim qerdef As QueryDef&lt;br /&gt;&lt;br /&gt;Set qerdef = datbase.CreateQueryDef(&amp;quot;NewQueryDef&amp;quot;, &amp;quot;SELECT Subject.Level Name FROM Subject Where Subject.BC = 2645;&amp;quot;)&lt;br /&gt;&lt;br /&gt;Is there anyway I can put the result from that query into a string??</description>
            <author>felixwhoals</author>
            <category>Codemasters</category>
            <pubDate>Fri, 02 Mar 2007 23:31:21 +0800</pubDate>
        </item>
        <item>
            <title>SQL Question</title>
            <link>http://forum.lowyat.net/topic/405574</link>
            <description></description>
            <author>felixwhoals</author>
            <category>Codemasters</category>
            <pubDate>Mon, 29 Jan 2007 08:15:56 +0800</pubDate>
        </item>
        <item>
            <title>Virtual reality mini project</title>
            <link>http://forum.lowyat.net/topic/376268</link>
            <description>Hi guys&amp;#33;&lt;br /&gt;&lt;br /&gt;I was wondering has anyone done Virtual Reality module before?&lt;br /&gt;I need to create a mini project for this module.&lt;br /&gt;&lt;br /&gt;I can&amp;#39;t think of anything that has GOOD behaviour and animation.&lt;br /&gt;As far as i know, GAMES have that but I&amp;#39;m not sure what we can do.&lt;br /&gt;&lt;br /&gt;One question, if I were to make a kitchen as a game, what kind of things can you play in a kitchen?&lt;br /&gt;&lt;br /&gt;Any other suggestions would be great&amp;#33;&amp;#33; I just need some help and suggestion.&lt;br /&gt;I have to develop it in VRML.</description>
            <author>felixwhoals</author>
            <category>Codemasters</category>
            <pubDate>Sat, 02 Dec 2006 01:29:37 +0800</pubDate>
        </item>
        <item>
            <title>VB - Access Login form</title>
            <link>http://forum.lowyat.net/topic/370896</link>
            <description>This is my problem: &lt;br /&gt;&lt;br /&gt;&amp;#39;Check if user has enteterd the correct username&lt;br /&gt;&lt;br /&gt;    If IsNull(NameText) Or NameText = &amp;quot;&amp;quot; Then&lt;br /&gt;        MsgBox &amp;quot;You must enter a User Name.&amp;quot;, vbOKOnly, &amp;quot;Required Data&amp;quot;&lt;br /&gt;        NameText.SetFocus&lt;br /&gt;        Exit Sub&lt;br /&gt;    End If&lt;br /&gt;&lt;br /&gt;    &amp;#39;Check to see if data is entered into the password box&lt;br /&gt;&lt;br /&gt;    If IsNull(PasswordText) Or PasswordText = &amp;quot;&amp;quot; Then&lt;br /&gt;        MsgBox &amp;quot;You must enter a Password.&amp;quot;, vbOKOnly, &amp;quot;Required Data&amp;quot;&lt;br /&gt;        PasswordText.SetFocus&lt;br /&gt;        Exit Sub&lt;br /&gt;    End If&lt;br /&gt;    &lt;br /&gt;     &amp;#39;Check value of password in student table if it matches&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;   &lt;b&gt; If PasswordText.Value = DLookup(&amp;quot;Password&amp;quot;, &amp;quot;Student&amp;quot;, &amp;quot;[StudentName] =&amp;#39; &amp;quot; &amp;amp; NameText.Value) Then&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;     StudentName = NameText.Value&lt;br /&gt;&lt;br /&gt;MsgBox &amp;quot;Test successful.&amp;quot;, vbOKOnly, &amp;quot;Required Data&amp;quot;&lt;br /&gt;&lt;br /&gt;of which password appears in student table. and studentname in my student table too. Ok I typed &amp;#39;Felix&amp;#39; for username and &amp;#39;abc&amp;#39; for password which appeared in the Student table on my database.&lt;br /&gt;&lt;br /&gt;Apparantly, the one that I highlighted, there&amp;#39;s a syntax error:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Syntax error in string in query expression &amp;#39;[StudentName]=&amp;#39;Felix&amp;#39; &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Since it&amp;#39;s syntax error, there must be wrong with the syntax. I tried I to take off the single quotation, and I get &lt;br /&gt;&lt;br /&gt;&lt;b&gt;you cancelled the previous operation&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;can someone help me?&lt;br /&gt;&lt;br /&gt;    &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    &lt;br /&gt;</description>
            <author>felixwhoals</author>
            <category>Codemasters</category>
            <pubDate>Tue, 21 Nov 2006 21:09:24 +0800</pubDate>
        </item>
        <item>
            <title>Parser Software</title>
            <link>http://forum.lowyat.net/topic/362447</link>
            <description>hi there,&lt;br /&gt;&lt;br /&gt;I&amp;#39;m trying to get information from the website and parse them into SQL. &lt;br /&gt;For example:&lt;br /&gt;DAy/Time    8      9   10   ....&lt;br /&gt;Mon           HCI  AB  CD&lt;br /&gt;Tue             AB  CD  SD&lt;br /&gt;&lt;br /&gt;that one appeared on a table in a website. &lt;br /&gt;I wanted to copy &amp;#39;HCI&amp;#39; into mysql database. &lt;br /&gt;&lt;br /&gt;I&amp;#39;m trying to extract information from that table and put them into mysql database. &lt;br /&gt;&lt;br /&gt;I wonder if anyone knows how to parse them.&lt;br /&gt;</description>
            <author>felixwhoals</author>
            <category>Codemasters</category>
            <pubDate>Sat, 04 Nov 2006 07:26:15 +0800</pubDate>
        </item>
        <item>
            <title>Dell Media Experience Installation</title>
            <link>http://forum.lowyat.net/topic/329599</link>
            <description>Hello there.&lt;br /&gt;I already formatted my laptop (dell inspiron 6400).&lt;br /&gt;After installing all drivers and windows, I tried to install dell media experience application.&lt;br /&gt;&lt;br /&gt;There was an error: This application requires Microsoft .NET Framework 1.1 or higher to operate.&lt;br /&gt;&lt;br /&gt;Alright, I went to microsoft website and downloaded Microsoft .NET Framework Version 2.0 Redistributable Package (x86) which is correct for my windows cause i&amp;#39;m using service pack 2 too.&lt;br /&gt;&lt;br /&gt;After installing that, I restart my computer and try to install dell media experience but I couldn&amp;#39;t install it. The same error came out again.&lt;br /&gt;What&amp;#39;s the reason actually? I checked frm Add/remove programs and Microsoft .NET Framework 2.0 was there. That&amp;#39;s mean I already installed that software but I don&amp;#39;t know why I couldn&amp;#39;t install dell media experience still..&lt;br /&gt;&lt;br /&gt;Anyone knows why and give some suggestions?</description>
            <author>felixwhoals</author>
            <category>Mobile Computing</category>
            <pubDate>Sun, 20 Aug 2006 21:14:49 +0800</pubDate>
        </item>
        <item>
            <title>Regular Expressions</title>
            <link>http://forum.lowyat.net/topic/273148</link>
            <description>Hey there... &lt;br /&gt;I have two questions to ask because I&amp;#39;m quite confuse..&lt;br /&gt;&lt;br /&gt;1) (ab*)* -- does not match ba while (a*b*)* matches ba&lt;br /&gt;i thought for (ab*)*, you get abbbbabbbbabbb.. you get ba right?&lt;br /&gt;&lt;br /&gt;2) (a*b*)* -- this matches all aa, bb, ab and ba right?? because&lt;br /&gt;it can do aa, bb, then aabbabaaabbbabababab &lt;br /&gt;&lt;br /&gt;</description>
            <author>felixwhoals</author>
            <category>Codemasters</category>
            <pubDate>Fri, 07 Apr 2006 07:40:37 +0800</pubDate>
        </item>
        <item>
            <title>Computer Science Final Year Project</title>
            <link>http://forum.lowyat.net/topic/266973</link>
            <description>Hey there, one of my supervisors has put &amp;#39;developing e-commerce website&amp;#39; as one of the projects in final year. But I don&amp;#39;t think I will get good marks if I come up with the website.&lt;br /&gt;&lt;br /&gt;I was wondering if anyone has any suggestion to make the E-commerce system to push me in getting better marks for final year. I have 3 months decide on a topic.&lt;br /&gt;&lt;br /&gt;Ok, first of all, I need to have a real client to really test the system. I think I need to collaborate asp into it.&lt;br /&gt;&lt;br /&gt;But should I develop an e-commerce website that implements HCI principles?&lt;br /&gt;&lt;br /&gt;I mean what features should I provive in an e-commerce website?</description>
            <author>felixwhoals</author>
            <category>Codemasters</category>
            <pubDate>Thu, 23 Mar 2006 09:46:11 +0800</pubDate>
        </item>
        <item>
            <title>UML Sequence Diagram</title>
            <link>http://forum.lowyat.net/topic/266022</link>
            <description>That&amp;#39;s the link to the file - question and my answer (I&amp;#39;m not sure if it correct)&lt;br /&gt;I know it is simple but I think the simple it is, the harder I get good marks. So I hope some1 could take a look at it and comment about it.&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.megaupload.com/?d=0MWDRA6U' target='_blank'&gt;http://www.megaupload.com/?d=0MWDRA6U&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you want to change them, please change for me and send themback to me :&lt;br /&gt;felixwhoals at yahoo.com. &lt;br /&gt;	&lt;br /&gt;&lt;br /&gt;</description>
            <author>felixwhoals</author>
            <category>Codemasters</category>
            <pubDate>Tue, 21 Mar 2006 01:40:38 +0800</pubDate>
        </item>
        <item>
            <title>Inti College Subang Jaya</title>
            <link>http://forum.lowyat.net/topic/265344</link>
            <description>HAHA, just want to let some students who want to join INTI For May 2006 intake &lt;br /&gt;I studied in Inti last year January 2005. This place is really great&amp;#33;&amp;#33; Although the structure is like a school but somehow I enjoyed studying in this college. &lt;br /&gt;Just imagine, opposite the school&amp;#39;s library is the market where you can cheap food &amp;#39;chap fan&amp;#39; haha and walk for a few minutes, you&amp;#39;ll see cyber cafes&amp;#33;&amp;#33; There are actually lots of good places to eat somehow but my friend&amp;#39;s favourite ones was McD as usual&amp;#33;&amp;#33;&amp;#33; It&amp;#39;s so small there. We have to go to burger king when mcDs is full. We have Starbucks opposite INTI college. HAHA that&amp;#39;s what I&amp;#39;m proud now. The whole college area really has STUDENT LIFE. Imagine, three colleges are there, INTI, TAylors and metropolitan. &lt;br /&gt;I luv weekdays during lunch time, where u see lots of ppl walking (students though) - for guys out there, lots of lengluis and for girls out there, lots of lengchais. &lt;br /&gt;You won&amp;#39;t regret coming to Inti&amp;#33;&amp;#33; &lt;br /&gt;&lt;br /&gt;One thing bad about INTI, no place to find parking&amp;#33;&amp;#33; HAHA, I always park at housing area, sometimes it&amp;#39;s illegal park there but I really enjoy studying here. though I live far from Subang. I live in Cheras, have to drive for 30 mins. If I have lectures at 8am, oh my god have to come out from home at 7am. &lt;br /&gt;&lt;br /&gt;Mamak stores all around, fast food, food courts, chinese hawker stalls, market hawker stores, cafes all available just in Subang area&amp;#33;&amp;#33;</description>
            <author>felixwhoals</author>
            <category>Education Essentials</category>
            <pubDate>Sun, 19 Mar 2006 06:31:08 +0800</pubDate>
        </item>
    </channel>
</rss>
