<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by bulp</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Sat, 04 Jul 2026 18:06:30 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>declare function in arduino libraries .h</title>
            <link>http://forum.lowyat.net/topic/4220573</link>
            <description>Hello guys, i got 1 arduino file that have 2 game in it (game1.h &amp;amp; game2.h) &amp;amp; using ps2 joystick controller with usb shield.. now i want to play game1 only &amp;amp; change the ps2 joystick to normal button..&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;ORIGINAL GAME1.H CODE&lt;br /&gt;void GameLoop&amp;#40;&amp;#41;&lt;br /&gt;{&lt;br /&gt;  Usb.Task&amp;#40;&amp;#41;;&lt;br /&gt;  if &amp;#40;PS4.getButtonClick&amp;#40;LEFT&amp;#41; &amp;amp;&amp;amp; player1== 0 &amp;#41; {&lt;br /&gt;      Serial.print&amp;#40;&amp;#34;b&amp;#34;&amp;#41;;&lt;br /&gt;      player1= 1;&lt;br /&gt;  }&lt;br /&gt;&lt;br /&gt;  if &amp;#40;PS4.getButtonClick&amp;#40;CIRCLE&amp;#41; &amp;amp;&amp;amp; player2 == 0&amp;#41; {&lt;br /&gt;      Serial.print&amp;#40;&amp;#34;b&amp;#34;&amp;#41;;&lt;br /&gt;      player2 = 1;&lt;br /&gt;  }&lt;br /&gt;}&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&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;EDITED GAME1.H CODE&lt;br /&gt;void GameLoop&amp;#40;&amp;#41;&lt;br /&gt;{&lt;br /&gt;  if &amp;#40;button1.uniquePress&amp;#40;&amp;#41; &amp;amp;&amp;amp; player1== 0 &amp;#41; {&lt;br /&gt;      Serial.print&amp;#40;&amp;#34;b&amp;#34;&amp;#41;;&lt;br /&gt;      player1= 1;&lt;br /&gt;  }&lt;br /&gt;&lt;br /&gt;  if &amp;#40;button2.uniquePress&amp;#40;&amp;#41; &amp;amp;&amp;amp; player2 == 0&amp;#41; {&lt;br /&gt;      Serial.print&amp;#40;&amp;#34;b&amp;#34;&amp;#41;;&lt;br /&gt;      player2 = 1;&lt;br /&gt;  }&lt;br /&gt;}&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;i got error for both button1 &amp;amp; button2 from game1.h&lt;br /&gt;error: ‘button1’ was not declared in this scope if (button1.uniquePress() &amp;amp;&amp;amp; player1 == 0 ) {&lt;br /&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;SELECTGAME.INO CODE&lt;br /&gt;#include &amp;#34;game1.h&amp;#34;&lt;br /&gt;#include &amp;#60;Button.h&amp;#62;&lt;br /&gt;&lt;br /&gt;const int Game1 = 0;&lt;br /&gt;Button button1 = Button&amp;#40;3,PULLUP&amp;#41;;&lt;br /&gt;Button button2 = Button&amp;#40;5,PULLUP&amp;#41;;    &lt;br /&gt;&lt;br /&gt;int mode = Game1;&lt;br /&gt;&lt;br /&gt;void setup&amp;#40;&amp;#41;&lt;br /&gt;{&lt;br /&gt;  Game1Setup&amp;#40;&amp;#41;;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;void loop&amp;#40;&amp;#41;&lt;br /&gt;{&lt;br /&gt;  &lt;br /&gt;  if&amp;#40;button1.uniquePress&amp;#40;&amp;#41;&amp;#41;{&lt;br /&gt;&lt;br /&gt;    if&amp;#40;mode == Game1&amp;#41; {&lt;br /&gt;      Game1Setup&amp;#40;&amp;#41;;&lt;br /&gt;      mode = Game1;&lt;br /&gt;    }&lt;br /&gt;    else {&lt;br /&gt;      Game1Setup&amp;#40;&amp;#41;;&lt;br /&gt;      mode = Game1;&lt;br /&gt;    }&lt;br /&gt;  }&lt;br /&gt;&lt;br /&gt;  if&amp;#40;button2.uniquePress&amp;#40;&amp;#41;&amp;#41;{&lt;br /&gt;&lt;br /&gt;    if&amp;#40;mode == Game1&amp;#41;{&lt;br /&gt;      Game1Loop&amp;#40;&amp;#41;;&lt;br /&gt;    } &lt;br /&gt;    else {&lt;br /&gt;      Game1Loop&amp;#40;&amp;#41;;&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;thank you for the help.</description>
            <author>bulp</author>
            <category>Codemasters</category>
            <pubDate>Sun, 12 Mar 2017 11:35:42 +0800</pubDate>
        </item>
        <item>
            <title>PyGame expert</title>
            <link>http://forum.lowyat.net/topic/4193215</link>
            <description>hi there.. im looking PyGame expert that can merge this 2 script that i have..&lt;br /&gt;&lt;br /&gt;well i can belanja kopi untuk pertolongan ini.. &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;&lt;br /&gt;&lt;br /&gt;pm me for more details.</description>
            <author>bulp</author>
            <category>Codemasters</category>
            <pubDate>Thu, 09 Feb 2017 12:04:27 +0800</pubDate>
        </item>
        <item>
            <title>WTS 1 METER WS2812b 144 LED</title>
            <link>http://forum.lowyat.net/topic/4192105</link>
            <description>&lt;b&gt;Item(s):&lt;/b&gt; WS2812b 144 LED&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Package includes:&lt;/b&gt; see photo&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Price:&lt;/b&gt; RM100&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Warranty:&lt;/b&gt; none &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Dealing method:&lt;/b&gt; cod or postage.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Location of seller:&lt;/b&gt; Putrajaya&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Contact method/details:&lt;/b&gt; pm &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Age of item:&lt;/b&gt; 3 weeks&lt;br /&gt;&lt;br /&gt;---&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Item(s) conditions:&lt;/b&gt; brand new not use or test&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Picture:&lt;/b&gt; will upload later&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Reason for sale:&lt;/b&gt; extra unit.</description>
            <author>bulp</author>
            <category>Home Electronics &amp;amp; Wares Garage Sales</category>
            <pubDate>Tue, 07 Feb 2017 21:59:35 +0800</pubDate>
        </item>
        <item>
            <title>Proposal &amp;amp; Product Engineer</title>
            <link>http://forum.lowyat.net/topic/3993717</link>
            <description>&lt;b&gt;Name of Company:&lt;/b&gt; Valoraz Sdn Bhd&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Role:&lt;/b&gt; Proposal &amp;amp; Product Engineer&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Requirements:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Minimum requirements:&lt;br /&gt;1) 3 years working experience related industry with at least 1 year experience in preparation of tenders, quotations and proposal.&lt;br /&gt;2) any engineering degree from accredited learning institution&lt;br /&gt;3) have own car and valid driving license&lt;br /&gt;4) familiar with Incoterms 2015, GST and HS Codes to prepare costing for proposals.&lt;br /&gt;5) knowledge in ASME, ANSI, API, ASTM, ISO and BS codes to do preparation and technical review of inquiries, tenders and proposals. Must have a strong engineering fundamental be versatile in a wide variety of engineering discipline products.&lt;br /&gt;6) strong analytical and document preparation skills to ensure proposals are in technical compliance and within company&amp;#39;s competence.&lt;br /&gt;7) Good verbal and written skills in both Bahasa Malaysia and English.&lt;br /&gt;8) Knowledge and experience in reciprocating compressors and performance analysis would be an added advantage.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Contact Person:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Please send your resume to admin@valoraz.com.my</description>
            <author>bulp</author>
            <category>Job Enlistments</category>
            <pubDate>Mon, 04 Jul 2016 13:36:53 +0800</pubDate>
        </item>
        <item>
            <title>Sales Support Assistant</title>
            <link>http://forum.lowyat.net/topic/3926222</link>
            <description>&lt;b&gt;Name of Company:&lt;/b&gt; Valoraz Sdn Bhd&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Role:&lt;/b&gt; Sales Support Assistant&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Requirements:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Responsibilities&lt;br /&gt;- Prepare quotations and tenders&lt;br /&gt;- Attend and respond to enquiries&lt;br /&gt;- To do data entry for sales department.&lt;br /&gt;- To coordinate and support delivery to client.&lt;br /&gt;- Support role and clerical work for sales department.&lt;br /&gt;- Maintain updated filing for sales department.&lt;br /&gt;Requirements &amp;amp; General Information &lt;br /&gt;- Minimum SPM or certificates from recognised learning institution.&lt;br /&gt;- Credit in SPM for Mathematics, English &amp;amp; Bahasa Melayu.&lt;br /&gt;- Experience in MS Office.&lt;br /&gt;- Minimum one (1) year working experience.&lt;br /&gt;- Have own transport and valid driving license.&lt;br /&gt;- Responsible, dependable and able to communicate effectively.&lt;br /&gt;- Ability to work with minimal supervision and as a team player.&lt;br /&gt;- Applicants must be Malaysian citizens.&lt;br /&gt;- Full time position only.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Contact Person:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Please email your resume to admin@valoraz.com.my</description>
            <author>bulp</author>
            <category>Job Enlistments</category>
            <pubDate>Tue, 19 Apr 2016 16:19:38 +0800</pubDate>
        </item>
        <item>
            <title>WTS - iPhone 5S 32gb White Gold</title>
            <link>http://forum.lowyat.net/topic/3792088</link>
            <description>&lt;b&gt;Item(s):&lt;/b&gt; iPhone 5S 32gb White Gold&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Package includes:&lt;/b&gt; original box, charging cable &amp;amp; adapter (no earphone &amp;amp; simcard removal pin)&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Price:&lt;/b&gt; RM1400&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Warranty:&lt;/b&gt; non&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Dealing method:&lt;/b&gt; COD at BBBangi (faster) or KL / Putrajaya.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Location of seller:&lt;/b&gt; BBBangi&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Contact method/details:&lt;/b&gt; Whatsapp O14 3 686858&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Age of item:&lt;/b&gt; 2 years&lt;br /&gt;&lt;br /&gt;---&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Item(s) conditions:&lt;/b&gt; fully working &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Picture:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;[attachmentid=5414873]&lt;br /&gt;[attachmentid=5414877]&lt;br /&gt;[attachmentid=5430883]&lt;br /&gt;[attachmentid=5430902]&lt;br /&gt;&lt;b&gt;Reason for sale:&lt;/b&gt; Money</description>
            <author>bulp</author>
            <category>Mobile Phones Garage Sales</category>
            <pubDate>Tue, 01 Dec 2015 10:37:49 +0800</pubDate>
        </item>
        <item>
            <title>WTS Phottix Cleon II Wired/Wireless Remote Control</title>
            <link>http://forum.lowyat.net/topic/3748579</link>
            <description>&lt;b&gt;Item(s):&lt;/b&gt; Phottix Cleon II Wired/Wireless Remote Control&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Package includes:&lt;/b&gt; Original box&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Price:&lt;/b&gt; RM130&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Warranty:&lt;/b&gt; None&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Dealing method:&lt;/b&gt; COD KL area&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Location:&lt;/b&gt; BBBangi&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Contact method/details:&lt;/b&gt; SMS ONLY 0172635006&lt;br /&gt;---&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Item(s) conditions:&lt;/b&gt; hanya di gunakan beberapa kali tak sampai 20 rasanya sahaja pada tahun 2013 dan sejak itu terperam lama tanpa di gunakan (Canon 5Dmkii)&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Picture:&lt;/b&gt; [attachmentid=5145295]&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Reason for sale:&lt;/b&gt; money</description>
            <author>bulp</author>
            <category>Photography Accessories Garage Sales</category>
            <pubDate>Mon, 19 Oct 2015 10:38:53 +0800</pubDate>
        </item>
        <item>
            <title>Logitech Rechargeable Ultrathin Touch Mouse T631</title>
            <link>http://forum.lowyat.net/topic/3520129</link>
            <description>&lt;b&gt;Item(s):&lt;/b&gt; Logitech Rechargeable Ultrathin Touch Mouse T631 for Mac&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Package includes:&lt;/b&gt; Original usb cable&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Price:&lt;/b&gt; RM150&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Warranty:&lt;/b&gt; none&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Dealing method:&lt;/b&gt; COD at BBBangi or Plaza Lowyat or any LRT &amp;amp; Komuter station&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Location:&lt;/b&gt; BBBangi&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Contact method/details:&lt;/b&gt; +O14 3 686858 &lt;br /&gt;---&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Item(s) conditions:&lt;/b&gt; used scratches at below.. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Picture:&lt;/b&gt;[attachmentid=4369145]&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Reason for sale:&lt;/b&gt; money</description>
            <author>bulp</author>
            <category>Mice, Keyboards &amp;amp; Controllers Garage Sales</category>
            <pubDate>Thu, 12 Mar 2015 01:59:07 +0800</pubDate>
        </item>
        <item>
            <title>Legendary Nokia 808 Pureview</title>
            <link>http://forum.lowyat.net/topic/3520111</link>
            <description>SOLD Tq</description>
            <author>bulp</author>
            <category>Mobile Phones Garage Sales</category>
            <pubDate>Thu, 12 Mar 2015 01:18:30 +0800</pubDate>
        </item>
        <item>
            <title>WTS JBL Charge Bluetooth Speaker</title>
            <link>http://forum.lowyat.net/topic/3518373</link>
            <description>&lt;b&gt;Item(s):&lt;/b&gt; USED JBL Charge Bluetooth Speaker&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Package includes:&lt;/b&gt; USB Cable only&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Price:&lt;/b&gt; SOLD&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Warranty:&lt;/b&gt; none&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Dealing method:&lt;/b&gt; COD Area BBBangi or Plaza Lowyat&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Location of seller:&lt;/b&gt; BBBangi&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Contact method/details:&lt;/b&gt; +O14 3 686858&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Age of item:&lt;/b&gt;  more than 1 year&lt;br /&gt;&lt;br /&gt;---&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Item(s) conditions:&lt;/b&gt; there is few bites from cockroach at the rubber side &amp;amp; scratches.. doesnt effected the sound quality.. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Picture:&lt;/b&gt;[attachmentid=4366578]&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Reason for sale:&lt;/b&gt; money</description>
            <author>bulp</author>
            <category>Music Players and Audio Accessories Garage Sales</category>
            <pubDate>Tue, 10 Mar 2015 12:51:25 +0800</pubDate>
        </item>
        <item>
            <title>Hide / Short Your Web Link / Url For FREE PRO ACC</title>
            <link>http://forum.lowyat.net/topic/3454413</link>
            <description>Hi guys.. since im gonna release new subdomain with new script for shortening website link / url.. i need beta tester for this script.. &lt;br /&gt;&lt;br /&gt;almost 4 years... my objective is to give this free services with a motif to test how netizen around the world use a link &amp;amp; hosting from Malaysia.. &lt;br /&gt;&lt;br /&gt;why we need to use outside services when we can do it locally? &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;now &lt;a href='http://hide.my' target='_blank'&gt;http://hide.my&lt;/a&gt; is on 1st page of google search when you search hide my (cant beat hidemyass.com yet), hide my link, hide my url... a typical words to mask website address as the author of Ehow make a reference to &lt;a href='http://hide.my' target='_blank'&gt;http://hide.my&lt;/a&gt; in their articles &lt;a href='http://hide.my/x/ehow' target='_blank'&gt;Ehow - Mask Website Address&lt;/a&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;&lt;br /&gt;&lt;br /&gt;old script still available at &lt;a href='http://hide.my' target='_blank'&gt;http://hide.my&lt;/a&gt;  - no extra features as PRO VERSION.&lt;br /&gt;&lt;br /&gt;[attachmentid=4278022]&lt;br /&gt;&lt;br /&gt;[attachmentid=4278020]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;please visit &lt;span style='font-size:14pt;line-height:100%'&gt;&lt;span style='color:blue'&gt;&lt;b&gt;&lt;a href='http://hide.my/x' target='_blank'&gt;http://hide.my/x&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt; for PRO VERSION...  &lt;br /&gt;&lt;br /&gt;+ your own dashboard &lt;br /&gt;+ can trace in realtime from where visitor click &amp;amp; which medium they use (&lt;a href='http://hide.my/x/ehow+' target='_blank'&gt;Public Statistic Page&lt;/a&gt;)&lt;br /&gt;+ export visit data as CSV&lt;br /&gt;+ set public or private each link statistic page&lt;br /&gt;+ change the original long url / link&lt;br /&gt;+ your own up to 5 Splash Page (coming soon)&lt;br /&gt;&lt;br /&gt;[attachmentid=4278073]&lt;br /&gt;&lt;br /&gt;[attachmentid=4278055]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;anyway i can limit up to 25 Pro Account For FREE (1 year).. &lt;br /&gt;&lt;br /&gt;so first come first serve... thank you&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;MrBulp.</description>
            <author>bulp</author>
            <category>Content Creators, Blogmasters &amp;amp; Webmasters</category>
            <pubDate>Mon, 29 Dec 2014 15:13:21 +0800</pubDate>
        </item>
        <item>
            <title>WTA - windows phone app</title>
            <link>http://forum.lowyat.net/topic/3359668</link>
            <description>hi... just want to know is there any Windows Phone App developer here ?&lt;br /&gt;&lt;br /&gt;how hard to built app for Windows Phone ?</description>
            <author>bulp</author>
            <category>Codemasters</category>
            <pubDate>Thu, 25 Sep 2014 11:08:32 +0800</pubDate>
        </item>
        <item>
            <title>WTS Canon 5DMKii</title>
            <link>http://forum.lowyat.net/topic/3157771</link>
            <description>-sold-</description>
            <author>bulp</author>
            <category>Garage Sales Archive</category>
            <pubDate>Tue, 11 Mar 2014 14:04:07 +0800</pubDate>
        </item>
        <item>
            <title>MySqlAdmin didn&amp;#39;t run in Mavericks</title>
            <link>http://forum.lowyat.net/topic/3039499</link>
            <description>hi I&amp;#39;m trying and do have googling around to solve this problems... &lt;br /&gt;&lt;br /&gt;i can&amp;#39;t make mysqladmin instance running in Mavericks.. &lt;br /&gt;&lt;br /&gt;help.. [attachmentid=3733643]</description>
            <author>bulp</author>
            <category>Apple Byte</category>
            <pubDate>Thu, 21 Nov 2013 19:40:18 +0800</pubDate>
        </item>
        <item>
            <title>FB social plugin alternative..</title>
            <link>http://forum.lowyat.net/topic/2682308</link>
            <description>Thinking of FACEBOOK default social plugin alternative? ... especially want to make your Fan Page thats been embed into website look more like a newsfeed / almost blog style.. &lt;br /&gt;&lt;br /&gt;try it at &lt;a href='http://hide.my/fb' target='_blank'&gt;http://hide.my/fb&lt;/a&gt; its free...</description>
            <author>bulp</author>
            <category>Content Creators, Blogmasters &amp;amp; Webmasters</category>
            <pubDate>Fri, 25 Jan 2013 21:36:55 +0800</pubDate>
        </item>
        <item>
            <title>AUP Violation - Fraudulent of your website..</title>
            <link>http://forum.lowyat.net/topic/2658880</link>
            <description>Have you ever get this issue? &lt;br /&gt;&lt;br /&gt;your website been shutdown by ur hosting provider instead of Mynic or SKMM... &lt;br /&gt;&lt;br /&gt;Stupid policy after 2 years your website online...&lt;br /&gt;&lt;br /&gt;</description>
            <author>bulp</author>
            <category>Content Creators, Blogmasters &amp;amp; Webmasters</category>
            <pubDate>Mon, 07 Jan 2013 22:05:01 +0800</pubDate>
        </item>
        <item>
            <title>Is Batman a sociopath?</title>
            <link>http://forum.lowyat.net/topic/2435571</link>
            <description>Id googling around for batman.. And do found this article... &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;&lt;img src='http://hide.my/images/batman.jpg' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;</description>
            <author>bulp</author>
            <category>The Museum Of Kopitiam</category>
            <pubDate>Fri, 20 Jul 2012 12:12:56 +0800</pubDate>
        </item>
        <item>
            <title>12 twitter rejected logo....</title>
            <link>http://forum.lowyat.net/topic/2384339</link>
            <description>Not my artworks... But then..... Whats you think guys? ...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src='http://bulp.me/img/twitt01.jpg' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src='http://bulp.me/img/twitt02.jpg' border='0' alt='user posted image' /&gt;</description>
            <author>bulp</author>
            <category>Arts &amp;amp; Designs</category>
            <pubDate>Tue, 12 Jun 2012 19:27:54 +0800</pubDate>
        </item>
        <item>
            <title>Faulty Home Button?</title>
            <link>http://forum.lowyat.net/topic/2370036</link>
            <description>U dont want to spoilt ur iOS device HOME BUTTON?...&lt;br /&gt;&lt;br /&gt;Or dont hv enough budget to replace not so responsive HOME BUTTON?&lt;br /&gt;&lt;br /&gt;Go to General &amp;gt; Accessibility &amp;gt; Enable Assistive Touch ( you can create new gesture&amp;#33; )&lt;br /&gt;&lt;br /&gt;&lt;img src='http://bulp.me/guide/HomeButton.jpg' border='0' alt='user posted image' /&gt;</description>
            <author>bulp</author>
            <category>Apple Byte</category>
            <pubDate>Fri, 01 Jun 2012 19:17:10 +0800</pubDate>
        </item>
        <item>
            <title>Mod_Rewrite Rule</title>
            <link>http://forum.lowyat.net/topic/2346821</link>
            <description>Hi.. are this code workable ? &lt;br /&gt;&lt;br /&gt;RewriteRule ^([^/]+)/link/([0-9a-zA-Z-]{1,60})&amp;#036;       404.php?id=&amp;#036;1 [QSA,L]&lt;br /&gt;&lt;br /&gt;example that i want ..&lt;br /&gt;&lt;br /&gt;www.domain.com/link/abcdefghijklmnopqrstuvwxyz to rediret to 404 as the link didnt exist anymore.. &lt;br /&gt;&lt;br /&gt;anyone can help me ? &lt;br /&gt;&lt;br /&gt;thanks</description>
            <author>bulp</author>
            <category>Codemasters</category>
            <pubDate>Tue, 15 May 2012 10:00:14 +0800</pubDate>
        </item>
    </channel>
</rss>
