<?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>sourceblogg &#187; Text Entry</title>
	<atom:link href="http://sourceblog.se/tag/text-entry/feed/" rel="self" type="application/rss+xml" />
	<link>http://sourceblog.se</link>
	<description>Just another Wärting Innovative Solutions Sites site</description>
	<lastBuildDate>Thu, 30 Sep 2010 14:54:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>TextboxList</title>
		<link>http://sourceblog.se/2009/05/15/textboxlist/</link>
		<comments>http://sourceblog.se/2009/05/15/textboxlist/#comments</comments>
		<pubDate>Fri, 15 May 2009 06:34:29 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Autocomplete]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[mootools plugin]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Text Entry]]></category>
		<category><![CDATA[Tokenizing]]></category>

		<guid isPermaLink="false">http://sourceblogg.se/?p=705</guid>
		<description><![CDATA[TextboxList är ett till plugin till MooTools som förvandlar dina vanliga inputfält till en widget där du kan navigera i en lista med tangentbordet som skapas med ett Autocomplete plugin som följer med.  Du kan enkelt ta bort saker från listan.TextboxList another plugin to MooTools that turns normal textboxes into a widget which can be [...]]]></description>
			<content:encoded><![CDATA[<p><span lang="se"><a  href="http://devthought.com/blog/projects-news/2009/04/the-new-textboxlist-is-here/">TextboxList</a> är ett till plugin till MooTools som förvandlar dina vanliga inputfält till en widget där du kan navigera i en lista med tangentbordet som skapas med ett Autocomplete plugin som följer med.  Du kan enkelt ta bort saker från listan.</span><span lang="en"><a  href="http://devthought.com/blog/projects-news/2009/04/the-new-textboxlist-is-here/">TextboxList</a> another plugin to MooTools that turns normal textboxes into a widget which can be navigated with the keyboard, effectively turning your input into a “list” of items that can be easily deleted. It comes with an Autocomplete plugin.</span></p>
<div id="attachment_706" class="wp-caption alignnone" style="width: 421px"><img class="size-full wp-image-706" src="http://sourceblogg.warting.se/files/2009/05/textboxlist.png" alt="Facebook-like TextboxList" width="411" height="126" /><p class="wp-caption-text">Facebook-like TextboxList</p></div>
<p>Demo: <a  title="Demo" href="http://devthought.com/projects/mootools/textboxlist/" target="_blank">http://devthought.com/projects/mootools/textboxlist/</a><br />
<span lang="se">Ladda ner</span><span lang="en">Download</span>: <a  href="http://sourceblog.se/wp-content/uploads/2009/05/textboxlist-03.zip">Textboxlist V0.3</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sourceblog.se/2009/05/15/textboxlist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tokenizing Autocomplete Text Entry jQuery Plugin</title>
		<link>http://sourceblog.se/2009/05/15/tokenizing-autocomplete-text-entry-jquery-plugin/</link>
		<comments>http://sourceblog.se/2009/05/15/tokenizing-autocomplete-text-entry-jquery-plugin/#comments</comments>
		<pubDate>Fri, 15 May 2009 06:22:45 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Autocomplete]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery plugin]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Text Entry]]></category>
		<category><![CDATA[Tokenizing]]></category>

		<guid isPermaLink="false">http://sourceblogg.se/?p=695</guid>
		<description><![CDATA[TokenInput låter dig välja från en lista medans du skriver, den använder sig av autocompletion medans du skriver för att hitta resultaten. Du har säkert sätt liknande när du fyller i mottagare på exempelvis facebook.TokenInput allow users to select multiple items from a predefined list, using autocompletion as they type to find each item. You [...]]]></description>
			<content:encoded><![CDATA[<p><span lang="se"><a  href="http://loopj.com/2009/04/25/jquery-plugin-tokenizing-autocomplete-text-entry/">TokenInput</a> låter dig välja från en lista medans du skriver, den använder sig av autocompletion medans du skriver för att hitta resultaten. Du har säkert sätt liknande när du fyller i mottagare på exempelvis facebook.</span><span lang="en"><a  href="http://loopj.com/2009/04/25/jquery-plugin-tokenizing-autocomplete-text-entry/">TokenInput</a> allow users to select multiple items from a predefined list, using autocompletion as they type to find each item. You may have seen a similar type of text entry when filling in the recipients field sending messages on facebook.</span></p>
<div id="attachment_697" class="wp-caption alignnone" style="width: 414px"><img class="size-full wp-image-697" src="http://sourceblogg.warting.se/files/2009/05/tokeninput-list-style.png" alt="Vertical list style item selection" width="404" height="100" /><p class="wp-caption-text">Vertical list style item selection</p></div>
<div id="attachment_696" class="wp-caption alignnone" style="width: 416px"><img class="size-full wp-image-696" src="http://sourceblogg.warting.se/files/2009/05/tokeninput-facebook-style.png" alt="Facebook style item selection" width="406" height="147" /><p class="wp-caption-text">Facebook style item selection</p></div>
<p>Demo: <a  title="Demo" rel="nofollow" href="http://loopj.com/tokeninput/demo.html" target="_blank">http://loopj.com/tokeninput/demo.html</a><br />
<span lang="se">Ladda ner</span><span lang="en">Download</span>: <a  href="http://loopj.com/2009/04/25/jquery-plugin-tokenizing-autocomplete-text-entry/">http://loopj.com/2009/04/25/jquery-plugin-tokenizing-autocomplete-text-entry/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sourceblog.se/2009/05/15/tokenizing-autocomplete-text-entry-jquery-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

