<?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"
	>

<channel>
	<title>I talk U talk</title>
	<atom:link href="http://blog.izuz.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.izuz.net</link>
	<description>izuz.net for Gtalk, MSN Live Messenger, AIM, Yahoo! Messenger</description>
	<pubDate>Tue, 07 Oct 2008 12:08:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>I Have an IM Agent</title>
		<link>http://blog.izuz.net/2008/10/i-have-an-im-agent/</link>
		<comments>http://blog.izuz.net/2008/10/i-have-an-im-agent/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 10:34:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Developer]]></category>

		<category><![CDATA[IM agent]]></category>

		<category><![CDATA[IM Plugin]]></category>

		<category><![CDATA[Robot]]></category>

		<category><![CDATA[Web IM]]></category>

		<guid isPermaLink="false">http://blog.izuz.net/?p=21</guid>
		<description><![CDATA[In previous post, we introduced izuz.net&#8217;s web IM plugin development. And I developed an IM agent robot plugin. So I have an IM agent robot now!
About a year ago, I wrote a post &#8220;Everyone Has a Robot&#8221; on my blog, saying:
I have a dream that everyone has a robot for him/her on the Internet.
It seems [...]]]></description>
			<content:encoded><![CDATA[<p>In previous post, we introduced <a href="http://blog.izuz.net/2008/10/for-developers-writing-im-plug-ins-for-izuznet-web-ims/">izuz.net&#8217;s web IM plugin development</a>. And I developed an IM agent robot plugin. So I have an IM agent robot now!</p>
<p>About a year ago, I wrote a post &#8220;<a href="http://http://zhourenjian.com/blog/2007/08/16/everyone-has-a-robot/">Everyone Has a Robot</a>&#8221; on my blog, saying:</p>
<blockquote><p>I have a dream that everyone has a robot for him/her on the Internet.</p></blockquote>
<p>It seems that dream is coming to the edge of true. At least everyone would have her/his IM agent robot if s/he would like to use <a href="http://izuz.net/">izuz.net&#8217;s web IM services</a>.</p>
<p>And here was a conversation from my robot with someone. Enjoy the conversation (It seems that my agent robot does not understand &#8220;thanks&#8221;):</p>
<blockquote><p><span style="color: #333399;">[17:6 on Tuesday] java2script.demo@gmail.com : ( talking to you through http://izuz.net/ web IM )<br />
hi</span><br />
(17:6 on Tuesday) me : [Zhou Renjian's robot agent speaking] hello<br />
<span style="color: #333399;">[17:6 on Tuesday] java2script.demo@gmail.com : how r u?</span><br />
(17:6 on Tuesday) me : [Zhou Renjian's robot agent speaking] fine, thanks<br />
<span style="color: #333399;">[17:6 on Tuesday] java2script.demo@gmail.com : r u an agent?</span><br />
(17:6 on Tuesday) me : [Zhou Renjian's robot agent speaking] how about google it<br />
<span style="color: #333399;">[17:6 on Tuesday] java2script.demo@gmail.com : ok</span><br />
(17:6 on Tuesday) me : [Zhou Renjian's robot agent speaking] enjoy your web IMs<br />
<span style="color: #333399;">[17:6 on Tuesday] java2script.demo@gmail.com : thanks</span><br />
(17:6 on Tuesday) me : [Zhou Renjian's robot agent speaking] oops, add zhourenjian to your friend list for further information<br />
<span style="color: #333399;">[17:6 on Tuesday] java2script.demo@gmail.com : ok</span><br />
(17:6 on Tuesday) me : [Zhou Renjian's robot agent speaking] enjoy your web IMs</p></blockquote>
<p>If you want to take a try on this agent robot, paste</p>
<p>javascript:ClazzLoader.loadClass(&#8217;net.izuz.gtalk.DemoRobot&#8217;,function(){net.izuz.gtalk.DemoRobot.main([]);})</p>
<p>to address bar and press &lt;Enter&gt;.</p>
<p>And then login using demo accounts ( java2script.demo for example). And then add yourself to the demo account&#8217;s friend list and talk to yourself. You will get your agent robot&#8217;s response. The agent robot only responses to demo accounts automatically without telling you. Your friends&#8217; messages will always bring up chatting dialogs for you.</p>
<p>Enjoy web IM plugins.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.izuz.net/2008/10/i-have-an-im-agent/feed/</wfw:commentRss>
		</item>
		<item>
		<title>For Developers: Writing IM Plug-ins for izuz.net Web IMs</title>
		<link>http://blog.izuz.net/2008/10/for-developers-writing-im-plug-ins-for-izuznet-web-ims/</link>
		<comments>http://blog.izuz.net/2008/10/for-developers-writing-im-plug-ins-for-izuznet-web-ims/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 17:07:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Developer]]></category>

		<category><![CDATA[API]]></category>

		<category><![CDATA[Export IM Contacts]]></category>

		<category><![CDATA[IM Plugin]]></category>

		<category><![CDATA[Web IM]]></category>

		<guid isPermaLink="false">http://blog.izuz.net/?p=20</guid>
		<description><![CDATA[We are very pleased to annouce our newly IM plugin API for our potential developers.
http://izuz.net/ is providing web IM (instant messenging) services for our users. Currently, the web IM services include web Google Talk (Gtalk), web Windows Live Messenger (MSN), web Yahoo! Messenger (YMsg), AOL Instant Messenger (AIM). More services may be added later.
To illustrate [...]]]></description>
			<content:encoded><![CDATA[<p>We are very pleased to annouce our newly IM plugin API for our potential developers.</p>
<blockquote><p><a href="http://izuz.net/">http://izuz.net/</a> is providing web IM (instant messenging) services for our users. Currently, the web IM services include <a href="http://izuz.net/gtalk/">web Google Talk (Gtalk)</a>, <a href="http://izuz.net/msnlive/">web Windows Live Messenger (MSN)</a>, <a href="http://izuz.net/ymesenger/">web Yahoo! Messenger (YMsg)</a>, <a href="http://izuz.net/aim/">AOL Instant Messenger (AIM)</a>. More services may be added later.</p></blockquote>
<p>To illustrate our web IM plugin API, we will develop a plugin to export all contact emails.</p>
<p>The final plugin codes:</p>
<blockquote><p><span style="color: #000080;">javascript:p=new net.izuz.gtalk.MainWindow.IMPluginAdapter();p.dealRoster=function(w, e){log(e.email);return false;}; net.izuz.gtalk.MainWindow.addIMPlugin(p);</span></p></blockquote>
<p>How to use this web IM plugin</p>
<ol>
<li>Logout your web IM</li>
<li>Copy the above line of codes (in fact, it is a link), and paste it into the browser&#8217;s address bar and press &lt;Enter&gt; to run the JavaScript code</li>
<li>Login your web IM</li>
<li>After all your contacts are listed, there will be a new link anchor generated inside the page named &#8220;Open System Console&#8221;. Click it will bring you a window with all your contacts&#8217; email.<br />
If you can not find the link, copy<br />
<span style="color: #0000ff;">javascript:ClazzLoader.loadClass(&#8217;org.eclipse.swt.widgets.Console&#8217;,function(){$wt.widgets.Console.openConsole();});</span><br />
And paste it into address bar and &lt;Enter&gt; will also bring you a window with all your contacts&#8217; email.</li>
</ol>
<p>IM Plugin Development Details</p>
<p>In fact, the above plugin contains following lines:</p>
<blockquote><p><span style="color: #000080;"> var plugin = new net.izuz.gtalk.MainWindow.IMPluginAdapter ();<br />
plugin.dealRoster = function (mw, evt) {<br />
log (evt.email);<br />
return false;<br />
};<br />
net.izuz.gtalk.MainWindow.addIMPlugin (plugin);</span></p></blockquote>
<p>First, all plugins should be an instance of <span style="color: #000080;">net.izuz.gtalk.MainWindow.IMPluginAdapter</span>. Here is the its Java source (You are not required as a Java expert. But we think giving its source will help you to get a better understanding) :</p>
<blockquote><p><span style="color: #000080;">public static class IMPluginAdapter implements IMPluginable {<br />
public boolean dealLogin(MainWindow mw, DuplicateLoginEvent dle) {<br />
return false;<br />
}<br />
public boolean dealTyping(MainWindow mw, TypingEvent ts) {<br />
return false;<br />
}<br />
public boolean dealMessage(MainWindow mw, MessageEvent ms) {<br />
return false;<br />
}<br />
public boolean dealRoster(MainWindow mw, RosterEvent rs) {<br />
return false;<br />
}<br />
}</span></p></blockquote>
<p>And you can override its methods to fulfill your job. The above plugin overrides its <span style="color: #000080;">dealRoster</span> method, which is about contacts&#8217; information. To override a method using JavaScript is quite an easy job:</p>
<blockquote><p><span style="color: #000080;"> plugin.dealRoster = function (mw, evt) {<br />
log (evt.email);<br />
return false;<br />
};</span></p></blockquote>
<p>In the above codes, we use <span style="color: #000080;">log()</span> method to print email into console window. <span style="color: #000080;">log()</span> method is provided by Java2Script core library. For more information about Java2Script, please visit <a href="http://j2s.sourceforge.net/">http://j2s.sourceforge.net/</a> .</p>
<p>And finally, you add the plugin to our web IM system by <span style="color: #000080;">net.izuz.gtalk.MainWindow.addIMPlugin (plugin); </span>And you can remove it later by <span style="color: #000080;">net.izuz.gtalk.MainWindow.removeIMPlugin(plugin);</span></p>
<p>More about IMPluginAdapter&#8217;s Method</p>
<blockquote><p><span style="color: #000080;">net.izuz.gtalk.MainWindow.IMPluginAdapter.dealLogin(MainWindow, DuplicateLoginEvent)<br />
net.izuz.gtalk.MainWindow.IMPluginAdapter.dealMessage(MainWindow, MessageEvent)<br />
net.izuz.gtalk.MainWindow.IMPluginAdapter.dealRoster(MainWindow, RosterEvent)<br />
net.izuz.gtalk.MainWindow.IMPluginAdapter.dealTyping(MainWindow, TypingEvent)</span></p></blockquote>
<p>These methods all have two parameters. The first parameter is the messenger window itself. You can do anything you want by using this MainWindow object. We will provide more information this instance in later articles.</p>
<p>The second parameter is about data passing back from web IM servers. There are four events. Here are their data structures:</p>
<blockquote><p><span style="color: #000080;">iz.z.event.DuplicateLoginEvent<br />
iz.z.event.DuplicateLoginEvent.beQuiet // always be true, if there is such a event<br />
</span></p>
<p><span style="color: #000080;">iz.z.event.MessageEvent<br />
iz.z.event.MessageEvent.body // message in plain text<br />
iz.z.event.MessageEvent.from // email of sender<br />
iz.z.event.MessageEvent.thread // an ID to mark the chatting session<br />
iz.z.event.MessageEvent.to // email of receiver<br />
</span></p>
<p><span style="color: #000080;">iz.z.event.RosterEvent<br />
iz.z.event.RosterEvent.avatar // user&#8217;s avatar picture hash<br />
iz.z.event.RosterEvent.confirmed // already a registered user or not<br />
iz.z.event.RosterEvent.email<br />
iz.z.event.RosterEvent.id<br />
iz.z.event.RosterEvent.mode // available, away, idle, busy, offline<br />
iz.z.event.RosterEvent.name<br />
iz.z.event.RosterEvent.status // customized status message<br />
</span></p>
<p><span style="color: #000080;">iz.z.event.TypingEvent<br />
iz.z.event.TypingEvent.from // email of sender<br />
iz.z.event.TypingEvent.typing // is typing or not</span></p></blockquote>
<p>So, you already can develop some interesting plug-ins to collect your messages and your contacts information.</p>
<p>We would like to hear your feedback for more APIs.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.izuz.net/2008/10/for-developers-writing-im-plug-ins-for-izuznet-web-ims/feed/</wfw:commentRss>
		</item>
		<item>
		<title>izuz.net Web IM 20080929 Update</title>
		<link>http://blog.izuz.net/2008/09/izuznet-web-im-20080929-update/</link>
		<comments>http://blog.izuz.net/2008/09/izuznet-web-im-20080929-update/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 16:03:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Web IM Updates]]></category>

		<guid isPermaLink="false">http://blog.izuz.net/?p=19</guid>
		<description><![CDATA[We are very pleased to announce our izuz.net&#8217;s web IM 20080929 update:
1. We now support avatar in MSN/Windows Live Messenger and AIM.
2. We fixed bugs on MSN and AIM, so chatting through izuz.net is much stabler than before.
3. Other UI bugs.
We are working out for other improvements of our web IM services. Please let us [...]]]></description>
			<content:encoded><![CDATA[<p>We are very pleased to announce our <a href="http://izuz.net/">izuz.net&#8217;s web IM</a> 20080929 update:</p>
<p>1. We now support avatar in MSN/Windows Live Messenger and AIM.</p>
<p>2. We fixed bugs on MSN and AIM, so chatting through izuz.net is much stabler than before.</p>
<p>3. Other UI bugs.</p>
<p>We are working out for other improvements of our web IM services. Please let us know what your thoughts are.</p>
<p>P.S.</p>
<p>We also added some international description pages for other languages besides English:</p>
<p><a href="http://izuz.net/gtalk/french.html">French</a>, <a href="http://izuz.net/gtalk/german.html">German</a>, <a href="http://izuz.net/gtalk/spanish.html">Spanish</a>, <a href="http://izuz.net/gtalk/porturguese.html">Portuguese</a>, <a href="http://izuz.net/gtalk/greek.html">Greek</a>, <a href="http://izuz.net/gtalk/italian.html">Italian</a>, <a href="http://izuz.net/gtalk/russian.html">Russian</a>, <a href="http://izuz.net/gtalk/arabic.html">Arabic</a>,</p>
<p><a href="http://izuz.net/gtalk/chinese.html">ChineseSimplified</a>, <a href="http://izuz.net/gtalk/chinese-traditional.html">Chinese Traditional</a>, <a href="http://izuz.net/gtalk/korean.html">Korean</a>, <a href="http://izuz.net/gtalk/japanese.html">Japanese</a></p>
<p>The translation is powered by Google Translate.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.izuz.net/2008/09/izuznet-web-im-20080929-update/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Chrome is Supported on izuz.net Web IMs</title>
		<link>http://blog.izuz.net/2008/09/google-chrome-is-supported-on-izuznet-web-ims/</link>
		<comments>http://blog.izuz.net/2008/09/google-chrome-is-supported-on-izuznet-web-ims/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 16:50:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Google Chrome Support]]></category>

		<category><![CDATA[Web IM]]></category>

		<guid isPermaLink="false">http://blog.izuz.net/?p=17</guid>
		<description><![CDATA[Google Chrome was released some days ago and we found that about 3%-5% of our visitors used this new browser for our web IM servies. But those early users may meet crashing with izuz.net&#8217;s web IM services. So we decided to support this hot browser as fast as possible.
After making tons of tests and fixing [...]]]></description>
			<content:encoded><![CDATA[<p>Google Chrome was released some days ago and we found that about 3%-5% of our visitors used this new browser for our <a href="http://izuz.net/">web IM servies</a>. But those early users may meet crashing with izuz.net&#8217;s web IM services. So we decided to support this hot browser as fast as possible.</p>
<p>After making tons of tests and fixing all those nasty bugs of izuz.net web IM services on Google Chrome and other browsers, we just updated our <a href="http://izuz.net/">web IM services</a> to version <strong>20080921</strong>. And Google Chrome is well supported.</p>
<p><a href="http://blog.izuz.net/wp-content/uploads/2008/09/izuz-google-chrome.jpg"><img class="aligncenter size-medium wp-image-18" title="izuz-google-chrome" src="http://blog.izuz.net/wp-content/uploads/2008/09/izuz-google-chrome-300x272.jpg" alt="" width="300" height="272" /></a></p>
<p>And according to the testing result, we strongly recommend all of izuz.net web IM users to install <a href="http://www.google.com/chrome/">Google Chrome</a>. Here are our reasons:</p>
<ul>
<li>It is much faster than any current available browsers.<br />
According to our tests on loading speed, here is our recommendation order:</p>
<ol>
<li>Google Chrome</li>
<li>Firefox 3.0+</li>
<li>Safari 3.1+</li>
<li>Internet Explorer 7.0+</li>
<li>Opera 9.25+</li>
<li>Firefox 2.0.*</li>
<li>Internet Explorer 6.0</li>
</ol>
</li>
<li>It is much easier to load the web IM pages into a standalone window.</li>
<li>You can create izuz.net&#8217;s web IM &#8220;application shortcuts&#8221; on your desktop, and load it from your desktop.</li>
</ul>
<p>Hope to hear feedback from our Google Chrome users.</p>
<p>BTW: Here is our web IM services list:</p>
<ul>
<li><a href="http://izuz.net/" target="_blank">http://izuz.net/</a> (Primary server for all Gtalk, MSN, YMsg, AIM IMs)</li>
<li><a href="http://uziz.net/" target="_blank">http://uziz.net/</a> (Secondary server for all Gtalk, MSN, YMsg, AIM IMs)</li>
<li> <a href="http://izuz.net/gtalk/" target="_blank">http://izuz.net/gtalk/</a> (Gtalk service on primary sever)</li>
<li> <a href="http://demo.java2script.org/gtalk/" target="_blank">http://demo.java2script.org/gtalk/</a> (Google Talk demo)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.izuz.net/2008/09/google-chrome-is-supported-on-izuznet-web-ims/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Web IM Server: uziz.net (in Beta Test)</title>
		<link>http://blog.izuz.net/2008/08/new-web-im-server-uziznet-in-beta-test/</link>
		<comments>http://blog.izuz.net/2008/08/new-web-im-server-uziznet-in-beta-test/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 03:11:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Web IM]]></category>

		<guid isPermaLink="false">http://blog.izuz.net/?p=14</guid>
		<description><![CDATA[We are very pleased to invite our active web IM users to take a beta test of our new web IM service server: http://uziz.net/

http://uziz.net/ provides users with the same web IM services as http://izuz.net, like Google Talk, Windows Live Messenger and others. uziz.net is hosted on a different server to provide users with more choices [...]]]></description>
			<content:encoded><![CDATA[<p>We are very pleased to invite our active web IM users to take a beta test of our new web IM service server: <a href="http://uziz.net/" target="_blank">http://uziz.net/</a></p>
<p><a href='http://java2script.org/blog/wp-content/uploads/java2script-desktop.png'><img src="http://java2script.org/blog/wp-content/uploads/java2script-desktop-small.png" alt="Click to view screen shot in full mode" title="java2script-desktop" width="480" height="373" /></a></p>
<p><a href="http://uziz.net/" target="_blank">http://uziz.net/</a> provides users with the same web IM services as <a href="http://izuz.net/" target="_blank">http://izuz.net</a>, like Google Talk, Windows Live Messenger and others. <a href="http://uziz.net/" target="_blank">uziz.net</a> is hosted on a different server to provide users with more choices on accessibility.</p>
<p>Attention: This <a href="http://uziz.net/" target="_blank">uziz.net</a> service is on beta test, so there is no guarantee on service quality. Services may be interrupted for server adjustment.</p>
<p>Hope to hear your feedbacks ( <a href="../bug-report/" target="_blank">http://blog.izuz.net/bug-report/</a> ).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.izuz.net/2008/08/new-web-im-server-uziznet-in-beta-test/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Enabling RSA Login Encryption</title>
		<link>http://blog.izuz.net/2008/08/enabling-rsa-login-encryption/</link>
		<comments>http://blog.izuz.net/2008/08/enabling-rsa-login-encryption/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 12:46:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Password Protection]]></category>

		<category><![CDATA[RSA]]></category>

		<category><![CDATA[Web IM]]></category>

		<guid isPermaLink="false">http://blog.izuz.net/?p=12</guid>
		<description><![CDATA[For your security concern about your IM account, http://izuz.net web IM now encrypts your password using RSA (512bit) algorithm before sending out your login request.
RSA is the well-known encryption for public/private key algorithm, commonly used in certificates. And HTTPS protocol is an HTTP protocol using SSL channel, which is based on RSA. Once upon a [...]]]></description>
			<content:encoded><![CDATA[<p>For your security concern about your IM account, <a href="http://izuz.net/">http://izuz.net</a> web IM now encrypts your password using <a href="http://en.wikipedia.org/wiki/RSA">RSA</a> (512bit) algorithm before sending out your login request.</p>
<p><a href="http://en.wikipedia.org/wiki/RSA">RSA</a> is the well-known encryption for public/private key algorithm, commonly used in certificates. And HTTPS protocol is an HTTP protocol using SSL channel, which is based on RSA. Once upon a time, we recommended you to use <a href="https://izuz.net/gtalk/">https://izuz.net/gtalk/</a> for safer communication. As using HTTP protocol, all requests are not encrypted and there are chances (even though the chance is little) that someone may sniff your login request package and parse out your login account and password. Using HTTPS protocol, RSA encrypted package won&#8217;t be decrypted. So even someone may sniff your request package but will never parse out your password. So HTTPS communication is considered a safer way for web IM. But HTTPS is much slower than HTTP, as encrypting and decrypting package require more CPU times for both server and browser.</p>
<p>And now, izuz.net web IM supports password RSA encryption. It means that you do not need HTTPS protocol any more. Your password is already encrypted in HTTP protocol, so your password won&#8217;t be leaked. So if you only concern about login security problem, you can switch back to <a href="http://izuz.net/gtalk/">http://izuz.net/gtalk/</a> as it will be faster in both loading and chatting.</p>
<p>Enabling RSA encryption may cause your extra 0.1s-1s in each login, but it is important that you get a much safer web IM experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.izuz.net/2008/08/enabling-rsa-login-encryption/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Alpha of izuz Web IM services</title>
		<link>http://blog.izuz.net/2008/07/alpha-of-izuz-web-im-services/</link>
		<comments>http://blog.izuz.net/2008/07/alpha-of-izuz-web-im-services/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 18:45:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Web IM]]></category>

		<guid isPermaLink="false">http://blog.izuz.net/?p=11</guid>
		<description><![CDATA[For a quick update:
izuz.net now release its long awaited Web IM services: http://izuz.net/ (Alpha now). It supports multiple protocols (Google Talk, MSN, Yahoo! Messenger, AIM) and multiple logins for each IM service. It fixed lots of known bugs of izuz&#8217;s previous web IM services.
Please give it a trial and tell us what you thought.
]]></description>
			<content:encoded><![CDATA[<p>For a quick update:</p>
<p><a href="http://izuz.net/">izuz.net</a> now release its long awaited Web IM services: <a href="http://izuz.net/">http://izuz.net/</a> (Alpha now). It supports multiple protocols (Google Talk, MSN, Yahoo! Messenger, AIM) and multiple logins for each IM service. It fixed lots of known bugs of izuz&#8217;s previous web IM services.</p>
<p>Please give it a trial and tell us what you thought.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.izuz.net/2008/07/alpha-of-izuz-web-im-services/feed/</wfw:commentRss>
		</item>
		<item>
		<title>izuz.net Met Lots of Downtime</title>
		<link>http://blog.izuz.net/2008/06/izuznet-met-lots-of-downtime/</link>
		<comments>http://blog.izuz.net/2008/06/izuznet-met-lots-of-downtime/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 13:29:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.izuz.net/?p=10</guid>
		<description><![CDATA[These days, izuz.net server was down frequently. We are working to fix the problem. We are sorry for the inconveniences.
If you find our web gtalk, msn live, yahoo!, aim servics are down, please take a try later.
]]></description>
			<content:encoded><![CDATA[<p>These days, izuz.net server was down frequently. We are working to fix the problem. We are sorry for the inconveniences.</p>
<p>If you find our web gtalk, msn live, yahoo!, aim servics are down, please take a try later.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.izuz.net/2008/06/izuznet-met-lots-of-downtime/feed/</wfw:commentRss>
		</item>
		<item>
		<title>izuz.net Web Yahoo! Messenger Available</title>
		<link>http://blog.izuz.net/2008/05/izuznet-web-yahoo-messenger-available/</link>
		<comments>http://blog.izuz.net/2008/05/izuznet-web-yahoo-messenger-available/#comments</comments>
		<pubDate>Sat, 10 May 2008 08:35:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Y! Messenger]]></category>

		<category><![CDATA[Yhaoo! Messenger]]></category>

		<guid isPermaLink="false">http://blog.izuz.net/?p=9</guid>
		<description><![CDATA[We are pleased to announce that izuz.net is now providing web Yahoo! Messenger service for our visitor.
Yahoo! Messenger is a popular advertisement-supported instant messaging client and associated protocol provided by Yahoo!. Yahoo! Messenger is provided free of charge and can be downloaded and used with a generic &#8220;Yahoo! ID&#8221; which also allows access to other [...]]]></description>
			<content:encoded><![CDATA[<p>We are pleased to announce that izuz.net is now providing <a href="http://izuz.net/ymessenger/">web Yahoo! Messenger service</a> for our visitor.</p>
<blockquote><p><a href="http://messenger.yahoo.com/"><strong>Yahoo! Messenger</strong></a> is a popular <a class="mw-redirect" title="Advertisement" href="http://en.wikipedia.org/wiki/Advertisement">advertisement</a>-supported <a class="mw-redirect" title="Instant messaging" href="http://en.wikipedia.org/wiki/Instant_messaging">instant messaging</a> <a title="Client (computing)" href="http://en.wikipedia.org/wiki/Client_%28computing%29">client</a> and <a class="mw-redirect" title="YMSG" href="http://en.wikipedia.org/wiki/YMSG">associated protocol</a> provided by <a title="Yahoo!" href="http://en.wikipedia.org/wiki/Yahoo%21">Yahoo!</a>. Yahoo! Messenger is provided free of charge and can be downloaded and used with a generic &#8220;Yahoo! ID&#8221; which also allows access to other Yahoo! services, such as <a title="Yahoo! Mail" href="http://en.wikipedia.org/wiki/Yahoo%21_Mail">Yahoo! Mail</a>, where users can be automatically notified when they receive new email. Yahoo! also offers PC-PC, PC-Phone and Phone-to-PC service, file transfers, webcam hosting, text messaging service, and chat rooms in various categories.</p>
<p>Yahoo! Messenger was originally launched under the name Yahoo! Pager on 1998-03-09.</p></blockquote>
<p>Currently, the provided web Y! Messenger is using the same UI of Gtalk desktop client. The native Yahoo! Messenger UI is under plan, and it may come out some days later. And avatar is not supported yet. Please let us know your opinions.</p>
<p>If you would like other IM services being available by izuz.net, please let us know.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.izuz.net/2008/05/izuznet-web-yahoo-messenger-available/feed/</wfw:commentRss>
		</item>
		<item>
		<title>World Wide Chatting Statistics</title>
		<link>http://blog.izuz.net/2008/05/world-wide-chatting-statistics/</link>
		<comments>http://blog.izuz.net/2008/05/world-wide-chatting-statistics/#comments</comments>
		<pubDate>Fri, 09 May 2008 16:53:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Statistics]]></category>

		<category><![CDATA[IM]]></category>

		<category><![CDATA[Web IM]]></category>

		<guid isPermaLink="false">http://blog.izuz.net/?p=8</guid>
		<description><![CDATA[According to data from RescueTime, Y Combinator gave us a report about how world wide users spend their time (Sources from TechCrunch)
1. 12.44% Outlook
2. 9.55% MS Word
3. 6.60% Gmail
4. 5.42% Excel
5. 4.14% MSN Messenger
6. 3.45% Facebook
7. 2.46% Mail
8. 2.36% Visual Studio
9. 2.26% Thunderbird
10. 2.25% Google
11. 2.18% iTunes
12. 2.17% YouTube
13. 2.07% Google Reader
14. 1.94% PhotoShop
15. 1.90% [...]]]></description>
			<content:encoded><![CDATA[<p>According to data from <a href="http://www.rescuetime.com/">RescueTime</a>, <a href="http://ycombinator.com/">Y Combinator</a> gave us a report about how world wide users spend their time (Sources from <a href="http://www.techcrunch.com/2008/05/08/early-adopters-still-spend-more-time-with-microsoft-than-with-google-facebook-or-skype-but-for-how-long/">TechCrunch</a>)</p>
<blockquote><p>1. 12.44% Outlook<br />
2. 9.55% MS Word<br />
3. 6.60% Gmail<br />
4. 5.42% Excel<br />
5. 4.14% MSN Messenger<br />
6. 3.45% Facebook<br />
7. 2.46% Mail<br />
8. 2.36% Visual Studio<br />
9. 2.26% Thunderbird<br />
10. 2.25% Google<br />
11. 2.18% iTunes<br />
12. 2.17% YouTube<br />
13. 2.07% Google Reader<br />
14. 1.94% PhotoShop<br />
15. 1.90% PowerPoint<br />
16. 1.79% Skype<br />
17. 1.53% Adium<br />
18. 1.21% Notepad<br />
19. 1.21% Wikipedia<br />
20. 1.19%  World of WarCraft</p></blockquote>
<p>We are interesting in chatting statistics:</p>
<blockquote><p>1. 4.14% MSN Messenger<br />
2. 1.79% Skype<br />
3. 1.53% Adium<br />
4. 1.00% Google Talk<br />
5. 0.82% Pidgin<br />
6. 0.52% iChat<br />
7. 0.49% Yahoo Messenger<br />
8. 0.41% AOL Instant Messenger</p></blockquote>
<p>It seems that MSN wins the IM battle by this time.</p>
<p>And by RescueTime&#8217;s data, report said that users spent 44.6% of their time using communication services. Here is the list:</p>
<blockquote><p>1. 44.63% Communication/Chat<br />
2. 24.43% Office<br />
3. 11.49% Media<br />
4. 8.07% Information<br />
5. 6.87% Design + Development<br />
6. 1.48% Games<br />
7. 3.o3% Everything Else</p></blockquote>
<p>Well, online communication or chatting matters a lot to most users.</p>
<p>O, BTW: It seems AIM is less popular than other IM services in chatting battle, so less visitors will use izuz.net&#8217;s newly-provided <a href="http://izuz.net/aim/">web AIM service</a>? OK, izuz.net&#8217;s <a href="http://izuz.net/msnlive/">web MSN Live Messenger</a> should be updated with new features (last update was Aug, 2007), as it is the leading IM services. And izuz.net will also add its own <a href="http://webmessenger.yahoo.com/">web Yahoo! Messenger</a> in coming days.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.izuz.net/2008/05/world-wide-chatting-statistics/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
