<?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/"
><channel><title>WebAppers &#187; Menu</title><link>http://www.webappers.com</link> <description>- Hunting the Best Open Source Resources for Web Developers</description> <pubDate>Mon, 22 Mar 2010 07:01:47 +0000</pubDate> <generator>http://wordpress.org/?v=2.8.6</generator> <language>en</language> <item><title>BubbleUP jQuery Plugin for Your Menus</title><link>http://www.webappers.com/2010/03/04/bubbleup-jquery-plugin-for-your-menus/</link> <comments>http://www.webappers.com/2010/03/04/bubbleup-jquery-plugin-for-your-menus/#comments</comments> <pubDate>Thu, 04 Mar 2010 07:01:37 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[License Free]]></category> <category><![CDATA[Menu]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2535</guid> <description><![CDATA[BubbleUP jQuery Plugin is a fun and easy plugin to get you started in jQuery. The effect is a nice starting point for learning the basics and many of the steps involved in creating other more intricate plugins you will make in the future.
With BubbleUP, images in a list will enlarge with a smooth animation [...]]]></description> <content:encoded><![CDATA[<p><a
title="BubbleUP" href="http://aext.net/2010/02/learn-jquery-first-jquery-plugin-bubbleup/" target="_blank">BubbleUP jQuery Plugin</a> is a fun and easy plugin to get you started in jQuery. The effect is a nice starting point for learning the basics and many of the steps involved in creating other more intricate plugins you will make in the future.</p><p>With BubbleUP, images in a list will enlarge with a smooth animation when you move your mouse over it. Then, if you move the mouse out, it will reset to the original size with the same smooth animation. It has been tested on IE 7, Opera 10, Firefox 3.5, Safari 4, and Chrome 5 Beta.</p><p
style="text-align: center;"><a
title="BubbleUP" href="http://aext.net/2010/02/learn-jquery-first-jquery-plugin-bubbleup/" target="_blank"><img
class="size-full wp-image-2536 aligncenter" title="jquery-bubble" src="http://www.webappers.com/img/2010/02/jquery-bubble.jpg" alt="jquery-bubble" width="480" height="190" /></a></p><blockquote><p>Requirements:  jQuery Framework<br
/> Demo: <a
title="demo" rel="nofollow" href="http://aext.net/jquery-menu-plugin-bubbleup/" target="_blank">http://aext.net/jquery-menu-plugin-bubbleup/</a><br
/> License:  License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2008/10/16/jquery-context-menu-plugin-with-a-bunch-of-context-menus/" rel="bookmark" title="October 16, 2008">jQuery Context Menu Plugin with a Bunch of Context Menus</a></li><li><a
href="http://www.webappers.com/2010/02/03/jquery-multiselect-plugin-with-themeroller-support/" rel="bookmark" title="February 3, 2010">jQuery MultiSelect Plugin with ThemeRoller Support</a></li><li><a
href="http://www.webappers.com/2008/11/27/build-your-own-slideshow-with-s3slider-jquery-plugin/" rel="bookmark" title="November 27, 2008">Build Your Own Slideshow with s3Slider jQuery Plugin</a></li><li><a
href="http://www.webappers.com/2009/12/18/a-solution-of-jquery-animation-queue-buildup/" rel="bookmark" title="December 18, 2009">A Solution of jQuery Animation Queue Buildup</a></li><li><a
href="http://www.webappers.com/2009/11/10/easily-parse-xml-wtih-jparse-jquery-plugin/" rel="bookmark" title="November 10, 2009">Easily Parse XML wtih jParse jQuery Plugin</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2010/03/04/bubbleup-jquery-plugin-for-your-menus/feed/</wfw:commentRss> </item> <item><title>Mac-like Multi-level Dropdown Menu with CSS3</title><link>http://www.webappers.com/2010/03/02/mac-like-multi-level-dropdown-menu-with-css3/</link> <comments>http://www.webappers.com/2010/03/02/mac-like-multi-level-dropdown-menu-with-css3/#comments</comments> <pubDate>Tue, 02 Mar 2010 07:01:47 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[License Free]]></category> <category><![CDATA[Menu]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2539</guid> <description><![CDATA[WebDesignerWall has shared the way he made the Mac-like multi-level dropdown menu using border-radius, box-shadow, and text-shadow. It is called CSS3 Dropdown Menu, which renders perfect on Firefox, Safari and Chrome. The dropdown also works on non-CSS3 compitable browsers such as IE7+, but the rounded corners and shadow will not be rendered.
There is one gradient [...]]]></description> <content:encoded><![CDATA[<p><strong>WebDesignerWall</strong> has shared the way he made the <strong>Mac-like multi-level dropdown menu using border-radius, box-shadow, and text-shadow</strong>. It is called <a
href="http://www.webdesignerwall.com/tutorials/css3-dropdown-menu/" target="_blank"><strong>CSS3 Dropdown Menu</strong></a>, which renders perfect on Firefox, Safari and Chrome. The dropdown also works on non-CSS3 compitable browsers such as IE7+, but the rounded corners and shadow will not be rendered.</p><p>There is one gradient image is used. A white-transparent image is used to achieve the gradient effect. Because the new CSS3 gradient feature is not supported by all browsers yet, it is safer to use a gradient background image.</p><p
style="text-align: center;"><a
href="http://www.webdesignerwall.com/tutorials/css3-dropdown-menu/" target="_blank"><img
class="size-full wp-image-2540 aligncenter" title="css3-dropdown-menu" src="http://www.webappers.com/img/2010/02/css3-dropdown-menu.jpg" alt="css3-dropdown-menu" width="480" height="233" /></a></p><blockquote><p>Requirements: -<br
/> Demo: <a
title="demo" rel="nofollow" href="http://www.webdesignerwall.com/demo/css3-dropdown-menu/" target="_blank">http://www.webdesignerwall.com/demo/css3-dropdown-menu/</a><br
/> License:  License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/10/23/accessible-very-tall-menus-with-jquery-and-css/" rel="bookmark" title="October 23, 2009">Accessible Very Tall Menus with jQuery and CSS</a></li><li><a
href="http://www.webappers.com/2009/07/03/how-to-create-a-scrolling-background-effect/" rel="bookmark" title="July 3, 2009">How To Create A Scrolling Background Effect</a></li><li><a
href="http://www.webappers.com/2007/12/24/advanced-css-menu-from-webdesignerwall/" rel="bookmark" title="December 24, 2007">Advanced CSS Menu from WebDesignerWall</a></li><li><a
href="http://www.webappers.com/2008/10/16/jquery-context-menu-plugin-with-a-bunch-of-context-menus/" rel="bookmark" title="October 16, 2008">jQuery Context Menu Plugin with a Bunch of Context Menus</a></li><li><a
href="http://www.webappers.com/2009/04/07/jquery-ipod-drilldown-and-flyout-styles-menu-system/" rel="bookmark" title="April 7, 2009">jQuery iPod Drilldown and Flyout Styles Menu System</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2010/03/02/mac-like-multi-level-dropdown-menu-with-css3/feed/</wfw:commentRss> </item> <item><title>Quicksand Reorder &amp; Filter Items with Slick Shuffling Animation</title><link>http://www.webappers.com/2010/02/13/quicksand-reorder-filter-items-with-slick-shuffling-animation/</link> <comments>http://www.webappers.com/2010/02/13/quicksand-reorder-filter-items-with-slick-shuffling-animation/#comments</comments> <pubDate>Sat, 13 Feb 2010 07:01:36 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[GPL License]]></category> <category><![CDATA[MIT License]]></category> <category><![CDATA[Menu]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2453</guid> <description><![CDATA[We love Mac apps, especially for their attention to detail. CoreAnimation makes it so easy to create useful and eye-pleasing effects. Quicksand aims at providing a similar experience for users on the web. It can reorder and filter items with a nice shuffling animation.
At the very basic level, Quicksand replaces one collection of items with [...]]]></description> <content:encoded><![CDATA[<p>We love Mac apps, especially for their attention to detail. CoreAnimation makes it so easy to create useful and eye-pleasing effects. <a
title="Quicksand" href="http://razorjack.net/quicksand/" target="_blank">Quicksand</a> aims at providing a similar experience for users on the web. It can <strong>reorder and filter items with a nice shuffling animation</strong>.</p><p>At the very basic level, Quicksand replaces one collection of items with another. All you need to do is provide those two sets of items. Advanced demonstrations include custom jQuery code to achieve some of the goals, like sorting or making Ajax calls. This code can be copied and used freely, but it&#8217;s not part of the plugin.</p><p
style="text-align: center;"><a
title="Quicksand" href="http://razorjack.net/quicksand/" target="_blank"><img
class="size-full wp-image-2454 aligncenter" title="jquery-filter" src="http://www.webappers.com/img/2010/02/jquery-filter.jpg" alt="jquery-filter" width="480" height="285" /></a></p><blockquote><p>Requirements:  jQuery Framework<br
/> Demo: <a
title="demo" rel="nofollow" href="http://razorjack.net/quicksand/" target="_blank">http://razorjack.net/quicksand/</a><br
/> License: MIT and GPL2 License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/02/21/scroll-your-html-elements-with-jquery-scrollable/" rel="bookmark" title="February 21, 2009">Scroll Your HTML Elements with jQuery Scrollable</a></li><li><a
href="http://www.webappers.com/2007/09/19/sort-multiple-columns-with-tablesorter-jquery-plugin/" rel="bookmark" title="September 19, 2007">Sort Multiple Columns with Tablesorter jQuery Plugin</a></li><li><a
href="http://www.webappers.com/2008/10/24/quicksearch-v20-filters-large-sets-of-data-really-quickly/" rel="bookmark" title="October 24, 2008">QuickSearch v2.0 Filters Large Sets of Data Really Quickly</a></li><li><a
href="http://www.webappers.com/2009/04/13/showing-how-each-sorting-algorithm-operates/" rel="bookmark" title="April 13, 2009">Showing How Each Sorting Algorithm Operates</a></li><li><a
href="http://www.webappers.com/2009/12/11/simple-easy-interactive-featured-items-widget/" rel="bookmark" title="December 11, 2009">Simple &#038; Easy Interactive Featured Items Widget</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2010/02/13/quicksand-reorder-filter-items-with-slick-shuffling-animation/feed/</wfw:commentRss> </item> <item><title>jQuery Magic Line Sliding Style Navigation</title><link>http://www.webappers.com/2010/02/10/jquery-magic-line-sliding-style-navigation/</link> <comments>http://www.webappers.com/2010/02/10/jquery-magic-line-sliding-style-navigation/#comments</comments> <pubDate>Wed, 10 Feb 2010 07:01:10 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[License Free]]></category> <category><![CDATA[Menu]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2436</guid> <description><![CDATA[jQuery Magic Line Navigation allows us to have a highlight of some kind (a background or an underline) follow you around as you mouse over the different links in the navigation. This will happen with jQuery and it’s animation abilities.
As such, the &#8220;magic line&#8221; will only be appended via JavaScript. Once added to the list [...]]]></description> <content:encoded><![CDATA[<p><a
title="jQuery MagicLine Navigation" href="http://css-tricks.com/jquery-magicline-navigation/" target="_blank">jQuery Magic Line Navigation</a> allows us to have a highlight of some kind (a background or an underline) follow you around as you mouse over the different links in the navigation. This will happen with jQuery and it’s animation abilities.</p><p>As such, the &#8220;magic line&#8221; will only be appended via JavaScript. Once added to the list and styled, as you mouse over the different links, it figures out the left positioning and the width and animates to match.</p><p
style="text-align: center;"><a
title="jQuery MagicLine Navigation" href="http://css-tricks.com/jquery-magicline-navigation/" target="_blank"><img
class="size-full wp-image-2437 aligncenter" title="dynamic-menu" src="http://www.webappers.com/img/2010/02/dynamic-menu.jpg" alt="dynamic-menu" width="480" height="186" /></a></p><blockquote><p>Requirements:  jQuery Framework<br
/> Demo: <a
title="demo" rel="nofollow" href="http://css-tricks.com/examples/MagicLine/" target="_blank">http://css-tricks.com/examples/MagicLine/</a><br
/> License:  License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2010/02/20/chat-room-v2-with-php-jquery-and-a-text-file/" rel="bookmark" title="February 20, 2010">Chat Room v2 with PHP, jQuery, and a Text File</a></li><li><a
href="http://www.webappers.com/2009/09/11/how-to-create-a-realistic-hover-effect-with-jquery/" rel="bookmark" title="September 11, 2009">How To Create a Realistic Hover Effect with jQuery</a></li><li><a
href="http://www.webappers.com/2009/07/22/get-a-closer-look-with-anythingzoomer-jquery-plugin/" rel="bookmark" title="July 22, 2009">Get a Closer Look with AnythingZoomer jQuery Plugin</a></li><li><a
href="http://www.webappers.com/2009/10/23/accessible-very-tall-menus-with-jquery-and-css/" rel="bookmark" title="October 23, 2009">Accessible Very Tall Menus with jQuery and CSS</a></li><li><a
href="http://www.webappers.com/2009/06/24/os-x-style-docks-stacks-navigation-with-jquery/" rel="bookmark" title="June 24, 2009">OS X Style Docks &#038; Stacks Navigation with jQuery</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2010/02/10/jquery-magic-line-sliding-style-navigation/feed/</wfw:commentRss> </item> <item><title>How to Create Dynamic Tabs with jQuery</title><link>http://www.webappers.com/2010/01/29/how-to-create-dynamic-tabs-with-jquery/</link> <comments>http://www.webappers.com/2010/01/29/how-to-create-dynamic-tabs-with-jquery/#comments</comments> <pubDate>Fri, 29 Jan 2010 07:01:26 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[License Free]]></category> <category><![CDATA[Menu]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2373</guid> <description><![CDATA[When we talk about tabs on web we usually think about tabs used for navigation. However, in this case we want to use them for showing different entities on the same page. We will try to simulate tabs as seen in browsers. Take Google docs for example, instead of opening each document in a new [...]]]></description> <content:encoded><![CDATA[<p>When we talk about tabs on web we usually think about tabs used for navigation. However, in this case we want to use them for showing different entities on the same page. We will try to simulate tabs as seen in browsers. Take Google docs for example, instead of opening each document in a new window (or browser tab), you could open them in page tabs.</p><p><strong>Janko</strong> has written a throughout tutorial that shows you <a
title="jQuery Dynamic Tabs" href="http://www.jankoatwarpspeed.com/post/2010/01/26/dynamic-tabs-jquery.aspx" target="_blank">How to Use jQuery to Create Dynamic Tabs</a> that can be added and removed dynamically. He has also mentioned how to use tabs and in which context should they be used in order to make them meaningful and usable.</p><p
style="text-align: center;"><a
title="Dynamic Tabs jQuery" href="http://www.jankoatwarpspeed.com/post/2010/01/26/dynamic-tabs-jquery.aspx" target="_blank"><img
class="alignnone size-full wp-image-2375" title="page-tabs-jquery" src="http://www.webappers.com/img/2010/01/page-tabs-jquery.jpg" alt="page-tabs-jquery" width="480" height="158" /></a></p><blockquote><p>Requirements:  jQuery Framework<br
/> Demo: <a
title="demo" rel="nofollow" href="http://www.jankoatwarpspeed.com/examples/dynamic_tabs/" target="_blank">http://www.jankoatwarpspeed.com/examples/dynamic_tabs/</a><br
/> License: License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2008/10/16/jquery-context-menu-plugin-with-a-bunch-of-context-menus/" rel="bookmark" title="October 16, 2008">jQuery Context Menu Plugin with a Bunch of Context Menus</a></li><li><a
href="http://www.webappers.com/2010/01/15/how-to-create-a-cutsom-facebook-page-with-fbjs/" rel="bookmark" title="January 15, 2010">How to Create a Custom Facebook Page with FBJS</a></li><li><a
href="http://www.webappers.com/2009/04/14/how-to-create-skype-like-buttons-with-jquery/" rel="bookmark" title="April 14, 2009">How to Create Skype-like Buttons with jQuery</a></li><li><a
href="http://www.webappers.com/2009/03/14/highly-customizable-mootools-contextmenu-plugin/" rel="bookmark" title="March 14, 2009">Highly Customizable Mootools ContextMenu Plugin</a></li><li><a
href="http://www.webappers.com/2009/06/04/how-to-implement-docking-functionality-with-jquery/" rel="bookmark" title="June 4, 2009">How to Implement Docking Functionality with jQuery</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2010/01/29/how-to-create-dynamic-tabs-with-jquery/feed/</wfw:commentRss> </item> <item><title>How to Create Facebook Style Footer Admin Panel</title><link>http://www.webappers.com/2010/01/12/how-to-create-facebook-style-footer-admin-panel/</link> <comments>http://www.webappers.com/2010/01/12/how-to-create-facebook-style-footer-admin-panel/#comments</comments> <pubDate>Tue, 12 Jan 2010 07:07:40 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[License Free]]></category> <category><![CDATA[Menu]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2247</guid> <description><![CDATA[The popularity of social media has been booming in the past few years and Facebook definitely has climbed high to the top of the social network rankings. Facebook has many Ajax driven features and applications that are very impressive, and one of the things is the footer admin panel, where it neatly organizes frequently used [...]]]></description> <content:encoded><![CDATA[<p>The popularity of social media has been booming in the past few years and Facebook definitely has climbed high to the top of the social network rankings. Facebook has many Ajax driven features and applications that are very impressive, and one of the things is the footer admin panel, where it neatly organizes frequently used links and applications.</p><p>SohTanaka has created a tutorial about how to recreate the <a
title="Facebook Style Footer Admin Panel" href="http://www.sohtanaka.com/web-design/facebook-style-footer-admin-panel-part-1/" target="_blank">Facebook Style Footer Admin Panel with CSS and jQuery Part I</a> and <a
href="http://www.sohtanaka.com/web-design/facebook-style-footer-admin-panel-part-2/" target="_blank">Part II</a>. The footer panel can be useful for admin driven applications and much more. There are many useful techniques like the fixed footer, CSS tooltips, height calculation function, and multiple toggle function, that can be used in various ways for your future projects.</p><p
style="text-align: center;"><a
title="Facebook Style Footer Admin Panel" href="http://www.sohtanaka.com/web-design/facebook-style-footer-admin-panel-part-1/" target="_blank"><img
class="size-full wp-image-2248 aligncenter" title="facebook-admin" src="http://www.webappers.com/img/2010/01/facebook-admin.jpg" alt="facebook-admin" width="480" height="262" /></a></p><blockquote><p>Requirements: jQuery Framework<br
/> Demo: <a
title="demo" rel="nofollow" href="http://www.sohtanaka.com/web-design/examples/footer-panel/" target="_blank">http://www.sohtanaka.com/web-design/examples/footer-panel/</a><br
/> License:  License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/06/04/how-to-implement-docking-functionality-with-jquery/" rel="bookmark" title="June 4, 2009">How to Implement Docking Functionality with jQuery</a></li><li><a
href="http://www.webappers.com/2009/04/03/create-a-nice-clean-sliding-login-panel-in-jquery/" rel="bookmark" title="April 3, 2009">Create a Nice &#038; Clean Sliding Login Panel in jQuery</a></li><li><a
href="http://www.webappers.com/2009/06/10/autoresizing-smart-columns-with-jquery/" rel="bookmark" title="June 10, 2009">Autoresizing Smart Columns with jQuery</a></li><li><a
href="http://www.webappers.com/2009/09/18/20-professional-web-admin-templates-on-themeforest/" rel="bookmark" title="September 18, 2009">20 Professional Web Admin Templates on ThemeForest</a></li><li><a
href="http://www.webappers.com/2009/01/14/useful-web-application-user-interface-techniques/" rel="bookmark" title="January 14, 2009">Useful Web Application User Interface Techniques</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2010/01/12/how-to-create-facebook-style-footer-admin-panel/feed/</wfw:commentRss> </item> <item><title>A Solution of jQuery Animation Queue Buildup</title><link>http://www.webappers.com/2009/12/18/a-solution-of-jquery-animation-queue-buildup/</link> <comments>http://www.webappers.com/2009/12/18/a-solution-of-jquery-animation-queue-buildup/#comments</comments> <pubDate>Fri, 18 Dec 2009 15:56:39 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[GPL License]]></category> <category><![CDATA[MIT License]]></category> <category><![CDATA[Menu]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2148</guid> <description><![CDATA[The problem of mouseover/-out the menu a couple of times. After you stop moving the mouse, the animation will continue since you&#8217;ve built up the animation queue with every mouse event.
Some uses the stop() method to prevent animation queue buildup. While this helps solve the initial problem, it introduces another: When you now do a [...]]]></description> <content:encoded><![CDATA[<p>The problem of mouseover/-out the menu a couple of times. After you stop moving the mouse, the animation will continue since you&#8217;ve built up the animation queue with every mouse event.</p><p>Some uses the stop() method to prevent animation queue buildup. While this helps solve the initial problem, it introduces another: When you now do a fast mouseover/-out, you will see no animation at all or just a part of the animation. This behavior seems somehow unnatural.</p><p><a
title="HoverFlow" href="http://www.2meter3.de/code/hoverFlow/" target="_blank">The HoverFlow Plugin</a> is the solution, which <strong>honors a single mouseover/-out with a full animation cycle while preventing animation queue buildup</strong>. A queued animation will only run if it corresponds with the current mouse position at &#8220;runtime&#8221;. That is, a mouseover animation will only run if the mouse is currently over the element, and a mouseout animation will only run if the mouse is currently not over the element. Otherwise, the animation queue is emptied.</p><p
style="text-align: center;"><a
title="HoverFlow" href="http://www.2meter3.de/code/hoverFlow/" target="_blank"><img
class="size-full wp-image-2149 aligncenter" title="hover-flow" src="http://www.webappers.com/img/2009/12/hover-flow.jpg" alt="hover-flow" width="480" height="218" /></a></p><blockquote><p>Requirements: jQuery Framework<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://www.2meter3.de/code/hoverFlow/" target="_blank">http://www.2meter3.de/code/hoverFlow/</a><br
/> License: MIT and GPL License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/09/11/how-to-create-a-realistic-hover-effect-with-jquery/" rel="bookmark" title="September 11, 2009">How To Create a Realistic Hover Effect with jQuery</a></li><li><a
href="http://www.webappers.com/2008/09/23/jquery-for-menu-background-image-animations/" rel="bookmark" title="September 23, 2008">jQuery for Menu Background Image Animations</a></li><li><a
href="http://www.webappers.com/2008/05/11/easiest-tooltip-and-image-preview-using-jquery/" rel="bookmark" title="May 11, 2008">Easiest Tooltip and Image Preview Using jQuery</a></li><li><a
href="http://www.webappers.com/2010/03/17/presentation-cycle-with-a-progress-bar/" rel="bookmark" title="March 17, 2010">Presentation Cycle with a Progress Bar</a></li><li><a
href="http://www.webappers.com/2010/03/04/bubbleup-jquery-plugin-for-your-menus/" rel="bookmark" title="March 4, 2010">BubbleUP jQuery Plugin for Your Menus</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/12/18/a-solution-of-jquery-animation-queue-buildup/feed/</wfw:commentRss> </item> <item><title>How to Create Mega Drop Down Menus with jQuery</title><link>http://www.webappers.com/2009/11/05/how-to-create-mega-drop-down-menus-with-jquery/</link> <comments>http://www.webappers.com/2009/11/05/how-to-create-mega-drop-down-menus-with-jquery/#comments</comments> <pubDate>Thu, 05 Nov 2009 07:01:53 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[License Free]]></category> <category><![CDATA[Menu]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1910</guid> <description><![CDATA[Do you remeber we have published a post of Accessible Very Tall Menus with jQuery and CSS? Some people found it not a good way to present information, because we cannot see everything on the menu in one go.
Now SohTanaka has come up with another solution &#8211; Mega Drop Down Menus. According to usability expert [...]]]></description> <content:encoded><![CDATA[<p>Do you remeber we have published a post of <a
title="Tall Menus" href="http://www.webappers.com/2009/10/23/accessible-very-tall-menus-with-jquery-and-css/" target="_self">Accessible Very Tall Menus with jQuery and CSS</a>? Some people found it not a good way to present information, because we cannot see everything on the menu in one go.</p><p>Now <strong>SohTanaka</strong> has come up with another solution &#8211; <a
title="Mega Drop Down Menus" href="http://www.sohtanaka.com/web-design/mega-drop-downs-w-css-jquery/" target="_blank"><strong>Mega Drop Down Menus</strong></a>. According to usability expert Jakob Nielson, mega drop down menus tested to be more efficient for large scale websites.</p><p
style="text-align: center;"><a
title="Mega Drop Down Menus" href="http://www.sohtanaka.com/web-design/mega-drop-downs-w-css-jquery/" target="_blank"><img
class="size-full wp-image-1911 aligncenter" title="mega-dropdown-menu" src="http://www.webappers.com/img/2009/11/mega-dropdown-menu.jpg" alt="mega-dropdown-menu" width="480" height="167" /></a></p><blockquote><p>Requirements: jQuery Framework<br
/> Demo: <a
rel="nofollow" href="http://www.sohtanaka.com/web-design/examples/mega-dropdowns/" target="_blank">http://www.sohtanaka.com/web-design/examples/mega-dropdowns/</a><br
/> License: License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/09/24/greyscale-hover-effect-with-css-jquery/" rel="bookmark" title="September 24, 2009">Greyscale Hover Effect with CSS &#038; jQuery</a></li><li><a
href="http://www.webappers.com/2010/02/15/automatic-image-rotator-with-css-and-jquery/" rel="bookmark" title="February 15, 2010">Automatic Image Rotator with CSS and jQuery</a></li><li><a
href="http://www.webappers.com/2009/05/13/sexy-page-peel-effect-tutorial-jquery-plugin/" rel="bookmark" title="May 13, 2009">Sexy Page Peel Effect Tutorial &#038; jQuery Plugin</a></li><li><a
href="http://www.webappers.com/2009/05/06/how-to-create-an-image-rotator-with-jquery-and-css/" rel="bookmark" title="May 6, 2009">How to Create an Image Rotator with jQuery and CSS</a></li><li><a
href="http://www.webappers.com/2010/01/12/how-to-create-facebook-style-footer-admin-panel/" rel="bookmark" title="January 12, 2010">How to Create Facebook Style Footer Admin Panel</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/11/05/how-to-create-mega-drop-down-menus-with-jquery/feed/</wfw:commentRss> </item> <item><title>Accessible Very Tall Menus with jQuery and CSS</title><link>http://www.webappers.com/2009/10/23/accessible-very-tall-menus-with-jquery-and-css/</link> <comments>http://www.webappers.com/2009/10/23/accessible-very-tall-menus-with-jquery-and-css/#comments</comments> <pubDate>Fri, 23 Oct 2009 07:01:25 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[License Free]]></category> <category><![CDATA[Menu]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1836</guid> <description><![CDATA[The problem with long dropdowns is that the dropdown itself can go below the fold of the website. That is, below the visible area of the browser window. So in order to access those menu items down below, you need to scroll your browser window.
For those of us with scroll wheels of some kind on [...]]]></description> <content:encoded><![CDATA[<p>The problem with long dropdowns is that the dropdown itself can go below the fold of the website. That is, below the visible area of the browser window. So in order to access those menu items down below, you need to scroll your browser window.</p><p>For those of us with scroll wheels of some kind on our mouses, it’s not a big deal. For those without, those lower menu items are totally inaccessible, because to use the browser scrollbar means mousing off the menu and probably having it close.</p><p><strong>CSS Tricks</strong> has come up with a <strong><a
title="Solution for Long Dropdowns" href="http://css-tricks.com/long-dropdowns-solution/" target="_blank">Solution For Very Long Dropdown Menus</a></strong>, and tell us how to implement a technique where as you scroll down, the menu actually moved in an accelerated fashion. Therefore the menu can be accessible even the user has no scroll wheels on his mouse.</p><p
style="text-align: center;"><a
title="Solution for Long Dropdowns" href="http://css-tricks.com/long-dropdowns-solution/" target="_blank"><img
class="size-full wp-image-1837 aligncenter" title="css-tall-menu" src="http://www.webappers.com/img/2009/10/css-tall-menu.jpg" alt="css-tall-menu" width="480" height="270" /></a></p><blockquote><p>Requirements: jQuery Framework<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://css-tricks.com/examples/LongDropdowns//" target="_blank">http://css-tricks.com/examples/LongDropdowns/</a><br
/> License: License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2010/03/02/mac-like-multi-level-dropdown-menu-with-css3/" rel="bookmark" title="March 2, 2010">Mac-like Multi-level Dropdown Menu with CSS3</a></li><li><a
href="http://www.webappers.com/2009/01/16/accessible-news-slider-plugin-built-for-jquery/" rel="bookmark" title="January 16, 2009">Accessible News Slider Plugin Built for jQuery</a></li><li><a
href="http://www.webappers.com/2009/05/28/detect-page-scrolling-with-mootools-scrollspy/" rel="bookmark" title="May 28, 2009">Detect Page Scrolling with MooTools ScrollSpy</a></li><li><a
href="http://www.webappers.com/2009/02/21/scroll-your-html-elements-with-jquery-scrollable/" rel="bookmark" title="February 21, 2009">Scroll Your HTML Elements with jQuery Scrollable</a></li><li><a
href="http://www.webappers.com/2008/10/16/jquery-context-menu-plugin-with-a-bunch-of-context-menus/" rel="bookmark" title="October 16, 2008">jQuery Context Menu Plugin with a Bunch of Context Menus</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/10/23/accessible-very-tall-menus-with-jquery-and-css/feed/</wfw:commentRss> </item> <item><title>How To Create a Realistic Hover Effect with jQuery</title><link>http://www.webappers.com/2009/09/11/how-to-create-a-realistic-hover-effect-with-jquery/</link> <comments>http://www.webappers.com/2009/09/11/how-to-create-a-realistic-hover-effect-with-jquery/#comments</comments> <pubDate>Fri, 11 Sep 2009 07:01:58 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[License Free]]></category> <category><![CDATA[Menu]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1629</guid> <description><![CDATA[Would you like to Create a Realistic Hover Effect With jQuery? It adds a rising hover effect to a set of icon links using jQuery’s animate effect. In a nutshell, the JS appends the reflection/shadow to each &#60;li&#62;, then animates the position and opacity of these elements and the icon links on hover. And .stop() [...]]]></description> <content:encoded><![CDATA[<p>Would you like to <a
title="Create Realistic Hover Effect" href="http://www.adrianpelletier.com/2009/05/31/create-a-realistic-hover-effect-with-jquery-ui/" target="_blank">Create a Realistic Hover Effect With jQuery</a>? It adds a rising hover effect to a set of icon links using jQuery’s animate effect. In a nutshell, the JS appends the reflection/shadow to each <code>&lt;li&gt;</code>, then animates the position and opacity of these elements and the icon links on hover. And <code>.stop()</code> eliminates any queue buildup from quickly mousing back and forth over the navigation.</p><p
style="text-align: center;"><a
title="Create Realistic Hover Effect" href="http://www.adrianpelletier.com/2009/05/31/create-a-realistic-hover-effect-with-jquery-ui/" target="_blank"><img
src="http://www.webappers.com/img/2009/07/hover-menu.jpg" alt="Hover Menu" /></a></p><blockquote><p>Requirements: jQuery Framework<br
/> Demo: <a
title="demo" rel="nofollow" href="http://adrianpelletier.com/sandbox/jquery_hover_nav/" target="_blank">http://adrianpelletier.com/sandbox/jquery_hover_nav/</a><br
/> License:  License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/12/18/a-solution-of-jquery-animation-queue-buildup/" rel="bookmark" title="December 18, 2009">A Solution of jQuery Animation Queue Buildup</a></li><li><a
href="http://www.webappers.com/2009/04/24/create-fancy-thumbnail-hover-effect-with-jquery/" rel="bookmark" title="April 24, 2009">Create Fancy Thumbnail Hover Effect with jQuery</a></li><li><a
href="http://www.webappers.com/2009/09/24/greyscale-hover-effect-with-css-jquery/" rel="bookmark" title="September 24, 2009">Greyscale Hover Effect with CSS &#038; jQuery</a></li><li><a
href="http://www.webappers.com/2010/02/10/jquery-magic-line-sliding-style-navigation/" rel="bookmark" title="February 10, 2010">jQuery Magic Line Sliding Style Navigation</a></li><li><a
href="http://www.webappers.com/2009/05/13/sexy-page-peel-effect-tutorial-jquery-plugin/" rel="bookmark" title="May 13, 2009">Sexy Page Peel Effect Tutorial &#038; jQuery Plugin</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/09/11/how-to-create-a-realistic-hover-effect-with-jquery/feed/</wfw:commentRss> </item> </channel> </rss><!--
This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enchanced) (user agent is rejected)
Content Delivery Network via maxcdn.webappers.com (user agent is rejected)

Served from: ps11300.dreamhostps.com @ 2010-03-22 06:57:35 -->