<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by fJok3R</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Fri, 26 Jun 2026 18:55:36 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Inquiry on AGD IT solution</title>
            <link>http://forum.lowyat.net/topic/2497593</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve been called for an interview there. Anyone like to share any opinion on working life there, benefits etc etc?&lt;br /&gt;&lt;br /&gt;Been searching the forums but no result.,&lt;br /&gt;&lt;br /&gt;Thanks in advance</description>
            <author>fJok3R</author>
            <category>Jobs &amp;amp; Careers</category>
            <pubDate>Wed, 05 Sep 2012 23:02:58 +0800</pubDate>
        </item>
        <item>
            <title>Android Bluetooth connection lost</title>
            <link>http://forum.lowyat.net/topic/2311008</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;First of all, let me tell that this is my first experience of coding and develop an Android application so please be patient with me. Basically, I&amp;#39;m attempting to build an application that can be connected to the PC via bluetooth to remote control the bluetooth. For starter, this application should be able to control the presentation slide.&lt;br /&gt;&lt;br /&gt;I looked upon the web and found this &lt;a href='http://ttp://luugiathuy.com/2011/02/android-java-bluetooth/' target='_blank'&gt;website&lt;/a&gt;. it is extremely helpful and pretty much should be able to do what i&amp;#39;m trying to achieve. after a slight modification especially to the UUID value, I managed to connect the app in the phone but soon after the application is connected to the PC, it stopped working.&lt;br /&gt;&lt;br /&gt;And I believe that Bluetooth is not available for the AVD, so any idea on how can I debug the application?</description>
            <author>fJok3R</author>
            <category>Codemasters</category>
            <pubDate>Tue, 17 Apr 2012 22:03:18 +0800</pubDate>
        </item>
        <item>
            <title>Phone recommendation for Android apps development</title>
            <link>http://forum.lowyat.net/topic/2225391</link>
            <description>as per title,&lt;br /&gt;&lt;br /&gt;I&amp;#39;m developing an android app for my fyp and i&amp;#39;m quite new with android development so i&amp;#39;m looking forward for suitable phone recommendation to test on the compiled app. what is the best phone to work with, not something that too expensive, hopefully under 1k budget.&lt;br /&gt;&lt;br /&gt;thanks</description>
            <author>fJok3R</author>
            <category>Codemasters</category>
            <pubDate>Mon, 13 Feb 2012 18:28:50 +0800</pubDate>
        </item>
        <item>
            <title>Updating download count in MySQL problem</title>
            <link>http://forum.lowyat.net/topic/2042459</link>
            <description>I wrote a simple script that when a user click a download button, it will retrieve the &amp;#036;_GET[&amp;#39;id&amp;#39;] via download.php?id=7 as example, extracting the filename and download count (dlcount) from the database, updating the dlcount +1, and then invoke the UPDATE command to update the dlcount of the specific id.&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;function get_file&amp;#40;&amp;#036;download, &amp;#036;count, &amp;#036;sid&amp;#41;&lt;br /&gt;{&lt;br /&gt;	//add to count before downloading&amp;#33;&lt;br /&gt;	&amp;#036;count +=1;&lt;br /&gt; &amp;nbsp; &amp;nbsp;&lt;br /&gt;	//update to the database&lt;br /&gt;	&amp;#036;query6 = &amp;#34;UPDATE series SET dlcount=&amp;#34;.&amp;#036;count.&amp;#34; WHERE id =&amp;#34;.&amp;#036;sid;&lt;br /&gt;	&amp;#036;result6 = mysql_query&amp;#40;&amp;#036;query6&amp;#41; or die&amp;#40;&amp;#34;MySQL Error &amp;#58; &amp;#34;.mysql_error&amp;#40;&amp;#41;&amp;#41;;&lt;br /&gt;	&lt;br /&gt;	//preventing remote file inclusion &amp;#58;&amp;#41;&lt;br /&gt;	&amp;#036;file_location = &amp;#34;files/&amp;#34;;&lt;br /&gt;	&amp;#036;real_file = &amp;#036;file_location.&amp;#036;download;&lt;br /&gt;&lt;br /&gt;	//sending time&amp;#33;&lt;br /&gt;	echo &amp;#34;OK&amp;#60;br /&amp;#62;Downloading...&amp;#34;;&lt;br /&gt;	//header&amp;#40;&amp;#34;Content-type&amp;#58; application/octet-stream&amp;#34;&amp;#41;;&lt;br /&gt;	header&amp;#40;&amp;#34;X-Sendfile&amp;#58; &amp;#036;real_file&amp;#34;&amp;#41;;&lt;br /&gt;	header&amp;#40;&amp;#34;Content-disposition&amp;#58; attachment; filename=&amp;#34;.&amp;#036;download&amp;#41;;&lt;br /&gt;	}&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve verified the value of &amp;#036;count and &amp;#036;id by echoing it before i&amp;#39;m updating the database and they show the correct value. The problem happened when I do actually download the files. I&amp;#39;m using the XSendFile module for the apache. If i&amp;#39;m commented both the header lines, the correct value will be updated. Is it something to do with download accelerator connection opened or something?&lt;br /&gt;&lt;br /&gt;I&amp;#39;m using PHP 5.3.2 on Apache 2.2.19 on my win7 64bit if it would be any helps. Thanks</description>
            <author>fJok3R</author>
            <category>Codemasters</category>
            <pubDate>Thu, 22 Sep 2011 10:08:49 +0800</pubDate>
        </item>
        <item>
            <title>[WTA] Free Images Resources</title>
            <link>http://forum.lowyat.net/topic/1893469</link>
            <description>I&amp;#39;m searching everywhere in the forum and cant find what I need. Mods, if there is existing thread, &lt;br /&gt;please point me to the correct one.&lt;br /&gt;&lt;br /&gt;So here&amp;#39;s the thing, in designing a website, sometimes we need to use some images. But I wonder, &lt;br /&gt;for our client site, can we just google some image and put it into our design? What about the copyright and stuff?&lt;br /&gt;&lt;br /&gt;I wonder where can I download stock images that can be used commercially on&lt;br /&gt; my design for my client. i found some site like stock.xchng but the images doesnt really fit my need.&lt;br /&gt;&lt;br /&gt;Anyone mind sharing? Thanks</description>
            <author>fJok3R</author>
            <category>Content Creators, Blogmasters &amp;amp; Webmasters</category>
            <pubDate>Thu, 26 May 2011 14:16:40 +0800</pubDate>
        </item>
        <item>
            <title>PC Autoshutdown</title>
            <link>http://forum.lowyat.net/topic/1730953</link>
            <description>unpacking my desktop after two month leave it in box at home.&lt;br /&gt;&lt;br /&gt;at my new place, whenever i try to run any game or play HD video, the pc will be turned off&lt;br /&gt;without any warning whatsoever&lt;br /&gt;&lt;br /&gt;i dont really think it&amp;#39;s power related. i installed speedfan to measure the temp as you can see&lt;br /&gt;from the screenshot &lt;a href='http://img607.imageshack.us/img607/1460/57603835.png' target='_blank'&gt;here&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;what is the temp3 btw? whenever i run game, the temp 3 will keep rising up to 100++&lt;br /&gt;&lt;br /&gt;this thing keeps happening no matter whether im on windows 7 or fedora 14.&lt;br /&gt;one of the hdd is failing but i dont think thats the case.&lt;br /&gt;&lt;br /&gt;my motherboard is gigabyte g41m-es2l, if it would help.</description>
            <author>fJok3R</author>
            <category>Technical Support</category>
            <pubDate>Tue, 25 Jan 2011 10:49:31 +0800</pubDate>
        </item>
        <item>
            <title>[WTA] Dual Boot Fedora 13 With Existing Win 7</title>
            <link>http://forum.lowyat.net/topic/1611016</link>
            <description>i have been using vmware workstation to learn bout fedora for some time now,&lt;br /&gt;now im considering to do dual boot fedora with my existing windows 7.&lt;br /&gt;&lt;br /&gt;been searching for thread discussing this but nowhere to be found here. mod, if im posting&lt;br /&gt;in wrong section, please move this to the right one.&lt;br /&gt;&lt;br /&gt;can anyone give me some clarification, or point me to a detailed guide somewhere on the internet&lt;br /&gt;&lt;br /&gt;</description>
            <author>fJok3R</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Sat, 23 Oct 2010 13:40:03 +0800</pubDate>
        </item>
        <item>
            <title>[WTA] Window 7 64-bit</title>
            <link>http://forum.lowyat.net/topic/1426977</link>
            <description>so here&amp;#39;s the thing, im thinking of upgrading my system to win 7 64-bit. &lt;br /&gt;After googling about 64-bit system and also read through some thread from LYN, &lt;br /&gt;i decided to do it.&lt;br /&gt;&lt;br /&gt;based on some reading, 32-bit software will work fine under 64-bit system. Only certain application&lt;br /&gt;such as driver need to download for 64-bit version, right? correct me if im wrong.&lt;br /&gt;&lt;br /&gt;But, i have a few questions. Even though 32-bit software will work in 64-bit system, should I&lt;br /&gt;get a specific 64-bit installer for that software?&lt;br /&gt;&lt;br /&gt;example, for adobe reader, is it any difference for installing adobe reader for 32bit and adobe reader 64bit? &lt;br /&gt;do they have much difference?&lt;br /&gt;&lt;br /&gt;if they do have difference performance, it all comes down to my 2nd question&lt;br /&gt;&lt;br /&gt;i have been trying to search for 64bit version of software but then, let say for acdsee photo manager, when &lt;br /&gt;i see the requirement pages, it only says win xp, win vista and win 7&lt;br /&gt;&lt;br /&gt;they do not mention specifically win 7 32bit or win 7 64bit. so is there software that offer specifically 64-bit installer?&lt;br /&gt;&lt;br /&gt;thx in advance&lt;br /&gt;</description>
            <author>fJok3R</author>
            <category>Software</category>
            <pubDate>Tue, 18 May 2010 09:02:24 +0800</pubDate>
        </item>
        <item>
            <title>[WTA] Win 7 Explorer Not Responding</title>
            <link>http://forum.lowyat.net/topic/1406068</link>
            <description>so here&amp;#39;s the thing, last time i used vista, my explorer keep not responding whenever i try to drag files to be shared on googletalk.&lt;br /&gt;So i figure out this might be due to some sort of problem with my os. &lt;br /&gt;Thought that TeraCopy might be the culprit, i decided to uninstall it.&lt;br /&gt;I then decided to change the operating system to win 7 32bit.&lt;br /&gt;At first, it works splendidly. But then the problem starts to appear again&lt;br /&gt;The explorer is sometimes not responding but then not as frequent as in my previous Vista.&lt;br /&gt;Cant figure out what is wrong, the cpu resources is just fine, same goes to ram.&lt;br /&gt;Anyone experiencing the same problem with me? &lt;br /&gt;Kinda need some help here..thanks</description>
            <author>fJok3R</author>
            <category>Software</category>
            <pubDate>Wed, 28 Apr 2010 20:24:23 +0800</pubDate>
        </item>
    </channel>
</rss>
