<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by sata</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Sun, 26 Jul 2026 23:39:31 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Problem - installing Ubuntu 7.10 into Mac parallel</title>
            <link>http://forum.lowyat.net/topic/665697</link>
            <description>To all master of Linux,&lt;br /&gt;&lt;br /&gt;I m trying to install Ubuntu 7.10 (Fresh dl from ubuntu official) into my Mac Parallel. Tried CD and ISO install, Both fail. &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; &lt;br /&gt;&lt;br /&gt;Mac Spec : OS X 10.4.10&lt;br /&gt;Parallel version: Build 3214&lt;br /&gt;&lt;br /&gt;Aledi &amp;#39;Googled&amp;#39; my problem but the guidelines seems a bit strange where they asking user to press F6.  &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;Well, i not so sure about that but my F6 in MacBook is NumLock control. Then the guidelines also mention Alt-C , killgdm.. something very technical and confusing. &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;Pls view the funny error.&lt;br /&gt;&lt;br /&gt;[attachmentid=432948]</description>
            <author>sata</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Thu, 03 Apr 2008 13:48:23 +0800</pubDate>
        </item>
        <item>
            <title>Search &amp;#39;%item.text%&amp;#39;</title>
            <link>http://forum.lowyat.net/topic/529512</link>
            <description>i wanna display Nokia Phone only&lt;br /&gt;Using &amp;#39;%  %&amp;#39;&lt;br /&gt;unfortunately when i try the coding, nothin display out  oO&amp;#39;&amp;#39;&amp;#39;&lt;br /&gt;any pro knows how to solve??&lt;br /&gt;&lt;br /&gt;thanks  &lt;!--emo&amp;:P--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/tongue.gif' border='0' style='vertical-align:middle' alt='tongue.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;coding here -------&amp;#62;&lt;br /&gt;&lt;br /&gt;Dim comm1 As SqlDataAdapter = New SqlDataAdapter(&amp;quot;SELECT cellphoneID, cellphoneBrand, cellphoneSeries FROM cellphone where cellphoneBrand Like &amp;#39;% txtsearch %&amp;#39;&amp;quot;, conn)&lt;br /&gt;Dim ds As New DataSet&lt;br /&gt;            comm1.Fill(ds, &amp;quot;cellphone&amp;quot;)&lt;br /&gt;            DataGrid1.DataSource = ds.Tables(&amp;quot;cellphone&amp;quot;).DefaultView&lt;br /&gt;            DataGrid1.DataBind()&lt;br /&gt;&lt;br /&gt;&amp;lt;-------ends&lt;br /&gt;&lt;br /&gt;[attachmentid=304184]</description>
            <author>sata</author>
            <category>Codemasters</category>
            <pubDate>Mon, 01 Oct 2007 17:01:51 +0800</pubDate>
        </item>
        <item>
            <title>Juz a Nomal Blog</title>
            <link>http://forum.lowyat.net/topic/529108</link>
            <description>&lt;a href='http://blogbearbear.blogspot.com/' target='_blank'&gt;blogbearbear&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://talk-kok.blogspot.com/' target='_blank'&gt;talk - kok&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks for the visit and have a nice day  &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>sata</author>
            <category>Content Creators, Blogmasters &amp;amp; Webmasters</category>
            <pubDate>Sun, 30 Sep 2007 20:41:06 +0800</pubDate>
        </item>
        <item>
            <title>View Latest and only 1 Product from database</title>
            <link>http://forum.lowyat.net/topic/520142</link>
            <description>for all the VB.NET pro,&lt;br /&gt;Pls guide me ...  &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;  &lt;br /&gt;&lt;br /&gt;Dim conn As SqlConnection = New SqlConnection(strConn)&lt;br /&gt; Dim comm As SqlDataAdapter = New SqlDataAdapter(&amp;quot;SELECT handphoneImage, handphoneModel, dateInput FROM handphone ORDER BY dateInput DESC&amp;quot;, conn)&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&amp;#39;&amp;#39; until here, it will only view ALL product with DESC. But the Problem is , i only wan to view the latest one. I think my SQL statement have problem. Btw, i m using SQL 2000.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src='http://i186.photobucket.com/albums/x95/dannsdanns/untitled.jpg' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;THe below part is even worse for me, i didnt knw how to call out the pic and text from the database. OMG..  &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;        imgHandphone.ImageUrl = ???????? &lt;b&gt; ( &amp;#39;&amp;#39;I NEED to View the Image, folder and Image i aledi created, dunno dunno how to write statement)&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;        lblhandphoneModel.Text = ??????? &lt;b&gt;( &amp;#39;&amp;#39;I NEED to view the latest Model)&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;For guys who knew my problem, thanks for ur help so much. Ur help is appreciated.  &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>sata</author>
            <category>Codemasters</category>
            <pubDate>Thu, 13 Sep 2007 23:00:38 +0800</pubDate>
        </item>
        <item>
            <title>Viewing latest product from database</title>
            <link>http://forum.lowyat.net/topic/515667</link>
            <description>when an admin enter a new product, date of the product will be saved.(eg: 1/1/2007)&lt;br /&gt;&lt;br /&gt;When the admin center another new product, the date of new product is saved(3/1/2007), where a column will view the latest product by comparing the dates of the product.&lt;br /&gt;&lt;br /&gt;how to compare dates in vb.net and viewing the latest product only?&lt;br /&gt;&lt;br /&gt; &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;  thanks for reading&lt;br /&gt;&lt;br /&gt;</description>
            <author>sata</author>
            <category>Codemasters</category>
            <pubDate>Wed, 05 Sep 2007 14:15:35 +0800</pubDate>
        </item>
        <item>
            <title>My 1st tAlK-koK BloG  ^_^</title>
            <link>http://forum.lowyat.net/topic/511369</link>
            <description>Hi bros and siss in Lowyat forum, &lt;br /&gt;&lt;br /&gt;daNNs here. I created my 1st Blog.----&amp;#62; &lt;b&gt;&lt;a href='http://talk-kok.blogspot.com/' target='_blank'&gt;http://talk-kok.blogspot.com/  &lt;/a&gt;&lt;/b&gt;  &lt;!--emo&amp;:P--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/tongue.gif' border='0' style='vertical-align:middle' alt='tongue.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;A DuMMIeS in making bloG. Sincerely asking for BlOG loVerS to give me Precious advises and ideas on my bloG.  &lt;!--emo&amp;:respect:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/notworthy.gif' border='0' style='vertical-align:middle' alt='notworthy.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Why I create bloG?&lt;/b&gt;&lt;br /&gt;Well for me, i wanted to learn something new/knowledgeable in my semester break. Is cool to create bLoG.  &lt;!--emo&amp;:hehe:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/brows.gif' border='0' style='vertical-align:middle' alt='brows.gif' /&gt;&lt;!--endemo--&gt;   &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; &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Wat to write in bLoG?&lt;/b&gt;&lt;br /&gt;For me, I visited many Lowyat bros and siss bLoG(waynelyp90,goldfries,hihi_haha_hoho4,kelvio and many more) to get some ideas. Their topic is Fresh, Real Life and KeWL. kawaiikawabe bLoG is nice too, many pretty PiC. LOL  &lt;!--emo&amp;:thumbs:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/thumbup.gif' border='0' style='vertical-align:middle' alt='thumbup.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:clap:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxms.gif' border='0' style='vertical-align:middle' alt='rclxms.gif' /&gt;&lt;!--endemo--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description>
            <author>sata</author>
            <category>Content Creators, Blogmasters &amp;amp; Webmasters</category>
            <pubDate>Mon, 27 Aug 2007 22:41:22 +0800</pubDate>
        </item>
        <item>
            <title>[Trouble] Connect Macbook to Router Modem</title>
            <link>http://forum.lowyat.net/topic/450541</link>
            <description>&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;!--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;!--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;!--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;hi to all Macbook Pro users,&lt;br /&gt;&lt;br /&gt; &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;!--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;!--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;!--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;&lt;br /&gt;i m having trouble connecting my Macbook to a Router Modem. Can someone kindly Explain to me the Step-by-step methods to Connect to my Modem.. &lt;br /&gt;&lt;br /&gt;I have been trying connect to the internet using the Ethernet Function, but always PPPoE server not found&amp;#33;  Blur blur aledi, Pls help&amp;#33; &lt;br /&gt;&lt;br /&gt;tq so much&amp;#33;    &lt;!--emo&amp;:thumbs:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/thumbup.gif' border='0' style='vertical-align:middle' alt='thumbup.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>sata</author>
            <category>Apple Byte</category>
            <pubDate>Tue, 01 May 2007 21:52:39 +0800</pubDate>
        </item>
    </channel>
</rss>
