<?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 - Web Design and Web Development resources &#187; Light Box</title>
	<atom:link href="http://blogfreakz.com/category/light-box/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogfreakz.com</link>
	<description>A site dedicated to keeping up with the latest trends on Web Design</description>
	<lastBuildDate>Mon, 21 May 2012 02:24:33 +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>NetEye Touch Gallery</title>
		<link>http://blogfreakz.com/tutorial/neteye-touch-gallery/</link>
		<comments>http://blogfreakz.com/tutorial/neteye-touch-gallery/#comments</comments>
		<pubDate>Thu, 10 May 2012 02:10:09 +0000</pubDate>
		<dc:creator>Marvin@Blogfreakz</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Light Box]]></category>
		<category><![CDATA[Mobile development]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[free tutorial]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=27294</guid>
		<description><![CDATA[Upgrade your mobile browser&#8217;s photo-viewing apps with the NetEye Touch Gallery. It’s a type of lightbox that’s written and optimized for Mobile Safari on iPad/iPhone, has photo gallery for any touch devices, has touch support and it works with Desktop Safari, Firefox 4, Opera, Chrome and limited for IE which may have no transition. Click [...]]]></description>
			<content:encoded><![CDATA[<p>Upgrade your mobile browser&#8217;s photo-viewing apps with the NetEye Touch  Gallery. It’s a type of lightbox that’s written and optimized for Mobile  Safari on iPad/iPhone, has photo gallery for any touch devices, has  touch support and it works with Desktop Safari, Firefox 4, Opera, Chrome  and limited for IE which may have no transition.</p>
<p style="text-align: center;"><a href="http://neteye.github.com/downloads/NETEYE-touch-gallery-1.0.0.zip" target="_blank"><img class="aligncenter size-full wp-image-27295" title="neteye" src="http://blogfreakz.com/wp-content/uploads/2012/05/neteye.jpg" alt="neteye NetEye Touch Gallery" width="446" height="224" /></a><strong>Click on the image to download the zip file. </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong>Usage:</p>
<pre><span style="color: #003366;">&lt;div id="gallery"&gt;</span></pre>
<pre><span style="color: #003366;">&lt;a href="image1.jpg"&gt;</span></pre>
<pre><span style="color: #003366;">&lt;img src="thumb1.jpg" /&gt;</span></pre>
<pre><span style="color: #003366;">&lt;/a&gt;</span></pre>
<pre><span style="color: #003366;">&lt;a href="image2.jpg"&gt;</span></pre>
<pre><span style="color: #003366;">&lt;img src="thumb2.jpg" /&gt;</span></pre>
<pre><span style="color: #003366;">&lt;/a&gt;</span></pre>
<pre><span style="color: #003366;">&lt;a href="image3.jpg"&gt;</span></pre>
<pre><span style="color: #003366;">&lt;img src="thumb3.jpg" /&gt;</span></pre>
<pre><span style="color: #003366;">&lt;/a&gt;</span></pre>
<pre><span style="color: #003366;">&lt;/div&gt;</span></pre>
<pre><span style="color: #003366;">&lt;script&gt;</span></pre>
<pre><span style="color: #003366;">$('#gallery a').touchGallery();</span></pre>
<pre><span style="color: #003366;">&lt;/script&gt;</span></pre>
<p>You may alter it by providing the getSource function like this:</p>
<pre><span style="color: #003366;">&lt;img src="thumb1.jpg" data-large="image1.jpg" /&gt;</span></pre>
<pre><span style="color: #003366;">&lt;img src="thumb2.jpg" data-large="image2.jpg" /&gt;</span></pre>
<pre><span style="color: #003366;">&lt;img src="thumb3.jpg"  data-large="image3.jpg" /&gt;</span></pre>
<pre><span style="color: #003366;">&lt;script&gt;</span></pre>
<pre><span style="color: #003366;">$('img[data-large]').touchGallery({</span></pre>
<pre><span style="color: #003366;">getSource: function() {</span></pre>
<pre><span style="color: #003366;">return $(this).attr('data-large');</span></pre>
<pre><span style="color: #003366;">}</span></pre>
<pre><span style="color: #003366;">});</span></pre>
<pre><span style="color: #003366;">&lt;/script&gt;</span></pre>
<p>See Touch Gallery&#8217;s full <strong><a href="http://neteye.github.com/touch-gallery.html" target="_blank">DEMO and DETAILS.</a> </strong><br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/tutorial/neteye-touch-gallery/" title="admin template">admin template</a></li>
<li><a href="http://blogfreakz.com/tutorial/neteye-touch-gallery/" title="jquery mobile image gallery">jquery mobile image gallery</a></li>
<li><a href="http://blogfreakz.com/tutorial/neteye-touch-gallery/" title="jquery mobile touch gallery html5">jquery mobile touch gallery html5</a></li>
<li><a href="http://blogfreakz.com/tutorial/neteye-touch-gallery/" title="jquery mobile tutorial">jquery mobile tutorial</a></li>
<li><a href="http://blogfreakz.com/tutorial/neteye-touch-gallery/" title="neteye touch jquery mobile">neteye touch jquery mobile</a></li>
<li><a href="http://blogfreakz.com/tutorial/neteye-touch-gallery/" title="touch gallery script">touch gallery script</a></li>
<li><a href="http://blogfreakz.com/tutorial/neteye-touch-gallery/" title="web touch gallery">web touch gallery</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/tutorial/neteye-touch-gallery/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 ui carousel">jquery ui carousel</a></li>
<li><a href="http://blogfreakz.com/web-design/rcarousel-a-continuous-jquery-ui-carousel/" title="rcarousel jquery">rcarousel jquery</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="continuous jquery carousel">continuous jquery carousel</a></li>
<li><a href="http://blogfreakz.com/web-design/rcarousel-a-continuous-jquery-ui-carousel/" title="rcarousel step end">rcarousel step end</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 carrousel de videos">jquery ui carrousel de videos</a></li>
<li><a href="http://blogfreakz.com/web-design/rcarousel-a-continuous-jquery-ui-carousel/" title="jquery ui carousel menu 2011">jquery ui carousel menu 2011</a></li>
<li><a href="http://blogfreakz.com/web-design/rcarousel-a-continuous-jquery-ui-carousel/" title="rcarousel bring in json">rcarousel bring in json</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>CeraBox &#8211; Alternative Lightbox for MooTools</title>
		<link>http://blogfreakz.com/mootools/cerabox-lightbox-for-mootools/</link>
		<comments>http://blogfreakz.com/mootools/cerabox-lightbox-for-mootools/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 13:19:00 +0000</pubDate>
		<dc:creator>Mufti Ali</dc:creator>
				<category><![CDATA[Light Box]]></category>
		<category><![CDATA[Mootools]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=15944</guid>
		<description><![CDATA[CeraBox is alternative lightbox build on MooTools 1.3, inspired by Fancybox.net. CeraBox allow us to display images, SWF files or HTML  file. It can load iframes and make Ajax requests. CeraBox can grouping images to be presented as a gallery where they can be browsed with prev-next buttons. CeraBox requires MooTools 1.3 +. Requirements: MooTools [...]]]></description>
			<content:encoded><![CDATA[<p><a title="cerabox" rel="nofollow" href="http://cerabox.ceramedia.nl/" target="_blank">CeraBox</a> is alternative lightbox build on MooTools 1.3, inspired by Fancybox.net. CeraBox allow us to display images, SWF files or HTML  file. It can load iframes and make Ajax requests.<br />
<span id="more-15944"></span></p>
<p><a rel="nofollow" href="http://cerabox.ceramedia.nl/"><img class="alignnone size-full wp-image-15947" title="cerabox" src="http://blogfreakz.com/wp-content/uploads/2011/02/cerabox.jpg" alt="cerabox CeraBox   Alternative Lightbox for MooTools" width="600" height="380" /></a></p>
<p>CeraBox can grouping images to be presented as a gallery where they can be browsed with prev-next buttons. CeraBox requires MooTools 1.3 +.</p>
<p class="download"><strong>Requirements</strong>: MooTools 1.3 +<br />
<strong>Demo</strong>: <a title="cerabox" rel="nofollow" href="http://cerabox.ceramedia.nl/" target="_blank">http://cerabox.ceramedia.nl/</a><br />
<strong>License</strong>: Other License</p>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/mootools/cerabox-lightbox-for-mootools/" title="cerabox">cerabox</a></li>
<li><a href="http://blogfreakz.com/mootools/cerabox-lightbox-for-mootools/" title="cerabox wordpress">cerabox wordpress</a></li>
<li><a href="http://blogfreakz.com/mootools/cerabox-lightbox-for-mootools/" title="cerabox demo">cerabox demo</a></li>
<li><a href="http://blogfreakz.com/mootools/cerabox-lightbox-for-mootools/" title="cerabox form">cerabox form</a></li>
<li><a href="http://blogfreakz.com/mootools/cerabox-lightbox-for-mootools/" title="mootools 1 3 carousel">mootools 1 3 carousel</a></li>
<li><a href="http://blogfreakz.com/mootools/cerabox-lightbox-for-mootools/" title="lightbox mootools login">lightbox mootools login</a></li>
<li><a href="http://blogfreakz.com/mootools/cerabox-lightbox-for-mootools/" title="login form mootools">login form mootools</a></li>
<li><a href="http://blogfreakz.com/mootools/cerabox-lightbox-for-mootools/" title="fancybox gallery out of iframe">fancybox gallery out of iframe</a></li>
<li><a href="http://blogfreakz.com/mootools/cerabox-lightbox-for-mootools/" title="Loading content Ajax mootools">Loading content Ajax mootools</a></li>
<li><a href="http://blogfreakz.com/mootools/cerabox-lightbox-for-mootools/" title="how to cerabox">how to cerabox</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/mootools/cerabox-lightbox-for-mootools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ViewBook &#8211; Fliping book Effect For jQuery Plugin</title>
		<link>http://blogfreakz.com/light-box/viewbook-fliping-book-effect-for-jquery-plugin/</link>
		<comments>http://blogfreakz.com/light-box/viewbook-fliping-book-effect-for-jquery-plugin/#comments</comments>
		<pubDate>Fri, 26 Nov 2010 04:05:59 +0000</pubDate>
		<dc:creator>Mufti Ali</dc:creator>
				<category><![CDATA[Light Box]]></category>
		<category><![CDATA[fliping effect]]></category>
		<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=12985</guid>
		<description><![CDATA[Viewbook is a jQuery tool for displaying content on the web in a flipbook layout. ViwBook allow Us place any sort of html elements inside of Our viewbook pages and displaying as fliping book layout. There is no limit to the possibilities you can create. Even using simple options, you can have elaborate displays. It [...]]]></description>
			<content:encoded><![CDATA[<p><a title="ViewBook" rel="nofollow" href="http://builtbywill.com/code/viewbook/" target="_blank">Viewbook</a> is a <strong>jQuery tool for displaying content on the web in a flipbook layout</strong>. ViwBook allow Us place any sort of html elements inside of Our viewbook pages and displaying as fliping book layout.</p>
<p><span id="more-12985"></span><a rel="nofollow" href="http://builtbywill.com/code/viewbook/"><img class="alignnone size-full wp-image-12986" title="viewbook" src="http://blogfreakz.com/wp-content/uploads/2010/11/viewbook.jpg" alt="viewbook ViewBook   Fliping book Effect For jQuery Plugin" width="600" height="436" /></a></p>
<p>There is no limit to the possibilities you can create. Even using simple options, you can have elaborate displays.<br />
It has various option for customization:</p>
<ul>
<li> width/height</li>
<li>speed</li>
<li>starting page</li>
<li>easing</li>
<li>page numbers</li>
<li>shadows</li>
<li>keyboard controls</li>
<li>custom next &amp; prev links</li>
<li>and more..</li>
</ul>
<p>For installation, You need to included, jquery farmework, <a rel="nofollow" href="http://gsgd.co.uk/sandbox/jquery/easing/" target="_blank">Easing jQuery Plugin</a> ,Viewbook JS and CSS files. ViewBook Licensed under both MIT and GPL licenses.</p>
<p class="download"><strong>Requirements</strong>: jQuery Framework, <a rel="nofollow" href="http://gsgd.co.uk/sandbox/jquery/easing/" target="_blank">Easing jQuery Plugin</a><br />
<strong>Demo</strong>: <a title="jquery fliiping book" href="http://builtbywill.com/code/viewbook/examples/" target="_blank">http://builtbywill.com/code/viewbook/examples/</a><br />
<strong>License</strong>: MIT License, GPL License.</p>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/light-box/viewbook-fliping-book-effect-for-jquery-plugin/" title="jquery book effect">jquery book effect</a></li>
<li><a href="http://blogfreakz.com/light-box/viewbook-fliping-book-effect-for-jquery-plugin/" title="jquery viewbook">jquery viewbook</a></li>
<li><a href="http://blogfreakz.com/light-box/viewbook-fliping-book-effect-for-jquery-plugin/" title="viewbook jquery">viewbook jquery</a></li>
<li><a href="http://blogfreakz.com/light-box/viewbook-fliping-book-effect-for-jquery-plugin/" title="book effect jquery">book effect jquery</a></li>
<li><a href="http://blogfreakz.com/light-box/viewbook-fliping-book-effect-for-jquery-plugin/" title="jquery book plugin">jquery book plugin</a></li>
<li><a href="http://blogfreakz.com/light-box/viewbook-fliping-book-effect-for-jquery-plugin/" title="jquery flip book effect">jquery flip book effect</a></li>
<li><a href="http://blogfreakz.com/light-box/viewbook-fliping-book-effect-for-jquery-plugin/" title="jquery flip book">jquery flip book</a></li>
<li><a href="http://blogfreakz.com/light-box/viewbook-fliping-book-effect-for-jquery-plugin/" title="viewbook js">viewbook js</a></li>
<li><a href="http://blogfreakz.com/light-box/viewbook-fliping-book-effect-for-jquery-plugin/" title="jquery view book">jquery view book</a></li>
<li><a href="http://blogfreakz.com/light-box/viewbook-fliping-book-effect-for-jquery-plugin/" title="book effect in jquery">book effect in jquery</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/light-box/viewbook-fliping-book-effect-for-jquery-plugin/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Purr &#8211; MooTools Growl-Style Pop-Up Notifications</title>
		<link>http://blogfreakz.com/mootools/purr-mootools-growl-style-pop-up-notifications/</link>
		<comments>http://blogfreakz.com/mootools/purr-mootools-growl-style-pop-up-notifications/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 11:15:56 +0000</pubDate>
		<dc:creator>Mufti Ali</dc:creator>
				<category><![CDATA[Light Box]]></category>
		<category><![CDATA[Mootools]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=11364</guid>
		<description><![CDATA[Purr is an advanced MooTools notifications class that allows you to show growl-style pop-up notifications. It also provides Elements.alert() to allow a notification to be popped above of an existing element. This notification plugin can be used to show any kind of notifications on web pages using custom positioned modal windows. You can dismiss the [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Pur" rel="nofollow" href="http://github.com/re5et/purr" target="_blank">Purr</a> is an advanced <strong>MooTools notifications</strong> class that allows you to show  growl-style <strong>pop-up notifications</strong>.  It also provides Elements.alert() to  allow a notification to be popped above of an existing element.</p>
<p><span id="more-11364"></span></p>
<p><a rel="nofollow" href="http://re5et.github.com/projects/purr/demo"><img class="aligncenter size-full wp-image-11371" title="pur" src="http://blogfreakz.com/wp-content/uploads/2010/10/pur.jpg" alt="pur Purr   MooTools Growl Style Pop Up Notifications" width="600" height="220" /></a></p>
<p>This notification plugin can be used to show any kind of notifications on web pages using custom positioned modal windows. You can dismiss the message by clicking on it. You can also add extra class on message box for styling purpose.</p>
<p class="download"><strong>Requirements</strong>: MooTools Framework<br />
<strong>Demo</strong>: <a rel="nofollow" href="http://re5et.github.com/projects/purr/demo/" target="_blank">http://re5et.github.com/projects/purr/demo/</a><br />
<strong>License</strong>: Free License</p>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/mootools/purr-mootools-growl-style-pop-up-notifications/" title="mootools popup">mootools popup</a></li>
<li><a href="http://blogfreakz.com/mootools/purr-mootools-growl-style-pop-up-notifications/" title="growl style">growl style</a></li>
<li><a href="http://blogfreakz.com/mootools/purr-mootools-growl-style-pop-up-notifications/" title="popup mootools">popup mootools</a></li>
<li><a href="http://blogfreakz.com/mootools/purr-mootools-growl-style-pop-up-notifications/" title="mootools growl">mootools growl</a></li>
<li><a href="http://blogfreakz.com/mootools/purr-mootools-growl-style-pop-up-notifications/" title="mootools notification">mootools notification</a></li>
<li><a href="http://blogfreakz.com/mootools/purr-mootools-growl-style-pop-up-notifications/" title="purr mootools">purr mootools</a></li>
<li><a href="http://blogfreakz.com/mootools/purr-mootools-growl-style-pop-up-notifications/" title="mootools purr">mootools purr</a></li>
<li><a href="http://blogfreakz.com/mootools/purr-mootools-growl-style-pop-up-notifications/" title="mootools pop up">mootools pop up</a></li>
<li><a href="http://blogfreakz.com/mootools/purr-mootools-growl-style-pop-up-notifications/" title="pop mootools">pop mootools</a></li>
<li><a href="http://blogfreakz.com/mootools/purr-mootools-growl-style-pop-up-notifications/" title="mootools Popup demo">mootools Popup demo</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/mootools/purr-mootools-growl-style-pop-up-notifications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sexy Lightbox &#8211; Lightweight and Sexy Lightbox</title>
		<link>http://blogfreakz.com/jquery/sexy-lightbox-lightweight-and-sexy-lightbox/</link>
		<comments>http://blogfreakz.com/jquery/sexy-lightbox-lightweight-and-sexy-lightbox/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 06:26:35 +0000</pubDate>
		<dc:creator>Mufti Ali</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Light Box]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[lightbox]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=9531</guid>
		<description><![CDATA[Sexy Lightbox is a more lightweight and sexier clone of the classic Lightbox. It was constructed thinking about web designers, easy installation and use. Sexy Lightbox is compatible with HTML! That means that you can show elements, pages, videos, and all what you want! Large images (very large images ) are automatically adjusted to window. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.coders.me/ejemplos/sexy-lightbox-2/">Sexy Lightbox</a> is a more <strong>lightweight</strong> and sexier clone of the classic Lightbox. It was  constructed thinking about web designers, easy installation and use. Sexy Lightbox is compatible with HTML! That means that you can show elements, pages, videos, and all what you want!</p>
<p><span id="more-9531"></span><a rel="nofollow" href="http://www.coders.me/ejemplos/sexy-lightbox-2"><img class="aligncenter size-full wp-image-9532" title="SexyLightbox" src="http://blogfreakz.com/wp-content/uploads/2010/09/SexyLightbox.jpg" alt="SexyLightbox Sexy Lightbox   Lightweight and Sexy Lightbox" width="600" height="371" /></a></p>
<p>Large images (very large images <img src="http://www.coders.me/wp-includes/images/smilies/icon_eek.gif" alt="icon eek Sexy Lightbox   Lightweight and Sexy Lightbox"  title="Sexy Lightbox   Lightweight and Sexy Lightbox" /> ) are automatically adjusted to window. Sexy Lightbox 2 requires Mootools 1.2.3 or jQuery 1.3.2, and is compatible with all modern browsers (and Internet Explorer).</p>
<p class="download"><strong>Requirements</strong>: Mootools 1.2.3, jQuery 1.3.2<br />
<strong>Demo</strong>: <a title="Sexy LightBox 2.3" rel="nofollow" href="http://www.coders.me/ejemplos/sexy-lightbox-2" target="_blank">http://www.coders.me/ejemplos/sexy-lightbox-2/</a><br />
<strong>License</strong>: MIT License</p>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/jquery/sexy-lightbox-lightweight-and-sexy-lightbox/" title="Sexy Lightbox 2">Sexy Lightbox 2</a></li>
<li><a href="http://blogfreakz.com/jquery/sexy-lightbox-lightweight-and-sexy-lightbox/" title="jquery sexy lightbox">jquery sexy lightbox</a></li>
<li><a href="http://blogfreakz.com/jquery/sexy-lightbox-lightweight-and-sexy-lightbox/" title="SexyLightbox mootools">SexyLightbox mootools</a></li>
<li><a href="http://blogfreakz.com/jquery/sexy-lightbox-lightweight-and-sexy-lightbox/" title="lightbox html">lightbox html</a></li>
<li><a href="http://blogfreakz.com/jquery/sexy-lightbox-lightweight-and-sexy-lightbox/" title="jquery sexylightbox">jquery sexylightbox</a></li>
<li><a href="http://blogfreakz.com/jquery/sexy-lightbox-lightweight-and-sexy-lightbox/" title="sexy lightbox mootools">sexy lightbox mootools</a></li>
<li><a href="http://blogfreakz.com/jquery/sexy-lightbox-lightweight-and-sexy-lightbox/" title="Sexy LightBox jquery">Sexy LightBox jquery</a></li>
<li><a href="http://blogfreakz.com/jquery/sexy-lightbox-lightweight-and-sexy-lightbox/" title="sexy lightbox">sexy lightbox</a></li>
<li><a href="http://blogfreakz.com/jquery/sexy-lightbox-lightweight-and-sexy-lightbox/" title="mootools sexylightbox">mootools sexylightbox</a></li>
<li><a href="http://blogfreakz.com/jquery/sexy-lightbox-lightweight-and-sexy-lightbox/" title="sexylightbox jquery">sexylightbox jquery</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/jquery/sexy-lightbox-lightweight-and-sexy-lightbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AeroWindow &#8211; Windows Aero Style jQuery Plugin</title>
		<link>http://blogfreakz.com/jquery/aerowindow-windows-aero-style-jquery/</link>
		<comments>http://blogfreakz.com/jquery/aerowindow-windows-aero-style-jquery/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 10:07:21 +0000</pubDate>
		<dc:creator>Mufti Ali</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Light Box]]></category>
		<category><![CDATA[lightbox]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=6146</guid>
		<description><![CDATA[AeroWindow is jQuery plugin that allow us to create Windows Aero Style for Web sites easily. AeroWindow create pop-up window in the Aero style, inspired by the style of Window7. The popup window offers the usual options and full functionality similar to Windows windows. Features Special feature: Live animated Aero Glossy look (see header when [...]]]></description>
			<content:encoded><![CDATA[<p><strong>AeroWindow</strong> is jQuery plugin that allow us to create <strong>Windows Aero Style</strong> for Web sites easily. AeroWindow create pop-up window in the Aero style, inspired by the style of Window7. The popup window offers the usual options and full functionality similar to Windows windows.</p>
<p style="text-align: center;"><span id="more-6146"></span><a rel="attachment wp-att-6147" href="http://blogfreakz.com/jquery/aerowindow-windows-aero-style-jquery/attachment/window-aero/"><img class="size-full wp-image-6147 aligncenter" title="window-aero" src="http://blogfreakz.com/wp-content/uploads/2010/06/window-aero.jpg" alt="window aero AeroWindow   Windows Aero Style jQuery Plugin" width="572" height="381" /></a></p>
<h5>Features</h5>
<ul>
<li><strong>Special feature:</strong> Live animated Aero Glossy look (see header when moving)</li>
<li>Usual window buttons: Minimize, Zoom, Maximize and Close</li>
<li>Double-click support, such as in windows (maximize, zoom out)</li>
<li>Active window is highlighted visually, as in Windows</li>
<li>User-infinitely scalable window size</li>
<li>Sliding window by mouse dragging</li>
<li>Usual Z-order management, as in Windows</li>
<li>+ Animated changing the window size</li>
<li>+ Multiple configuration options</li>
</ul>
<p class="download"><strong>Requirements</strong>: jQuery framework<br />
<strong>Demo</strong>: <a title="windows aero style" rel="nofollow" href="http://www.soyos.net/tl_files/demos/aero-window/" target="_blank">http://www.soyos.net/tl_files/demos/aero-window/</a><br />
<strong>License</strong>:-</p>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/jquery/aerowindow-windows-aero-style-jquery/" title="jquery window manager">jquery window manager</a></li>
<li><a href="http://blogfreakz.com/jquery/aerowindow-windows-aero-style-jquery/" title="jquery window">jquery window</a></li>
<li><a href="http://blogfreakz.com/jquery/aerowindow-windows-aero-style-jquery/" title="jquery windows">jquery windows</a></li>
<li><a href="http://blogfreakz.com/jquery/aerowindow-windows-aero-style-jquery/" title="windows aero css">windows aero css</a></li>
<li><a href="http://blogfreakz.com/jquery/aerowindow-windows-aero-style-jquery/" title="AeroWindow">AeroWindow</a></li>
<li><a href="http://blogfreakz.com/jquery/aerowindow-windows-aero-style-jquery/" title="jquery AeroWindow">jquery AeroWindow</a></li>
<li><a href="http://blogfreakz.com/jquery/aerowindow-windows-aero-style-jquery/" title="jquery windows manager">jquery windows manager</a></li>
<li><a href="http://blogfreakz.com/jquery/aerowindow-windows-aero-style-jquery/" title="jquery window management">jquery window management</a></li>
<li><a href="http://blogfreakz.com/jquery/aerowindow-windows-aero-style-jquery/" title="window manager jquery">window manager jquery</a></li>
<li><a href="http://blogfreakz.com/jquery/aerowindow-windows-aero-style-jquery/" title="jquery aero">jquery aero</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/jquery/aerowindow-windows-aero-style-jquery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lightbox_me – Simple Lightboxing for Developer</title>
		<link>http://blogfreakz.com/jquery/lightbox_me-simple-lightboxing-for-developer/</link>
		<comments>http://blogfreakz.com/jquery/lightbox_me-simple-lightboxing-for-developer/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 02:23:32 +0000</pubDate>
		<dc:creator>Mufti Ali</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Light Box]]></category>
		<category><![CDATA[lightbox]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=6009</guid>
		<description><![CDATA[Have you ever had a DOM element that you wanted lightboxed, but didn&#8217;t want all the fanciness of all the lightbox-related plug-ins out there? Lightbox_me is for you. Lightbox_me is an essential tool for the jQuery developer&#8217;s toolbox. Feed it a DOM element wrapped in a jQuery object and it will lightbox it for you, [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever had a DOM element that you wanted <strong>lightboxed</strong>, but didn&#8217;t want all the fanciness of all the lightbox-related plug-ins out there? Lightbox_me is for you. Lightbox_me is an essential tool for the jQuery developer&#8217;s toolbox. Feed it a DOM element wrapped in a jQuery object and it will lightbox it for you, no muss no fuss.</p>
<h3><span id="more-6009"></span></h3>
<p style="text-align: center;"><img class="size-large wp-image-6016 aligncenter" title="lightbox_me" src="http://blogfreakz.com/wp-content/uploads/2010/06/lightbox_me-600x357.jpg" alt="lightbox me 600x357 Lightbox me – Simple Lightboxing for Developer" width="600" height="357" /></p>
<h3>Features</h3>
<ul>
<li>Handles overlay resize when the window is resized</li>
<li>Handles overlay size in cases where the document is smaller than the window</li>
<li>Handles position: fixed in all browsers</li>
<li>Position: fixed automatically swaps to position: absolute when the window size is smaller than the modal, so the user can scroll to see the contents</li>
</ul>
<p>It is just over 1000 bytes gzipped &amp; compressed. Lightbox_me  has been tested on IE 6+, Firefox 2.5+, Safari and Chrome.</p>
<p class="download">
<strong>Requirements</strong>:  jQuery Framework<br />
<strong>Demo</strong>: <a title="demo" rel="nofollow" href="http://buckwilson.me/lightboxme/" target="_blank">http://buckwilson.me/lightboxme/</a><br />
<strong>License</strong>: Apache License
</p>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/jquery/lightbox_me-simple-lightboxing-for-developer/" title="Lightbox_me">Lightbox_me</a></li>
<li><a href="http://blogfreakz.com/jquery/lightbox_me-simple-lightboxing-for-developer/" title="lightbox_me close">lightbox_me close</a></li>
<li><a href="http://blogfreakz.com/jquery/lightbox_me-simple-lightboxing-for-developer/" title="jquery lightbox_me">jquery lightbox_me</a></li>
<li><a href="http://blogfreakz.com/jquery/lightbox_me-simple-lightboxing-for-developer/" title="jquery lightbox_me onClose">jquery lightbox_me onClose</a></li>
<li><a href="http://blogfreakz.com/jquery/lightbox_me-simple-lightboxing-for-developer/" title="the absolute sound">the absolute sound</a></li>
<li><a href="http://blogfreakz.com/jquery/lightbox_me-simple-lightboxing-for-developer/" title="jquery lightbox_me close">jquery lightbox_me close</a></li>
<li><a href="http://blogfreakz.com/jquery/lightbox_me-simple-lightboxing-for-developer/" title="jquery light me">jquery light me</a></li>
<li><a href="http://blogfreakz.com/jquery/lightbox_me-simple-lightboxing-for-developer/" title="lightbox_me div">lightbox_me div</a></li>
<li><a href="http://blogfreakz.com/jquery/lightbox_me-simple-lightboxing-for-developer/" title="jquery overlay window">jquery overlay window</a></li>
<li><a href="http://blogfreakz.com/jquery/lightbox_me-simple-lightboxing-for-developer/" title="jquery window open lightbox">jquery window open lightbox</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/jquery/lightbox_me-simple-lightboxing-for-developer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>jQuery.popeye- Inline Lightbox Alternative</title>
		<link>http://blogfreakz.com/light-box/jquery-popeye-inline-lightbox/</link>
		<comments>http://blogfreakz.com/light-box/jquery-popeye-inline-lightbox/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 16:06:31 +0000</pubDate>
		<dc:creator>Mufti Ali</dc:creator>
				<category><![CDATA[Gallery/Carousel/Slider]]></category>
		<category><![CDATA[Light Box]]></category>
		<category><![CDATA[lightbox]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=4962</guid>
		<description><![CDATA[jQuery.popeye is an advanced image gallery script built on the JavaScript library jQuery. Use it to save space when displaying a collection of images and offer your users a nice and elegant way to show a big version of your images without leaving the page flow. This image gallery plugin is quick and easy to [...]]]></description>
			<content:encoded><![CDATA[<p><strong>jQuery.popeye</strong> is an <strong>advanced image gallery script</strong> built on the JavaScript library jQuery. Use it to save space when displaying a collection of images and offer your users a nice and elegant way to show a big version of your images without leaving the page flow.</p>
<p><span id="more-4962"></span></p>
<p><a rel="attachment wp-att-4963" href="http://blogfreakz.com/light-box/jquery-popeye-inline-lightbox/attachment/jquery-popeye/"><img class="alignleft size-full wp-image-4963" title="jquery-popeye" src="http://blogfreakz.com/wp-content/uploads/2010/04/jquery-popeye.jpg" alt="jquery popeye jQuery.popeye  Inline Lightbox Alternative" width="600" height="300" /></a></p>
<p>This<strong> image gallery plugin</strong> is quick and easy to setup, it offers great flexibility in both behaviour and styling. jQuery.popeye takes a different approach: not only allows it for browsing all thumbnails as well as the large images in a single image space, it also repects the page flow and stays anchored and rooted in the webpage at all times.</p>
<p class="download"><strong>Requirement</strong>: jQuery Framework<br />
<strong>Demo</strong>:<a rel="nofollow" href="http://dev.herr-schuessler.de/jquery/popeye/demo.html" target="_blank">http://dev.herr-schuessler.de/jquery/popeye/demo.html</a><br />
<strong>License</strong>: GPL License<a href="http://creativecommons.org/licenses/GPL/2.0/"> </a></p>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/light-box/jquery-popeye-inline-lightbox/" title="jquery mobile lightbox">jquery mobile lightbox</a></li>
<li><a href="http://blogfreakz.com/light-box/jquery-popeye-inline-lightbox/" title="jquerymobile lightbox">jquerymobile lightbox</a></li>
<li><a href="http://blogfreakz.com/light-box/jquery-popeye-inline-lightbox/" title="lightbox jquery mobile">lightbox jquery mobile</a></li>
<li><a href="http://blogfreakz.com/light-box/jquery-popeye-inline-lightbox/" title="jquery popeye">jquery popeye</a></li>
<li><a href="http://blogfreakz.com/light-box/jquery-popeye-inline-lightbox/" title="inline lightbox">inline lightbox</a></li>
<li><a href="http://blogfreakz.com/light-box/jquery-popeye-inline-lightbox/" title="lightbox alternative">lightbox alternative</a></li>
<li><a href="http://blogfreakz.com/light-box/jquery-popeye-inline-lightbox/" title="wordpress lightbox inline">wordpress lightbox inline</a></li>
<li><a href="http://blogfreakz.com/light-box/jquery-popeye-inline-lightbox/" title="popeye alternative">popeye alternative</a></li>
<li><a href="http://blogfreakz.com/light-box/jquery-popeye-inline-lightbox/" title="wordpress lightbox alternative">wordpress lightbox alternative</a></li>
<li><a href="http://blogfreakz.com/light-box/jquery-popeye-inline-lightbox/" title="jquery popeye carousel">jquery popeye carousel</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/light-box/jquery-popeye-inline-lightbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Picbox &#8211; Lightweight Javascript Image Viewer</title>
		<link>http://blogfreakz.com/jquery/picbox-lightweight-javascript-image-viewer/</link>
		<comments>http://blogfreakz.com/jquery/picbox-lightweight-javascript-image-viewer/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 05:46:36 +0000</pubDate>
		<dc:creator>Mufti Ali</dc:creator>
				<category><![CDATA[Gallery/Carousel/Slider]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Light Box]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[lightbox]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=4670</guid>
		<description><![CDATA[Picbox is a lightweight (around 5KB) javascript image viewer based on the  Slimbox by Christophe Beyls, and available using either the Mootools or jQuery frameworks. It features automatic resizing and zooming of large images, allowing them to fit in the browser or be viewed at full size. Images automatically resize to fit the screen when [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Picbox</strong> is a lightweight (around 5KB) <strong>javascript image viewer</strong> based on the  <a rel="nofollow" href="http://www.digitalia.be/software/slimbox" target="_blank">Slimbox</a> by Christophe Beyls, and available using either the <a rel="nofollow" href="http://mootools.net/">Mootools</a> or <a onclick="javascript:pageTracker._trackPageview('/outgoing/jquery.com/');" href="http://jquery.com/">jQuery</a> frameworks. It features automatic resizing and zooming of large images, allowing them to fit in the browser or be viewed at full size.</p>
<p style="text-align: center;"><span id="more-4670"></span><a rel="attachment wp-att-4671" href="http://blogfreakz.com/jquery/picbox-lightweight-javascript-image-viewer/attachment/picbox/"><img class="size-large wp-image-4671 aligncenter" title="picbox" src="http://blogfreakz.com/wp-content/uploads/2010/04/picbox-600x508.jpg" alt="picbox 600x508 Picbox   Lightweight Javascript Image Viewer " width="600" height="508" /></a></p>
<p><strong>Images automatically resize to fit the screen </strong>when opened. They can then be <strong>zoomed </strong>in/out using the scroll wheel and moved around on screen using the mouse. Double clicking resets the image or views it full size.</p>
<p>This image viewer plugin can be  customised by editing the autoload code in picbox.js. Example loading code for loading all image links or picasaweb/flickr galleries are in the extras/ folder (all copied from the Slimbox release).</p>
<p>Picbox v1.x and v2.x have been tested with Mootools v1.2.3+ and jQuery 1.3+ respectively. This plugin compatible with Firefox 2.0+, Internet Explorer 6+, Opera 9+, Safari 4+, and Google Chrome. Firefox 3.5 and newer webkit browsers also have nice shadows around the images.</p>
<p class="download"><strong>Requirements</strong>: jQuery framework, MooTools framework<br />
<strong>Demo</strong>:<a rel="nofollow" href="http://bunnyfire.co.uk/projects/picbox/" target="_blank">http://bunnyfire.co.uk/projects/picbox/</a><br />
<strong>License</strong>: <a rel="nofollow" href="http://www.opensource.org/licenses/mit-license.php">MIT License</a></p>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/jquery/picbox-lightweight-javascript-image-viewer/" title="javascript image viewer">javascript image viewer</a></li>
<li><a href="http://blogfreakz.com/jquery/picbox-lightweight-javascript-image-viewer/" title="javascript picture viewer">javascript picture viewer</a></li>
<li><a href="http://blogfreakz.com/jquery/picbox-lightweight-javascript-image-viewer/" title="image viewer javascript">image viewer javascript</a></li>
<li><a href="http://blogfreakz.com/jquery/picbox-lightweight-javascript-image-viewer/" title="JS image viewer">JS image viewer</a></li>
<li><a href="http://blogfreakz.com/jquery/picbox-lightweight-javascript-image-viewer/" title="picbox">picbox</a></li>
<li><a href="http://blogfreakz.com/jquery/picbox-lightweight-javascript-image-viewer/" title="jquery picbox">jquery picbox</a></li>
<li><a href="http://blogfreakz.com/jquery/picbox-lightweight-javascript-image-viewer/" title="picbox javascript">picbox javascript</a></li>
<li><a href="http://blogfreakz.com/jquery/picbox-lightweight-javascript-image-viewer/" title="lightweight javascript image gallery">lightweight javascript image gallery</a></li>
<li><a href="http://blogfreakz.com/jquery/picbox-lightweight-javascript-image-viewer/" title="image viewer js">image viewer js</a></li>
<li><a href="http://blogfreakz.com/jquery/picbox-lightweight-javascript-image-viewer/" title="lightweight javascript gallery">lightweight javascript gallery</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/jquery/picbox-lightweight-javascript-image-viewer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

