<?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>blogfreakz.com &#187; Gallery/Carousel/Slider</title>
	<atom:link href="http://blogfreakz.com/category/gallery/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogfreakz.com</link>
	<description>Web Development, Web Trends, open source resources</description>
	<lastBuildDate>Fri, 10 Feb 2012 05:40:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>jQuery Multi-Node Range and Data Slider</title>
		<link>http://blogfreakz.com/web-design/jquery-multi-node-range-and-data-slider/</link>
		<comments>http://blogfreakz.com/web-design/jquery-multi-node-range-and-data-slider/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 04:35:31 +0000</pubDate>
		<dc:creator>Marvin@Blogfreakz</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Gallery/Carousel/Slider]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[free tutorial]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[slider]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=24940</guid>
		<description><![CDATA[This is another jQuery slider that would amp up your website’s interface. The multi-node range and data slider, created by EGrappler, is extremely simple to use. It is highly customizable and has many functions aside from providing data selection and filtering. Click on the image for the demo. Download the zip file. &#160; CSS .slider.default [...]]]></description>
			<content:encoded><![CDATA[<p>This is another jQuery slider that would amp up your website’s interface. The multi-node range and data slider, created by <a href="http://www.egrappler.com/" target="_blank"><strong>EGrappler</strong></a>, is extremely simple to use. It is highly customizable and has many functions aside from providing data selection and filtering.</p>
<p style="text-align: center;"><a href="http://www.egrappler.com/jqslider/demo.htm" target="_blank"><img class="aligncenter size-full wp-image-24941" title="Multi-Node Slider" src="http://blogfreakz.com/wp-content/uploads/2012/02/Multi-Node-Slider.jpg" alt="Multi Node Slider jQuery Multi Node Range and Data Slider" width="467" height="231" /></a><strong>Click on the image for the demo.</strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p>Download the <a href="http://www.egrappler.com/jqslider/jqslider.zip" target="_blank"><strong>zip file</strong></a>.</p>
<p><strong> </strong></p>
<p>&nbsp;</p>
<p><strong>CSS</strong></p>
<pre><span style="color: #003366;">.slider.default</span></pre>
<pre><span style="color: #003366;">{</span></pre>
<pre><span style="color: #003366;">background-color: #D2DBEC;</span></pre>
<pre><span style="color: #003366;">border: 1px solid #299BC9;</span></pre>
<pre><span style="color: #003366;">-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;</span></pre>
<pre><span style="color: #003366;">-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;</span></pre>
<pre><span style="color: #003366;">width: 200px;</span></pre>
<pre><span style="color: #003366;">height: 4px;</span></pre>
<pre><span style="color: #003366;">background-image: -o-linear-gradient(#ADC7EB, #D2DBEC);</span></pre>
<pre><span style="color: #003366;">}</span></pre>
<pre><span style="color: #003366;">.inner.default</span></pre>
<pre><span style="color: #003366;">{</span></pre>
<pre><span style="color: #003366;">background: #299BC9;</span></pre>
<pre><span style="color: #003366;">-moz-box-shadow: 0 1px 2px rgba(17, 35, 45, 0.6) inset;</span></pre>
<pre><span style="color: #003366;">-webkit-box-shadow: 0 1px 2px rgba(17, 35, 45, 0.6) inset;</span></pre>
<pre><span style="color: #003366;">}</span></pre>
<pre><span style="color: #003366;">.draghandle.default</span></pre>
<pre><span style="color: #003366;">{</span></pre>
<pre><span style="color: #003366;">width: 8px;</span></pre>
<pre><span style="color: #003366;">height: 20px;</span></pre>
<pre><span style="color: #003366;">background-color: #299BC9;</span></pre>
<pre><span style="color: #003366;">}</span></pre>
<pre><span style="color: #003366;">.draghandle.default.selected</span></pre>
<pre><span style="color: #003366;">{</span></pre>
<pre><span style="color: #003366;">background-color: #ADC7EB;</span></pre>
<pre><span style="color: #003366;">}</span></pre>
<p><strong><br />
</strong></p>
<p>The above code is for the default theme, and you can change it into your theme name. Aside from the default theme, you can choose from the following theme colors: simple, blue, steel, green, dark-green, orange and red.</p>
<p>When your theme is all set, you can use it like so:</p>
<pre><span style="color: #003366;">$('#my-slider').jqslider({theme:'YOUR THEME NAME HERE'});</span></pre>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td></td>
</tr>
</tbody>
</table>
<p>Add the following in the head section of your HTML file</p>
<ol>
<li>Add a reference to latest jQuery script</li>
<li>Add a reference to jqslider.js</li>
<li>Add a reference to jqslider.css</li>
</ol>
<p>Add block element (div) within body of HTML and assign id and call jqslider initialize function.</p>
<pre><span style="color: #003366;">&lt;div id="jqslider"&gt;&lt;/div&gt;</span></pre>
<pre><span style="color: #003366;">&lt;script type="text/javascript"&gt;</span></pre>
<pre><span style="color: #003366;">$(document).ready(function() {</span></pre>
<pre><span style="color: #003366;">$('#jqslider').jqslider({ theme:'steel' });</span></pre>
<pre><span style="color: #003366;">});</span></pre>
<pre><span style="color: #003366;">&lt;/script&gt;</span></pre>
<table border="0" cellspacing="0" cellpadding="0" width="1" height="14">
<tbody>
<tr>
<td></td>
</tr>
</tbody>
</table>
<p>&nbsp;<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/web-design/jquery-multi-node-range-and-data-slider/" title="blogger jQuery">blogger jQuery</a></li>
<li><a href="http://blogfreakz.com/web-design/jquery-multi-node-range-and-data-slider/" title="jquery chart fillcolor">jquery chart fillcolor</a></li>
<li><a href="http://blogfreakz.com/web-design/jquery-multi-node-range-and-data-slider/" title="jquery multi range slider">jquery multi range slider</a></li>
<li><a href="http://blogfreakz.com/web-design/jquery-multi-node-range-and-data-slider/" title="jquery multi slider range">jquery multi slider range</a></li>
<li><a href="http://blogfreakz.com/web-design/jquery-multi-node-range-and-data-slider/" title="jquery range slider -ui">jquery range slider -ui</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/web-design/jquery-multi-node-range-and-data-slider/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create Polaroid Images with CSS3</title>
		<link>http://blogfreakz.com/web-design/how-to-create-polaroid-images-with-css3/</link>
		<comments>http://blogfreakz.com/web-design/how-to-create-polaroid-images-with-css3/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 04:23:40 +0000</pubDate>
		<dc:creator>Marvin@Blogfreakz</dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Gallery/Carousel/Slider]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[image gallery]]></category>
		<category><![CDATA[polaroid]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=24559</guid>
		<description><![CDATA[Create a Polaroid effect with your images using CSS3! Mark of Zurb.com teaches us how to do it in this uber-cool tutorial. Click on the above image to view the demo. This is done with only CSS and no Javascript, with no actual text used on the images. It works on a grid of linked [...]]]></description>
			<content:encoded><![CDATA[<p><strong> </strong></p>
<p>Create a Polaroid effect with your images using CSS3! Mark of <a href="http://www.zurb.com/playground/css3-polaroids" target="_blank"><strong>Zurb.com</strong></a> teaches us how to do it in this uber-cool tutorial.</p>
<p style="text-align: center;"><a href="http://www.zurb.com/playground/css3-polaroids"><img class="aligncenter size-large wp-image-24560" title="Polaroid Images" src="http://blogfreakz.com/wp-content/uploads/2012/01/117-385x250.jpg" alt="117 385x250 How to Create Polaroid Images with CSS3" width="385" height="250" /></a><strong>Click on the above image to view the demo.</strong></p>
<p>This is done with only CSS and no Javascript, with no actual text used on the images. It works on a grid of linked images that can randomly switch, just like flipping through a stack of photos. You can use any images you want to set the groundwork.</p>
<p><strong> </strong></p>
<p><strong>CSS</strong></p>
<p><span style="color: #003366;">ul.polaroids a:after {</span></p>
<p><span style="color: #003366;">content: attr(title);</span></p>
<p><span style="color: #003366;">}</span></p>
<p><strong> </strong></p>
<p><strong>CSS to randomly rotate the images</strong></p>
<p><span style="color: #003366;">/* By default, we tilt all our images -2 degrees */</span></p>
<p><span style="color: #003366;">ul.polaroids a {</span></p>
<p><span style="color: #003366;">-webkit-transform: rotate(-2deg);</span></p>
<p><span style="color: #003366;">-moz-transform: rotate(-2deg);</span></p>
<p><span style="color: #003366;">}</span></p>
<p><span style="color: #003366;">/* Rotate all even images 2 degrees */</span></p>
<p><span style="color: #003366;">ul.polaroids li:nth-child(even) a {</span></p>
<p><span style="color: #003366;">-webkit-transform: rotate(2deg);</span></p>
<p><span style="color: #003366;">-moz-transform: rotate(2deg);</span></p>
<p><span style="color: #003366;">}</span></p>
<p><span style="color: #003366;">/* Don&#8217;t rotate every third image, but offset its position */</span></p>
<p><span style="color: #003366;">ul.polaroids li:nth-child(3n) a {</span></p>
<p><span style="color: #003366;">-webkit-transform: none;</span></p>
<p><span style="color: #003366;">-moz-transform: none;</span></p>
<p><span style="color: #003366;">position: relative;</span></p>
<p><span style="color: #003366;">top: -5px;</span></p>
<p><span style="color: #003366;">}</span></p>
<p><span style="color: #003366;">/* Rotate every fifth image by 5 degrees and offset it */</span></p>
<p><span style="color: #003366;">ul.polaroids li:nth-child(5n) a {</span></p>
<p><span style="color: #003366;">-webkit-transform: rotate(5deg);</span></p>
<p><span style="color: #003366;">-moz-transform: rotate(5deg);</span></p>
<p><span style="color: #003366;">position: relative;</span></p>
<p><span style="color: #003366;">right: 5px;</span></p>
<p><span style="color: #003366;">}</span></p>
<p><span style="color: #003366;">/* Keep default rotate for every eighth, but offset it */</span></p>
<p><span style="color: #003366;">ul.polaroids li:nth-child(8n) a {</span></p>
<p><span style="color: #003366;">position: relative;</span></p>
<p><span style="color: #003366;">top: 8px;</span></p>
<p><span style="color: #003366;">right: 5px;</span></p>
<p><span style="color: #003366;">}</span></p>
<p><span style="color: #003366;">/* Keep default rotate for every eleventh, but offset it */</span></p>
<p><span style="color: #003366;">ul.polaroids li:nth-child(11n) a {</span></p>
<p><span style="color: #003366;">position: relative;</span></p>
<p><span style="color: #003366;">top: 3px;</span></p>
<p><span style="color: #003366;">left: -5px;</span></p>
<p><span style="color: #003366;">}</span></p>
<p><strong>For the hover effect</strong></p>
<p><span style="color: #003366;">/* Scale the images on hover, add transitions for smoothing things out, and ensure the hover appears on top */</span></p>
<p><span style="color: #003366;">ul.polaroids a:hover {</span></p>
<p><span style="color: #003366;">-webkit-transform: scale(1.25);</span></p>
<p><span style="color: #003366;">-moz-transform: scale(1.25);</span></p>
<p><span style="color: #003366;">position: relative;</span></p>
<p><span style="color: #003366;">z-index: 5;</span></p>
<p><span style="color: #003366;">}</span></p>
<p><strong>Final details</strong></p>
<p><span style="color: #003366;">/* Add drop shadows and smooth out the transition (Safari only) */</span></p>
<p><span style="color: #003366;">ul.polaroids a {</span></p>
<p><span style="color: #003366;">-webkit-transition: -webkit-transform .15s linear;</span></p>
<p><span style="color: #003366;">-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);</span></p>
<p><span style="color: #003366;">-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);</span></p>
<p><span style="color: #003366;">}</span></p>
<p><span style="color: #003366;">/* On hover, darken the shadows a bit */</span></p>
<p><span style="color: #003366;">ul.polaroids a {</span></p>
<p><span style="color: #003366;">-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5);</span></p>
<p><span style="color: #003366;">-moz-box-shadow: 0 3px 6px rgba(0,0,0,.5);</span></p>
<p><span style="color: #003366;">}</span></p>
<p><strong>Note</strong>: This requires Safari 4.x and Chrome 5 for you to see the full effect. If you use Firefox, the enlarging transition can’t be viewed.</p>
<p><strong><br />
</strong></p>
<p><strong> </strong><br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/web-design/how-to-create-polaroid-images-with-css3/" title="how to create polaroid in css3">how to create polaroid in css3</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-create-polaroid-images-with-css3/" title="css3 rotate">css3 rotate</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-create-polaroid-images-with-css3/" title="polaroid effect">polaroid effect</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-create-polaroid-images-with-css3/" title="polaroid foto effect">polaroid foto effect</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/web-design/how-to-create-polaroid-images-with-css3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlexSlider: A Responsive jQuery Slider</title>
		<link>http://blogfreakz.com/others/flexslider-a-responsive-jquery-slider/</link>
		<comments>http://blogfreakz.com/others/flexslider-a-responsive-jquery-slider/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 13:55:37 +0000</pubDate>
		<dc:creator>Keith@Blogfreakz</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Gallery/Carousel/Slider]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[flexslider]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[responsive]]></category>
		<category><![CDATA[slider]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=24171</guid>
		<description><![CDATA[If you’re looking for an elegantly designed content or image slider that can adapt to different screen sizes then I have good news for you. Tyler Smith has created a jQuery slider plugin that utilizes responsive methodology called FlexSlider, which was released for Smashing Magazine. Aside from the regular features such as fading and sliding [...]]]></description>
			<content:encoded><![CDATA[<p align="left">If you’re looking for an elegantly designed content or image slider that can adapt to different screen sizes then I have good news for you. Tyler Smith has created a jQuery slider plugin that utilizes responsive methodology called FlexSlider, which was released for Smashing Magazine.</p>
<p align="left">Aside from the regular features such as fading and sliding animation, and customizable options, it also includes touch gesture in the navigation options. It has been tested on Safari 4+, Chrome 4+, Firefox 3.6+, Opera 10+, and IE7+. And since it is touch gesture-inclusive, it supports iOS and Android devices as well.</p>
<p><a href="http://flex.madebymufffin.com/#"><img class="alignleft size-medium wp-image-24174" title="1" src="http://blogfreakz.com/wp-content/uploads/2012/01/11-285x175.jpg" alt="11 285x175 FlexSlider: A Responsive jQuery Slider " width="285" height="175" /><br />
</a></p>
<p align="left">The slider plugin uses simple, semantic markup so it is extremely lightweight (at 5Kb only, minified). You can have a fully responsive slider for your web design in just three easy steps but the best thing about is it’s absolutely FREE to download and use in private and commercial projects. The plugin is released under the MIT license and you may modify the plugin as you wish.</p>
<p align="left">Check out the <a href="http://flex.madebymufffin.com/demo/"><strong>Live Demo</strong></a> or get the <a href="http://flex.madebymufffin.com/files/FlexSlider-1.8.zip"><strong>Plugin Download (.zip)</strong></a><br />
You can find the installation instructions, documentation and release notes at the <a href="http://flex.madebymufffin.com/"><strong>developer’s site</strong></a>.</p>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/others/flexslider-a-responsive-jquery-slider/" title="flexslider video">flexslider video</a></li>
<li><a href="http://blogfreakz.com/others/flexslider-a-responsive-jquery-slider/" title="jquery slider">jquery slider</a></li>
<li><a href="http://blogfreakz.com/others/flexslider-a-responsive-jquery-slider/" title="flexslider with video">flexslider with video</a></li>
<li><a href="http://blogfreakz.com/others/flexslider-a-responsive-jquery-slider/" title="jquery slider 2012">jquery slider 2012</a></li>
<li><a href="http://blogfreakz.com/others/flexslider-a-responsive-jquery-slider/" title="mootools slider gestures ios">mootools slider gestures ios</a></li>
<li><a href="http://blogfreakz.com/others/flexslider-a-responsive-jquery-slider/" title="flexslider gesture">flexslider gesture</a></li>
<li><a href="http://blogfreakz.com/others/flexslider-a-responsive-jquery-slider/" title="flexslider carousel">flexslider carousel</a></li>
<li><a href="http://blogfreakz.com/others/flexslider-a-responsive-jquery-slider/" title="jquery timeline slider">jquery timeline slider</a></li>
<li><a href="http://blogfreakz.com/others/flexslider-a-responsive-jquery-slider/" title="jquery slider responsive">jquery slider responsive</a></li>
<li><a href="http://blogfreakz.com/others/flexslider-a-responsive-jquery-slider/" title="jquery slider gesture">jquery slider gesture</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/others/flexslider-a-responsive-jquery-slider/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rcarousel: A Continuous jQuery UI Carousel</title>
		<link>http://blogfreakz.com/web-design/rcarousel-a-continuous-jquery-ui-carousel/</link>
		<comments>http://blogfreakz.com/web-design/rcarousel-a-continuous-jquery-ui-carousel/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 08:50:41 +0000</pubDate>
		<dc:creator>Keith@Blogfreakz</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Gallery/Carousel/Slider]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Light Box]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[carousel]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[slider]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=24115</guid>
		<description><![CDATA[Before you toss this off as just another slider review, check out this innovative content slider and carousel made with jQuery, called the rcarousel. Created by front-end developer Wojciech rrh Ryrych, this continuous carousel is basically a jQuery UI widget which latest version (v1.1) was just released recently. Its inherent capabilities from its predecessor include [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="55m35 Rcarousel: A Continuous jQuery UI Carousel	" src="http://cdn.tripwiremagazine.com/wp-content/uploads/2011/06/55m35.jpg" title="rCarousel" class="alignnone" width="627" height="165" /></p>
<p align="left">Before you toss this off as just another slider review, check out this innovative content slider and carousel made with jQuery, called the <strong>rcarousel</strong>.</p>
<p align="left">Created by front-end developer <a href="http://identi.ca/rrh"><strong>Wojciech rrh Ryrych</strong></a>, this continuous carousel is basically a jQuery UI widget which latest version (v1.1) was just released recently. Its inherent capabilities from its predecessor include custom events and a simple API.</p>
<p align="left">Rcarousel supports HTML content: just place anything inside a DIV container, install the widget, and that&#8217;s it. It is highly customizable and allows the user to navigate through the content with bullets or set the scrolling to auto mode without navigation.</p>
<p align="left">What sets this carousel from the others is that it has the <a href="http://ryrych.github.com/rcarousel/examples/multi.html"><strong>multi carousel</strong></strong></a> feature!</p>
<p align="left">Check out the <a href="http://ryrych.github.com/rcarousel/examples/html.html"><strong>demo</strong></a>. Cool, isn&#8217;t it?</p>
<p align="left">You can customize the rcarousel&#8217;s appearance by indicating the number of visible elements and a step (number of elements to scroll by). Another nice feature is loading elements on demand at runtime via API. With little effort you can fetch XML, JSON, parse them and then add elements with ‘append’ method.</p>
<p align="left">Its other features are:<br />
•	Many options to choose from<br />
•	Simple to use<br />
•	Supports IMG images with links<br />
•	Auto mode<br />
•	Custom pagination</p>
<p align="left">Rcarousel supports many browsers and has been tested successfully in the following:<br />
•	Internet Explorer 7+<br />
•	Firefox 3.0+<br />
•	Chrome<br />
•	Opera 10.10+<br />
•	Safari 4.0.5+</p>
<p align="left">Click on the following links to download the <a href="https://github.com/ryrych/rcarousel/zipball/1.1"><strong>rcarousel</strong></a> or its <a href="https://github.com/ryrych/rcarousel"><strong>source code</strong></a>, and if needed, to report <a href="https://github.com/ryrych/rcarousel/issues"><strong>bugs</strong></a>.</p>
<p align="left">If you enjoyed this carousel, you may also want to consider using Ryrych&#8217;s jQuery UI mediabox, called<br />
<a href="http://ryrych.github.com/rlightbox2/"><strong>rlightbox2</strong> </a>.</p>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/web-design/rcarousel-a-continuous-jquery-ui-carousel/" title="rcarousel">rcarousel</a></li>
<li><a href="http://blogfreakz.com/web-design/rcarousel-a-continuous-jquery-ui-carousel/" title="jquery carousel slider with lightbox">jquery carousel slider with lightbox</a></li>
<li><a href="http://blogfreakz.com/web-design/rcarousel-a-continuous-jquery-ui-carousel/" title="jquery ui carousel">jquery ui carousel</a></li>
<li><a href="http://blogfreakz.com/web-design/rcarousel-a-continuous-jquery-ui-carousel/" title="jquery rcarousel">jquery rcarousel</a></li>
<li><a href="http://blogfreakz.com/web-design/rcarousel-a-continuous-jquery-ui-carousel/" title="jquery light menu">jquery light menu</a></li>
<li><a href="http://blogfreakz.com/web-design/rcarousel-a-continuous-jquery-ui-carousel/" title="carousel jquery">carousel jquery</a></li>
<li><a href="http://blogfreakz.com/web-design/rcarousel-a-continuous-jquery-ui-carousel/" title="jquery carousel">jquery carousel</a></li>
<li><a href="http://blogfreakz.com/web-design/rcarousel-a-continuous-jquery-ui-carousel/" title="jquery ui carousel ajax html">jquery ui carousel ajax html</a></li>
<li><a href="http://blogfreakz.com/web-design/rcarousel-a-continuous-jquery-ui-carousel/" title="jquery rcarousel muti navigation">jquery rcarousel muti navigation</a></li>
<li><a href="http://blogfreakz.com/web-design/rcarousel-a-continuous-jquery-ui-carousel/" title="wojciech rrh ryrych carrousel">wojciech rrh ryrych carrousel</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/web-design/rcarousel-a-continuous-jquery-ui-carousel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Wall &#8211; Draggable &amp; Endless Content Galleries For MooTools</title>
		<link>http://blogfreakz.com/mootools/the-wall-draggable-endless-content-galleries-for-mootools/</link>
		<comments>http://blogfreakz.com/mootools/the-wall-draggable-endless-content-galleries-for-mootools/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 16:13:59 +0000</pubDate>
		<dc:creator>Mufti Ali</dc:creator>
				<category><![CDATA[Gallery/Carousel/Slider]]></category>
		<category><![CDATA[Mootools]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=21000</guid>
		<description><![CDATA[The Wall is plugin for MooTools that enables you to create an endless grid. You choose the number of elements, The Wall will see to the rest. Every moment you may know the position of your wall or move it where you like better by clicking or dragging it. With The Wall you decide the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogfreakz.com/mootools/the-wall-draggable-endless-content-galleries-for-mootools/" title="Link to The Wall - Draggable &#038; Endless Content Galleries For MooTools"><img class="wppt_float_left" src="http://blogfreakz.com/wp-content/uploads/wp-post-thumbnail/vpy2em.jpg" alt="vpy2em The Wall   Draggable & Endless Content Galleries For MooTools" title="" width="200" height="200" /></a><a title="The Wall" rel="nofollow" href="http://wall.plasm.it/">The Wall</a> is plugin for MooTools that enables you to create an endless grid. You choose the number of elements, The Wall will see to the rest. Every moment you may know the position of your wall or move it where you like better by clicking or dragging it.<br />
<span id="more-21000"></span><a rel="nofollow" href="http://wall.plasm.it/"><img class="alignnone size-full wp-image-21031" title="the-wall" src="http://blogfreakz.com/wp-content/uploads/2011/07/the-wall.jpg" alt="the wall The Wall   Draggable & Endless Content Galleries For MooTools" width="600" height="300" /></a><br />
With The Wall you decide the position of your contents punctually. Every plug is ready to hold your contents, pictures, videos, texts, everything. You are the one who chooses how to show your information.</p>
<p>With The Wall you may have an endless grid or an original draggable coda slider, if you like better. You’re right! The Wall can work in a traditional or draggable coda fuctionality. 2 functions and a new and original interaction system.</p>
<p class="download">Requirements: MooTools 1.3.2+<br />
Demo: <a title="the wall" rel="nofollow" href="http://wall.plasm.it/">http://wall.plasm.it</a><br />
License: MIT License</p>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/mootools/the-wall-draggable-endless-content-galleries-for-mootools/" title="mootools wall">mootools wall</a></li>
<li><a href="http://blogfreakz.com/mootools/the-wall-draggable-endless-content-galleries-for-mootools/" title="the wall">the wall</a></li>
<li><a href="http://blogfreakz.com/mootools/the-wall-draggable-endless-content-galleries-for-mootools/" title="draggable gallery">draggable gallery</a></li>
<li><a href="http://blogfreakz.com/mootools/the-wall-draggable-endless-content-galleries-for-mootools/" title="fullscreen gallery with mootools">fullscreen gallery with mootools</a></li>
<li><a href="http://blogfreakz.com/mootools/the-wall-draggable-endless-content-galleries-for-mootools/" title="MooTools the wall">MooTools the wall</a></li>
<li><a href="http://blogfreakz.com/mootools/the-wall-draggable-endless-content-galleries-for-mootools/" title="jquery dragable wall">jquery dragable wall</a></li>
<li><a href="http://blogfreakz.com/mootools/the-wall-draggable-endless-content-galleries-for-mootools/" title="mootoold 1 3 2 div carousel">mootoold 1 3 2 div carousel</a></li>
<li><a href="http://blogfreakz.com/mootools/the-wall-draggable-endless-content-galleries-for-mootools/" title="mootools 1 3 carousel">mootools 1 3 carousel</a></li>
<li><a href="http://blogfreakz.com/mootools/the-wall-draggable-endless-content-galleries-for-mootools/" title="mootools the wall jquery">mootools the wall jquery</a></li>
<li><a href="http://blogfreakz.com/mootools/the-wall-draggable-endless-content-galleries-for-mootools/" title="the wall mootools">the wall mootools</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/mootools/the-wall-draggable-endless-content-galleries-for-mootools/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fathom.js &#8211; Present JavaScript in Its Native Environment</title>
		<link>http://blogfreakz.com/javascript/fathom-js-present-javascript-in-its-native-environment/</link>
		<comments>http://blogfreakz.com/javascript/fathom-js-present-javascript-in-its-native-environment/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 05:17:29 +0000</pubDate>
		<dc:creator>Mufti Ali</dc:creator>
				<category><![CDATA[Gallery/Carousel/Slider]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=20718</guid>
		<description><![CDATA[Fathom.js is javascript library that allow you to create  presentation with javascript. Write your slideshow in HTML, style it with CSS and control it with some jQuery-powered JavaScript. When you&#8217;re done, Fathom.js even lets you sync the video of your presentation quickly and easily. It has some customization option that allow you to configure Fathom.js [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogfreakz.com/javascript/fathom-js-present-javascript-in-its-native-environment/" title="Link to Fathom.js - Present JavaScript in Its Native Environment"><img class="wppt_float_left" src="http://blogfreakz.com/wp-content/uploads/wp-post-thumbnail/6PiRga.jpg" alt="6PiRga Fathom.js   Present JavaScript in Its Native Environment" title="" width="200" height="200" /></a><a title="fathom" rel="nofollow" href="http://markdalgleish.com/projects/fathom/">Fathom.js</a> is javascript library that allow you to create  presentation with javascript. Write your slideshow in HTML, style it with CSS and control it with some jQuery-powered JavaScript. When you&#8217;re done, Fathom.js even lets you sync the video of your presentation quickly and easily.</p>
<p><span id="more-20718"></span></p>
<p><a rel="nofollow" href="http://markdalgleish.com/projects/fathom/"><img class="alignnone size-full wp-image-20757" title="fathom" src="http://blogfreakz.com/wp-content/uploads/2011/06/fathom.jpg" alt="fathom Fathom.js   Present JavaScript in Its Native Environment" width="600" height="300" /></a></p>
<p>It has some customization option that allow you to configure Fathom.js to suit your needs, such as displayMode, margin, portable, video , timeline and more.</p>
<p>Fathom.js comes with mouse, keyboard and scroll bar navigation built in and provides a simple API for creating your own custom interfaces.</p>
<p class="download">Requirements:<br />
Demo: <a title="demo" rel="nofollow" href="http://markdalgleish.com/presentations/jquerymobile/">http://markdalgleish.com/presentations/jquerymobile/</a><br />
License: MIT License</p>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/javascript/fathom-js-present-javascript-in-its-native-environment/" title="fathom js">fathom js</a></li>
<li><a href="http://blogfreakz.com/javascript/fathom-js-present-javascript-in-its-native-environment/" title="javascript timeline">javascript timeline</a></li>
<li><a href="http://blogfreakz.com/javascript/fathom-js-present-javascript-in-its-native-environment/" title="jquerymobile colorpicker -theme -themeroller">jquerymobile colorpicker -theme -themeroller</a></li>
<li><a href="http://blogfreakz.com/javascript/fathom-js-present-javascript-in-its-native-environment/" title="fathom js tutorial">fathom js tutorial</a></li>
<li><a href="http://blogfreakz.com/javascript/fathom-js-present-javascript-in-its-native-environment/" title="скачать In Its Native Environm">скачать In Its Native Environm</a></li>
<li><a href="http://blogfreakz.com/javascript/fathom-js-present-javascript-in-its-native-environment/" title="In Its Native Environm">In Its Native Environm</a></li>
<li><a href="http://blogfreakz.com/javascript/fathom-js-present-javascript-in-its-native-environment/" title="fathom js video demo">fathom js video demo</a></li>
<li><a href="http://blogfreakz.com/javascript/fathom-js-present-javascript-in-its-native-environment/" title="fathom js video">fathom js video</a></li>
<li><a href="http://blogfreakz.com/javascript/fathom-js-present-javascript-in-its-native-environment/" title="FATHOM">FATHOM</a></li>
<li><a href="http://blogfreakz.com/javascript/fathom-js-present-javascript-in-its-native-environment/" title="coruosel js native">coruosel js native</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/javascript/fathom-js-present-javascript-in-its-native-environment/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Chop Slider &#8211; Animated jQuery Slider With Unlimited Transition Effects</title>
		<link>http://blogfreakz.com/jquery/chop-slider-animated-jquery-slider-with-unlimited-transition-effects/</link>
		<comments>http://blogfreakz.com/jquery/chop-slider-animated-jquery-slider-with-unlimited-transition-effects/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 13:24:22 +0000</pubDate>
		<dc:creator>Mufti Ali</dc:creator>
				<category><![CDATA[Gallery/Carousel/Slider]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[slider]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=20609</guid>
		<description><![CDATA[Chop Slider is the awesome animated jQuery slider taht come with unlimited transition effects. Chop Slider uses full power of CSS3 animation. It has own CSS3 support detection and works a little bit different (but still awesome) in old (and Internet Explorer) browsers. It allows you to be fuly creative and create your own transition [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogfreakz.com/jquery/chop-slider-animated-jquery-slider-with-unlimited-transition-effects/" title="Link to Chop Slider - Animated jQuery Slider With Unlimited Transition Effects"><img class="wppt_float_left" src="http://blogfreakz.com/wp-content/uploads/wp-post-thumbnail/qW3tij.jpg" alt="qW3tij Chop Slider   Animated jQuery Slider With Unlimited Transition Effects" title="" width="200" height="200" /></a><a title="chop slider" rel="nofollow" href="http://www.idangero.us/cs/" target="_blank">Chop Slider</a> is the awesome animated jQuery slider taht come with unlimited transition effects. Chop Slider uses full power of CSS3 animation. It has own CSS3 support detection and works a little bit different (but still awesome) in old (and Internet Explorer) browsers. It allows you to be fuly creative and create your own transition effects.<br />
<span id="more-20609"></span><a rel="nofollow" href="http://www.idangero.us/cs/"><img class="alignnone size-full wp-image-20610" title="chop-slider" src="http://blogfreakz.com/wp-content/uploads/2011/06/chop-slider.jpg" alt="chop slider Chop Slider   Animated jQuery Slider With Unlimited Transition Effects" width="600" height="300" /></a><br />
Chop Slider has a lot of flexible settings to make your transition unique. It has built in control navigation and captions control. The file size is about 3Kb minified and gzipped. Chop Slider support for Internet Explorer v6+, Firefox v3+, Google Chrome v4+, Safari v4+ and Opera v10+.</p>
<p class="download">Requirements: jQuery Framework<br />
Demo: <a title="chop slider" rel="nofollow" href="http://www.idangero.us/cs/" target="_blank">http://www.idangero.us/cs/</a><br />
License: MIT License</p>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/jquery/chop-slider-animated-jquery-slider-with-unlimited-transition-effects/" title="Chop Slider">Chop Slider</a></li>
<li><a href="http://blogfreakz.com/jquery/chop-slider-animated-jquery-slider-with-unlimited-transition-effects/" title="jquery slider">jquery slider</a></li>
<li><a href="http://blogfreakz.com/jquery/chop-slider-animated-jquery-slider-with-unlimited-transition-effects/" title="jquery chop slider">jquery chop slider</a></li>
<li><a href="http://blogfreakz.com/jquery/chop-slider-animated-jquery-slider-with-unlimited-transition-effects/" title="slider jquery">slider jquery</a></li>
<li><a href="http://blogfreakz.com/jquery/chop-slider-animated-jquery-slider-with-unlimited-transition-effects/" title="jquery slider transitions">jquery slider transitions</a></li>
<li><a href="http://blogfreakz.com/jquery/chop-slider-animated-jquery-slider-with-unlimited-transition-effects/" title="jquery slider different size images">jquery slider different size images</a></li>
<li><a href="http://blogfreakz.com/jquery/chop-slider-animated-jquery-slider-with-unlimited-transition-effects/" title="chopslider">chopslider</a></li>
<li><a href="http://blogfreakz.com/jquery/chop-slider-animated-jquery-slider-with-unlimited-transition-effects/" title="chop slider jquery">chop slider jquery</a></li>
<li><a href="http://blogfreakz.com/jquery/chop-slider-animated-jquery-slider-with-unlimited-transition-effects/" title="jquery slider animation">jquery slider animation</a></li>
<li><a href="http://blogfreakz.com/jquery/chop-slider-animated-jquery-slider-with-unlimited-transition-effects/" title="chop slider transitions">chop slider transitions</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/jquery/chop-slider-animated-jquery-slider-with-unlimited-transition-effects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PhotoSwipe &#8211; The Web Image Gallery For Mobile Device</title>
		<link>http://blogfreakz.com/gallery/photoswipe-the-web-image-gallery-for-mobile-device/</link>
		<comments>http://blogfreakz.com/gallery/photoswipe-the-web-image-gallery-for-mobile-device/#comments</comments>
		<pubDate>Fri, 27 May 2011 08:13:03 +0000</pubDate>
		<dc:creator>Mufti Ali</dc:creator>
				<category><![CDATA[Gallery/Carousel/Slider]]></category>
		<category><![CDATA[Mobile development]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=20145</guid>
		<description><![CDATA[Inspired by the iOS photo viewer and Google images for mobile, PhotoSwipe is a HTML/CSS/JavaScript based image gallery specifically targeting mobile devices. PhotoSwipe provides your visitors with a familiar and intuitive interface allowing them to interact with images on your mobile website. Features Optimised for mobile devices running a WebKit browser. Runs on modern desktop [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogfreakz.com/gallery/photoswipe-the-web-image-gallery-for-mobile-device/" title="Link to PhotoSwipe - The Web Image Gallery For Mobile Device"><img class="wppt_float_left" src="http://blogfreakz.com/wp-content/uploads/wp-post-thumbnail/eTPlbq.jpg" alt="eTPlbq PhotoSwipe   The Web Image Gallery For Mobile Device" title="" width="200" height="200" /></a>Inspired by the iOS photo viewer and Google images for mobile, PhotoSwipe is a HTML/CSS/JavaScript based image gallery specifically targeting mobile devices. <a rel="nofollow" title="photoswipe" href="http://www.photoswipe.com/" target="_blank">PhotoSwipe</a> provides your visitors with a familiar and intuitive interface allowing them to interact with images on your mobile website.</p>
<p><span id="more-20145"></span></p>
<h3><a  rel="nofollow" href="http://www.photoswipe.com/"><img class="alignnone size-full wp-image-20148" title="photoswipe" src="http://blogfreakz.com/wp-content/uploads/2011/05/photoswipe.jpg" alt="photoswipe PhotoSwipe   The Web Image Gallery For Mobile Device" width="600" height="300" /></a></h3>
<h3>Features</h3>
<ul>
<li> Optimised for mobile devices running a WebKit browser.</li>
<li> Runs on modern desktop browsers, including Internet Explorer 8 and above.</li>
<li> Multiple input options including swipe gestures (both mouse and screen touches), keyboard control and an interactive on screen toolbar.</li>
<li> Responsive to device orientation changes.</li>
<li> Automatically scales images to maximise screen size and orientation.</li>
<li> Zoom / pan and rotate images (as of v1.0.4 &#8211; experimental iOS devices only)</li>
<li> Works with your markup and semantic structure. Does not enforce any specific markup.</li>
<li> Supports image captions.</li>
<li> Slideshow feature to automatically play through images in the gallery.</li>
<li> Uses hardware acceleration where possible for smoother transitions and effects.</li>
<li> Can be integrated into jQuery Mobile.</li>
<li> Comprehensive customisation options:</li>
<li> Presentation controlled via CSS</li>
<li> Set whether the gallery loops or not i.e. when you reach the end, is the next image the first image, or does the gallery show a bounce effect to indicate that you have reached the end.</li>
<li> Hide or show captions and toolbar</li>
<li> Change caption and toolbar positions</li>
<li> Set the speeds of all animations used, from sliding in to fading.</li>
</ul>
<p>PhotoSwipe comes with an example site to help you get started. There are two distributions of the library:</p>
<ul>
<li>The default distribution optimised for WebKit and Mozilla based browsers. This distribution uses standard DOM querying and manipulation. It also uses CSS3 transformations for animations.</li>
<li> The jQuery distribution that uses jQuery as it&#8217;s engine.</li>
</ul>
<p>It is recommended for WebKit based mobile devices to use the default distribution. This distribution will run faster. It does not require jQuery (so one less library to download to your mobile device). It also uses CSS3 to achieve animation effects. This is extremely noticable when running on an iOS device as animation will use hardware acceleration and will feel more &#8220;native&#8221; to the device. The default distribution will also work on desktop WebKit browsers (such as Chrome and Safari) as well as Firefox.</p>
<p>The current version supports mobile handsets running WebKit based browsers, i.e. iOS, Android and Blackberry 6. PhotoSwipe also runs on the desktop and has been tested on Chrome, Firefox, Safari and Internet Explorer 8 and above.</p>
<p class="download">
Requirements: -<br />
Demo: <a  rel="nofollow" title="photoswipe" href="http://www.photoswipe.com/latest/examples/jquery-mobile.html" target="_blank">http://www.photoswipe.com/latest/examples/jquery-mobile.html</a><br />
License: MIT LIcense
</p>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/gallery/photoswipe-the-web-image-gallery-for-mobile-device/" title="photoswipe tutorial">photoswipe tutorial</a></li>
<li><a href="http://blogfreakz.com/gallery/photoswipe-the-web-image-gallery-for-mobile-device/" title="photoswipe">photoswipe</a></li>
<li><a href="http://blogfreakz.com/gallery/photoswipe-the-web-image-gallery-for-mobile-device/" title="photoswipe wordpress">photoswipe wordpress</a></li>
<li><a href="http://blogfreakz.com/gallery/photoswipe-the-web-image-gallery-for-mobile-device/" title="jquery mobile carousel swipe">jquery mobile carousel swipe</a></li>
<li><a href="http://blogfreakz.com/gallery/photoswipe-the-web-image-gallery-for-mobile-device/" title="photoswipe jquery mobile">photoswipe jquery mobile</a></li>
<li><a href="http://blogfreakz.com/gallery/photoswipe-the-web-image-gallery-for-mobile-device/" title="jquery mobile photoswipe">jquery mobile photoswipe</a></li>
<li><a href="http://blogfreakz.com/gallery/photoswipe-the-web-image-gallery-for-mobile-device/" title="photoswipe options">photoswipe options</a></li>
<li><a href="http://blogfreakz.com/gallery/photoswipe-the-web-image-gallery-for-mobile-device/" title="jquery mobile swipe carousel">jquery mobile swipe carousel</a></li>
<li><a href="http://blogfreakz.com/gallery/photoswipe-the-web-image-gallery-for-mobile-device/" title="mobile carousel swipe">mobile carousel swipe</a></li>
<li><a href="http://blogfreakz.com/gallery/photoswipe-the-web-image-gallery-for-mobile-device/" title="Animate Photoswipe">Animate Photoswipe</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/gallery/photoswipe-the-web-image-gallery-for-mobile-device/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flux Slider &#8211; CSS3 Animation Based Image Transitions</title>
		<link>http://blogfreakz.com/gallery/flux-slider-css3-animation-based-image-transitions/</link>
		<comments>http://blogfreakz.com/gallery/flux-slider-css3-animation-based-image-transitions/#comments</comments>
		<pubDate>Mon, 23 May 2011 13:46:53 +0000</pubDate>
		<dc:creator>Mufti Ali</dc:creator>
				<category><![CDATA[Gallery/Carousel/Slider]]></category>
		<category><![CDATA[slider]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=20042</guid>
		<description><![CDATA[Flux slider is a CSS3 animation based image transition framework, inspired in part by the fantastic Nivo Slider jQuery plugin. Instead of the traditional Javascript timer based animations used by jQuery, Flux utilises the newer, more powerful CSS3 animation technology. Its in a fairly early/rough state at the moment but testing on the iPhone/iPad does [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogfreakz.com/gallery/flux-slider-css3-animation-based-image-transitions/" title="Link to Flux Slider - CSS3 Animation Based Image Transitions "><img class="wppt_float_left" src="http://blogfreakz.com/wp-content/uploads/wp-post-thumbnail/ZbikqE.jpg" alt="ZbikqE Flux Slider   CSS3 Animation Based Image Transitions " title="" width="200" height="200" /></a><a title="flux slider" rel="nofollow" href="http://www.joelambert.co.uk/flux/" target="_blank">Flux slider</a> is a CSS3 animation based image transition framework, inspired in part by the fantastic <a title="nivo slider" rel="nofollow" href="http://blogfreakz.com/jquery/nivo-slider-jquery-image-slider/" target="_blank">Nivo Slider</a> jQuery plugin. Instead of the traditional Javascript timer based animations used by  jQuery, Flux utilises the newer, more powerful CSS3 animation  technology. Its in a fairly early/rough state at the moment but testing  on the iPhone/iPad does appear to produce much smoother animations.  Desktop performance (as with Nivo) is very smooth but the use of CSS3  enables us to produce some new effects that Nivo can’t, e.g. rotations.</p>
<p><span id="more-20042"></span><a rel="nofollow" href="http://www.joelambert.co.uk/flux/"><img class="alignnone size-full wp-image-20045" title="flux-slider" src="http://blogfreakz.com/wp-content/uploads/2011/05/flux-slider.jpg" alt="flux slider Flux Slider   CSS3 Animation Based Image Transitions " width="600" height="300" /></a></p>
<p>The aim is to use hardware acceleration where possible to improve  performace on less powerful devices, such as mobiles &amp; tablets.Flux requires a browser which supports CSS3 transformations and has been built to use either jQuery or Zepto.js as they share the same API. For mobile deployment Zepto is recommended due to its &lt;5k deployment footprint.</p>
<p class="download">Requirements: CSS3 Transformations Enable Browser<br />
Demo: <a title="flux slider" rel="nofollow" href="http://www.joelambert.co.uk/flux/" target="_blank">http://www.joelambert.co.uk/flux/</a><br />
License: MIT License</p>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/gallery/flux-slider-css3-animation-based-image-transitions/" title="slider css3">slider css3</a></li>
<li><a href="http://blogfreakz.com/gallery/flux-slider-css3-animation-based-image-transitions/" title="css3 slider">css3 slider</a></li>
<li><a href="http://blogfreakz.com/gallery/flux-slider-css3-animation-based-image-transitions/" title="zepto carousel">zepto carousel</a></li>
<li><a href="http://blogfreakz.com/gallery/flux-slider-css3-animation-based-image-transitions/" title="slider css 3">slider css 3</a></li>
<li><a href="http://blogfreakz.com/gallery/flux-slider-css3-animation-based-image-transitions/" title="css3 transition">css3 transition</a></li>
<li><a href="http://blogfreakz.com/gallery/flux-slider-css3-animation-based-image-transitions/" title="Flux Slider　transitions">Flux Slider　transitions</a></li>
<li><a href="http://blogfreakz.com/gallery/flux-slider-css3-animation-based-image-transitions/" title="flux slider">flux slider</a></li>
<li><a href="http://blogfreakz.com/gallery/flux-slider-css3-animation-based-image-transitions/" title="technology based on css3 animation of 2011">technology based on css3 animation of 2011</a></li>
<li><a href="http://blogfreakz.com/gallery/flux-slider-css3-animation-based-image-transitions/" title="CSS Transition Framework">CSS Transition Framework</a></li>
<li><a href="http://blogfreakz.com/gallery/flux-slider-css3-animation-based-image-transitions/" title="css3 image transitions">css3 image transitions</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/gallery/flux-slider-css3-animation-based-image-transitions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skitter &#8211; Feature Rich jQuery Slideshow Plugin With 22 Classy Animations</title>
		<link>http://blogfreakz.com/jquery/skitter-feature-rich-jquery-slideshow-plugin-with-22-classy-animations/</link>
		<comments>http://blogfreakz.com/jquery/skitter-feature-rich-jquery-slideshow-plugin-with-22-classy-animations/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 02:26:33 +0000</pubDate>
		<dc:creator>Mufti Ali</dc:creator>
				<category><![CDATA[Gallery/Carousel/Slider]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[slideshow]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=18908</guid>
		<description><![CDATA[Skitter is a feature rich jQuery slideshow plugin that comes with 22 unique and smooth animations. It has various transition options for customization like speed, interval and animation effects. Skitter offers pagination and navigation controls that allow users to drive the slideshow as they like. Requirements: jQuery Framework Demo: http://thiagosf.net/projects/jquery/skitter/ License: Free License Incoming search [...]]]></description>
			<content:encoded><![CDATA[<p><a title="skitter" rel="nofollow" href="http://thiagosf.net/projects/jquery/skitter/" target="_blank">Skitter</a> is a feature rich jQuery slideshow plugin that comes with 22 unique and smooth animations. It has various transition options for customization like speed, interval and animation effects. Skitter offers pagination and navigation controls that allow users to drive the slideshow as they like.</p>
<p><span id="more-18908"></span></p>
<p><a rel="nofollow" href="http://thiagosf.net/projects/jquery/skitter/"><img class="alignnone size-full wp-image-18911" title="skitter" src="http://blogfreakz.com/wp-content/uploads/2011/04/skitter.jpg" alt="skitter  Skitter   Feature Rich jQuery Slideshow Plugin With 22 Classy Animations" width="600" height="300" /></a></p>
<p class="download">Requirements: jQuery Framework<br />
Demo: <a rel="nofollow" href="http://thiagosf.net/projects/jquery/skitter/" target="_blank">http://thiagosf.net/projects/jquery/skitter/</a><br />
License: Free License</p>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/jquery/skitter-feature-rich-jquery-slideshow-plugin-with-22-classy-animations/" title="jquery slideshow">jquery slideshow</a></li>
<li><a href="http://blogfreakz.com/jquery/skitter-feature-rich-jquery-slideshow-plugin-with-22-classy-animations/" title="Skitter Slideshow">Skitter Slideshow</a></li>
<li><a href="http://blogfreakz.com/jquery/skitter-feature-rich-jquery-slideshow-plugin-with-22-classy-animations/" title="box skitter">box skitter</a></li>
<li><a href="http://blogfreakz.com/jquery/skitter-feature-rich-jquery-slideshow-plugin-with-22-classy-animations/" title="Skitter Slideshow wordpress">Skitter Slideshow wordpress</a></li>
<li><a href="http://blogfreakz.com/jquery/skitter-feature-rich-jquery-slideshow-plugin-with-22-classy-animations/" title="Skitter Slideshow free">Skitter Slideshow free</a></li>
<li><a href="http://blogfreakz.com/jquery/skitter-feature-rich-jquery-slideshow-plugin-with-22-classy-animations/" title="Skitter Slideshow tutorial">Skitter Slideshow tutorial</a></li>
<li><a href="http://blogfreakz.com/jquery/skitter-feature-rich-jquery-slideshow-plugin-with-22-classy-animations/" title="skitter">skitter</a></li>
<li><a href="http://blogfreakz.com/jquery/skitter-feature-rich-jquery-slideshow-plugin-with-22-classy-animations/" title="jquery skitter">jquery skitter</a></li>
<li><a href="http://blogfreakz.com/jquery/skitter-feature-rich-jquery-slideshow-plugin-with-22-classy-animations/" title="rich:jQuery">rich:jQuery</a></li>
<li><a href="http://blogfreakz.com/jquery/skitter-feature-rich-jquery-slideshow-plugin-with-22-classy-animations/" title="slideshow wordpress">slideshow wordpress</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/jquery/skitter-feature-rich-jquery-slideshow-plugin-with-22-classy-animations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

