<?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>Senamion.com</title>
	<atom:link href="http://www.senamion.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.senamion.com/blog</link>
	<description>Senamion is a Jquery blog</description>
	<lastBuildDate>Wed, 10 Mar 2010 05:52:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>jDoubleSelect: jQuery plugin transform one select with optgroups into two selects</title>
		<link>http://www.senamion.com/blog/2010/03/10/jdoubleselect-jquery-plugin-transform-one-select-with-optgroups-into-two-selects/</link>
		<comments>http://www.senamion.com/blog/2010/03/10/jdoubleselect-jquery-plugin-transform-one-select-with-optgroups-into-two-selects/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 05:52:16 +0000</pubDate>
		<dc:creator>Giovanni</dc:creator>
				<category><![CDATA[Jquery]]></category>

		<guid isPermaLink="false">http://www.senamion.com/blog/?p=54</guid>
		<description><![CDATA[jDoubleSelect is a jQuery plugin to transform one select with optgroups into two selects, the first one with all groups and the second updated with the options of the group selected.

See the plugin jDoubleSelect page!
]]></description>
			<content:encoded><![CDATA[<p>jDoubleSelect is a jQuery plugin to transform one select with optgroups into two selects, the first one with all groups and the second updated with the options of the group selected.<br />
<span id="more-54"></span><br />
<a href="http://www.senamion.com/blog/jDoubleSelect.html">See the plugin jDoubleSelect page!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.senamion.com/blog/2010/03/10/jdoubleselect-jquery-plugin-transform-one-select-with-optgroups-into-two-selects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery select multiple double side</title>
		<link>http://www.senamion.com/blog/2010/02/20/jquery-select-multiple-double-side/</link>
		<comments>http://www.senamion.com/blog/2010/02/20/jquery-select-multiple-double-side/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 06:02:00 +0000</pubDate>
		<dc:creator>Giovanni</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[multiselect]]></category>
		<category><![CDATA[select]]></category>

		<guid isPermaLink="false">http://www.senamion.com/blog/?p=44</guid>
		<description><![CDATA[Multiselect (html select with parameter multiple=&#8221;multiple&#8221;) normally are very difficult to use.
In this modified version of multiselect the select is double (double side select), the right one with the selected element, the left side for insert other element.

Four new button for:

add the left selected options to the right
add all left options to the right
remove the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Multiselect </strong>(html select with parameter multiple=&#8221;multiple&#8221;) normally are very difficult to use.<br />
In this modified version of <strong>multiselect </strong>the select is double (double side select), the right one with the selected element, the left side for insert other element.</p>
<p><img src="http://www.senamion.com/blog/wp-content/uploads/jmulstiselect2side_screen.jpg" alt="mulstiselect2side screenshot" title="mulstiselect2side screenshot" width="507" height="129" border="1" /></p>
<p>Four new button for:</p>
<ul>
<li>add the left selected options to the right</li>
<li>add all left options to the right</li>
<li>remove the right selected options</li>
<li>remove all right options</li>
</ul>
<p><span id="more-44"></span><br />
Double click both on left and right options is enabled.</p>
<p><a href="http://www.senamion.com/blog/jmultiselect2side.html" title="Multiselect double side">See the plugin <strong>Select Multiple Double Side</strong> page!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.senamion.com/blog/2010/02/20/jquery-select-multiple-double-side/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>jSlider: jquery plugin to transform a listbox in a slider</title>
		<link>http://www.senamion.com/blog/2009/10/16/jslider-jquery-plugin-to-transform-a-listbox-in-a-slider/</link>
		<comments>http://www.senamion.com/blog/2009/10/16/jslider-jquery-plugin-to-transform-a-listbox-in-a-slider/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 18:24:08 +0000</pubDate>
		<dc:creator>Giovanni</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[listbox]]></category>
		<category><![CDATA[slider]]></category>

		<guid isPermaLink="false">http://www.senamion.com/blog/?p=31</guid>
		<description><![CDATA[jSlider is a jquery plugin to transform a listbox (select box) in a slider.

See the demo
Download the source
Read documentation

This is the screenshot:


Tested on:

internet explorer 7
internet explorer 6
firefox &#62; 3
google chrome

]]></description>
			<content:encoded><![CDATA[<p><strong>jSlider</strong> is a jquery plugin to transform a listbox (select box) in a slider.</p>
<ul>
<li><a title="jSlider" href="http://www.senamion.com/blog/jslider_demo.html">See the demo</a></li>
<li><a href="http://www.senamion.com/blog/jslider_download.html">Download the source</a></li>
<li><a href="http://www.senamion.com/blog/jslider_doc.html">Read documentation</a></li>
</ul>
<p>This is the screenshot:</p>
<p><img title="jslider screenshot" border=1 src="http://www.senamion.com/blog/wp-content/uploads/jslider_screen1.jpg" alt="jslider screenshot" /></p>
<p><span id="more-31"></span></p>
<p>Tested on:</p>
<ul>
<li>internet explorer 7</li>
<li>internet explorer 6</li>
<li>firefox &gt; 3</li>
<li>google chrome</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.senamion.com/blog/2009/10/16/jslider-jquery-plugin-to-transform-a-listbox-in-a-slider/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>jquery jEye: Eyes for your site</title>
		<link>http://www.senamion.com/blog/2009/09/18/jquery-jeye-eyes-for-your-site/</link>
		<comments>http://www.senamion.com/blog/2009/09/18/jquery-jeye-eyes-for-your-site/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 04:01:05 +0000</pubDate>
		<dc:creator>Giovanni</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[eyes]]></category>
		<category><![CDATA[gadgets]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.senamion.com/blog/?p=26</guid>
		<description><![CDATA[jEye is a jquery experiment.
If you attach jEye to a dom element two (or one if you want) eyes appear and this eyes follow your mouse movement.
See it in action!

jEye is fun!
]]></description>
			<content:encoded><![CDATA[<p>jEye is a <a href="http://jquery.com/">jquery </a>experiment.<br />
If you attach jEye to a dom element two (or one if you want) eyes appear and this eyes follow your mouse movement.<br />
<a href="http://www.senamion.com/blog/jeye.html">See it in action</a>!<br />
<span id="more-26"></span><br />
jEye is fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.senamion.com/blog/2009/09/18/jquery-jeye-eyes-for-your-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jListbox: jquery plugin for formatted select box</title>
		<link>http://www.senamion.com/blog/2009/08/08/jlistbox-jquery-plugin-for-formatted-select-box/</link>
		<comments>http://www.senamion.com/blog/2009/08/08/jlistbox-jquery-plugin-for-formatted-select-box/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 05:30:58 +0000</pubDate>
		<dc:creator>Giovanni</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[select]]></category>

		<guid isPermaLink="false">http://www.senamion.com/blog/?p=3</guid>
		<description><![CDATA[jListbox is a jquery plugin to obtain a formatted select box.]]></description>
			<content:encoded><![CDATA[<p><strong>jListbox</strong> is a jquery plugin to obtain a formatted select box.</p>
<ul>
<li><a title="jListbox" href="http://www.senamion.com/blog/jlistbox_demo.html">See the demo</a></li>
<li><a href="http://www.senamion.com/blog/jlistbox_download.html">Download the source</a></li>
<li><a href="http://www.senamion.com/blog/jlistbox_doc.html">Read documentation</a></li>
</ul>
<p>This is the screenshot:</p>
<p><img title="jlistbox_screen" src="http://www.senamion.com/blog/wp-content/uploads/jlistbox_screen.jpg" alt="screenshot" width="326" height="246" /></p>
<p>Tested on:</p>
<ul>
<li>internet explorer 7</li>
<li>internet explorer 6</li>
<li>firefox &gt; 3</li>
<li>google chrome</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.senamion.com/blog/2009/08/08/jlistbox-jquery-plugin-for-formatted-select-box/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
