<?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>CashRevelations &#187; javascript</title>
	<atom:link href="http://cashrevelations.com/magazine/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://cashrevelations.com/magazine</link>
	<description>Webmaster Tools &#38; Marketing Resources</description>
	<lastBuildDate>Sun, 29 Jan 2012 13:51:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>10 fresh &amp; New jQuery techniques</title>
		<link>http://cashrevelations.com/magazine/2011/09/10-fresh-new-jquery-techniques/</link>
		<comments>http://cashrevelations.com/magazine/2011/09/10-fresh-new-jquery-techniques/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 17:58:19 +0000</pubDate>
		<dc:creator>Tommy Olovsson</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[HTML 5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://cashrevelations.com/magazine/?p=12264</guid>
		<description><![CDATA[This is our jQuery roundup for September 2011. 10 brand new jQuery techniques released or updated during the period of July 18 until September 28 this year. All techniques are presented with demo.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.webdesignshock.com/photo-slider/" target="_blank"><img src="http://cashrevelations.com/magazine/wp-content/media/new-jquery-techniques.jpg" alt="Amazing jQuery Photo Slider" title="Amazing jQuery Photo Slider" width="570" height="244" class="alignnone size-full wp-image-12300" /></a></p>
<p>This is our jQuery roundup for September 2011 – This specific listing represents new jQuery techniques from mid July until now – and contains some useful and screaming fresh jQuery techniques, including a beautiful and amazing jQuery photo slider solution from WebDesignShock and a responsive image gallery tutorial by Mary Lou.</p>
<p>In our definition of jQuery techniques we include tutorials, plugins and similar – and in our definition of “new” we include released or updated during the actual period: and this particular time our actual period is between July 18 and September 28.</p>
<p><a href="http://cashrevelations.com/magazine/2011/09/10-fresh-new-jquery-techniques/">Cashrevelations.com</a> presents a selection of new and useful jQuery techniques – 10 brand new jQuery techniques released or updated during the period of July 18 until September 28 this year. All these jQuery techniques are presented with demo.</p>
<h2>10 New &amp; Useful jQuery Techniques – September</h2>
<p><strong>1. <a href="http://tympanus.net/codrops/2011/09/20/responsive-image-gallery/" target="_blank">Responsive Image Gallery with Thumbnail Carousel</a></strong><br />
In this tutorial you will learn how to create a responsive image gallery with a thumbnail carousel using Elastislide. The gallery will have a view switch that allows to view it with the thumbnail carousel or without. <br /><a href="http://tympanus.net/Tutorials/ResponsiveImageGallery/" target="_blank">View Demo</a></p>
<p><strong>2. <a href="http://tutorialzine.com/2011/09/html5-file-upload-jquery-php/" target="_blank">HTML5 File Uploads with jQuery</a></strong><br />
In this tutorial you will learn how to create a small web application called Upload Center, that will allow people to upload photos by dragging and dropping them onto the browser window, possible with the new HTML5 APIs exposed by modern browsers.<br /><a href="http://demo.tutorialzine.com/2011/09/html5-file-upload-jquery-php/" target="_blank">View Demo</a></p>
<p><strong>3. <a href="http://tympanus.net/codrops/2011/08/09/portfolio-image-navigation/" target="_blank">Portfolio Image Navigation with jQuery</a></strong><br />
In this tutorial you will learn how to create a portfolio image navigation template with jQuery. The idea is to show some portfolio items in a grouped fashion and navigate through them in all 2D ways (horizontal and vertical).<br /><a href="http://tympanus.net/Tutorials/PortfolioImageNavigation/" target="_blank">View Demo</a></p>
<p><strong>4. <a href="http://tutorialzine.com/2011/09/shuffle-letters-effect-jquery/" target="_blank">Shuffle Letters Effect &#8211; jQuery Plugin</a></strong><br />
In this short tutorial you will learn how to create  a jQuery plugin that will shuffle the text content of any DOM element – an interesting and stylish effect that can be used in headings, logos and slideshows.<br /><a href="http://demo.tutorialzine.com/2011/09/shuffle-letters-effect-jquery/" target="_blank">View Demo</a></p>
<p><strong>5. <a href="http://tutorialzine.com/2011/08/display-favorite-tweets-php-css/" target="_blank">Display your Favorite Tweets &#8211; PHP &#038; jQuery</a></strong><br />
In this pedagogical  tutorial you will learn how to display your favorite tweets in a stylish CSS3 interface &#8211; with the help of jQuery and a PHP class that will fetch, cache, and display your favorite tweets.<br /><a href="http://demo.tutorialzine.com/2011/08/display-favorite-tweets-php-css/" target="_blank">View Demo</a></p>
<p><strong>6. <a href="http://www.designchemical.com/blog/index.php/jquery/jquery-tutorial-create-a-jquery-menu-slider/" target="_blank">jQuery Menu Slider</a></strong><br />
In this tutorial  you will learn how to create a jQuery menu slider similar to the one used in Design Chemical website mega menu navigation &#8211; The HTML is very simple. They have also a follow up article on how to <a href="http://www.designchemical.com/blog/index.php/jquery/jquery-tutorial-adding-vertical-animation-jquery-slider-menu/" target="_blank">add vertical animation</a> to the slider menu.<br /><a href="http://www.designchemical.com/lab/jquery/demo/jquery_demo_create_jquery_menu_slider.htm" target="_blank">View Demo</a></p>
<p><strong>7. <a href="http://www.atwebpresence.com/blog/web-design/webplus-tutorial-jquery-tab-slideout-contact-form/" target="_blank">jQuery Tab Slideout Contact Form </a></strong><br />
This practical plugin allows you to easily add a sliding tab to your WebPlus project. The tab can contain just about anything. In our case we will include an iframe pointing to a generic web form.<br /><a href="http://atwebpresence.com/tutorial/slider/" target="_blank">View Demo</a></p>
<p><strong>8. <a href="http://www.webdesignshock.com/photo-slider/" target="_blank">Amazing jQuery Photo Slider</a></strong><br />
In this tutorial you will learn how to create an amazing carousel vintage photo slider with PHP and jQuery &#8211; to be applied in different websites so you can showcase your work in a more original way. Source code can be downloaded.<br /><a href="http://webdesignshock.com/demos/photo_slider/" target="_blank">View Demo</a></p>
<p><strong>9. <a href="http://tympanus.net/codrops/2011/08/23/image-zoom-tour/" target="_blank">Image Zoom Tour with jQuery</a></strong><br />
In this tutorial you will learn how to create a little zoom tour script &#8211; Showing a main image initially, we want to be able to zoom into certain parts of the image by clicking on tags, using another image for the closer view.<br /><a href="http://tympanus.net/Development/ImageZoomTour/" target="_blank">View Demo</a></p>
<p><strong>10. <a href="http://blog.geotitles.com/2011/08/facebook-like-face-detect/" target="_blank">Facebook Like jQuery Face Recognition</a></strong><br />
In this short tutorial you will learn how to detect faces in a specific photo, by using FaceDetection jQuery plugin which uses an algorithm by Liu Liu. The Source code can be downloaded from the site.<br /><a href="http://demo.geotitles.com/face-detect" target="_blank">View Demo</a></p>
<p>The different jQuery items presented here in this article are not in any particular order – and <a href="http://cashrevelations.com/magazine/2011/09/10-fresh-new-jquery-techniques/">Cashrevelations</a> is not by any means whatsoever affiliated with any of the authors.</p>
]]></content:encoded>
			<wfw:commentRss>http://cashrevelations.com/magazine/2011/09/10-fresh-new-jquery-techniques/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Speed Up Your Website &#8211; Online Tool Set</title>
		<link>http://cashrevelations.com/magazine/2011/09/speed-up-your-website-online-tool-set/</link>
		<comments>http://cashrevelations.com/magazine/2011/09/speed-up-your-website-online-tool-set/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 20:04:36 +0000</pubDate>
		<dc:creator>Tommy Olovsson</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://cashrevelations.com/magazine/?p=12181</guid>
		<description><![CDATA[This is an online set of user friendly tools for web developers. Easily minify and compress CSS and javascript and create Google xml sitemaps. ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.zbugs.com/" target="_blank"><img src="http://cashrevelations.com/magazine/wp-content/media/Zbugs-Web-developers-toolkit.jpg" alt="Zbugs - Web developer&#039;s toolkit" title="Zbugs - Web developer&#039;s toolkit" width="570" height="230" class="alignnone size-full wp-image-12195" /></a></p>
<p>This is an online set of user friendly tools for web developers. With this new free service you can minify and compress CSS and javascript and create Google xml sitemaps. The name of the service is Zbugs &#8211; Web developer&#8217;s toolkit, and it is still on Beta stage.</p>
<p>To use the service is very easy. Once you type or past your website URL inside the input field  &#8211; you are provided with the download links for the compressed JS and CSS; additionally you are provided with JS and CSS that is Gzipped.</p>
<h2>Similar Developer Tools</h2>
<p>To give you something to compare with<a href="http://cashrevelations.com/magazine/2011/09/speed-up-your-website-online-tool-set/">,</a> we re-publish some earlier featured tools.</p>
<p><a href="http://javascriptcompressor.com/" target="_blank"><strong>Javascript Compressor</strong></a><br />This handy online tool, based on an algorithm by Dean Edwards, compresses and obfuscates Javascript code. Files are usually compressed between 50-70 percentage. </p>
<p><a href="http://dean.edwards.name/packer/" target="_blank"><strong>Packer – JavaScript Compressor</strong></a><br />One of the most widely used tools to minify JavaScript code is Dean Edwards’ Packer. The packing algorithm is forgiving of all forms of JavaScript with one exception. You must correctly terminate all JavaScript statements with semi-colons.</p>
<p><a href="http://fmarcia.info/jsmin/test.html" target="_blank"><strong>JS Minifier</strong></a><br />
JS Minifier is a web based tool for shrinking by removing comments and unnecessary whitespace from your JavaScript code to make it as lightweight as possible.</p>
<p><a href="http://iceyboard.no-ip.org/projects/css_compressor" target="_blank"><strong>CSS Compressor</strong></a><br />
According to the developer, this online Cascading Style Sheet compressor makes major changes to stylesheets and is still in development. This handy tool also offers quite many practical options and it is reasonably easy to use (even for a CSS newbie).</p>
<p><a href="http://www.cssdrive.com/index.php/main/csscompressor/" target="_blank"><strong>CSS Drive</strong></a><br />
Compress your Cascading Style Sheet to increase loading speed and save on bandwidth. You can choose from three levels of compression, depending on how legible you want the compressed CSS to be versus degree of compression.</p>
<p><a href="http://www.styleneat.com/index.php" target="_blank"><strong>Styleneat – CSS Organizer</strong></a><br />
This online tool organizes and standardizes your Cascading Style Sheet in a structure that makes it easier to define page areas and see how they relate to each other. There are some additional options like sorting CSS properties and selectors alphabetically etc.</p>
<p>The different online tools presented here in this article are not in any particular order – and Cashrevelations is not by any means whatsoever affiliated with any of the authors.</p>
<ul>
<li><a href="http://www.zbugs.com/" target="_blank" title="Web developer’s toolkit"><strong>Visit Zbugs&#8230;</strong></a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://cashrevelations.com/magazine/2011/09/speed-up-your-website-online-tool-set/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>15 jQuery Image Slider &amp; Gallery Solutions</title>
		<link>http://cashrevelations.com/magazine/2011/07/15-jquery-image-slider-gallery-solutions/</link>
		<comments>http://cashrevelations.com/magazine/2011/07/15-jquery-image-slider-gallery-solutions/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 12:03:46 +0000</pubDate>
		<dc:creator>Tommy Olovsson</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://cashrevelations.com/magazine/?p=11987</guid>
		<description><![CDATA[A selection of 15 jQuery Image Slider &#038; Gallery Solutions – 15 jQuery techniques to help you structuring and effectively enhance the image presentation on your site. All solutions are presented with demo.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.leigeber.com/2008/12/javascript-slideshow/" target="_blank"><img src="http://cashrevelations.com/magazine/wp-content/media/Animated-JavaScript-Slideshow.jpg" alt="Animated JavaScript Slideshow" title="Animated JavaScript Slideshow" width="570" height="427" class="alignnone size-full wp-image-12008" /></a></p>
<p>Image presentation is an essential part of web design. And there is a huge amount of different solutions to choose from &#8211; not least jQuery offers some beautiful and practical image slideshow and gallery solutions to enhance your website. In this article we are going to take a look at some of those jQuery solutions.</p>
<p><a href="http://cashrevelations.com/magazine/2011/07/15-jquery-image-slider-gallery-solutions/">Cashrevelations.com</a> presents a selection of 15 jQuery Image Slider &#038; Gallery Solutions – 15 jQuery techniques to help you structuring and effectively enhance the essential  image presentation on your site. All these jQuery solutions are presented with demo.</p>
<h2>15 jQuery Image slider &#038; Gallery Techniques</h2>
<p><a href="http://tutorialzine.com/2011/02/flickr-api-slideshow-jquery/" target="_blank"><img src="http://cashrevelations.com/magazine/wp-content/media/Flickr-Powered-Slideshow-jQuery.jpg" alt="Flickr Powered Slideshow – jQuery" title="Flickr Powered Slideshow – jQuery" width="570" height="355" class="alignnone size-full wp-image-12010" /></a></p>
<p><strong>1. <a href="http://tympanus.net/codrops/2011/07/05/fullscreen-slideshow-with-html5-audio/" target="_blank">Fullscreen Slideshow with HTML5 Audio &amp; jQuery</a></strong><br />
In this tutorial you will learn how to build a fullscreen photo slideshow to illustrate a New York picture series. We will add sounds with the HTML5 audio element in order to give life to the gallery and try to recreate the ambient of this vibrant city.<br /><a href="http://tympanus.net/Tutorials/FullscreenSlideshowAudio/" target="_blank">View Demo</a></p>
<p><strong>2. <a href="http://pupunzi.open-lab.com/mb-jquery-components/jquery-mb-bgndgallery/" target="_blank">jquery.mb.bgndGallery – jQuery Plugin</a></strong><br />
With this jQuery plugin you can make suggestive slide show of images as background of your page; the images will adapt their size to the window size fitting always at the best. You can navigate the gallery with your keyboard or with a displayed control panel.<br /><a href="http://pupunzi.com/#mb.components/mb.bgndGallery/bgndGallery.html" target="_blank">View Demo</a></p>
<p><strong>3. <a href="http://tutorialzine.com/2011/04/jquery-webcam-photobooth/" target="_blank">Photobooth With PHP &amp; jQuery &amp; CSS3</a></strong><br />
In this pedagogic and fun tutorial by <a href="http://twitter.com/tutorialzine" target="_blank">Martin Angelov</a>, you will be building a jQuery and PHP powered photobooth. It will allow your website visitors to take a snapshot with their web camera and upload it from a neat CSS3 interface.<br /><a href="http://demo.tutorialzine.com/2011/04/jquery-webcam-photobooth/" target="_blank">View Demo</a></p>
<p><strong>4.</strong> <a href="http://www.leigeber.com/2008/12/javascript-slideshow/" target="_blank"><strong>Animated JavaScript Slideshow</strong></a><br />
This dynamic JavaScript slideshow is feature packed and under 5KB<a href="http://cashrevelations.com/magazine/2011/07/15-jquery-image-slider-gallery-solutions/">.</a> A few features include description support, link support, no naming restrictions, portrait image support, graceful degradation and active thumbnail status.<br /><a href="http://sandbox.leigeber.com/javascript-slideshow/" target="_blank">View Demo</a></p>
<p><strong>5. <a href="http://buildinternet.com/project/supersized/download.html" target="_blank">Supersized 3.1 jQuery Plugin</a></strong><br />
Supersized is a fullscreen background slideshow built using the jQuery library. Supersized just got rewritten from the ground up. It’s faster, with even more options, animations, and added Flickr support.<br /><a href="http://buildinternet.com/project/supersized/slideshow/3.2/demo.html" target="_blank">View Demo</a></p>
<p><strong>6. <a href="http://tutorialzine.com/2011/02/flickr-api-slideshow-jquery/" target="_blank">Making A Flickr Powered Slideshow – jQuery</a></strong><br />
This tutorial shows you how to develop a jQuery plugin that will make it easy to create presentations from your Flickr photos – by using Flickr’s API and YQL to fetch the photos, after which it will create the markup of the slideshow and listen for events.<br /><a href="http://demo.tutorialzine.com/2011/02/flickr-api-slideshow-jquery/" target="_blank">View Demo</a></p>
<p><strong>7.</strong> <a href="http://designm.ag/tutorials/image-rotator-css-jquery/" target="_blank"><strong>Image Rotator With Description </strong></a><br />
Although there are many great plugins already, this tutorial will help you understand how the image rotator works and helps you create your own from scratch – with help of this tutorial by Soh Tanaka, jQuery and CSS.<br /><a href="http://www.sohtanaka.com/web-design/examples/image-rotator/" target="_blank">View Demo</a></p>
<p><strong>8. <a href="http://tympanus.net/codrops/2011/05/25/image-wall/" target="_blank">Image Wall With jQuery</a></strong><br />
The idea is to scatter thumbnails with different sizes on the page and make a ribbon with description slide in when we click – when clicking again on the thumbnail, the ribbon will close and open a large version of the image.<br /><a href="http://tympanus.net/Tutorials/ImageWall/" target="_blank">View Demo</a></p>
<p><strong>9.</strong> <a href="http://devthought.com/projects/mootools/barackslideshow/" target="_blank"><strong>BarackSlideshow</strong></a><br />
BarackSlideshow is a practical, very tiny and lightweight slideshow script, that takes the power of MorphList to easily enhance visualization and navigation of the images. With  ‘transition’ option – slide or fade, or a function that returns any of those values.<br /><a href="http://devthought.com/wp-content/projects/mootools/barackslideshow/Demo/" target="_blank">View Demo</a></p>
<p><strong>10. <a href="http://tympanus.net/codrops/2011/01/19/sweet-thumbnails-gallery/" target="_blank">Sweet Thumbnails Preview Gallery – jQuery</a></strong><br />
In this nice tutorial you will learn how to create an image gallery with jQuery that shows a preview of each image as a little thumbnail. The idea is to hover over the slider dots and make the regarding thumbnail slide into the previewer. <br /><a href="http://tympanus.net/Tutorials/SweetThumbnails/" target="_blank">View Demo</a></p>
<p><strong>11. <a href="http://playground.mobily.pl/tutorials/creating-a-modern-gallery-with-raphael.html" target="_blank">Modern Gallery With Raphael &amp; jQuery</a></strong><br />
In this simple tutorial by <a href="http://twitter.com/marcinmobily" target="_blank">Marcin Dziewulski</a> you will learn how to create a stylish and modern gallery with a very attention catching animation effect using the small Raphael library and also jQuery and some CSS.<br /><a href="http://playground.mobily.pl/tutorials/creating-a-modern-gallery-with-raphael/demo.html" target="_blank">View Demo</a></p>
<p><strong>12.</strong> <a href="http://buildinternet.com/2009/03/sliding-boxes-and-captions-with-jquery/" target="_blank"><strong>Sliding Boxes And Captions With JQuery</strong></a><br />
All of these sliding box animations work on the same basic idea. There is a div tag (.boxgrid in my css) that essentially acts as a window where two other items of your choosing “peek” through.<br /><a href="http://buildinternet.com/live/boxes/" target="_blank">View Demo</a></p>
<p><strong>13. <a href="http://tympanus.net/codrops/2010/11/16/hover-slide-effect/" target="_blank">Hover Slide Effect with jQuery</a></strong><br />
In this tutorial you will learn how to create a neat hover and slide effect with some images using jQuery. The main idea is to have an image area with several images that slide out when we hover over them, revealing other images. <br /><a href="http://tympanus.net/Tutorials/HoverSlideEffect/" target="_blank">View Demo</a></p>
<p><strong>14. <a href="http://tympanus.net/codrops/2010/11/14/animated-portfolio-gallery/" target="_blank">Animated Portfolio Gallery with jQuery</a></strong><br />
In this tutorial you will learn how to create an animated portfolio gallery with jQuery. The gallery will contain a scroller for thumbs and a content area where we will display details about the item. The image can be enlarged by clicking, making it appear as an overlay.<br /><a href="http://tympanus.net/Tutorials/AnimatedPortfolioGallery/" target="_blank">View Demo</a></p>
<p><strong>15.</strong> <a href="http://tympanus.net/codrops/2011/02/09/fullscreen-gallery-with-thumbnail-flip/" target="_blank"><strong>Fullscreen Gallery With Thumbnail Flip – jQuery</strong></a><br />
In this tutorial you create a fullscreen gallery with jQuery. The idea is to have a thumbnail of the currently shown fullscreen image on the side that flips when navigating through the images. The big image will slide up or down depending where we are navigating to. <br /><a href="http://tympanus.net/Tutorials/FullscreenGalleryThumbnailFlip/" target="_blank">View Demo</a></p>
<p>The different jQuery items presented here in this article are not in any particular order – and Cashrevelations is not by any means whatsoever affiliated with any of the authors.</p>
]]></content:encoded>
			<wfw:commentRss>http://cashrevelations.com/magazine/2011/07/15-jquery-image-slider-gallery-solutions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>12 Brand New jQuery techniques</title>
		<link>http://cashrevelations.com/magazine/2011/07/12-brand-new-jquery-techniques/</link>
		<comments>http://cashrevelations.com/magazine/2011/07/12-brand-new-jquery-techniques/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 19:51:35 +0000</pubDate>
		<dc:creator>Tommy Olovsson</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[HTML 5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://cashrevelations.com/magazine/?p=11940</guid>
		<description><![CDATA[A selection of new and useful jQuery techniques – 12 brand new jQuery techniques released or updated during the period of April 26 until July 19 this year. All these techniques are presented with demo.]]></description>
			<content:encoded><![CDATA[<p><a href="http://pupunzi.com/#mb.components/mb.bgndGallery/bgndGallery.html" target="_blank"><img src="http://cashrevelations.com/magazine/wp-content/media/jquery-mb-bgndGallery-jQuery-Plugin.jpg" alt="jquery.mb.bgndGallery – jQuery Plugin" title="jquery.mb.bgndGallery – jQuery Plugin" width="570" height="267" class="alignnone size-full wp-image-11981" /></a></p>
<p>This is our little jQuery roundup for July 2011 – This specific listing represents new jQuery techniques from late April until now – and contains some useful and screaming fresh jQuery techniques, including a beautiful  and flexible gallery solution from <a href="http://twitter.com/#!/pupunzi" target="_blank" title="Matteo Bicocchi - Twitter">Matteo Bicocchi</a> and a fullscreen slideshow with HTML5 Audio &#038; jQuery. </p>
<p>In our definition of jQuery techniques we include tutorials, plugins and similar – and in our definition of “new” we include released or updated during the actual period: and this particular time our actual period is between April 26 and July 19.</p>
<p><a href="http://cashrevelations.com/magazine/2011/07/12-brand-new-jquery-techniques/">Cashrevelations.com</a> presents a selection of new and useful jQuery techniques – 12 brand new jQuery techniques released or updated during the period of April 26  until July 19 this year. All these jQuery techniques are presented with demo.</p>
<h2>12 New &amp; Useful jQuery Techniques – July 2011</h2>
<p><strong>1. <a href="http://tympanus.net/codrops/2011/07/05/fullscreen-slideshow-with-html5-audio/" target="_blank">Fullscreen Slideshow with HTML5 Audio &#038; jQuery</a></strong><br />
In this tutorial you will learn how to build a fullscreen photo slideshow to illustrate a New York picture series. We will add sounds with the HTML5 audio element in order to give life to the gallery and try to recreate the ambient of this vibrant city.<br /><a href="http://tympanus.net/Tutorials/FullscreenSlideshowAudio/" target="_blank">View Demo</a></p>
<p><strong>2. <a href="http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-floating-tweets/" target="_blank">Floating Tweets &#8211; WordPress jQuery Plugin</a></strong><br />
This WordPress Floating Tweets plugin adds a floating, sticky tab containing a live twitter feed from any twitter account. The widget is easily set up via any widget panel and can handle multiple floating twitter feeds per page, each with a different twitter account.<br /><a href="http://www.designchemical.com/lab/demo-wordpress-floating-tweets-plugin/" target="_blank">View Demo</a></p>
<p><strong>3. <a href="http://www.mkyong.com/jquery/page-loading-effects-with-jquery/" target="_blank">Page Loading Effects with jQuery</a></strong><br />
In this short and easy to follow tutorial you will learn how to implement a nice fade in page loading effect with the help of jQuery &#8211; you just paste a piece of script in the body and add your content in a div block with content hide.<br /><a href="http://www.mkyong.com/wp-content/uploads/jQuery/jQuery-page-loading-effect.html" target="_blank">View Demo</a></p>
<p><strong>4. <a href="http://pupunzi.open-lab.com/mb-jquery-components/jquery-mb-bgndgallery/" target="_blank">jquery.mb.bgndGallery &#8211; jQuery Plugin</a></strong><br />
With this jQuery plugin you can make suggestive slide show of images as background of your page; the images will adapt their size to the window size fitting always at the best. You can navigate the gallery with your keyboard or with a displayed control panel.<br /><a href="http://pupunzi.com/#mb.components/mb.bgndGallery/bgndGallery.html" target="_blank">View Demo</a></p>
<p><strong>5. <a href="http://www.designscripting.com/2011/07/jquery-mobile-icons-add-custom-button-icon-data-icon/" target="_blank">Custom Button Icon &#038; Data Icon &#8211; jQuery Mobile Icons</a></strong><br />
jQuery Mobile framework has built in icon sets needed for most mobile application. An icon can be added to a button by adding a data-icon attribute on the anchor specifying the icon to display. <br /><a href="http://www.designscripting.com/2011/07/jquery-mobile-icons-add-custom-button-icon-data-icon/l" target="_blank">View Demo</a></p>
<p><strong>6. <a href="http://buildinternet.com/project/supersized/download.html" target="_blank">Supersized 3.1 jQuery Plugin</a></strong><br />
Supersized is a fullscreen background slideshow built using the jQuery library. Supersized just got rewritten from the ground up. It’s faster, with even more options, animations, and added Flickr support.<br /><a href="http://buildinternet.com/project/supersized/slideshow/3.2/demo.html" target="_blank">View Demo</a></p>
<p><strong>7. <a href="http://tutorialzine.com/2011/06/beautiful-portfolio-html5-jquery/" target="_blank">Beautiful HTML5 Portfolio</a></strong><br />
In this tutorial you will learn how to build a beautiful, stylish HTML5 portfolio powered by jQuery and the <a href="http://razorjack.net/quicksand/index.html" target="_blank">Quicksand plugin</a>. You can use it to showcase your latest work and it is also fully customizable.<br /><a href="http://demo.tutorialzine.com/2011/06/beautiful-portfolio-html5-jquery/" target="_blank">View Demo</a></p>
<p><strong>8. <a href="http://www.tripwiremagazine.com/2011/07/jquery-tutorial-building-a-jquery-scroller.html" target="_blank">jQuery News Scroller</a></strong><br />
In this tutorial you will learn how to build a practical news scroller with jQuery. When the user hovers over the jQuery Scroller, it will pause so they can read the abstract and click the link if they are interested.<br /><a href="http://cdn.tripwiremagazine.com/wp-content/uploads/jquery_news_scroller/finished.html" target="_blank">View Demo</a></p>
<p><strong>9. <a href="http://tympanus.net/codrops/2011/07/12/animated-text-and-icon-menu/" target="_blank">Animated Text and Icon Menu with jQuery</a></strong><br />
In this tutorial you will learn how to build a slick menu with a nice animation feature on hover. The idea is to make some elements slide out, change and animate the background color of the item and then slide the elements back in with a different color.<br /><a href="http://tympanus.net/Tutorials/AnimatedTextIconMenu/example1.html" target="_blank">View Demo</a></p>
<p><strong>10. <a href="http://www.welove72.com/blog/2011/05/social-stats-jquery-api-goodness/" target="_blank">Social Stats, jQuery &amp; API Goodness</a></strong><br />
In this tutorial you will learn how to build a simple tool to measure the success of your online campaign. This basic social statistics tool is built with the assistance of the APIs from Twitter, Facebook and last but not least, Vimeo. <br /><a href="http://jsbin.com/efinu5/8" target="_blank">View Demo</a></p>
<p><strong>11. <a href="http://www.neosmart.de/social-media/facebook-wall" target="_blank">Facebook Wall – A jQuery Social Media Plugin</a></strong><br />
This Facebook Wall jQuery plugin allows you to display the Facebook wall of a user, a page or an app on your own website. The design of the wall derives from the Facebook design and can be easily customized with some CSS.<br /><a href="http://www.neosmart.de/social-media/facebook-wall" target="_blank">View Demo</a></p>
<p><strong>12. <a href="http://tympanus.net/codrops/2011/05/25/image-wall/" target="_blank">Image Wall With jQuery</a></strong><br />
The idea is to scatter thumbnails with different sizes on the page and make a ribbon with description slide in when we click – when clicking again on the thumbnail, the ribbon will close and open a large version of the image.<br /><a href="http://tympanus.net/Tutorials/ImageWall/" target="_blank">View Demo</a></p>
<p>The different jQuery items presented here in this article are not in any particular order – and <a href="http://cashrevelations.com/magazine/2011/04/11-new-jquery-techniques/">Cashrevelations</a> is not by any means whatsoever affiliated with any of the authors.</p>
]]></content:encoded>
			<wfw:commentRss>http://cashrevelations.com/magazine/2011/07/12-brand-new-jquery-techniques/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>11 Useful &amp; New jQuery Techniques</title>
		<link>http://cashrevelations.com/magazine/2011/04/11-new-jquery-techniques/</link>
		<comments>http://cashrevelations.com/magazine/2011/04/11-new-jquery-techniques/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 15:15:06 +0000</pubDate>
		<dc:creator>Tommy Olovsson</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://cashrevelations.com/magazine/?p=11055</guid>
		<description><![CDATA[Cashrevelations presents a selection of useful jQuery techniques – 11 brand new jQuery techniques released during the period of February 15 until April 26 this year. ]]></description>
			<content:encoded><![CDATA[<p><a href="http://tympanus.net/codrops/2011/03/16/expanding-image-menu/" target="_blank"><img src="http://cashrevelations.com/magazine/wp-content/media/expanding-image-menu-jquery.jpg" alt="Expanding Image Menu With jQuery" title="Expanding Image Menu With jQuery" width="570" height="443" class="alignnone size-full wp-image-11310" /></a></p>
<p>This is the jQuery roundup for April 2011 &#8211; the first JavaScript listing we have done since <a href="http://cashrevelations.com/magazine/2011/02/200-ajax-js-techniques/">200 AJAX &#038; JavaScript Techniques</a> in February. This specific listing represents new jQuery techniques from middle February until now &#8211; and contains fresh jQuery solutions, including a practical menu solution for WordPress and a fun but yet useful photobooth.</p>
<p class="note"><a href="http://blog.jqueryui.com/2011/04/jquery-ui-1-8-12/" target="_blank">jQuery</a>: The twelfth maintenance release for jQuery UI 1.8 is out. This update brings bug fixes for Autocomplete, Datepicker, Dialog, Progressbar, Resizable and more.</p>
<p>In our definition of jQuery techniques we include tutorials, plugins and similar – and in our definition of “new” we include released or updated during the actual period: and this time our actual period is between February 15 and April 26.</p>
<p><a href="http://cashrevelations.com/magazine/2011/04/11-new-jquery-techniques/">Cashrevelations.com</a> presents a selection of new and useful jQuery techniques – 11 brand new jQuery techniques released or updated during the period of February 15 until April 26 this year (2011). All these jQuery techniques are presented with demo.</p>
<h2>11 New &#038; Useful jQuery Techniques – April 2011</h2>
<p><strong>1. <a href="http://tutorialzine.com/2011/04/jquery-webcam-photobooth/" target="_blank">Photobooth With PHP &#038; jQuery &#038; CSS3</a></strong><br />
In this pedagogic and fun tutorial by <a href="http://twitter.com/tutorialzine" target="_blank">Martin Angelov</a>, you will be building a jQuery and PHP powered photobooth. It will allow your website visitors to take a snapshot with their web camera and upload it from a neat CSS3 interface.<br /><a href="http://demo.tutorialzine.com/2011/04/jquery-webcam-photobooth/" target="_blank">View Demo</a></p>
<p><strong>2. <a href="http://tympanus.net/codrops/2011/03/28/moving-boxes-content/" target="_blank">Moving Boxes Content With jQuery</a></strong><br />
This tutorial will teach you how to create a template with some really sweet animations using jQuery. The idea is to have little boxes scattered around at the top of the site and when a menu item is clicked, the boxes animate to form the main content area.<br /><a href="http://tympanus.net/Tutorials/MovingBoxesContent/" target="_blank">View Demo</a></p>
<p><strong>3. <a href="http://jonobr1.github.com/diagonalFade/" target="_blank">diagonalFade &#8211; jQuery Plugin</a></strong><br />
This is a jQuery plugin (by <a href="http://twitter.com/jonobr1" target="_blank">jonobr1</a>) allowing you to easily specify direction, fade-in and fade-out, and a host of other options to a grouping of elements &#8211; great for inventory or anything with a large amount of items ordered in a grid. <br /><a href="http://jonobr1.github.com/diagonalFade/" target="_blank">View Demo</a></p>
<p><strong>4. <a href="http://net.tutsplus.com/tutorials/javascript-ajax/spotlight-constrained-stickies-with-jquer/" target="_blank">Constrained Stickies With jQuery </a></strong><br />
<a href="http://www.twitter.com/lordtottuu" target="_blank">Siddharth</a> shows you how to use the <a href="http://plugins.jquery.com/project/stickyfloat" target="_blank">StickyFloat jQuery plugin</a> (smart sticky floating box) to create a sticky menu for your website &#8211; it will follow and stay in focus as you scroll, but only within its parent<a href="http://cashrevelations.com/magazine/2011/04/11-new-jquery-techniques/">.</a> The source code can be downloaded.<br /><a href="http://nettuts.s3.amazonaws.com/927_stickyFloat/demo/code.html" target="_blank">View Demo</a></p>
<p><strong>5. <a href="http://tutorialzine.com/2011/03/better-check-boxes-jquery-css/" target="_blank">Better Check Boxes With jQuery &#038; CSS</a></strong><br />
In this short tutorial, you will learn how to create a replacement for the default browser checkboxes in the form of a simple jQuery plugin. It will progressively enhance your forms but at the same time fall back to the default controls if JavaScript is unavailable.<br /><a href="http://demo.tutorialzine.com/2011/03/better-check-boxes-jquery-css/" target="_blank">View Demo</a></p>
<p><strong>6. <a href="http://www.designchemical.com/blog/index.php/jquery/jquery-animated-error-messages-form-validation/" target="_blank">jQuery Animated Error Messages &#038; Form Validation</a></strong><br />
This tutorial by <a href="http://twitter.com/designchemical" target="_blank">Design Chemical</a> shows you how to use jQuery animation to create more interesting and engaging form validation errors for a user registration form &#8211; and with an additional code snippet to check that the user’s password re-entry matches.<br /><a href="http://www.designchemical.com/lab/jquery/demo/jquery_animation_form_validation_errors.htm" target="_blank">View Demo</a></p>
<p><strong>7. <a href="http://tympanus.net/codrops/2011/03/16/expanding-image-menu/" target="_blank">Expanding Image Menu With jQuery</a></strong><br />
This tutorial will teach you how to create a stylish expanding image menu with jQuery and CSS. The main idea is to have some columns with black and white image slices that will make a content area slide out when we click on them. <br /><a href="http://tympanus.net/Tutorials/ExpandingImageMenu/" target="_blank">View Demo</a></p>
<p><strong>8. <a href="http://tutorialzine.com/2011/02/flickr-api-slideshow-jquery/" target="_blank">Making A Flickr Powered Slideshow &#8211; jQuery</a></strong><br />
This tutorial shows you how to develop a jQuery plugin that will make it easy to create presentations from your Flickr photos &#8211; by using Flickr’s API and YQL to fetch the photos, after which it will create the markup of the slideshow and listen for events.<br /><a href="http://demo.tutorialzine.com/2011/02/flickr-api-slideshow-jquery/" target="_blank">View Demo</a></p>
<p><strong>9. <a href="http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-tutorial-create-your-own-custom-vertical-mega-menu/" target="_blank">Custom Vertical Mega Menu For WordPress &#8211; jQuery</a></strong><br />
This tutorial by <a href="http://twitter.com/designchemical" target="_blank">Design Chemical</a> will teach you how to use the jQuery <a href="http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-jquery-vertical-mega-menu-widget/" target="_blank">Vertical Mega Menu</a> Plugin to build a customized WP menu &#8211; you will achieve that result by using the plugins built in CSS classes combined with the inherent WordPress menu classes.<br /><a href="http://www.designchemical.com/lab/demo-custom-vertical-mega-menu-styling/" target="_blank">View Demo</a></p>
<p><strong>10. <a href="http://markitup.jaysalvat.com/home/" target="_blank">markItUp! Universal Markup jQuery Editor</a></strong><br />
This is a plugin built with jQuery and it allows you to turn any text area into a markup editor. HTML, Textile, Wiki Syntax, Markdown, BBcode or your own Markup system can easily be implemented. Version 1.1.10 &#8211; update on February 20 2011.<br /><a href="http://markitup.jaysalvat.com/examples/" target="_blank">View Demo</a></p>
<p><strong>11. <a href="http://tympanus.net/codrops/2011/03/09/animated-content-menu/" target="_blank">Animated Content Menu With jQuery</a></strong><br />
This tutorial shows you how to create a slick animated content menu with jQuery and CSS for a restaurant theme or something similar &#8211; the menu items will be animated and when they are clicked, a content area with more information will appear. <br /><a href="http://tympanus.net/Tutorials/AnimatedContentMenu/" target="_blank">View Demo</a></p>
<p>The different jQuery items presented here in this article are not in any particular order – and <a href="http://cashrevelations.com/magazine/2011/04/11-new-jquery-techniques/">Cashrevelations</a> is not by any means whatsoever affiliated with any of the authors.</p>
]]></content:encoded>
			<wfw:commentRss>http://cashrevelations.com/magazine/2011/04/11-new-jquery-techniques/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>200 AJAX &amp; JavaScript Techniques</title>
		<link>http://cashrevelations.com/magazine/2011/02/200-ajax-js-techniques/</link>
		<comments>http://cashrevelations.com/magazine/2011/02/200-ajax-js-techniques/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 21:36:27 +0000</pubDate>
		<dc:creator>Tommy Olovsson</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[MooTools]]></category>

		<guid isPermaLink="false">http://cashrevelations.com/magazine/?p=9796</guid>
		<description><![CDATA[200 impressive and useful AJAX and JavaScript techniques together with inspiring demos – a knowledge resource for JavaScript and AJAX newbies as well as advanced web developers. ]]></description>
			<content:encoded><![CDATA[<p><a href="http://tympanus.net/codrops/2010/04/26/elegant-accordion-with-jquery-and-css3/" target="_blank"><img src="http://cashrevelations.com/magazine/wp-content/media/Elegant-Accordion-jQuery-CSS3.jpg" alt="Elegant Accordion – jQuery And CSS3" title="Elegant Accordion – jQuery And CSS3" width="570" height="325" class="alignnone size-full wp-image-10422" /></a></p>
<p>It is about time for our almost traditional early year huge AJAX and JavaScript roundup. The techniques represented in this list are jQuery, MooTools, Prototype, script.aculo.us and some others &#8211; but the most commonly represented is the popular jQuery library. And as usual we have tried hard to categorize them in an easy and practical searchable way.</p>
<p>This is an update of our last big roundup of JS techniques, <a href="http://cashrevelations.com/magazine/2010/01/150-javascript-techniques/">150 JavaScript Techniques</a>, that we released in January last year, but with many replacements and also, of course, with new and fresh JavaScript techniques. We can conclude that JavaScript developers had a productive period during this last year. Especially the jQuery folks come up with some stunningly impressive results.</p>
<p class="note"><a href="http://en.wikipedia.org/wiki/AJAX" target="_blank"><strong>Wikipedia</strong></a>: Ajax is a group of interrelated web development methods used to create interactive web applications &#8211; they can retrieve data from the server asynchronously in the background without interfering with the behavior of the existing page. </p>
<p><a href="http://cashrevelations.com/magazine/2011/02/200-ajax-js-techniques/">Cashrevelations.com</a> presents 200 impressive and useful AJAX and JavaScript techniques together with demos &#8211; for inspiration and also as a knowledge resource for JavaScript and AJAX newbies as well as advanced web developers. </p>
<p><a name="top"></a><strong>LIST CONTENT</strong></p>
<ul>
<li><a href="#tabs">Tabs &#038; Accordion</a></li>
<li><a href="#general">General Navigation</a></li>
<li><a href="#menu">Traditional Menus</a></li>
<li><a href="#form">Forms And Auto-Complete</a></li>
<li><a href="#validation">Form Validation And Hints</a></li>
<li><a href="#upload">File Upload</a></li>
<li><a href="#table">Tables</a></li>
<li><a href="#boxes">Tool Tips &#038; Boxes &#038; Panels</a></li>
<li><a href="#calendar">Calendars And Timelines</a></li>
<li><a href="#prev">Image Previewing And Galleries</a></li>
<li><a href="#show">Slideshow</a></li>
<li><a href="#light">Lightbox</a></li>
<li><a href="#effects">Image Effects</a></li>
<li><a href="#cropping">Image Cropping</a></li>
<li><a href="#csliders">Content Sliders</a></li>
<li><a href="#comm">Interactivity And Communication</a></li>
<li><a href="#maps">Maps &#038; Searching</a></li>
<li><a href="#media">Media Players</a></li>
<li><a href="#font">Font And Text</a></li>
<li><a href="#misc">Miscellaneous</a></li>
</ul>
<p>Since this is an update of an earlier listing, we tried to remove all obsolete techniques from the listing &#8211; but we would appreciate if you notify us if we by accident have missed to remove some duplicate, outdated or non working link.  </p>
<h2>Navigation</h2>
<p><a href="http://tutorialzine.com/2010/01/sweet-tabs-jquery-ajax-css/" target="_blank"><img src="http://cashrevelations.com/magazine/wp-content/media/sweet-ajax-tabs.jpg" alt="Sweet AJAX Tabs With jQuery 1.4 And CSS3" title="Sweet AJAX Tabs With jQuery 1.4 And CSS3" width="570" height="336" class="alignnone size-full wp-image-10399" /></a></p>
<p><a name="tabs"></a><strong>Tabs &#038; Accordion</strong></p>
<p><strong>1.</strong> <a href="http://tympanus.net/codrops/2010/05/05/beautiful-background-image-navigation-with-jquery/" target="_blank"><strong>Background Image Navigation – jQuery</strong></a><br />
In this tutorial we are going to create a beautiful navigation that has a background image slide effect – by using the <a href="http://plugins.jquery.com/project/backgroundPosition-Effect" target="_blank">Background-Position Animation Plugin</a>. The main idea is to have three list items that contain the same background image but with a different position. <br /><a href="http://tympanus.net/Tutorials/BeautifulBackgroundImageNavigation/" target="_blank">View Demo</a></p>
<p><strong>2. <a href="http://www.madeincima.eu/blog/jquery-plugin-easy-accordion/" target="_blank">Easy Accordion – jQuery Plugin</a></strong><br />
The Easy Accordion plugin by <a href="http://twitter.com/cyandrea" target="_blank">Andrea Cima Serniotti</a> will get your definition lists (DTs) and generate a nice and smooth horizontal accordion. You can then decide to make it a timed slideshow or leave it still. You can download the source files for this plugin. <br /><a href="http://www.madeincima.eu/samples/jquery/easyAccordion/" target="_blank">View Demo</a></p>
<p><strong>3. <a href="http://www.tn34.de/projekte/downloads/jQuery.tn34.timetabs.html" target="_blank">TN34 Timetabs – jQuery Plugin</a></strong><br />
This jQuery plugin by Mario Alves creates tab container that switches automatically every cycle (or interval) to next tab – the plugin is compatible with most modern browsers. The site is in German – you can also download the plugin from <a href="http://plugins.jquery.com/project/tn34-timetabs" target="_blank">HERE</a>.<br /><a href="http://demo.tn34.de/jquery-plugins/timetabs/demo.html" target="_blank">View Demo</a></p>
<p><strong>4. <a href="http://www.webdesign-bulgaria.com/opensource/jquery-smooth-fading-tabs-plugin.php" target="_blank">jQuery Smooth Tabs Plugin</a></strong><br />
jQuery Smooth Tabs is an easy to use plugin, which allows you to display your content with some nice effects, for better user experience. All you need is a single container for your desired tabs and content, some appropriate CSS and images.<br /><a href="http://www.webdesign-bulgaria.com/opensource/jquery-smooth-fading-tabs-demo.php" target="_blank">View Demo</a></p>
<p><strong>5.</strong> <a href="http://tutorialzine.com/2010/01/sweet-tabs-jquery-ajax-css/" target="_blank"><strong>Sweet AJAX Tabs With jQuery 1.4 And CSS3</strong></a><br />
In this tutorial you will learn how to create a colorful AJAX-powered tab page with CSS3 and the newly released version 1.4 of jQuery. The downloadable source code is easily modifiable and adding new tabs is as easy as adding new properties to the Tabs object.<br /><a href="http://demo.tutorialzine.com/2010/01/sweet-tabs-jquery-ajax-css/demo.html" target="_blank">View Demo</a></p>
<p><strong>6.</strong> <a href="http://tutorialzine.com/2009/12/colorful-content-accordion-css-jquery/" target="_blank"><strong>Fresh Content Accordion</strong></a><br />
A simple, yet very eye-catching and colorful accordion with the help of CSS, jQuery and the <a href="http://gsgd.co.uk/sandbox/jquery/easing/" target="_blank">easing plug-in</a> for some fancy effects. This handy script delivered by Martin Angelov is both easily modifiable end embeddable.<br /><a href="http://demo.tutorialzine.com/2009/12/colorful-content-accordion-css-jquery/demo.html" target="_blank">View Demo</a></p>
<p><strong>7.</strong> <a href="http://tympanus.net/codrops/2010/04/26/elegant-accordion-with-jquery-and-css3/" target="_blank"><strong>Elegant Accordion – jQuery And CSS3</strong></a><br />
This easy-to-follow tutorial teaches you how to create an elegant accordion for content. The idea is to have some vertical accordion tabs that slide out when hovering. We will add some CSS3 properties to enhance the looks.<br /><a href="http://tympanus.net/Tutorials/ElegantAccordion/" target="_blank">View Demo</a></p>
<p><strong>8.</strong> <a href="http://www.kminek.pl/lab/yetii/" target="_blank"><strong>Yetii – Yet (E)Another JavaScript Tab Interface</strong></a><br />
With lightweight, object-oriented code that degrades gracefully in browsers without JavaScript-support. You can have many independent tab interfaces on a page, specify initial tab, turn on automatic tabs rotation, add next/previous navigation and more.<br /><a href="http://www.kminek.pl/lab/yetii/" target="_blank">View Demo</a></p>
<p><strong>9. <a href="http://www.aakashweb.com/jquery-plugins/collapser/" target="_blank">Collapser – jQuery Plugin</a></strong><br />
JQuery Collapser is a very light-weight multi purpose collapser plugin made for expanding and collapsing elements, and it can collapse any element within a document. It can also create accordions and more by adding a single additional line.<br /><a href="http://www.aakashweb.com/resources/pages/demos/jquery-collapser/" target="_blank">View Demo</a></p>
<p align="right"><a href="#top">Top</a></p>
<p><a name="general"></a><strong>General Navigation</strong></p>
<p><strong>10. <a href="http://tympanus.net/codrops/2010/11/25/overlay-effect-menu/" target="_blank">Overlay Effect Menu with jQuery</a></strong><br />
In this easy to follow tutorial you will learn how to create a simple but yet practical menu that will stand out once we hover over it by covering everything except the menu with a dark overlay. The menu will stay white and a submenu area will expand.<br /><a href="http://tympanus.net/Tutorials/OverlayEffectMenu/" target="_blank">View Demo</a></p>
<p><strong>11. <a href="http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/" target="_blank">Thumbnails Navigation Gallery – jQuery</a></strong><br />
In this tutorial you are going to create an extraordinary gallery with scrollable thumbnails that slide out from a navigation. The idea is to have a menu of albums where each item will reveal a horizontal bar with thumbnails when clicked.<br /><a href="http://tympanus.net/Tutorials/ThumbnailsNavigationGallery/" target="_blank">View Demo</a></p>
<p><strong>12.</strong> <a href="http://tutorialzine.com/2010/01/halftone-navigation-menu-jquery-css/" target="_blank"><strong>Halftone Navigation Menu &#8211; jQuery And CSS3</strong></a><br />
In this tutorial you will learn how to make a CSS3 &#038; jQuery halftone-style navigation menu, which will allow you to display animated halftone-style shapes in accordance with the navigation links, and will provide a simple editor for creating additional shapes as well.<br /><a href="http://demo.tutorialzine.com/2010/01/halftone-navigation-menu-jquery-css/demo.html" target="_blank">View Demo</a></p>
<p><strong>13. <a href="http://trevordavis.net/blog/jquery-one-page-navigation-plugin/" target="_blank">One Page Navigation – jQuery Plugin</a></strong><br />
This is a practical navigation plugin by Trevor Davis that lets you scroll smoothly when the navigation is clicked – this plugin is built upon the <a href="http://flesler.blogspot.com/2007/10/jqueryscrollto.html" target="_blank"> jQuery ScrollTo plugin</a> by Ariel Flesler. The plugin is also available on <a href="http://github.com/davist11/jQuery-One-Page-Nav" target="_blank">Github</a>.<br /><a href="http://trevordavis.net/play/jquery-one-page-nav/" target="_blank">View Demo</a></p>
<p><strong>14.</strong> <a href="http://tympanus.net/codrops/2010/06/28/awesome-cufonized-fly-out-menu/" target="_blank"><strong>Cufonized Fly-out Menu – jQuery And CSS3</strong></a><br />
In this tutorial you will learn how to create a full page cufonized menu – when hovering over the menu items we will move a hover-state item that adapts to the width of the current item, and slide out a description bar from the left side of the page.<br /><a href="http://tympanus.net/Tutorials/CufonizedFlyOutMenu/" target="_blank">View Demo</a></p>
<p><strong>15.</strong> <a href="http://tympanus.net/codrops/2010/05/10/scrollable-thumbs-menu/" target="_blank"><strong>Scrollable Thumbs Menu – jQuery</strong></a><br />
In this tutorial with downloadable source code you will learn how to build a fixed menu with scrollable thumbs. The idea is to have a menu fixed to the bottom of the page and let a vertical stack of scrollable thumbs appear when hovering over a menu item.<br /><a href="http://tympanus.net/Tutorials/ScrollingThumbs/" target="_blank">View Demo</a></p>
<p><strong>16.</strong> <a href="http://buildinternet.com/2009/09/sproing-make-an-elastic-thumbnail-menu/" target="_blank"><strong>Elastic Thumbnail Menu &#8211; jQuery And CSS</strong></a><br />
In this tutorial <a href="http://twitter.com/vivalasam" target="_blank">Sam Dunn</a> on <a href="http://buildinternet.com/" target="_blank">Build Internet</a> will teach you how to make a good looking and elastic thumbnail menu. The menu magnifies menu items when they are hovered over and the different menu items expand upwards.<br /><a href="http://buildinternet.com/live/elasticthumbs" target="_blank">View Demo</a></p>
<p><strong>17.</strong> <a href="http://tympanus.net/codrops/2010/06/02/smooth-vertical-or-horizontal-page-scrolling-with-jquery/" target="_blank"><strong>Smooth Vertical Or Horizontal Page Scrolling – jQuery</strong></a><br />
In this tutorial you will learn how to create a simple smooth scrolling effect with jQuery. You will create a horizontal and a vertical website layout to show the effect. You will be using the <a href="http://gsgd.co.uk/sandbox/jquery/easing/" target="_blank">jQuery Easing Plugin</a> and just a few lines of jQuery.<br /><a href="http://tympanus.net/Tutorials/WebsiteScrolling/" target="_blank">View Demo</a></p>
<p><strong>18.</strong> <a href="http://tutorialzine.com/2010/05/sweet-pages-a-jquery-pagination-solution/" target="_blank"><strong>Sweet Pages – A jQuery Pagination Solution</strong></a><br />
In this tutorial you will learn how to build a jQuery plugin that will enable you to convert a regular unordered list of items into a SEO friendly set of easily navigatable pages. It can be used for comment threads, slideshows, or any kind of structured content.<br /><a href="http://demo.tutorialzine.com/2010/05/sweet-pages-jquery-pagination-solution/demo.html" target="_blank">View Demo</a></p>
<p><strong>19.</strong> <a href="http://net.tutsplus.com/tutorials/javascript-ajax/creating-a-filterable-portfolio-with-jquery/" target="_blank"><strong>Filterable Portfolio with jQuery</strong></a><br />
In this nice tutorial Trevor Davis will show you how to make &#8220;filtering by category&#8221; a little more interesting with just a little bit of jQuery and some CSS &#8211; and how to use it for to build a stylish portfolio broken down into 5 categories.<br /><a href="http://nettuts.s3.amazonaws.com/196_jquery/index.htm" target="_blank">View Demo</a></p>
<p><strong>20.</strong> <a href="http://www.ihwy.com/Labs/jquery-listnav-plugin.aspx" target="_blank"><strong>jQuery ListNav Plugin</strong></a><br />
This jQuery plugin supplies an easy way to unobtrusively add a letter-based navigation widget to any UL or OL list. An easily stylable nav bar appears above the list, showing the user the letters from A and all the way to Z. <br /><a href="http://www.ihwy.com/Labs/Demos/Current/jquery-listnav-plugin.aspx" target="_blank">View Demo</a></p>
<p><strong>21.</strong> <a href="http://aariadne.com/accordion/" target="_blank"><strong>Ext Accordion</strong></a><br />
The Accordion widget and its InfoPanel are components that use the Ext JS Library. It can be used for page navigation, tool windows, hide-able details, log-in forms, options dialogs, sticky notes and more.<br /><a href="http://aariadne.com/accordion/" target="_blank">View Demo</a></p>
<p><strong>22.</strong> <a href="http://www.kriesi.at/archives/apple-menu-improved-with-jquery" target="_blank"><strong>Apple Style Menu Improved With jQuery</strong></a><br />
How to create a similar main navigation like the one of kriesi.at &#8211; a so called kwicks menu. Build an Apple-flavored Leopard-text-indent style menu from scratch in Photoshop, then create the needed HTML and CSS and last but not least improve it via jQuery.<br /><a href="http://www.kriesi.at/wp-content/extra_data/kwicks_tutorial/kwicks_final.html" target="_blank">View Demo</a></p>
<p><strong>23.</strong> <a href="http://web-kreation.com/index.php/tutorials/morph-effect-on-mouseenter-mouseleave-with-mootools-12/" target="_blank"><strong>Morph Effect On Mouseenter And Mouseleave With Mootools</strong></a><br />
In this tutorial, you will see how to add some amazing effects to an unordered list on mouseover with the Element Method: morph and to make the whole list item region clickable with Mootools &#8211; and turn it into something fun to click.<br /><a href="http://www.web-kreation.com/demos/mootools-1.2_mouseenter-mouseleave/" target="_blank">View Demo</a></p>
<p><strong>24.</strong> <a href="http://tympanus.net/codrops/2009/11/17/jpaginate-a-fancy-jquery-pagination-plugin/" target="_blank"><strong>jPaginate &#8211; Fancy jQuery Pagination Plugin</strong></a><br />
jPaginate is a jQuery pagination plugin that comes with a twist: animated page numbers. The user can slide through the available page numbers by clicking or just hovering over the arrows. Shortlinks to the first and last page are available as well.<br /><a href="http://tympanus.net/jPaginate/" target="_blank">View Demo</a></p>
<p><strong>25.</strong> <a href="http://www.nitinh.com/2009/11/another-beautiful-thumbnail-hover-effect-using-mootools/" target="_blank"><strong>Thumbnail Hover Effect Using Mootools</strong></a><br />
Image is splitting in the middle using two instances of the same image. One instance goes toward left while second image goes right, in effect giving a beautiful illusion that image is gracefully splitting in the middle.<br /><a href="http://www.nitinh.com/static/another_thumb/index.html" target="_blank">View Demo</a></p>
<p><strong>26.</strong> <a href="http://tympanus.net/codrops/2010/04/29/awesome-bubble-navigation-with-jquery/" target="_blank"><strong>Awesome Bubble Navigation – jQuery</strong></a><br />
In this tutorial you will learn how to create a bubbly navigation with jQuery. The idea is to have some round navigation icons that release a bubble when hovering over them. You will use the <a href="http://gsgd.co.uk/sandbox/jquery/easing/" target="_blank">jQuery Easing Plugin</a> for a even nicer and improved effect.<br /><a href="http://tympanus.net/Tutorials/BubbleNavigation/" target="_blank">View Demo</a></p>
<p><strong>27.</strong> <a href="http://net.tutsplus.com/tutorials/javascript-ajax/jquery-os-x-style-dock-and-stack-navigation/" target="_blank"><strong>Outside The Box &#8211; Navigation </strong></a><br />
Just about every website uses the regular navigation concepts we&#8217;re all used to. After a while this can get pretty boring, especially for designers who thrive on creativity. While mimicking the OS X dock and stacks isn&#8217;t new, it&#8217;s certainly not common.<br />
<a href="http://nettuts.s3.amazonaws.com/358_jquery/example%20files/all-examples.html" target="_blank">View Demo</a></p>
<p><strong>28.</strong> <a href="http://net.tutsplus.com/site-builds/create-a-simple-powerful-product-highlighter-with-mootools/" target="_blank"><strong>Powerful Product Highlighter With MooTools</strong></a><br />
This tutorial will help you to create a flexible tool for highlighting your sites products or services using the MooTools JavaScript framework &#8211; a clever rollover mechanism that works well as a product highlighter.<br /><a href="http://nettuts.s3.amazonaws.com/022_Mootools/example.html" target="_blank">View Demo</a></p>
<p><strong>29.</strong> <a href="http://www.queness.com/post/256/vertical-scroll-menu-with-jquery-tutorial" target="_blank"><strong>Vertical Scroll Menu – jQuery</strong></a><br />
In this tutorial with downloadable source code <a href="http://twitter.com/quenesswebblog" target="_blank">Kevin Liew</a> will teach you how to create a vertical scroll menu. You will also use the <a href="http://plugins.jquery.com/project/color" target="_blank">jQuery.color</a> plugin to animate the background color changes. The HTML is as simple as possible, and the jQuery and CSS do the rest. <br /><a href="http://www.queness.com/resources/html/scrollmenu/index.html" target="_blank">View Demo</a></p>
<p><strong>30.</strong> <a href="http://tympanus.net/codrops/2010/01/03/scrolling-to-the-top-and-bottom-with-jquery/" target="_blank"><strong>Scrolling To The Top And Bottom &#8211; jQuery</strong></a><br />
Scroll to the Top and Bottom of your website with a simple click with the help of the jQuery powered <a href="http://james.padolsey.com/javascript/special-scroll-events-for-jquery/" target="_blank">Special Scroll Events</a> by James Padolsey, and some few extra lines of jQuery &#8211; appearing  like two buttons with fixed position on the bottom left of the page.<br /><a href="http://www.tympanus.net/scrollupdown/" target="_blank">View Demo</a></p>
<p><strong>31.</strong> <a href="http://code.google.com/p/jquery-panel-magic/downloads/list" target="_blank"><strong>jQuery Panel Magic – Panel Layout For Small Websites</strong></a><br />
jQuery Panel Magic plugin is a new take on website navigation. Using a matrix or grid style layout for your website, you can easily implement this plugin for small websites and web applications. The plugin provides you with a unique way to “panelize” a website.<br /><a href="http://standardscompliance.com/development/jquery-panel-magic/panels.html" target="_blank">View Demo</a></p>
<p align="right"><a href="#top">Top</a></p>
<p><a name="menu"></a><strong>Traditional Menus</strong></p>
<p><strong>32. <a href="http://tympanus.net/codrops/2010/07/16/slide-down-box-menu/" target="_blank">Slide Down Box Menu – jQuery &amp; CSS3</a></strong><br />In this tutorial you will learn how to create a cool and unique sliding box navigation (with submenu box with further links). The main idea is to make a box with the menu item slide out, while a thumbnail pops up in the top of the menu.<br /><a href="http://tympanus.net/Tutorials/SlideDownBoxMenu/" target="_blank">View Demo</a></p>
<p><strong>33.</strong> <a href="http://tympanus.net/codrops/2010/04/30/rocking-and-rolling-rounded-menu-with-jquery/" target="_blank"><strong>Rocking And Rolling Rounded Menu – jQuery</strong></a><br />
In this tutorial you will learn how to build a menu with little icons that will rotate when hovering – by using the <a href="http://www.zachstronaut.com/posts/2009/08/07/jquery-animate-css-rotate-scale.html" target="_blank">rotating and scaling jQuery patch</a> from Zachary Johnson. The different menu items will expand and reveal some menu content, like links or a search box.<br /><a href="http://tympanus.net/Tutorials/RockingRollingMenu/" target="_blank">View Demo</a></p>
<p><strong>34.</strong> <a href="http://tympanus.net/codrops/2010/01/17/css-and-jquery-tutorial-fancy-apple-style-icon-slide-out-navigation/" target="_blank"><strong>Apple-Style Icon Slide Out Navigation &#8211; CSS And jQuery</strong></a><br />
In this tutorial you will learn how to create an Apple-style navigation menu with a twist &#8211; it reveals some icons when hovering over it. The icons slide out from the top and when the mouse leaves the link, the icon slides back under the link element.<br /><a href="http://www.tympanus.net/Tutorials/FancyAppleStyleNavigation/" target="_blank">View Demo</a></p>
<p><strong>35.</strong> <a href="http://net.tutsplus.com/tutorials/html-css-techniques/how-to-build-a-lava-lamp-style-navigation-menu/" target="_blank"><strong>Lava-Lamp Style Navigation Menu – jQuery</strong></a><br />
In this logically done tutorial Jeffrey Way of Nettuts+ will teach you how to build a neat looking lava-lamp style navigation menu for your site using jQuery and CSS. As usual you can download the complete source files.<br /><a href="http://nettuts.s3.amazonaws.com/600_spasticNav/index.html" target="_blank">View Demo</a></p>
<p><strong>36.</strong> <a href="http://www.sohtanaka.com/web-design/mega-drop-downs-w-css-jquery/" target="_blank"><strong>Mega Drop Down Menus &#8211; CSS And jQuery</strong></a><br />
In this tutorial Soh Tanaka will teach you how to make an awesome and also highly useful Mega Drop Down Menu with the help of some CSS, jQuery and the <a href="http://cherne.net/brian/resources/jquery.hoverIntent.html" target="_blank">Hover Intent jQuery plugin</a> by Brian Cherne from Cherne.net.<br /><a href="http://www.sohtanaka.com/web-design/examples/mega-dropdowns/" target="_blank">View Demo</a></p>
<p><strong>37.</strong> <a href="http://net.tutsplus.com/tutorials/html-css-techniques/use-sprites-to-create-an-awesomeness-filled-navigation-menu/" target="_blank"><strong>Awesomeness-Filled Navigation Menu</strong></a><br />
In this tutorial you will learn how to create a navigation menu inspired by <a href="http://dragoninteractive.com/" target="_blank">Dragon Interactive</a>. CSS sprites can dramatically increase a websites performance and with jQuery you will implement awesome transition effects easily.<br /><a href="http://d2o0t5hpnwv4c1.cloudfront.net/512_dragon/demo/index.html" target="_blank">View Demo</a></p>
<p><strong>38.</strong> <a href="http://tympanus.net/codrops/2010/03/09/a-fresh-bottom-slide-out-menu-with-jquery/" target="_blank"><strong>Bottom Slide Out Menu With jQuery</strong></a><br />
In this tutorial we will create a bottom slide out menu. This large menu will contain some title and a description of the menu item. You use some CSS3 properties for some shadow effects and jQuery for the interaction. The source files are available for download.<br /><a href="http://www.tympanus.net/Tutorials/FreshBottomSlideOutMenu/" target="_blank">View Demo</a></p>
<p><strong>39.</strong> <a href="http://abeautifulsite.net/2008/09/jquery-context-menu-plugin/" target="_blank"><strong>jQuery Context Menu Plug-In</strong></a><br />
A context menu plugin for jQuery that features easy implementation, keyboard shortcuts, CSS styling, and control methods. It was designed to make implementing context menu functionality easy and requires minimal effort to configure.<br /><a href="http://labs.abeautifulsite.net/projects/js/jquery/contextMenu/demo/" target="_blank">View Demo</a> </p>
<p><strong>40.</strong> <a href="http://tympanus.net/codrops/2010/02/24/grungy-random-rotation-menu-with-jquery-and-css3/" target="_blank"><strong>Grungy Random Rotation Menu With jQuery And CSS3</strong></a><br />
In this tutorial we are going to create a nice menu with each item positioned differently and with some content area that slides out. The menu items are going to have a random rotation using the CSS3 property “transform&#8221;<a href="http://cashrevelations.com/magazine/2011/02/200-ajax-js-techniques/">.</a> The source files are available for download.<br /><a href="http://www.tympanus.net/Tutorials/GrungyRandomSlideOut/" target="_blank">View Demo</a></p>
<p><strong>41.</strong> <a href="http://buildinternet.com/2009/01/how-to-make-a-smooth-animated-menu-with-jquery/" target="_blank"><strong>Smooth Animated Menu With jQuery</strong></a><br />
In this relatively easy to follow tutorial Zach Dunn will teach you how to build a nice jQuery menu with a smooth transition animation effect. The menu has such a smooth animation because of a thing called “easing”.<br /><a href="http://buildinternet.com/live/smoothmenu/animated-menu.html" target="_blank">View Demo</a> </p>
<p><strong>42.</strong> <a href="http://css-tricks.com/learning-jquery-fading-menu-replacing-content/" target="_blank"><strong>Fading Menu – Replacing Content</strong></a><br />
When a menu item is selected, its graphic is shown at full opacity and its corresponding content area is also shown, while the other menu items are faded and their content areas discretely hidden. Tutorial by <a href="http://twitter.com/chriscoyier" target="_blank">Chris Coyier</a>.<br /><a href="http://css-tricks.com/examples/MenuFader/" target="_blank">View Demo</a> </p>
<p><strong>43.</strong> <a href="http://tympanus.net/codrops/2009/12/11/fixed-fade-out-menu-a-css-and-jquery-tutorial/" target="_blank"><strong>Fixed Fade Out Menu</strong></a><br />
This tutorial has the aim to teach you to build a fixed navigation that follows the user when he scrolls, and only subtly showing itself by fading out and becoming almost transparent. When the user hovers over it, the menu then becomes opaque again.<br /><a href="http://tympanus.net/Tutorials/FixedFadeOutMenu/" target="_blank">View Demo</a></p>
<p><strong>44.</strong> <a href="http://net.tutsplus.com/tutorials/javascript-ajax/a-different-top-navigation/" target="_blank"><strong>A Different Top Navigation</strong></a><br />
In this easy to follow tutorial by <a href="http://twitter.com/connorzwick" target="_blank">Connor Zwick</a> you will use jQuery to create a stylish and refreshingly different multi-layered horizontal navigation system that is still intuitive and easy enough for anyone to use for the first time.<br /><a href="http://nettuts.s3.amazonaws.com/386_navigation/top-nav-demo/index.html" target="_blank">View Demo</a> </p>
<p><strong>45.</strong> <a href="http://www.phatfusion.net/imagemenu/" target="_blank"><strong>Image Menu</strong></a><br />
A horizontal menu that reveals more of the image as you rollover it. Features 2 optional onClick events (open and close), href passed to onClick events, stays open when clicked, closes when clicked and selects item to pre-open.<br />
<a href="http://www.phatfusion.net/imagemenu/" target="_blank">View Demo</a> </p>
<p><strong>46.</strong> <a href="http://yura.thinkweb2.com/scripting/contextMenu/" target="_blank"><strong>Proto.Menu &#8211; Prototype Based Context Menu</strong></a><br />
Proto.Menu is a simple and lightweight prototype-based solution for context menu functionality on your page. Plays nice with JS turned off and menu styling can be easily defined in external stylesheet.<br />
<a href="http://yura.thinkweb2.com/scripting/contextMenu/" target="_blank">View Demo</a> </p>
<p align="right"><a href="#top">Top</a></p>
<h2>Forms And Tables</h2>
<p><a href="http://tympanus.net/codrops/2010/06/07/fancy-sliding-form-with-jquery/" target="_blank"><img src="http://cashrevelations.com/magazine/wp-content/media/fancy-sliding-form.jpg" alt="Fancy Sliding Form – jQuery" title="Fancy Sliding Form – jQuery" width="570" height="354" class="alignnone size-full wp-image-10401" /></a></p>
<p><a name="form"></a><strong>Forms And Auto-Complete</strong></p>
<p><strong>47.</strong> <a href="http://tympanus.net/codrops/2011/01/06/animated-form-switching/" target="_blank"><strong>Animated Form Switching &#8211; jQuery</strong></a><br />
In this easy-to-follow tutorial you will learn how to create a simple and stylish animated form switch with three very common forms. The main idea is not to leave the page when changing to another form, and make the new form appear within the same container.<br /><a href="http://tympanus.net/Tutorials/AnimatedFormSwitching/" target="_blank">View Demo</a></p>
<p><strong>48.</strong> <a href="http://net.tutsplus.com/tutorials/html-css-techniques/how-to-build-cross-browser-html5-forms/" target="_blank"><strong>Cross-Browser HTML5 Forms </strong></a><br />
In this pedagogical tutorial, you are going to take a look at how to serve HTML5 forms to modern browsers, while compensating for older browsers by using a mix of Webforms2, Modernizr, jQuery UI and assorted jQuery Plugins. <br /><a href="http://nettuts.s3.amazonaws.com/881_html5Forms/demo/demo.html" target="_blank">View Demo</a></p>
<p><strong>49.</strong> <a href="http://tympanus.net/codrops/2010/06/07/fancy-sliding-form-with-jquery/" target="_blank"><strong>Fancy Sliding Form – jQuery</strong></a><br />
In this easy-to-follow tutorial you will learn how to create a fancy sliding form that shows some validation feedback to the user after each step. This form saves a lot of space and is easy to access – it basically works like a slide show.<br /><a href="http://tympanus.net/Tutorials/FancySlidingForm/" target="_blank">View Demo</a></p>
<p><strong>50.</strong> <a href="http://buildinternet.com/2009/01/changing-form-input-styles-on-focus-with-jquery/" target="_blank"><strong>Changing Form Input Styles On Focus With jQuery</strong></a><br />
This short tutorial by <a href="http://twitter.com/vivalasam" target="_blank">Sam Dunn</a> will show you how to spice them up with CSS classes and default values that change according to which form item is selected. All with just a splash of jQuery and some CSS.<br /><a href="http://buildinternet.com/live/jqueryform/jqueryform1.php" target="_blank">View Demo</a> </p>
<p><strong>51.</strong> <a href="http://lipidity.com/fancy-form/" target="_blank"><strong>FancyForm</strong></a><br />
FancyForm is a powerful checkbox replacement script used to provide the ultimate flexibility in changing the appearance and function of HTML form elements. It&#8217;s accessible, easy to use and degrades gracefully on all older, non-supporting browsers.<br />
<a href="http://lipidity.com/fancy-form/demo/" target="_blank">View Demo</a></p>
<p><strong>52.</strong> <a href="http://net.tutsplus.com/javascript-ajax/build-a-top-panel-with-jquery/" target="_blank"><strong>Incredible Login Form With jQuery</strong></a><br />
Easily makes your content accessible on every page and keeps it discretely hidden until it is needed &#8211; by making a top panel that when clicked, will reveal itself and its content. This is yet another tutorial for Nettuts by <a href="http://twitter.com/connorzwick" target="_blank">Connor Zwick</a><br /><a href="http://nettuts.s3.amazonaws.com/041_TopPanelWithJquery/demo/index.html" target="_blank">View Demo</a></p>
<p><strong>53. <a href="http://tutorialzine.com/2010/09/quick-feedback-form-php-jquery/" target="_blank">Quick Feedback Form – jQuery &amp; PHP</a></strong><br />
In this tutorial by <a href="http://twitter.com/tutorialzine" target="_blank">Martin Angelov</a> you will learn how to create a solution for receiving quick feedback from your users – powered by jQuery, PHP and the PHPMailer class, this stylish form sends the users suggestions directly to your mailbox.<br /><a href="http://demo.tutorialzine.com/2010/09/quick-feedback-form-php-jquery/feedback.html" target="_blank">View Demo</a></p>
<p align="right"><a href="#top">Top</a></p>
<p><a name="validation"></a><strong>Form Validation And Hints</strong></p>
<p><strong>54.</strong> <a href="http://www.1stwebdesigner.com/tutorials/building-real-time-form-validation-using-jquery/" target="_blank"><strong>Real-Time Form Validation – jQuery</strong></a><br />
In this tutorial by <a href="http://twitter.com/michalkozak" target="_blank">Michal Kozak</a> you will learn how to build a useful client side and real time form validation with the help of  jQuery – you will write and build the simplest form ever possible, nice and clean, without any unnecessary tags.<br /><a href="http://dl.dropbox.com/u/1715120/demos/real-time-form-validation-using-jquery/index.html" target="_blank">View Demo</a></p>
<p><strong>55.</strong> <a href="http://customformelements.net/" target="_blank"><strong>Custom Form Elements</strong></a><br />
This CFE script enhances form elements including radio buttons, checkboxes, file upload, textfield, textarea, images and the select and more. The intention is to create the one Javascript form replacement script, which may be used with mootools as well as jQuery.<br /><a href="http://customformelements.net/demopage.php" target="_blank">View Demo</a></p>
<p align="right"><a href="#top">Top</a></p>
<p><a name="upload"></a><strong>File Upload</strong></p>
<p><strong>56.</strong> <a href="http://digitarald.de/project/fancyupload/" target="_blank"><strong>FancyUpload &#8211; Swiff Meets Ajax</strong></a><br />
FancyUpload is a file-input replacement which features an unobtrusive, multiple-file selection menu and queued upload with an animated progress bar. It is easy to setup and styleable via CSS and XHTML and uses MooTools to work in all modern browsers.<br />
<a href="http://digitarald.de/project/fancyupload/3-0/showcase/photoqueue/" target="_blank">View Demo</a></p>
<p><strong>57.</strong> <a href="http://www.uploadify.com/" target="_blank"><strong>Uploadify &#8211; JQuery File Upload Plugin Script</strong></a><br />
Uploadify is a jQuery plugin that allows the easy integration of a multiple (or single) file uploads on your website. An array of options allow for full customization for advanced users, but basic implementation is so easy that even coding novices can do it.<br /><a href="http://www.uploadify.com/demo/" target="_blank">View Demo</a></p>
<p align="right"><a href="#top">Top</a></p>
<p><a name="table"></a><strong>Tables</strong></p>
<p><strong>58.</strong> <a href="http://mitya.co.uk/scripts/Table-sort---now-REGEXP-friendly-111" target="_blank"><strong>Animated Table Sort – REGEXP Friendly</strong></a><br />
This plugin allows you to animatedly sort a table based on a particular column. It also supports sorting on REGEXP matches. You can also control whether row relationships are maintained, whether it sorts on ASCII or numeric and ascending or descending.<br /><a href="http://mitya.co.uk/scripts/Table-sort%E2%80%94now-REGEXP-friendly-111#part3" target="_blank">View Demo</a></p>
<p><strong>59.</strong> <a href="http://www.electrictoolbox.com/jquey-make-entire-table-row-clickable/" target="_blank"><strong>Clickable Table Row</strong></a><br />
If an HTML table row contains only one &lt;a&gt; link, it can be useful to make the entire row clickable and make it activate that link. This tutorial shows how to make the entire row clickable so that clicking anywhere in the row is the same as clicking that link.<br /><a href="http://www.electrictoolbox.com/jquey-make-entire-table-row-clickable/" target="_blank">View Demo</a></p>
<p><strong>60.</strong> <a href="http://www.leigeber.com/2009/03/table-sorter/" target="_blank"><strong>TinyTable JavaScript Table Sorter</strong></a><br />
Easy to use JavaScript table-sorting script. Features column highlighting, optional pagination, support for links, date/link parsing, alternate row highlighting, header class toggling, auto data type recognition and selective column sorting.<br /><a href="http://sandbox.leigeber.com/table-sorter/index.html" target="_blank">View Demo</a></p>
<p><strong>61.</strong> <a href="http://www.barelyfitz.com/projects/tabber/" target="_blank"><strong>JavaScript Tabifier</strong></a><br />
Automatically creates an HTML tab interface using plug-and-play JavaScript. Does not require you to set up a list of links, or anchors for the tabs, and you can use CSS to customize the appearance of the tabs.<br /><a href="http://www.barelyfitz.com/projects/tabber/" target="_blank">View Demo</a></p>
<p><strong>62.</strong> <a href="http://www.andrewplummer.com/code/tablegear/" target="_blank"><strong>TableGear</strong></a><br />
TableGear is a software package for working with data on the web. It is designed get your data into a web page, and let you work with it quickly and easily, the way you would in powerful desktop applications like Excel.<br /><a href="http://www.andrewplummer.com/demos/tablegear/" target="_blank">View Demo</a></p>
<p align="right"><a href="#top">Top</a></p>
<p><a name="boxes"></a><br />
<h2>Tool Tips &#038; Boxes &#038; Panels</h2>
<p><a href="http://tympanus.net/codrops/2010/10/12/annotation-overlay-effect/" target="-blank"><img src="http://cashrevelations.com/magazine/wp-content/media/Annotation-Overlay-Effect-jQuery.jpg" alt="Annotation Overlay Effect with jQuery" title="Annotation Overlay Effect with jQuery" width="570" height="419" class="alignnone size-full wp-image-10404" /></a></p>
<p><strong>63. <a href="http://tympanus.net/codrops/2010/11/01/pull-out-content-panel/" target="_blank">Pull Out Content Panel with jQuery</a></strong><br />
In this tutorial you will create a content panel that slides out at a predefined scrolling position. It will reveal a teaser with related content and it can be expanded to full page size to show more. A custom slider allows to scroll through items in the panel.<br /><a href="http://tympanus.net/Tutorials/PullOutContentPanel/" target="_blank">View Demo</a></p>
<p><strong>64. <a href="http://tutorialzine.com/2010/12/better-confirm-box-jquery-css3/" target="_blank">jQuery Confirm Dialog Replacement</a></strong><br />
In this tutorial  by <a href="http://twitter.com/tutorialzine" target="_blank">Martin Angelov</a> you will learn how to create a stylish cross-browser, custom confirm dialog in the form of an easy to use jQuery plugin. You can choose the text, buttons, and actions that will be executed when they are clicked.<br /><a href="http://demo.tutorialzine.com/2010/12/better-confirm-box-jquery-css3/" target="_blank">View Demo</a></p>
<p><strong>65. <a href="http://www.sohtanaka.com/web-design/simple-tooltip-w-jquery-css/" target="_blank">Simple Tooltip – jQuery &amp; CSS</a></strong><br />
In this tutorial by <a href="http://twitter.com/sohtanaka" target="_blank">Soh Tanaka</a> you will learn how to create simple tooltip with jQuery and an incredibly simple styling with CSS. The only known issue with this tooltip is if the tooltip is wrapped in a container which has a relative position, the tooltip will be off.<br /><a href="http://www.sohtanaka.com/web-design/examples/element-tooltip/" target="_blank">View Demo</a></p>
<p><strong>66.</strong> <a href="http://tutorialzine.com/2010/04/slideout-context-tips-jquery-css3/" target="_blank"><strong>Contextual Slideout Tips With jQuery And CSS3</strong></a><br />
In this tutorial you will learn how to build contextual slideouts with jQuery and CSS3. The slideouts are ideal for presenting only the highlights of a product, with the details neatly hidden away. You can easily incorporate images, videos, or other rich multimedia content. <br /><a href="http://demo.tutorialzine.com/2010/04/slideout-context-tips-jquery-css3/demo.html" target="_blank">View Demo</a></p>
<p><strong>67. <a href="http://tympanus.net/codrops/2010/10/12/annotation-overlay-effect/" target="_blank">Annotation Overlay Effect with jQuery</a></strong><br />
In this tutorial you will learn how to create a simple overlay effect to display annotations in e.g. portfolio items of a web designers portfolio. Just like with all the other Tympanus tutorials we present, also this tutorials source files can be downloaded.<br /><a href="http://tympanus.net/Tutorials/AnnotationOverlayEffect/" target="_blank">View Demo</a></p>
<p><strong>68. <a href="http://tutorialzine.com/2010/07/colortips-jquery-tooltip-plugin/" target="_blank">Colortip Tooltip Plugin – jQuery</a></strong><br />
In this tutorial you will learn how to write a simple jQuery tooltip plugin. The plugin is going to convert the title attributes of elements withing your web page, into a series of colorful and stylish tooltips. Six different color themes are available.<br /><a href="http://demo.tutorialzine.com/2010/07/colortips-jquery-tooltip-plugin/colortips.html" target="_blank">View Demo</a></p>
<p><strong>69.</strong> <a href="http://www.1stwebdesigner.com/tutorials/create-sleek-sliding-boxes-jquery/" target="_blank"><strong>Sleek Sliding Box Effect – jQuery</strong></a><br />
This pedagogic tutorial by <a href="http://twitter.com/TurRyan" target="_blank">Ryan Turki</a> will teach you how to create some representative and nice sliding box effects with the help of a bit jQuery and some CSS. You can also download the source files.<br /><a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/index.html" target="_blank">View Demo</a></p>
<p><strong>70.</strong> <a href="http://craigsworks.com/projects/qtip/" target="_blank"><strong>qTip &#8211; The jQuery Tooltip Plugin</strong></a><br />
qTip is an advanced tooltip plugin for the jQuery JavaScript framework. Built from the ground up to be user friendly, feature rich, qTip provides you with tonnes of features like rounded corners and speech bubble tips.<br /><a href="http://craigsworks.com/projects/qtip/demos/" target="_blank">View Demo</a></p>
<p><strong>71.</strong> <a href="http://www.sohtanaka.com/web-design/inline-modal-window-w-css-and-jquery/" target="_blank"><strong>Inline Modal Window – jQuery And CSS</strong></a><br />
In this tutorial <a href="http://twitter.com/sohtanaka" target="_blank">Soh Tanaka</a> will teach you how to build a simple and stylish inline Modal window with the help of some CSS and jQuery. According to the developer<a href="http://cashrevelations.com/magazine/2011/02/200-ajax-js-techniques/">,</a> this tutorial requires intermediate knowledge of CSS and jQuery.<br /><a href="http://www.sohtanaka.com/web-design/examples/modal-window/" target="_blank">View Demo</a></p>
<p><strong>72.</strong> <a href="http://www.php-help.ro/examples/mootooltips-javascript-tooltips/" target="_blank"><strong>MooTooltips &#8211; JavaScript Tooltips With MooTools</strong></a><br />
MooTooltips can display tooltip messages from HTML elements, Ajax calls or text added manually. Tooltip parameters can be passed either when instantiating the class or on the rel element parameter.<br /><a href="http://www.php-help.ro/examples/mootooltips-javascript-tooltips/" target="_blank">View Demo</a></p>
<p><strong>73.</strong> <a href="http://tutorialzine.com/2010/05/bounce-in-box-plugin-jquery/" target="_blank"><strong>BounceBox Notification Plugin With jQuery And CSS3</strong></a><br />
In this tutorial you will learn how to build a BounceBox notification plugin with some jQuery and CSS3. You can use this plugin to present notifications, or a registration form, newsletter signup or even some kind of advertisement as the content of the box div.<br /><a href="http://demo.tutorialzine.com/2010/05/bounce-in-box-plugin-jquery/demo.html" target="_blank">View Demo</a></p>
<p><strong>74.</strong> <a href="http://jqueryfordesigners.com/coda-popup-bubbles/" target="_blank"><strong>Coda Popup Bubbles</strong></a><br />
In this tutorial you will learn how to create Coda’s ‘puff’ pop-up bubbles, shown when you mouse over a downloadable image. This effect can be perfected by changing the initial reset code to read from the trigger element and approximate it’s position. <br />
<a href="http://jqueryfordesigners.com/demo/coda-bubble.html" target="_blank">View Demo</a></p>
<p><strong>75.</strong> <a href="http://tympanus.net/codrops/2010/04/13/end-of-page-slide-out-box/" target="_blank"><strong>End Of Page Slide Out Box – jQuery</strong></a><br />
In this tutorial you will learn how to create a box that slides out from the right when you are reading the last part of the article – the box shows another article from the same category. The idea is to have an element in the page that triggers the box to appear.<br /><a href="http://tympanus.net/Tutorials/EndPageSlideOutBox/" target="_blank">View Demo</a></p>
<p><strong>76.</strong> <a href="http://www.nickstakenburg.com/projects/prototip2/" target="_blank"><strong>Prototip 2</strong></a><br />
Prototip allows you to easily create both simple and complex tooltips using the Prototype JavaScript framework. You can easily customize it, control the tool tip position and get configurable rounded corners (with no PNG images required).<br />
<a href="http://www.nickstakenburg.com/projects/prototip2/" target="_blank">View Demo</a></p>
<p><strong>77.</strong> <a href="http://net.tutsplus.com/tutorials/javascript-ajax/build-a-better-tooltip-with-jquery-awesomeness/" target="_blank"><strong>Better Tooltip With JQuery</strong></a><br />
Browsers will automatically display a tooltip when you provide a title attribute. In this tutorial Jon Cazier is going to show you how to quickly write a jQuery plugin that will replace the typical browser tooltip with something a little flashier.<br /><a href="http://nettuts.s3.amazonaws.com/234_tooltip/Demo/index.html" target="_blank">View Demo</a></p>
<p><strong>78.</strong> <a href="http://yellowgreen.de/morecss" target="_blank"><strong>MoreCSS</strong></a><br />
An easy to use, lightweight and fast JavaScript toolkit/library with CSS syntax for common things. With only 8 KB and it&#8217;s CSS like syntax MoreCSS is perfect for all the daily JavaScript things: popups, tabs, tooltips and more.<br /><a href="http://morecss.yellowgreen.de/target-selectors-demo" target="_blank">View Demo</a></p>
<p><strong>79.</strong> <a href="http://davidwalsh.name/facebook-modal-mootools" target="_blank"><strong>Facebook-Style Modal Box Using MooTools</strong></a><br />
Facebook’s Modal box is one the best modal box around. It’s lightweight, subtle, and very stylish. David Walsh has taken Facebook’s imagery and CSS and combined it with MooTools awesome functionality to duplicate the effect.<br /><a href="http://davidwalsh.name/dw-content/facebook-modal.php" target="_blank">View Demo</a></p>
<p><strong>80. <a href="http://slidenote.info/" target="_blank">SlideNote – jQuery Plugin For Sliding Notifications</a></strong><br />
SlideNote is a customizable, flexible jQuery plugin that makes it easy to display sliding notifications on your website or in your web application. SlideNote offers a set of five options that allow you to modify the behavior and content of the script.<br /><a href="http://slidenote.info/" target="_blank">View Demo</a></p>
<p><strong>81. <a href="http://www.steamdev.com/snippet/" target="_blank">Snippet – jQuery Syntax Highlighter</a></strong><br />
Snippet is a cool jQuery syntax highlighting plugin built on top of the <a href="http://shjs.sourceforge.net/" target="_blank">SHJS</a> script found on SourceForge. Snippet jQuery plugin provides a quick and easy way of highlighting source code passages in HTML documents.<br /><a href="http://www.steamdev.com/snippet/" target="_blank">View Demo</a></p>
<p><strong>82.</strong> <a href="http://icant.co.uk/sandbox/stepbystep/" target="_blank"><strong>Step By Step &#8211; Show And Explain Visitors What Your Page Has For Them</strong></a><br />
You might have encountered interactive demos created with screencasting and screengrabbing software that explain an interface to users in a step-by-step manner. This is exactly what this script does for web sites.<br /><a href="http://icant.co.uk/sandbox/stepbystep/fullautoexample.html" target="_blank">View Demo</a></p>
<p align="right"><a href="#top">Top</a></p>
<p><a name="calendar"></a><br />
<h2>Calendars And Timelines</h2>
<p><a href="http://www.electricprism.com/aeron/calendar/" target="_blank"><img src="http://cashrevelations.com/magazine/wp-content/media/calendar-javascript-class.jpg" alt="Calendar – A JavaScript Class For Mootools" title="Calendar – A JavaScript Class For Mootools" width="570" height="220" class="alignnone size-full wp-image-10406" /></a></p>
<p><strong>83.</strong> <a href="http://tutorialzine.com/2010/01/advanced-event-timeline-with-php-css-jquery/" target="_blank"><strong>Advanced Event Timeline</strong></a><br />
In this tutorial you will learn how to make an Advanced Event Timeline with the help of PHP, MySQL, CSS and jQuery, that will display a pretty time line with clickable events. Adding new ones is going to be as easy as inserting a row in the database.<br /><a href="http://demo.tutorialzine.com/2010/01/advanced-event-timeline-with-php-css-jquery/demo.php" target="_blank">View Demo</a></p>
<p><strong>84.</strong> <a href="http://arshaw.com/fullcalendar/download/" target="_blank"><strong>FullCalendar &#8211; jQuery Plugin</strong></a><br />
FullCalendar is a jQuery plugin that provides a full-sized drag and drop calendar. It uses AJAX to fetch events on-the-fly for each month and is easily configured to use your own feed format (an extension is provided for Google Calendar).<br /><a href="http://arshaw.com/fullcalendar/" target="_blank">View Demo</a></p>
<p><strong>85.</strong> <a href="http://www.frequency-decoder.com/2009/09/09/unobtrusive-date-picker-widget-v5" target="_blank"><strong>Unobtrusive Date-Picker Widget</strong></a><br />
This unobtrusive datePicker (calendar), which is accessible using the keyboard, requires no embedded JavaScript blocks, uses no pop-up windows and is suitable for use within documents served as application/XHTML+XML.<br /><a href="http://www.frequency-decoder.com/demo/date-picker-v5/" target="_blank">View Demo</a></p>
<p><strong>86.</strong> <a href="http://www.filamentgroup.com/lab/date_range_picker_using_jquery_ui_16_and_jquery_ui_css_framework/" target="_blank"><strong>JQuery Interactive Date Range Picker With Shortcuts</strong></a><br />
Date Range Picker plugin uses jQuery UI 1.7 and the new jQuery UI CSS Framework. This plugin wraps the jQuery UI datepicker into an interactive component specifically designed for choosing date ranges.<br /><a href="http://www.filamentgroup.com/examples/daterangepicker_v2/" target="_blank">View Demo</a></p>
<p><strong>87.</strong> <a href="http://www.electricprism.com/aeron/calendar/" target="_blank"><strong>Calendar &#8211; A JavaScript Class For Mootools</strong></a><br />
Calendar is a JavaScript class that adds accessible and unobtrusive date-pickers to your form elements. Features highly configurable inputs and selects, multi-calendar support, variable navigation options and multi-lingual and fancy date formatting.<br /><a href="http://www.electricprism.com/aeron/calendar/" target="_blank">View Demo</a></p>
<p><strong>88.</strong> <a href="http://jqueryfordesigners.com/fun-with-overflows/" target="_blank"><strong>Scrollable Timelines</strong></a><br />
Making use of the overflow and scrollLeft DOM property to scroll elements is a much more effective use of the CPU, over animating using CSS top/left. This tutorial demonstrates the same effect used in two completely different ways.<br /><a href="http://jqueryfordesigners.com/demo/scrollable-timelines.html" target="_blank">View Demo</a></p>
<p align="right"><a href="#top">Top</a></p>
<h2>Image Handling And Sliders</h2>
<p><a href="http://tympanus.net/codrops/2011/01/19/sweet-thumbnails-gallery/" target="_blank"><img src="http://cashrevelations.com/magazine/wp-content/media/Sweet-Thumbnails-Preview-Gallery-jQuery.jpg" alt="Sweet Thumbnails Preview Gallery – jQuery" title="Sweet Thumbnails Preview Gallery – jQuery" width="570" height="361" class="alignnone size-full wp-image-10408" /></a></p>
<p><a name="prev"></a><strong>Image Previewing And Galleries</strong></p>
<p><strong>89. <a href="http://tympanus.net/codrops/2011/01/19/sweet-thumbnails-gallery/" target="_blank">Sweet Thumbnails Preview Gallery &#8211; jQuery</a></strong><br />
In this nice tutorial you will learn how to create an image gallery with jQuery that shows a preview of each image as a little thumbnail. The idea is to hover over the slider dots and make the regarding thumbnail slide into the previewer. <br /><a href="http://tympanus.net/Tutorials/SweetThumbnails/" target="_blank">View Demo</a></p>
<p><strong>90. <a href="http://playground.mobily.pl/tutorials/creating-a-modern-gallery-with-raphael.html" target="_blank">Modern Gallery With Raphael &#038; jQuery</a></strong><br />
In this simple tutorial by <a href="http://twitter.com/marcinmobily" target="_blank">Marcin Dziewulski</a> you will learn how to create a stylish and modern gallery with a very attention catching animation effect using the small Raphael library and also jQuery and some CSS.<br /><a href="http://playground.mobily.pl/tutorials/creating-a-modern-gallery-with-raphael/demo.html" target="_blank">View Demo</a></p>
<p><strong>91. <a href="http://tympanus.net/codrops/2010/11/14/animated-portfolio-gallery/" target="_blank">Animated Portfolio Gallery with jQuery</a></strong><br />
In this tutorial you will learn how to create an animated portfolio gallery with jQuery. The gallery will contain a scroller for thumbs and a content area where we will display details about the item. The image can be enlarged by clicking, making it appear as an overlay.<br /><a href="http://tympanus.net/Tutorials/AnimatedPortfolioGallery/" target="_blank">View Demo</a></p>
<p><strong>92. <a href="http://addyosmani.com/blog/building-spas-jquerys-best-friends/" target="_blank">Single Page Applications With jQuery’s Best Friends</a></strong><br />
In this pedagogical tutorial you will learn how to build a single page application supporting graceful degradation using some of jQuery’s Best friends; DocumentCloud’s Backbone.js, Underscore.js, LAB.js and jQuery templating.<br /><a href="http://addyosmani.com/resources/backbonegallery/index.php" target="_blank">View Demo</a></p>
<p><strong>93. <a href="http://tympanus.net/codrops/2010/12/10/bubbleriffic-image-gallery/" target="_blank">Bubbleriffic Image Gallery with jQuery</a></strong><br />
In this tutorial you will learn how to create a bubbly image gallery that shows images in a unique way. The thumbnails shows in a rounded fashion and you can simply scroll them automatically by moving the mouse. Clicking will zoom in a big circle with the full image. <br /><a href="http://tympanus.net/Tutorials/BubblerifficImageGallery/" target="_blank">View Demo</a></p>
<p><strong>94.</strong> <a href="http://tympanus.net/codrops/2010/06/27/beautiful-photo-stack-gallery-with-jquery-and-css3/" target="_blank"><strong>Photo Stack Gallery – jQuery And CSS3</strong></a><br />
This tutorial teaches how to create a gallery. The albums are showed as a slider, and when an album is chosen, the images of that album are showed as a photo stack. In photo stack view, browse through the images by putting the top images last in stack.<br /><a href="http://tympanus.net/Tutorials/PhotoStack/" target="_blank">View Demo</a></p>
<p><strong>95.</strong> <a href="http://www.sohtanaka.com/web-design/fancy-thumbnail-hover-effect-w-jquery/" target="_blank"><strong>Fancy Thumbnail Hover Effect With JQuery</strong></a><br />
This is a beautiful thumbnail hover effect jQuery and CSS tutorial by <a href="http://twitter.com/sohtanaka" target="_target="blank">Soh Tanaka</a>. If you switch up the absolute potion coordinates, you can create various ways the hover effect pops out as well.  <br /><a href="http://www.sohtanaka.com/web-design/examples/image-zoom/" target="_blank">View Demo</a></p>
<p><strong>96.</strong> <a href="http://tutorialzine.com/2010/04/simple-banner-rotator-with-php-jquery-mysql/" target="_blank"><strong>Simple Banner Rotator</strong></a><br />
In this tutorial you are making a simple PHP, jQuery &amp; MySQL banner rotator, with which you can create and randomly display banners on your site. Each of the banners features a neat jQuery animation effect, which you can customize to fit your own needs.<br /><a href="http://demo.tutorialzine.com/2010/04/simple-banner-rotator-php-mysql-jquery/demo.php" target="_blank">View Demo</a></p>
<p><strong>97. <a href="http://tympanus.net/codrops/2010/09/08/full-page-image-gallery/" target="_blank">Full Page Image Gallery with jQuery</a></strong><br />
In this tutorial you will learn how to create a stunning full page gallery with scrollable thumbnails and a scrollable full screen preview. The idea is to have a thumbnails bar at the bottom of the page that scrolls automatically when the user moves the mouse.<br /><a href="http://tympanus.net/Tutorials/FullPageImageGallery/" target="_blank">View Demo</a></p>
<p><strong>98.</strong> <a href="http://orderedlist.com/articles/fancyzoom-meet-prototype" target="_blank"><strong>FancyZoom Meet Prototype</strong></a><br />
FancyZoom uses Apple’s rounded corners and supports pretty much any HTML you can throw in a div (images, text, Flash, etc.). It was built using script.aculo.us and Prototype &#8211; it now works with any HTML already included on the page.<br /><a href="http://orderedlist.com/demos/fancy-zoom/" target="_blank">View Demo</a></p>
<p><strong>99.</strong> <a href="http://tympanus.net/codrops/2011/02/09/fullscreen-gallery-with-thumbnail-flip/" target="_blank"><strong>Fullscreen Gallery With Thumbnail Flip &#8211; jQuery</strong></a><br />
In this tutorial you create a fullscreen gallery with jQuery. The idea is to have a thumbnail of the currently shown fullscreen image on the side that flips when navigating through the images. The big image will slide up or down depending where we are navigating to. <br /><a href="http://tympanus.net/Tutorials/FullscreenGalleryThumbnailFlip/" target="_blank">View Demo</a></p>
<p><strong>100. <a href="http://plugins.jquery.com/project/Exposure" target="_blank">Exposure – jQuery Image Gallery Plugin</a></strong><br />
Exposure is a jQuery plugin for rich and smart photo viewing that can handle very large amounts of photos and has flexible configuration that allows custom transition effects and similar – and also smart image preloading and support for photo meta data.<br /><a href="http://kristoffer.jalbum.net/Exposure%20Sample%20Album/" target="_blank">View Demo</a></p>
<p><strong>101.</strong> <a href="http://pikachoose.com/" target="_blank"><strong>Pikachoose jQuery Image Gallery</strong></a><br />
Pikachoose is a lightweight Jquery plugin that allows easy presentation of photos with options for slideshows, navigation buttons, and auto play. Pikachoose is designed to be easily installed and easy to setup.<br /><a href="http://pikachoose.com/index.php/demo" target="_blank">View Demo</a></p>
<p><strong>102.</strong> <a href="http://www.pirolab.it/pirobox/index.php" target="_blank"><strong>PiroBox &#8211; jQuery Plugin For Fast Performing Photo Galleries</strong></a><br />
jQuery PiroBox plugin is a lightbox with jQuery (image or content viewer for web sites). There is a choice between three different styles &#8211; shadow, white and black. It is able to open any kind of files, from inLine content to the SWF files, from simple images to PDF files.<br /><a href="http://www.pirolab.it/pirobox/index.php" target="_blank">View Demo</a></p>
<p><strong>103.</strong> <a href="http://tympanus.net/codrops/2010/03/07/photo-zoom-out-effect-with-jquery/" target="_blank"><strong>Photo Zoom Out Effect With jQuery</strong></a><br />
In this tutorial you will learn how to create a simple image zoom out effect with jQuery. The idea is to show some images which are zoomed in initially and when hovering over an image it gets zoomed out. You can also download the source files.<br /><a href="http://www.tympanus.net/Tutorials/PhotoZoomOutEffect/" target="_blank">View Demo</a></p>
<p><strong>104.</strong> <a href="http://buildinternet.com/2009/03/sliding-boxes-and-captions-with-jquery/" target="_blank"><strong>Sliding Boxes And Captions With JQuery</strong></a><br />
All of these sliding box animations work on the same basic idea. There is a div tag (.boxgrid in my css) that essentially acts as a window where two other items of your choosing “peek” through.<br /><a href="http://buildinternet.com/live/boxes/" target="_blank">View Demo</a></p>
<p><strong>105.</strong> <a href="http://www.twospy.com/galleriffic/index.html" target="_blank"><strong>Galleriffic &#8211; jQuery Plugin For Photo Galleries</strong></a><br />
Galleriffic is a jQuery plugin that provides a rich, post-back free experience, optimized to handle high volumes of photos while conserving bandwidth. Note: there is more demos inside the article.<br /><a href="http://www.twospy.com/galleriffic/example-1.html" target="_blank">View Demo</a></p>
<p><strong>106.</strong> <a href="http://tutorialzine.com/2010/03/sponsor-wall-flip-jquery-css/" target="_blank"><strong>Sponsor Flip Wall With jQuery And CSS</strong></a><br />
In this relatively easy-to-follow tutorial Martin Angelov will teach you how to code a good looking and effective sponsors page with PHP, CSS and jQuery together with the <a href="http://lab.smashup.it/flip/" target="_blank">jQuery Flip plug-in</a> by <a href="http://twitter.com/roncioso" target="_blank">Luca Manno</a>. You can download the source files.<br /><a href="http://demo.tutorialzine.com/2010/03/sponsor-wall-flip-jquery-css/demo.php" target="_blank">View Demo</a></p>
<p><strong>107.</strong> <a href="http://www.marcofolio.net/webdesign/creating_a_polaroid_photo_viewer_with_css3_and_jquery.html" target="_blank"><strong>Polaroid Photo Viewer &#8211; jQuery And CSS3</strong></a><br />
In this tutorial you will learn how to create a Polaroid Photo Viewer using jQuery and CSS3. You can drag the images around, rotate them by combining the CSS3 Box Shadow and Rotate properties &#8211; the jQuery inject the CSS3, keeping the CSS file clean.<br /><a href="http://demo.marcofolio.net/polaroid_photo_viewer/" target="_blank">View Demo</a></p>
<p><strong>108. <a href="http://coffeescripter.com/code/ad-gallery/" target="_blank">AD Gallery – jQuery Plugin</a></strong><br />
A highly customizable image gallery plugin with a list of thumbnails below the image. Not quite like Lightbox or Thickbox, but more of a showcase type of gallery. First released in 2009 and updated on July 15, 2010. Demo on the download page.<br /><a href="http://coffeescripter.com/code/ad-gallery/" target="_blank">View Demo</a></p>
<p><strong>109. <a href="http://tympanus.net/codrops/2010/11/16/hover-slide-effect/" target="_blank">Hover Slide Effect with jQuery</a></strong><br />
In this tutorial you will learn how to create a neat hover and slide effect with some images using jQuery. The main idea is to have an image area with several images that slide out when we hover over them, revealing other images. <br /><a href="http://tympanus.net/Tutorials/HoverSlideEffect/" target="_blank">View Demo</a></p>
<p align="right"><a href="#top">Top</a></p>
<p><a name="show"></a><strong>Slideshow</strong></p>
<p><strong>110. <a href="http://tympanus.net/codrops/2010/12/27/portfolio-zoom-slider/" target="_blank">Portfolio Zoom Slider &#8211; jQuery</a></strong><br />
This tutorial explains how to create some nice effects for a portfolio or similar website with jQuery &#8211; a tiny slider will be integrated with the amazing <a href="http://www.professorcloud.com/mainsite/cloud-zoom.htm" target="_blank">Cloud Zoom plugin</a> and also the very elegant <a href="http://fancybox.net/" target="_blank">Fancybox plugin</a>.<br /><a href="http://tympanus.net/Tutorials/PortfolioZoomSlider/" target="_blank">View Demo</a></p>
<p><strong>111. <a href="http://buildinternet.com/project/supersized/" target="_blank">Supersized – jQuery Plugin</a></strong><br />
This nice plugin resizes images to fill browser while maintaining image dimension ratio and cycles Images or backgrounds via slideshow with transitions and preloading. There is a few more demos on the plugin download page.<br /><a href="http://buildinternet.com/project/supersized/3/default.html" target="_blank">View Demo</a></p>
<p><strong>112.</strong> <a href="http://css-tricks.com/moving-boxes/" target="_blank"><strong>Moving Boxes</strong></a><br />
A nice and practical jQuery slider by Chris Coyier with buttons to change panels &#8211; which grows up the current box when it&#8217;s in focus (image, title and text) and back down when it&#8217;s not in focus.<br /><a href="http://css-tricks.com/examples/MovingBoxes/" target="_blank">View Demo</a></p>
<p><strong>113.</strong> <a href="http://baijs.nl/tinycarousel/" target="_blank"><strong>Tiny Carousel &#8211; jQuery Plugin</strong></a><br />Tiny Carousel is a lightweight carousel for sliding HTML based content &#8211; it was designed to be a dynamic lightweight utility that gives webdesigners a powerfull way of enhancing a websites user interface. Can slide vertical or horizontal.<br /><a href="http://baijs.nl/tinycarousel/" target="_blank">View Demo</a></p>
<p><strong>114.</strong> <a href="http://tutorialzine.com/2010/03/mosaic-slideshow-jquery-css/" target="_blank"><strong>Mosaic Slideshow With jQuery And CSS</strong></a><br />
This tutorial teaches you how to create a jQuery and CSS mosaic gallery. The effect is achieved by dividing the original image into smaller parts. These tiles are sequentially hidden from view, which causes the effect. The source files are available for download.<br /><a href="http://demo.tutorialzine.com/2010/03/mosaic-slideshow-jquery-css/demo.html" target="_blank">View Demo</a></p>
<p><strong>115.</strong> <a href="http://www.leigeber.com/2008/12/javascript-slideshow/" target="_blank"><strong>Animated JavaScript Slideshow</strong></a><br />
This dynamic JavaScript slideshow is feature packed and under 5KB. A few features include description support, link support, no naming restrictions, portrait image support, graceful degradation and active thumbnail status.<br /><a href="http://sandbox.leigeber.com/javascript-slideshow/" target="_blank">View Demo</a></p>
<p><strong>116.</strong> <a href="http://cssglobe.com/post/5780/easy-slider-17-numeric-navigation-jquery-slider" target="_blank"><strong>Easy Slider 1.7 &#8211; JQuery Plugin</strong></a><br />
JQuery plugin for sliding images and content. Easy Skider features include: auto-slide, continuous sliding, “Go to first” and “Go to last” buttons, hiding controls, optional wrapping markup for control buttons, vertical sliding, multiple sliders on one page.<br /><a href="http://cssglobe.com/lab/easyslider1.7/03.html" target="_blank">View Demo</a></p>
<p><strong>117.</strong> <a href="http://designm.ag/tutorials/image-rotator-css-jquery/" target="_blank"><strong>Image Rotator With Description </strong></a><br />
Although there are many great plugins already, this tutorial will help you understand how the image rotator works and helps you create your own from scratch &#8211; with help of this tutorial by Soh Tanaka, jQuery and CSS.<br /><a href="http://www.sohtanaka.com/web-design/examples/image-rotator/" target="_blank">View Demo</a></p>
<p><strong>118.</strong> <a href="http://devthought.com/projects/mootools/barackslideshow/" target="_blank"><strong>BarackSlideshow</strong></a><br />
BarackSlideshow is a practical, very tiny and lightweight slideshow script, that takes the power of MorphList to easily enhance visualization and navigation of the images. With  ‘transition’ option &#8211; slide or fade, or a function that returns any of those values.<br /><a href="http://devthought.com/wp-content/projects/mootools/barackslideshow/Demo/" target="_blank">View Demo</a></p>
<p><strong>119.</strong> <a href="http://www.serie3.info/s3slider/" target="_blank"><strong>s3Slider &#8211; jQuery plugin</strong></a><br />
s3Slider is a plugin built in jQuery for cross-fading slideshow, with inspiration from the JD`s Smooth Slide Show script. Realatively easy to install and use.<br /><a href="http://www.serie3.info/s3slider/demonstration.html" target="_blank">View Demo</a></p>
<p><strong>120. <a href="http://www.ajaxblender.com/bgstretcher-jquery-stretch-background-plugin.html" target="_blank">bgStretcher – jQuery Plugin</a></strong><br />
Background Stretcher is a jQuery plug-in which allows you to add a large image (or a set of images) to the background of your web page and will proportionally resize them to fill the entire window area. It will work as a slideshow if multiple images mode is used.<br /><a href="http://www.ajaxblender.com/script-sources/bgstretcher/demo/index.html" target="_blank">View Demo</a></p>
<p><strong>121. <a href="http://tutorialzine.com/2010/11/rotating-slideshow-jquery-css3/" target="_blank">Rotating Image Slideshow with jQuery and CSS3</a></strong><br />
In this pedagogical tutorial you will learn how to create a nice rotating image slideshow to spice up your web sites – and to achieve that you take a little bit of help from jQuery and CSS3 rotations (and the useful <a href="https://github.com/lrbabe/jquery.rotate.js" target="_blank">jQuery rotate plugin</a> by <a href="http://twitter.com/louis_remi" target="_blank">Louis-Rémi Babé</a>).<br /><a href="http://demo.tutorialzine.com/2010/11/rotating-slideshow-jquery-css3/" target="_blank">View Demo</a></p>
<p align="right"><a href="#top">Top</a></p>
<p><a name="light"></a><strong>Lightbox</strong></p>
<p><strong>122.</strong> <a href="http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/" target="_blank"><strong>PrettyPhoto &#8211; jQuery Lightbox</strong></a><br />
PrettyPhoto is a jQuery based lightbox clone. It supports images and has also support for videos, flash, YouTube, iFrames. The setup is relatively easy and quick, plus the script is compatible in every major browser.<br /><a href="http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/" target="_blank">View Demo</a></p>
<p><strong>123.</strong> <a href="http://www.artviper.net/website-tools/bumpbox-lightbox.php" target="_blank"><strong>Bumpbox &#8211; Mootools Lightbox</strong></a><br />
Bumpbox is another lightbox &#8211; with support for PDF, FLV, SWF, audio, images, inline HTML and also remote HTML files. The integration and implementation on your own site is pretty simple &#8211; and it automatically detects what kind of filetype you wish to show.<br /><a href="http://www.artviper.net/bumpbox-demo/index.html" target="_blank">View Demo</a></p>
<p><strong>124.</strong> <a href="http://www.nickstakenburg.com/projects/lightview/" target="_blank"><strong>Lightview &#8211; Overlay Anything With Style</strong></a><br />
Lightview was built to change the way you overlay content on a website. Designed to complement your content, and features include: smart image preloading, customization without CSS, adjustable rounded corners and more. <br /><a href="http://www.nickstakenburg.com/projects/lightview/" target="_blank">View Demo</a></p>
<p><strong>125.</strong> <a href="http://www.shadowbox-js.com/" target="_blank"><strong>Shadowbox Media Viewer</strong></a><br />
Shadowbox is an online media viewer application that supports all of the web&#8217;s most popular media publishing formats. Written entirely in JavaScript and CSS and is highly customizable.<br /><a href="http://www.shadowbox-js.com/" target="_blank">View Demo</a></p>
<p><strong>126.</strong> <a href="http://gettopup.com/" target="_blank"><strong>TopUp &#8211; JavaScript Pop Up</strong></a><br />
TopUp is an easy to use JavaScript library for unobtrusively displaying images and webpages in a Web 2.0 approach of popups. The library is jQuery and jQuery UI driven in order to maintain cross-browser compatibility and compactness. Beta release.<br /><a href="http://gettopup.com/" target="_blank">View Demo</a></p>
<p><strong>127.</strong> <a href="http://colorpowered.com/colorbox/" target="_blank"><strong>ColorBox &#8211; Customizable Lightbox Plugin</strong></a><br />
A light-weight, customizable lightbox plugin for jQuery 1.3 and 1.4 &#8211; supports photos, photo groups, slideshow, ajax, inline and iframed content. Less than 9KB of JavaScript. Note: there is more demos inside the article.<br /><a href="http://colorpowered.com/colorbox/core/example1/index.html" target="_blank">View Demo</a></p>
<p><strong>128.</strong> <a href="http://www.yoxigen.com/yoxview/" target="_blank"><strong>YoxView – jQuery Image Viewer Plugin</strong></a><br />
YoxView is a jQuery image viewer plugin – it is inspired by <a href="http://www.lokeshdhakar.com/projects/lightbox2/" target="_blank">Lokesh Dhakar’s Lightbox</a>. Like it, YoxView displays images above the website’s content, as a separate layer. You can easily integrate your images from external sources like Flickr or Picasa into your website.<br /><a href="http://yoxigen.com/yoxview/Default.aspx" target="_blank">View Demo</a></p>
<p><strong>129. <a href="http://tympanus.net/codrops/2010/07/04/image-highlighting-preview/" target="_blank">Image Highlighting &amp; Preview – jQuery</a></strong><br />
In this tutorial you will learn how to highlight and preview images that are integrated in an article or spread over a page. The images are highlighted on a delayed hover and offer a preview mode which will enlarge and center the bigger version of the image.<br /><a href="http://tympanus.net/Tutorials/ImageHighlighter/" target="_blank">View Demo</a></p>
<p><strong>130.</strong> <a href="http://odyniec.net/projects/imgzoom/" target="_blank"><strong>imgZoom &#8211; jQuery Plugin</strong></a><br />
imgZoom is a jQuery plugin that implements a smooth zoom effect on images. It uses vector graphics (SVG or VML) to create a graceful transition between the thumbnail and the full-sized image. <br /><a href="http://odyniec.net/projects/imgzoom/" target="_blank">View Demo</a></p>
<p align="right"><a href="#top">Top</a></p>
<p><a name="effects"></a><strong>Image Effects</strong></p>
<p><strong>131.</strong> <a href="http://www.queness.com/post/6480/create-an-attractive-before-and-after-photo-effect-with-jquery" target="_blank"><strong>Attractive Before &#038; After Photo Effect With jQuery</strong></a><br />
In this easy to follow tutorial by Kevin Liew you will learn how to create a beautiful and smooth Before and After photo effect with help of jQuery and CSS &#8211; and how to convert it to plugins (tested on all major browsers).<br /><a href="http://www.queness.com/resources/html/beforeafter/index.html" target="_blank">View Demo</a></p>
<p><strong>132. <a href="https://github.com/quickleft/ql_zoom" target="_blank">jQuery Image Zoom Plugin</a></strong><br />
jQuery plugin to handle image zooming, like you find on many e-commerce sites. Uses an asynchronously loaded full size image to create a &#8220;magnifying glass&#8221; effect on a scaled image with the HTML5 canvas element.<br /><a href="http://quickleft.github.com/ql_zoom/" target="_blank">View Demo</a></p>
<p><strong>133. <a href="http://playground.mobily.pl/jquery/mobily-blocks.html" target="_blank">MobilyBlocks – jQuery Plugin</a></strong><br />
This is yet another lightweight (as little as 2KB) and easily configurable jQuery plugin by <a href="http://www.mobily.pl/" target="_blank">Marcin Dziewulski</a>. MobilyBlocks plugin allows you to simply create an unordered list as an impressive and stylish animated circle. <br /><a href="http://playground.mobily.pl/jquery/mobily-blocks/demo.html" target="_blank">View Demo</a></p>
<p><strong>134.</strong> <a href="http://tutorialzine.com/2010/06/apple-like-retina-effect-jquery-css/" target="_blank"><strong>Apple-Like Retina Effect With jQuery And CSS</strong></a><br />
In this tutorial Martin Angelov will teach you how to turn a static image into a functional image with “Retina effect” with only jQuery and CSS. The markup for the effect is quite straightforward – you need just a few divs and an image.<br /><a href="http://demo.tutorialzine.com/2010/06/apple-like-retina-effect-jquery-css/demo.html" target="_blank">View Demo</a></p>
<p><strong>135.</strong> <a href="http://www.webdesignerwall.com/tutorials/css3-rounded-image-with-jquery/" target="_blank"><strong>CSS3 Rounded Image With jQuery</strong></a><br />
In this tutorial by <a href="http://twitter.com/nickla" target="_blank">Nick La</a> on WebDesignerWall you will learn how to make a stylish CSS3 rounded image with a jQuery work-around – and make the script to automatically wrap a span tag around with the original image as a background-image.<br /><a href="http://www.webdesignerwall.com/demo/jquery-css3-rounded-img/" target="_blank">View Demo</a></p>
<p><strong>136. <a href="http://tympanus.net/codrops/2010/10/18/custom-animation-banner/" target="_blank">Custom Animation Banner with jQuery</a></strong><br />
In this tutorial you will learn how to create a custom animation banner with jQuery by using the <a href="http://gsgd.co.uk/sandbox/jquery/easing/" target="_blank">jQuery Easing Plugin</a> and the j<a href="http://plugins.jquery.com/project/2d-transform" target="_blank">Query 2D Transform Plugin</a>. The idea is to have different elements in a banner that will animate step-wise in a custom way.<br /><a href="http://tympanus.net/Tutorials/CustomAnimationBanner/" target="_blank">View Demo</a></p>
<p><strong>137.</strong> <a href="http://webdev.stephband.info/parallax.html" target="_blank"><strong>jParallax</strong></a><br />
jParallax turns a selected element into a &#8216;window&#8217;, or viewport, and all its children into absolutely positioned layers that can be seen through the viewport. These layers move in response to the mouse.<br /><a href="http://webdev.stephband.info/parallax_demos.html" target="_blank">View Demo</a></p>
<p><strong>138. <a href="http://www.mitya.co.uk/scripts/Blockster-transition-effect-122" target="_blank">Blockster Transition Effect – jQuery</a></strong><br />
Blockster is a transition effect designed for ‘featured content’ rotators or slideshows. Its underlying concept is to transition between one element to the next block by block – and it is highly customizable. Demos are located on the download page.<br /><a href="http://www.mitya.co.uk/scripts/Blockster-transition-effect-122" target="_blank">View Demo</a></p>
<p><strong>139.</strong> <a href="http://hv-designs.co.uk/2009/01/19/jquery-fade-infade-out/" target="_blank"><strong>Jquery Fade In And Fade Out</strong></a><br />
A fade in fade out effect &#8211; the effect fades an element to 30% on arrival of the website, then when you hover over it, it fades to 100%. The effect can be assigned to basically anything in a website whatever it be an image, text, a link or even a div.<br />
<a href="http://www.hv-designs.co.uk/tutorials/jquery/image.html" target="_blank">View Demo</a></p>
<p><strong>140.</strong> <a href="http://www.1stwebdesigner.com/tutorials/create-flash-like-color-pattern-morphing-effect-jquery/" target="_blank"><strong>Flash-like Color And Pattern Morphing Effect With jQuery</strong></a><br />
In this tutorial you will learn how to create a Flash-like effect with a few lines of jQuery and a transparent PNG as mask. Dynamically change the color of the logo, and add patterns as you wish and even animate them. You can also download the source files.<br /><a href="http://pushingpixels.at/experiments/flash-like-color-morphing/" target="_blank">View Demo</a></p>
<p><strong>141.</strong> <a href="http://tympanus.net/codrops/2009/12/16/creating-a-rotating-billboard-system-with-jquery-and-css/" target="_blank"><strong>Rotating Billboard System With jQuery And CSS</strong></a><br />
In this tutorial you will use some images, CSS and jQuery to create the effect of a rotating billboard with two ads. The idea is to make one set of image slices disappear while another one appear.<br /><a href="http://tympanus.net/Tutorials/Billboard/" target="_blank">View Demo</a></p>
<p><strong>142.</strong> <a href="http://www.queness.com/post/3470/simplest-jquery-spotlight-effect-tutorial" target="_blank"><strong>Simplest Spotlight Effect – jQuery</strong></a><br />
This fairly simple tutorial by <a href="http://twitter.com/quenesswebblog" target="_blank">Kevin Liew</a> on <a href="http://www.queness.com/" target="_blank">Queness</a> will teach you how to build a cool and refreshing spotlight effect with caption – with the help of jQuery and some not at all so complicated CSS and HTML.<br /><a href="http://www.queness.com/resources/html/spotlight/index.html" target="_blank">View Demo</a></p>
<p><strong>143.</strong> <a href="http://buildinternet.com/2009/11/making-an-interactive-picture-with-jquery/" target="_blank"><strong>Interactive Picture With jQuery</strong></a><br />
In this tutorial you will learn how to piece together an interactive picture – aka an image that contains tooltips and popup boxes. The original inspiration for this tutorial came from the <a href="http://www.ikea.com/us/en/catalog/categories/departments/living_room" target="_blank">IKEA website</a>.<br /><a href="http://static.buildinternet.com/live-tutorials/interactive-picture/index.html" target="_blank">View Demo</a></p>
<p><strong>144.</strong> <a href="http://www.1stwebdesigner.com/tutorials/how-to-create-a-nifty-dynamic-shadow-with-jquery/" target="_blank"><strong>Nifty Dynamic Shadow With jQuery</strong></a><br />
In this logical and relatively easy-to-follow tutorial <a href="http://twitter.com/derblub" target="_blank">Daniel Kurdoghlian</a> will teach you how to create a nifty looking dynamic shadow with a bit of jQuery, CSS and some transparent PNG’s as base – and you can also download the source files to this effect.<br /><a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/03/dynamicShadow/index.html" target="_blank">View Demo</a></p>
<p><strong>145.</strong> <a href="http://tympanus.net/codrops/2009/12/14/day-and-night-creating-animation-with-jquery-and-css/" target="_blank"><strong>Day And Night &#8211; Scenery Animation</strong></a><br />
How to with jQuery and CSS create an amazing animated scenery with just a few lines of jQuery and some absolute positioned elements with images. Note: This will not work in any IE version.<br /><a href="http://tympanus.net/Tutorials/jQuerySceneryAnimation/" target="_blank">View Demo</a></p>
<p><strong>146. <a href="http://net.tutsplus.com/tutorials/javascript-ajax/how-to-create-an-awesome-image-preloader/" target="_blank">Awesome Image Preloader – jQuery </a></strong><br />
In this pedagogical tutorial you will learn how to create a graceful image preloader plugin (that works in all major browsers), to boost the performance of your website. First a small loading icon appears, and then self the image fades in gracefully. <br /><a href="http://nettuts.s3.amazonaws.com/860_preloaderPlugin/index.html" target="_blank">View Demo</a></p>
<p align="right"><a href="#top">Top</a></p>
<p><a name="cropping"></a><strong>Image Cropping</strong></p>
<p><strong>147.</strong> <a href="http://odyniec.net/projects/imgareaselect/" target="_blank"><strong>imgAreaSelect &#8211; jQuery Plugin</strong></a><br />
imgAreaSelect is a jQuery plugin for selecting a rectangular area of an image. It allows web developers to easily implement image cropping functionality, as well as other user interface features, such as photo notes. Note: more demos <a href="http://odyniec.net/projects/imgareaselect/examples.html" target="_blank">Here</a>.<br /> <a href="http://odyniec.net/projects/imgareaselect/" target="_blank">View Demo</a> </p>
<p><strong>148.</strong> <a href="http://www.cropzoom.com.ar/index.html" target="_blank"><strong>CropZoom &#8211; jQuery Plugin</strong></a><br />
CropZoom is a plugin that let you select an area of an image to crop, whit this plugin you can zoom in or zoom out, drag and also rotate. The CropZoom plugin needs ui.droppable, ui.resizable, ui.slider from JQuery UI.<br /> <a href="http://www.cropzoom.com.ar/index.html" target="_blank">View Demo</a> </p>
<p><strong>149.</strong> <a href="http://uvumitools.com/crop.html" target="_blank"><strong>UvumiTools Crop</strong></a><br />
This simplified tool gives your users the ability to create a selection area that can be used to crop an image live on your web site. This is an extremely useful tool for any site that provides image hosting, for example.<br /> <a href="http://uvumitools.com/crop.html" target="_blank">View Demo</a></p>
<p><strong>150.</strong> <a href="http://deepliquid.com/content/Jcrop.html" target="_blank"><strong> Jcrop &#8211; The jQuery Image Cropping Plugin</strong></a><br />
Jcrop is the quick and easy way to add image cropping functionality to your web application. It combines the ease-of-use of a typical jQuery plugin with a powerful cross-platform DHTML cropping engine that is faithful to familiar desktop graphics applications.<br /> <a href="http://deepliquid.com/projects/Jcrop/demos.php" target="_blank">View Demo</a></p>
<p align="right"><a href="#top">Top</a></p>
<p><a name="csliders"></a><strong>Content Sliders</strong></p>
<p><strong>151.</strong> <a href="http://developer.expressionz.in/blogs/2008/10/24/mootools-slider-with-two-knobs-double-pinned-slider-with-range-indicator/" target="_blank"><strong>Mootools Slider With Two Knobs</strong></a><br />
Mootools slider with two knobs (double pinned slider) with range indicator. You can easily change the look and feel of the range indicator, slider knob, the slider track by modifying the slider.css.<br /> <a href="http://developer.expressionz.in/downloads/mootools_double_pinned_slider_with_clipped_gutter_image_v2.2/slider_using_mootols_1.2.html" target="_blank">View Demo</a></p>
<p><strong>152.</strong> <a href="http://papermashup.com/build-a-jquery-content-feature-like-mailchimp/" target="_blank"><strong>Content Feature Like MailChimp – jQuery</strong></a><br />
In this tutorial <a href="http://twitter.com/ashleyford" target="_blank">Ashley Ford</a> on Papermashup will teach how to build an attractive full page content feature slider plugin (similar to the MailChimp slider) – by using the <a href="http://jquery.malsup.com/cycle/" target="_blank">jQuery Cycle plugin</a> which allows you to rotate, paginate or cycle a set of images.<br /><a href="http://papermashup.com/demos/jquery-slideshow/" target="_blank">View Demo</a></p>
<p><strong>153.</strong> <a href="http://tympanus.net/codrops/2009/11/17/jpaginate-a-fancy-jquery-pagination-plugin/" target="_blank"><strong>jPaginate &#8211; Fancy jQuery Pagination Plugin</strong></a><br />
jPaginate is a jQuery pagination plugin that comes with a twist: animated page numbers. The user can slide through the available page numbers by clicking or just hovering over the arrows. Shortlinks to the first and last page are available as well.<br /><a href="http://tympanus.net/jPaginate/" target="_blank">View Demo</a></p>
<p><strong>154.</strong> <a href="http://css-tricks.com/anythingslider-jquery-plugin/" target="_blank"><strong>AnythingSlider &#8211; JQuery Plugin</strong></a><br />
This new AnythingSlider is an attempt at bringing together the functionality of all of those previous sliders Chris Coyier created and adding new features. In other words, to create a really “full featured” slider that could be widely useful.<br /><a href="http://css-tricks.com/examples/AnythingSlider/" target="_blank">View Demo</a></p>
<p><strong>155.</strong> <a href="http://net.tutsplus.com/tutorials/javascript-ajax/a-bullet-proof-content-viewer/" target="_blank"><strong>A Bullet-Proof Content Viewer</strong></a><br />
In this tutorial, we&#8217;re going to look at how we can create an attractive and space-saving content viewer which even works with JavaScript disabled. Styled with basic CSS and some use of jQuery to add further enhancements in the form of transition animations.<br /><a href="http://d2o0t5hpnwv4c1.cloudfront.net/530_slider/code/contentviewer.html" target="_blank">View Demo</a></p>
<p align="right"><a href="#top">Top</a></p>
<p><a name="comm"></a><br />
<h2>Interactivity And Communication</h2>
<p><a href="http://tympanus.net/codrops/2010/10/03/compact-news-previewer/" target="_blank"><img src="http://cashrevelations.com/magazine/wp-content/media/Compact-News-Previewer-jQuery.jpg" alt="Compact News Previewer with jQuery" title="Compact News Previewer with jQuery" width="570" height="331" class="alignnone size-full wp-image-10410" /></a></p>
<p><strong>156. <a href="http://net.tutsplus.com/tutorials/javascript-ajax/how-to-build-an-rss-reader-with-jquery-mobile-2/" target="_blank">RSS Reader With jQuery Mobile</a></strong><br />
In this easy to follow tutorial by <a href="http://www.twitter.com/nettuts" target="_blank">Jeffrey Way</a> you will learn how to create a simple but stylish RSS reader for your iPhone or Android phone, just by using some PHP and jQuery Mobile. You can also download the source files. <br /><a href="http://demo.jeffrey-way.com/tutsMobile/" target="_blank">View Demo</a></p>
<p><strong>157.</strong> <a href="http://net.tutsplus.com/tutorials/html-css-techniques/building-a-5-star-rating-system-with-jquery-ajax-and-php/" target="_blank"><strong>5 Star Rating System – jQuery, AJAX And PHP</strong></a><br />
In this tutorial, you will learn how to build a rating system with AJAX, PHP, and jQuery. Votes will be recorded and updated in real-time with the magic of AJAX, and we will also leverage the power of PHP so that you don’t need a database.<br /><a href="http://demo.jeffrey-way.com/ratingSystem/page.html" target="_blank">View Demo</a></p>
<p><strong>158.</strong> <a href="http://www.webdeveloperjuice.com/2010/01/17/star-rating-using-css-sprite-and-jquery-demo/" target="_blank"><strong>Star Rating &#8211; CSS Sprite And jQuery</strong></a><br />
In this easy to follow tutorial from Web Developer Juice you will learn how to create nice and discrete star rating with the help of CSS Sprite and jQuery &#8211; AJAX Call is used to store the voting value.<br /><a href="http://www.webdeveloperjuice.com/demos/css/star-rating.html" target="_blank">View Demo</a></p>
<p><strong>159.</strong> <a href="http://www.nickstakenburg.com/projects/starbox/" target="_blank"><strong>Starbox &#8211; Rating Stars For Prototype</strong></a><br />
Starbox allows you to easily create all kinds of rating boxes using just one PNG image. The library is build on top of the Prototype JavaScript framework. For some extra effects you can add Scriptaculous as well. <br /><a href="http://www.nickstakenburg.com/projects/starbox/" target="_blank">View Demo</a></p>
<p><strong>160.</strong> <a href="http://tutorialzine.com/2009/12/animated-share-buttons-jquery-css/" target="_blank"><strong>Animated Sharing Bar</strong></a><br />
Encourage your visitors to share your content on the networks by using pure JavaScript with the jQuery framework, to make an animated sharing bar, which will enable your website visitors to share posts on a number of social networks.<br /><a href="http://demo.tutorialzine.com/2009/12/animated-share-buttons-jquery-css/demo.html" target="_blank">View Demo</a></p>
<p><strong>161.</strong> <a href="http://code.google.com/p/opensocial-jquery/downloads/list" target="_blank"><strong>OpenSocial jQuery Mixi Platform</strong></a><br />
OpenSocial jQuery is a jQuery based concise JavaScript Library for rapid OpenSocial Applications development &#8211; The jQuery mixi Platform is a plugin to use the extension of mixi specifically.<br /><a href="http://code.google.com/p/opensocial-jquery/#Examples" target="_blank">View Demo</a></p>
<p><strong>162.</strong> <a href="http://www.queness.com/post/309/create-a-digg-style-post-sharing-tool-with-jquery" target="_blank"><strong>Digg-Style Post Sharing Tool With JQuery</strong></a><br />
Kevin Liew will show you how to create a social bookmarking tool that looks similar to digg&#8217;s. He also includes the komodomedia&#8217;s social bookmarking icons and a long list of submission URL for one click bookmark.<br /><a href="http://www.queness.com/resources/html/shareit/index.html" target="_blank">View Demo</a></p>
<p><strong>163.</strong> <a href="http://www.ajaxim.com/" target="_blank"><strong>Ajax IM</strong></a><br />
Ajax im is a browser-based instant messaging client. It uses AJAX to create a near real-time IM environment that can be used in conjunction with community, intranet, and social websites. Demo usernames are &#8220;test&#8221;, and &#8220;test (1 to 4)&#8221;. Password is &#8220;test&#8221;.<br /><a href="http://www.ajaxim.net/" target="_blank">View Demo</a></p>
<p><strong>164.</strong> <a href="http://tympanus.net/codrops/2009/11/24/jfeedback/" target="_blank"><strong>jFeedback &#8211; Minimal jQuery Notification Plugin</strong></a><br />
A minimal way to notify users of success or error, based on Twitter’s bar and jBar. The notification consists of a simple “OK” or “Error” icon which the user can decide to click if he is interested in the details of the notification.<br /><a href="http://tympanus.net/jFeedback/" target="_blank">View Demo</a></p>
<p><strong>165. <a href="http://tympanus.net/codrops/2010/10/03/compact-news-previewer/" target="_blank">Compact News Previewer with jQuery</a></strong><br />
In this tutorial you will learn how to create a news previewer that lets you show your latest articles or news in a compact way. The previewer will show some list of articles on the left side and the preview of the article with a longer description on the right.<br /><a href="http://tympanus.net/Tutorials/CompactNewsPreviewer/" target="_blank">View Demo</a></p>
<p><strong>166.</strong> <a href="http://tympanus.net/codrops/2010/06/17/latest-post-blogroll-slider/" target="_blank"><strong>Latest Post Blogroll Slider – jQuery And PHP</strong></a><br />
In this tutorial you will learn how to create a blogroll slider that shows the latest post of your favorite blogs. You will be using some  jQuery, PHP and XSL. The goal is to get a given RSS feed of a blog and parse the XML data with the help of PHP. <br /><a href="http://tympanus.net/Tutorials/LatestPostSlider/" target="_blank">View Demo</a></p>
<p><strong>167.</strong> <a href="http://net.tutsplus.com/tutorials/javascript-ajax/building-a-better-blogroll-dynamic-fun-with-simplepie-and-jquery/" target="_blank"><strong>Better Blogroll &#8211; Dynamic Fun With SimplePie And JQuery</strong></a><br />
A traditional blogroll is a simple list of other sites, often in the sidebar. Let&#8217;s improve upon the concept of a blogroll by not just listing sites, but dynamically pulling recent headlines from them, and using some fun jQuery animation.<br />
<a href="http://nettuts.s3.amazonaws.com/036_BetterBlogRoll/sourceFiles/index.html" target="_blank">View Demo</a> </p>
<p><strong>168.</strong> <a href="http://www.moretechtips.net/2009/11/twitter-trackbacks-widget-jquery-plugin.html" target="_blank"><strong>Twitter Trackbacks Widget &#8211; jQuery Plugin </strong></a><br />
Highly customizable Twitter trackbacks widget to integrate tweets that mention your post into your blog. Each tweet comes with reply and retweet links to get more readers engaged in your story conversation.<br /><a href="http://twitter-trackbacks-widget.googlecode.com/svn/v1/demo3.htm" target="_blank">View Demo</a></p>
<p><strong>169.</strong> <a href="http://www.moretechtips.net/2009/10/twitter-friends-followers-widget-jquery.html" target="_blank"><strong>Twitter Friends And Followers Widget &#8211; JQuery Plugin</strong></a><br />
Here is a jQuery plugin by <a href="http://www.moretechtips.net/" target="_blank">More Tech Tips</a> that you can embed anywhere to display pictures of your Twitter followers or friends (whom you follow) and even their latest tweets if you like.<br /><a href="http://twitter-friends-widget.googlecode.com/svn/v1/demo4.htm" target="_blank">View Demo</a> </p>
<p><strong>170.</strong> <a href="http://tutorialzine.com/2009/10/jquery-twitter-ticker/" target="_blank"><strong>jQuery Twitter Ticker</strong></a><br />
In this tutorial you will learn how to create a jQuery &amp; CSS twitter ticker which utilizes Twitter’s Search API. It will show your or your friends’ latest tweets, and will not require any server side code or databases.<br /><a href="http://demo.tutorialzine.com/2009/10/jquery-twitter-ticker/demo.html" target="_blank">View Demo</a></p>
<p><strong>171.</strong> <a href="http://www.moretechtips.net/2009/09/realtime-related-tweets-bar-another.html" target="_blank"><strong>Realtime Related Tweets Bar &#8211; JQuery Plugin</strong></a><br />
A real-time tweets bar related to your posts from your twitter timeline or from anybody or even limit it by a geocode coordinates. Features; show realtime related tweets based on your post tags, show your twitter timeline and more.<br /><a href="http://realtime-related-tweets-bar.googlecode.com/svn/v1/html-realtime-users.htm" target="_blank">View Demo</a> </p>
<p><strong>172.</strong> <a href="http://tutorialzine.com/2010/02/feed-widget-jquery-css-yql/" target="_blank"><strong>Sleek Feed Widget With jQuery, YQL And CSS3</strong></a><br />
In this tutorial you will learn how to create a sleek feed widget, that will fetch any feed and display it in your blog sidebar. You could for example set it up to show the latest posts from the different categories of your blog. You can also download the source files.<br /><a href="http://demo.tutorialzine.com/2010/02/feed-widget-jquery-css-yql/demo.html" target="_blank">View Demo</a></p>
<p><strong>173.</strong> <a href="http://tympanus.net/codrops/2010/03/22/interactive-image-vamp-up-with-jquery-css3-and-php/" target="_blank"><strong>Interactive Image Vamp Up With jQuery, CSS3 And PHP</strong></a><br />
In this tutorial you will create an online application for giving some funny touches to an image. You use jQuery and jQuery UI for dragging and resizing little bling elements like mustaches, glasses and lips. The source files are available for download. <br /><a href="http://tympanus.net/Tutorials/ImageVampUp/" target="_blank">View Demo</a></p>
<p><strong>174.</strong> <a href="http://jsdraw2d.jsfiction.com/" target="_blank"><strong>jsDraw2D &#8211; 2D Graphics Library For JavaScript</strong></a><br />
This is a pure JavaScript library to draw 2D graphics on web pages inside web browser without using SVG or VML. JavaScript developers, web developers can take advantage of the library to add graphics drawing functionality to web applications.<br /><a href="http://jsdraw2d.jsfiction.com/#demo" target="_blank">View Demo</a> </p>
<p><strong>175. <a href="http://tympanus.net/codrops/2010/07/21/related-posts-slide-out-boxes/" target="_blank">Related Posts Slide Out Boxes – jQuery &amp; CSS3</a></strong><br />
In this tutorial you are going to learn how to create a little widget that can be used to show related posts in any page. When the visitor hovers over the items, they slide out, revealing the title and two links, one for the related article itself and one for the demo.<br /><a href="http://tympanus.net/Tutorials/RelatedPostsSlideOuts/" target="_blank">View Demo</a></p>
<p align="right"><a href="#top">Top</a></p>
<p><a name="maps"></a><strong>Maps &#038; Searching</strong></p>
<p><strong>176. <a href="http://playground.mobily.pl/tutorials/building-an-interactive-map-with-raphael.html" target="_blank">Interactive Map With Raphael</a></strong><br />
In this tutorial by <a href="http://twitter.com/marcinmobily" target="_blank">Marcin Dziewulski</a> you are going to learn how to create an interactive map from scratch with the help of Raphael &#8211; Raphael is a small JavaScript library that should simplify your work with vector graphics on the web.<br /><a href="http://playground.mobily.pl/tutorials/building-an-interactive-map-with-raphael/demo.html" target="_blank">View Demo</a></p>
<p><strong>177. <a href="http://playground.mobily.pl/jquery/mobily-map.html" target="_blank">MobilyMap – jQuery Plugin</a></strong><br />
This is a lightweight (only 5KB) and fully and easily configurable jQuery plugin by <a href="http://www.mobily.pl/" target="_blank">Marcin Dziewulski</a> that converts a simple image into a functional and practical map – a nice solution for your websites map presentation needs.<br /><a href="http://playground.mobily.pl/jquery/mobily-map/demo.html" target="_blank">View Demo</a></p>
<p><strong>178. <a href="http://www.webia.info/articles/jquery-articles/build-a-poi-map-using-jquery-google-maps-v3/" target="_blank">POI Map – jQuery &amp; Google Maps</a></strong><br />
In this tutorial by <a href="http://twitter.com/WebRaptor" target="_blank">Bogdan Pop</a> from <a href="http://www.webraptor.eu/" target="_blank">WebRaptor</a> you will learn how to build a useful (when you urgently need to present important locations to your visitors) but fairly simple <a href="http://en.wikipedia.org/wiki/Point_of_interest" target="_blank">POI map</a> with jQuery, Google maps and some not so complicated CSS.<br /><a href="http://demos.webia.info/map_demo/map.html" target="_blank">View Demo</a></p>
<p><strong>179.</strong> <a href="http://www.newmediacampaigns.com/page/a-jquery-plugin-for-zoomable-interactive-maps" target="_blank"><strong>jQuery Plugin For Zoomable And Interactive Maps</strong></a><br />
A very practical and useful jQuery plugin for zoomable and interactive maps &#8211; the map was made to be as appealing as possible by using crisp graphics and smooth animations. The source code can be downloaded from the site.<br /><a href="http://www.newmediacampaigns.com/page/a-jquery-plugin-for-zoomable-interactive-maps#demos" target="_blank">View Demo</a></p>
<p><strong>180. <a href="http://discussion.oslund.ca/2011/01/a-simple-jquery-ajax-autosuggest-plugin/" target="_blank">Easy To Use jQuery &#038; Ajax Autosuggest Plugin</a></strong><br /> Extensible and light-weight (3.2kb minified) jQuery plugin &#8211; this plugin has the usual autosuggest functionality, but with extra flexibility: multiple instances, passing custom parameters, the ID and the value are returned, keyboard-controlled, and more.<br /><a href="http://oslund.ca/demos/ausu/" target="_blank">View Demo</a></p>
<p><strong>181. <a href="http://tutorialzine.com/2010/09/google-powered-site-search-ajax-jquery/" target="_blank">Google Powered Site Search With jQuery</a></strong><br />
In this logical tutorial you will learn how to create a branded custom search engine simply by using Google’s AJAX Search API, with which you can search for images and video and news items on your site – and you can also get general web results.<br /><a href="http://demo.tutorialzine.com/2010/09/google-powered-site-search-ajax-jquery/search.html" target="_blank">View Demo</a></p>
<p><strong>182.</strong> <a href="http://www.latentmotion.com/search-and-share/" target="_blank"><strong>Search And Share</strong></a><br />
Search and Share makes highlighting text to a more functional action. More specifically, it attempts to understand the intention of a user’s text selection and presents a variety of options accordingly.<br />
<a href="http://www.latentmotion.com/search-and-share/" target="_blank">View Demo</a> </p>
<p><strong>183.</strong> <a href="http://net.tutsplus.com/tutorials/javascript-ajax/build-a-web-20-document-search-engine/" target="_blank"><strong>Web 2.0 Document Search Site</strong></a><br />
In this tutorial we will create a document searching site with jQuery. This site will be used to search documents by specifying an extension (file type). The data is then filtered and sent to Google.<br /><a href="http://nettuts.s3.amazonaws.com/352_documentSearch/demo/index.html" target="_blank">View Demo</a></p>
<p align="right"><a href="#top">Top</a></p>
<p><a name="media"></a><strong>Media Players</strong></p>
<p><strong>184. <a href="http://playground.mobily.pl/tutorials/creating-a-minimalist-youtube-player.html" target="_blank">Minimalist YouTube Player – jQuery</a></strong><br />
In this tutorial you will learn how to create a minimalistic YouTube player with the help of <a href="http://www.tikku.com/jquery-youtube-tubeplayer-plugin" target="_blank">jQuery YouTube TubePlayer Plugin</a> by Nirvana Tikku and <a href="http://code.google.com/p/swfobject/" target="_blank">SWFObjects</a>. All the source files of the project can be downloaded.<br /><a href="http://playground.mobily.pl/tutorials/creating-a-minimalist-youtube-player/demo.html" target="_blank">View Demo</a></p>
<p><strong>185. <a href="http://tutorialzine.com/2010/07/youtube-api-custom-player-jquery-css/" target="_blank">Custom YouTube Video Player – jQuery</a></strong><br />
In this tutorial you will create a jQuery plugin which uses YouTube’s chromeless player, and creates our own set of minimalistic controls. The supported controls include a Play, Pause and Replay button – and also a clickable progress bar.<br /><a href="http://demo.tutorialzine.com/2010/07/youtube-api-custom-player-jquery-css/youtube-player.html" target="_blank">View Demo</a></p>
<p><strong>186.</strong> <a href="http://yensdesign.com/2008/12/create-an-amazing-music-player-using-mouse-gestures-hotkeys-in-jquery/" target="_blank"><strong>Music Player In JQuery</strong></a><br />
In this tutorial you create an amazing music player coded in xHTML and jQuery that made use of mouse gestures and hotkeys. You can click and drag with mouse to interact with interface’s music player or use directional keys and spacebar instead of mouse.<br />
<a href="http://yensdesign.com/tutorials/musicplayer/" target="_blank">View Demo</a></p>
<p align="right"><a href="#top">Top</a></p>
<p><a name="font"></a><br />
<h2>Font And Text</h2>
<p><a href="http://github.com/davatron5000/Lettering.js" target="_blank"><img src="http://cashrevelations.com/magazine/wp-content/media/Lettering-jQuery-Typography-Plugin.jpg" alt="Lettering – jQuery Typography Plugin" title="Lettering – jQuery Typography Plugin" width="570" height="214" class="alignnone size-full wp-image-10412" /></a></p>
<p><strong>187.</strong> <a href="http://www.queness.com/post/3956/quick-and-easy-jquery-font-resizer-tutorial" target="_blank"><strong>Quick And Easy Font Resizer – jQuery</strong></a><br />
In this easy-to-follow tutorial you will learn how to build a JavaScript font resizer that allows you to resize some section of your text instead of everything. This tutorial focuses more on the JavaScript, so the HTML and CSS are really basic.<br /><a href="http://www.queness.com/resources/html/fontresize/index.html" target="_blank">View Demo</a></p>
<p><strong>188.</strong> <a href="http://typeface.neocracy.org/" target="_blank"><strong>Typeface.js &#8211; Rendering Text With JavaScript, &lt;canvas&gt;, And VML</strong></a><br />
Instead of creating images or using flash just to show your site&#8217;s graphic text in the font you want, you can use typeface.js and write in plain HTML and CSS, just as if your visitors had the font installed locally.<br />
<a href="http://typeface.neocracy.org/examples.html" target="_blank">View Demo</a></p>
<p><strong>189. <a href="http://github.com/davatron5000/Lettering.js" target="_blank">Lettering – jQuery Typography Plugin</a></strong><br />
Lettering by <a href="http://twitter.com/davatron5000" target="_blank">Dave Rupert</a> is an easy to use and lightweight jQuery plugin for radical web typography. This is an elegant solution to create for example typographical CSS3 posters, or for really custom type headings, while keeping the text selectable.<br /><a href="http://daverupert.com/2010/09/lettering-js/" target="_blank">View Demo</a></p>
<p><strong>190.</strong> <a href="http://jwf.us/projects/jQSlickWrap/" target="_blank"><strong>jQSlickWrap &#8211; Slick Text Wrapping For jQuery</strong></a><br />jQSlickWrap is a plugin for jQuery which allows you to wrap content around irregularly shaped images, easily. Use float and padding CSS styles to specify how the wrapping will work. Written with Progressive Enhancement in mind.<br /><a href="http://jwf.us/projects/jQSlickWrap/#examples" target="_blank">View Demo</a></p>
<p><strong>191.</strong> <a href="http://www.iofo.it/jquery/fonteffect/" target="_blank"><strong>FontEffect &#8211; JQuery Plugin</strong></a><br />
Font effect is a jQuery plugin that adds some effect to html text. The available effects are Outline, Shadow, Gradient and Mirror. No images are used for these effects and no additional CSS is necessary.<br /><a href="http://www.iofo.it/jquery/fonteffect/" target="_blank">View Demo</a></p>
<p><strong>192.</strong> <a href="http://davidwalsh.name/mootools-pull-quotes" target="_blank"><strong>Pull Quotes With MooTools</strong></a><br />
Chris Coyier authored a post titled <a href="http://css-tricks.com/better-pull-quotes/" target="_blank">Don’t Repeat Markup</a> a while back. In his post he created nice pull quotes without repeating any content — instead he uses jQuery to dynamically create the quotes. The following is the MooTools method for doing so.<br /><a href="http://davidwalsh.name/dw-content/mootools-pull-quote.php" target="_blank">View Demo</a></p>
<p><strong>193.</strong> <a href="http://welcome.totheinter.net/columnizer-jquery-plugin/" target="_blank"><strong>Columnizer &#8211; jQuery Plugin</strong></a><br />
The Columnizer jQuery Plugin will automatically layout your content in newspaper column format. You can specify either column width or a static number of columns. Note: there is more demos inside the article.<br /><a href="http://welcome.totheinter.net/autocolumn/sample2.html" target="_blank">View Demo</a></p>
<p align="right"><a href="#top">Top</a></p>
<p><a name="misc"></a><br />
<h2>Miscellaneous</h2>
<p><a href="https://github.com/desandro/isotope" target="_blank"><img src="http://cashrevelations.com/magazine/wp-content/media/Isotope-jQuery-Layout-Plugin.jpg" alt="Isotope jQuery Layout Plugin" title="Isotope jQuery Layout Plugin" width="570" height="211" class="alignnone size-full wp-image-10414" /></a></p>
<p><strong>194.</strong> <a href="https://github.com/desandro/isotope" target="_blank"><strong>Isotope jQuery Layout Plugin</strong></a><br />Interesting and exquisite jQuery plugin by <a href="http://twitter.com/desandro" target="_blank">David DeSandro</a> for magical layouts. Enables filtering, sorting, and dynamic layouts &#8211; reveals and hides items with filtering, reorders items with sorting, dynamic layouts, captivating animations and more.<br /> <a href="http://isotope.metafizzy.co/" target="_blank">View Demo</a></p>
<p><strong>195. <a href="http://tutorialzine.com/2010/09/giveaway-randomizer-app-jquery/" target="_blank">Giveaway Randomizer App – jQuery</a></strong><br />
In this tutorial you will learn how to create a dedicated randomizer jQuery application – especially for choosing winners in competitions and giveaways. The goal is to get a randomly selected list of contestants and their prizes.<br /><a href="http://demo.tutorialzine.com/2010/09/giveaway-randomizer-app-jquery/randomizer.html" target="_blank">View Demo</a></p>
<p><strong>196. <a href="http://tutorialzine.com/2010/08/dynamic-faq-jquery-yql-google-docs/" target="_blank">Dynamic FAQ Section – jQuery &amp; YQL &amp; Google Docs</a></strong><br />
In this tutorial you will learn how to create dynamic FAQ section – with the help of jQuery and <a href="http://developer.yahoo.com/yql/" target="_blank">YQL</a>, which pull the contents of a shared spreadsheet in your Google Docs, and use the data to populate your FAQ section with questions and answers.<br /><a href="http://demo.tutorialzine.com/2010/08/dynamic-faq-jquery-yql-google-docs/faq.html" target="_blank">View Demo</a></p>
<p><strong>197. <a href="http://www.madeincima.eu/blog/jquery-plugin-easy-list-splitter/" target="_blank">Easy List Splitter – jQuery Plugin</a></strong><br />
The Easy List Splitter plugin will get your list, wrap it into a container div, generate as many lists as the number of columns you require and evenly split the list items into the different list elements. It generates a valid HTML code that you can style as you wish.<br /><a href="http://www.madeincima.eu/samples/jquery/easyListSplitter/" target="_blank">View Demo</a></p>
<p><strong>198.</strong> <a href="http://davidwalsh.name/skype-mootools" target="_blank"><strong>Skype-Style Buttons Using MooTools</strong></a><br />
JQuery expert Janko Jovanovic dropped a sweet tutorial showing you how to create a Skype-like button using jQuery. David Walsh was impressed by Janko’s article so he decided to port the effect to MooTools.<br />
<a href="http://davidwalsh.name/dw-content/mootools-skype.php" target="_blank">View Demo</a></p>
<p><strong>199.</strong> <a href="http://www.impressivewebs.com/javascript-folder-collapser-for-dynamic-content-tutorial/" target="_blank"><strong>Folder Collapser For Dynamic Content </strong></a><br />
How to create a group of collapsible folders using pure JavaScript and some JQuery added to the final product to give it a little bit of flare. The code will be structured in such a way that allows for implementation into a dynamic page.<br /><a href="http://www.impressivewebs.com/demo-files/javascript-folder-collapser-demo.html" target="_blank">View Demo</a></p>
<p><strong>200.</strong> <a href="http://davidwalsh.name/mootools-drag-opacity" target="_blank"><strong>MooTools Drag Opacity</strong></a><br />
In this tutorial David Walsh will learn you how to make a &#8220;drag opacity and fading&#8221; effect with the help of some MooTools. The code itself is quite simple — Drag.Move’s onStart and onComplete events to begin and end the fading.<br /><a href="http://davidwalsh.name/dw-content/drag-opacity.php" target="_blank">View Demo</a></p>
<p><strong>201.</strong> <a href="http://net.tutsplus.com/tutorials/javascript-ajax/create-a-twitter-like-load-more-widget/" target="_blank"><strong>Twitter-Like Load More Widget</strong></a><br />
You click the link and fresh items magically appear on the screen. This tutorial teaches you to use AJAX, CSS, JavaScript, JSON, PHP, and HTML to create that magic. This tutorial will also feature both jQuery and MooTools versions of the script.<br /><a href="http://davidwalsh.name/dw-content/load-more.php" target="_blank">View Demo</a> </p>
<p><strong>202.</strong> <a href="http://net.tutsplus.com/tutorials/html-css-techniques/learn-how-to-create-a-retro-animated-flip-down-clock/" target="_blank"><strong>Retro Animated Flip-Down Clock</strong></a><br />
In this tutorial, you will create an animated flip down clock inspired by the 70’s. Using the Mootools framework, Alexandru Pitea tried to replicate the flip action of the pads and make it as lifelike as possible. <br /><a href="http://nettuts.s3.amazonaws.com/470_clock/Source/index.html" target="_blank">View Demo</a></p>
<p><strong>203.</strong> <a href="http://www.glassbox-js.com/" target="_blank"><strong>GlassBox</strong></a><br />
GlassBox is a lightweight JavaScript User Interface (UI) library, which uses Prototype and Script.aculo.us for some effects. GlassBox lets you easily build lucent borders, colorful layouts and &#8220;Flash-like&#8221; effects.<br /><a href="http://www.glassbox-js.com/#examples" target="_blank">View Demo</a></p>
<p><strong>204.</strong> <a href="http://www.queness.com/post/1743/create-a-fast-and-simple-toggle-view-content-with-jquery" target="_blank"><strong>Fast And Simple Toggle View Content</strong></a><br />
This script is using the UL list and allows user to toggle to display the content of LI items. This is a useful user interface feature that helps designers to save space and build a less complicated user interface.<br /><a href="http://www.queness.com/resources/html/toggle/index.html" target="_blank">View Demo</a></p>
<p align="right"><a href="#top">Top</a></p>
<p>The different JavaScript and AJAX resources are not in any particular order except for the categorizing &#8211; and the site Cashrevelations.com is not affiliated with any of the authors.</p>
]]></content:encoded>
			<wfw:commentRss>http://cashrevelations.com/magazine/2011/02/200-ajax-js-techniques/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Cloud9 IDE Version 0.2.0 Released</title>
		<link>http://cashrevelations.com/magazine/2011/01/cloud9-ide/</link>
		<comments>http://cashrevelations.com/magazine/2011/01/cloud9-ide/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 17:47:31 +0000</pubDate>
		<dc:creator>Tommy Olovsson</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://cashrevelations.com/magazine/?p=9807</guid>
		<description><![CDATA[The new Cloud 9 IDE 0.2.0 is released. Included are new features, bug-fixes and improvements – important updates are support and syntax highlighting for Python and PHP files and improved work-flow. ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cloud9ide.com/" target="_blank"><img src="http://cashrevelations.com/magazine/wp-content/media/cloud9-ide.jpg" alt="Cloud9 IDE Version 0.2.0" title="Cloud9 IDE Version 0.2.0" width="540" height="275" class="alignnone size-full wp-image-9830" /></a></p>
<p>On January 5 the new Cloud 9 IDE version 0.2.0 was released. This new release includes new features, bug-fixes and improvements to Cloud9 &#8211; some of the most important are support and syntax highlighting for Python and PHP files and improved work-flow. </p>
<p><strong>Amongst other news and updates are:</strong></p>
<ul>
<li>Smarter smart tab handling</li>
<li>PHP and Python syntax modes</li>
<li>IE and Opera fixes</li>
<li>Properly handle empty documents</li>
<li>Add PHP and Python file types</li>
<li>Add hotkey for the console (Shift-Escape)</li>
<li>Add live update support to the debugger</li>
<li>Improve console styling</li>
<li>Allow multiple concurrent sessions to the same workspace</li>
</ul>
<p>Note: this is not the full change log &#8211; for full change log and other documentation and download, please visit <a href="https://github.com/ajaxorg/cloud9/blob/0.2.0/ChangeLog" target="_blank">Github</a> or the <a href="http://www.cloud9ide.com/" target="_blank">Cloud9 Integrated Development Environment</a> website.</p>
<p><a href="http://cashrevelations.com/magazine/2011/01/cloud9-ide/"><em>Click here to view the embedded video.</em></a></p>
<p></p>
<p>According to the developers, this <a href="http://en.wikipedia.org/wiki/Integrated_development_environment" target="_blank">IDE</a> aims to bring all great features from other IDE&#8217;s and source code editors like Eclipse, Netbeans, Textmate, and many others together, bundled as plugins &#8211; Cloud9&#8242;s focus is on Javascript development and they consequently promote the product as the JavaScript IDE for JavaScripters by JavaScripters.</p>
<ul>
<li><a href="https://github.com/ajaxorg/cloud9" target="_blank"><strong>Download Cloud9 version 0.2.0</strong></a></li>
<li><a href="http://www.cloud9ide.com/" target="_blank"><strong>Visit Cloud9 Website</strong></a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://cashrevelations.com/magazine/2011/01/cloud9-ide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>12 Fresh &amp; Advanced jQuery Techniques</title>
		<link>http://cashrevelations.com/magazine/2010/12/advanced-jquery-techniques/</link>
		<comments>http://cashrevelations.com/magazine/2010/12/advanced-jquery-techniques/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 11:33:22 +0000</pubDate>
		<dc:creator>Tommy Olovsson</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://cashrevelations.com/magazine/?p=9455</guid>
		<description><![CDATA[Cashrevelations.com presents a selection of advanced jQuery techniques – 12 brand new jQuery techniques released or updated during the period of October 25 until December 14 this year (2010).]]></description>
			<content:encoded><![CDATA[<p><a href="http://tympanus.net/Tutorials/HoverSlideEffect/" target="_blank"><img src="http://cashrevelations.com/magazine/wp-content/media/hover-slide-effect-with-jquery.jpg" alt="Hover Slide Effect with jQuery" title="Hover Slide Effect with jQuery" width="570" height="279" class="alignnone size-full wp-image-9533" /></a></p>
<p>In this December jQuery roundup, the last one for this year, we present some interesting and refreshing objects. For example a nice hover slide image effect tutorial, the cool little MobilyBlocks plugin by Marcin Dziewulski and many more. This December listing represents new jQuery techniques from late October until now. </p>
<p>In our definition of jQuery techniques we include tutorials, plugins and similar &#8211; and in our definition of &#8220;new&#8221; we include released or updated during the actual period. This roundup involves new jQuery techniques during the period of October 25 until December 14. </p>
<p><a href="http://cashrevelations.com/magazine/2010/12/advanced-jquery-techniques/">Cashrevelations.com</a> presents a selection of advanced jQuery techniques &#8211; 12 brand new jQuery techniques released or updated during the period of October 25 until December 14 this year (2010). All these marvelous jQuery techniques are presented with demo.</p>
<h2>12 New &#038; Advanced jQuery Techniques &#8211; December</h2>
<p><strong>1. <a href="http://tympanus.net/codrops/2010/12/10/bubbleriffic-image-gallery/" target="_blank">Bubbleriffic Image Gallery with jQuery</strong></a><br />
In this tutorial you will learn how to create a bubbly image gallery that shows images in a unique way. The thumbnails shows in a rounded fashion and you can simply scroll them automatically by moving the mouse. Clicking will zoom in a big circle with the full image. <br /><a href="http://tympanus.net/Tutorials/BubblerifficImageGallery/" target="_blank">View Demo</a></p>
<p><strong>2. <a href="http://playground.mobily.pl/jquery/mobily-map.html" target="_blank">MobilyMap &#8211; jQuery Plugin</strong></a><br />
This is a lightweight (only 5KB) and fully and easily configurable jQuery plugin by <a href="http://www.mobily.pl/" target="_blank">Marcin Dziewulski</a> that converts a simple image into a functional and practical map &#8211; a nice solution for your websites map presentation needs<a href="http://cashrevelations.com/magazine/2010/12/advanced-jquery-techniques/">.</a><br /><a href="http://playground.mobily.pl/jquery/mobily-map/demo.html" target="_blank">View Demo</a></p>
<p><strong>3. <a href="http://tutorialzine.com/2010/12/better-confirm-box-jquery-css3/" target="_blank">jQuery Confirm Dialog Replacement</strong></a><br />
In this tutorial  by <a href="http://twitter.com/tutorialzine" target="_blank">Martin Angelov</a> you will learn how to create a stylish cross-browser, custom confirm dialog in the form of an easy to use jQuery plugin. You can choose the text, buttons, and actions that will be executed when they are clicked.<br /><a href="http://demo.tutorialzine.com/2010/12/better-confirm-box-jquery-css3/" target="_blank">View Demo</a></p>
<p><strong>4. <a href="http://tympanus.net/codrops/2010/11/16/hover-slide-effect/" target="_blank">Hover Slide Effect with jQuery</strong></a><br />
In this tutorial you will learn how to create a neat hover and slide effect with some images using jQuery. The main idea is to have an image area with several images that slide out when we hover over them, revealing other images. <br /><a href="http://tympanus.net/Tutorials/HoverSlideEffect/" target="_blank">View Demo</a></p>
<p><strong>5. <a href="http://buildinternet.com/project/supersized/" target="_blank">Supersized &#8211; jQuery Plugin</strong></a><br />
This nice plugin resizes images to fill browser while maintaining image dimension ratio and cycles Images or backgrounds via slideshow with transitions and preloading. There is a few more demos on the plugin download page.<br /><a href="http://buildinternet.com/project/supersized/3/default.html" target="_blank">View Demo</a></p>
<p><strong>6. <a href="http://tympanus.net/codrops/2010/11/25/overlay-effect-menu/" target="_blank">Overlay Effect Menu with jQuery</strong></a><br />
In this easy to follow tutorial you will learn how to create a simple but yet practical menu that will stand out once we hover over it by covering everything except the menu with a dark overlay. The menu will stay white and a submenu area will expand.<br /><a href="http://tympanus.net/Tutorials/OverlayEffectMenu/" target="_blank">View Demo</a></p>
<p><strong>7. <a href="http://playground.mobily.pl/jquery/mobily-blocks.html" target="_blank">MobilyBlocks &#8211; jQuery Plugin</strong></a><br />
This is yet another lightweight (as little as 2KB) and easily configurable jQuery plugin by <a href="http://www.mobily.pl/" target="_blank">Marcin Dziewulski</a><a href="http://cashrevelations.com/magazine/2010/12/advanced-jquery-techniques/">.</a> MobilyBlocks plugin allows you to simply create an unordered list as an impressive and stylish animated circle. <br /><a href="http://playground.mobily.pl/jquery/mobily-blocks/demo.html" target="_blank">View Demo</a></p>
<p><strong>8. <a href="http://tympanus.net/codrops/2010/11/14/animated-portfolio-gallery/" target="_blank">Animated Portfolio Gallery with jQuery</strong></a><br />
In this tutorial you will learn how to create an animated portfolio gallery with jQuery. The gallery will contain a scroller for thumbs and a content area where we will display details about the item. The image can be enlarged by clicking, making it appear as an overlay.<br /><a href="http://tympanus.net/Tutorials/AnimatedPortfolioGallery/" target="_blank">View Demo</a></p>
<p><strong>9. <a href="http://net.tutsplus.com/tutorials/javascript-ajax/how-to-create-an-awesome-image-preloader/" target="_blank">Awesome Image Preloader &#8211; jQuery </strong></a><br />
In this pedagogical tutorial you will learn how to create a graceful image preloader plugin (that works in all major browsers), to boost the performance of your website. First a small loading icon appears, and then self the image fades in gracefully. <br /><a href="http://nettuts.s3.amazonaws.com/860_preloaderPlugin/index.html" target="_blank">View Demo</a></p>
<p><strong>10. <a href="http://tutorialzine.com/2010/11/rotating-slideshow-jquery-css3/" target="_blank">Rotating Image Slideshow with jQuery and CSS3</strong></a><br />
In this pedagogical tutorial you will learn how to create a nice rotating image slideshow to spice up your web sites &#8211; and to achieve that you take a little bit of help from jQuery and CSS3 rotations (and the useful <a href="https://github.com/lrbabe/jquery.rotate.js" target="_blank">jQuery rotate plugin</a> by <a href="http://twitter.com/louis_remi" target="_blank">Louis-Rémi Babé</a>).<br /><a href="http://demo.tutorialzine.com/2010/11/rotating-slideshow-jquery-css3/" target="_blank">View Demo</a></p>
<p><strong>11. <a href="http://tympanus.net/codrops/2010/11/01/pull-out-content-panel/" target="_blank">Pull Out Content Panel with jQuery</strong></a><br />
In this tutorial you will create a content panel that slides out at a predefined scrolling position. It will reveal a teaser with related content and it can be expanded to full page size to show more. A custom slider allows to scroll through items in the panel.<br /><a href="http://tympanus.net/Tutorials/PullOutContentPanel/" target="_blank">View Demo</a></p>
<p><strong>12. <a href="http://pupunzi.open-lab.com/mb-jquery-components/jquery-mb-verticalslider/" target="_blank">MB.VerticalSlider &#8211; jQuery Plugin</strong></a><br />
MB.VerticalSlider by <a href="http://twitter.com/pupunzi" target="_blank">Matteo Bicocchi</a> allows you to show long list of elements managing pagination, it can work with elements already in the DOM of your page or loading them via AJAX when needed. And it works with mouse wheel of course.<br /><a href="http://pupunzi.com/#mb.components/mb.verticalSlider/verticalSlider.html" target="_blank">View Demo</a></p>
<p>The different jQuery items presented here in this article are not in any particular order &#8211; and Cashrevelations is not by any means whatsoever affiliated with any of the authors.</p>
]]></content:encoded>
			<wfw:commentRss>http://cashrevelations.com/magazine/2010/12/advanced-jquery-techniques/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>20 New jQuery Techniques &#8211; October</title>
		<link>http://cashrevelations.com/magazine/2010/10/20-jquery-techniques/</link>
		<comments>http://cashrevelations.com/magazine/2010/10/20-jquery-techniques/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 15:00:26 +0000</pubDate>
		<dc:creator>Tommy Olovsson</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://cashrevelations.com/magazine/?p=8344</guid>
		<description><![CDATA[20 new jQuery techniques released or updated during the period of August 20 until October 25 this year (2010). All these useful jQuery techniques are of course presented with demo.]]></description>
			<content:encoded><![CDATA[<p><a href="http://tympanus.net/codrops/2010/10/18/custom-animation-banner/" target="_blank"><img src="http://cashrevelations.com/magazine/wp-content/media/custom-animation-banner-jquery.jpg" alt="Custom Animation Banner with jQuery" title="Custom Animation Banner with jQuery" width="570" height="267" class="alignnone size-full wp-image-8702" /></a></p>
<p>We don&#8217;t do jQuery roundups every month because we prefer to wait a longer period to get a better selection, more to choose from &#8211; anyway, this is October months roundup for jQuery techniques. This listing represents new techniques from late August until now. </p>
<p><a href="http://wijmo.com/" target="_blank"><img src="http://cashrevelations.com/magazine/wp-content/media/wijmo-ui-widgets.jpg" alt="Wijmo – jQuery UI Widgets" title="Wijmo – jQuery UI Widgets" width="196" height="196" class="aligncenter size-full wp-image-8704" /></a></p>
<p>Our definition of jQuery techniques includes tutorials, plugins and similar useful items of educational or captivating wisdom &#8211; and in our definition of &#8220;new&#8221; we include released or updated during actual period (we don&#8217;t like to write &#8220;new&#8221; if it isn&#8217;t). This listing involves new jQuery techniques during the period of August 20 until October 25 this year (2010). </p>
<p class="note"><strong>Note:</strong> jQuery Mobile Alpha 1 was released on October 16. jQuery Mobile is a user interface framework, built on top of jQuery. For more info, please visit <a href="http://jquerymobile.com/" target="_blank">jQuery Mobile</a>.</p>
<p><a href="http://cashrevelations.com/magazine/2010/10/20-jquery-techniques/">Cashrevelations.com</a> presents a selection of new and fresh jQuery techniques &#8211; 20 new jQuery techniques released or updated during the period of August 20 until October 25 this year (2010). All these jQuery techniques are presented with demo.</p>
<h2>20 Fresh &#038; New jQuery Techniques &#8211; October 2010</h2>
<p><strong>1. <a href="http://tympanus.net/codrops/2010/10/18/custom-animation-banner/" target="_blank">Custom Animation Banner with jQuery</strong></a><br />
In this tutorial you will learn how to create a custom animation banner with jQuery by using the <a href="http://gsgd.co.uk/sandbox/jquery/easing/" target="_blank">jQuery Easing Plugin</a> and the j<a href="http://plugins.jquery.com/project/2d-transform" target="_blank">Query 2D Transform Plugin</a>. The idea is to have different elements in a banner that will animate step-wise in a custom way.<br /><a href="http://tympanus.net/Tutorials/CustomAnimationBanner/" target="_blank">View Demo</a></p>
<p><strong>2. <a href="http://tutorialzine.com/2010/09/quick-feedback-form-php-jquery/" target="_blank">Quick Feedback Form &#8211; jQuery &#038; PHP</strong></a><br />
In this tutorial by <a href="http://twitter.com/tutorialzine" target="_blank">Martin Angelov</a> you will learn how to create a solution for receiving quick feedback from your users &#8211; powered by jQuery, PHP and the PHPMailer class, this stylish form sends the users suggestions directly to your mailbox.<br /><a href="http://demo.tutorialzine.com/2010/09/quick-feedback-form-php-jquery/feedback.html" target="_blank">View Demo</a></p>
<p><strong>3. <a href="http://wijmo.com/" target="_blank">Wijmo &#8211; jQuery UI Widgets</strong></a><br />
Wijmo is a set of jQuery UI widgets for building web applications &#8211; a complete kit of over 30 jQuery UI Widgets. According to the developers, it is a mixture of jQuery, CSS3, SVG, and HTML5. Still in Beta &#8211; open to everyone who wants to participate.<br /><a href="http://wijmo.com/Wijmo-Open/samples/index.html" target="_blank">View Demo</a></p>
<p><strong>4. <a href="http://trevordavis.net/blog/jquery-one-page-navigation-plugin/" target="_blank">One Page Navigation &#8211; jQuery Plugin</a></strong><br />
This is a practical navigation plugin by Trevor Davis that lets you scroll smoothly when the navigation is clicked &#8211; this plugin is built upon the <a href="http://flesler.blogspot.com/2007/10/jqueryscrollto.html" target="_blank"> jQuery ScrollTo plugin</a> by Ariel Flesler. The plugin is also available on <a href="http://github.com/davist11/jQuery-One-Page-Nav" target="_blank">Github</a>.<br /><a href="http://trevordavis.net/play/jquery-one-page-nav/" target="_blank">View Demo</a></p>
<p><strong>5. <a href="http://net.tutsplus.com/tutorials/javascript-ajax/how-to-build-an-rss-reader-with-jquery-mobile-2/" target="_blank">RSS Reader With jQuery Mobile</strong></a><br />
In this easy to follow tutorial by <a href="http://www.twitter.com/nettuts" target="_blank">Jeffrey Way</a> you will learn how to create a simple but stylish RSS reader for your iPhone or Android phone<a href="http://cashrevelations.com/magazine/2010/10/20-jquery-techniques/">,</a> just by using some PHP and jQuery Mobile. You can also download the source files. <br /><a href="http://demo.jeffrey-way.com/tutsMobile/" target="_blank">View Demo</a></p>
<p><strong>6. <a href="http://www.madeincima.eu/blog/jquery-plugin-easy-accordion/" target="_blank">Easy Accordion &#8211; jQuery Plugin</strong></a><br />
The Easy Accordion plugin by <a href="http://twitter.com/cyandrea" target="_blank">Andrea Cima Serniotti</a> will get your definition lists (DTs) and generate a nice and smooth horizontal accordion. You can then decide to make it a timed slideshow or leave it still. You can download the source files for this plugin. <br /><a href="http://www.madeincima.eu/samples/jquery/easyAccordion/" target="_blank">View Demo</a></p>
<p><strong>7. <a href="http://github.com/davatron5000/Lettering.js" target="_blank">Lettering &#8211; jQuery Typography Plugin</strong></a><br />
Lettering by <a href="http://twitter.com/davatron5000" target="_blank">Dave Rupert</a> is an easy to use and lightweight jQuery plugin for radical web typography. This is an elegant solution to create for example typographical CSS3 posters, or for really custom type headings, while keeping the text selectable.<br /><a href="http://daverupert.com/2010/09/lettering-js/" target="_blank">View Demo</a></p>
<p><strong>8. <a href="http://tympanus.net/codrops/2010/10/12/annotation-overlay-effect/" target="_blank">Annotation Overlay Effect with jQuery</strong></a><br />
In this tutorial you will learn how to create a simple overlay effect to display annotations in e.g. portfolio items of a web designers portfolio. Just like with all the other Tympanus tutorials we present, also this tutorials source files can be downloaded.<br /><a href="http://tympanus.net/Tutorials/AnnotationOverlayEffect/" target="_blank">View Demo</a></p>
<p><strong>9. <a href="http://www.steamdev.com/snippet/" target="_blank">Snippet &#8211; jQuery Syntax Highlighter</strong></a><br />
Snippet is a cool jQuery syntax highlighting plugin built on top of the <a href="http://shjs.sourceforge.net/" target="_blank">SHJS</a> script found on SourceForge. Snippet jQuery plugin provides a quick and easy way of highlighting source code passages in HTML documents.<br /><a href="http://www.steamdev.com/snippet/" target="_blank">View Demo</a></p>
<p><strong>10. <a href="http://tutorialzine.com/2010/09/google-powered-site-search-ajax-jquery/" target="_blank">Google Powered Site Search With jQuery</strong></a><br />
In this logical tutorial you will learn how to create a branded custom search engine simply by using Google’s AJAX Search API, with which you can search for images and video and news items on your site &#8211; and you can also get general web results.<br /><a href="http://demo.tutorialzine.com/2010/09/google-powered-site-search-ajax-jquery/search.html" target="_blank">View Demo</a></p>
<p><strong>11. <a href="http://www.sohtanaka.com/web-design/simple-tooltip-w-jquery-css/" target="_blank">Simple Tooltip &#8211; jQuery &#038; CSS</strong></a><br />
In this tutorial by <a href="http://twitter.com/sohtanaka" target="_blank">Soh Tanaka</a> you will learn how to create simple tooltip with jQuery and an incredibly simple styling with CSS. The only known issue with this tooltip is if the tooltip is wrapped in a container which has a relative position, the tooltip will be off.<br /><a href="http://www.sohtanaka.com/web-design/examples/element-tooltip/" target="_blank">View Demo</a></p>
<p><strong>12. <a href="http://tympanus.net/codrops/2010/10/03/compact-news-previewer/" target="_blank">Compact News Previewer with jQuery</strong></a><br />
In this tutorial you will learn how to create a news previewer that lets you show your latest articles or news in a compact way. The previewer will show some list of articles on the left side and the preview of the article with a longer description on the right.<br /><a href="http://tympanus.net/Tutorials/CompactNewsPreviewer/" target="_blank">View Demo</a></p>
<p><strong>13. <a href="http://exposureforjquery.wordpress.com/download/" target="_blank">Exposure jQuery Plugin</strong></a><br />
Exposure is an image viewing plugin for the jQuery JavaScript library. It is designed for creating rich, fully customizable viewing experiences, and can handle very large amounts of images without pushing your bandwidth through the roof.<br /><a href="http://exposure.blogocracy.org/demos/demo1.html?v=0.5" target="_blank">View Demo</a></p>
<p><strong>14. <a href="http://tutorialzine.com/2010/09/giveaway-randomizer-app-jquery/" target="_blank">Giveaway Randomizer App &#8211; jQuery</strong></a><br />
In this tutorial you will learn how to create a dedicated randomizer jQuery application &#8211; especially for choosing winners in competitions and giveaways. The goal is to get a randomly selected list of contestants and their prizes.<br /><a href="http://demo.tutorialzine.com/2010/09/giveaway-randomizer-app-jquery/randomizer.html" target="_blank">View Demo</a></p>
<p><strong>15. <a href="http://www.webdesign-bulgaria.com/opensource/jquery-smooth-fading-tabs-plugin.php" target="_blank">jQuery Smooth Tabs Plugin</strong></a><br />
jQuery Smooth Tabs is an easy to use plugin, which allows you to display your content with some nice effects, for better user experience. All you need is a single container for your desired tabs and content, some appropriate CSS and images.<br /><a href="http://www.webdesign-bulgaria.com/opensource/jquery-smooth-fading-tabs-demo.php" target="_blank">View Demo</a></p>
<p><strong>16. <a href="http://www.tn34.de/projekte/downloads/jQuery.tn34.timetabs.html" target="_blank">TN34 Timetabs &#8211; jQuery Plugin</strong></a><br />
This jQuery plugin by Mario Alves creates tab container that switches automatically every cycle (or interval) to next tab &#8211; the plugin is compatible with most modern browsers. The site is in German &#8211; you can also download the plugin from <a href="http://plugins.jquery.com/project/tn34-timetabs" target="_blank">HERE</a>.<br /><a href="http://demo.tn34.de/jquery-plugins/timetabs/demo.html" target="_blank">View Demo</a></p>
<p><strong>17. <a href="http://tympanus.net/codrops/2010/09/08/full-page-image-gallery/" target="_blank">Full Page Image Gallery with jQuery</strong></a><br />
In this tutorial you will learn how to create a stunning full page gallery with scrollable thumbnails and a scrollable full screen preview. The idea is to have a thumbnails bar at the bottom of the page that scrolls automatically when the user moves the mouse.<br /><a href="http://tympanus.net/Tutorials/FullPageImageGallery/" target="_blank">View Demo</a></p>
<p><strong>18. <a href="http://www.ajaxblender.com/bgstretcher-jquery-stretch-background-plugin.html" target="_blank">bgStretcher &#8211; jQuery Plugin</strong></a><br />
Background Stretcher is a jQuery plug-in which allows you to add a large image (or a set of images) to the background of your web page and will proportionally resize them to fill the entire window area. It will work as a slideshow if multiple images mode is used.<br /><a href="http://www.ajaxblender.com/script-sources/bgstretcher/demo/index.html" target="_blank">View Demo</a></p>
<p><strong>19. <a href="http://slidenote.info/" target="_blank">SlideNote &#8211; jQuery Plugin For Sliding Notifications</strong></a><br />
SlideNote is a customizable, flexible jQuery plugin that makes it easy to display sliding notifications on your website or in your web application. SlideNote offers a set of five options that allow you to modify the behavior and content of the script.<br /><a href="http://slidenote.info/" target="_blank">View Demo</a></p>
<p><strong>20. <a href="http://www.madeincima.eu/blog/jquery-plugin-easy-list-splitter/" target="_blank">Easy List Splitter &#8211; jQuery Plugin</strong></a><br />
The Easy List Splitter plugin will get your list, wrap it into a container div, generate as many lists as the number of columns you require and evenly split the list items into the different list elements. It generates a valid HTML code that you can style as you wish.<br /><a href="http://www.madeincima.eu/samples/jquery/easyListSplitter/" target="_blank">View Demo</a></p>
<p>The different jQuery items presented here in this article are not in any particular order &#8211; and Cashrevelations is not by any means whatsoever affiliated with any of the authors.</p>
]]></content:encoded>
			<wfw:commentRss>http://cashrevelations.com/magazine/2010/10/20-jquery-techniques/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Wijmo &#8211; jQuery UI Widgets</title>
		<link>http://cashrevelations.com/magazine/2010/10/wijmo-jquery-ui-widgets/</link>
		<comments>http://cashrevelations.com/magazine/2010/10/wijmo-jquery-ui-widgets/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 20:47:23 +0000</pubDate>
		<dc:creator>Tommy Olovsson</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://cashrevelations.com/magazine/?p=8644</guid>
		<description><![CDATA[Newly released (November 22nd) Wijmo is a set of jQuery UI widgets for building web applications. This interesting set contains a complete kit of over 30 jQuery UI Widgets.]]></description>
			<content:encoded><![CDATA[<p><a href="http://wijmo.com/Wijmo-Open/samples/index.html" target="_blank"><img src="http://cashrevelations.com/magazine/wp-content/media/wijmo-jquery-ui-widgets.jpg" alt="Wijmo – jQuery UI Widgets" title="Wijmo – jQuery UI Widgets" width="570" height="141" class="alignnone size-full wp-image-8674" /></a></p>
<p>Newly released (November 22nd) Wijmo is a set of jQuery UI widgets for building web applications. This interesting set contains a complete kit of over 30 jQuery UI Widgets &#8211; and according to the developers, it is a mixture of jQuery, CSS3, HTML5 and SVG. </p>
<p>There are two sets of widgets, Wijmo Open and Wijmo Complete. Wijmo Open is free and open source and Wijmo Complete is a commercial offering. Wijmo jQuery UI Widgets is still in Beta – but open to everyone who might be interested to participate.</p>
<p><a href="http://wijmo.com/Wijmo-Open/samples/index.html#menu|overview" target="_blank"><img src="http://cashrevelations.com/magazine/wp-content/media/wijmo-menu-demo.jpg" alt="Wijmo jQuery UI Widgets - Menu demo" title="Wijmo jQuery UI Widgets - Menu demo" width="537" height="323" class="aligncenter size-full wp-image-8676" /></a></p>
<p>In case you are interested, there is online demos of Wijmo Open (the free set) and they are available <a href="http://wijmo.com/Wijmo-Open/samples/index.html" target="_blank">HERE</a>. And you could also visit Wijmo&#8217;s <a href="http://twitter.com/wijmo" target="_blank">Twitter account</a>.</p>
<p>The people behind Wijmo, Pittsburgh (USA) based <a href="http://www.componentone.com/" target="_blank">ComponentOne</a>, has been providing the widest range of Microsoft Visual Studio components, IDE platform development tools, and applications for over 23 years. The company was formed by the merger of APEX Software Corporation and VideoSoft.</p>
<ul>
<li><a href="http://wijmo.com/" target="_blank"><strong>Visit Wijmo</strong></a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://cashrevelations.com/magazine/2010/10/wijmo-jquery-ui-widgets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

