<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="2.0" xml:base="http://www.kai-mai.com">
<channel>
 <title>Kai Mai&#039;s Blog - Take Back the Web - Nodes for application</title>
 <link>http://www.kai-mai.com/tags/application</link>
 <description>Nodes containing the tag application</description>
 <language>en</language>
<item>
 <title>Gmail Becomes a Flawed App Platform - Google Adds OAuth to IMAP - Need Access Control By Filters</title>
 <link>http://www.kai-mai.com/node/187</link>
 <description>&lt;p&gt;
I wrote about &lt;a href=&quot;http://www.kai-mai.com/node/167&quot;&gt;Email as a platform&lt;/a&gt; one year ago.  Now Gmail has finally &lt;a href=&quot;http://www.readwriteweb.com/archives/ready_for_gmail_mashups_google_adds_oauth_to_imap.php&quot;&gt;allowed OAuth on IMAP&lt;/a&gt; which means you don&#039;t need to reveal your password to any app that accesses your emails through IMAP on your behalf.
&lt;/p&gt;
&lt;p&gt;
Why would you want an app to access and act your emails? Because your email box is so overflowed.  Here are a couple of uses:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt; get alerts on important emails
&lt;li&gt; have an app scan through your order confirmation emails and keep a history of your purchases(this is &lt;a href=&quot;http://techcrunch.com/2010/04/01/blippy-amazon/&quot;&gt;how Blippy got your Amazon purchase history&lt;/a&gt;.  I know Blippy sounds crazy.  I don&#039;t think it&#039;ll ever succeed in consumer space.  But for business users, there&#039;s a business case for auto-parsing out email order receipts and filling out expense reports.) 
&lt;/ul&gt;
&lt;p class=&quot;awTags_TagLinks&quot;&gt;Tags: &lt;a href=&quot;tags/70&quot;&gt;application&lt;/a&gt; &lt;a href=&quot;tags/177&quot;&gt;platform&lt;/a&gt; &lt;a href=&quot;tags/295&quot;&gt;email&lt;/a&gt; &lt;a href=&quot;tags/299&quot;&gt;gmail&lt;/a&gt; &lt;a href=&quot;tags/393&quot;&gt;oauth&lt;/a&gt; &lt;a href=&quot;tags/394&quot;&gt;imap&lt;/a&gt; &lt;/p&gt;</description>
 <category domain="http://www.technorati.com/tag">application</category>
 <category domain="http://www.technorati.com/tag">platform</category>
 <category domain="http://www.technorati.com/tag">email</category>
 <category domain="http://www.technorati.com/tag">gmail</category>
 <category domain="http://www.technorati.com/tag">oauth</category>
 <category domain="http://www.technorati.com/tag">imap</category>
 <pubDate>Mon, 05 Apr 2010 18:38:54 -0700</pubDate>
</item>
<item>
 <title>The Next Battle Field between Yahoo &amp; Google &amp; Microsoft: Email 2.0</title>
 <link>http://www.kai-mai.com/node/167</link>
 <description>&lt;p&gt;
Yahoo has already been working on &lt;a href=&quot;http://developer.yahoo.com/mail/&quot;&gt;Yahoo Mail Platform&lt;/a&gt; to allow 3rd-party developers to write &lt;a href=&quot;http://gallery.yahoo.com/mail#&quot;&gt;applications&lt;/a&gt; enhance Yahoo Mail experience. 
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://www.xobni.com/&quot;&gt;Xobni&lt;/a&gt; has been enhancing the Outlook experience.  I don&#039;t know what&#039;s the reason of MS not buying Xobni.  But Xobni has everything that Outlook and email services ought to have.
&lt;/p&gt;
&lt;p&gt;
Today, Google rolled out new Gmail Lab features to allow &lt;a href=&quot;http://mashable.com/2009/03/18/gmail-youtube-previews/&quot;&gt;preview of youtube, flickr, picasa, Yelp contents&lt;/a&gt; whenever they detect relevant links in your emails.
&lt;/p&gt;
&lt;p class=&quot;awTags_TagLinks&quot;&gt;Tags: &lt;a href=&quot;tags/70&quot;&gt;application&lt;/a&gt; &lt;a href=&quot;tags/84&quot;&gt;api&lt;/a&gt; &lt;a href=&quot;tags/177&quot;&gt;platform&lt;/a&gt; &lt;a href=&quot;tags/295&quot;&gt;email&lt;/a&gt; &lt;a href=&quot;tags/299&quot;&gt;gmail&lt;/a&gt; &lt;a href=&quot;tags/346&quot;&gt;yahoo_mail&lt;/a&gt; &lt;a href=&quot;tags/347&quot;&gt;xobni&lt;/a&gt; &lt;/p&gt;</description>
 <category domain="http://www.technorati.com/tag">application</category>
 <category domain="http://www.technorati.com/tag">api</category>
 <category domain="http://www.technorati.com/tag">platform</category>
 <category domain="http://www.technorati.com/tag">email</category>
 <category domain="http://www.technorati.com/tag">gmail</category>
 <category domain="http://www.technorati.com/tag">yahoo_mail</category>
 <category domain="http://www.technorati.com/tag">xobni</category>
 <pubDate>Wed, 18 Mar 2009 23:14:24 -0700</pubDate>
</item>
<item>
 <title>Framework, CMS - What Do I Really Want from a Web Application Rapid Development Kit</title>
 <link>http://www.kai-mai.com/node/52</link>
 <description>&lt;p&gt;
Inspired by the blog &lt;a href=&quot;http://www.robertpeake.com/index.php?/archives/125-What-I-Want-From-A-Framework.html&quot;&gt;What I Want From A Framework&lt;/a&gt;, I want to discuss what I want from a web application rapid development kit(WARDK) as a lazy developer.  I am going to use PHP language as an example in my discussion, but the discussion can apply to other languages such as Java, Ruby, and Python.
&lt;/p&gt;
&lt;p&gt;
Here’s what I want:
the most important and common features (every web application that supports multiple users need to have these):
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt; user management(CRUD operations on users, ban users, user group management), pluggable authentication(LDAP, &lt;a href=&quot;http://openid.net/&quot;&gt;OpenID&lt;/a&gt;, integration with other systems) &lt;a href=&quot;http://openid.net/&quot;&gt;OpenID&lt;/a&gt;)
&lt;/ul&gt;
&lt;p class=&quot;awTags_TagLinks&quot;&gt;Tags: &lt;a href=&quot;tags/47&quot;&gt;java&lt;/a&gt; &lt;a href=&quot;tags/65&quot;&gt;php&lt;/a&gt; &lt;a href=&quot;tags/69&quot;&gt;web&lt;/a&gt; &lt;a href=&quot;tags/70&quot;&gt;application&lt;/a&gt; &lt;a href=&quot;tags/71&quot;&gt;framework&lt;/a&gt; &lt;a href=&quot;tags/72&quot;&gt;development&lt;/a&gt; &lt;a href=&quot;tags/73&quot;&gt;ruby&lt;/a&gt; &lt;a href=&quot;tags/74&quot;&gt;python&lt;/a&gt; &lt;/p&gt;</description>
 <category domain="http://www.technorati.com/tag">java</category>
 <category domain="http://www.technorati.com/tag">php</category>
 <category domain="http://www.technorati.com/tag">web</category>
 <category domain="http://www.technorati.com/tag">application</category>
 <category domain="http://www.technorati.com/tag">framework</category>
 <category domain="http://www.technorati.com/tag">development</category>
 <category domain="http://www.technorati.com/tag">ruby</category>
 <category domain="http://www.technorati.com/tag">python</category>
 <pubDate>Wed, 15 Mar 2006 21:10:03 -0800</pubDate>
</item>
</channel>
</rss>

