<?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>webRulon &#187; Ajax &amp; Javascript</title>
	<atom:link href="http://webrulon.com/blog/design-dev/ajax-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://webrulon.com</link>
	<description></description>
	<lastBuildDate>Mon, 15 Nov 2010 19:07:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
			<item>
		<title>SEO Fundamentals &#8211; Working with Navigation in SEO</title>
		<link>http://webrulon.com/seo-fundamentals-working-with-navigation-in-seo/</link>
		<comments>http://webrulon.com/seo-fundamentals-working-with-navigation-in-seo/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 14:42:44 +0000</pubDate>
		<dc:creator>Lawrence Bonk</dc:creator>
				<category><![CDATA[Ajax & Javascript]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Web Design & Development]]></category>

		<guid isPermaLink="false">http://webrulon.com/?p=2746</guid>
		<description><![CDATA[<a href="http://webrulon.com/seo-fundamentals-working-with-navigation-in-seo/"><img align="left" hspace="5" width="150" height="150" src="http://webrulon.com/wp-content/uploads/2010/07/javascript-disabled-150x150.jpg" class="alignleft wp-post-image tfe" alt="javascript disabled" title="javascript disabled" /></a>What&#8217;s the point of search engine friendly navigation? To build a solid foundation in your site architecture of course. You don&#8217;t want users having to poke around like a hardware store from the 50s. But what does it mean exactly, and more importantly,  what recommendations can you make to enhance the SEO of yourself and [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>What&#8217;s the point of search engine friendly navigation? To build a solid foundation in your site architecture of course. You don&#8217;t want users having to poke around like a hardware store from the 50s. But what does it mean exactly, and more importantly,  what recommendations can you make to enhance the SEO of yourself and your clients?</p>
<p>Follow us on a magic carpet ride of SEO splendor as we look at some positive examples of search engine friendly navigation and talk about what these examples mean for you and your business.</p>
<div><strong><span style="font-size: large;">Technically speaking</span></strong></div>
<p>What makes for a spider friendly navigation? This is an out of the box CMS world we live in nowadays, so most navigation is already fairly SEO friendly. However, you can still run into absolute messes that need navigational clean-up and occasionally just need to be started again from scratch.</p>
<p>If you are reviewing a website that you think could be an SEO car-crash waiting to happen, here are some signs to look out for.</p>
<p>* The drop downs don&#8217;t work with Javascript disabled.</p>
<p>* Global and header links appear as images and not text.</p>
<p>* Tons of internal links disappear when you browse the site with JavaScript and CSS disabled.</p>
<p>* Any SEO-enabled toolbar you have installed report a lower than expected number of internal, followed links.</p>
<p>* The text-only version of your page that Google has on cache also shows the lack of internal links.</p>
<p><img class="alignnone size-full wp-image-2747" title="javascript disabled" src="http://webrulon.com/wp-content/uploads/2010/07/javascript-disabled.jpg" alt="javascript disabled" width="392" height="251" /></p>
<p>Search engine friendly navigation is a rather simple process. It requires only properly structured HTML, along with some CSS for all of the fancier bits. If you want to get technical for a second, if you are specifying a new navigation for your  website, you should be asking for a &#8220;cross-browser drop-down cascading  validating menu.&#8221;</p>
<p>HTML is simple, once you get the hang of it. Otherwise, you should be looking out for an unordered list of links in the text-only/Javascript and CSS disabled view of your page. It will look something like this.</p>
<ul>
<li><a href="http://webrulon.com/">About</a>
<ul>
<li><a href="http://webrulon.com/">History</a></li>
<li><a href="http://webrulon.com/">Team</a></li>
<li><a href="http://webrulon.com/">Offices</a></li>
</ul>
</li>
<li><a href="http://webrulon.com/">Services</a>
<ul>
<li><a href="http://webrulon.com/">Web  Design</a></li>
<li><a href="http://webrulon.com/">Internet  Marketing</a></li>
</ul>
</li>
<li><a href="http://webrulon.com/">Contact  Us</a>
<ul>
<li><a href="http://webrulon.com/">United  Kingdom</a></li>
<li><a href="http://webrulon.com/">France</a></li>
<li><a href="http://webrulon.com/">USA</a></li>
<li><a href="http://webrulon.com/">Australia</a></li>
</ul>
</li>
</ul>
<p>For some fantastic examples, you should bookmark CSSplay.co.uk’s <a href="http://www.cssplay.co.uk/menus/">CSS  menus</a> page. And while we are at it, here is another great real-world <a href="http://kntl.org/css-imageless-but-cool-javascript-and-jquery">example.</a> Also, since I have your attention, take a look at <a href="http://www.sofa.com/">this site</a> with  JavaScript and CSS disabled in <a href="https://addons.mozilla.org/en-US/firefox/addon/60/">Web Developer  Toolbar</a>:</p>
<p><img class="alignnone size-full wp-image-2748" title="live example" src="http://webrulon.com/wp-content/uploads/2010/07/live-example.jpg" alt="live example" width="412" height="171" /></p>
<p><a href="http://sixrevisions.com/css/30-exceptional-css-navigation-techniques/">There</a> <a href="http://speckyboy.com/2009/06/08/24-css-in-some-cases-with-jquery-navigation-and-menu-tutorials/">are</a> <a href="http://speckyboy.com/2010/03/15/15-css3-navigation-and-menu-tutorials-and-techniques/">so</a> <a href="http://www.smashingmagazine.com/2009/02/04/50-beautiful-and-user-friendly-navigation-menus/">many</a> other examples out there, and once you get more of a grasp of what to look for you won&#8217;t be able to help noticing good and and examples as you peruse the Web. If you have some good examples of search engine friendly  navigation, don&#8217;t hesitate to drop us a line via email or the comment box.</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://webrulon.com/seo-fundamentals-working-with-navigation-in-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>60 Fantastic AIR Apps For Web Designers</title>
		<link>http://webrulon.com/60-fantastic-air-apps-for-web-designers/</link>
		<comments>http://webrulon.com/60-fantastic-air-apps-for-web-designers/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 18:22:28 +0000</pubDate>
		<dc:creator>Lawrence Bonk</dc:creator>
				<category><![CDATA[Ajax & Javascript]]></category>
		<category><![CDATA[Creative Design]]></category>
		<category><![CDATA[Dev Resources]]></category>
		<category><![CDATA[Web Design & Development]]></category>

		<guid isPermaLink="false">http://webrulon.com/?p=2648</guid>
		<description><![CDATA[<a href="http://webrulon.com/60-fantastic-air-apps-for-web-designers/"><img align="left" hspace="5" width="150" src="http://www.problogdesign.com/wp-content/uploads/2009/11/Splashup.png" class="alignleft wp-post-image tfe" alt="Splashup" title="Splashup" /></a>Adobe AIR is the little platform that could. It allows you to build efficient and state-of-the-art desktop apps that work on any operation system. Cool! In the last few years, oodles of AIR apps have came down the pike, helping you do just about everything under the sun. For this post, I&#8217;m going to focus [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Adobe AIR is the little platform that could. It allows you to build efficient and state-of-the-art desktop apps that work on any operation system. Cool!</p>
<p>In the last few years, oodles of AIR apps have came down the pike, helping you do just about everything under the sun. For this post, I&#8217;m going to focus on applications intended for web and graphic designers.</p>
<p>I&#8217;m gonna split the list up into sections, which are:</p>
<ul>
<li>Creating Graphics</li>
<li>Design-Specific Tools</li>
<li>Editing Images</li>
<li>Taking Screenshots</li>
<li>Productivity Tools</li>
<li>Image Sharing Tools</li>
<li>Multimedia Apps</li>
</ul>
<h3>Creating Graphics</h3>
<p><strong>1. Splashup Light:</strong></p>
<p><a href="http://www.splashup.com/light/" target="_blank">Splashup  Light</a> is a casual desktop based image editor. It has tons of features and allows you to do anything you want to photos with simplicity and ease.</p>
<p><img title="Splashup" src="http://www.problogdesign.com/wp-content/uploads/2009/11/Splashup.png" alt="Splashup" width="524" height="306" /></p>
<p><strong>2. Color Lovers:</strong></p>
<p><a href="http://www.adobe.com/cfusion/marketplace/index.cfm?event=marketplace.offering&amp;offeringid=10077&amp;marketplaceid=1" target="_blank">Color Lovers</a> offers a desktop color finder that searches through the proprietary database in order to locate that stubborn color. You can search from over 1 million named colors and 300,000 user created color palettes.</p>
<p><img title="ColorLovers" src="http://www.problogdesign.com/wp-content/uploads/2009/11/ColorLovers.png" alt="ColorLovers" width="485" height="245" /></p>
<p><strong>3. Contrast-A:</strong></p>
<p><a href="http://www.adobe.com/cfusion/marketplace/index.cfm?event=marketplace.offering&amp;marketplaceid=1&amp;offeringid=10763" target="_blank">Contrast-A</a> allows you to check for contrast,  experiment with a variety of color combinations and even interact with a 3 dimensional RGB color space.</p>
<p><img title="Contrast-a" src="http://www.problogdesign.com/wp-content/uploads/2009/11/Contrast-a.png" alt="Contrast-a" width="422" height="249" /></p>
<p><strong>4. LiveBrush:</strong></p>
<p><a href="http://www.livebrush.com/" target="_blank">LiveBrush</a> is a  drawing app that lets you create amazing graphics by combining simple motion controls with a series of brush styles. It&#8217;s really cool.</p>
<p><img title="LiveBrush" src="http://www.problogdesign.com/wp-content/uploads/2009/11/LiveBrush.png" alt="LiveBrush" width="500" height="332" /></p>
<p><strong>5. Icon Generator:</strong></p>
<p><a href="http://air-icon-generator.en.softonic.com/" target="_blank">Icon  Generator</a> allows you to create icons of your choosing, even if you can&#8217;t draw. Simply select a default icon and make simple changes until it suits your fancy.</p>
<p><img title="Icon" src="http://www.problogdesign.com/wp-content/uploads/2009/11/Icon.png" alt="Icon" width="377" height="410" /></p>
<p><strong>6. e2vector:</strong></p>
<p><a href="http://www.adobe.com/cfusion/marketplace/index.cfm?event=marketplace.offering&amp;categoryid=6&amp;marketplaceid=1&amp;offeringid=10126" target="_blank">e2vector</a> is a powerful illustration tool, featuring layers, masks, gradients, intersection and  path splicing. It even allows you to import/export SVG files.</p>
<p><img title="e2Vector" src="http://www.problogdesign.com/wp-content/uploads/2009/11/e2Vector.png" alt="e2Vector" width="505" height="316" /></p>
<p><strong>7. ColorPicker:</strong></p>
<p>Using <a href="http://colorpicker.riaforge.org/" target="_blank">ColorPicker</a> allows you to choose a color from a grid or design a color using a series of easy-to-use sliders. This is essential to you designers out there. Why stick to premade colors?</p>
<p><img title="ColorPicker" src="http://www.problogdesign.com/wp-content/uploads/2009/11/ColorPicker.png" alt="ColorPicker" width="489" height="412" /></p>
<p><strong>8. ColorBrowser:</strong></p>
<p><a href="http://www.adobe.com/cfusion/marketplace/index.cfm?marketplaceid=1&amp;event=marketplace.offering&amp;offeringid=10037" target="_blank">ColorBrowser</a> is a simple app that lets you organize your favorite color palettes in whatever fashion you choose. It also lets you import color palettes that you have created elsewhere using handy ASE  files.</p>
<p><img title="ColorBrowser" src="http://www.problogdesign.com/wp-content/uploads/2009/11/ColorBrowser.png" alt="ColorBrowser" width="498" height="249" /></p>
<p><strong>9. Kuler:</strong></p>
<p><a href="http://kuler.adobe.com/" target="_blank">Kuler</a> is an extremely popular application. It lets you generate color themes forr any project and also browse through thousands of  themes created by the thriving community. Experiment with endless variations with no hassle. Live the dream.</p>
<p><img title="Kuler" src="http://www.problogdesign.com/wp-content/uploads/2009/11/Kuler.png" alt="Kuler" width="496" height="250" /></p>
<p><strong>10. Random Pattern:</strong></p>
<p>A cool <a href="http://www.adobe.com/cfusion/marketplace/index.cfm?event=marketplace.offering&amp;marketplaceid=1&amp;offeringid=10118" target="_blank">app</a> that creates color patterns based on a set of given parameters.</p>
<p><img title="Random" src="http://www.problogdesign.com/wp-content/uploads/2009/11/Random.png" alt="Random" width="495" height="244" /></p>
<h3>Design-Specific Tools</h3>
<p><strong>11. Pixus:</strong></p>
<p><a href="http://code.google.com/p/pixus/" target="_blank">Pixus</a> lets you measure pixels. That&#8217;s an oft-forgotten yet essential part of design. It also lets you preview your designs and  offers  multi-screen support.</p>
<p><img title="Pixus" src="http://www.problogdesign.com/wp-content/uploads/2009/11/Pixus.png" alt="Pixus" width="498" height="233" /></p>
<p><strong>12. FontPicker:</strong></p>
<p><a href="http://richardsprojects.co.uk/products/font-picker/" target="_blank">FontPicker</a> is a simple tool that lets you scroll through a list of any font installed on your computer. Then you can pick one. Several methods of scrolling are available. Perfect for you unorganized types out there.</p>
<p><img title="FontPicker" src="http://www.problogdesign.com/wp-content/uploads/2009/11/FontPicker.png" alt="FontPicker" width="498" height="389" /></p>
<p><strong>13. PixDif:</strong></p>
<p><a href="http://polygeek.com/pixdif-utility-for-showing-you-the-difference-between-your-design-and-websiteapplication" target="_blank">PixDif</a> also lets you measure pixels. This handy app doesn&#8217;t stop there, however. It also lets you measure the difference between two  design elements and tweak the alpha/opacity of said image.</p>
<p><img title="PixDif" src="http://www.problogdesign.com/wp-content/uploads/2009/11/PixDif.png" alt="PixDif" width="454" height="242" /></p>
<p><strong>14. Em Calculator:</strong></p>
<p>Finally, there is a <a href="http://jameswhittaker.com/journal/em-based-layouts-vertical-rhythm-calculator/" target="_blank">calculator</a> to measure em. Em is an important element of design, after all. Easy and useful.</p>
<p><img title="Em" src="http://www.problogdesign.com/wp-content/uploads/2009/11/Em.png" alt="Em" width="398" height="325" /></p>
<p><strong>15. HtmlTextEditor:</strong></p>
<p><a href="http://www.theflexguy.com/index.php?option=com_content&amp;view=article&amp;id=94&amp;Itemid=11" target="_blank">HtmlTextEditor</a> caters to that most basic need of any web designer, the writing of Html code. It also supoorts CDATA wrapping. Html will also change automatically when you make changes to the rich text.</p>
<p><img title="HtmlEditor" src="http://www.problogdesign.com/wp-content/uploads/2009/11/HtmlEditor.png" alt="HtmlEditor" width="497" height="249" /></p>
<p><strong>16. iPixer:</strong></p>
<p><a href="http://www.ipixer.com/" target="_blank">iPxer</a> allows you to create useful interactive flash content using any standard image. This is great for presentations and the like. The sky is the limit here.</p>
<p><img title="ipixer" src="http://www.problogdesign.com/wp-content/uploads/2009/11/ipixer.png" alt="ipixer" width="500" height="300" /></p>
<p><strong>17. OBO Site GatherAIR:</strong></p>
<p><a href="http://blog.onebyonedesign.com/?p=146" target="_blank">OBO  Site GatherAIR</a> is a simple website generation too. It allows you to create  Html templates. It&#8217;s easy to use and also lets you drag and drop SWF files  into said template.</p>
<p><img title="WebsiteGeneration" src="http://www.problogdesign.com/wp-content/uploads/2009/11/WebsiteGeneration.png" alt="WebsiteGeneration" width="518" height="356" /></p>
<p><strong>18. Boks:</strong></p>
<p><a href="http://toki-woki.net/p/Boks/" target="_blank">Boks</a> is an  app that allows you to work visually with the Blueprint CSS Framework. Drag and drop grid elements, preview in your browser and even compress your CSS code. Pretty much everything you need.</p>
<p><img title="Boks" src="http://www.problogdesign.com/wp-content/uploads/2009/11/Boks.png" alt="Boks" width="483" height="422" /></p>
<p><strong>19. PixelWindow:</strong></p>
<p><a href="http://www.pixelwindowapp.com/" class="broken_link"  target="_blank">PixelWindow</a> is another simple app to measure things on your screen using a handy transparent screen ruler.</p>
<p><img title="PixelWindow" src="http://www.problogdesign.com/wp-content/uploads/2009/11/PixelWindow.png" alt="PixelWindow" width="417" height="341" /></p>
<p><strong>20. iPlotz:</strong></p>
<p><a href="http://iplotz.com/" target="_blank">iPlotz</a> lets you create wireframe pages and also allows you to make interactive mockups of your website and/or software. This is also perfect for presentations.</p>
<p><img title="iPlotz" src="http://www.problogdesign.com/wp-content/uploads/2009/11/iPlotz1.png" alt="iPlotz" width="472" height="323" /></p>
<p><img style="border: 0px solid transparent ! important; background-color: transparent ! important; display: none ! important;" title="iPlotz" src="http://www.problogdesign.com/wp-content/uploads/2009/11/iPlotz.png" alt="iPlotz" width="469" height="338" /></p>
<p><img style="border: 0px solid transparent ! important; background-color: transparent ! important; display: none ! important;" title="iPlotz" src="http://www.problogdesign.com/wp-content/uploads/2009/11/iPlotz.png" alt="iPlotz" width="469" height="338" /></p>
<p><strong>21. PixelPerfect:</strong></p>
<p><a href="http://www.adobe.com/devnet/air/flex/samples.html" target="_blank">PixelPerfect</a> is another great app for measuring the size of objects on your screen. It also lets you create, resize,  move and close any window you like.</p>
<p><img title="PixelPerfect" src="http://www.problogdesign.com/wp-content/uploads/2009/11/PixelPerfect.png" alt="PixelPerfect" width="485" height="360" /></p>
<p><strong>22. DesignView:</strong></p>
<p><a href="http://www.adobe.com/cfusion/marketplace/index.cfm?event=marketplace.offering&amp;offeringid=10299&amp;marketplaceid=1" target="_blank">DesignView</a> is a handly little application for the design  and development of Flex applications. It lets you create a  quick layout of your site before you start tweaking that feisty MXML code.</p>
<p><img title="DesignView" src="http://www.problogdesign.com/wp-content/uploads/2009/11/DesignView.png" alt="DesignView" width="512" height="403" /></p>
<p><strong>23. Merlin:</strong></p>
<p>Another app intended for disorganized font collectors. <a href="http://blog.coursevector.com/merlin" target="_blank">Merlin</a> can help you get those fonts in order. It helps by  alphabetizing all the fonts and arranging them into folders. Just like the namesake wizard.</p>
<p><img title="Merlin" src="http://www.problogdesign.com/wp-content/uploads/2009/11/Merlin.png" alt="Merlin" width="326" height="388" /></p>
<p><strong>24. Caliper:</strong></p>
<p><a href="http://www.adobe.com/cfusion/marketplace/index.cfm?event=marketplace.offering&amp;offeringid=10142&amp;marketplaceid=1" target="_blank">Caliper</a> is a measuring scale for your screen that  can be dragged and rotated through 360 degrees.</p>
<p><img title="Caliper" src="http://www.problogdesign.com/wp-content/uploads/2009/11/Caliper.png" alt="Caliper" width="491" height="243" /></p>
<h3>Editing Images</h3>
<p><strong>25. ImageSizer:</strong></p>
<p><a href="http://www.adobe.com/cfusion/marketplace/index.cfm?event=marketplace.offering&amp;marketplaceid=1&amp;offeringid=10740" target="_blank">ImageSizer</a> allows you batch resize images<strong></strong> and put them in a compressed zip file. You can also use  it to to batch rotate, optimize and even rename images. Useful for bloggers who are posting image galleries. Say, this would be great for this one actually.</p>
<p><img title="ImageSizer" src="http://www.problogdesign.com/wp-content/uploads/2009/11/ImageSizer.png" alt="ImageSizer" width="499" height="378" /></p>
<p><strong>26. ImageDropr:</strong></p>
<p><a href="http://www.associatedcontent.com/article/810303/imagedropr_a_flickr_uploader_running.html" target="_blank">ImageDropr</a> is a desktop app that batch unloads sets of images to Flickr. Just drag and drop your images into the  application, tag or group tag them and start uploading them to the popular photo-sharing website.</p>
<p><img title="ImageDropr" src="http://www.problogdesign.com/wp-content/uploads/2009/11/ImageDropr.png" alt="ImageDropr" width="475" height="367" /></p>
<p><strong>27. XeIMG Image Editor:</strong></p>
<p><a href="http://xeimg-image-editor.en.softonic.com/" target="_blank">XeIMG</a> is an image editor that specializes in effects and filters.  These include blur, sharpen, negative,  embossing, black and white and a host of others. Like a minimal easy to use Photoshop.</p>
<p><img title="XeImage" src="http://www.problogdesign.com/wp-content/uploads/2009/11/XeImage.png" alt="XeImage" width="500" height="400" /></p>
<p><strong>28. Shrink-o-Matic:</strong></p>
<p><a href="http://wareseeker.com/Graphic-Apps/shrink-omatic-0.1.zip/3508376" target="_blank">Shrink-o-Matic</a> is a simple application that lets you shrink or resize batch images. It supports Jpeg, Gif and PNG images.</p>
<p><img title="shrink-o-matic" src="http://www.problogdesign.com/wp-content/uploads/2009/11/shrink-o-matic.png" alt="shrink-o-matic" width="398" height="258" /></p>
<p><strong>29. JustResizeIt:</strong></p>
<p><a href="http://www.adobe.com/cfusion/marketplace/index.cfm?event=marketplace.offering&amp;offeringid=11080&amp;marketplaceid=1" target="_blank">Resize</a> is a simple image resizer. Do it one-by-one or batch resize. It doesn&#8217;t have a lot of features but it works smoothly and simply.</p>
<p><img title="JustResizeIt" src="http://www.problogdesign.com/wp-content/uploads/2009/11/JustResizeIt.png" alt="JustResizeIt" width="498" height="293" /></p>
<p><strong>30. CleVR Stitcher:</strong></p>
<p><a href="http://www.adobe.com/cfusion/marketplace/index.cfm?event=marketplace.offering&amp;marketplaceid=1&amp;offeringid=10036" target="_blank">CleVR Stitcher</a> is a simple panoramic photo  stitcher. Drag and drop those images and the app instantly creates a panorama. Aesthetically pleasing.</p>
<p><img title="Clevr" src="http://www.problogdesign.com/wp-content/uploads/2009/11/Clevr.png" alt="Clevr" width="514" height="424" /></p>
<p><strong>31. TiltShift Generator:</strong></p>
<p>If you love re-touching photos, you’ll fall in love with this application. It allows you  to create the famous TiltShift(See below) effect with a single click. Eliminates tons of hassle.</p>
<p><img title="TiltShift" src="http://www.problogdesign.com/wp-content/uploads/2009/11/TiltShift.png" alt="TiltShift" width="500" height="300" /></p>
<h3>Taking Screenshots</h3>
<p><strong>32. WebKut:</strong></p>
<p><a href="http://toki-woki.net/p/WebKut/" target="_blank">WebKut</a> is a simple and free desktop applications that allows you to capture screenshots from the web. Cut, copy, drag, erase and a host of other options.</p>
<p><img title="Webkut" src="http://www.problogdesign.com/wp-content/uploads/2009/11/Webkut.png" alt="Webkut" width="398" height="235" /></p>
<p><strong>33. Snippage:</strong></p>
<p><a href="http://snippage.gabocorp.com/" target="_blank">Snippage</a> allows you to create snippets from any website and place them right on your  desktop.</p>
<p><img title="Snippage" src="http://www.problogdesign.com/wp-content/uploads/2009/11/Snippage.png" alt="Snippage" width="475" height="257" /></p>
<p><strong>34. WebSnapshot:</strong></p>
<p>With <a href="http://www.adobe.com/cfusion/marketplace/index.cfm?event=marketplace.offering&amp;offeringid=10069&amp;marketplaceid=1" target="_blank">WebSnapshot</a> you can take thumbnail, browser size or  full page snapshots of any website. These snapshots are then automatically saved into a specified folder. Great for scrapbookers.</p>
<p><img title="WenSnapshot" src="http://www.problogdesign.com/wp-content/uploads/2009/11/WenSnapshot.png" alt="WenSnapshot" width="453" height="460" /></p>
<p><strong>35. PhotoTable:</strong></p>
<p><a href="http://www.adobe.com/cfusion/marketplace/index.cfm?event=marketplace.offering&amp;marketplaceid=1&amp;offeringid=10215" target="_blank">PhotoTable</a> is a unique tool to capture images from  the web. Simply drag an image from any website to the  PhotoTable icon and it will get saved. The ease of use is through the roof.</p>
<p><img title="PhotoTable" src="http://www.problogdesign.com/wp-content/uploads/2009/11/PhotoTable.png" alt="PhotoTable" width="496" height="250" /></p>
<h3>Productivity Tools</h3>
<p><strong>36. AgileAgenda:</strong></p>
<p><a href="http://www.agileagenda.com/" target="_blank">AgileAgenda</a> is a GTD tool that plans your schedule for you. Enter some basic facts and let the application work it&#8217;s magic.Voila! Instant schedule.</p>
<p><img title="AgileAgenda" src="http://www.problogdesign.com/wp-content/uploads/2009/11/AgileAgenda.png" alt="AgileAgenda" width="513" height="339" /></p>
<p><strong>37. Adobe Shortcut App for Creative Suite:</strong></p>
<p><a href="http://www.adobe.com/cfusion/marketplace/index.cfm?event=marketplace.offering&amp;offeringid=15241" target="_blank">Create</a> and manage all your shortcuts with ease. must have app for Graphic designers.</p>
<p><img title="AdobeShortcut" src="http://www.problogdesign.com/wp-content/uploads/2009/11/AdobeShortcut.png" alt="AdobeShortcut" width="480" height="396" /></p>
<p><strong>38. Live Presentations:</strong></p>
<p><a href="http://www.live-documents.com/download.html" target="_blank">Live  Presentations</a> allows you to create and save presentations locally  and share them online.</p>
<p><img title="LivePresentations" src="http://www.problogdesign.com/wp-content/uploads/2009/11/LivePresentations.png" alt="LivePresentations" width="510" height="310" /></p>
<p><strong>39. Ora Time and Expense:</strong></p>
<p><a href="http://www.adobe.com/cfusion/marketplace/index.cfm?event=marketplace.offering&amp;offeringid=10321&amp;marketplaceid=1" target="_blank">Ora Time</a> is a simple timesheet app. Track the time sheets, generate invoices and tinker with expense reports. You can  also use it to generate customizable reports and invoices for your  clients. This is what you would call a money saver.</p>
<p><img title="Ora" src="http://www.problogdesign.com/wp-content/uploads/2009/11/Ora.png" alt="Ora" width="515" height="414" /></p>
<p><strong>40. Doomi:</strong></p>
<p><a href="http://www.adobe.com/cfusion/marketplace/index.cfm?event=marketplace.offering&amp;offeringid=10285&amp;marketplaceid=1" target="_blank">Doomi</a> is a simple &#8220;to-do&#8221; application. It will let you create tasks, set reminders and a host of other useful things.</p>
<p><img title="Doomi" src="http://www.problogdesign.com/wp-content/uploads/2009/11/Doomi.png" alt="Doomi" width="393" height="341" /></p>
<p><strong>41. Mindomo:</strong></p>
<p><strong>Mindomo</strong> is a mind mapping application that lets you organize new ideas, manage your tasks and goals. This all comes up as a visual field tree. Extremely useful.</p>
<p><img title="Mindomo" src="http://www.problogdesign.com/wp-content/uploads/2009/11/Mindomo.png" alt="Mindomo" width="520" height="310" /></p>
<p><strong>42. FEAT:</strong></p>
<p><a href="http://blog.hexagonstar.com/feat/" target="_blank">Freelancer’s  Estimation Assistance Tool</a> lets you calculate hourly rates and  project estimates. Freelancers unite!</p>
<p><img title="FEAT" src="http://www.problogdesign.com/wp-content/uploads/2009/11/FEAT.png" alt="FEAT" width="419" height="331" /></p>
<p><strong>43. Klok:</strong></p>
<p><a href="http://www.adobe.com/cfusion/marketplace/index.cfm?marketplaceid=1&amp;event=marketplace.offering&amp;offeringid=10342" target="_blank">Klok</a> is a personal time tracking application, like a timesheet at a factory job. Press a button when you start working and press another when you stop. It&#8217;s that easy. Great for invoices.</p>
<p><img title="Klok" src="http://www.problogdesign.com/wp-content/uploads/2009/11/Klok.png" alt="Klok" width="507" height="349" /></p>
<p><strong>44. Fireworks Auto Backup Utility:</strong></p>
<p>Firefox is a great little browser but it is prone to crashes.  If you hate to lose your work with  incidents like that, <a href="http://www.adobe.com/cfusion/marketplace/index.cfm?event=marketplace.offering&amp;offeringID=10210" target="_blank">this app</a> will work like a charm for you. It creates backups of all relevant PNG files instantly.</p>
<p><img title="Fireworks" src="http://www.problogdesign.com/wp-content/uploads/2009/11/Fireworks1.png" alt="Fireworks" width="284" height="161" /></p>
<p><strong>45. Ephemeris:</strong></p>
<p><a href="http://stephentrainor.com/tools" target="_blank">Ephemeris</a> is an app for photographers that calculates accurate times of sunset  and sunrise. Use it to get that perfect shot.</p>
<p><img title="Ephemerus" src="http://www.problogdesign.com/wp-content/uploads/2009/11/Ephemerus.png" alt="Ephemerus" width="460" height="333" /></p>
<p><strong>46. BroadChoice Workspace:</strong></p>
<p><a href="http://www.broadchoice.com/orphan/free_download/" class="broken_link"  target="_blank">BroadChoice workspace</a> is an AIR based team  collaboration app. You can send messages to your team members, share  notes and tasks and create separate spaces for separate projects. The perfect intra-office application.</p>
<p><img title="Broadchoice" src="http://www.problogdesign.com/wp-content/uploads/2009/11/Broadchoice.png" alt="Broadchoice" width="510" height="310" /></p>
<p><strong>47. ConceptShare Desktop Companion:</strong></p>
<p><a href="http://www.adobe.com/cfusion/marketplace/index.cfm?event=marketplace.offering&amp;marketplaceid=1&amp;offeringid=10189" target="_blank">ConceptShare</a> lets you upload files, manage  works paces and get updates from said work spaces.</p>
<p><img title="Conceptshare" src="http://www.problogdesign.com/wp-content/uploads/2009/11/Conceptshare.png" alt="Conceptshare" width="512" height="330" /></p>
<h3>Image Sharing Tools</h3>
<p><strong>48. zFlick:</strong></p>
<p>A simple yet great <a href="http://www.zflick.net/" target="_blank">app</a> to view and save images from Flickr to your desktop. Simply drag any  image from Flickr and drop it onto your desktop to save it. Great!</p>
<p><img title="zFlick" src="http://www.problogdesign.com/wp-content/uploads/2009/11/zFlick.png" alt="zFlick" width="537" height="383" /></p>
<p><strong>49. FlickrFlipper:</strong></p>
<p>Another great <a href="http://www.adobe.com/cfusion/marketplace/index.cfm?event=marketplace.offering&amp;offeringid=10340&amp;marketplaceid=1" target="_blank">app</a> to search for photos from Flickr. You can also single out specific users.</p>
<p><img title="FlickrFlipper" src="http://www.problogdesign.com/wp-content/uploads/2009/11/FlickrFlipper.png" alt="FlickrFlipper" width="500" height="393" /></p>
<p><strong>50. TinyUploads:</strong></p>
<p><a href="http://tinyuploads.com/" target="_blank">TinyUploads</a> lets you resize and upload images online within seconds. This is great for message boards that doesn&#8217;t allow long URLs to be posted. Twitter, too.</p>
<p><img title="TinyUploads" src="http://www.problogdesign.com/wp-content/uploads/2009/11/TinyUploads.png" alt="TinyUploads" width="504" height="307" /></p>
<p><strong>51. Flickr Desktop Search:</strong></p>
<p><a href="http://www.adobe.com/cfusion/marketplace/index.cfm?event=marketplace.offering&amp;marketplaceid=1&amp;offeringid=10180" target="_blank">Flickr Desktop Search</a> is a simple yet effective  desktop search tool for Flickr. It does what it says.</p>
<p><img title="FlickrDesktop" src="http://www.problogdesign.com/wp-content/uploads/2009/11/FlickrDesktop.png" alt="FlickrDesktop" width="491" height="246" /></p>
<p><strong>52. Snoto:</strong></p>
<p><a href="http://snook.ca/snoto/" target="_blank">Snoto</a> lets you  browse your recent photos from Flickr, or images uploaded by any other  user. You can even view them as a slideshow. Slideshows are what make Flickr great, after all.</p>
<p><img title="Snoto" src="http://www.problogdesign.com/wp-content/uploads/2009/11/Snoto.png" alt="Snoto" width="500" height="263" /></p>
<p><strong>53. Destroy Flickr:</strong></p>
<p>Completely hassle-free <a href="http://destroytoday.com/blog/" target="_blank">management</a> of your Flickr account. It doesn&#8217;t actually destroy the site, rather it allows you to use it effortlessly.</p>
<p><img title="DestroyFlickr" src="http://www.problogdesign.com/wp-content/uploads/2009/11/DestroyFlickr.png" alt="DestroyFlickr" width="495" height="247" /></p>
<h3>Multimedia Apps</h3>
<p><strong>54. RichFLV:</strong></p>
<p><a href="http://www.adobe.com/cfusion/marketplace/index.cfm?event=marketplace.offering&amp;offeringid=10201&amp;marketplaceid=1" target="_blank">RichFLV</a> lets you play and edit those crafty FLV files. You can also use the app to convert FLV files to SWF files. It also lets you<strong></strong> convert the audio to MP3. Extremely functional.</p>
<p><img title="RichFLV" src="http://www.problogdesign.com/wp-content/uploads/2009/11/RichFLV.png" alt="RichFLV" width="535" height="227" /></p>
<p><strong>55. Fractal4D:</strong></p>
<p><a href="http://mattkenefick.com/blog/2008/11/26/fractal4d-first-release/" target="_blank">Fractal4D</a> is a great app that lets you draw these neat fractal swirls. They can either be saved as simple PNG files or  exported as vectors to use in Adobe Illustrator. What else do you need? Fractal swirls!</p>
<p><img title="Fractal4D" src="http://www.problogdesign.com/wp-content/uploads/2009/11/Fractal4D1.png" alt="Fractal4D" width="500" height="300" /></p>
<p><strong>56. SWF Shot:</strong></p>
<p><a href="http://www.adobe.com/cfusion/marketplace/index.cfm?event=marketplace.offering&amp;marketplaceid=1&amp;offeringid=10362" target="_blank">SWF Shot</a> allows you to create high-resolution  snapshots of your SWF, PNG and JPG content.</p>
<p><img title="SWFShot" src="http://www.problogdesign.com/wp-content/uploads/2009/11/SWFShot.png" alt="SWFShot" width="516" height="319" /></p>
<p><strong>57. UVLayer:</strong></p>
<p><a href="http://www.adobe.com/cfusion/marketplace/index.cfm?marketplaceid=1&amp;event=marketplace.offering&amp;offeringid=10157" target="_blank">UVLayer</a> allows you to organize and play your  digital media including photos, videos and games. Your all-in-one media player.</p>
<p><img title="uvlayer" src="http://www.problogdesign.com/wp-content/uploads/2009/11/uvlayer.png" alt="uvlayer" width="525" height="326" /></p>
<p><strong>58. Adobe Media Player:</strong></p>
<p>A great <a href="http://ijaar.com/wp-admin/post.php?action=edit&amp;post=2510" target="_blank">media player</a> that lets you play downloaded or streamed media. Highly customizable and no hassle playing.</p>
<p><img title="AdobeMedia" src="http://www.problogdesign.com/wp-content/uploads/2009/11/AdobeMedia.png" alt="AdobeMedia" width="506" height="332" /></p>
<p><strong>59. LightBoxer:</strong></p>
<p><a href="http://www.fwaphoto.com/#/lightboxer/" target="_blank">LightBoxer</a> gives you a constantly changing showcase of various images as your screensaver.</p>
<p><img title="LightBoxer" src="http://www.problogdesign.com/wp-content/uploads/2009/11/LightBoxer.png" alt="LightBoxer" width="500" height="356" /></p>
<p><strong>60. Webcam To GIF:</strong></p>
<p><a href="http://www.adobe.com/cfusion/marketplace/index.cfm?event=marketplace.offering&amp;marketplaceid=1&amp;offeringid=10223" target="_blank">This</a> is exactly what it sounds like. Convert webcam movies into GIF format.</p>
<p><img title="Webcam" src="http://www.problogdesign.com/wp-content/uploads/2009/11/Webcam.png" alt="Webcam" width="504" height="371" /></p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://webrulon.com/60-fantastic-air-apps-for-web-designers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>50 of the Best Ever MooTools Plugins and Tutorials</title>
		<link>http://webrulon.com/50-of-the-best-ever-mootools-plugins-and-tutorials/</link>
		<comments>http://webrulon.com/50-of-the-best-ever-mootools-plugins-and-tutorials/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 00:54:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax & Javascript]]></category>

		<guid isPermaLink="false">http://webrulon.com/new/?p=805</guid>
		<description><![CDATA[<a href="http://webrulon.com/50-of-the-best-ever-mootools-plugins-and-tutorials/"><img align="left" hspace="5" width="150" height="150" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin1-copy-150x150.jpg" class="alignleft wp-post-image tfe" alt="mootoolsplugin1 copy" title="mootoolsplugin1 copy" /></a>MooTools, contrary to popular belief, is still running strong. I know it seems as though jQuery rules the world with an iron and unflinching fist, but the little engine that could still gets a lot of foot traffic. jQuery may be the most popular Javascript framework, but MooTools is the &#8220;cool&#8221; cousin who listens to [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>MooTools, contrary to popular belief, is still running strong. I know it seems as though jQuery rules the world with an iron and unflinching fist, but the little engine that could still gets a lot of foot traffic. jQuery may be the most popular Javascript framework, but MooTools is the &#8220;cool&#8221; cousin who listens to the Velvet Underground. It offers a ton of functionality and can bed dropped into any website with ease. MooTools also has tons of plugins and tutorials up for grabs. Below are fifty of the best ones out there. Enjoy.</p>
<h3 style="font-size: 26px;">MooTools Menus, Navigation and Buttons</h3>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/woork.blogspot.com');" href="http://woork.blogspot.com/2008/03/using-css-and-mootools-to-simulate.html">Simulate Flash Horizontal Navigation Effect</a></h5>
<p><img class="alignnone size-full wp-image-2593" title="mootoolsplugin1 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin1-copy.jpg" alt="mootoolsplugin1 copy" width="362" height="198" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/woork.blogspot.com');" href="http://woork.blogspot.com/2008/03/two-css-vertical-menu-with-showhide.html">Vertical Menu with Show/Hide Effects</a></h5>
<p><img class="alignnone size-full wp-image-2594" title="mootoolsplugin2 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin2-copy.jpg" alt="mootoolsplugin2 copy" width="450" height="175" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/davidwalsh.name');" href="http://davidwalsh.name/snook-navigation-mootools">Snook-Style Navigation Using MooTools</a></h5>
<p><img class="alignnone size-full wp-image-2595" title="mootoolsplugin3 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin3-copy.jpg" alt="mootoolsplugin3 copy" width="450" height="146" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/woork.blogspot.com');" href="http://woork.blogspot.com/2008/01/horizontal-animated-menu-using-mootools.html">Horizontal Animated Menu using MooTools</a></h5>
<p><img class="alignnone size-full wp-image-2596" title="mootoolsplugin4 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin4-copy.jpg" alt="mootoolsplugin4 copy" width="450" height="146" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/davidwalsh.name');" href="http://davidwalsh.name/skype-mootools">Skype-Style Buttons Using MooTools</a></h5>
<p><img class="alignnone size-full wp-image-2597" title="mootoolsplugin5 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin5-copy.jpg" alt="mootoolsplugin5 copy" width="450" height="93" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/davidwalsh.name');" href="http://davidwalsh.name/dw-content/iphone-checkboxes.php">iPhone Checkboxes Using MooTools 1.2.3</a></h5>
<p><img class="alignnone size-full wp-image-2598" title="mootoolsplugin6 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin6-copy.jpg" alt="mootoolsplugin6 copy" width="450" height="146" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/davidwalsh.name');" href="http://davidwalsh.name/scrollspy">MooTools ScrollSpy</a></h5>
<p><img class="alignnone size-full wp-image-2599" title="mootoolsplugin7 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin7-copy.jpg" alt="mootoolsplugin7 copy" width="450" height="146" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/net.tutsplus.com');" href="http://net.tutsplus.com/tutorials/javascript-ajax/create-a-simple-powerful-product-highlighter-with-mootools/">Product Highlighter with MooTools</a></h5>
<p><img class="alignnone size-full wp-image-2600" title="mootoolsplugin8 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin8-copy.jpg" alt="mootoolsplugin8 copy" width="402" height="198" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/neofreeman.freepgs.com');" href="http://neofreeman.freepgs.com/Moousture/">Moousture</a></h5>
<p><img class="alignnone size-full wp-image-2601" title="mootoolsplugin9 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin9-copy.jpg" alt="mootoolsplugin9 copy" width="450" height="145" /></p>
<h3 style="font-size: 26px;">MooTools Charts and Grids</h3>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.omnisdata.com');" href="http://www.omnisdata.com/omnigrid/">OmniGrid – Advanced DataGrid</a></h5>
<p><img class="alignnone size-full wp-image-2602" title="mootoolsplugin10 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin10-copy.jpg" alt="mootoolsplugin10 copy" width="450" height="172" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.artness.de');" href="http://www.artness.de/moo/" class="broken_link" >Artness MooCSS Charts v0.1</a></h5>
<p><img class="alignnone size-full wp-image-2603" title="mootoolsplugin11 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin11-copy.jpg" alt="mootoolsplugin11 copy" width="450" height="172" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.copix.org');" href="http://www.copix.org/index.php/wiki/Mootools/Charts/en">Mootools Table to Charts</a></h5>
<p><img class="alignnone size-full wp-image-2604" title="mootoolsplugin12 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin12-copy.jpg" alt="mootoolsplugin12 copy" width="403" height="198" /></p>
<h3 style="font-size: 26px;">MooTools Calendars and Date Management</h3>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.moonkiki.com');" href="http://www.moonkiki.com/moonkiki/moogenda/" class="broken_link" >MooGenda – Javascript Calendar Based on MooTools</a></h5>
<p><img class="alignnone size-full wp-image-2605" title="mootoolsplugin13 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin13-copy.jpg" alt="mootoolsplugin13 copy" width="403" height="198" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/blog.dansnetwork.com');" href="http://blog.dansnetwork.com/2008/10/03/mootools-events-calendar-web-embeddable-javascript-calendar/" class="broken_link" >MooTools Events Calendar</a></h5>
<p><img class="alignnone size-full wp-image-2606" title="mootoolsplugin14 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin14-copy.jpg" alt="mootoolsplugin14 copy" width="450" height="92" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/dev.base86.com');" href="http://dev.base86.com/scripts/vista-like_ajax_calendar_version_2.html#examples">Vista-like Ajax Calendar</a></h5>
<p><img class="alignnone size-full wp-image-2607" title="mootoolsplugin15 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin15-copy.jpg" alt="mootoolsplugin15 copy" width="450" height="135" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/woork.blogspot.com');" href="http://woork.blogspot.com/2009/01/elegant-animated-weekly-timeline-for.html">Elegant Animated Weekly Timeline for Websites</a></h5>
<p><img class="alignnone size-full wp-image-2608" title="mootoolsplugin16 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin16-copy.jpg" alt="mootoolsplugin16 copy" width="450" height="169" /></p>
<h3 style="font-size: 26px;">MooTools Sliders, Scrollers and Image Galleries</h3>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/woork.blogspot.com');" href="http://woork.blogspot.com/2009/01/ultra-versatile-slider-for-websites.html">Ultra Versatile Slider for Websites</a></h5>
<p><img class="alignnone size-full wp-image-2609" title="mootoolsplugin17 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin17-copy.jpg" alt="mootoolsplugin17 copy" width="450" height="169" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/davidwalsh.name');" href="http://davidwalsh.name/smooth-scroll-mootools">SmoothScroll Using MooTools 1.2</a></h5>
<p><img class="alignnone size-full wp-image-2610" title="mootoolsplugin18 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin18-copy.jpg" alt="mootoolsplugin18 copy" width="450" height="134" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.electricprism.com');" href="http://www.electricprism.com/aeron/slideshow/">Slideshow 2</a></h5>
<p><img class="alignnone size-full wp-image-2611" title="mootoolsplugin19 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin19-copy.jpg" alt="mootoolsplugin19 copy" width="403" height="198" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/davidwalsh.name');" href="http://davidwalsh.name/facebook-sliders-with-mootools-and-css-now-with-image-generation">Facebook Sliders With Mootools and CSS</a></h5>
<p><img class="alignnone size-full wp-image-2612" title="mootoolsplugin20 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin20-copy.jpg" alt="mootoolsplugin20 copy" width="450" height="179" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/woork.blogspot.com');" href="http://woork.blogspot.com/2008/07/fantastic-news-ticker-newsvine-like.html">Fantastic News Ticker Newsvine-like Using Mootools</a></h5>
<p><img class="alignnone size-full wp-image-2613" title="mootoolsplugin21 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin21-copy.jpg" alt="mootoolsplugin21 copy" width="450" height="179" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/stoutlabs.com');" href="http://stoutlabs.com/blog/view/updated_mootools_content_slider_class_v2">Mootools Content Slider Class v2</a></h5>
<p><img class="alignnone size-full wp-image-2614" title="mootoolsplugin22 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin22-copy.jpg" alt="mootoolsplugin22 copy" width="302" height="198" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.artviper.net');" href="http://www.artviper.net/mooslide.php">mooSlide – Ajax Based Slider / Lightbox Replacement</a></h5>
<p><img class="alignnone size-full wp-image-2615" title="mootoolsplugin23 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin23-copy.jpg" alt="mootoolsplugin23 copy" width="450" height="144" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.outcut.de');" href="http://www.outcut.de/MooFlow/example-skin.html">MooFlow V0.2 – Image Gallery Slider</a></h5>
<p><img class="alignnone size-full wp-image-2616" title="mootoolsplugin24 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin24-copy.jpg" alt="mootoolsplugin24 copy" width="426" height="198" /></p>
<h3 style="font-size: 26px;">MooTools Lightboxes</h3>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.silverscripting.com');" href="http://www.silverscripting.com/pamoorama/index.php" class="broken_link" >Pamoorama</a></h5>
<h5><img class="alignnone size-full wp-image-2618" title="mootoolsplugin25 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin25-copy.jpg" alt="mootoolsplugin25 copy" width="411" height="198" /></h5>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/iaian7.com');" href="http://iaian7.com/webcode/mediaboxAdvanced">Media Box Advanced</a></h5>
<p><img class="alignnone size-full wp-image-2617" title="mootoolsplugin24a copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin24a-copy.jpg" alt="mootoolsplugin24a copy" width="411" height="198" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/digitarald.de');" href="http://digitarald.de/project/remooz/">ReMooz Lightbox</a></h5>
<p><img class="alignnone size-full wp-image-2620" title="mootoolsplugin26 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin26-copy.jpg" alt="mootoolsplugin26 copy" width="436" height="198" /></p>
<h3 style="font-size: 26px;">MooTools Image Effects and Transitions</h3>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/sixrevisions.com');" href="http://sixrevisions.com/freebies/scripts/imagecaption-a-mootools-plugin-for-auto-captioning-images/">ImageCaption – Auto-Captioning Images</a></h5>
<p><img class="alignnone size-full wp-image-2620" title="mootoolsplugin26 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin26-copy.jpg" alt="mootoolsplugin26 copy" width="436" height="198" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/bertramakers.com');" href="http://bertramakers.com/moolabs/imagezoom.php">ImageZoom</a></h5>
<p><img class="alignnone size-full wp-image-2619" title="mootoolsplugin27 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin27-copy.jpg" alt="mootoolsplugin27 copy" width="403" height="198" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/davidwalsh.name');" href="http://davidwalsh.name/custom-missing-image">Custom Missing Image Graphics Using MooTools</a></h5>
<p><img class="alignnone size-full wp-image-2621" title="mootoolsplugin28 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin28-copy.jpg" alt="mootoolsplugin28 copy" width="450" height="153" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/kroppr.rborn.info');" href="http://kroppr.rborn.info/">Kroppr – Image Cropping Script</a></h5>
<p><img class="alignnone size-full wp-image-2622" title="mootoolsplugin29 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin29-copy.jpg" alt="mootoolsplugin29 copy" width="403" height="198" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/davidwalsh.name');" href="http://davidwalsh.name/album-art">Sexy Album Art with MooTools</a></h5>
<p><img class="alignnone size-full wp-image-2623" title="mootoolsplugin30 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin30-copy.jpg" alt="mootoolsplugin30 copy" width="364" height="198" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.piksite.com');" href="http://www.piksite.com/mParallax/">mParallax – Turns a Selected Element into a Window</a></h5>
<p><img class="alignnone size-full wp-image-2624" title="mootoolsplugin31 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin31-copy.jpg" alt="mootoolsplugin31 copy" width="383" height="198" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/davidwalsh.name');" href="http://davidwalsh.name/mootools-flashlight">MooTools Flashlight Background Effect</a></h5>
<p><img class="alignnone size-full wp-image-2625" title="mootoolsplugin32 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin32-copy.jpg" alt="mootoolsplugin32 copy" width="450" height="178" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.artviper.net');" href="http://www.artviper.net/mooFlickr/">mooFlickr – Display your Flickr Info In an Ajax Box</a></h5>
<p><img class="alignnone size-full wp-image-2626" title="mootoolsplugin33 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin33-copy.jpg" alt="mootoolsplugin33 copy" width="450" height="88" /></p>
<h3 style="font-size: 26px;">MooTools Forms and Validation</h3>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.phatfusion.net');" href="http://www.phatfusion.net/validate/" class="broken_link" >Validate – phatfusion</a></h5>
<p><img class="alignnone size-full wp-image-2627" title="mootoolsplugin34 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin34-copy.jpg" alt="mootoolsplugin34 copy" width="302" height="198" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/digitarald.de');" href="http://digitarald.de/project/autocompleter/">AutoCompleter </a></h5>
<p><img class="alignnone size-full wp-image-2628" title="mootoolsplugin35 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin35-copy.jpg" alt="mootoolsplugin35 copy" width="450" height="140" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/cheeaun.github.com');" href="http://cheeaun.github.com/mooeditable/">MooEditable</a></h5>
<p><img class="alignnone size-full wp-image-2629" title="mootoolsplugin36 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin36-copy.jpg" alt="mootoolsplugin36 copy" width="450" height="131" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/digitarald.de');" href="http://digitarald.de/project/fancyupload/3-0/showcase/photoqueue/">Queued Photo Uploader</a></h5>
<p><img class="alignnone size-full wp-image-2630" title="mootoolsplugin37 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin37-copy.jpg" alt="mootoolsplugin37 copy" width="450" height="107" /></p>
<h3 style="font-size: 26px;">MooTools Web Page Elements</h3>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/davidwalsh.name');" href="http://davidwalsh.name/mootools-font-size-scroller-cookie-save">MooTools Font-Size Scroller with Cookie Save</a></h5>
<p><img class="alignnone size-full wp-image-2631" title="mootoolsplugin38 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin38-copy.jpg" alt="mootoolsplugin38 copy" width="450" height="107" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/web-kreation.com');" href="http://web-kreation.com/index.php/tutorials/morph-effect-on-mouseenter-mouseleave-with-mootools-12/">Morph Effect on Mouseenter/Mouseleave</a></h5>
<p><img class="alignnone size-full wp-image-2632" title="mootoolsplugin39 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin39-copy.jpg" alt="mootoolsplugin39 copy" width="450" height="107" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/digitarald.de');" href="http://digitarald.de/project/roar/">Roar – Notifications</a></h5>
<p><img class="alignnone size-full wp-image-2633" title="mootoolsplugin40 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin40-copy.jpg" alt="mootoolsplugin40 copy" width="450" height="107" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/davidwalsh.name');" href="http://davidwalsh.name/mootools-google-analytics-track-outbound-links">Instruct Google Analytics to Track Outbound Links</a></h5>
<p><img class="alignnone size-full wp-image-2634" title="mootoolsplugin41 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin41-copy.jpg" alt="mootoolsplugin41 copy" width="450" height="107" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/woork.blogspot.com');" href="http://woork.blogspot.com/2008/10/automatic-news-ticker-with-vertical.html">News Ticker with Vertical Scrolling and Start/Resume</a></h5>
<p><img class="alignnone size-full wp-image-2635" title="mootoolsplugin42 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin42-copy.jpg" alt="mootoolsplugin42 copy" width="450" height="107" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/icebeat.bitacoras.com');" href="http://icebeat.bitacoras.com/mootools/growl/">Window.Growl 2.0</a></h5>
<p><img class="alignnone size-full wp-image-2636" title="mootoolsplugin43 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin43-copy.jpg" alt="mootoolsplugin43 copy" width="450" height="107" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.coders.me');" href="http://www.coders.me/web-html-js-css/javascript/sexy-alert-box-12-mootools-jquery">Sexy Alert Box 1.2</a></h5>
<p><img class="alignnone size-full wp-image-2637" title="mootoolsplugin44 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin44-copy.jpg" alt="mootoolsplugin44 copy" width="451" height="198" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.artviper.net');" href="http://www.artviper.net/moosocialize.php">mooSocialize – Social Bookmark Widget</a></h5>
<p><img class="alignnone size-full wp-image-2638" title="mootoolsplugin45 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin45-copy.jpg" alt="mootoolsplugin45 copy" width="403" height="198" /></p>
<h3 style="font-size: 26px;">MooTools MooTools and Twitter</h3>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/net.tutsplus.com');" href="http://net.tutsplus.com/tutorials/php/twitter-emulation-using-mootools-12-and-php/">Twitter Emulation Using MooTools 1.2 and PHP</a></h5>
<p><img class="alignnone size-full wp-image-2639" title="mootoolsplugin46 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin46-copy.jpg" alt="mootoolsplugin46 copy" width="403" height="198" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/davidwalsh.name');" href="http://davidwalsh.name/dw-content/twitter-gitter.php">MooTools TwitterGitter Plugin</a></h5>
<p><img class="alignnone size-full wp-image-2640" title="mootoolsplugin47 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin47-copy.jpg" alt="mootoolsplugin47 copy" width="423" height="198" /></p>
<h3 style="font-size: 26px;">MooTools and Wordpress</h3>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/web-kreation.com');" href="http://web-kreation.com/index.php/wordpress/add-a-showhide-login-panel-to-your-wordpress-theme-using-mootools/">Add a show/hide login panel to your Wordpress theme using Mootools</a></h5>
<p><img class="alignnone size-full wp-image-2641" title="mootoolsplugin48 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin48-copy.jpg" alt="mootoolsplugin48 copy" width="450" height="78" /></p>
<h5><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.php-help.ro');" href="http://www.php-help.ro/mootools-12-javascript-examples/wordpress-271-featured-articles-plugin/">Wordpress 2.7.1 Featured Article Plugin</a></h5>
<p><img class="alignnone size-full wp-image-2642" title="mootoolsplugin49 copy" src="http://webrulon.com/wp-content/uploads/2010/06/mootoolsplugin49-copy.jpg" alt="mootoolsplugin49 copy" width="451" height="198" /></p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://webrulon.com/50-of-the-best-ever-mootools-plugins-and-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>30 jQuery Tooltip Plugins to make your web design sparkle</title>
		<link>http://webrulon.com/30-jquery-tooltip-plugins-to-make-your-web-design-sparkle/</link>
		<comments>http://webrulon.com/30-jquery-tooltip-plugins-to-make-your-web-design-sparkle/#comments</comments>
		<pubDate>Mon, 31 May 2010 20:48:03 +0000</pubDate>
		<dc:creator>Lawrence Bonk</dc:creator>
				<category><![CDATA[Ajax & Javascript]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Creative Design]]></category>
		<category><![CDATA[Design Examples]]></category>
		<category><![CDATA[Dev Resources]]></category>
		<category><![CDATA[Web Design & Development]]></category>

		<guid isPermaLink="false">http://webrulon.com/?p=2471</guid>
		<description><![CDATA[<a href="http://webrulon.com/30-jquery-tooltip-plugins-to-make-your-web-design-sparkle/"><img align="left" hspace="5" width="150" height="150" src="http://webrulon.com/wp-content/uploads/2010/05/1-copy-150x150.jpg" class="alignleft wp-post-image tfe" alt="1 copy" title="1 copy" /></a>jQuery has been taking web design by storm these past few years. And it&#8217;s easy to see why. It&#8217;s a fast and concise Javascript library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery has changed the way designers use Javascript the world over. Aside from all of [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>jQuery has been taking web design by storm these past few years. And it&#8217;s easy to see why. It&#8217;s a fast and concise Javascript library that simplifies HTML   document traversing, event handling, animating, and Ajax interactions   for rapid web development. jQuery has changed the way designers use Javascript the world over.</p>
<p>Aside from all of that, jQuery is known for it&#8217;s abundant plugin collection. Not a day goes by without some new useful plugins to turn your idea of web design upside down. Whether you want to create a nice image gallery, or to slide things right to left, jQuery can do it. It can also replace the tooltip of element. Tooltip is a great way to show extra information regarding the element you hover your trusty mouse over.</p>
<p>Here are 30 jQuery plugins you can use to make your tooltips more user friendly:</p>
<h2><a href="http://craigsworks.com/projects/simpletip/">Simpletip</a></h2>
<p><img class="alignnone size-full wp-image-2473" title="1 copy" src="http://webrulon.com/wp-content/uploads/2010/05/1-copy.jpg" alt="1 copy" width="307" height="198" /></p>
<h2><a href="http://cssglobe.com/post/1695/easiest-tooltip-and-image-preview-using-jquery">Easy Tooltip</a></h2>
<p><img class="alignnone size-full wp-image-2474" title="2 copy" src="http://webrulon.com/wp-content/uploads/2010/05/2-copy.jpg" alt="2 copy" width="311" height="198" /></p>
<h2><a href="http://rndnext.blogspot.com/2009/02/jquery-ajax-tooltip.html">Person Tooltip</a></h2>
<p><img class="alignnone size-full wp-image-2475" title="3 copy" src="http://webrulon.com/wp-content/uploads/2010/05/3-copy.jpg" alt="3 copy" width="307" height="198" /></p>
<h2><a href="http://www.queness.com/post/309/create-a-digg-style-post-sharing-tool-with-jquery">Digg Style Sharing Tooltip</a></h2>
<p><img class="alignnone size-full wp-image-2476" title="4 copy" src="http://webrulon.com/wp-content/uploads/2010/05/4-copy.jpg" alt="4 copy" width="307" height="198" /></p>
<h2><a href="http://code.drewwilson.com/entry/tiptip-jquery-plugin">Tip Tip</a></h2>
<p><img class="alignnone size-full wp-image-2477" title="5 copy" src="http://webrulon.com/wp-content/uploads/2010/05/5-copy.jpg" alt="5 copy" width="307" height="198" /></p>
<h2><a href="http://wayfarerweb.com/wtooltip.php">wTooltip</a></h2>
<p><img class="alignnone size-full wp-image-2478" title="6 copy" src="http://webrulon.com/wp-content/uploads/2010/05/6-copy.jpg" alt="6 copy" width="307" height="198" /></p>
<h2><a href="http://hernan.amiune.com/labs/jQuery-Tooltip-Plugin/jQuery-Tooltip-Plugin.html">Hernan’s Tooltip Plugin</a></h2>
<p><img class="alignnone size-full wp-image-2479" title="7 copy" src="http://webrulon.com/wp-content/uploads/2010/05/7-copy.jpg" alt="7 copy" width="311" height="198" /></p>
<h2><a href="http://www.javascriptkit.com/script/script2/htmltooltip.shtml">HTML Tooltips</a></h2>
<p><img class="alignnone size-full wp-image-2480" title="8 copy" src="http://webrulon.com/wp-content/uploads/2010/05/8-copy.jpg" alt="8 copy" width="307" height="198" /></p>
<h2><a href="http://codebit.wordpress.com/2009/02/27/jquery-thumbnail-popup-plugin-for-greasemonkey/">ThumbHover</a></h2>
<p><img class="alignnone size-full wp-image-2481" title="9 copy" src="http://webrulon.com/wp-content/uploads/2010/05/9-copy.jpg" alt="9 copy" width="311" height="198" /></p>
<h2><a href="http://benchsketch.com/bquery/index.html">bQuery</a></h2>
<p><img class="alignnone size-full wp-image-2482" title="10 copy" src="http://webrulon.com/wp-content/uploads/2010/05/10-copy.jpg" alt="10 copy" width="311" height="198" /></p>
<h2><a href="http://www.queness.com/post/92/create-a-simple-cssjavascript-tooltip-with-jquery">Simple Tooltip</a></h2>
<p><img class="alignnone size-full wp-image-2483" title="11 copy" src="http://webrulon.com/wp-content/uploads/2010/05/11-copy.jpg" alt="11 copy" width="307" height="198" /></p>
<h2><a href="http://www.dave-cohen.com/node/1186" class="broken_link" >HoverTips</a></h2>
<p><img class="alignnone size-full wp-image-2484" title="12 copy" src="http://webrulon.com/wp-content/uploads/2010/05/12-copy.jpg" alt="12 copy" width="307" height="198" /></p>
<h2><a href="http://edgarverle.com/BetterTip/default.cfm">BetterTip</a></h2>
<p><img class="alignnone size-full wp-image-2485" title="13 copy" src="http://webrulon.com/wp-content/uploads/2010/05/13-copy.jpg" alt="13 copy" width="307" height="198" /></p>
<h2><a href="http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/">Bassistance Tooltip</a></h2>
<p><img class="alignnone size-full wp-image-2486" title="14 copy" src="http://webrulon.com/wp-content/uploads/2010/05/14-copy.jpg" alt="14 copy" width="307" height="198" /></p>
<h2><a href="http://pupunzi.com/#mb.components/mb.tooltip/tooltip.html">MB Tooltip</a></h2>
<p><img class="alignnone size-full wp-image-2487" title="15 copy" src="http://webrulon.com/wp-content/uploads/2010/05/15-copy.jpg" alt="15 copy" width="311" height="198" /></p>
<h2><a href="http://plugins.learningjquery.com/cluetip/demo/">ClueTip</a></h2>
<p><img class="alignnone size-full wp-image-2488" title="16 copy" src="http://webrulon.com/wp-content/uploads/2010/05/16-copy.jpg" alt="16 copy" width="307" height="198" /></p>
<h2><a href="http://dev.mariusilie.net/content/simple-tooltip-jquery-plugin" class="broken_link" >webDev Tooltip</a></h2>
<p><img class="alignnone size-full wp-image-2489" title="17 copy" src="http://webrulon.com/wp-content/uploads/2010/05/17-copy.jpg" alt="17 copy" width="307" height="198" /></p>
<h2><a href="http://www.userfirst.com/creations/orbital-tooltip/">Orbital </a></h2>
<p><img class="alignnone size-full wp-image-2490" title="18 copy" src="http://webrulon.com/wp-content/uploads/2010/05/18-copy.jpg" alt="18 copy" width="307" height="198" /></p>
<h2><a href="http://www.queness.com/post/556/jquery-horizontal-tooltips-menu-tutorials">Horizontal Tooltip</a></h2>
<p><img class="alignnone size-full wp-image-2491" title="19 copy" src="http://webrulon.com/wp-content/uploads/2010/05/19-copy.jpg" alt="19 copy" width="307" height="198" /></p>
<h2><a href="http://net.tutsplus.com/tutorials/javascript-ajax/build-a-better-tooltip-with-jquery-awesomeness/">Build a Better Tooltip with jQuery Awesomeness</a></h2>
<p><img class="alignnone size-full wp-image-2492" title="20 copy" src="http://webrulon.com/wp-content/uploads/2010/05/20-copy.jpg" alt="20 copy" width="311" height="198" /></p>
<h2><a href="http://blufusion.net/2009/07/27/creating-a-simple-tooltip-using-jquery-and-css/" class="broken_link" >BluFusion Tooltip</a></h2>
<p><img class="alignnone size-full wp-image-2493" title="21 copy" src="http://webrulon.com/wp-content/uploads/2010/05/21-copy.jpg" alt="21 copy" width="311" height="198" /></p>
<h2><a href="http://craigsworks.com/projects/qtip/">qTip</a></h2>
<p><img class="alignnone size-full wp-image-2494" title="22 copy" src="http://webrulon.com/wp-content/uploads/2010/05/22-copy.jpg" alt="22 copy" width="311" height="198" /></p>
<h2><a href="http://flowplayer.org/tools/tooltip.html">Flowplayer Tooltip</a></h2>
<p><img class="alignnone size-full wp-image-2495" title="23 copy" src="http://webrulon.com/wp-content/uploads/2010/05/23-copy.jpg" alt="23 copy" width="307" height="198" /></p>
<h2><a href="http://www.nickstakenburg.com/projects/prototip2/">ProtoTip2</a></h2>
<p><img class="alignnone size-full wp-image-2496" title="24 copy" src="http://webrulon.com/wp-content/uploads/2010/05/24-copy.jpg" alt="24 copy" width="307" height="198" /></p>
<h2><a href="http://stanlemon.net/projects/jgrowl.html">Jgrowl</a></h2>
<p><img class="alignnone size-full wp-image-2497" title="25 copy" src="http://webrulon.com/wp-content/uploads/2010/05/25-copy.jpg" alt="25 copy" width="307" height="198" /></p>
<h2><a href="http://theezpzway.com/demos/ezpz-tooltip">Ezpz Tooltip</a></h2>
<p><img class="alignnone size-full wp-image-2498" title="26 copy" src="http://webrulon.com/wp-content/uploads/2010/05/26-copy.jpg" alt="26 copy" width="307" height="198" /></p>
<h2><a href="http://jqueryfordesigners.com/coda-popup-bubbles/">Coda Tooltip</a></h2>
<p><img class="alignnone size-full wp-image-2499" title="27 copy" src="http://webrulon.com/wp-content/uploads/2010/05/27-copy.jpg" alt="27 copy" width="314" height="198" /></p>
<h2><a href="http://onehackoranother.com/projects/jquery/tipsy/">Tipsy</a></h2>
<p><img class="alignnone size-full wp-image-2500" title="28 copy" src="http://webrulon.com/wp-content/uploads/2010/05/28-copy.jpg" alt="28 copy" width="307" height="198" /></p>
<h2><a href="http://pop.seaofclouds.com/">Pop</a></h2>
<p><img class="alignnone size-full wp-image-2501" title="29 copy" src="http://webrulon.com/wp-content/uploads/2010/05/29-copy.jpg" alt="29 copy" width="307" height="198" /></p>
<h2><a href="http://www.vertigo-project.com/projects/vtip" class="broken_link" >vTip</a></h2>
<p><img class="alignnone size-full wp-image-2502" title="30 copy" src="http://webrulon.com/wp-content/uploads/2010/05/30-copy.jpg" alt="30 copy" width="311" height="198" /></p>
<p>And that&#8217;s it! As always, if you know of any more send us an email or drop it in the comment box. Happy designing!</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://webrulon.com/30-jquery-tooltip-plugins-to-make-your-web-design-sparkle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 jQuery Lightbox Clone Plugins</title>
		<link>http://webrulon.com/10-jquery-lightbox-clone-plugins/</link>
		<comments>http://webrulon.com/10-jquery-lightbox-clone-plugins/#comments</comments>
		<pubDate>Sat, 29 May 2010 20:09:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax & Javascript]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Creative Design]]></category>
		<category><![CDATA[Design Examples]]></category>

		<guid isPermaLink="false">http://webrulon.com/new/?p=145</guid>
		<description><![CDATA[<a href="http://webrulon.com/10-jquery-lightbox-clone-plugins/"><img align="left" hspace="5" width="150" height="150" src="http://webrulon.com/wp-content/uploads/2010/05/fancy-zoom-150x150.jpg" class="alignleft wp-post-image tfe" alt="fancy zoom" title="fancy zoom" /></a>Lightbox, and all of it&#8217;s various clones, can work magic on your jQuery web design. But where do you even start? There is so much out there and, frankly, most of it is crap. Well, don&#8217;t fret. Webrulon has done the searching for you. We&#8217;ve scoured, scrubbed and rinsed(?) the Internet to find ten of [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Lightbox, and all of it&#8217;s various clones, can work magic on your jQuery web design. But where do you even start? There is so much out there and, frankly, most of it is crap. Well, don&#8217;t fret. Webrulon has done the searching for you. We&#8217;ve scoured, scrubbed and rinsed(?) the Internet to find ten of the most promising Lightbox plugins and Lightbox clone plugins available for jQuery. Without further adieu, here they are:</p>
<h4>1. jQuery FancyZoom</h4>
<p><img class="alignnone size-full wp-image-2467" title="fancy zoom" src="http://webrulon.com/wp-content/uploads/2010/05/fancy-zoom.jpg" alt="fancy zoom" width="450" height="166" /></p>
<p><a href="http://orderedlist.com/articles/fancyzoom-meet-jquery">Orderlist</a> developed this powerful and versatile jQuery-powered Lightbox clone. More details can be read <a rel="nofollow" href="http://orderedlist.com/articles/fancyzoom-meet-jquery" target="_blank">here</a>.</p>
<p>The code below initializes the plugin:</p>
<div>
<ol>
<li><span>$(<span>&#8216;a.zoom&#8217;</span><span>).fancyZoom({scaleImg: </span><span>true</span><span>, closeOnClick: </span><span>true</span><span>}); </span></span></li>
<li><span>}); </span></li>
</ol>
</div>
<pre style="display: none;">$(document).ready(function() {
$('a.zoom').fancyZoom({scaleImg: true, closeOnClick: true});
});</pre>
<p>Sample HTML code:</p>
<div>
<ol>
<li><span><span>&lt;a </span><span>class</span><span>=</span><span>&#8220;zoom&#8221;</span><span> href=</span><span>&#8220;insicdesigns.com&#8221;</span><span>&gt;&lt;img src=</span><span>&#8220;path/to/image/sample.gif&#8221;</span><span>&gt;&lt;/a&gt; </span></span></li>
</ol>
</div>
<pre style="display: none;">&lt;a href="insicdesigns.com"&gt;&lt;img src="path/to/image/sample.gif"&gt;&lt;/a&gt;</pre>
<div>
<div><a rel="nofollow" href="http://orderedlist.com/demos/fancy-zoom-jquery/" target="_blank">DEMO </a><a rel="nofollow" href="http://github.com/jnunemaker/fancy-zoom/tree/master" target="_blank">DOWNLOAD</a></div>
<div>
<h4>2. FaceBox</h4>
</div>
<div>Facebox is a jQuery-based Lightbox that is in the style of everyone&#8217;s favorite social networking site, Facebook. It can display images, divs, or entire remote pages. Visit the <a rel="nofollow" href="http://famspam.com/facebox" class="broken_link"  target="_blank">site</a> for more details.</div>
<div>Load the dependency files. Make sure the jQuery is loaded first before tackling the following codes:</div>
<div>
<ol>
<li><span><span>&lt;script src=</span><span>&#8220;jquery.js&#8221;</span><span> type=</span><span>&#8220;text/javascript&#8221;</span><span>&gt;&lt;/script&gt; </span></span></li>
<li><span>&lt;link href=<span>&#8220;/facebox/facebox.css&#8221;</span><span> media=</span><span>&#8220;screen&#8221;</span><span> rel=</span><span>&#8220;stylesheet&#8221;</span><span> type=</span><span>&#8220;text/css&#8221;</span><span>/&gt; </span></span></li>
<li><span>&lt;script src=<span>&#8220;/facebox/facebox.js&#8221;</span><span> type=</span><span>&#8220;text/javascript&#8221;</span><span>&gt;&lt;/script&gt;<br />
</span></span></li>
</ol>
</div>
</div>
<div>Initialize the code during onload.</div>
<div>
<ol>
<li><span><span>jQuery(document).ready(</span><span>function</span><span>($) { </span></span></li>
<li><span> $(<span>&#8216;a[rel*=facebox]&#8216;</span><span>).facebox() </span></span></li>
<li><span>})<br />
</span></li>
</ol>
</div>
<div><span>Sample HTML code: </span></div>
<div>
<ol>
<li><span><span>//for images</span><span> </span></span></li>
<li><span>&lt;a href=<span>&#8220;stairs.jpg&#8221;</span><span> rel=</span><span>&#8220;facebox&#8221;</span><span>&gt;text&lt;/a&gt; </span></span></li>
<li><span> </span></li>
<li><span><span>//for DIV</span><span> </span></span></li>
<li><span>&lt;a href=<span>&#8220;#info&#8221;</span><span> rel=</span><span>&#8220;facebox&#8221;</span><span>&gt;text&lt;/a&gt; </span></span></li>
<li><span> </span></li>
<li><span><span>//for Ajaxes</span><span> </span></span></li>
<li><span>&lt;a href=<span>&#8220;remote.html&#8221;</span><span> rel=</span><span>&#8220;facebox&#8221;</span><span>&gt;text&lt;/a&gt;<br />
</span></span></li>
</ol>
<div><a rel="nofollow" href="http://famspam.com/facebox" class="broken_link"  target="_blank">DEMO </a><a rel="nofollow" href="http://famspam.com/facebox" class="broken_link"  target="_blank">DOWNLOAD</a></div>
</div>
<div>
<h4>3. FancyBox</h4>
<p>This is an absolutely fantastic Lightbox clone. It has a bevy of features, including a host of nice effects, smooth animation and easy integration to you HTML code. Here are some more features:</p>
<ul>
<li>Automatically scales large images to fit in window</li>
<li>Adds a nice drop shadow under the zoomed item</li>
<li>Groups related items and adds navigation through them (uses preloading)</li>
<li>Can display images, inline and iframed content</li>
<li>Customizable through settings and CSS</li>
</ul>
<p>For more details about FB. Visit <a rel="nofollow" href="http://fancy.klade.lv/" target="_blank">here</a>.</p>
<p>Sample Code:</p>
<div>
<ol>
<li><span><span>$(document).ready(</span><span>function</span><span>() { </span></span></li>
<li><span>$(<span>&#8220;p#test1 a&#8221;</span><span>).fancybox(); </span></span></li>
<li><span>$(<span>&#8220;p#test2 a&#8221;</span><span>).fancybox({ </span><span>&#8216;hideOnContentClick&#8217;</span><span>: </span><span>true</span><span> }); </span></span></li>
<li><span>$(<span>&#8220;p#test3 a&#8221;</span><span>).fancybox({ </span></span></li>
<li><span> <span>&#8216;zoomSpeedIn&#8217;</span><span>: 0, </span></span></li>
<li><span> <span>&#8216;zoomSpeedOut&#8217;</span><span>: 0, </span></span></li>
<li><span> <span>&#8216;overlayShow&#8217;</span><span>: </span><span>true</span><span> </span></span></li>
<li><span>}); </span></li>
<li><span>}); </span></li>
</ol>
</div>
<pre style="display: none;">$(document).ready(function() {
$("p#test1 a").fancybox();
$("p#test2 a").fancybox({ 'hideOnContentClick': true });
$("p#test3 a").fancybox({
              'zoomSpeedIn': 0,
              'zoomSpeedOut': 0,
              'overlayShow': true
});
});</pre>
<div><a rel="nofollow" href="http://fancy.klade.lv/" target="_blank">DEMO</a><a rel="nofollow" href="http://fancy.klade.lv/" target="_blank"> DOWNLOAD</a></div>
</div>
<div>
<h4>4. Pirobox</h4>
<p>Here is a simple and fully-featured Lightbox clone. Just download and use the dependencies.</p>
<ol>
<li><span><span>&lt;link href=</span><span>&#8220;css_pirobox/pirobox.css&#8221;</span><span> media=</span><span>&#8220;screen&#8221;</span><span> rel=</span><span>&#8220;stylesheet&#8221;</span><span> type=</span><span>&#8220;text/css&#8221;</span><span> /&gt; </span></span></li>
<li><span>&lt;script type=<span>&#8220;text/javascript&#8221;</span><span> src=</span><span>&#8220;js/jquery1.2.6.js&#8221;</span><span>&gt;&lt;/script&gt; </span></span></li>
<li><span>&lt;script type=<span>&#8220;text/javascript&#8221;</span><span> src=</span><span>&#8220;js/pirobox_packed.js&#8221;</span><span>&gt;&lt;/script&gt;<br />
</span></span></li>
</ol>
</div>
<div><span><span>Then initialize the plugin function: </span></span></div>
<div>
<ol>
<li><span><span>&lt;script type=</span><span>&#8220;text/javascript&#8221;</span><span>&gt; </span></span></li>
<li><span> $(document).ready(<span>function</span><span>(){ </span></span></li>
<li><span> $(<span>&#8216;.thumbs&#8217;</span><span>).piroBox({ </span></span></li>
<li><span>&lt;!&#8211; settings.options &#8211;&gt; </span></li>
<li><span> border: <span>&#8216;10&#8242;</span><span>, </span></span></li>
<li><span> borderColor: <span>&#8216;#fff&#8217;</span><span>, </span></span></li>
<li><span> mySpeed: 700, </span></li>
<li><span> bg_alpha: 0.5, </span></li>
<li><span> cap_op_start : 0.5, </span></li>
<li><span> cap_op_end: 0.8, </span></li>
<li><span> pathLoader: <span>&#8216;#000 url(css/ajax-loader.gif) center center no-repeat;&#8217;</span><span>, </span></span></li>
<li><span> gallery : <span>&#8216;.gallery li a&#8217;</span><span>, </span></span></li>
<li><span> gallery_li: <span>&#8216;.gallery li&#8217;</span><span>, </span></span></li>
<li><span> single : <span>&#8216;.single a&#8217;</span><span>, </span></span></li>
<li><span> next_class: <span>&#8216;.next_in &#8217;</span><span>, </span></span></li>
<li><span> previous_class: <span>&#8216;.previous_in &#8217;</span><span> </span></span></li>
<li><span> }); </span></li>
<li><span>}); </span></li>
<li><span>&lt;/script&gt;<br />
</span></li>
</ol>
<div><a rel="nofollow" href="http://www.pirolab.it/pirobox/" target="_blank">DEMO</a><a rel="nofollow" href="http://www.pirolab.it/pirobox/" target="_blank"> DOWNLOAD</a></div>
</div>
<div>
<h4>5. ThickBox</h4>
<p><a rel="nofollow" href="http://jquery.com/demo/thickbox/" target="_blank">ThickBox </a>is a webpage UI dialog widget written in JavaScript on top of the jQuery library. It shows a single image, multiple images, inline content, iframed content, or content served through AJAX in a hybrid modal. The widget&#8217;s function include:</p>
<ul>
<li>ThickBox was built using the super lightweight jQuery library. Compressed, the jQuery library is 20k, uncompressed it’s 58k.</li>
<li> The ThickBox JavaScript code and CSS file only add an additional 15k (only 10k by using the thickbox-compressed.js) on top of the jQuery code. The CSS file could additionally be compressed if need be.</li>
<li> ThickBox will resize images that are bigger than the browser window.</li>
<li>ThickBox offers versatility (images, iframed content, inline content, and AJAX content).</li>
<li>ThickBox will hide form elements in Windows IE 6.</li>
<li>ThickBox will remain centered in the window even when the user scrolls the page or changes the size of the browser window. Clicking an image, the overlay, or close link will remove ThickBox.</li>
<li>Due to the ThickBox creator’s view that transitions should be tailored by individual authors, ThickBox windows do not implement fancy transitions. Feel free to add them as you see fit. Is this a feature? Well, some might say it is.</li>
<li>ThickBox can be invoked from a link element, input element (typically a button), and the area element (image maps).</li>
</ul>
<div><a rel="nofollow" href="http://jquery.com/demo/thickbox/" target="_blank">DEMO </a><a rel="nofollow" href="http://jquery.com/demo/thickbox/" target="_blank">DOWNLOAD</a></div>
</div>
<div>
<h4>6. prettyPhoto</h4>
<p><a rel="nofollow" href="http://www.no-margin-for-errors.com/projects/prettyPhoto/" target="_blank">prettyPhoto </a>- A jQuery lightbox clone develop by Stéphane Caron. It&#8217;s easy and simple to use, which is always a plus. Just download and include file dependency.</p>
<ol>
<li><span><span>&lt;script src=</span><span>&#8220;js/jquery.js&#8221;</span><span> type=</span><span>&#8220;text/javascript&#8221;</span><span> charset=</span><span>&#8220;utf-8&#8243;</span><span>&gt;&lt;/script&gt; </span></span></li>
<li><span>&lt;link rel=<span>&#8220;stylesheet&#8221;</span><span> href=</span><span>&#8220;css/prettyPhoto.css&#8221;</span><span> type=</span><span>&#8220;text/css&#8221;</span><span> media=</span><span>&#8220;screen&#8221;</span><span> title=</span><span>&#8220;prettyPhoto main stylesheet&#8221;</span><span> charset=</span><span>&#8220;utf-8&#8243;</span><span> /&gt; </span></span></li>
<li><span>&lt;script src=<span>&#8220;js/jquery.prettyPhoto.js&#8221;</span><span> type=</span><span>&#8220;text/javascript&#8221;</span><span> charset=</span><span>&#8220;utf-8&#8243;</span><span>&gt;&lt;/script&gt;<br />
</span></span></li>
</ol>
</div>
<div><span><span>Then </span></span>initialize the the prettyPhoto function.</div>
<div>
<ol>
<li><span><span>&lt;script type=</span><span>&#8220;text/javascript&#8221;</span><span> charset=</span><span>&#8220;utf-8&#8243;</span><span>&gt; </span></span></li>
<li><span>$(document).ready(<span>function</span><span>(){ </span></span></li>
<li><span>$(<span>&#8220;a[rel^='prettyPhoto']&#8220;</span><span>).prettyPhoto(); </span></span></li>
<li><span>}); </span></li>
<li><span>&lt;/script&gt;<br />
</span></li>
</ol>
</div>
<div>Add rel=”prettyPhoto” to any picture you want to activate the prettyPhoto feature.</div>
<div>
<ol>
<li><span><span>&lt;a href=</span><span>&#8220;images/fullscreen/1.jpg&#8221;</span><span> rel=</span><span>&#8220;prettyPhoto&#8221;</span><span> title=</span><span>&#8220;Description&#8221;</span><span>&gt; </span></span></li>
<li><span>&lt;img src=<span>&#8220;/images1.jpg&#8221;</span><span> alt=</span><span>&#8220;Picture 1 title&#8221;</span><span> /&gt; </span></span></li>
<li><span>&lt;/a&gt;<br />
</span></li>
</ol>
<div><a rel="nofollow" href="http://www.no-margin-for-errors.com/projects/prettyPhoto/" target="_blank">DEMO </a><a rel="nofollow" href="http://www.no-margin-for-errors.com/projects/prettyPhoto/" target="_blank">DOWNLOAD</a></div>
</div>
<div>
<h4>7. NyroModal</h4>
<p>NyroModal is another full-featured Lightbox clone that is conveniently easy to use. Here are some of the features:</p>
<ul>
<li>Ajax Call</li>
<li>Ajax Call with targeting content</li>
<li>Ajax call can change the modal size</li>
<li>Single Image</li>
<li>Images Gallery with arrow navigating</li>
<li>Form</li>
<li>Form with targeting content</li>
<li>Form with file upload</li>
<li>Form with file upload with targeting content</li>
<li>Dom Element</li>
<li>Manual Call</li>
<li>Iframe</li>
<li>Error handling</li>
<li>Modal will never goes outside the view port</li>
<li>Esc key to close the window</li>
<li>Customizable animation</li>
<li>Customizable look</li>
<li> W3C valid HTML (Transitionnal)</li>
</ul>
<div><a rel="nofollow" href="http://nyromodal.nyrodev.com/" target="_blank">DEMO</a><a rel="nofollow" href="http://nyromodal.nyrodev.com/" target="_blank"> DOWNLOAD</a></div>
</div>
<div>
<h4>8. Interface Imagebox</h4>
<p>Interface Imagebox is a cool little app. It&#8217;s an interface plugin for jQuery.</p>
<p>Initialize the Imagebox function and then:</p>
<ol>
<li><span><span>$(document).ready( </span></span></li>
<li><span> <span>function</span><span>() </span></span></li>
<li><span> { </span></li>
<li><span> $.ImageBox.init( </span></li>
<li><span> { </span></li>
<li><span> loaderSRC: <span>&#8216;images/imagebox/loading.gif&#8217;</span><span>, </span></span></li>
<li><span> closeHTML: <span>&#8216;&lt;img src=&#8221;images/imagebox/close.jpg&#8221;&gt;&#8217;</span><span> </span></span></li>
<li><span> } </span></li>
<li><span> ); </span></li>
<li><span> } </span></li>
<li><span>);<br />
</span></li>
</ol>
</div>
<div><span>Here is a sample HTML code: </span></div>
<div>
<ol>
<li><span><span>&lt;a href=</span><span>&#8220;images/imagebox/large-image.jpg&#8221;</span><span> title=</span><span>&#8220;Sample&#8221;</span><span> rel=</span><span>&#8220;imagebox-bw&#8221;</span><span>&gt;&lt;img src=</span><span>&#8220;images/imagebox/thumnails.jpg&#8221;</span><span> /&gt;&lt;/a&gt;<br />
</span></span></li>
</ol>
</div>
<div><span><span>For more information, visit the </span></span>site <a href="http://www.intelliance.fr/jquery/imagebox/">here</a>.</div>
<div>
<div><a rel="nofollow" href="http://www.intelliance.fr/jquery/imagebox/" target="_blank">DEMO </a><a rel="nofollow" href="http://www.intelliance.fr/jquery/imagebox/" target="_blank">DOWNLOAD</a></div>
</div>
<div>
<h4>9. jQuery lightBox plugin</h4>
<p>This jQuery lightBox plugin is elegantly construction. Simply put, it works like a charm. It&#8217;s used to overlay images on the current page through the power and flexibility of jQuery´s selector. It was inspired in Lightbox JS by Lokesh Dhakar.</p>
<p>Wanna use it? Download and Include all the JavaScript and CSS dependencies. Then:</p>
<ol>
<li><span><span>//the JS</span><span> </span></span></li>
<li><span>&lt;script type=<span>&#8220;text/javascript&#8221;</span><span> src=</span><span>&#8220;js/jquery.js&#8221;</span><span>&gt;&lt;/script&gt; </span></span></li>
<li><span>&lt;script type=<span>&#8220;text/javascript&#8221;</span><span> src=</span><span>&#8220;js/jquery.lightbox-0.4.js&#8221;</span><span>&gt;&lt;/script&gt; </span></span></li>
<li><span> </span></li>
<li><span><span>//the CSS</span><span> </span></span></li>
<li><span>&lt;link rel=<span>&#8220;stylesheet&#8221;</span><span> type=</span><span>&#8220;text/css&#8221;</span><span> href=</span><span>&#8220;css/jquery.lightbox-0.4.css&#8221;</span><span> media=</span><span>&#8220;screen&#8221;</span><span> /&gt;<br />
</span></span></li>
</ol>
</div>
<div>Then select the links where you want to use the lightBox plugin. Here is some sample code:</div>
<div>
<ol>
<li><span><span>&lt;script type=</span><span>&#8220;text/javascript&#8221;</span><span>&gt; </span></span></li>
<li><span>$(<span>function</span><span>() { </span></span></li>
<li><span> <span>// Use this example, or&#8230;</span><span> </span></span></li>
<li><span> $(<span>&#8216;a[@rel*=lightbox]&#8216;</span><span>).lightBox(); </span><span>// Select all links that contains lightbox in the attribute rel</span><span> </span></span></li>
<li><span> <span>// This, or&#8230;</span><span> </span></span></li>
<li><span> $(<span>&#8216;#gallery a&#8217;</span><span>).lightBox(); </span><span>// Select all links in object with gallery ID</span><span> </span></span></li>
<li><span> <span>// This, or&#8230;</span><span> </span></span></li>
<li><span> $(<span>&#8216;a.lightbox&#8217;</span><span>).lightBox(); </span><span>// Select all links with lightbox class</span><span> </span></span></li>
<li><span> <span>// This, or&#8230;</span><span> </span></span></li>
<li><span> $(<span>&#8216;a&#8217;</span><span>).lightBox(); </span><span>// Select all links in the page</span><span> </span></span></li>
<li><span> <span>// &#8230; The possibility are many. Use your creative or choose one in the examples above</span><span> </span></span></li>
<li><span>}); </span></li>
<li><span>&lt;/script&gt;<br />
</span></li>
</ol>
</div>
<div>For more details visit the site <a href="http://leandrovieira.com/projects/jquery/lightbox/">here</a>.</div>
<div>
<div><a rel="nofollow" href="http://leandrovieira.com/projects/jquery/lightbox/" target="_blank">DEMO </a><a rel="nofollow" href="http://leandrovieira.com/projects/jquery/lightbox/" target="_blank">DOWNLOAD</a></div>
</div>
<div>
<h4>10. Greybox Redux</h4>
<p>This is an extremely light weight plugin, weighing in at only 1.2 kb. It doesn&#8217;t even necessitate enabling of Javascript into your site. Totally unobtrusive.</p>
<p>Here&#8217;s how to initialize the plugin:</p>
<ol>
<li><span><span>&lt;script type=</span><span>&#8220;text/javascript&#8221;</span><span>&gt; </span></span></li>
<li><span><span>var</span><span> GB_ANIMATION = </span><span>true</span><span>; </span></span></li>
<li><span>$(document).ready(<span>function</span><span>(){ </span></span></li>
<li><span>$(<span>&#8220;a.greybox&#8221;</span><span>).click(</span><span>function</span><span>(){ </span></span></li>
<li><span><span>var</span><span> t = </span><span>this</span><span>.title || </span><span>this</span><span>.innerHTML || </span><span>this</span><span>.href; </span></span></li>
<li><span>GB_show(t,<span>this</span><span>.href,470,600); </span></span></li>
<li><span><span>return</span><span> </span><span>false</span><span>; </span></span></li>
<li><span>}); </span></li>
<li><span>}); </span></li>
<li><span>&lt;/script&gt;<br />
</span></li>
</ol>
</div>
<div><span>And here is the sample HTML code: </span></div>
<div>
<ol>
<li><span><span>&lt;h3&gt;See it in action:&lt;/h3&gt; </span></span></li>
<li><span> &lt;ul&gt; </span></li>
<li><span> &lt;li&gt;&lt;a href=<span>&#8220;http://google.com/&#8221;</span><span> title=</span><span>&#8220;Google&#8221;</span><span> </span><span>class</span><span>=</span><span>&#8220;greybox&#8221;</span><span>&gt;Launch Google&lt;/a&gt;&lt;/li&gt; </span></span></li>
<li><span> &lt;li&gt;&lt;a href=<span>&#8220;http://yahoo.com/&#8221;</span><span> title=</span><span>&#8220;Yahoo&#8221;</span><span> </span><span>class</span><span>=</span><span>&#8220;greybox&#8221;</span><span>&gt;Visit Yahoo&lt;/a&gt;&lt;/li&gt; </span></span></li>
<li><span> &lt;li&gt;&lt;a href=<span>&#8220;http://msn.com/&#8221;</span><span> </span><span>class</span><span>=</span><span>&#8220;greybox&#8221;</span><span>&gt;Microsoft would like a visit.&lt;/a&gt;&lt;/li&gt; </span></span></li>
<li><span> &lt;li&gt;&lt;a href=<span>&#8220;http://jquery.com/&#8221;</span><span> </span><span>class</span><span>=</span><span>&#8220;greybox&#8221;</span><span>&gt;jQuery Rocks!&lt;/a&gt;&lt;/li&gt; </span></span></li>
<li><span> &lt;/ul&gt;<br />
</span></li>
</ol>
<div><a rel="nofollow" href="http://jquery.com/demo/grey/" class="broken_link"  target="_blank">DEMO </a><a rel="nofollow" href="http://jquery.com/demo/grey/" class="broken_link"  target="_blank">DOWNLOAD</a></div>
</div>
<div>If you know of any more quality plugins, drop them in the comment box!</div>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://webrulon.com/10-jquery-lightbox-clone-plugins/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>25 Powerful and Useful jQuery Tutorials for Developers and Designers</title>
		<link>http://webrulon.com/25-powerful-and-useful-jquery-tutorials-for-developers-and-designers/</link>
		<comments>http://webrulon.com/25-powerful-and-useful-jquery-tutorials-for-developers-and-designers/#comments</comments>
		<pubDate>Thu, 27 May 2010 19:04:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax & Javascript]]></category>
		<category><![CDATA[Design Examples]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Web Design & Development]]></category>

		<guid isPermaLink="false">http://webrulon.com/new/?p=814</guid>
		<description><![CDATA[<a href="http://webrulon.com/25-powerful-and-useful-jquery-tutorials-for-developers-and-designers/"><img align="left" hspace="5" width="150" src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2009/03/jquerytut1.png" class="alignleft wp-post-image tfe" alt="jQuery Tutorials" title="" /></a>25 Powerful and Useful jQuery Tutorials for Web Developers and Designers jQuery is all over the place these days. It&#8217;s rapidly catching up to CSS as the web template of choice for up and coming designers. It&#8217;s easy to see why. It&#8217;s constantly changing. Evolving. The only problem with this is, however, you have to [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><h3>25 Powerful and Useful jQuery Tutorials for Web Developers and Designers</h3>
<p>jQuery is all over the place these days. It&#8217;s rapidly catching up to CSS as the web template of choice for up and coming designers. It&#8217;s easy to see why. It&#8217;s constantly changing. Evolving. The only problem with this is, however, you have to constantly change and evolve as well. One simple must keep track of all of the new plugins, tutorials and addons that come down the pike. It can be quite an undertaking. Don&#8217;t worry, though. Webrulon is here to help. Here is a list of 25 recent tutorials that will get you up to speed and have you jQuery-ing in no time.</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/net.tutsplus.com');" href="http://net.tutsplus.com/tutorials/javascript-ajax/submit-a-form-without-page-refresh-using-jquery/"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2009/03/jquerytut1.png" alt="jQuery Tutorials" /></a><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/net.tutsplus.com');" href="http://net.tutsplus.com/tutorials/javascript-ajax/submit-a-form-without-page-refresh-using-jquery/"></a></span></p>
<p><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/net.tutsplus.com');" href="http://net.tutsplus.com/tutorials/javascript-ajax/submit-a-form-without-page-refresh-using-jquery/">Submit  A Form Without Page Refresh using jQuery</a></span><br />
<strong>Demo URL</strong> : <a title="Demo URL" onclick="javascript:pageTracker._trackPageview('/outbound/article/nettuts.com');" href="http://nettuts.com/demos/contactform/" target="_blank">View Demo</a>.<br />
<strong>Description</strong> : This teaches you exactly what it says it does. Get rid of annoying page refreshes and let your users submit a form with simplicity and ease. Not a bad feature to have on a website. This will prevent people from clicking away in annoyance.</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.reynoldsftw.com');" href="http://www.reynoldsftw.com/2009/03/live-email-validation-with-jquery/"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2009/03/jquerytut2.png" alt="jQuery Tutorials" /></a><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/demos.reynoldsftw.com');" href="http://demos.reynoldsftw.com/ValidateEmail.html"></a></span></p>
<p><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/demos.reynoldsftw.com');" href="http://demos.reynoldsftw.com/ValidateEmail.html">Live  Email Validation</a></span><br />
<strong>Demo URL</strong> : <a title="Demo URL" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.solostream.com');" href="http://www.solostream.com/category/wordpress-wizardry/wordpress-blog-themes/" target="_blank">View Demo</a>.<br />
<strong>Description</strong> : In this tutorial you will learn how you  can validate the format of an email address “live” using that crafty jQuery. It will also let you use regular expressions without any additional plugins.</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/css-tricks.com');" href="http://css-tricks.com/learning-jquery-fading-menu-replacing-content/"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2009/03/jquerytut3.png" alt="jQuery Tutorials" /></a><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/css-tricks.com');" href="http://css-tricks.com/learning-jquery-fading-menu-replacing-content/"></a></span></p>
<p><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/css-tricks.com');" href="http://css-tricks.com/learning-jquery-fading-menu-replacing-content/">Fading  Menu – Replacing Content</a></span><br />
<strong>Demo URL</strong> : <a title="Demo URL" onclick="javascript:pageTracker._trackPageview('/outbound/article/css-tricks.com');" href="http://css-tricks.com/examples/MenuFader/" target="_blank">View Demo</a>.<br />
<strong>Description</strong> : This teaches you to replace content on the fly, live. The possibilities are pretty endless here. For instance, you could use it for animation or to react live to events as they happen on your site. Not a bad thing to know.</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/valums.com');" href="http://valums.com/scroll-menu-jquery/"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2009/03/jquerytut4.png" alt="jQuery Tutorials" /></a><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/valums.com');" href="http://valums.com/scroll-menu-jquery/"></a></span></p>
<p><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/valums.com');" href="http://valums.com/scroll-menu-jquery/">Create  a Scrolling Menu with CSS and jQuery</a></span><br />
<strong>Demo URL</strong> : <a title="Demo URL" onclick="javascript:pageTracker._trackPageview('/outbound/article/valums.com');" href="http://valums.com/wp-content/uploads/2009/02/menu/final.htm" target="_blank">View Demo</a>.<br />
<strong>Description</strong> : This is exactly what it sounds like. Create a scrolling menu using CSS and jQuery. Your website isn&#8217;t classy unless it has a scrolling menu, right? Scrolling menus are the Segways of the 2010 web.</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.webgurusdesignblog.com');" href="http://www.webgurusdesignblog.com/2009/02/creating-a-live-update-list-effect-with-jquery/"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2009/03/jquerytut5.png" alt="jQuery Tutorials" /></a><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.webgurusdesignblog.com');" href="http://www.webgurusdesignblog.com/2009/02/creating-a-live-update-list-effect-with-jquery/"></a></span></p>
<p><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.webgurusdesignblog.com');" href="http://www.webgurusdesignblog.com/2009/02/creating-a-live-update-list-effect-with-jquery/">Create  a live-update list effect with jQuery</a></span><br />
<strong>Demo URL</strong> : <a title="Demo URL" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.webgurusdesignblog.com');" href="http://www.webgurusdesignblog.com/demo/jquery-live-update-effect/live_update_effect_tutorial.html#" target="_blank">View Demo</a>.<br />
<strong>Description</strong> : A live-update list effect is, essentially, a list that is generated  as new data is added. This tutorial will teach you how to do it. No more outside looking in on this one.</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/net.tutsplus.com');" href="http://net.tutsplus.com/articles/news/plus-tutorial-build-an-advanced-poll-jquery-plugin-and-a-giveaway/"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2009/03/jquerytut6.png" alt="jQuery Tutorials" /></a><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/net.tutsplus.com');" href="http://net.tutsplus.com/articles/news/plus-tutorial-build-an-advanced-poll-jquery-plugin-and-a-giveaway/"></a></span></p>
<p><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/net.tutsplus.com');" href="http://net.tutsplus.com/articles/news/plus-tutorial-build-an-advanced-poll-jquery-plugin-and-a-giveaway/">Advanced  “Poll” jQuery Plugin</a></span><strong> </strong></p>
<p><strong>Description</strong> : This tutorial will teach you how to create a jQuery plugin from start to finish. What&#8217;s the plugin do? Allows you to easily add a simple poll widget to a web  page or blog. Don&#8217;t worry. Future plugins will be much more dastardly.</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/sqeeks.com');" href="http://sqeeks.com/?p=240"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2009/03/jquerytut7.png" alt="jQuery Tutorials" /></a><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/sqeeks.com');" href="http://sqeeks.com/?p=240"></a></span></p>
<p><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/sqeeks.com');" href="http://sqeeks.com/?p=240">How  to Use jQuery to Preload an Image with a Fade-In Effect</a></span><br />
<strong>Demo URL</strong> : <a title="Demo URL" onclick="javascript:pageTracker._trackPageview('/outbound/article/sqeeks.com');" href="http://sqeeks.com/wp-content/uploads/2008/12/preload_images/preload.php#" class="broken_link"  target="_blank">View Demo</a>.<br />
<strong>Description</strong> : There are all kinds of way to speed up, or give the illusion therein, the way images load on your website. This plugin teaches you aboutl the preloading capabilities of JavaScript while using the jQuery Framework.</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/csscody.com');" href="http://csscody.com/demo/download-flickr-menu-design/"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2009/03/jquerytut8.png" alt="jQuery Tutorials" /></a><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/csscody.com');" href="http://csscody.com/demo/download-flickr-menu-design/"></a></span></p>
<p><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/csscody.com');" href="http://csscody.com/demo/download-flickr-menu-design/">Flickr  Menu Design</a></span><br />
<strong>Demo URL</strong> : <a title="Demo URL" onclick="javascript:pageTracker._trackPageview('/outbound/article/csscody.com');" href="http://csscody.com/demo/wp-content/demo/FlickrMenu/index.html" target="_blank">View Demo</a>.<br />
<strong>Description</strong> : This tutorial will explain how to create a simple step-by-step way to implement a Flickr  Horizontal Menu in CSS and jQuery. Now get that camera snapping.</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/net.tutsplus.com');" href="http://net.tutsplus.com/articles/news/new-plus-tutorial-build-an-awesome-popup-jquery-calculator/"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2009/03/jquerytut9.png" alt="jQuery Tutorials" /></a><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/net.tutsplus.com');" href="http://net.tutsplus.com/articles/news/new-plus-tutorial-build-an-awesome-popup-jquery-calculator/"></a></span></p>
<p><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/net.tutsplus.com');" href="http://net.tutsplus.com/articles/news/new-plus-tutorial-build-an-awesome-popup-jquery-calculator/">Awesome  Popup jQuery Calculator</a></span><br />
<strong>Demo URL</strong> : <a title="Demo URL" onclick="javascript:pageTracker._trackPageview('/outbound/article/net.tutsplus.com');" href="http://net.tutsplus.com/articles/news/new-plus-tutorial-build-an-awesome-popup-jquery-calculator/" target="_blank">View Demo</a>.<br />
<strong>Description</strong> : Numbers! Who needs em? Well, mostly everyone actually. This tutorial will help you keep a handle on them pesky numbers by having you build a popup jQuery calculator for your site.</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.thewebsqueeze.com');" href="http://www.thewebsqueeze.com/web-design-tutorials/semantic-blockquotes-with-jquery.html"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2009/03/jquerytut10.png" alt="jQuery Tutorials" /></a><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.thewebsqueeze.com');" href="http://www.thewebsqueeze.com/web-design-tutorials/semantic-blockquotes-with-jquery.html"></a></span></p>
<p><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.thewebsqueeze.com');" href="http://www.thewebsqueeze.com/web-design-tutorials/semantic-blockquotes-with-jquery.html">Semantic  Blockquotes with jQuery</a></span><br />
<strong>Demo URL</strong> : <a title="Demo URL" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.thewebsqueeze.com');" href="http://www.thewebsqueeze.com/web-design-tutorials/semantic-blockquotes-with-jquery.html" target="_blank">View Demo</a>.<br />
<strong>Description</strong> : Blockquotes are useful in making  your text visually appealing. This tutorial shows you how to create said  blockquotes using  jQuery. This is a fairly easy tutorial so, beginners, have at it.</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/dabrook.org');" href="http://dabrook.org/blog/articles/selecting-and-styling-external-links-or-pdf-ppts-and-other-files-by-extensi/"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2009/03/jquerytut11.png" alt="jQuery Tutorials" /></a><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/dabrook.org');" href="http://dabrook.org/blog/articles/selecting-and-styling-external-links-or-pdf-ppts-and-other-files-by-extensi/"></a></span></p>
<p><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/dabrook.org');" href="http://dabrook.org/blog/articles/selecting-and-styling-external-links-or-pdf-ppts-and-other-files-by-extensi/">Selecting  and Styling External Links, PDFs, PPTs …</a></span><br />
<strong>Demo URL</strong> : <a title="Demo URL" onclick="javascript:pageTracker._trackPageview('/outbound/article/dabrook.org');" href="http://dabrook.org/blog/articles/selecting-and-styling-external-links-or-pdf-ppts-and-other-files-by-extensi/" target="_blank">View Demo</a>.<br />
<strong>Description</strong> : This handy tutorial teaches you how to  use jQuery to select and style PDFs, PPT, images, and external links using jQuery and CSS.</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.reynoldsftw.com');" href="http://www.reynoldsftw.com/2009/02/authenticating-twitter-api-calls-with-php-and-jquery/"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2009/03/jquerytut12.png" alt="jQuery Tutorials" /></a><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.reynoldsftw.com');" href="http://www.reynoldsftw.com/2009/02/authenticating-twitter-api-calls-with-php-and-jquery/"></a></span></p>
<p><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.reynoldsftw.com');" href="http://www.reynoldsftw.com/2009/02/authenticating-twitter-api-calls-with-php-and-jquery/">Authenticating  Twitter API calls with PHP &amp; jQuery</a></span><br />
<strong>Demo URL</strong> : <a title="Demo URL" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.reynoldsftw.com');" href="http://www.reynoldsftw.com/2009/02/authenticating-twitter-api-calls-with-php-and-jquery/" target="_blank">View Demo</a>.<br />
<strong>Description</strong> : This tutorial teaches you how to create a simple call to the Twitter API to with your site&#8217;s Twitter credentials. This makes it easy to quickly and effortlessly post topics related to your blog from your Twitter. Great for multitaskers.</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/blog.themeforest.net');" href="http://blog.themeforest.net/tutorials/jquery-slideshows-with-the-cycle-plugin/"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2009/03/jquerytut13.png" alt="jQuery Tutorials" /></a><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/blog.themeforest.net');" href="http://blog.themeforest.net/tutorials/jquery-slideshows-with-the-cycle-plugin/"></a></span></p>
<p><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/blog.themeforest.net');" href="http://blog.themeforest.net/tutorials/jquery-slideshows-with-the-cycle-plugin/">jQuery  Slideshows With the Cycle Plugin</a></span><br />
<strong>Demo URL</strong> : <a title="Demo URL" onclick="javascript:pageTracker._trackPageview('/outbound/article/themeforest.s3.amazonaws.com');" href="http://themeforest.s3.amazonaws.com/47_cycle/Example/index.html" target="_blank">View Demo</a>.<br />
<strong>Description</strong> : Wanna  implement the jQuery Cycle?  This tutorial shows you how. What is the jQuery Cycle? A plugin that allows developers to quickly  and easily create a slideshow out of anything contained within a given  div element. Cool!</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/marcgrabanski.com');" href="http://marcgrabanski.com/article/jquery-google-maps-tutorial-basics"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2009/03/jquerytut14.png" alt="jQuery Tutorials" /></a><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/marcgrabanski.com');" href="http://marcgrabanski.com/article/jquery-google-maps-tutorial-basics"></a></span></p>
<p><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/marcgrabanski.com');" href="http://marcgrabanski.com/article/jquery-google-maps-tutorial-basics">jQuery  and Google Maps Tutorial</a></span><br />
<strong>Demo URL</strong> : <a title="Demo URL" onclick="javascript:pageTracker._trackPageview('/outbound/article/marcgrabanski.com');" href="http://marcgrabanski.com/webroot/resources/jquery-ui-google-maps/tutorial-part1.html" class="broken_link"  target="_blank">View Demo</a>.<br />
<strong>Description</strong> : Using with jQuery within Google Maps can be a hefty task indeed. This tutorial seeks to lessen the burden by giving you step by step instructions. You&#8217;ll be Lewis and/or Clark in no time.</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.webdesignerwall.com');" href="http://www.webdesignerwall.com/tutorials/jquery-sequential-list/"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2009/03/jquerytut15.png" alt="jQuery Tutorials" /></a><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.webdesignerwall.com');" href="http://www.webdesignerwall.com/tutorials/jquery-sequential-list/"></a></span></p>
<p><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.webdesignerwall.com');" href="http://www.webdesignerwall.com/tutorials/jquery-sequential-list/">jQuery  Sequential List</a></span><br />
<strong>Demo URL</strong> : <a title="Demo URL" onclick="javascript:pageTracker._trackPageview('/outbound/article/webdesignerwall.com');" href="http://webdesignerwall.com/demo/jquery-sequential/jquery-sequential-list.html" target="_blank">View Demo</a>.<br />
<strong>Description</strong> : This tutorial will show you how to use  jQuery to add a sequent of CSS classes to create a graphical list. Super useful.</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.switchonthecode.com');" href="http://www.switchonthecode.com/tutorials/using-jquery-slider-to-scroll-a-div"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2009/03/jquerytut16.png" alt="jQuery Tutorials" /></a><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.switchonthecode.com');" href="http://www.switchonthecode.com/tutorials/using-jquery-slider-to-scroll-a-div"></a></span></p>
<p><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.switchonthecode.com');" href="http://www.switchonthecode.com/tutorials/using-jquery-slider-to-scroll-a-div">Using  jQuery Slider to Scroll a Div</a></span><br />
<strong>Demo URL</strong> : <a title="Demo URL" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.switchonthecode.com');" href="http://www.switchonthecode.com/tutorials/using-jquery-slider-to-scroll-a-div" target="_blank">View Demo</a>.<br />
<strong>Description</strong> : This tutorial shows you how to  create a horizontally scrolling div using  jQuery, html, and CSS. The trusty jQuery is the main focus of this tutorial, which is used  to build the slider which controls the scrolling.</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/net.tutsplus.com');" href="http://net.tutsplus.com/tutorials/javascript-ajax/inettuts/"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2009/03/jquerytut17.png" alt="jQuery Tutorials" /></a><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/net.tutsplus.com');" href="http://net.tutsplus.com/tutorials/javascript-ajax/inettuts/"></a></span></p>
<p><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/net.tutsplus.com');" href="http://net.tutsplus.com/tutorials/javascript-ajax/inettuts/">How  to Mimic the iGoogle Interface</a></span><br />
<strong>Demo URL</strong> : <a title="Demo URL" onclick="javascript:pageTracker._trackPageview('/outbound/article/nettuts.s3.amazonaws.com');" href="http://nettuts.s3.amazonaws.com/127_iNETTUTS/demo/index.html" target="_blank">View Demo</a>.<br />
<strong>Description</strong> : This tutorial teaches you how to create a  customizable interface with widgets. Sound familiar? You got it. iGoogle! The finished product will be simply and minimally coded, just like  iGoogle. This of course opens the doors for tons of applications.</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/ad1987.blogspot.com');" href="http://ad1987.blogspot.com/2009/02/reddit-style-voting-with-php-mysql-and.html"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2009/03/jquerytut18.png" alt="jQuery Tutorials" /></a><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/ad1987.blogspot.com');" href="http://ad1987.blogspot.com/2009/02/reddit-style-voting-with-php-mysql-and.html"></a></span></p>
<p><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/ad1987.blogspot.com');" href="http://ad1987.blogspot.com/2009/02/reddit-style-voting-with-php-mysql-and.html">Reddit-style  Voting With PHP, MySQL And jQuery</a></span><br />
<strong>Demo URL</strong> : <a title="Demo URL" onclick="javascript:pageTracker._trackPageview('/outbound/article/abhisek.uuuq.com');" href="http://abhisek.uuuq.com/lab/reddit_votes/" target="_blank">View Demo</a>.<br />
<strong>Description</strong> : Ever been on Reddit? The site is interesting for a number of reasons, but one way is how voting is handling. A simple up or down vote is the order of the day there. This tutorial teaches you how to emulate that for your site, using jQuery, PHP and MySQL.</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.greepit.com');" href="http://www.greepit.com/2009/01/30/simple-jquery-spy-effect-with-tutorial/"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2009/03/jquerytut19.png" alt="jQuery Tutorials" /></a><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.greepit.com');" href="http://www.greepit.com/2009/01/30/simple-jquery-spy-effect-with-tutorial/"></a></span></p>
<p><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.greepit.com');" href="http://www.greepit.com/2009/01/30/simple-jquery-spy-effect-with-tutorial/">Simple  jQuery Spy Effect</a></span><br />
<strong>Demo URL</strong> : <a title="Demo URL" onclick="javascript:pageTracker._trackPageview('/outbound/article/jqueryfordesigners.com');" href="http://jqueryfordesigners.com/demo/simple-spy.html" target="_blank">View Demo</a>.<br />
<strong>Description</strong> : A great tutorial showing how to use the  jQuery Spy Effect plugin and scroll through lists in an aesthetically pleasing manner.</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.hieu.co.uk');" href="http://www.hieu.co.uk/post/2009/01/28/How-easy-to-create-a-slide-tabbed-box-using-jQuery.aspx"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2009/03/jquerytut20.png" alt="jQuery Tutorials" /></a><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.hieu.co.uk');" href="http://www.hieu.co.uk/post/2009/01/28/How-easy-to-create-a-slide-tabbed-box-using-jQuery.aspx"></a></span></p>
<p><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.hieu.co.uk');" href="http://www.hieu.co.uk/post/2009/01/28/How-easy-to-create-a-slide-tabbed-box-using-jQuery.aspx">Create  a slide tabbed box using jQuery</a></span><br />
<strong>Demo URL</strong> : <a title="Demo URL" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.hieu.co.uk');" href="http://www.hieu.co.uk/examples/slidetabs/index.html" target="_blank">View Demo</a>.<br />
<strong>Description</strong> : A simple and straight forward jQuery  tutorial that creates a cool sliding tabbed box. For fans of simple and clean web design.</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/sandbox.ronggur.com');" href="http://sandbox.ronggur.com/2009/01/25/jquery-tutorial-horizontal-animated-menu/"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2009/03/jquerytut21.png" alt="jQuery Tutorials" /></a><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/sandbox.ronggur.com');" href="http://sandbox.ronggur.com/2009/01/25/jquery-tutorial-horizontal-animated-menu/"></a></span></p>
<p><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/sandbox.ronggur.com');" href="http://sandbox.ronggur.com/2009/01/25/jquery-tutorial-horizontal-animated-menu/">Horizontal  Animated Menu</a></span><br />
<strong>Demo URL</strong> : <a title="Demo URL" onclick="javascript:pageTracker._trackPageview('/outbound/article/dock.ronggur.com');" href="http://dock.ronggur.com/tutorial/jquery%20tutorial%20-%20horizontal%20animated%20menu/" target="_blank">View Demo</a>.<br />
<strong>Description</strong> : In this tutorial you will build a basic  horizontal animated menu using  jQuery. Nothing like the old favorites.</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/net.tutsplus.com');" href="http://net.tutsplus.com/tutorials/javascript-ajax/how-to-load-in-and-animate-content-with-jquery/"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2009/03/jquerytut22.png" alt="jQuery Tutorials" /></a><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/net.tutsplus.com');" href="http://net.tutsplus.com/tutorials/javascript-ajax/how-to-load-in-and-animate-content-with-jquery/"></a></span></p>
<p><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/net.tutsplus.com');" href="http://net.tutsplus.com/tutorials/javascript-ajax/how-to-load-in-and-animate-content-with-jquery/">Load  In and Animate Content with jQuery</a></span><br />
<strong>Demo URL</strong> : <a title="Demo URL" onclick="javascript:pageTracker._trackPageview('/outbound/article/nettuts.s3.amazonaws.com');" href="http://nettuts.s3.amazonaws.com/011_jQuerySite/sample/index.html#about" target="_blank">View Demo</a>.<br />
<strong>Description</strong> : This tutorial teaches you amp up average and humdrum websites.  How? By adding ajax functionality so content loads into the relevant container  instead of the user having to navigate to another page. It also teaches you to use great  animation effects. Double shot.</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/cool-javascripts.com');" href="http://cool-javascripts.com/jquery/add-icons-to-your-links-automatically-using-jquery-css.html"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2009/03/jquerytut23.png" alt="jQuery Tutorials" /></a><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/cool-javascripts.com');" href="http://cool-javascripts.com/jquery/add-icons-to-your-links-automatically-using-jquery-css.html"></a></span></p>
<p><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/cool-javascripts.com');" href="http://cool-javascripts.com/jquery/add-icons-to-your-links-automatically-using-jquery-css.html">Add  icons to your links automatically using jQuery &amp; CSS</a></span><br />
<strong>Demo URL</strong> : <a title="Demo URL" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.demos.cool-javascripts.com');" href="http://www.demos.cool-javascripts.com/jquery-icons-to-links.html" target="_blank">View Demo</a>.<br />
<strong>Description</strong> : This tutorial is useful if you want to attach a particular icon to a  particular type of link. For example: A PDF icon can attach to all of the PDF file links, a  text document icon can attach to all text document links or a zip icon can attach to all links  that are linked to zip files. There are many more permutations, of course.</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/yensdesign.com');" href="http://yensdesign.com/2008/12/creating-an-os-web-interface-in-jquery-part-i/"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2009/03/jquerytut24.png" alt="jQuery Tutorials" /></a><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/yensdesign.com');" href="http://yensdesign.com/2008/12/creating-an-os-web-interface-in-jquery-part-i/"></a></span></p>
<p><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/yensdesign.com');" href="http://yensdesign.com/2008/12/creating-an-os-web-interface-in-jquery-part-i/">Creating  an OS Web Interface in jQuery</a></span><br />
<strong>Demo URL</strong> : <a title="Demo URL" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.yensdesign.com');" href="http://www.yensdesign.com/tutorials/os/part1/" target="_blank">View Demo</a>.<br />
<strong>Description</strong> : In this truly amazing tutorial, you will  recreate a complete OS Web Interface with jQuery. Take a look at the demo. This just may blow your mind.</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.tutorialswitch.com');" href="http://www.tutorialswitch.com/web-development/quick-and-simple-ajax-forms-with-json-responses/"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2009/03/jquerytut25.png" alt="jQuery Tutorials" /></a><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.tutorialswitch.com');" href="http://www.tutorialswitch.com/web-development/quick-and-simple-ajax-forms-with-json-responses/"></a></span></p>
<p><span style="font-family: georgia; font-size: 15px;"><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.tutorialswitch.com');" href="http://www.tutorialswitch.com/web-development/quick-and-simple-ajax-forms-with-json-responses/">How  To Build Quick and Simple AJAX Forms with JSON Responses</a></span><br />
<strong>Demo URL</strong> : <a title="Demo URL" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.tutorialswitch.com');" href="http://www.tutorialswitch.com/demos/post_166/" target="_blank">View Demo</a>.<br />
<strong>Description</strong> : In this tutorial, you will go through the  steps of setting up an AJAX form, which will return a JSON response. These are used to display success and error messages. Pretty useful.</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://webrulon.com/25-powerful-and-useful-jquery-tutorials-for-developers-and-designers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15 Great jQuery Sliders</title>
		<link>http://webrulon.com/15-great-jquery-sliders/</link>
		<comments>http://webrulon.com/15-great-jquery-sliders/#comments</comments>
		<pubDate>Mon, 03 May 2010 00:50:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax & Javascript]]></category>
		<category><![CDATA[Creative Design]]></category>
		<category><![CDATA[Design Examples]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Web Design & Development]]></category>

		<guid isPermaLink="false">http://webrulon.com/new/?p=173</guid>
		<description><![CDATA[<a href="http://webrulon.com/15-great-jquery-sliders/"><img align="left" hspace="5" width="150" height="150" src="http://webrulon.com/wp-content/uploads/2009/10/jflow-150x150.jpg" class="alignleft wp-post-image tfe" alt="jflow" title="jflow" /></a>The force known as jQuery keeps gaining more and more e-steam. To go along with the growth, a bevy of plugins and tutorials are starting to pop up a well. One helpful plugin is known as a content slider. Content sliders are a great way to show large amount of content on a smaller area [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>The force known as jQuery keeps gaining more and more e-steam. To go along with the growth, a bevy of plugins and tutorials are starting to pop up a well. One helpful plugin is known as a content slider.</p>
<p>Content sliders are a great way to show large amount of content on a smaller area of a web page or blog. Dynamic auto sliding content sliders are a opular add-on to numerous websites all over the web. If you are interesting of giving them a whirl, check out this list of our favorite sliders and tutorials  you can get your hands on:</p>
<p>1. jFlow | <a rel="nofollow" href="http://net.tutsplus.com/javascript-ajax/using-the-wonderful-jflow-plugin-screencast/" target="_blank">Official Website</a> | <a rel="nofollow" href="http://nettuts.s3.amazonaws.com/078_screencast2/jFlowTutorial/index.htm" target="_blank">Demo</a></p>
<p>This is a fairly functional and easy-to-use slider. If you are new to sliding this may be the way to go. Check out the helpful demo as well.</p>
<p><img class="alignnone size-full wp-image-2205" title="jflow" src="http://webrulon.com/wp-content/uploads/2009/10/jflow.jpg" alt="jflow" width="468" height="192" /></p>
<p>2. Create Featured Content Slider Using jQuery UI | <a rel="nofollow" href="http://webdeveloperplus.com/jquery/featured-content-slider-using-jquery-ui/" target="_blank">Official Website</a> | <a title="`" rel="nofollow" href="http://demo.webdeveloperplus.com/featured-content-slider/" target="_blank">Demo</a></p>
<p>This is essentially a tutorial that helps you “show off the best content of your website or blog in a nice intuitive way” in order to “catch more eyeballs”. Their words. And not far of the mark. This tutorial will help you do just that and more.  For example, One of the techniques to show the featured content is the auto-playing content slider.</p>
<p><img class="alignnone size-full wp-image-2206" title="featured content slider using jquery ui" src="http://webrulon.com/wp-content/uploads/2009/10/featured-content-slider-using-jquery-ui.jpg" alt="featured content slider using jquery ui" width="468" height="188" /></p>
<p>3. Create Beautiful jQuery sliders tutorial | <a rel="nofollow" href="http://www.dreamcss.com/2009/04/create-beautiful-jquery-sliders.html" target="_blank">Official Website</a> | <a rel="nofollow" href="http://dreamcss.comli.com/jquery%20sliders/" target="_blank">Demo</a></p>
<p>This is another tutorial. It explains how to develop and create beautiful jQuery sliders. It features a ton of image descriptions and easy to follow chapters.</p>
<p><img class="alignnone size-full wp-image-2207" title="jquery sliders" src="http://webrulon.com/wp-content/uploads/2009/10/jquery-sliders.jpg" alt="jquery sliders" width="468" height="205" /></p>
<p>4. A Basic Content Slider With jQuery | <a rel="nofollow" href="http://www.brenelz.com/blog/2009/03/31/build-a-content-slider-with-jquery/" target="_blank">Official Website</a> | <a rel="nofollow" href="http://ennuidesign.com/demo/contentslider/" target="_blank">Demo</a></p>
<p>This is about a simple and basic a slider as you can get. But don&#8217;t worry. It&#8217;s fully functional. It&#8217;s just missing some of the bells and whistles. Perfect for newbies, though.</p>
<p><img class="alignnone size-full wp-image-2208" title="content slider" src="http://webrulon.com/wp-content/uploads/2009/10/content-slider.jpg" alt="content slider" width="468" height="215" /></p>
<p>5. <a rel="nofollow" href="http://www.jumpeyecomponents.com/Flash-Components/User-Interface/JC-Play-List-285/" target="_blank">JC Play List</a> | <a rel="nofollow" href="http://www.jumpeyecomponents.com/Flash-Components/User-Interface/JC-Play-List-285/" target="_blank">Official Website</a> | <a rel="nofollow" href="http://www.jumpeyecomponents.com/Flash-Components/User-Interface/JC-Play-List-285/examples.htm" target="_blank">Demo</a></p>
<p>This is a free and simple to use Flash component. It&#8217;s created specifically for easy visual implementation of  XML lists such as XMLs, RSS feeds etc. It words in tandem with Picasa and Flickr.</p>
<p><img class="alignnone size-full wp-image-2209" title="jc play list" src="http://webrulon.com/wp-content/uploads/2009/10/jc-play-list.jpg" alt="jc play list" width="468" height="229" /></p>
<p>6. Easy Slider | <a rel="nofollow" href="http://cssglobe.com/post/4004/easy-slider-15-the-easiest-jquery-plugin-for-sliding" target="_blank">Official Website</a> | <a rel="nofollow" href="http://cssglobe.com/lab/easyslider1.5/04.html" target="_blank">Demo</a></p>
<p>Guess what? This slider is easy to use, as the name indicates. It&#8217;s used for content to slide horizontally or vertically with just a humble mouse click.</p>
<p><img class="alignnone size-full wp-image-2210" title="easy slider jquery plugin" src="http://webrulon.com/wp-content/uploads/2009/10/easy-slider-jquery-plugin.jpg" alt="easy slider jquery plugin" width="468" height="143" /></p>
<p>7.  jqGalScroll | <a rel="nofollow" href="http://benjaminsterling.com/jquery-jqgalscroll-photo-gallery/" target="_blank">Official Website</a></p>
<p>jQuery Gallery Scroller (jqGalScroll) takes a list of images and creates an instantaneous photo gallery. The gallery can flow vertically, horizontally, or diagonally. This handy application will also create pagination for easy scrolling.</p>
<p><img class="alignnone size-full wp-image-2211" title="jqgalscroll" src="http://webrulon.com/wp-content/uploads/2009/10/jqgalscroll.jpg" alt="jqgalscroll" width="468" height="315" /></p>
<p>8. Image Gallery | <a rel="nofollow" href="http://enhance.qd-creative.co.uk/2008/07/12/an-image-gallery/" class="broken_link"  target="_blank">Official Website</a></p>
<p>This is nothing complicated. It&#8217;s just a simple image slider. But why mess with simple functionality, right? It&#8217;s simple, but it sure does work.</p>
<p><img class="alignnone size-full wp-image-2212" title="my first gallery" src="http://webrulon.com/wp-content/uploads/2009/10/my-first-gallery.jpg" alt="my first gallery" width="468" height="315" /></p>
<p>9. Making a Content Slider with jQuery UI | <a rel="nofollow" href="http://net.tutsplus.com/tutorials/javascript-ajax/making-a-content-slider-with-jquery-ui/" target="_blank">Official Website</a> | <a rel="nofollow" href="http://nettuts.s3.amazonaws.com/377_slider/slider_sourcefiles/slider.html" target="_blank">Demo</a></p>
<p>This is an extremely well explained and easy to follow tutorial authored by by Dan Wellman for NetTuts.</p>
<p><img class="alignnone size-full wp-image-2214" title="Making a Content Slider with jQuery UI1" src="http://webrulon.com/wp-content/uploads/2009/10/Making-a-Content-Slider-with-jQuery-UI1.jpg" alt="Making a Content Slider with jQuery UI1" width="468" height="332" /></p>
<p>10. Creating a Slick Auto-Playing Featured Content Slider | <a rel="nofollow" href="http://css-tricks.com/creating-a-slick-auto-playing-featured-content-slider/" target="_blank">Official Website </a>| <a rel="nofollow" href="http://css-tricks.com/examples/FeaturedContentSlider/" target="_blank">Demo</a></p>
<p>This is a tutorial written by Chris Coyier from CSS-Tricks.com. The script is based on the infamous Coda slider. As such, it&#8217;s extremely innovative and easy to use.</p>
<p><img class="alignnone size-full wp-image-2215" title="ScreenShot00578" src="http://webrulon.com/wp-content/uploads/2009/10/ScreenShot00578.jpg" alt="ScreenShot00578" width="468" height="298" /></p>
<p>11. slideViewer | <a rel="nofollow" href="http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html" target="_blank">Official Website</a></p>
<p>SlideViewer is a lightweight (1.5Kb) jQuery plugin that will make sure your website isn&#8217;t bogged down by heavy program code. It allows you to instantly create an image gallery by writing just few lines of HTML. If HTML is Greek to you, don&#8217;t worry. It will walk you through step by step.</p>
<p><img class="alignnone size-full wp-image-2216" title="jquery slideviewer" src="http://webrulon.com/wp-content/uploads/2009/10/jquery-slideviewer.jpg" alt="jquery slideviewer" width="468" height="277" /></p>
<p>12. Start/Stop Slider | <a rel="nofollow" href="http://css-tricks.com/startstop-slider/" target="_blank">Official Website</a> | <a rel="nofollow" href="http://css-tricks.com/examples/StartStopSlider" target="_blank">Demo</a></p>
<p>This is another easy to use and convenient slider plugin. It lacks functionality, but the stuff it can do it does well. For instance, you can stop and start a moving image gallery with ease.</p>
<p><img class="alignnone size-full wp-image-2217" title="start stop slider" src="http://webrulon.com/wp-content/uploads/2009/10/start-stop-slider1.jpg" alt="start stop slider" width="468" height="178" /></p>
<p>13. A Minimalist jQuery Plugin | <a rel="nofollow" href="http://www.webdesignbooth.com/step-by-step-to-create-content-slider-using-jflow-a-minimalist-jquery-plugin/" target="_blank">Official Website</a> | <a rel="nofollow" href="http://demo.webdesignbooth.com/content-slider/" class="broken_link"  target="_blank">Demo</a></p>
<p>This is a  tutorial from the infamous WebDesignBooth. It shows you how to create a simple content slider using jQuery. Nothing too elaborate. Just trying to get you going.</p>
<p><img class="alignnone size-full wp-image-2218" title="jflow minimalist" src="http://webrulon.com/wp-content/uploads/2009/10/jflow-a-minimalist.jpg" alt="jflow minimalist" width="468" height="199" /></p>
<p>14. BarackSlideshow | <a rel="nofollow" href="http://devthought.com/projects/mootools/barackslideshow/" target="_blank">Official Website </a>| <a rel="nofollow" href="http://devthought.com/wp-content/projects/mootools/barackslideshow/Demo/" target="_blank">Demo</a></p>
<p>This is a very teeny and light slideshow script for jQuery. It&#8217;s inspired by the Barack Obama slideshow featured on his official website during his successful Presidential bid. It uses the considerable power of MorphList to enhance visualization and navigation of the images.</p>
<p><img class="alignnone size-full wp-image-2219" title="BarackSlideshow" src="http://webrulon.com/wp-content/uploads/2009/10/BarackSlideshow.jpg" alt="BarackSlideshow" width="468" height="219" /></p>
<p>15. Wordpress Theme using JQuery s3Slider | <a rel="nofollow" href="http://www.tobacamp.com/tutorial/creating-featured-slider-in-wordpress-theme-using-jquery-s3slider/" target="_blank">Official Website</a> | <a rel="nofollow" href="http://www.serie3.info/s3slider/demonstration.html" target="_blank">Demo</a></p>
<p>This is a handy Wordpress theme that allows you to create a featured slider using jQuery S3Slider functionality. It&#8217;s the real deal, folks.</p>
<p><img class="alignnone size-full wp-image-2220" title="s3 slider" src="http://webrulon.com/wp-content/uploads/2009/10/s3-slider.jpg" alt="s3 slider" width="468" height="299" /></p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://webrulon.com/15-great-jquery-sliders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mozilla speeds up Firefox 3.6 by fifteen percent &#8211; Boosts Javascript speed</title>
		<link>http://webrulon.com/mozilla-speeds-up-firefox-3-6-by-fifteen-percent-boosts-javascript-speed/</link>
		<comments>http://webrulon.com/mozilla-speeds-up-firefox-3-6-by-fifteen-percent-boosts-javascript-speed/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 03:29:09 +0000</pubDate>
		<dc:creator>Lawrence Bonk</dc:creator>
				<category><![CDATA[Ajax & Javascript]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[News & Updates]]></category>

		<guid isPermaLink="false">http://webrulon.com/?p=1739</guid>
		<description><![CDATA[<a href="http://webrulon.com/mozilla-speeds-up-firefox-3-6-by-fifteen-percent-boosts-javascript-speed/"><img align="left" hspace="5" width="150" height="150" src="http://webrulon.com/wp-content/uploads/2010/01/Firefox-logo-150x150.png" class="alignleft wp-post-image tfe" alt="Firefox logo" title="" /></a>Mozilla&#8217;s new iteration of it&#8217;s popular Firefox browser runs up to fifteen percent faster than it&#8217;s predecessor, various reports indicate. This, however, still puts the browser behind the speedier Google Chrome and Apple Safari browsers. JavaScript three times faster than Opera 10 and more than four times faster than that paragon of pokeyness,  Internet Explorer. [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p><img class="alignnone size-full wp-image-1740" src="http://webrulon.com/wp-content/uploads/2010/01/Firefox-logo.png" alt="Firefox logo" width="246" height="246" /></p>
<p>Mozilla&#8217;s new iteration of it&#8217;s popular Firefox browser runs up to fifteen percent faster than it&#8217;s predecessor, various reports indicate. This, however, still puts the browser behind the speedier Google Chrome and Apple Safari browsers. JavaScript three times faster than Opera 10 and more than four times faster than that paragon of pokeyness,  Internet Explorer.</p>
<p>Mozilla Firefox accounts for 25 percent of all browser use, worldwide. Internet Explorer boasts 63 percent of the market share and feisty upstart Google Chrome  captures just 5 percent.</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://webrulon.com/mozilla-speeds-up-firefox-3-6-by-fifteen-percent-boosts-javascript-speed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 web design trends to look out for in 2010</title>
		<link>http://webrulon.com/5-web-design-trends-to-look-out-for-in-2010/</link>
		<comments>http://webrulon.com/5-web-design-trends-to-look-out-for-in-2010/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 23:15:25 +0000</pubDate>
		<dc:creator>Lawrence Bonk</dc:creator>
				<category><![CDATA[Ajax & Javascript]]></category>
		<category><![CDATA[Creative Design]]></category>
		<category><![CDATA[Design Examples]]></category>
		<category><![CDATA[Dev Resources]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Web Design & Development]]></category>

		<guid isPermaLink="false">http://webrulon.com/?p=1667</guid>
		<description><![CDATA[<a href="http://webrulon.com/5-web-design-trends-to-look-out-for-in-2010/"><img align="left" hspace="5" width="150" height="150" src="http://webrulon.com/wp-content/uploads/2010/01/web-design-150x150.jpg" class="alignleft wp-post-image tfe" alt="web design" title="" /></a>The king is dead! Long live the king! As 2009 fades into nostalgic glory, and 2010 begins it&#8217;s slow crawl towards infamy, web designers can&#8217;t help but wonder what the year will hold for their favorite profession/hobby/whatever. Here is a list of five web design trends to look out for in 2010. None of this [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p><img class="alignnone size-full wp-image-1668" src="http://webrulon.com/wp-content/uploads/2010/01/web-design.jpg" alt="web design" width="400" height="300" /></p>
<p>The king is dead! Long live the king! As 2009 fades into nostalgic glory, and 2010 begins it&#8217;s slow crawl towards infamy, web designers can&#8217;t help but wonder what the year will hold for their favorite profession/hobby/whatever. Here is a list of five web design trends to look out for in 2010. None of this stuff is going to reinvent the wheel. Mostly&#8217; it&#8217;s an analysis of several things that people caught on to during 2009 that look to be making a giant leap towards the e-mainstream.</p>
<p><strong>1. Oversized logos and headers</strong></p>
<p><img class="alignnone size-full wp-image-1670" src="http://webrulon.com/wp-content/uploads/2010/01/oversized-logos1.jpg" alt="oversized logos " width="400" height="260" /></p>
<p>It&#8217;s easy to see why this trend is going to blow up big in 2010. It&#8217;s eye-catching. It catches people&#8217;s interests. Heck, it could potentially prevent someone from clicking away for a few seconds. Isn&#8217;t that the point? Plus that de-emphasize clicking and place a strong emphasis on scrolling down. This simple transition helps ease anxieties of users used to years of poor and malfunctioning links.</p>
<p><strong>2. Sketched and hand-drawn design </strong></p>
<p><img class="alignnone size-full wp-image-1671" src="http://webrulon.com/wp-content/uploads/2010/01/hand-drawn-design.jpg" alt="hand-drawn design " width="400" height="260" /></p>
<p>Hand-drawn and sketched design is by no means new, but it hasn&#8217;t exactly caught on in a big way yet. Why is that? Most web-designers are afraid to dip their toes into the genre for fear they can&#8217;t draw. The thing is, it doesn&#8217;t really matter. Even poorly drawn letters can imbue any site with a personalized sense of charm. That&#8217;s what 2010 is going to be all about, putting your personal stamp on your website. This will be one such tool for doing just that.</p>
<p><strong>3. Slab typefaces </strong></p>
<p><img class="alignnone size-full wp-image-1672" src="http://webrulon.com/wp-content/uploads/2010/01/slab-typefaces.jpg" alt="slab typefaces" width="400" height="260" /></p>
<p>Slab typefaces are relatively new in the Internet world. However, they&#8217;ve been around for hundreds of years in the &#8220;real world.&#8221; Think, the typeface used on wild west wanted posters. Why are they catching on now? The aforementioned trend towards larger logos and typefaces lends itself nicely for the mighty slab to take it&#8217;s place among the web-elite. Like a double bacon burger with extra cheese, slab typeface doesn&#8217;t do anything daintily.</p>
<p><strong>4. One page layouts </strong></p>
<p><img class="alignnone size-full wp-image-1673" src="http://webrulon.com/wp-content/uploads/2010/01/one-page-layouts.jpg" alt="one page layouts " width="400" height="260" /></p>
<p>As opposed to the mighty slab, one page layouts challenge you to edit away what’s unnecessary. In 2010, this trend will move away from quirky navigation and become more minimal in its approach. These websites are more like clickable business cards. They will be more of a one-stop-shop for how to locate you and your work on various other sites– your blog and your social media hangouts. They could also eventually overtake the conventional resume.</p>
<p><strong>5. Change of perspective </strong></p>
<p><img class="alignnone size-full wp-image-1674" src="http://webrulon.com/wp-content/uploads/2010/01/change-of-perspective.jpg" alt="change of perspective " width="400" height="260" /></p>
<p>The desktop perspective has been around so long now that it&#8217;s time for a chance. Put a cork in it. It&#8217;s done. Ok, well not done. But there will be more choices in 2010 for sure. One such choice is a change in perspective. This could be side-shot aerial, foregrounds and backgrounds mixed(shown above) and any other number of experimental perspectives. We&#8217;ll see what designers think of as the year plays out</p>
<p>That is it for now. What do you think? Have any of your own ideas where web design is going in 2010? Let us know.</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://webrulon.com/5-web-design-trends-to-look-out-for-in-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>50 Amazing jQuery Examples</title>
		<link>http://webrulon.com/50-amazing-jquery-examples/</link>
		<comments>http://webrulon.com/50-amazing-jquery-examples/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 00:36:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax & Javascript]]></category>

		<guid isPermaLink="false">http://webrulon.com/new/?p=171</guid>
		<description><![CDATA[<a href="http://webrulon.com/50-amazing-jquery-examples/"><img align="left" hspace="5" width="150" src="http://media.smashingmagazine.com/cdn_noupe/img/lavalamp.gif" class="alignleft wp-post-image tfe" alt="Lavalamp in 50+ Amazing Jquery Examples- Part1" title="" /></a>Yeah, we all know jQuery has been taking the web development world by storm these past few years. Many of us have been using a good deal of the plugins lately. Below you&#8217;ll find a list of 50 amazing plugins that many developers use. Some of these you may have already seen, others might be [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Yeah, we all know jQuery has been taking the web development world by storm these past few years. Many of us have been using a good deal of the plugins lately. Below you&#8217;ll find a list of 50 amazing plugins that many developers use. Some of these you may have already seen, others might be new to you. Check them out and I hope they offer you some inspiration.</p>
<p><span id="more-46"> </span></p>
<hr />
<h4>Menu</h4>
<p>1) <a href="http://gmarwaha.com/blog/?cat=8">LavaLamp</a></p>
<p><img src="http://media.smashingmagazine.com/cdn_noupe/img/lavalamp.gif" alt="Lavalamp in 50+ Amazing Jquery Examples- Part1" /></p>
<hr />2) <a href="http://www.webintenta.com/wp-content/uploads/file/JQueryCollapse.html">jQuery Collapse</a> -A plugin for jQuery to collapse content of div container. Useful.</p>
<hr />3) <a href="http://blog.evaria.com/wp-content/themes/blogvaria/jquery/index-multi.php">A Navigation Menu</a>- Unordered List with anchors and nested lists, also demonstrates how to add a second level list.</p>
<p><img src="http://media.smashingmagazine.com/cdn_noupe/img/j20.gif" alt="J20 in 50+ Amazing Jquery Examples- Part1" /></p>
<hr />4) <a href="http://be.twixt.us/jquery/suckerFish.php">SuckerFish Style</a></p>
<p><img src="http://media.smashingmagazine.com/cdn_noupe/img/j21.gif" alt="J21 in 50+ Amazing Jquery Examples- Part1" /></p>
<hr />
<h4>Tabs</h4>
<p>5) <a href="http://stilbuero.de/jquery/tabs_3/" class="broken_link" >jQuery UI Tabs / Tabs 3</a> – This simple jQuery based tab-navigation plugin is easy to use.</p>
<p><a href="http://stilbuero.de/jquery/tabs_3/" class="broken_link" ><img src="http://media.smashingmagazine.com/cdn_noupe/img/j12.gif" alt="J12 in 50+ Amazing Jquery Examples- Part1" /></a></p>
<hr />6) <a href="http://mattberseth.com/blog/2007/11/jquery_tabcontainer_theme_with.html">TabContainer Theme</a> – JQuery style fade animation that runs as the user navigates between selected tabs. Really classes up your site.</p>
<p><a href="http://stilbuero.de/jquery/tabs_3/" class="broken_link" ><img src="http://media.smashingmagazine.com/cdn_noupe/img/j23.gif" alt="J23 in 50+ Amazing Jquery Examples- Part1" /></a></p>
<hr />
<h4>Accordion</h4>
<p>7 ) <a href="http://plugins.jquery.com/project/accordion">jQuery Accordion</a></p>
<p><a href="http://jquery.bassistance.de/accordion/?p=1.1.1">Demo<br />
<img src="http://media.smashingmagazine.com/cdn_noupe/img/j22.gif" alt="J22 in 50+ Amazing Jquery Examples- Part1" /></a></p>
<hr /> <img src='http://webrulon.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> <a href="http://www.i-marco.nl/weblog/jquery-accordion-menu/">Simple JQuery Accordion menu</a></p>
<p><a href="http://www.i-marco.nl/weblog/jquery-accordion-menu/"><img src="http://media.smashingmagazine.com/cdn_noupe/img/j35.gif" alt="J35 in 50+ Amazing Jquery Examples- Part1" /></a></p>
<hr />
<h4>SlideShows</h4>
<p>9) <a href="http://www.mind-projects.it/blog/?page_id=14">jQZoom</a>- allows you to install a small magnifier window close to an image on your web page. See example below for clarification.</p>
<p><img src="http://media.smashingmagazine.com/cdn_noupe/img/j14.gif" alt="J14 in 50+ Amazing Jquery Examples- Part1" /></p>
<hr />10) <a href="http://benjaminsterling.com/jquery-jqgalview-photo-gallery/">Image/Photo Gallery Viewer</a>- This handy plugin allows you to take a group of images and turn it into an flash-like image and photo gallery. It even allows you to style it however you want and add as many images at you want. Have it your way.</p>
<p><img src="http://media.smashingmagazine.com/cdn_noupe/img/j25.gif" alt="J25 in 50+ Amazing Jquery Examples- Part1" /></p>
<hr />
<h4>Transition Effects</h4>
<p>11) <a href="http://medienfreunde.com/lab/innerfade/"> InnerFade </a> – This is designed to fade any element that is inside of a container in and out.</p>
<p><a href="http://medienfreunde.com/lab/innerfade/"><img src="http://media.smashingmagazine.com/cdn_noupe/img/j13.gif" alt="J13 in 50+ Amazing Jquery Examples- Part1" /></a></p>
<hr />12) <a href="http://gsgd.co.uk/sandbox/jquery/easing/"> Easing Plugin</a>- A jQuery plugin from the gurus at GSGD that gives advanced easing options. This uses Robert Penner&#8217;s easing equations for the transitions.</p>
<hr />13) <a href="http://jquery.offput.ca/highlightFade/old.php">Highlight Fade<br />
</a></p>
<hr />14) <a href="http://www.malsup.com/jquery/cycle/int2.html">jQuery Cycle Plugin</a>- This creates a series of interesting transition effects, such as image cross-fading and cycling. For you creative types.</p>
<p><a href="http://www.malsup.com/jquery/cycle/int2.html"><img src="http://media.smashingmagazine.com/cdn_noupe/img/j24.gif" alt="J24 in 50+ Amazing Jquery Examples- Part1" /></a></p>
<hr />
<h4>jQuery Carousel</h4>
<p>15) <a href="http://sorgalla.com/jcarousel/">Riding carousels with jQuery</a> –  This is a jQuery plugin controls a list of items in either horizontal or vertical order.</p>
<p><a href="http://sorgalla.com/jcarousel/">Demo :<br />
<img src="http://media.smashingmagazine.com/cdn_noupe/img/j9.gif" alt="J9 in 50+ Amazing Jquery Examples- Part1" /></a></p>
<hr />
<h4>Color Picker</h4>
<p>16) <a href="http://acko.net/dev/farbtastic">Farbtastic</a> – This plugin uses Javascript to enable you to add one or more color picker widgets into a page.</p>
<p><a href="http://acko.net/dev/farbtastic">Demo :<br />
<img src="http://media.smashingmagazine.com/cdn_noupe/img/j36.gif" alt="J36 in 50+ Amazing Jquery Examples- Part1" /></a></p>
<hr />17) <a href="http://www.intelliance.fr/jquery/color_picker/">jQuery Color Picker</a></p>
<hr />
<h4>LightBox</h4>
<p>18) <a href="http://jquery.com/demo/thickbox/">jQuery ThickBox</a> –  is a webpage user interface dialog widget written in JavaScript.</p>
<p><a href="http://jquery.com/demo/thickbox/">Demo :<br />
<img src="http://media.smashingmagazine.com/cdn_noupe/img/j10.gif" alt="J10 in 50+ Amazing Jquery Examples- Part1" /></a></p>
<hr />19) <a href="http://www.ericmmartin.com/simplemodal/">SimpleModal Demos</a> – This plugin&#8217;s goal is to provide developers with a cross-browser overlay and a container that will be populated with content provided via SimpleModal.</p>
<p><a href="http://www.ericmmartin.com/simplemodal/">Demo :<br />
<img src="http://media.smashingmagazine.com/cdn_noupe/img/j17.gif" alt="J17 in 50+ Amazing Jquery Examples- Part1" /></a></p>
<hr />20) <a href="http://leandrovieira.com/projects/jquery/lightbox/">jQuery lightBox Plugin</a> – This plugin puts the &#8220;S&#8221; in simple. It overlays images on the current page. That&#8217;s it. But what it does it does perfectly.</p>
<p><a href="http://leandrovieira.com/projects/jquery/lightbox/#example">Demo :<br />
<img src="http://media.smashingmagazine.com/cdn_noupe/img/j7.gif" alt="J7 in 50+ Amazing Jquery Examples- Part1" /></a></p>
<hr />
<h4>iframe</h4>
<p>21) <a href="http://33rockers.com/jquery/iframe-demo/">JQuery iFrame Plugin</a> – If javascript is turned off, this reverts the page to show a link to the content. Useful for sites that go in and out.</p>
<p><a href="http://33rockers.com/jquery/iframe-demo/"> <img src="http://media.smashingmagazine.com/cdn_noupe/img/j38.gif" alt="J38 in 50+ Amazing Jquery Examples- Part1" /></a></p>
<hr />
<h4>Form Validation</h4>
<p>22) <a href="http://bassistance.de/jquery-plugins/jquery-plugin-validation/">Validation</a> – This comprehensive set of form validation plugins even dynamically creates IDs and ties them to labels when they are missing.</p>
<p><a href="http://jquery.bassistance.de/validate/demo/">Demo :<br />
<img src="http://media.smashingmagazine.com/cdn_noupe/img/f9.gif" alt="F9 in 50+ Amazing Jquery Examples- Part1" /></a></p>
<hr />23) <a href="http://jqueryfordesigners.com/demo/ajax-validation.php">Ajax Form Validation</a> – Client side validation in a form using jQuery. The username will check with the server whether the chosen name is a) valid and b) available.</p>
<p><a href="http://jquery.bassistance.de/validate/demo-test/" class="broken_link" >Demo :<br />
<img src="http://media.smashingmagazine.com/cdn_noupe/img/j11.gif" alt="J11 in 50+ Amazing Jquery Examples- Part1" /></a></p>
<hr />24) <a href="http://itgroup.com.ph/alphanumeric/" class="broken_link" >jQuery AlphaNumeric</a> – This plugin allows you to prevent users from entering certain characters inside the form fields.</p>
<p><a href="http://itgroup.com.ph/alphanumeric/" class="broken_link" ><img src="http://media.smashingmagazine.com/cdn_noupe/img/j16.gif" alt="J16 in 50+ Amazing Jquery Examples- Part1" /></a></p>
<hr />
<h4>Form Elements</h4>
<p><img src="http://media.smashingmagazine.com/cdn_noupe/img/j15.gif" alt="J15 in 50+ Amazing Jquery Examples- Part1" /></p>
<hr />25) <a href="http://jquery.sanchezsalvador.com/page/jquerycombobox.aspx">jquery.Combobox</a> –  is an unobtrusive way of creating a HTML type combobox from a existing HTML Select element(s), a <a href="http://jquery.sanchezsalvador.com/jquery/page/jquerycomboboxexamplealternatestyle.aspx">Demo is here.</a></p>
<hr />26) <a href="http://kawika.org/jquery/checkbox/">jQuery Checkbox</a> – Provides for the styling of checkboxes that degrade elengantly when Javascript is disabled.</p>
<hr />27) <a href="http://www.appelsiini.net/projects/filestyle">File Style Plugin for jQuery</a> -This File Style plugin enables you to use imagse as a browse button. You can also style a filename field as a normal textfield using the magic of CSS.</p>
<hr />
<h4>Star Rating</h4>
<p><img src="http://media.smashingmagazine.com/cdn_noupe/img/j39.gif" alt="J39 in 50+ Amazing Jquery Examples- Part1" /></p>
<hr />28) <a href="http://php.scripts.psu.edu/rja171/widgets/rating.php">Simple Star Rating System</a></p>
<p>29)<a href="http://www.learningjquery.com/2007/05/half-star-rating-plugin">Half-Star Rating Plugin</a></p>
<hr />
<h4>ToolTips</h4>
<p>30) <a href="http://plugins.jquery.com/project/tooltip"> Tooltip Plugin Examples</a> – A fancy tooltip with some custom positioning. This tooltip features an extra class for nice shadows, and even some other content. You can find a <a href="http://jquery.bassistance.de/tooltip/">demo here.</a></p>
<hr />31) <a href="http://www.codylindley.com/blogstuff/js/jtip/">The jQuery Tooltip </a></p>
<p><a href="http://www.codylindley.com/blogstuff/js/jtip/"><img src="http://media.smashingmagazine.com/cdn_noupe/img/j4.gif" alt="J4 in 50+ Amazing Jquery Examples- Part1" /></a></p>
<h4>Tables Plugins</h4>
<p>32) <a href="http://15daysofjquery.com/examples/zebra/" class="broken_link" > Zebra Tables Demo </a>- This uses jQuery to do zebra striping and row hovering. If you are into this kind of thing, it&#8217;s the best of it&#8217;s class.</p>
<p><a href="http://15daysofjquery.com/examples/zebra/code/demoFinal.php" class="broken_link" >Demo :<br />
<img src="http://media.smashingmagazine.com/cdn_noupe/img/j26.gif" alt="J26 in 50+ Amazing Jquery Examples- Part1" /></a></p>
<hr />33) <a href="http://tablesorter.com/docs/#Demo">Table Sorter Plugin </a>- This plugin is for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. It can also successfully parse and sort many types of data, including linked data in a cell.</p>
<p><a href="http://tablesorter.com/docs/#Demo"><img src="http://media.smashingmagazine.com/cdn_noupe/img/j27.gif" alt="J27 in 50+ Amazing Jquery Examples- Part1" /></a></p>
<hr />34) <a href="http://jdsharp.us/jQuery/plugins/AutoScroll/demo.php">AutoScroll for jQuery</a> &#8211; This handy plugin allows for hotspot scrolling of web pages. That&#8217;s pretty much it.</p>
<p><a href="http://jdsharp.us/jQuery/plugins/AutoScroll/demo.php"><img src="http://media.smashingmagazine.com/cdn_noupe/img/j42.gif" alt="J42 in 50+ Amazing Jquery Examples- Part1" /></a></p>
<hr />35) <a href="http://www.webtoolkit.info/scrollable-html-table-plugin-for-jquery.html">Scrollable HTML table plugin</a>- This plugin is used to convert tables in ordinary HTML into scrollable ones. No additional coding is necessary, which is a massive time-saver.</p>
<p><a href="http://www.webtoolkit.info/demo/jquery/scrollable/demo.html">Demo :<br />
<img src="http://media.smashingmagazine.com/cdn_noupe/img/j34.gif" alt="J34 in 50+ Amazing Jquery Examples- Part1" /></a></p>
<h4>Draggable Droppables And Selectables</h4>
<p>36) <a href="http://interface.eyecon.ro/demos/sort.html"> Sortables </a>- This plugin allows you to sort several lists, mix and match the lists, and send the information to a database. Best of all? It&#8217;s super easy to use.</p>
<p><a href="http://interface.eyecon.ro/demos/sort.html"><img src="http://media.smashingmagazine.com/cdn_noupe/img/j28.gif" alt="J28 in 50+ Amazing Jquery Examples- Part1" /></a></p>
<hr />37) <a href="http://interface.eyecon.ro/demos/drag_drop_tree.html"> Draggables and droppables</a>- This is a jQuery plugin that allows you to use iDrop to drag and drop tree view nodes.</p>
<p><a href="http://interface.eyecon.ro/demos/drag_drop_tree.html"><img src="http://media.smashingmagazine.com/cdn_noupe/img/j30.gif" alt="J30 in 50+ Amazing Jquery Examples- Part1" /></a></p>
<hr />
<h4>Style Switcher</h4>
<p>38) <a href="http://www.kelvinluck.com/article/switch-stylesheets-with-jquery"> Switch stylesheets with jQuery</a>- This allows visitors to your website to choose which stylesheet they would like to view your site with. It uses cookies so when they return to the site or visit a different page they still get their chosen stylesheet. A <a href="http://www.kelvinluck.com/assets/jquery/styleswitch/">Demo is here.</a></p>
<hr />
<h4>Rounded Corners</h4>
<p>39) <a href="http://methvin.com/jquery/jq-corner-demo.html" class="broken_link" > jQuery Corner Demo</a></p>
<p><a href="http://methvin.com/jquery/jq-corner-demo.html" class="broken_link" ><img src="http://media.smashingmagazine.com/cdn_noupe/img/j31.gif" alt="J31 in 50+ Amazing Jquery Examples- Part1" /></a></p>
<hr />40) <a href="http://blue-anvil.com/jquerycurvycorners/test.html"> JQuery Curvy Corners</a>- This plugin, as the name suggests, does one thing only. Creates smooth, anti-aliased corners.</p>
<p><a href="http://blue-anvil.com/jquerycurvycorners/test.html"><img src="http://media.smashingmagazine.com/cdn_noupe/img/j40.gif" alt="J40 in 50+ Amazing Jquery Examples- Part1" /></a></p>
<hr />
<h4>Must See jQuery Examples</h4>
<p>41) <a href="http://www.digital-web.com/articles/jquery_crash_course/">jQuery Air</a> – This is a passenger management interface for charter flights. Also features a great Tutorial that you will enjoy.</p>
<p><a href="http://www.digital-web.com/extras/jquery_crash_course/">Demo :<br />
<img src="http://media.smashingmagazine.com/cdn_noupe/img/j6.gif" alt="J6 in 50+ Amazing Jquery Examples- Part1" /></a></p>
<hr />42) <a href="http://www.jnathanson.com/blog/client/jquery/heatcolor/index.cfm">HeatColor</a> -Heatcolor allows you to assign colors to the elements. It&#8217;s all based on a value derived from that element. The derived value is compared to a range of values, and it can find the min and max values of the desired elements, or you can pass them in manually.</p>
<p><a href="http://www.jnathanson.com/blog/client/jquery/heatcolor/index.cfm">Demo :<br />
<img src="http://media.smashingmagazine.com/cdn_noupe/img/j19.gif" alt="J19 in 50+ Amazing Jquery Examples- Part1" /></a></p>
<hr />43) <a href="http://markconstable.com/">Simple jQuery Examples</a> -This page contains a growing set of Query powered script examples in &#8220;pagemod&#8221; format. The code that is displayed when clicking &#8220;Source&#8221; is exactly the same Javascript code that powers each example. Feel free to save a copy of this page and use the example.</p>
<hr />44) <a href="http://kelvinluck.com/assets/jquery/datePicker/v2/demo/">Date Picker</a> &#8211; This is a flexible unobtrusive calendar component for jQuery.</p>
<p><a href="http://kelvinluck.com/assets/jquery/datePicker/v2/demo/">Demo :<br />
<img src="http://media.smashingmagazine.com/cdn_noupe/img/j32.gif" alt="J32 in 50+ Amazing Jquery Examples- Part1" /></a></p>
<hr />45) <a href="http://www.freewebs.com/flesler/jQuery.ScrollTo/">ScrollTo</a> -This is a plugin for jQuery thats you scroll to a certain object in the page. Pick a card, any card.</p>
<hr />46) <a href="http://methvin.com/jquery/splitter/3csplitter.html" class="broken_link" >3-Column Splitter Layout</a> -this is a 3-column layout using nested splitters. The left and right columns are a semi-fixed width; the center column grows or shrinks. Page scroll bars have been removed since all the content is inside the splitter, and the splitter is anchored to the bottom of the window using an onresize event handler.</p>
<p><a href="http://methvin.com/jquery/splitter/3csplitter.html" class="broken_link" ><img src="http://media.smashingmagazine.com/cdn_noupe/img/j29.gif" alt="J29 in 50+ Amazing Jquery Examples- Part1" /></a></p>
<hr />47) <a href="http://rikrikrik.com/jquery/pager/">Pager jQuery</a> -This neat little plugin creates a paginated effect.</p>
<p><a href="http://rikrikrik.com/jquery/pager/"><img src="http://media.smashingmagazine.com/cdn_noupe/img/j33.gif" alt="J33 in 50+ Amazing Jquery Examples- Part1" /></a></p>
<hr />48) <a href="http://www.texotela.co.uk/code/jquery/select/">Select box manipulation</a></p>
<hr />49) <a href="http://www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/" class="broken_link" >Cookie Plugin for jQuery</a></p>
<p>50) <a href="http://malsup.com/jquery/block/">JQuery BlockUI Plugin</a> -lets you simulate synchronous behavior when using AJAX, without locking the browser. When activated, it will prevent user activity with the page (or part of the page) until it is deactivated. BlockUI adds elements to the DOM to give it both the appearance and behavior of blocking user interaction.</p>
<p><a href="http://malsup.com/jquery/block/"><img src="http://media.smashingmagazine.com/cdn_noupe/img/j41.gif" alt="J41 in 50+ Amazing Jquery Examples- Part1" /></a></p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://webrulon.com/50-amazing-jquery-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

