<?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>mFabrik - web and mobile development &#187; cdn</title>
	<atom:link href="http://blog.mfabrik.com/tag/cdn/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mfabrik.com</link>
	<description>Freedom delivered.</description>
	<lastBuildDate>Thu, 09 Sep 2010 07:16:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Creating a drag&#8217;n&#039;drop basket with jQueryUI</title>
		<link>http://blog.mfabrik.com/2010/01/05/creating-a-dragndrop-basket-with-jqueryui/</link>
		<comments>http://blog.mfabrik.com/2010/01/05/creating-a-dragndrop-basket-with-jqueryui/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 12:53:07 +0000</pubDate>
		<dc:creator>Mikko Ohtamaa</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[jqueryui]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[basket]]></category>
		<category><![CDATA[cdn]]></category>
		<category><![CDATA[google.code]]></category>
		<category><![CDATA[shopping cart]]></category>
		<category><![CDATA[travel planner]]></category>

		<guid isPermaLink="false">http://blog.twinapex.fi/?p=401</guid>
		<description><![CDATA[I have created an example how to create a &#8220;basked&#8221; with jQuery and jQueryUI with the following features The user can be pick items from the predefined set Items are dragged and dropped to the basket The basket value reflects a hidden input This kind of user interface pattern is suitable for Shopping carts Travel [...]]]></description>
			<content:encoded><![CDATA[<p>I have created an example how to create a &#8220;basked&#8221; with jQuery and jQueryUI with the following features</p>
<ul>
<li>The user can be pick items from the predefined set</li>
<li>Items are dragged and dropped to the basket</li>
<li>The basket value reflects a hidden input</li>
</ul>
<p>This kind of user interface pattern is suitable for</p>
<ul>
<li>Shopping carts</li>
<li>Travel planners</li>
</ul>
<p>The example in fact bears the name &#8220;travel planner&#8221; but it is not tied to travel anyhow.</p>
<p><strong>Note: this is just a screenshot </strong>- please see l<a href="http://blog.twinapex.fi/wp-content/uploads/2010/01/index.html">ive example</a></p>
<p><a href="http://blog.twinapex.fi/wp-content/uploads/2010/01/basket.png"><img class="alignnone size-full wp-image-409" title="basket" src="http://blog.twinapex.fi/wp-content/uploads/2010/01/basket.png" alt="basket" width="500" height="298" /></a></p>
<p>The example code uses</p>
<ul>
<li><a href="http://code.google.com/apis/ajaxlibs/documentation/">google.code() content delivery network</a> to load jQuery and jQueryUI</li>
<li>jQueryUI draggable and droppable features</li>
<li>Well planned visual cues for the drag and drop operations: cursor changes, CSS hover classes</li>
<li>&lt;form&gt; which &lt;input&gt; value is updated according to the basket content &#8211; all selected item ids form a comma separated list</li>
</ul>
<p>The example code is well-documented with links to the further documentation.</p>
<ul>
<li><a href="http://blog.twinapex.fi/wp-content/uploads/2010/01/index.html">Live example</a></li>
<li><a href="http://code.google.com/p/jquerybaskedexample/source/browse/trunk/">View source code</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.mfabrik.com/2010/01/05/creating-a-dragndrop-basket-with-jqueryui/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
