<?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>Tue, 30 Mar 2010 16:59:59 +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>jQuery jScratchcard &#8211; Scratchcard effect on image</title>
		<link>http://www.senamion.com/blog/2010/03/30/jquery-jscratchcard-scratchcard-effect-on-image/</link>
		<comments>http://www.senamion.com/blog/2010/03/30/jquery-jscratchcard-scratchcard-effect-on-image/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 16:58:39 +0000</pubDate>
		<dc:creator>Giovanni</dc:creator>
				<category><![CDATA[Jquery]]></category>

		<guid isPermaLink="false">http://www.senamion.com/blog/?p=77</guid>
		<description><![CDATA[A simple jQuery plugin that implement a Scratchcard (Scratch card).
This is a screenshot:

Parameters:

opacity &#8211; opacity step when hover &#8211; default {&#8217;opacity&#8217;: 0.2}
color &#8211; start background color &#8211; default {color: &#8216;grey&#8217;}
stepx &#8211; x block dimension &#8211; default {stepx: 10}
stepy &#8211; y block dimension &#8211; default {stepy: 10}
mousedown &#8211; if true the left button of mouse must [...]]]></description>
			<content:encoded><![CDATA[<p>A simple jQuery plugin that implement a Scratchcard (<strong>Scratch card</strong>).</p>
<p>This is a screenshot:</p>
<p><img src="http://www.senamion.com/blog/wp-content/uploads/jScratchcard_screen.jpg" alt="jScratchcard - Scratchcard" title="jScratchcard - Scratchcard" width="221" height="119" border="1" /></p>
<h3>Parameters:</h3>
<ul>
<li>opacity &#8211; opacity step when hover &#8211; default {&#8217;opacity&#8217;: 0.2}</li>
<li>color &#8211; start background color &#8211; default {color: &#8216;grey&#8217;}</li>
<li>stepx &#8211; x block dimension &#8211; default {stepx: 10}</li>
<li>stepy &#8211; y block dimension &#8211; default {stepy: 10}</li>
<li>mousedown &#8211; if true the left button of mouse must be down &#8211; default {mousedown: true}</li>
</ul>
<p><span id="more-77"></span></p>
<p><a href="http://www.senamion.com/blog/jScratchcard.html">See it in action!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.senamion.com/blog/2010/03/30/jquery-jscratchcard-scratchcard-effect-on-image/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>jQuery jMagnify, magnify effect on text</title>
		<link>http://www.senamion.com/blog/2010/03/24/jquery-jmagnify-magnify-effect-on-text/</link>
		<comments>http://www.senamion.com/blog/2010/03/24/jquery-jmagnify-magnify-effect-on-text/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 23:21:39 +0000</pubDate>
		<dc:creator>Giovanni</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[magnify]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://www.senamion.com/blog/?p=69</guid>
		<description><![CDATA[jQuery jMagnify, plugin attach a ola effect to some text following the mouse position.
A screenshot:


Parameters:

centralEffect &#8211; effect of central element &#8211; default {&#8217;font-size&#8217;: &#8216;200%&#8217;}
lat1Effect &#8211; effect of first element near the central &#8211; default {&#8217;font-size&#8217;: &#8216;180%&#8217;}
lat2Effect &#8211; effect of second element near the central &#8211; default {&#8217;font-size&#8217;: &#8216;150%&#8217;}
lat3Effect &#8211; effect of third element near the [...]]]></description>
			<content:encoded><![CDATA[<p>jQuery jMagnify, plugin attach a ola effect to some text following the mouse position.</p>
<p>A screenshot:</p>
<p><img src="http://www.senamion.com/blog/wp-content/uploads/jMagnify.jpg" alt="jMagnify - magnify text" title="jMagnify - magnify text" width="514" height="104" class="alignnone size-full wp-image-72" /></p>
<p><span id="more-69"></span></p>
<h4>Parameters:</h4>
<ul>
<li>centralEffect &#8211; effect of central element &#8211; default {&#8217;font-size&#8217;: &#8216;200%&#8217;}</li>
<li>lat1Effect &#8211; effect of first element near the central &#8211; default {&#8217;font-size&#8217;: &#8216;180%&#8217;}</li>
<li>lat2Effect &#8211; effect of second element near the central &#8211; default {&#8217;font-size&#8217;: &#8216;150%&#8217;}</li>
<li>lat3Effect &#8211; effect of third element near the central &#8211; default {&#8217;font-size&#8217;: &#8216;120%&#8217;}</li>
<li>resetEffect &#8211; reset effect &#8211; default {&#8217;font-size&#8217;: &#8216;100%&#8217;}</li>
</ul>
<p><a href="http://www.senamion.com/blog/jMagnify.html">See it in action!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.senamion.com/blog/2010/03/24/jquery-jmagnify-magnify-effect-on-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery jOla, Ola effect on text</title>
		<link>http://www.senamion.com/blog/2010/03/12/jquery-jola-ola-effect-on-text/</link>
		<comments>http://www.senamion.com/blog/2010/03/12/jquery-jola-ola-effect-on-text/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 19:35:00 +0000</pubDate>
		<dc:creator>Giovanni</dc:creator>
				<category><![CDATA[Jquery]]></category>

		<guid isPermaLink="false">http://www.senamion.com/blog/?p=58</guid>
		<description><![CDATA[jQuery jOla plugin attach a ola effect to some text.
A screenshot:


See it in action!
]]></description>
			<content:encoded><![CDATA[<p>jQuery jOla plugin attach a ola effect to some text.</p>
<p>A screenshot:<br />
<img src="http://www.senamion.com/blog/wp-content/uploads/jOla.jpg" border="1" alt="Text Effect" title="jOla" width="918" height="159" /><br />
<span id="more-58"></span><br />
<a href="http://www.senamion.com/blog/jOla.html">See it in action!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.senamion.com/blog/2010/03/12/jquery-jola-ola-effect-on-text/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<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.
The screenshot:


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.</p>
<p>The screenshot:<br />
<img src="http://www.senamion.com/blog/wp-content/uploads/jDoubleSelect.jpg" alt="jDoubleSelect screenshot" title="jDoubleSelect" width="314" height="56" border="1" /><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>12</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>74</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>8</slash:comments>
		</item>
	</channel>
</rss>
