<?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>RyuKent on Technology and Life &#187; Software</title>
	<atom:link href="http://www.ryukent.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ryukent.com</link>
	<description>Why? Why not?</description>
	<lastBuildDate>Sat, 21 Jan 2012 13:12:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Transferring a WordPress site from one host to another</title>
		<link>http://www.ryukent.com/2012/01/transferring-a-wordpress-site-from-one-host-to-another/</link>
		<comments>http://www.ryukent.com/2012/01/transferring-a-wordpress-site-from-one-host-to-another/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 14:45:30 +0000</pubDate>
		<dc:creator>Ryu Kent</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.ryukent.com/?p=270</guid>
		<description><![CDATA[Transferring my WordPress site from one host to another was easy. Finally I got annoyed with the poor performance of my previous host and decided it was time for a change. This also gave me the opportunity to switch from a .co.uk domain to a .com which I&#8217;ve been meaning to do for a while. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="border-style: initial; border-color: initial;" title="Wordpress" src="http://cdn1.1stwebdesigner.com/wp-content/uploads/2010/04/wordpress-roundups.jpg" alt="" width="330" height="167" />Transferring my WordPress site from one host to another was easy. Finally I got annoyed with the poor performance of my previous host and decided it was time for a change. This also gave me the opportunity to switch from a .co.uk domain to a .com which I&#8217;ve been meaning to do for a while.</p>
<p>The following steps should help you easily move hosting companies. Note that I&#8217;ve changed the address as well. If you want to keep the same address, you need to ship the site address steps and also remember to update the DNS settings for your domain, which will depend on who you&#8217;ve registered your domain with.</p>
<p><strong>Step 1 &#8211; Backup</strong></p>
<p>Backup!!! You should be backing up regularly anyway. Remember, for WordPress sites, there are two types of backup that you need to do. Database and content files! You can easily backup your database by using a plugin called WordPress Database Backup. This will allow you to download the file, and set up weekly email backups. The database stores all your posts and settings but not images and files. The images and files need to be downloaded separately. Use an FTP client (like <a href="http://filezilla-project.org/download.php?type=client">filezilla</a>) to connect to your website server (or similar web based software provided by your host. Download everything in the &#8220;wp-content\&#8221; directory. While you are there, you should also download &#8220;wp-config.php&#8221; from the root directory of your website as this will store all your settings.</p>
<p><strong>Step 2 &#8211; Set up WordPress on your new host</strong></p>
<p>Once you have purchased your new hosting package, together with any domain you might want, you need to install WordPress on that system. This can be done in a number of ways, but the easiest it to just purchase a WordPress hosting package that has it set up automatically. Otherwise, you will need to follow the guide on WordPress.com but as you already have a WordPress site, I&#8217;m going to assume you already have done this before. Once the new hosting package is up and running, you&#8217;ll need to create a mySQL database as well to host the database. Your host company should be able to help you with this.</p>
<p><strong>Step 3 &#8211; Customise your config file</strong></p>
<p>Open the wp-config.php that you downloaded, set DB_NAME to the name of your new database. Set the username and password to the new username and password for this new database. Save the file and upload it over the top of the existing file on your new server. Note that you may want to save a copy of the existing file in case it has any predefined settings (like the database name) that you want to keep.</p>
<p><strong>Step 4 &#8211; Change references in your database</strong></p>
<p>The backed up database that you downloaded will be saved as an SQL text file (and maybe compressed needing you to decompress it first). Open it in a text editor (not notepad which can&#8217;t handle the new lines &#8211; use wordpad instead) and if you have changed your domain, use search and replace to replace all references to your old domain with your new one. Save the file. Now open PHPmyAdmin on your new server, open your newly created database and import the newly updated database SQL file. This should set up your database.</p>
<p><strong>Step 5 &#8211; Restoring your images and plugins</strong></p>
<p>Images, plugins and themes etc. will need to be restored too. You downloaded them from your old server in the wp-content directory. Now you need up upload them to your new server.</p>
<p><strong>Step 6 &#8211; Log back into your new site</strong></p>
<p>Your site should now be up and running on your new domain. If you updated config file properly and it can find the database which you correctly uploaded your SQL file to, all should be running smoothly. Your username and password for the site should be the same as before because they are stored in the database. You can now check the plugins are working properly and sit back with a cold beer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryukent.com/2012/01/transferring-a-wordpress-site-from-one-host-to-another/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Edimax EW-7612PIn Windows 7 Drivers</title>
		<link>http://www.ryukent.com/2010/11/edimax-ew-7612pin-windows-7-drivers/</link>
		<comments>http://www.ryukent.com/2010/11/edimax-ew-7612pin-windows-7-drivers/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 13:54:46 +0000</pubDate>
		<dc:creator>Ryu Kent</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Driver]]></category>
		<category><![CDATA[Edimax]]></category>
		<category><![CDATA[EW-7612PIn]]></category>
		<category><![CDATA[RTL8192SE]]></category>

		<guid isPermaLink="false">http://www.ryukent.com/?p=230</guid>
		<description><![CDATA[The most recent drivers for the Edimax EW-7612PIn wireless network card can actually be found on the RealTek website. The Edimax website is not very reliable and the links seem to be broken or to the wrong files. The card uses the RealTek chipset so might as well get the driver direct from RealTek as [...]]]></description>
			<content:encoded><![CDATA[<p>The most recent drivers for the Edimax EW-7612PIn wireless network card can actually be found on the RealTek website. The Edimax website is not very reliable and the links seem to be broken or to the wrong files. The card uses the RealTek chipset so might as well get the driver direct from RealTek as it will normally be more up to date than the one from Edimax.</p>
<p>Go to <a href="http://www.realtek.com/">http://www.realtek.com</a> and search for:</p>
<p><a name="RTL8192SE">RTL8192SE</a></p>
<p>Scroll down to the software link and then it will give you a list of different drivers. Avoid the one at the top as this is for SU. You want the SE one.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryukent.com/2010/11/edimax-ew-7612pin-windows-7-drivers/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Changing Chrome magnet link association in Ubuntu</title>
		<link>http://www.ryukent.com/2010/10/changing-chrome-magnet-link-association-in-ubuntu/</link>
		<comments>http://www.ryukent.com/2010/10/changing-chrome-magnet-link-association-in-ubuntu/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 12:49:27 +0000</pubDate>
		<dc:creator>Ryu Kent</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[association]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[chromium]]></category>
		<category><![CDATA[magnet]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ryukent.com/?p=219</guid>
		<description><![CDATA[Setting the default program that Chrome / Chromium uses to open links in Ubuntu is easy. One thing that really annoyed me recently was that magnet links would default to Transmission instead of Vuze. I&#8217;ve since decided that I actually prefer Transmission now that it has DHT, but here&#8217;s how to adjust the association: At [...]]]></description>
			<content:encoded><![CDATA[<p>Setting the default program that Chrome / Chromium uses to open links in Ubuntu is easy. One thing that really annoyed me recently was that magnet links would default to Transmission instead of Vuze. I&#8217;ve since decided that I actually prefer Transmission now that it has DHT, but here&#8217;s how to adjust the association:</p>
<p>At the terminal run:</p>
<pre>gconf-editor</pre>
<p>This will open up the gnome configuration editor.  The magnet url handler can be found at: /desktop/gnome/url-handlers/magnet.</p>
<p>Then set the &#8216;command&#8217; string to launch the application you want. For example, the transmission command line would be:</p>
<pre>transmission "%s"</pre>
<p>The %s simply appends the link after launching transmission. You can change transmission to azureus if you want Vuze to run instead, or any bittorrent client of your choice.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryukent.com/2010/10/changing-chrome-magnet-link-association-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 8 compromised in 2 minutes</title>
		<link>http://www.ryukent.com/2010/03/internet-explorer-8-compromised-in-2-minutes/</link>
		<comments>http://www.ryukent.com/2010/03/internet-explorer-8-compromised-in-2-minutes/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 09:19:06 +0000</pubDate>
		<dc:creator>Ryu Kent</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[decurity]]></category>
		<category><![CDATA[ie8]]></category>

		<guid isPermaLink="false">http://www.ryukent.com/?p=184</guid>
		<description><![CDATA[Following the last post about security problems, today we hear that at the hacker contest Pwn2Own Microsoft Internet Explorer 8 running on Windows 7 was compromised in less than 2 minutes. The setup runs DEP and ASLR which are anti malware defences designed to protect memory by restricting buffer overflow and randomly assigning memory addresses [...]]]></description>
			<content:encoded><![CDATA[<p>Following the last post about security problems, today we <a href="http://www.computerworld.com/s/article/9174101/Hacker_busts_IE8_on_Windows_7_in_2_minutes">hear</a> that at the hacker contest Pwn2Own Microsoft Internet Explorer 8 running on Windows 7 was compromised in less than 2 minutes. The setup runs DEP and ASLR which are anti malware defences designed to protect memory by restricting buffer overflow and randomly assigning memory addresses to make life hard for hackers.</p>
<p>Obviously all that hard work Microsoft put in to protect us ultimately provides very little real protection. Yet another example of how easy it is to run malicious code on our machines. The worry is that when we&#8217;re told we are running protected software that we believe this to be true and don&#8217;t take the basic precautions that are essential these days. Avoid going to dodgy websites where possible. Don&#8217;t download from untrusted sources. Always operate behind some kind of firewall. Don&#8217;t trust emails just because they come from addresses you know. I&#8217;d go so far as to say that we should only engage in online banking from a separate setup than we usually use for everyday browsing (i.e. chrome on Linux instead of our usual Firefox on Win7) though this is clearly not convenient for most.</p>
<p>And&#8230; don&#8217;t forget that <a href="http://digg.com/security/Security_Pros_See_iPhone_as_Worst_Workplace_Risk">iPhones aren&#8217;t safe</a> either!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryukent.com/2010/03/internet-explorer-8-compromised-in-2-minutes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Patched, Now Safe</title>
		<link>http://www.ryukent.com/2010/03/firefox-patched-now-safe/</link>
		<comments>http://www.ryukent.com/2010/03/firefox-patched-now-safe/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 09:34:46 +0000</pubDate>
		<dc:creator>Ryu Kent</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[3.6.2]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[malware]]></category>

		<guid isPermaLink="false">http://www.ryukent.com/?p=181</guid>
		<description><![CDATA[After the German government issued a warning that there was an immediate threat to the use of Firefox 3.6 allowing poisoned sites to compromise users&#8217; machines, Mozilla have issued an emergency update to correct the problem. This comes as yet another example of how bugs in the browser put users at risk. Increasingly viruses and malware are [...]]]></description>
			<content:encoded><![CDATA[<p>After the <a href="http://blogs.zdnet.com/hardware/?p=7756">German government</a> issued a warning that there was an immediate threat to the use of Firefox 3.6 allowing poisoned sites to compromise users&#8217; machines, Mozilla have issued an emergency update to correct the problem. This comes as yet another example of how bugs in the browser put users at risk. Increasingly viruses and malware are being spread not by downloading infected software, but simply by visiting websites.</p>
<p>The question then must become, should we switch browsers if we consider this a problem. Of course it&#8217;s a problem but with users hopping backwards and forwards, do they really gain more protection and is it likely to cause more confusion ultimately leading to lack of security? In the long run it will be the browsers that successfully issue patches quickly and can be relied upon. If you&#8217;re going to stick with one, you want the software that will be updated automatically and you won&#8217;t have to switch from. By issuing a quick fix, Mozilla are no doubt proving they are tackling the issues head on.</p>
<p>The update was <a href="http://techie-buzz.com/browsers/firefox-3-6-2-released-fixes-security-vulnerability.html">originally planned</a> for the end of the month but considering the danger and bad press generated by such an official organisation in Germany urging users not to use the software, the patch was rushed through.</p>
<p>To make sure you have the most recent version, within Firefox, click on &#8216;Help&#8217;, then &#8216;Check for updates&#8217;. As of today, you should be running 3.6.2. This can be checked by selecting &#8216;Help&#8217;, then &#8216;About&#8217;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryukent.com/2010/03/firefox-patched-now-safe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delicious extension for Google Chrome</title>
		<link>http://www.ryukent.com/2010/02/delicious-extension-for-google-chrome/</link>
		<comments>http://www.ryukent.com/2010/02/delicious-extension-for-google-chrome/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 09:16:24 +0000</pubDate>
		<dc:creator>Ryu Kent</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Delicious]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.ryukent.com/?p=169</guid>
		<description><![CDATA[Despite the fact that there is an official Delicious extension for Google Chrome in the pipeline and available in Alpha here, I am still looking for a decent plugin that actually works. Recently I&#8217;ve tried a number and it seems they are all missing the ability to search through your existing bookmarks easily, like you [...]]]></description>
			<content:encoded><![CDATA[<p>Despite the fact that there is an official Delicious extension for Google Chrome in the pipeline and available in Alpha <a href="http://groups.google.com/group/chrome-delicious">here</a>, I am still looking for a decent plugin that actually works.</p>
<p>Recently I&#8217;ve tried a number and it seems they are all missing the ability to search through your existing bookmarks easily, like you can do in Firefox with the official plug in there. Some of the worse ones don&#8217;t even allow you to use keyboard shortcuts to bookmark. This is a real turn off for me as I hate having to use time consuming mouse movements which slow me down and are fiddly on a track pad.</p>
<p>At the moment, <a href="https://chrome.google.com/extensions/detail/anlkjppofaicbdanhhpbbogknfodfhfm">Chromium Delicious Plugin</a> seems to be the best option. It allows quick bookmarking with CTRL+M and is very lightweight. For searching through your bookmarks, it&#8217;s possible to use Chrome itself.</p>
<p>Right click on the address bar, then select &#8220;Edit search engines&#8221;. Click on add and use this following string as the URL</p>
<p>http://delicious.com/search?p=%s&#038;chk=&#038;fr=del_icio_us&#038;lc=1&#038;atags=&#038;rtags=&#038;context=userposts|@@@@|</p>
<p>Note that the @@@@ will need to be replaced by your username. Call the entry Delicious and use the keyword &#8220;d&#8221;. This way if you want to search through your bookmarks, just hit CTRL+L then type &#8220;D ?????&#8221; where ????? is your search string. This is quite a nice integrated approach.</p>
<p>Lets hope there&#8217;s a decent official one coming out soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryukent.com/2010/02/delicious-extension-for-google-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chrome Extensions &#8211; Furigana Injector</title>
		<link>http://www.ryukent.com/2010/01/chrome-extensions-furigana-injector/</link>
		<comments>http://www.ryukent.com/2010/01/chrome-extensions-furigana-injector/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 09:30:18 +0000</pubDate>
		<dc:creator>Ryu Kent</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Japanese]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[furigana injector]]></category>
		<category><![CDATA[googe chrome]]></category>

		<guid isPermaLink="false">http://www.ryukent.com/?p=166</guid>
		<description><![CDATA[I&#8217;m currently loving the new Google Chrome extensions. Today I&#8217;d particularly like to plug Furigana Injector. This great little plugin adds furigana to kanji on websites. It can be downloaded within Chrome at this address. With an increasing number of top quality extensions now available, the battle between Firefox is going to get interesting. With [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently loving the new Google Chrome extensions. Today I&#8217;d particularly like to plug Furigana Injector. This great little plugin adds furigana to kanji on websites.</p>
<p><a href="http://www.ryukent.com/wp-content/uploads/2010/01/furigana.png"><img class="aligncenter size-medium wp-image-167" title="furigana" src="http://www.ryukent.com/wp-content/uploads/2010/01/furigana-300x60.png" alt="" width="300" height="60" /></a>It can be downloaded within Chrome at <a href="https://chrome.google.com/extensions/detail/cbahnmcliajmanjkaolemjelphicnein">this address</a>. With an increasing number of top quality extensions now available, the battle between Firefox is going to get interesting. With Chrome&#8217;s superior speed and seemingly faster development we will see people switching left right and centre.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryukent.com/2010/01/chrome-extensions-furigana-injector/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu v MacOS</title>
		<link>http://www.ryukent.com/2009/07/ubuntu-v-macos/</link>
		<comments>http://www.ryukent.com/2009/07/ubuntu-v-macos/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 20:15:12 +0000</pubDate>
		<dc:creator>Ryu Kent</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[macos]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ryukent.com/?p=137</guid>
		<description><![CDATA[Linux-mag have posted a very interesting article comparing Ubuntu and MacOS. Strongly recommend a read. Link here.]]></description>
			<content:encoded><![CDATA[<p>Linux-mag have posted a very interesting article comparing Ubuntu and MacOS. Strongly recommend a read. <a href="http://www.linux-mag.com/id/7419/1">Link here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryukent.com/2009/07/ubuntu-v-macos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Japanese characters and input in Adobe Air</title>
		<link>http://www.ryukent.com/2009/07/japanese-characters-and-input-in-adobe-air/</link>
		<comments>http://www.ryukent.com/2009/07/japanese-characters-and-input-in-adobe-air/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 18:57:57 +0000</pubDate>
		<dc:creator>Ryu Kent</dc:creator>
				<category><![CDATA[Japanese]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[scim]]></category>
		<category><![CDATA[tweetdeck]]></category>

		<guid isPermaLink="false">http://www.ryukent.com/?p=128</guid>
		<description><![CDATA[So basically, at the moment, until Adobe improve the Air system, it looks like the suggested way of getting east Asian characters to work in Adobe Air is to contact the developer and ask them to implement an international font.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been doing some experiments trying to use Japanese characters in Adobe Air applications. There doesn&#8217;t seem to be much written on this subject so far. I&#8217;ve discovered that it is possible to input in Japanese in both Windows and Linux (using SCIM), but that it is program specific and depends on the fonts that have been selected in the application. Unlike Java which has a system of switching to a different font when a character is not found in the default set, Air will not continue if it cannot render the character in the selected font.</p>
<p>Some applications seem to have implemented a work around by having an international font that can be selected in the settings. TweetDeck is a great example of this. You can turn on the international font and then SCIM works fine. See below:</p>
<p><a href="http://www.ryukent.com/wp-content/uploads/2009/07/tweetdeck.png"><img class="aligncenter size-medium wp-image-129" title="tweetdeck" src="http://www.ryukent.com/wp-content/uploads/2009/07/tweetdeck-269x300.png" alt="tweetdeck" width="269" height="300" /></a></p>
<p>So basically, at the moment, until Adobe improve the Air system, it looks like the suggested way of getting east Asian characters to work in Adobe Air is to contact the developer and ask them to implement an international font. I imaging the prospect of their software also working in China, Japan and Korea would probably be enough for most to do this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryukent.com/2009/07/japanese-characters-and-input-in-adobe-air/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Push notification gMail on iPhone!</title>
		<link>http://www.ryukent.com/2009/07/push-notification-gmail-on-iphone/</link>
		<comments>http://www.ryukent.com/2009/07/push-notification-gmail-on-iphone/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 20:38:20 +0000</pubDate>
		<dc:creator>Ryu Kent</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[push]]></category>

		<guid isPermaLink="false">http://www.ryukent.com/?p=119</guid>
		<description><![CDATA[TechCrunch is reporting that a new application will allow push email notification for gmail on the iPhone. The system apparently uses the IMAP IDLE function and sits in the background allowing the authors server to ping your phone when an email comes. The only drawback is that you have to give away your username and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techcrunch.com/2009/07/07/push-gmail-comes-to-the-iphone-%E2%80%94-through-an-app-if-its-accepted/">TechCrunch</a> is reporting that a new application will allow push email notification for gmail on the iPhone. The system apparently uses the IMAP IDLE function and sits in the background allowing the authors server to ping your phone when an email comes. The only drawback is that you have to give away your username and password to a third company. We are still not sure how secure that will be.</p>
<p>The app, called GPush has been submitted to the appstore for vetting. Who knows whether Apple will agree to it. As push gmail is already available on other phones maybe there is some reason why Apple are allowing Yahoo but not Google. Anyway, it would be welcome for all us gmail users who are willing to risk our passwords and need instant gmail, not being able to wait 15 minutes for the system to dial in. Watch this space. I&#8217;ll keep you updated on when this app is available.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryukent.com/2009/07/push-notification-gmail-on-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

