<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kong Technology</title>
	<atom:link href="http://www.kongtechnology.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.kongtechnology.com</link>
	<description>Tech / Simplicity / Fun</description>
	<lastBuildDate>Thu, 03 Jun 2021 03:38:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.5</generator>
	<item>
		<title>How to access phpMyAdmin in AWS Lightsail</title>
		<link>https://www.kongtechnology.com/2021/05/27/how-to-access-phpmyadmin-in-aws-lightsail/</link>
		
		<dc:creator><![CDATA[puchong]]></dc:creator>
		<pubDate>Thu, 27 May 2021 10:07:39 +0000</pubDate>
				<category><![CDATA[AWS]]></category>
		<guid isPermaLink="false">https://www.kongtechnology.com/?p=4150</guid>

					<description><![CDATA[If you are running WordPress and are migrating from a traditional hosting to AWS Lightsail instance, you may be wondering [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>If you are running WordPress and are migrating from a traditional hosting to AWS Lightsail instance, you may be wondering &#8220;how on earth do I access phpMyAdmin to see my database?&#8221;</p>
<p><strong>Step 1</strong><br />
Make sure you have your Private Key and path handy. The Private Key is sometimes called the .pem file. If you have it already, go to Step 2. If you do not have it, in your Lightsail Dashboard:<br />
1. Go to your Account page under the SSH Keys tab, click the Download link; or<br />
2. Go to Manage Instance, under the Connect tab. In there you will see a link to download the Private Key from the Account page. Click there and download.</p>
<p>Keep your Private Key in a folder where you know the path.</p>
<p><strong>STEP 2: Create SSH Tunnel (For Mac users)</strong></p>
<p>Open the Terminal window on your Mac (Eg. “Finder -&gt; Applications -&gt; Utilities -&gt; Terminal”). At the command prompt, type in this command and press enter:</p>
<p>ssh -N -L 8888:127.0.0.1:80 -i /path/key.pem bitnami@PublicIP</p>
<p>(Replace the path and .pem filename accordingly. Replace PublicIP with the Fixed IP address as provided by AWS Lightsail.)</p>
<p>Sometime you will see this message in your Terminal:</p>
<p><em>@@@@@@@@@@@@@@@@@@@@@@@@@@@@</em><br />
<em>WARNING: UNPROTECTED PRIVATE KEY FILE! </em><br />
<em>@@@@@@@@@@@@@@@@@@@@@@@@@@@@</em></p>
<p><em>Permissions 0644 for &#8216;/path/key.pem&#8217; are too open.</em><br />
<em>It is required that your private key files are NOT accessible by others.</em><br />
<em>This private key will be ignored.</em><br />
<em>Load key &#8220;/path/key.pem&#8221;: bad permissions</em><br />
<em>Permission denied (publickey).</em></p>
<p>If you see this message, type in the following command:</p>
<p>sudo chmod 600 /path/key.pem<br />
(replace the path and .pem filename accordingly.)</p>
<p>In your browser, go to: http://127.0.0.1:8888/phpmyadmin/</p>
<p>If successful, you should be able to see phpMyAdmin login page. But you may be wondering&#8230;. what is the ID and password to login?</p>
<p><strong>STEP 3:</strong><br />
For the user ID, try &#8220;root&#8221; or &#8220;bitnami&#8221;.</p>
<p>In order to get the password, go to manage instance in your AWS Lightsail dashboard under the Connect tab. Click on the &#8220;Connect using SSH&#8221; button and run the following command:</p>
<p>cat bitnami_application_password</p>
<p>And voila! Your password appears!</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Copy a Data Table from Open Office Text Document to Spreadsheet</title>
		<link>https://www.kongtechnology.com/2021/03/16/how-to-copy-a-data-table-from-open-office-text-document-to-spreadsheet/</link>
		
		<dc:creator><![CDATA[puchong]]></dc:creator>
		<pubDate>Tue, 16 Mar 2021 14:34:45 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[best office suite software]]></category>
		<category><![CDATA[copy table from open office calc to doc]]></category>
		<guid isPermaLink="false">https://www.kongtechnology.com/?p=4143</guid>

					<description><![CDATA[Open Office is one of the best open source alternatives to Microsoft Office. For those who are still in love [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Open Office is one of the best open source alternatives to Microsoft Office. For those who are still in love with the traditional drop down menu in MS Office 97 and before, Open Office is definitely a solid choice for word processing, spreadsheets and presentation.</p>
<p>Somehow I&#8217;m still not getting the feel of those big awful navigation icons came into vogue post MS Office 97. Somewhere in the mid to late 1990s, Microsoft probably lost its plot and packed a whole lot of useless features into Office at the expense of simplicity and user friendliness.</p>
<p>When using Open Office Spreadsheet recently, I was trying to copy a data table from the Docs to Calc. After trying for more than half an hour, I became frustrated. From the traditional Copy and Paste, I tried all sorts of other Paste Special methods but without success.</p>
<p>I couldn&#8217;t believe that it was unable to perform such a seemingly simple task!</p>
<p>So after tearing my hair out for more than half an hour, the solution finally came.</p>
<p>So this is how it goes:</p>
<p>1. In Open Office Calc, highlight the cells you want to copy.<br />
2. Control C to copy the range.<br />
3. Shift + Control + V to Paste Special<br />
4. Paste as Unformatted Text in Open Office Docs<br />
5. Then Ctrl+A to select all the data<br />
6. Go to Table &#8211; Convert -Text to Table<br />
7. In &#8220;Separate text at&#8221;, set to &#8220;Tabs&#8221; and click OK</p>
<p>Voila! Really so simple!<br />
I have been using this software for years. Personally it has 95% of what I will ever need in an office software suite. One of the top free products out there.<br />
<a href="https://www.openoffice.org/download/" target="_blank" rel="external nofollow noopener noreferrer">Download Open Office &gt;&gt;</a><br />
Tip: Another free open source office suite is Libre Office. It is a bit more feature packed and powerful than Open Office but I find it slightly less user friendly. Like Open Office, a big plus is the good old fashion Drop Down menu. <a href="https://www.libreoffice.org/download/download/" target="_blank" rel="external nofollow noopener noreferrer">Download Libre Office &gt;&gt;</a></p>
<p>So why pay a dime for your Office Suite software?</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Coronavirus &#8211; Wear your Face Mask Properly</title>
		<link>https://www.kongtechnology.com/2020/01/29/coronavirus-wear-your-face-mask-properly/</link>
		
		<dc:creator><![CDATA[puchong]]></dc:creator>
		<pubDate>Wed, 29 Jan 2020 04:55:26 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.kongtechnology.com/?p=4126</guid>

					<description><![CDATA[Let&#8217;s take a break from tech and address more serious matters today&#8230; the spread of coronavirus. So if you need [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Let&#8217;s take a break from tech and address more serious matters today&#8230; the spread of coronavirus. So if you need to wear a face mask, what is the correct mask to wear and how to wear it properly? I decided to do some research and this is what I gathered</p>
<p>OK this is the typical mask most people wear. It&#8217;s a surgical mask which has a &#8220;white&#8221; (lighter) side and &#8220;blue&#8221; (darker) side.</p>
<p><img fetchpriority="high" decoding="async" class="aligncenter wp-image-4133 size-full" src="https://www.kongtechnology.com/wp-content/uploads/2020/01/surgical-mask-front-back.jpg" alt="" width="609" height="275" srcset="https://www.kongtechnology.com/wp-content/uploads/2020/01/surgical-mask-front-back.jpg 609w, https://www.kongtechnology.com/wp-content/uploads/2020/01/surgical-mask-front-back-300x135.jpg 300w" sizes="(max-width: 609px) 100vw, 609px" /></p>
<p>Apparently this is the most common version floating around&#8230;. <em>The white side has the filter. If you are well and don&#8217;t want to breathe in germs/polluted air, wear the mask with the blue side inwards and white side outwards. If you are unwell and don&#8217;t want to spread your germs to others, wear the mask with the white side inwards and blue side outwards.</em></p>
<p>However a more recent version is that there is only one correct way to wear your mask, that is the blue side (the side with the downward folds) has to face outwards. Most surgical masks have 3 layers, the blue (outer) layer which serves to repel fluid. The middle layer is a barrier to germs while the inner layer absorbs moisture. Apparently the purpose of the blue layer is to prevent germs from sticking onto the mask. But if you wear the mask with the white side facing out, air moisture will stick on it and make it easier for germs to stick around.  <a href="https://www.thestar.com.my/news/nation/2020/01/28/show-your-colours-only-one-way-to-wear-surgical-masks-correctly-with-the-coloured-side-out" target="_blank" rel="nofollow noopener noreferrer">More info &gt;&gt;</a></p>
<p>Searching around, I found that Hong Kong&#8217;s Centre for Health Protection has a good and detailed explanation in support of this. <a href="https://www.chp.gov.hk/files/pdf/use_mask_properly.pdf" target="_blank" rel="nofollow noopener noreferrer">Download the document here &gt;&gt;</a></p>
<p>So what about N95 masks, do they help? Apparently not, according to Singapore&#8217;s Health Ministry which is advising the general public to wear normal surgical masks instead of N95. Normal surgical masks are more practical and helps block large particle droplets from entering your mouth and nose. However N95 masks are tight fitting and designed to filter small airborne particles. If worn properly, it makes breathing difficult. If not worn properly, you are not protected from the air particles anyway. <a href="https://www.straitstimes.com/singapore/health/public-should-use-surgical-masks-not-n95-masks-to-guard-against-wuhan-virus-spread" target="_blank" rel="nofollow noopener noreferrer">More info &gt;&gt;</a></p>
<p>&nbsp;</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Speed Up Your WordPress Site</title>
		<link>https://www.kongtechnology.com/2019/10/07/how-to-speed-up-your-wordpress-site/</link>
		
		<dc:creator><![CDATA[puchong]]></dc:creator>
		<pubDate>Mon, 07 Oct 2019 14:38:50 +0000</pubDate>
				<category><![CDATA[Site Update]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Wordpress themes]]></category>
		<category><![CDATA[make wordpress run faster]]></category>
		<category><![CDATA[website speed test]]></category>
		<category><![CDATA[wordpress speed php 7.1]]></category>
		<guid isPermaLink="false">https://www.kongtechnology.com/?p=4108</guid>

					<description><![CDATA[Recently I finally took the step to update my WordPress theme to a mobile responsive one. While in the process, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Recently I finally took the step to update my WordPress theme to a mobile responsive one. While in the process, I decided the main criteria would  be loading speed, which explains why I ended up with this basic looking no-frills theme. Yep this is the stock standard WordPress &#8220;Twenty Nineteen&#8221; theme which is clean and no-nonsense. At the same time, I installed an SSL (using free cPanel SSL) and used the Really Simple SSL plugin which automatically detects and configures all my settings to run in https.</p>
<p>While doing this, I recalled a recent PHP Upgrade I did for a client from PHP version 5.4 to PHP version 7.1. It seemed to have worked well for his WordPress website so I thought I&#8217;d do the same for this website. After that I ran Optimize Website in cPanel (look for it under the Software section in cPanel).</p>
<p>The result in Google PageSpeed Insights has been astonishing. Checking it just now, I scored <strong>98 points for both Desktop and Mobile View!</strong> If you find that hard to believe, so do I. In all my years doing website development, I&#8217;ve never ever come close to this score.</p>
<p>So hopefully these screenshots will convince you:</p>
<p><a href="https://www.kongtechnology.com/wp-content/uploads/2019/10/speedtest-desktop.jpg"><img decoding="async" class="alignnone wp-image-4112 size-full" src="https://www.kongtechnology.com/wp-content/uploads/2019/10/speedtest-desktop-t.jpg" alt="" width="800" height="287" srcset="https://www.kongtechnology.com/wp-content/uploads/2019/10/speedtest-desktop-t.jpg 800w, https://www.kongtechnology.com/wp-content/uploads/2019/10/speedtest-desktop-t-300x108.jpg 300w, https://www.kongtechnology.com/wp-content/uploads/2019/10/speedtest-desktop-t-768x276.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></a> <a href="https://www.kongtechnology.com/wp-content/uploads/2019/10/speedtest-mobile.jpg"><img decoding="async" class="alignnone wp-image-4113 size-full" src="https://www.kongtechnology.com/wp-content/uploads/2019/10/speedtest-mobile-t.jpg" alt="" width="800" height="296" srcset="https://www.kongtechnology.com/wp-content/uploads/2019/10/speedtest-mobile-t.jpg 800w, https://www.kongtechnology.com/wp-content/uploads/2019/10/speedtest-mobile-t-300x111.jpg 300w, https://www.kongtechnology.com/wp-content/uploads/2019/10/speedtest-mobile-t-768x284.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>Now we all know that Google PageSpeed Score is not perfect. And it&#8217;s not the be-all-end-all in website speed testing. However just making these small tweaks make all the difference. Of course, you first need to have done some basic things like optimizing your images, signing up with a good web host in a good server, avoiding slider animation and CDN content delivery if possible.</p>
<p>&nbsp;</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Adobe Flash Player Update keeps popping up in Mac after Uninstall</title>
		<link>https://www.kongtechnology.com/2019/09/15/adobe-flash-player-update-keeps-popping-up-in-mac-after-uninstall/</link>
		
		<dc:creator><![CDATA[puchong]]></dc:creator>
		<pubDate>Sun, 15 Sep 2019 12:19:15 +0000</pubDate>
				<category><![CDATA[Apple and Mac]]></category>
		<category><![CDATA[Software & Technology]]></category>
		<category><![CDATA[adobe flash]]></category>
		<category><![CDATA[mac tips]]></category>
		<category><![CDATA[macromedia]]></category>
		<guid isPermaLink="false">https://kongtechnology.com/?p=4080</guid>

					<description><![CDATA[Adobe Flash has been on a massive decline in recent times. Due to security concerns, tech leaders such as Google, [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Adobe Flash has been on a massive decline in recent times. Due to security concerns, tech leaders such as Google, Microsoft and Apple have exited in doves by phasing out Adobe Flash support in their products.</p>



<p>Recently out of curiosity I decided to install Adobe Flash Player. Around 2-3 weeks later I noticed a popup asking me to update Adobe Flash Player. I closed the pop-up but a couple of hours later it popped up again. The popup became more frequent (less than one hour apart). So I went to System Preferences and removed Adobe Flash Player. But this is not the end of the story. The annoying pop up continued even after the software was removed.</p>



<p>After some searching around, I found a simple solution. Go to Applications &#8211; Utilities. You will see a file called Adobe Flash Player Install Manager. Just delete it and the annoying pop-up should stop.</p>



<p>Note that Adobe will no longer update or distribute Flash Player effective end 2020.</p>



<p>&nbsp;</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Retrieve Password in FileZilla FTP</title>
		<link>https://www.kongtechnology.com/2019/08/07/how-to-retrieve-password-in-filezilla-ftp/</link>
		
		<dc:creator><![CDATA[puchong]]></dc:creator>
		<pubDate>Wed, 07 Aug 2019 04:35:00 +0000</pubDate>
				<category><![CDATA[Web design and programming]]></category>
		<category><![CDATA[filezilla]]></category>
		<category><![CDATA[ftp]]></category>
		<guid isPermaLink="false">https://kongtechnology.com/?p=4076</guid>

					<description><![CDATA[In FileZilla top menu bar, click File &#8211; Export. Select Export Site Manager Entries and click OK. An XML file [&#8230;]]]></description>
										<content:encoded><![CDATA[
<ol class="wp-block-list">
<li>In FileZilla top menu bar, click File &#8211; Export.</li>
<li>Select Export Site Manager Entries and click OK. An XML file will be exported containing the login info for all your FTP accounts.</li>
<li>Open this file using Notepad, Atom or some other Text Editor.</li>
<li>Search for the relevant domain and you will see a line containing the password but in encrypted format (Base 64 encryption). You will need to use a Base64 decryption tool to decode the password. You can try this website &#8211; <a href="https://www.base64decode.org/">https://www.base64decode.org/</a></li>
</ol>



<p>&nbsp;</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Outdoor Gadgets</title>
		<link>https://www.kongtechnology.com/2013/08/16/outdoor-gadgets/</link>
		
		<dc:creator><![CDATA[puchong]]></dc:creator>
		<pubDate>Fri, 16 Aug 2013 09:58:22 +0000</pubDate>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[adventurous]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[Outdoor Gadgets]]></category>
		<category><![CDATA[useful]]></category>
		<guid isPermaLink="false">http://www.kongtechnology.com/?p=3780</guid>

					<description><![CDATA[Are you an adventurous person? Are you in love with sweet mother nature? You love camping, jungle trekking or any [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align: center;"><a href="https://www.kongtechnology.com/wp-content/uploads/jungle-trekking-and-rock-climbing.jpg"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-3781" alt="jungle-trekking-and-rock-climbing" src="https://www.kongtechnology.com/wp-content/uploads/jungle-trekking-and-rock-climbing-300x225.jpg" width="300" height="225" /></a></p>
<p>Are you an adventurous person? Are you in love with sweet mother nature? You love camping, jungle trekking or any outdoor activities but afraid that you don&#8217;t have the extra tools needed? Now you don&#8217;t have to worry anymore. These hi-tech gadget will help you get through all those problems.<br />
<span id="more-3780"></span><br />
<strong>Eton Scorpion</strong><br />
<a href="https://www.kongtechnology.com/wp-content/uploads/NSP100OR_02angle2.jpg"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-3783" alt="NSP100OR_02angle2" src="https://www.kongtechnology.com/wp-content/uploads/NSP100OR_02angle2-300x168.jpg" width="300" height="168" /></a></p>
<p>Now this device is not just an ordinary gadget. It is a flashlight and also a weather AM/FM radio. It could also charge your smartphones, just plug in your smartphone with this device and your phone will charge. Most exciting part is, this flashlight doesn&#8217;t even need a single battery. It either use solar energy or your hand crank. Now talk about green devices right?</p>
<p><strong>Sawyer Squeeze Water Filter System</strong><br />
<a href="https://www.kongtechnology.com/wp-content/uploads/SP131L.jpg"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-3784" alt="SP131L" src="https://www.kongtechnology.com/wp-content/uploads/SP131L-300x225.jpg" width="300" height="225" /></a></p>
<p>This is a must have item for you to have while you discover mother nature. Know this fact, deep in the jungle, clear water doesn&#8217;t mean it is safe to drink. This device can filter the water and remove any possibilities for you to get sick, a good item.</p>
<p><strong>PowerMonkey Extreme</strong><br />
<a href="https://www.kongtechnology.com/wp-content/uploads/Powermonkey-extreme.jpg"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-3785" alt="Powermonkey-extreme" src="https://www.kongtechnology.com/wp-content/uploads/Powermonkey-extreme-300x216.jpg" width="300" height="216" /></a></p>
<p>Yes, whether you&#8217;re in the jungle exploring, you can&#8217;t still live without your smartphones or tablets. Furthermore, the battery usage would be the main problem. introducing PowerMonkey Extreme, a 9000mah solar-charging power bank for your device. This gadget can charge your device up to more than 7 times. Now this is what we would call, a &#8220;Hope&#8221;.</p>
<p><strong>Victorinox Expidition Kit</strong><br />
<a href="https://www.kongtechnology.com/wp-content/uploads/victorinox-expedition-18741.jpg"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-3786" alt="victorinox-expedition-18741" src="https://www.kongtechnology.com/wp-content/uploads/victorinox-expedition-18741-300x218.jpg" width="300" height="218" /></a></p>
<p>A awiss army knife is a normal item that people bring when they do outdoor activities but this gadget is not a normal swiss army knife. This multi-tool kit has 41 functions including LED light, thermometer, built-in digital watch and lots more.</p>
<p><strong>Sony Digital Recording Binoculars</strong><br />
<a href="https://www.kongtechnology.com/wp-content/uploads/DEV50VB_1.png"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-3787" alt="DEV50VB_1" src="https://www.kongtechnology.com/wp-content/uploads/DEV50VB_1-300x170.png" width="300" height="170" /></a></p>
<p>Its good to capture every good memory when you&#8217;re in the jungle. Its even better if u could capture pictures even if you&#8217;re far away. Now you can do that with this hi-tech gadget, no matter how far you are, this gadget will capture all your memory.</p>
<p>Source: <a title="HongKiat" href="http://www.hongkiat.com/blog/" target="_blank" rel="external nofollow">HongKiat</a></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Leap Motion</title>
		<link>https://www.kongtechnology.com/2013/08/02/leap-motion/</link>
		
		<dc:creator><![CDATA[puchong]]></dc:creator>
		<pubDate>Fri, 02 Aug 2013 03:53:32 +0000</pubDate>
				<category><![CDATA[Software & Technology]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[gadget]]></category>
		<category><![CDATA[Leap Motion]]></category>
		<category><![CDATA[motion]]></category>
		<guid isPermaLink="false">http://www.kongtechnology.com/?p=3749</guid>

					<description><![CDATA[Have you ever seen in some movies, like Iron Man, where Tony Stark (starring Robert Downey Jr) interacts with his [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align: center;"><a href="https://www.kongtechnology.com/wp-content/uploads/south-by-southwest-leap-motion.jpg"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-3760" alt="south-by-southwest-leap-motion" src="https://www.kongtechnology.com/wp-content/uploads/south-by-southwest-leap-motion-300x225.jpg" width="300" height="225" /></a></p>
<p>Have you ever seen in some movies, like Iron Man, where Tony Stark (starring Robert Downey Jr) interacts with his super smart computer using only hands and gesture motion. Or in some of the television series like CSI: Miami, where these investigators use their hand motion to interact with the computers. Want to have those feeling of excitement?<br />
<span id="more-3749"></span><br />
https://www.youtube.com/watch?feature=player_embedded&#038;v=3b4w749Tud8</p>
<p>This tiny interesting device is called Leap Motion. This device will make you experience something you never felt before. Its introduction video is enough to show you what this device could possibly do.</p>
<p><a href="https://www.kongtechnology.com/wp-content/uploads/content_Leap-Motion-At-CES-2013.jpg"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-3762" alt="content_Leap-Motion-At-CES-2013" src="https://www.kongtechnology.com/wp-content/uploads/content_Leap-Motion-At-CES-2013-300x173.jpg" width="300" height="173" /></a></p>
<p>Just plug in this device to your PC using USB cable and prepare to be amazed. For now, leap Motion is compatible with Microsoft Windows 8 and Apple Max OS X. With the size of your broadband, you can almost do anything with this device without even touch your keyboard or mouse.</p>
<p><a href="https://www.kongtechnology.com/wp-content/uploads/leap-exp-watermark-rm-vrg_large_verge_medium_landscape.jpg"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-3763" alt="leap-exp-watermark-rm-vrg_large_verge_medium_landscape" src="https://www.kongtechnology.com/wp-content/uploads/leap-exp-watermark-rm-vrg_large_verge_medium_landscape-300x187.jpg" width="300" height="187" /></a></p>
<p>Feel like trying this device and have fun with it? Yes, you can!</p>
<p>You can just browse to its website and pre-order the development kit. The kit comes with the device and the USB cable.</p>
<p>Now to think of this, since there is a lot of technology changes, are humans now become lazier than ever?</p>
<p>Source: <a title="Leap Motion" href="https://www.leapmotion.com/" target="_blank" rel="external nofollow">Leap Motion</a></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Future Gaming Technology</title>
		<link>https://www.kongtechnology.com/2013/07/08/future-gaming-technology/</link>
		
		<dc:creator><![CDATA[puchong]]></dc:creator>
		<pubDate>Mon, 08 Jul 2013 08:08:42 +0000</pubDate>
				<category><![CDATA[Computers and Gadgets sales]]></category>
		<category><![CDATA[Future]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Gaming and Games]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[gadget]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[hardware]]></category>
		<guid isPermaLink="false">http://www.kongtechnology.com/?p=3740</guid>

					<description><![CDATA[Video games nowadays have become more and more advance. Lots of advanced technology have been used in order to fulfill [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align: center;"><a href="https://www.kongtechnology.com/wp-content/uploads/DOOM_3_Resurrection_of_Evil_Cover_DVD.jpg"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-3741" alt="DOOM_3_Resurrection_of_Evil_Cover_DVD" src="https://www.kongtechnology.com/wp-content/uploads/DOOM_3_Resurrection_of_Evil_Cover_DVD-300x201.jpg" width="300" height="201" /></a></p>
<p>Video games nowadays have become more and more advance. Lots of advanced technology have been used in order to fulfill the users&#8217; satisfaction. Joysticks, game controllers also plays the important parts in bringing the game to life.<br />
<span id="more-3740"></span><br />
<a href="https://www.kongtechnology.com/wp-content/uploads/oculis-rift.jpg"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-3742" alt="oculis-rift" src="https://www.kongtechnology.com/wp-content/uploads/oculis-rift-300x225.jpg" width="300" height="225" /></a></p>
<p>Now attention you hardcore gamers, prepare to be amazed!</p>
<p>This is <strong>Oculus Rift</strong>. It is a Virtual Reality gaming device that will make you feel that you are really in the game and blow your mind.</p>
<p><a href="https://www.kongtechnology.com/wp-content/uploads/image.png"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-3744" alt="image" src="https://www.kongtechnology.com/wp-content/uploads/image-300x187.png" width="300" height="187" /></a></p>
<p>Oculus Rift was invented by <strong>Oculus VR</strong>, a company based in Irvine, California. This device was created by virtual reality enthusiast and hardware geek, also a founder of the company,  Palmer Luckey.</p>
<p><iframe title="Jacob tries the Oculus Rift (roller coaster)" width="1200" height="675" src="https://www.youtube.com/embed/GoQ0OXJCbaE?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>This is the reaction of people who have tested the device. this incredible device is not just impressing the eye, but could also influence the users&#8217; body movement since they are &#8220;in the game&#8221;.</p>
<p><a href="https://www.kongtechnology.com/wp-content/uploads/maxresdefault.jpg"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-3743" alt="maxresdefault" src="https://www.kongtechnology.com/wp-content/uploads/maxresdefault-300x168.jpg" width="300" height="168" /></a></p>
<p>For starters, Doom 3 BFG version is the first Oculus-ready game and many more games will come soon. To get this development kit, you can just go to their website and order one.</p>
<p>Prepare to be amazed and experience the awesomeness.</p>
<p>Source: <a title="Oculus Rift" href="http://www.oculusvr.com/" target="_blank" rel="external nofollow">Oculus VR</a></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Google Has Done It&#8230; Again</title>
		<link>https://www.kongtechnology.com/2013/06/07/google-has-done-it-again/</link>
		
		<dc:creator><![CDATA[puchong]]></dc:creator>
		<pubDate>Fri, 07 Jun 2013 02:45:02 +0000</pubDate>
				<category><![CDATA[Software & Technology]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[driverless car]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[smart]]></category>
		<guid isPermaLink="false">http://www.kongtechnology.com/?p=3709</guid>

					<description><![CDATA[Everybody knows Google, the most famous search engine on the internet. You can search anything on Google. When your friend [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align: center;"><a href="https://www.kongtechnology.com/wp-content/uploads/see-how-your-google-results-measure-up-with-google-grader-video-6b8bbb4b41.jpg"><img loading="lazy" decoding="async" class="size-medium wp-image-3712 aligncenter" alt="see-how-your-google-results-measure-up-with-google-grader-video--6b8bbb4b41" src="https://www.kongtechnology.com/wp-content/uploads/see-how-your-google-results-measure-up-with-google-grader-video-6b8bbb4b41-300x168.jpg" width="300" height="168" /></a></p>
<p>Everybody knows Google, the most famous search engine on the internet. You can search anything on Google. When your friend ask you something that you didn&#8217;t know the answer, you would easily say, lets Google it. Google also is the developer for Android OS, the operating system for smartphones. The latest invention by Google is the Google Glass, the unique glasses that can almost do whatever you want. But is there anything else that Google has created beside all these inventions?<br />
<span id="more-3709"></span><br />
<a href="https://www.kongtechnology.com/wp-content/uploads/Googles-Driverless-Car.jpg"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-3710" alt="Googles-Driverless-Car" src="https://www.kongtechnology.com/wp-content/uploads/Googles-Driverless-Car-300x187.jpg" width="300" height="187" /></a></p>
<p>Meet <strong>Google Driverless Car</strong>, the car that can drive itself automatically without any control from the driver. Now this is far more better and logic rather than <a title="flying car" href="https://www.kongtechnology.com/2013/03/25/its-already-2013-where-are-the-flying-cars/" target="_blank">flying car</a> fantasy.</p>
<p><iframe title="Self-Driving Car Test: Steve Mahan" width="1200" height="675" src="https://www.youtube.com/embed/cdgQpa1pUUE?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Google Driverless Car was invented before the introduction of Google Glass but somehow they didn&#8217;t really introduce much of this driverless car. Driverless car is good when you take a long distance driving, you don&#8217;t need to stop anywhere to have some rest, just key in the destination and your car will drive itself.</p>
<p><a href="https://www.kongtechnology.com/wp-content/uploads/self-driving-car-465.jpg"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-3714" alt="Gov. Brown Signs Legislation At Google HQ That Allows Testing Of Autonomous Vehicles" src="https://www.kongtechnology.com/wp-content/uploads/self-driving-car-465-300x208.jpg" width="300" height="208" /></a></p>
<p><strong>How Google Driverless Car works?</strong></p>
<p>Well, the combination of software and hardware have made it capable of driving on its own instead of driven by a driver manually. the laser on top of the car detects the surroundings, other cars, roads for better driving.</p>
<p><a href="https://www.kongtechnology.com/wp-content/uploads/0001-Google-Car-Image.jpg"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-3720" alt="0001-Google-Car-Image" src="https://www.kongtechnology.com/wp-content/uploads/0001-Google-Car-Image-300x162.jpg" width="300" height="162" /><br />
</a></p>
<p>The GPS technology in this car is really important in making the car move automatically to the exact location.</p>
<p><a href="https://www.kongtechnology.com/wp-content/uploads/erless-auto-driving-taxi-thumb-550xauto-49303.jpg"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-3718" alt="erless-auto-driving-taxi-thumb-550xauto-49303" src="https://www.kongtechnology.com/wp-content/uploads/erless-auto-driving-taxi-thumb-550xauto-49303-300x195.jpg" width="300" height="195" /></a></p>
<p>All the cameras, lasers scanner, radars that installed in this driverless car have their very own functions. Combine all together, this car can move and drive as if it is being manually driven by human.</p>
<p>Although this car has been tested for years and collecting data more than 250 00 miles, there is still no hint from Google that they want to introduce this invention to the market.</p>
<p>Source: <a title="slash gear" href="http://www.slashgear.com/back-to-basics-how-googles-driverless-car-stays-on-the-road-09227396/" target="_blank">Slashgear</a></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
