<?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>UKoom &#187; Ajax</title>
	<atom:link href="http://www.ukoom.com/tag/ajax/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ukoom.com</link>
	<description>Documentum, SharePoint, Alfresco, ECM...</description>
	<lastBuildDate>Thu, 13 May 2010 00:21:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>JQuery ContextMenu plugin</title>
		<link>http://www.ukoom.com/jquery-contextmenu-plugin.htm</link>
		<comments>http://www.ukoom.com/jquery-contextmenu-plugin.htm#comments</comments>
		<pubDate>Wed, 25 Nov 2009 06:15:19 +0000</pubDate>
		<dc:creator>ukoom</dc:creator>
				<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Ajax]]></category>

		<guid isPermaLink="false">http://www.ukoom.com/?p=813</guid>
		<description><![CDATA[ContextMenu is a [...]]]></description>
			<content:encoded><![CDATA[<p><em><strong>ContextMenu</strong> is a lightweight jQuery plugin that lets you selectively override the      browser&#8217;s right-click menu with a custom one of your own.</em></p>
<h2>Features</h2>
<ul>
<li>Use multiple menus on one page</li>
<li>Menus can be bound to multiple elements</li>
<li>Fully stylable</li>
<li>Assign context-sensitive callbacks</li>
</ul>
<p>you can get more information from http://agi.it/extras/CM/cm.html</p>
<p>Thanks.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.ukoom.com/ajax-upload-progress-monitor.htm" title="AJAX Upload progress monitor">AJAX Upload progress monitor</a></li><li><a href="http://www.ukoom.com/auto-complete.htm" title="Auto Complete">Auto Complete</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.ukoom.com/jquery-contextmenu-plugin.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX Upload progress monitor</title>
		<link>http://www.ukoom.com/ajax-upload-progress-monitor.htm</link>
		<comments>http://www.ukoom.com/ajax-upload-progress-monitor.htm#comments</comments>
		<pubDate>Fri, 27 Feb 2009 08:58:00 +0000</pubDate>
		<dc:creator>ukoom</dc:creator>
				<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web MVC]]></category>
		<category><![CDATA[Ajax]]></category>

		<guid isPermaLink="false">http://www.ukoom.com/?p=567</guid>
		<description><![CDATA[ 
 
Reference:
http://www.telio.be/blog/2006/01/06/ajax-upload-progress-monitor-for-commons-fileupload-example/
Related PostsJQuery ContextMenu [...]]]></description>
			<content:encoded><![CDATA[<p> </p>
<p> </p>
<p>Reference:<br />
<span lang="EN-US"><span style="font-size: small; font-family: Times New Roman;">http://www.telio.be/blog/2006/01/06/ajax-upload-progress-monitor-for-commons-fileupload-example/</span></span></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.ukoom.com/jquery-contextmenu-plugin.htm" title="JQuery ContextMenu plugin">JQuery ContextMenu plugin</a></li><li><a href="http://www.ukoom.com/remove-title-and-rating-on-embeded-youtube-videos.htm" title="Remove Title and Rating on Embeded YouTube Videos">Remove Title and Rating on Embeded YouTube Videos</a></li><li><a href="http://www.ukoom.com/cool-effect.htm" title="Cool effect">Cool effect</a></li><li><a href="http://www.ukoom.com/auto-complete.htm" title="Auto Complete">Auto Complete</a></li><li><a href="http://www.ukoom.com/chat-with-website-visitors.htm" title="Chat with website visitors">Chat with website visitors</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.ukoom.com/ajax-upload-progress-monitor.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auto Complete</title>
		<link>http://www.ukoom.com/auto-complete.htm</link>
		<comments>http://www.ukoom.com/auto-complete.htm#comments</comments>
		<pubDate>Wed, 26 Nov 2008 06:39:38 +0000</pubDate>
		<dc:creator>Rexleed</dc:creator>
				<category><![CDATA[Team]]></category>
		<category><![CDATA[Ajax]]></category>

		<guid isPermaLink="false">http://www.ukoom.com/?p=144</guid>
		<description><![CDATA[Problem Summary
The user [...]]]></description>
			<content:encoded><![CDATA[<h2>Problem Summary</h2>
<p>The user needs to enter an item into a text box which could ambiguous or hard to remember and therefore has the potential to be mis-typed.</p>
<h4>EXAMPLE:</h4>
<div id="attachment_145" class="wp-caption alignleft" style="width: 310px"><a href="http://www.ukoom.com/wp-content/uploads/2008/11/pattern_autocomplete.gif"><img class="size-medium wp-image-145" title="pattern_autocomplete" src="http://www.ukoom.com/wp-content/uploads/2008/11/pattern_autocomplete-300x140.gif" alt="pattern_autocomplete" width="300" height="140" /></a><p class="wp-caption-text">pattern_autocomplete</p></div>
<h2>Use When</h2>
<ul>
<li>The suggestions can be pulled from a manageable set of data.</li>
<li>The input item can be entered in multiple ways.</li>
<li>The input item can be matched with a specific data item in the system.</li>
<li>Speed and accuracy of entry is an important goal.</li>
<li>The total number of items would be too large or inconvenient for displaying in a standard drop down box.</li>
</ul>
<p>Auto Complete 有很多种解决方案，这里只是一个很简单、易用的sample, JS代码都封装在下面两个js文件中<br />
actb.js 将字段、comment list和event 绑定起来，响应鼠标、键盘的各种动作<br />
commentEvent.js 一些基本的event相关操作方法，被actb.js里面的一些 function调用</p>
<p>You can find a sample zip file at the end of this article.</p>
<p>第一步 引入两个js文件<br />
&lt;script language=&#8221;JavaScript&#8221; src=&#8221;scripts/actb.js&#8221;type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt;<br />
&lt;script language=&#8221;JavaScript&#8221; src=&#8221;scripts/commonEvent.js&#8221; type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt;</p>
<p>第二步<br />
用actb对象绑定预定义好的complete list 和target field</p>
<p>&lt;script language=&#8221;javascript&#8221; type=&#8221;text/JavaScript&#8221;&gt;<br />
var docbaseArray = new Array(&#8221;cms_wrk&#8221;,&#8221;exdmdv63&#8243;,&#8221;exdmpr63&#8243;);<br />
function initDocbase(){<br />
var docbaseObj = document.getElementById(&#8221;docbase&#8221;);<br />
var docbaseACTB = new actb(docbaseObj,docbaseArray<br />
}<br />
&lt;/script&gt;</p>
<p>第三步<br />
将方法在body中设为onload方法，每次load页面时初始化<br />
&lt;body onload=&#8221;initDocbase()&#8221; &gt;</p>
<p>Reference: http://developer.yahoo.com/ypatterns/pattern.php?pattern=autocomplete</p>
<p>This article is extended from YW&#8217;s study note.</p>
<p><a href="http://www.ukoom.com/wp-content/uploads/2008/11/autocomplete.zip">autocomplete</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.ukoom.com/jquery-contextmenu-plugin.htm" title="JQuery ContextMenu plugin">JQuery ContextMenu plugin</a></li><li><a href="http://www.ukoom.com/ajax-upload-progress-monitor.htm" title="AJAX Upload progress monitor">AJAX Upload progress monitor</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.ukoom.com/auto-complete.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
