<?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>Kongtechnology.com &#187; Tips and Tricks</title>
	<atom:link href="http://www.kongtechnology.com/category/tips-and-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kongtechnology.com</link>
	<description>Technology, Blogging, Gadgets, Microsoft, Apple, Mozilla, Google and more</description>
	<lastBuildDate>Sun, 29 Aug 2010 03:40:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How To Easily Disable Auto Start Up For Any Program In Windows</title>
		<link>http://www.kongtechnology.com/2010/07/30/how-to-easily-disable-auto-start-up-for-any-program-in-windows/</link>
		<comments>http://www.kongtechnology.com/2010/07/30/how-to-easily-disable-auto-start-up-for-any-program-in-windows/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 08:25:53 +0000</pubDate>
		<dc:creator>monkey99</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.kongtechnology.com/?p=2214</guid>
		<description><![CDATA[This requires you to have a certain amount of Windows skill, esp Regedit knowledge for the part that calls for it. *Note that by using Regedit &#8211; though it has been built into every Windows since Windows 95 &#8211; is not encouraged by Microsoft, which has disclaimed all responsibility if you messed up your Windows [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kongtechnology.com/wp-content/uploads/Easily-Disable-Startup-Programs1.png" rel="lightbox[2214]"><img class="alignnone size-medium wp-image-2223" src="http://www.kongtechnology.com/wp-content/uploads/Easily-Disable-Startup-Programs1-300x191.png" alt="" width="300" height="191" /></a></p>
<p><strong><em>This requires you to have a certain amount of Windows skill, esp Regedit knowledge for the part that calls for it.<br />
*Note that by using Regedit &#8211; though it has been built into every Windows since Windows 95 &#8211; is not encouraged by Microsoft, which has disclaimed all responsibility if you messed up your Windows with it. If using this rendered your computer into a giant door stopper, be prepared to swear to your manufacturer&#8217;s and Microsoft&#8217;s tech support that you have never heard of or know anything about it. Don&#8217;t bug us either as we had already warned you. <img src='http://www.kongtechnology.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </em></strong></p>
<p>Also, before you do this, check that the particular program which startup you want disabled has no options to disable auto startup anywhere within its program&#8217;s Options or Preferences, or in the system tray when you right click on its icon.</p>
<p><span id="more-2214"></span>I am sure you are aware that Windows programs NORMALLY start up automatically by having:<br />
a) their program shortcuts in Start &gt; Programs &gt; Startup folder OR<br />
b) a String Value in the Registry, especially under the &#8220;HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run&#8221; keys</p>
<p>So for:<br />
<strong><span style="text-decoration: underline;">Program which has its startup shortcut in the Startup folder:</span></strong><br />
1. Create a &#8220;Startup_Disabled&#8221; folder.<br />
2. Go to Start &gt; All Programs, right click &#8220;Explore All Users&#8221;.<br />
3. On the right pane, right click and select &#8220;New Folder&#8221;. Name it &#8220;Startup_Disabled&#8221; or anything you want.<br />
4. To prevent programs from starting up: From the Start Menu, just navigate to<br />
Start &gt; All Programs &gt; Startup, left click and hold the link of the program-to-be-disabled, and drag the it over to the Startup_Disabled folder and then release the mouse button.</p>
<p><a href="http://www.kongtechnology.com/wp-content/uploads/Easily-Disable-Startup-Programs2.png" rel="lightbox[2214]"><img class="alignnone size-medium wp-image-2224" src="http://www.kongtechnology.com/wp-content/uploads/Easily-Disable-Startup-Programs2-300x197.png" alt="" width="300" height="197" /></a></p>
<p><strong><span style="text-decoration: underline;">Program which has its startup string value in the Run registry keys:</span></strong><br />
1. In the registry, Create a Run_Disabled key for where you can find its startup string:<br />
Depending on your Windows version, the keys below will be different; but generally the idea is to create a &#8220;_Disabled key&#8221; for each string you want to disable. No need to create the &#8220;_Disabled&#8221; keys for all the Run folders, just create on-demand for the key where the string you want to disable resides in, whether in:<br />
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run OR<br />
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce OR<br />
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce OR<br />
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce OR</p>
<p>eg. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run_Disabled</p>
<p>2. Put all the links you want to disable inside this key.<br />
Windows will only check the Run key for auto startup programs and will be unaware of the existence of the Run_Disabled key.</p>
<p>Why I don&#8217;t use msconfig to do this, you asked?<br />
Cause it requires a restart and your computer will be eternally on &#8220;Selective Startup&#8221; after this, which slows down the system.<br />
Also, it is designed to be a troubleshooting tool, not for permanent use. There are programs out there that make doing this easier but this is my quick fix method without installing any program to do this. <img src='http://www.kongtechnology.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Personally, I have Gladinet and Bluetooth as permanent residents here in my _Disabled folder as I rarely use them but for the one or two times when I really need to use them, I just re-enable them here. And when you get used to doing things this way, you&#8217;ll find that you can also copy a registry autostart string, make it into a shortcut in Startup_Disabled folder, and then move or even delete the original registry key. To enable it, just move it the to Startup folder. It&#8217;s easier to check Startup_Disabled folder than to go through all the registry keys. <img src='http://www.kongtechnology.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.kongtechnology.com/2010/07/30/how-to-easily-disable-auto-start-up-for-any-program-in-windows/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>How To Do The Taskbar Shuffle</title>
		<link>http://www.kongtechnology.com/2010/06/27/how-to-do-the-taskbar-shuffle/</link>
		<comments>http://www.kongtechnology.com/2010/06/27/how-to-do-the-taskbar-shuffle/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 09:25:29 +0000</pubDate>
		<dc:creator>monkey99</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.kongtechnology.com/?p=2165</guid>
		<description><![CDATA[The official music for this article is here, courtesy of The Rolling Stones. No, I am not really a big fan but strangely this great proggie by the name of Taskbar Shuffle reminds me of this long forgotten song. So turn up the volume and let Mick Jagger and gang take you back to a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kongtechnology.com/wp-content/uploads/Taskbar-Shuffle-1.png" rel="lightbox[2165]"><img class="alignnone size-medium wp-image-2166" src="http://www.kongtechnology.com/wp-content/uploads/Taskbar-Shuffle-1-300x184.png" alt="" width="300" height="184" /></a></p>
<p>The official music for this article is <a href="http://www.youtube.com/watch?v=hOkIU8BCxgU" target="_blank" rel="external nofollow">here</a>, courtesy of The Rolling Stones. No, I am not really a big fan but strangely this great proggie by the name of Taskbar Shuffle reminds me of this long forgotten song. So turn up the volume and let Mick Jagger and gang take you back to a point in time when TVs rule and the internet was unheard of, while you read this short review. <img src='http://www.kongtechnology.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><span style="text-decoration: underline"><strong>Taskbar Shuffle v2.5</strong></span><br />
<strong>Type:</strong> Freeware<br />
<strong>OS:</strong> Windows Vista/XP/2000/NT/9x<br />
<strong>Note:</strong> Not for Windows 7, as taskbar shuffling is already a feature.<br />
<strong>Homepage:</strong> http://nerdcave.webs.com/<br />
<strong>Download:</strong> http://nerdcave.webs.com/<br />
<strong>Size:</strong> 505KB (taskbar_shuffle_2.5.zip, portable version)</p>
<p><span id="more-2165"></span>This program has 2 functions actually &#8211; shuffle the taskbar and rearrange the icons in the system tray.<br />
The portable (non-installer) version&#8217;s  zipped file is just 505KB, so it gets extra points for being small.</p>
<p><span style="text-decoration: underline"><strong>Do The Taskbar Shuffle: &#8220;You move it to the right, yeah!&#8221;</strong></span><br />
If you&#8217;re on Windows XP or Vista (Why?), and you are jealous of Ubuntu users who can switch programs on the taskbar at will while yours are stuck into place like a nail in the wood, then you should really have a look at this nifty thingie.<br />
I&#8217;d been using it for a while now and it does its job well, doesn&#8217;t crash, doesn&#8217;t use much resources and doesn&#8217;t need a system tray icon to announce itself. All the signs of a very well written program.</p>
<p><a href="http://www.kongtechnology.com/wp-content/uploads/Taskbar-Shuffle-2.png" rel="lightbox[2165]"><img class="alignnone size-medium wp-image-2167" src="http://www.kongtechnology.com/wp-content/uploads/Taskbar-Shuffle-2-246x300.png" alt="" width="246" height="300" /></a></p>
<p><a href="http://www.kongtechnology.com/wp-content/uploads/Taskbar-Shuffle-3.png" rel="lightbox[2165]"><img class="alignnone size-medium wp-image-2168" src="http://www.kongtechnology.com/wp-content/uploads/Taskbar-Shuffle-3-300x20.png" alt="" width="300" height="20" /></a></p>
<p>It&#8217;s especially useful after a Windows Explorer crash when you notice that programs aren&#8217;t in the sequence you opened them. Don&#8217;t you just hate that? At least, I do. Which is why I got hold of this thing &#8211; to have it enforce a pecking order in my taskbar and make Windows Explorer crashes tolerable.</p>
<p>And it also makes my Windows XP a bit like Windows 7. <img src='http://www.kongtechnology.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>How to use it? Easy!<br />
You click and hold the mouse button on the program you want to move in  the taskbar, and then you move it to the left or right as Mick Jagger sang in the  song. That&#8217;s why we have  his song playing in the background. <img src='http://www.kongtechnology.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong>Pros:</strong><br />
-It has non-installer version, ie it&#8217;s portable! (One extra Kong for this!)<br />
-It is tiny<br />
-It can also rearrange icons in your system tray (which I&#8217;d just notice, while writing this!)</p>
<p><strong>Cons:</strong><br />
-It does not auto play Harlem Shuffle in the background. <img src='http://www.kongtechnology.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><span style="text-decoration: underline"><strong>Final Score: </strong></span></p>
<p><strong>Rating:</strong> 4.5 Little Kongs</p>
<p><a href="http://www.kongtechnology.com/wp-content/uploads/kongtech-gorilla-e1.gif" rel="lightbox[2165]"><img class="alignnone size-full wp-image-2170" src="http://www.kongtechnology.com/wp-content/uploads/kongtech-gorilla-e1.gif" alt="" width="67" height="74" /></a><a href="http://www.kongtechnology.com/wp-content/uploads/kongtech-gorilla-e1.gif" rel="lightbox[2165]"><img class="alignnone size-full wp-image-2170" src="http://www.kongtechnology.com/wp-content/uploads/kongtech-gorilla-e1.gif" alt="" width="67" height="74" /></a><a href="http://www.kongtechnology.com/wp-content/uploads/kongtech-gorilla-e1.gif" rel="lightbox[2165]"><img class="alignnone size-full wp-image-2170" src="http://www.kongtechnology.com/wp-content/uploads/kongtech-gorilla-e1.gif" alt="" width="67" height="74" /></a><a href="http://www.kongtechnology.com/wp-content/uploads/kongtech-gorilla-e1.gif" rel="lightbox[2165]"><img class="alignnone size-full wp-image-2170" src="http://www.kongtechnology.com/wp-content/uploads/kongtech-gorilla-e1.gif" alt="" width="67" height="74" /></a><a href="http://www.kongtechnology.com/wp-content/uploads/kongtech-gorilla-e-half.gif" rel="lightbox[2165]"><img class="alignnone size-full wp-image-2172" src="http://www.kongtechnology.com/wp-content/uploads/kongtech-gorilla-e-half.gif" alt="" width="34" height="74" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kongtechnology.com/2010/06/27/how-to-do-the-taskbar-shuffle/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>How To Make Gmail Your Default Email Client</title>
		<link>http://www.kongtechnology.com/2010/05/16/how-to-make-gmail-your-default-email-client/</link>
		<comments>http://www.kongtechnology.com/2010/05/16/how-to-make-gmail-your-default-email-client/#comments</comments>
		<pubDate>Sun, 16 May 2010 02:43:27 +0000</pubDate>
		<dc:creator>monkey99</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.kongtechnology.com/?p=2064</guid>
		<description><![CDATA[Sometimes, you really need to keep things simple. You don&#8217;t really want the full power of a Microsoft Outlook, Windows Mail, Outlook Express or Mozilla Thunderbird to handle the simple job of shooting an email as these programs tend to be overloaded. This is when promoting Gmail to the lofty position of default email client [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kongtechnology.com/wp-content/uploads/Make-Gmail-Default-Email-Client-Gmail-Notifier.jpg" rel="lightbox[2064]"><img class="alignnone size-medium wp-image-2066" src="http://www.kongtechnology.com/wp-content/uploads/Make-Gmail-Default-Email-Client-Gmail-Notifier-300x169.jpg" alt="Gmail Notifier" width="300" height="169" /></a></p>
<p>Sometimes, you really need to keep things simple. You don&#8217;t really want the full power of a Microsoft Outlook, Windows Mail, Outlook Express or Mozilla Thunderbird to handle the simple job of shooting an email as these programs tend to be overloaded.</p>
<p>This is when promoting Gmail to the lofty position of default email client seems to be an attractive alternative as it opens up pretty fast for a web application. Unless, you really have a slow connection, or heaven forbid, a dial up connection &#8211; which is a relic of the last millenium in this time and age.</p>
<p><span id="more-2064"></span><span style="text-decoration: underline"><strong>How to make Gmail your default email client?</strong></span></p>
<p><strong>For Google Talk users:</strong><br />
Double click on the Google Talk icon in the system tray and click on the Settings link, then check the &#8220;Open Gmail when I click on email links&#8221; box in the Settings window. &#8220;OK&#8221; and done!</p>
<p><strong>For Gmail Notifier users <em>(Not compatible with Google Toolbar)</em>:</strong><br />
Right click on its system tray icon, select the Options menu and tick the box next to &#8220;Use Gmail for internet mailto: links&#8221;.<br />
Select your favorite browser in the drop down menu. Done!</p>
<p><a href="http://www.kongtechnology.com/wp-content/uploads/Make-Gmail-Default-Email-Client-Gmail-Notifier-Icon.jpg" rel="lightbox[2064]"><img class="alignnone size-medium wp-image-2067" src="http://www.kongtechnology.com/wp-content/uploads/Make-Gmail-Default-Email-Client-Gmail-Notifier-Icon-300x91.jpg" alt="Gmail Notifier Icon" width="300" height="91" /></a></p>
<p><strong>TIP:</strong> You may get an error stating &#8220;Cannot connect to your mailbox. Service temporarily unavailable.&#8221; which is caused by a bug in the Gmail Notifier for those of you who have &#8220;Browser connection: Always use https&#8221; selected under &#8220;Gmail &gt; Settings &gt; General (tab)&#8221;.</p>
<p>IF so,<br />
1. Download this <a href="http://www.google.com/mail/help/downloads/notifier_https.zip" target="_blank">registry patch</a> from Google support.<br />
2. Unzip and double click on the file called notifier_https.reg to install it. Or, right click and select &#8220;Merge&#8221;.<br />
4. Click &#8216;yes&#8217; to confirm that you want to add the information to the registry.<br />
5. Close and restart the Gmail Notifier.<br />
The other file, notifier_https_undo.reg is to delete the registry key if you ever need to uninstall it.<br />
Done!</p>
<p><strong>For Mozilla Firefox users</strong></p>
<p><em><strong>If you don&#8217;t have the programs above, and for some reasons don&#8217;t want  to install them either, you can still try the mod below, but only if  you use Firefox.</strong></em></p>
<p><em><strong><a href="http://www.kongtechnology.com/wp-content/uploads/Make-Gmail-Default-Email-Client-Firefox-Settings.jpg" rel="lightbox[2064]"><img class="alignnone size-medium wp-image-2068" src="http://www.kongtechnology.com/wp-content/uploads/Make-Gmail-Default-Email-Client-Firefox-Settings-300x279.jpg" alt="Change Firefox Settings" width="300" height="279" /></a><br />
</strong></em></p>
<p>1. Type &#8216;<em>javascript:window.navigator.registerProtocolHandler(&#8220;mailto&#8221;,&#8221;https://mail.google.com/mail/?extsrc=mailto&amp;url=%s&#8221;,&#8221;Gmail&#8221;)</em>&#8216; minus the outermost quotation marks into the address bar.<br />
Take out the &#8216;s&#8217; from &#8216;https&#8217; if you don&#8217;t use https for Gmail.<br />
Press Enter.</p>
<p>2. If you see &#8220;Add Gmail (mail.google.com) as an application for mailto links&#8221; at top of your browser below the address bar, click on the &#8220;Add Application&#8221; button.</p>
<p>If you don&#8217;t: From the top menu, go into &#8220;Tools&#8221; &gt; &#8220;Options&#8221; (or &#8220;Firefox&#8221; &gt; &#8220;Preferences&#8221; for Mac users), select the &#8220;Applications&#8221; tab. Find &#8220;mailto&#8221; and select &#8220;Use Gmail&#8221;.<br />
Done!</p>
<p><span style="text-decoration: underline"><strong>A Final Word</strong></span></p>
<p>Personally, I am a Google Talk user, so the choice was easy for me; but if I don&#8217;t have either Google proggies installed, I would go for the Firefox option. I would also choose Gmail Notifier last as it always have an unnecessary pop-up to prompt me for connection to Gmail during startup. <img src='http://www.kongtechnology.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.kongtechnology.com/2010/05/16/how-to-make-gmail-your-default-email-client/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>Converting books to ePub format for your iPhone, Android and Smartphones</title>
		<link>http://www.kongtechnology.com/2010/05/12/converting-books-to-epub-format-for-your-iphone-android-smartphones/</link>
		<comments>http://www.kongtechnology.com/2010/05/12/converting-books-to-epub-format-for-your-iphone-android-smartphones/#comments</comments>
		<pubDate>Wed, 12 May 2010 01:41:45 +0000</pubDate>
		<dc:creator>Howard</dc:creator>
				<category><![CDATA[Apple and Mac]]></category>
		<category><![CDATA[Best of the Internet]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[phones]]></category>

		<guid isPermaLink="false">http://www.kongtechnology.com/?p=2062</guid>
		<description><![CDATA[Welcome to the world of smartphones. These devices are ubiquitous and have started to infiltrate even the older generation who often find technology to be rather daunting. The iPhone and Blackberry revolution has even this bunch converted to Facebooking and Twittering. However, the reason why I bought a smartphone is because the large screen allows [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to the world of smartphones. These devices are ubiquitous and have started to infiltrate even the older generation who often find technology to be rather daunting. The iPhone and Blackberry revolution has even this bunch converted to Facebooking and Twittering. However, the reason why I bought a smartphone is because the large screen allows me to read ebooks easily and on the go.</p>
<p><span id="more-2062"></span></p>
<p>PDF is a great format for computers, but on the limited screen of a phone, they are hopeless and very hard to navigate, requiring lots of panning around and waiting for the phone to &#8216;redraw&#8217; every time you pan the view. I started my quest to hunt for the best ebook readers for smartphones and this is the results.</p>
<p>If you are on the iPhone OS platform (ala iPad, iPod Touch or iPhone), things are extremely simple for you. Simply download the <a href="http://www.lexcycle.com/" target="_blank" rel="external nofollow">Stanza </a>app, which includes a desktop client. From here on, everytime you turn on your iPhone and connect to your home network, launch Stanza on your phone and computer and they will connect to each other automagically. After that, just click and drop your favourite books from your desktop and it will automatically upload them to your iPhone. It&#8217;s  a really genius interface and makes transferring books a painless and near foolproof process.</p>
<p>Stanza is able to convert almost any text medium, including PDF, RTF, MS Office, ePub and a host of other formats.</p>
<p>If you are on Android, things are a bit tougher. Currently my favourite eBook reader app for Android is <a href="http://www.aldiko.com/blog/" target="_blank" rel="external nofollow">Aldiko</a>, which performs pretty much the same functions as Stanza on the iPhone. However, Aldiko lacks a desktop client, so you can only get books either through the Aldiko store or by copying it into your phone memory. Aldiko only supports the ePub format, so if you have any other formats, you will need to find a converter for it.</p>
<p>For other smartphones such as Blackberry and Symbian, there are also plenty of ePub readers out there and it should be no problems getting one.</p>
<p>One reason why I prefer the ePub format is because this format will be the future de facto standard for electronic books. It is currently supported by most, if not all, major eBook readers such as the Amazon Kindle, Hanlin and its clones, the Barnes &amp; Noble Nook and so on. Converting your collection over to ePub now ensures future compatibility and less hassle.</p>
<p>Which brings the topic to ePub converters. Stanza does a wonderful job converting all sorts of format into ePub for its iPhone software and the ease of use makes it the top choice converter if you are on the iPhone platform. For Android and other platforms, your best bet is <a href="http://calibre-ebook.com/" target="_blank" rel="external nofollow">Calibre</a>, an open source Ebook Manager which comes with a powerful converter. Fans say the conversion from Calibre is of higher quality than Stanza, and supports graphics.</p>
<p>Using Calibre is pretty simple, you just install it and start adding books into its database. There is a Convert button which you can click to convert from almost any format to ePub. Once conversion is done, you can choose to transfer it to your phone&#8217;s memory. On the iPhone, unless you have jailbroken it, copying is not so easily done as the computer does not detect the iPhone as a Mass Storage device, so you are better off using Stanza&#8217;s automated functions.</p>
<p>Enjoy carrying your library in your pocket! And not just your music library, but books as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kongtechnology.com/2010/05/12/converting-books-to-epub-format-for-your-iphone-android-smartphones/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Urban Legends &#8211; How To Tell Whether An Email Is A Hoax?</title>
		<link>http://www.kongtechnology.com/2010/05/04/urban-legends-how-to-tell-whether-an-email-is-a-hoax/</link>
		<comments>http://www.kongtechnology.com/2010/05/04/urban-legends-how-to-tell-whether-an-email-is-a-hoax/#comments</comments>
		<pubDate>Tue, 04 May 2010 10:13:41 +0000</pubDate>
		<dc:creator>monkey99</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Fun and funny]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[fake]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hoax]]></category>
		<category><![CDATA[urban legend]]></category>
		<category><![CDATA[urban myth]]></category>

		<guid isPermaLink="false">http://www.kongtechnology.com/?p=1985</guid>
		<description><![CDATA[It so happens that I just got one of those emails. The title of the email says &#8220;Are Leftover Onions Poisonous?&#8221; Now what do I do? Do I forward it to my friends and ask for their opinions? And appear stupid if it turned out to be a hoax? Truth or lie? Nah, I&#8217;ll just ask [...]]]></description>
			<content:encoded><![CDATA[<div>
<div>It so happens that I just got one of those emails. The title of the email says &#8220;Are Leftover Onions Poisonous?&#8221; Now what do I do? Do I forward it to my friends and ask for their opinions? And appear stupid if it turned out to be a hoax?</div>
<p><span style="text-decoration: underline;">Truth or lie?</span></p>
<div><span style="text-decoration: underline;"><br />
</span></div>
<div><span style="text-decoration: underline;"><a href="http://www.kongtechnology.com/wp-content/uploads/Urban-Legends-How-To-Tell-Whether-An-Email-Is-A-Hoax-1.jpg" rel="lightbox[1985]"><img class="alignnone size-medium wp-image-1987" src="http://www.kongtechnology.com/wp-content/uploads/Urban-Legends-How-To-Tell-Whether-An-Email-Is-A-Hoax-1-300x254.jpg" alt="" width="300" height="254" /></a></span></div>
<div><span style="text-decoration: underline;"><br />
</span></div>
<div>Nah, I&#8217;ll just ask Big G - which you all know as Google &#8211; and search using these parameters:</div>
<div>&#8220;urban legend Leftover Onions Poisonous&#8221; (keyed in the search box without the apostrophes) OR</div>
<div>&#8220;urban myth Leftover Onions Poisonous&#8221;</div>
<p><a href="http://www.kongtechnology.com/wp-content/uploads/Urban-Legends-How-To-Tell-Whether-An-Email-Is-A-Hoax-21.jpg" rel="lightbox[1985]"><img class="alignnone size-medium wp-image-1989" src="http://www.kongtechnology.com/wp-content/uploads/Urban-Legends-How-To-Tell-Whether-An-Email-Is-A-Hoax-21-300x173.jpg" alt="" width="300" height="173" /></a></p>
<div>*If you keyed in the above without &#8220;urban legend/myth&#8221;, you will find many who received the same email and who are now wise (or so they think!) are warning their dear friends/readers of their doom bringing habit.<span id="more-1985"></span></div>
<p>And If you have time to kill, they are pretty interesting read.</p>
<div>If you did the search above to check out the results, then you will see that according to Google&#8217;s results, this is a HOAX; and you will find that many has written about this in the past.</div>
<p><span style="text-decoration: underline;">Explanation:</span></p>
<div>You can search using the &#8220;urban legend/myth&#8221; parameters above because, in the internet, a hoax (in email, esp) is known as URBAN LEGEND/MYTH! There are also lesser known terms but these 2 are the most important.</div>
<div>There is many a website whose sole existence is to keep track of these things because these emails bugged the hell out of a lot of people too.</div>
<p><span style="text-decoration: underline;">Conclusion:</span></p>
<div>I have suspected it but now it&#8217;s confirmed 100%! So the guy who forwarded this was either a postman or courier for DHL. That&#8217;s why he didn&#8217;t check the message before resending it to lots of his friends. Oh but then again he can&#8217;t, he was NOT ALLOWED to do it in his previous job.</div>
<p>But, YOU, my dear reader, is more savvy than that. You know that emails that</p>
<p>-ask to be forwarded to as many people as possible (esp when they are religious in nature)</p>
<div>-will cause you untold misery if you don&#8217;t forward them; but will bring you luck if you do</div>
<div>(I am pretty sure of this cause NONE of my family members died since I started discarding Chain letters)</div>
<div>-didn&#8217;t pass my built-in common-sense filter (like this one)</div>
<div>are the FIRST emails you discard.</div>
<p>NEVER send them to your friends if you don&#8217;t want them recommending you for vacancies at POS Malaysia. This habit of deleting emails alone, practiced often, will make you appear more internet savvy among your friends!</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.kongtechnology.com/2010/05/04/urban-legends-how-to-tell-whether-an-email-is-a-hoax/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>Why I uninstalled AVG Anti-Virus Free and moved back to Avira AntiVir</title>
		<link>http://www.kongtechnology.com/2010/04/23/why-i-uninstalled-avg-anti-virus-free-and-moved-back-to-avira-antivir/</link>
		<comments>http://www.kongtechnology.com/2010/04/23/why-i-uninstalled-avg-anti-virus-free-and-moved-back-to-avira-antivir/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 10:29:06 +0000</pubDate>
		<dc:creator>monkey99</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[anti virus]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[freeware]]></category>

		<guid isPermaLink="false">http://www.kongtechnology.com/?p=1994</guid>
		<description><![CDATA[I must admit that I am a cheapo. I almost always use open source or freeware, and rarely go for shareware or payware. And when it comes to freeware anti-virus, I usually choose among AVG Anti-Virus Free, Avira AntiVir or Avast. Usually, I have both AVG and Avira between Windows OSes (in different partitions) and [...]]]></description>
			<content:encoded><![CDATA[<div>
<div>I must admit that I am a cheapo. I almost always use open source or freeware, and rarely go for shareware or payware. And when it comes to freeware anti-virus, I usually choose among AVG Anti-Virus Free, Avira AntiVir or Avast. Usually, I have both AVG and Avira between Windows OSes (in different partitions) and across different computers. I use both on one computer because if one antivirus miss out a certain virus, there is at least a chance that the other won&#8217;t. I rarely use Avast as its gui is heavier and it&#8217;s more resource hungry than the other two.</div>
<p><span id="more-1994"></span>For those payware apologists who want to argue that paid ones work better, note that 2 of the biggest Antiviruses &#8211; N**ton and Syman*** are hated by lots of IT people, including yours truly, for hogging resources on our computers. They were good back in 1998 but a couple of years back, lots of IT people find that removing them from Vista machines helped make Vista usable.</p>
<p>Just recently, I&#8217;d discovered that AVG has been doing a lot of unnecessary read/write in my computer.</p>
<div>Refer to the pic. As you can see, from the columns marked I/O Reads and I/O Writes, the numbers are unusually high. High enough to cause constant activity (ie grinding) for my hard disk; which is why I decided that the best solution for now is to uninstall it and wait for a new version or at least a way to shut down avgchsvx.exe.</div>
<p><a href="http://www.kongtechnology.com/wp-content/uploads/Why-I-Uninstalled-Avg-Anti-Virus-Free1.jpg" rel="lightbox[1994]"><img class="size-medium wp-image-1999 alignnone" src="http://www.kongtechnology.com/wp-content/uploads/Why-I-Uninstalled-Avg-Anti-Virus-Free1-300x199.jpg" alt="" width="300" height="199" /></a></p>
<p>Avgchsvx.exe is AVG&#8217;s Cache Server Process and as far as I know (after checking online), it is not necessary at all to catch viruses. It is supposed to be used to help speed up the AVG virus scanning but since it is a new addition in AVG ver 9, you can think of it as a BETA addition being tested out on the unsuspecting masses.</p>
<p>Which is why I decided to remove AVG from my Windows partition for the time being. So for now, for my main OS, I&#8217;ll be using Avira.</p>
<div>By the way, I have nothing against AVG, it has been my primary antivirus for sometime now and I am just waiting for it to solve this problem before putting it back on my primary OS.</div>
<div>
<div id="attachment_2000" class="wp-caption alignnone" style="width: 310px"><a href="http://www.kongtechnology.com/wp-content/uploads/Why-I-Uninstalled-Avg-Anti-Virus-Free2.jpg" rel="lightbox[1994]"><img class="size-medium wp-image-2000 " src="http://www.kongtechnology.com/wp-content/uploads/Why-I-Uninstalled-Avg-Anti-Virus-Free2-300x199.jpg" alt="" width="300" height="199" /></a><p class="wp-caption-text">Avira&#039;s highest read/write io</p></div>
<p>And this brings me to the reason why Avira was not in my main OS &#8211; I REALLY HATE that once-a-day ad! If that and its splash screen are the reasons why you don&#8217;t use it too, here&#8217;s how to get rid of them:</p>
</div>
</div>
<p></p>
<div>
<div><em><span style="text-decoration: underline"><strong>To disable the once-a-day pop-up surprise:</strong></span></em></div>
<div>For Windows XP Pro, Vista Business/Ultimate/Enterprise and Windows 7:</div>
<div>-Go to Start &gt; Control Panel &gt; Administrative tools &gt; Local security policy.</div>
<div>-Right click &#8220;Software Restriction Policies&#8221;, choose &#8220;New Software Restriction Policies.&#8221;</div>
<div>(Skip if there are sub folders in &#8220;Software Restriction Policies&#8221; already).</div>
<div>-Right-click &#8220;Additional Rules&#8221; &gt; &#8220;New Path Rule &#8230;&#8221;.</div>
<div>-Click &#8220;Browse&#8221; and find &#8220;C:\Program Files\Avira\AntiVir PersonalEdition Classic\&#8221; (or wherever you have it installed), and select avnotify.exe.</div>
<div>-Set the security level to &#8220;Disallowed&#8221; &gt; &#8220;Apply&#8221; &gt; &#8220;Ok&#8221;.</div>
<div>(I do not have space for other Windows versions, search Google for &#8220;disable Avira ad + [your Windows version]&#8221; if yours is not covered here, esp if you are using Home or Starter editions)</div>
<p></p>
<div><em><span style="text-decoration: underline"><strong>To disable the splash screen:</strong></span></em></div>
<div>-Open <em>Regedit*</em> and navigate to<em> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]</em>.</div>
<div>-In the right pane double-click avgnt and add /ns at the end of the path (ex. /min /ns).</div>
<div>(This was /nosplash prior to version 9).</div>
<div><em>*<strong>Regedit</strong></em> is Microsoft&#8217;s Registry Editor and just running this thing means that your computer will not be supported by Microsoft in the event of booting problems or whatever. If you have not heard of it and have to ask how to run it <img src='http://www.kongtechnology.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> , I suggest that you get someone more knowledgeable to help you &#8211; like your 13 year old &#8211; for example. <img src='http://www.kongtechnology.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </div>
<p></p>
<div><span style="text-decoration: underline"><strong>ClamWin (Windows version of ClamAV)</strong></span></div>
<div>While we&#8217;re still on the subject of antiviruses, you may also want to  try out:</div>
<div>-I liked it for its portability. I have it on USB and also synchronized across the internet (between work and home) as it does not need to be installed; the only antivirus I know which have this characteristic.</div>
<div>-I also use it (ClamAV) in Linux servers to prevent Windows clients computers from getting infected.</div>
<div>-It&#8217;s scanning is probably not as good as the rest but it is open source (FREE!); and though it used to lack (a usable) on-access scanner, it has one now, developed for it by a third party. Check it out <a rel="external nofollow" href="http://clamsentinel.sourceforge.net/" target="_blank">here</a>, it&#8217;s called Clam Sentinel.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.kongtechnology.com/2010/04/23/why-i-uninstalled-avg-anti-virus-free-and-moved-back-to-avira-antivir/feed/</wfw:commentRss>
		<slash:comments>63</slash:comments>
		</item>
		<item>
		<title>How to Upgrade Ubuntu Desktop 9.10 to 10.04 Lucid Lynx</title>
		<link>http://www.kongtechnology.com/2010/04/06/how-to-upgrade-ubuntu-desktop-9-10-to-10-04-lucid-lynx/</link>
		<comments>http://www.kongtechnology.com/2010/04/06/how-to-upgrade-ubuntu-desktop-9-10-to-10-04-lucid-lynx/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 12:27:35 +0000</pubDate>
		<dc:creator>monkey99</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[update manager]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.kongtechnology.com/?p=1962</guid>
		<description><![CDATA[OK! Ubuntu 10.04 (&#8220;Lucid Lynx&#8221;) is almost upon us now. It has hit BETA 1, a step up from ALPHA 3 (more than a week ago) and is to be officially released on April 29, 2010. If you&#8217;re a Windows user who occasionally (pretends to) dabble in Linux, and has forgotten how to upgrade, here [...]]]></description>
			<content:encoded><![CDATA[<p>OK! Ubuntu 10.04  (&#8220;Lucid Lynx&#8221;) is almost upon us now. It has hit BETA 1, a step up from  ALPHA 3 (more than a week ago) and is to be officially released on April  29, 2010.</p>
<p>If you&#8217;re a Windows user who occasionally (pretends  to) dabble in Linux, and has forgotten how to upgrade, here it is for  you in a concise and easy-to-follow manner.</p>
<p>Firstly, this  article is only about how to upgrade from within Ubuntu, and it&#8217;s  only for the DESKTOP (NOT Server!) version. If you have a version  prior to 9.10; you will need to progressively upgrade to the next higher version before upgrading to 10.04. You really can&#8217;t jump versions here.<span id="more-1962"></span></p>
<p>Example: Upgrade 8.10 &gt; 9.04 &gt; 9.10 &gt; 10.04 (No jumps allowed!)<br />
*(Note that 10 [in 10.04] means 2010 and 04 means month 4. Ubuntu  has always been designed to be released on a 6-month development  cycle).</p>
<p>If you have slow internet  connection OR cannot free at least 1488MB of hard disk space and need  to do an offline upgrade, there is a good article <a href="http://hubpages.com/hub/Ubuntu-Offline-Upgrade" target="_blank" rel="external nofollow">here</a> on this subject.</p>
<p>Also, you should realize that this is Beta software, so only upgrade now if  you know how to save yourself in case something go wrong. Otherwise,  wait for the stable release in 3 weeks time.</p>
<p><span style="text-decoration: underline">Pre-Upgrade:</span><br />
-Ensure  that you have at least 1488MB of free space in your &#8220;File System&#8221;  folder.<br />
Clean up your system to free up some space especially if  you don&#8217;t have much space available.<br />
To remove old installation  setup packages and dependencies, in a Terminal window (From the top  menu, Applications &gt; Accessories &gt; Terminal), type in:<br />
sudo  apt-get clean<br />
sudo apt-get autoclean<br />
sudo  apt-get autoremove<br />
-Empty  the trash.<br />
(If you can&#8217;t find the space and especially if yours is a  Windows (WUBI)  installation of Ubuntu, consider  doing the Offline Upgrade mentioned above which requires only about 800  MB of space as you will be saving a 650MB chunk of ISO file elsewhere  on your hard drive).</p>
<div id="attachment_1968" class="wp-caption alignnone" style="width: 310px"><a href="http://www.kongtechnology.com/wp-content/uploads/How-to-Upgrade-Ubuntu-Desktop-9.10-to-10.04-1.png" rel="lightbox[1962]"><img class="size-medium wp-image-1968" src="http://www.kongtechnology.com/wp-content/uploads/How-to-Upgrade-Ubuntu-Desktop-9.10-to-10.04-1-300x195.png" alt="" width="300" height="195" /></a><p class="wp-caption-text">Update Manager</p></div>
<p>-Update your 9.10 to the latest available  updates.<br />
-Run Update Manager (From the top menu, System &gt;  Administration &gt; Update Manager) and press &#8220;Check&#8221; to check for  Updates, followed by &#8220;Install Updates&#8221; to get your system up-to-date.</p>
<p>Next,  take a deep breath, cross your fingers, touch wood and proceed to:</p>
<p><span style="text-decoration: underline">Upgrading  to Stable version (after April 29, 2010):</span><br />
(At the time of  writing this article, the Stable version is not out yet; it will only be  out on April 29, 2010; so skip this and go to the Beta version below).</p>
<div id="attachment_1969" class="wp-caption alignnone" style="width: 310px"><a href="http://www.kongtechnology.com/wp-content/uploads/How-to-Upgrade-Ubuntu-Desktop-9.10-to-10.04-2.png" rel="lightbox[1962]"><img class="size-medium wp-image-1969" src="http://www.kongtechnology.com/wp-content/uploads/How-to-Upgrade-Ubuntu-Desktop-9.10-to-10.04-2-300x293.png" alt="" width="300" height="293" /></a><p class="wp-caption-text">&quot;New distribution release &#039;10.04&#039; is available&quot;</p></div>
<p>Stay  on Update Manager, press &#8220;Check&#8221; again and you should see &#8220;New  distribution release &#8217;10.04&#8242; is available&#8221;. Click &#8220;Upgrade&#8221; and proceed  according to instructions on the screen.<br />
OR<br />
<span style="text-decoration: underline">Upgrading  to Beta version:</span></p>
<div id="attachment_1970" class="wp-caption alignnone" style="width: 310px"><a href="http://www.kongtechnology.com/wp-content/uploads/How-to-Upgrade-Ubuntu-Desktop-9.10-to-10.04-3.png" rel="lightbox[1962]"><img class="size-medium wp-image-1970" src="http://www.kongtechnology.com/wp-content/uploads/How-to-Upgrade-Ubuntu-Desktop-9.10-to-10.04-3-300x136.png" alt="" width="300" height="136" /></a><p class="wp-caption-text">Run Application pop-up</p></div>
<p>1. Press Alt + F2 to open the Run Application  pop-up window.<br />
2. Type &#8220;update-manager -d&#8221; (without the quotes) to  enable Beta version upgrade.</p>
<p>3. Update Manager will now run and do  some checking and then display: &#8220;New distribution release &#8217;10.04&#8242; is  available&#8221;. Click &#8220;Upgrade&#8221; and follow the on-screen instructions.</p>
<div id="attachment_1971" class="wp-caption alignnone" style="width: 310px"><a href="http://www.kongtechnology.com/wp-content/uploads/How-to-Upgrade-Ubuntu-Desktop-9.10-to-10.04-4.png" rel="lightbox[1962]"><img class="size-medium wp-image-1971" src="http://www.kongtechnology.com/wp-content/uploads/How-to-Upgrade-Ubuntu-Desktop-9.10-to-10.04-4-300x246.png" alt="" width="300" height="246" /></a><p class="wp-caption-text">So far so good ...</p></div>
<div id="attachment_1972" class="wp-caption alignnone" style="width: 310px"><a href="http://www.kongtechnology.com/wp-content/uploads/How-to-Upgrade-Ubuntu-Desktop-9.10-to-10.04-5.png" rel="lightbox[1962]"><img class="size-medium wp-image-1972" src="http://www.kongtechnology.com/wp-content/uploads/How-to-Upgrade-Ubuntu-Desktop-9.10-to-10.04-5-300x213.png" alt="" width="300" height="213" /></a><p class="wp-caption-text">Aaaaaaargh!!!!!</p></div>
<p>4. If  you don&#8217;t hit upon any show stopper, you should be able to upgrade  easily. <img src='http://www.kongtechnology.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Finally, pat yourself on the back. You&#8217;d just  upgraded to the latest and greatest version of a very good OS and did  not even have to go out and buy the (pirated?) CD. <img src='http://www.kongtechnology.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Among other  improvements, you should expect faster boot-up times and more exciting  colors than brown. And some bugs too! Enjoy! <img src='http://www.kongtechnology.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div id="attachment_1974" class="wp-caption alignnone" style="width: 310px"><a href="http://www.kongtechnology.com/wp-content/uploads/How-to-Upgrade-Ubuntu-Desktop-9.10-to-10.04-61.png" rel="lightbox[1962]"><img class="size-medium wp-image-1974" src="http://www.kongtechnology.com/wp-content/uploads/How-to-Upgrade-Ubuntu-Desktop-9.10-to-10.04-61-300x195.png" alt="" width="300" height="195" /></a><p class="wp-caption-text">New desktop but same old boring brown</p></div>
<p>PS: I was forced  to abort this and do the Offline Upgrade as I can only free about 1200  MB of space after trying out all sorts of things including removing Open  Office files, and deleting foreign language files and fonts. This is  because I only have about 3.5 GB of space on my hard disk for Ubuntu.  <img src='http://www.kongtechnology.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
PPS: Upon the first boot-up, the first color I see is still brown. <img src='http://www.kongtechnology.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<div id="attachment_1975" class="wp-caption alignnone" style="width: 310px"><a href="http://www.kongtechnology.com/wp-content/uploads/How-to-Upgrade-Ubuntu-Desktop-9.10-to-10.04-7.png" rel="lightbox[1962]"><img class="size-medium wp-image-1975  " src="http://www.kongtechnology.com/wp-content/uploads/How-to-Upgrade-Ubuntu-Desktop-9.10-to-10.04-7-300x196.png" alt="" width="300" height="196" /></a><p class="wp-caption-text">I changed this to a much nicer and lighter shade of brown, IMMHO</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.kongtechnology.com/2010/04/06/how-to-upgrade-ubuntu-desktop-9-10-to-10-04-lucid-lynx/feed/</wfw:commentRss>
		<slash:comments>40</slash:comments>
		</item>
		<item>
		<title>Slow Facebook Flash Games and Youtube Videos</title>
		<link>http://www.kongtechnology.com/2010/03/05/slow-facebook-flash-games-and-youtube-videos/</link>
		<comments>http://www.kongtechnology.com/2010/03/05/slow-facebook-flash-games-and-youtube-videos/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 04:00:09 +0000</pubDate>
		<dc:creator>monkey99</dc:creator>
				<category><![CDATA[Gaming and Games]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[flash game]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.kongtechnology.com/?p=1858</guid>
		<description><![CDATA[Update: Since this article was published when Adobe Flash 10.1 was still in beta,  it is probably no longer relevant to current Adobe Flash problems. This particular problem is quite nasty. It only happened to me recently and here are some tips to overcome it, although it cannot be 100% solved. Your computer may be [...]]]></description>
			<content:encoded><![CDATA[<p><strong><em><span style="text-decoration: underline">Update:</span> Since this article was published when Adobe Flash 10.1 was still in beta,  it is probably no longer relevant to current Adobe Flash problems.<br />
</em></strong></p>
<p>This particular problem is quite nasty. It only happened to me recently and here are some tips to overcome it, although it cannot be 100% solved.</p>
<p>Your computer may be suffering from this malaise without you being aware of it.</p>
<p style="text-align: center"><a href="http://www.kongtechnology.com/wp-content/uploads/facebook-flash-games-slow-1.jpg" rel="lightbox[1858]"><img class="size-medium wp-image-1859 aligncenter" src="http://www.kongtechnology.com/wp-content/uploads/facebook-flash-games-slow-1-300x201.jpg" alt="" width="300" height="201" /></a></p>
<p>Recently I noticed that my computer has slowed down considerably. The problem was particularly acute when I was playing a certain Facebook Flash game in Google Chrome. Blaming the problem on an <strong>unoptimized</strong> Flash game running on Google Chrome, I did not bother fixing it until it got more severe. Okay &#8211; until a cute female friend asked for my help…. that&#8217;s when I decided that it&#8217;s really a problem worth looking into <img src='http://www.kongtechnology.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> <span id="more-1858"></span></p>
<h2>The Cause</h2>
<p>So I ran the game in Firefox and Internet Explorer and found out that the problem is not any fault of Google&#8217;s. Investigating further, I finally followed the trail to some sites where people congregated and compared notes on Adobe Flash 9 and 10, like this one <a rel="nofollow" href="http://getsatisfaction.com/adobe/topics/when_using_adobe_flash_player_10_why_is_there_high_cpu_memory_usage_100_utilization">here</a>.</p>
<p>And I found out that there are so many tormented souls like me out there!</p>
<p>Others have noticed this<strong> sluggishness </strong>running Youtube videos. These people have 3 GHz cpus and 4 GB memory but they have the same problem. Youtube is known to work fine in mobile devices running Firefox in only 256MB of available memory space &#8211; try googling Nokia N900 &#8211; so it cannot be due to people&#8217;s computer being old and unable to deal with Adobe&#8217;s Flash requirements.</p>
<p style="text-align: center"><a href="http://www.kongtechnology.com/wp-content/uploads/facebook-flash-games-slow-2.jpg" rel="lightbox[1858]"><img class="size-medium wp-image-1860 aligncenter" src="http://www.kongtechnology.com/wp-content/uploads/facebook-flash-games-slow-2-300x215.jpg" alt="" width="300" height="215" /></a></p>
<p>Many have speculated that Adobe Flash&#8217;s resource hogging is due to Adobe Flash being a <strong>poorly written program</strong>, with unoptimized code. Some even say that this is a new version of the Microsoft-Intel conspiracy theory where these giant corporations worked together, to get us to fork out more of our hard-earned money so that we have to buy more computers and help the IT industry prosper.</p>
<h2>The Fix:</h2>
<p>1. <strong>Uninstall</strong> Adobe Flash</p>
<p>Really important! You can skip step 2 but not this!</p>
<p>2. Get the beta version, <a rel="nofollow" href="http://labs.adobe.com/downloads/flashplayer10.html">Adobe Flash 10.1 Beta</a>.</p>
<p>If you don&#8217;t want to run this beta version, then reinstall the current version at <a rel="nofollow" href="http://get.adobe.com/flashplayer/">http://get.adobe.com/flashplayer/</a>. Just remember NOT to get the free McAfee security app.</p>
<p>After the uninstalling and reinstalling, I find that my Facebook game is more responsive now &#8211; my friend says hers is playable now and my Facebook gaming life has improved &#8211; I get to spend as little time on it as possible <img src='http://www.kongtechnology.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I won&#8217;t say that it&#8217;s 100% solved &#8211; I still notice that Adobe Flash leaks memory frequently in Firefox and Google Chrome. To resolve this, feel free to restart the slow responding browser or wait for my next article on how to identify and close the memory leak.</p>
<p>Hopefully, this short guide here can solve your problem. If not, then your problem may be a different one or is more severe than this and I can&#8217;t really help you but direct you to this <a rel="nofollow" href="http://getsatisfaction.com/adobe/topics/when_using_adobe_flash_player_10_why_is_there_high_cpu_memory_usage_100_utilization">article</a> and see for yourself that you are not alone in this.</p>
<p>Happy gaming!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kongtechnology.com/2010/03/05/slow-facebook-flash-games-and-youtube-videos/feed/</wfw:commentRss>
		<slash:comments>54</slash:comments>
		</item>
		<item>
		<title>Delivering Great Presentations like Steve Jobs</title>
		<link>http://www.kongtechnology.com/2010/02/25/delivering-great-presentations-like-steve-jobs/</link>
		<comments>http://www.kongtechnology.com/2010/02/25/delivering-great-presentations-like-steve-jobs/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 07:45:20 +0000</pubDate>
		<dc:creator>Howard</dc:creator>
				<category><![CDATA[Apple and Mac]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[steven jobs presentation]]></category>

		<guid isPermaLink="false">http://www.kongtechnology.com/?p=1804</guid>
		<description><![CDATA[With the announcement of Apple iPad just behind us, it&#8217;s time to look at the legend behind Apple&#8217;s meteoric success, CEO Steve Jobs and his captivating presentations. What is the secret to this man&#8217;s success? Well, beyond the obvious hard work, practice, and attention to detail to each and every one of his slides and [...]]]></description>
			<content:encoded><![CDATA[<p>With the announcement of Apple iPad just behind us, it&#8217;s time to look at the legend behind Apple&#8217;s meteoric success, CEO Steve Jobs and his captivating presentations. What is the secret to this man&#8217;s success? </p>
<p>Well, beyond the obvious hard work, practice, and attention to detail to each and every one of his slides and keynotes, there are some recurring habits that Jobs uses to make his presentations that much more captivating.</p>
<p><span id="more-1804"></span>Those who want to find out more about how this amazing man delivers his product presentations can check out his famous speech delivered to students at Stanford. </p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/UF8uR6Z6KLc&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/UF8uR6Z6KLc&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>The way he presents is very simple, using minimum text, almost NO bullet points, minimal jargon (except where necessary, like the spec sheets) and powerful phrases like &#8220;the world&#8217;s thinnest laptop&#8221; when revealing the Macbook Air.</p>
<p>Here is some information on the methods and techniques that make Steve Job&#8217;s presentation so exciting and charming. He has even been described as being able to project a &#8220;Reality Distortion Field&#8221; during his keynotes, allowing people to get excited over things that, in retrospect, aren&#8217;t that interesting and can even be downright problematic, such as the absence of a CD-rom or USB port in the Macbook Air.</p>
<p>Steve Job&#8217;s make great use of numbers in his keynotes, as it is a simple and powerful way of conveying information to ordinary people. Although he seems to have lost a lot of weight due to a fight with cancer, it appears that if the recent iPad indicated anything, its that he will be around for a while longer to sell us more expensive money-sucking toys.</p>
<p><a href="http://www.slideshare.net/prwalker/the-presentation-secrets-of-steve-jobs-2814996" target="_blank" rel="external nofollow">Presentation Secrets of Steve Jobs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kongtechnology.com/2010/02/25/delivering-great-presentations-like-steve-jobs/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>Forwarding Your Web Mail and Send Mail As function using Gmail</title>
		<link>http://www.kongtechnology.com/2010/02/18/forwarding-your-web-mail-and-send-mail-as-function-using-gmail/</link>
		<comments>http://www.kongtechnology.com/2010/02/18/forwarding-your-web-mail-and-send-mail-as-function-using-gmail/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 03:56:26 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[forwarding mail]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[send mail as]]></category>
		<category><![CDATA[webmail]]></category>

		<guid isPermaLink="false">http://www.kongtechnology.com/?p=1694</guid>
		<description><![CDATA[Tired of your company webmail? Hate the webmail interface of Horde, SquirrelMail and RoundCube? Troublesome to check several email accounts everyday? Thanks to mail forwarding, there is a way to manage all your email account under one roof and the best way to do it, is by using your Gmail account. First login to your [...]]]></description>
			<content:encoded><![CDATA[<p>Tired of your company webmail? Hate the webmail interface of <strong>Horde, SquirrelMail and RoundCube</strong>? Troublesome to check several email accounts everyday? Thanks to mail forwarding, there is a way to manage all your email account under one roof and the best way to do it, is by using your Gmail account.</p>
<p>First login to your CPanel webmail, (**Demonstration is based on <strong>CPanel 11</strong>, interface / features in older CPanel version may be variant.)</p>
<p style="text-align: center"><a href="http://www.kongtechnology.com/wp-content/uploads/cpanel-webmail-options.jpg" rel="lightbox[1694]"><img class="size-medium wp-image-1719 aligncenter" src="http://www.kongtechnology.com/wp-content/uploads/cpanel-webmail-options-300x171.jpg" alt="" width="300" height="171" /></a></p>
<p>Click on <strong>Forwarding Options</strong> and you’ll be directed to the page below,<span id="more-1694"></span></p>
<p style="text-align: center"><a href="http://www.kongtechnology.com/wp-content/uploads/cpanel-forwarders.jpg" rel="lightbox[1694]"><img class="size-medium wp-image-1715 aligncenter" src="http://www.kongtechnology.com/wp-content/uploads/cpanel-forwarders-300x190.jpg" alt="" width="300" height="190" /></a></p>
<p>Click on <strong>Add Forwarder</strong>.</p>
<p style="text-align: center"><a href="http://www.kongtechnology.com/wp-content/uploads/cpanel-new-forwarder.jpg" rel="lightbox[1694]"><img class="size-medium wp-image-1717 aligncenter" src="http://www.kongtechnology.com/wp-content/uploads/cpanel-new-forwarder-300x162.jpg" alt="" width="300" height="162" /></a></p>
<p>Then type in the email address that you wish to receive the emails and press <strong>Add Forwarder</strong>. When it’s successful, <strong>successful message</strong> will appear like this,</p>
<p style="text-align: center"><a href="http://www.kongtechnology.com/wp-content/uploads/cpanel-new-forwarder-added.jpg" rel="lightbox[1694]"><img class="size-medium wp-image-1718 aligncenter" src="http://www.kongtechnology.com/wp-content/uploads/cpanel-new-forwarder-added-300x109.jpg" alt="" width="300" height="109" /></a></p>
<p>And you’re done!</p>
<p>Now, let’s test it!</p>
<p style="text-align: center"><a href="http://www.kongtechnology.com/wp-content/uploads/gmail-testing.jpg" rel="lightbox[1694]"><img class="size-medium wp-image-1732 aligncenter" src="http://www.kongtechnology.com/wp-content/uploads/gmail-testing-300x133.jpg" alt="" width="300" height="133" /></a></p>
<p>Using any email client, I’ll send an email to kitkat@kongtechnology.com .</p>
<p>And both of my domain email and Gmail <strong>received the same email</strong> I sent.  :)</p>
<p style="text-align: center"><a href="http://www.kongtechnology.com/wp-content/uploads/cpanel-inbox.jpg" rel="lightbox[1694]"><img class="size-medium wp-image-1716 aligncenter" src="http://www.kongtechnology.com/wp-content/uploads/cpanel-inbox-300x50.jpg" alt="" width="300" height="50" /></a></p>
<p style="text-align: center"><a href="http://www.kongtechnology.com/wp-content/uploads/gmail-inbox-received.jpg" rel="lightbox[1694]"><img class="size-medium wp-image-1729 aligncenter" src="http://www.kongtechnology.com/wp-content/uploads/gmail-inbox-received-300x75.jpg" alt="" width="300" height="75" /></a></p>
<h2>Send Mail As</h2>
<p>If you wish to do more than receiving emails, you can also set your email client to send mail using the emails address you wished, by <strong>importing your email address</strong> into your Gmail account. (Demonstration is based on Gmail, procedure of <strong>other email clients may be variant</strong>.)</p>
<p>First login to your Gmail account,</p>
<p style="text-align: center"><a href="http://www.kongtechnology.com/wp-content/uploads/gmail-inbox-setting.jpg" rel="lightbox[1694]"><img class="alignnone size-medium wp-image-1730" src="http://www.kongtechnology.com/wp-content/uploads/gmail-inbox-setting-300x67.jpg" alt="" width="300" height="67" /></a></p>
<p>Click on <strong>Settings</strong> and you’ll be directed to the settings page.</p>
<p style="text-align: center"><a href="http://www.kongtechnology.com/wp-content/uploads/gmail-add-sending-email.jpg" rel="lightbox[1694]"><img class="size-medium wp-image-1720 aligncenter" src="http://www.kongtechnology.com/wp-content/uploads/gmail-add-sending-email-300x163.jpg" alt="" width="300" height="163" /></a></p>
<p>Click on <strong>Accounts and Import tab</strong> and press “<strong>Send mail from another address</strong>” to add the email address you desired.</p>
<p style="text-align: center"><a href="http://www.kongtechnology.com/wp-content/uploads/gmail-add-sending-email-add-1.jpg" rel="lightbox[1694]"><img class="size-medium wp-image-1721 aligncenter" src="http://www.kongtechnology.com/wp-content/uploads/gmail-add-sending-email-add-1-300x152.jpg" alt="" width="300" height="152" /></a></p>
<p>Next, is to enter the name you wished to display when sending an email and the email address you wished to use. Press “next step” after you’re done entering.</p>
<p style="text-align: center"><a href="http://www.kongtechnology.com/wp-content/uploads/gmail-add-sending-email-add-2.jpg" rel="lightbox[1694]"><img class="size-medium wp-image-1722 aligncenter" src="http://www.kongtechnology.com/wp-content/uploads/gmail-add-sending-email-add-2-300x155.jpg" alt="" width="300" height="155" /></a></p>
<p>Next, choose “<strong>Send through Gmail</strong>” for easier setup and head on to the next step.</p>
<p style="text-align: center"><a href="http://www.kongtechnology.com/wp-content/uploads/gmail-add-sending-email-add-3.jpg" rel="lightbox[1694]"><img class="size-medium wp-image-1723 aligncenter" src="http://www.kongtechnology.com/wp-content/uploads/gmail-add-sending-email-add-3-299x136.jpg" alt="" width="299" height="136" /></a></p>
<p>Click on “<strong>Send Verification</strong>” and you’re almost there.</p>
<p style="text-align: center"><a href="http://www.kongtechnology.com/wp-content/uploads/gmail-add-sending-email-add-4.jpg" rel="lightbox[1694]"><img class="size-medium wp-image-1724 aligncenter" src="http://www.kongtechnology.com/wp-content/uploads/gmail-add-sending-email-add-4-300x155.jpg" alt="" width="300" height="155" /></a></p>
<p>Once your email address is added, a confirmation email will be sent to your domain email. Sometimes, confirmation email might get a little slow. If you did not receive the confirmation email immediately, you might need to late about 15 minutes or up to an hour! Ouch!</p>
<p>Now, it’s time check your webmail inbox.</p>
<p style="text-align: center"><a href="http://www.kongtechnology.com/wp-content/uploads/gmail-confirmation-email-content.jpg" rel="lightbox[1694]"><img class="size-medium wp-image-1727 aligncenter" src="http://www.kongtechnology.com/wp-content/uploads/gmail-confirmation-email-content-300x150.jpg" alt="" width="300" height="150" /></a></p>
<p>You can either click on the link above to confirm. If the link is broken, you might need to use the <strong>confirmation code</strong> for confirmation according to the steps provided by Gmail.</p>
<p style="text-align: center"><a href="http://www.kongtechnology.com/wp-content/uploads/gmail-choosing-email-address.jpg" rel="lightbox[1694]"><img class="size-medium wp-image-1725 aligncenter" src="http://www.kongtechnology.com/wp-content/uploads/gmail-choosing-email-address-300x84.jpg" alt="" width="300" height="84" /></a></p>
<p>Now, you can forget about your lousy webmail and shift to Gmail permanently.  :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kongtechnology.com/2010/02/18/forwarding-your-web-mail-and-send-mail-as-function-using-gmail/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
	</channel>
</rss>
