<?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>Artatm &#187; mootools</title>
	<atom:link href="http://artatm.com/tag/mootools/feed/" rel="self" type="application/rss+xml" />
	<link>http://artatm.com</link>
	<description></description>
	<lastBuildDate>Mon, 26 Jul 2010 14:56:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Creating Accordion, Dropdown and Sliding Menus in Mootools</title>
		<link>http://artatm.com/2009/12/creating-accordion-dropdown-and-sliding-menus-in-mootools/</link>
		<comments>http://artatm.com/2009/12/creating-accordion-dropdown-and-sliding-menus-in-mootools/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 14:05:26 +0000</pubDate>
		<dc:creator>Jitu</dc:creator>
				<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[mootools]]></category>

		<guid isPermaLink="false">http://artatm.com/?p=415</guid>
		<description><![CDATA[

 MenuMatic, Creating Horizontal and Vertical Menus in Mootools

MenuMatic is a MooTools 1.2 class that takes a sematic ordered or unordered list of links and turns it into a dynamic drop down menu system.
Horizontal Sample


Vertical Sample

View Source Article

Show-Hide login panel in you wordpress theme using Mootools

Add a show/hide login panel to your Wordpress theme using Mootools.

View Source Article

Creating Accordion type, Animated menu in Mootools

This tutorial illustrates how to implement a nice accordion (animated) menu using Mootools and some lines of CSS and HTML code ready to reuse in your project.
View Sample
View Source Article

Creating a Sliding Menu Using the MooTools Framework

The tutorial here will show you how to create a sliding menu using the MooTools framework, you are required to have basic knowledge of HTML, you don&#8217;t need to know JavaScript to follow this tutorial, but JavaScript will help you understand what the code actually does.
View Sample
View Source Article

Mootools Show and Hide effect Menu

This is the basic example with a simple show/hide effect which you can implement just with some lines of JavaScript code.
View Sample
View Source Article

Creating Drop-Down Navigation with Movable Type

The goal of this tutorial is to demonstrate how to add category driven drop-down menus to your web site.

View Source Article

Sliding top panel Menu using mootools

This tutorial explains how to realize a simple sliding top panel (top/down) Menu using mootools, some line of css code and JavaScript.
View Source Article

JavaScript drop down menu using Mootools 1.2

A very easy, unobtrusive way to create a drop down menu
View Sample
View Source Article

BySlideMenu &#8211; Nice and powerful accordion menu

What is BySlideMenu?
BySlideMenu is a plugin for Mootools which allow you to easily create a beautiful accordion menu (sliding menu) on any element you want (ul/li, div, p &#8230;) using images and/or text.
Features

 Works horizontally or vertically.
Automatic size &#8211; The container width/height can be adjusted automatically.
Menu is expandable by mouseover or by click, as you want.
Menu can be pinned or not, by mouseover or click, you choose.
A default index can be defined.
 Can be used with any elements (ul/li, div, p&#8230;)
Overflow support.

View Soure Article

Flash Without Flash: Elegant Menu Fly-out


It’s a more elegant solution than regular fly-outs, but unfortunately, it’s done in Flash. Here is my version in JavaScript built with Mootools. Follow along as I describe the HTML, CSS, and JavaScript.
View Example



Related posts:<ol><li><a href='http://artatm.com/2010/01/collection-of-mega-drop-down-and-multi-level-menus/' rel='bookmark' title='Permanent Link: Collection of mega drop down and multi level menus'>Collection of mega drop down and multi level menus</a></li>
<li><a href='http://artatm.com/2009/12/40-free-javascript-image-gallery-flash-photo-gallery-hand-picked/' rel='bookmark' title='Permanent Link: 40 Free Javascript Image Gallery &#038; Flash Photo Gallery Hand-Picked'>40 Free Javascript Image Gallery &#038; Flash Photo Gallery Hand-Picked</a></li>
<li><a href='http://artatm.com/2009/11/amazing-mootools-plugins-to-enhance-your-website/' rel='bookmark' title='Permanent Link: Amazing Mootools Plugins to enhance your website'>Amazing Mootools Plugins to enhance your website</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<ol>
<h3>
<li> MenuMatic, Creating Horizontal and Vertical Menus in Mootools</li>
</h3>
<p>MenuMatic is a MooTools 1.2 class that takes a sematic ordered or unordered list of links and turns it into a dynamic drop down menu system.</p>
<p><a href="http://greengeckodesign.com/projects/menumatic/examples/horizontal/" class="viewit" target="_blank">Horizontal Sample</a><br />
<img src="http://artatm.com/wp-content/uploads/7th1.jpg" alt="7th" title="7th" width="450" height="117" class="alignnone size-full wp-image-417" /></p>
<p><span id="more-415"></span></p>
<p><a href="http://greengeckodesign.com/projects/menumatic/examples/vertical/" class="viewit" target="_blank">Vertical Sample</a><br />
<img src="http://artatm.com/wp-content/uploads/7th11.jpg" alt="7th1" title="7th1" width="450" height="117" class="alignnone size-full wp-image-418" /></p>
<p><a href="http://greengeckodesign.com/?q=menumatic" class="viewit" target="_blank">View Source Article</a></p>
<h3>
<li>Show-Hide login panel in you wordpress theme using Mootools</li>
</h3>
<p>Add a show/hide login panel to your Wordpress theme using Mootools.</p>
<p><img src="http://artatm.com/wp-content/uploads/6th.jpg" alt="6th" title="6th" width="450" height="71" class="alignnone size-full wp-image-419" /></p>
<p><a href="http://web-kreation.com/index.php/wordpress/add-a-showhide-login-panel-to-y  our-wordpress-theme-using-mootools/" class="viewit" target="_blank">View Source Article</a></p>
<h3>
<li>Creating Accordion type, Animated menu in Mootools</li>
</h3>
<p>This tutorial illustrates how to implement a nice accordion (animated) menu using Mootools and some lines of CSS and HTML code ready to reuse in your project.</p>
<p><a href="http://woork.bravehost.com/mefmoo/index.html" class="viewit" target="_blank">View Sample</a></p>
<p><a href="http://woork.blogspot.com/2008/04/nice-animated-menu-using-css-and.html" class="viewit" target="_blank">View Source Article</a></p>
<h3>
<li>Creating a Sliding Menu Using the MooTools Framework</li>
</h3>
<p>The tutorial here will show you how to create a sliding menu using the MooTools framework, you are required to have basic knowledge of HTML, you don&#8217;t need to know JavaScript to follow this tutorial, but JavaScript will help you understand what the code actually does.</p>
<p><a href="http://www.republicofcode.com/tutorials/webdevelopment/sliding_menu_mootools/slidemenu.html" class="viewit" target="_blank">View Sample</a></p>
<p><a href="http://www.republicofcode.com/tutorials/webdevelopment/sliding_menu_mootools/" class="viewit" target="_blank">View Source Article</a></p>
<h3>
<li>Mootools Show and Hide effect Menu</li>
</h3>
<p>This is the basic example with a simple show/hide effect which you can implement just with some lines of JavaScript code.</p>
<p><a href="http://woork.bravehost.com/moomenu/index.html" class="viewit" target="_blank">View Sample</a></p>
<p><a href="http://woork.blogspot.com/2008/03/two-css-vertical-menu-with-showhide.html" class="viewit" target="_blank">View Source Article</a></p>
<h3>
<li>Creating Drop-Down Navigation with Movable Type</li>
</h3>
<p>The goal of this tutorial is to demonstrate how to add category driven drop-down menus to your web site.</p>
<p><img src="http://artatm.com/wp-content/uploads/4th.jpg" alt="4th" title="4th" width="450" height="130" class="alignnone size-full wp-image-420" /></p>
<p><a href="http://www.movabletype.org/2008/08/creating_drop-down_navigation_with_movable_type.html" class="viewit" target="_blank">View Source Article</a></p>
<h3>
<li>Sliding top panel Menu using mootools</li>
</h3>
<p>This tutorial explains how to realize a simple sliding top panel (top/down) Menu using mootools, some line of css code and JavaScript.</p>
<p><a href="http://woork.blogspot.com/2008/03/sliding-top-panel-using-mootools_05.html" class="viewit" target="_blank">View Source Article</a></p>
<h3>
<li>JavaScript drop down menu using Mootools 1.2</li>
</h3>
<p>A very easy, unobtrusive way to create a drop down menu</p>
<p><a href="http://www.php-help.ro/examples/mootools1.2_drop_down_menu/" class="viewit" target="_blank">View Sample</a></p>
<p><a href="http://www.php-help.ro/mootools-12-javascript-examples/javascript-drop-down-menu-using-mootools-12/" class="viewit" target="_blank">View Source Article</a></p>
<h3>
<li>BySlideMenu &#8211; Nice and powerful accordion menu</li>
</h3>
<p><strong>What is BySlideMenu?</strong><br />
BySlideMenu is a plugin for Mootools which allow you to easily create a beautiful accordion menu (sliding menu) on any element you want (ul/li, div, p &#8230;) using images and/or text.</p>
<p><strong>Features</strong></p>
<ul>
<li> Works horizontally or vertically.</li>
<li>Automatic size &#8211; The container width/height can be adjusted automatically.</li>
<li>Menu is expandable by mouseover or by click, as you want.</li>
<li>Menu can be pinned or not, by mouseover or click, you choose.</li>
<li>A default index can be defined.</li>
<li> Can be used with any elements (ul/li, div, p&#8230;)</li>
<li>Overflow support.</li>
</ul>
<p><a href="http://www.byscripts.info/scripts/javascript-dynamic-accordion-menu" class="viewit" target="_blank">View Soure Article</a></p>
<h3>
<li>Flash Without Flash: Elegant Menu Fly-out</li>
</h3>
<p><img src="http://artatm.com/wp-content/uploads/menu2.jpg" alt="menu2" title="menu2" width="594" height="166" class="alignleft size-full wp-image-426" /><br />
It’s a more elegant solution than regular fly-outs, but unfortunately, it’s done in Flash. Here is my version in JavaScript built with Mootools. Follow along as I describe the HTML, CSS, and JavaScript.<br />
<a href="http://www.chromasynthetic.com/blog/uploads/menu.html" class="viewit" target="_blank">View Example</a><br />
<a href="http://www.chromasynthetic.com/blog/?p=95" class="viewit" target=_blank">View Source Article</a></p>


<p>Related posts:<ol><li><a href='http://artatm.com/2010/01/collection-of-mega-drop-down-and-multi-level-menus/' rel='bookmark' title='Permanent Link: Collection of mega drop down and multi level menus'>Collection of mega drop down and multi level menus</a></li>
<li><a href='http://artatm.com/2009/12/40-free-javascript-image-gallery-flash-photo-gallery-hand-picked/' rel='bookmark' title='Permanent Link: 40 Free Javascript Image Gallery &#038; Flash Photo Gallery Hand-Picked'>40 Free Javascript Image Gallery &#038; Flash Photo Gallery Hand-Picked</a></li>
<li><a href='http://artatm.com/2009/11/amazing-mootools-plugins-to-enhance-your-website/' rel='bookmark' title='Permanent Link: Amazing Mootools Plugins to enhance your website'>Amazing Mootools Plugins to enhance your website</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://artatm.com/2009/12/creating-accordion-dropdown-and-sliding-menus-in-mootools/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Amazing Mootools Plugins to enhance your website</title>
		<link>http://artatm.com/2009/11/amazing-mootools-plugins-to-enhance-your-website/</link>
		<comments>http://artatm.com/2009/11/amazing-mootools-plugins-to-enhance-your-website/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 07:27:06 +0000</pubDate>
		<dc:creator>Jitu</dc:creator>
				<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[mootools]]></category>

		<guid isPermaLink="false">http://artatm.com/?p=245</guid>
		<description><![CDATA[For vastly improving the User Interface of your website you just need to use a snippet of code and there is none better than MooTools javascript framework. Have a look into the following plugins and you may like it.
FancyForm
FancyForm is a powerful checkbox replacement script used to provide the ultimate flexibility in changing the appearance and function of HTML form elements. It&#8217;s accessible, easy to use and degrades gracefully on all older, non-supporting browsers.

Demo And Download
Milkbox
Milkbox is an amazing lightbox script which is easy to implement and can be used for photo galleries, videos, etc&#8230;
Demo And Download
Quickboxes
Quickboxes allows you to check multiple checkboxes in one mouse click and drag
Demo And Download
SmoothScroll
SmoothScroll allows the page to animate down to an anchor within the page instead of the ugly jump that occurs by default.
Demo
Documentation
Download
Tips
This allows you to control how tooltips display so make them creative.
Demo
Documentation
Download
ZebraTables
ZebraTables is an easy to implement MooTools class that provides alternate-row-coloring support, hover highlighting, and click coloring.
Demo And Download


Related posts:Creating Accordion, Dropdown and Sliding Menus in Mootools
Nice jQuery Effects and Plugins for Gallery
Mootools Slideshows



Related posts:<ol><li><a href='http://artatm.com/2009/12/creating-accordion-dropdown-and-sliding-menus-in-mootools/' rel='bookmark' title='Permanent Link: Creating Accordion, Dropdown and Sliding Menus in Mootools'>Creating Accordion, Dropdown and Sliding Menus in Mootools</a></li>
<li><a href='http://artatm.com/2010/01/nice-jquery-effects-and-plugins-for-gallery/' rel='bookmark' title='Permanent Link: Nice jQuery Effects and Plugins for Gallery'>Nice jQuery Effects and Plugins for Gallery</a></li>
<li><a href='http://artatm.com/2009/11/mootools-slideshows/' rel='bookmark' title='Permanent Link: Mootools Slideshows'>Mootools Slideshows</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>For vastly improving the User Interface of your website you just need to use a snippet of code and there is none better than MooTools javascript framework. Have a look into the following plugins and you may like it.</p>
<p><strong>FancyForm</strong></p>
<p>FancyForm is a powerful checkbox replacement script used to provide the ultimate flexibility in changing the appearance and function of HTML form elements. It&#8217;s accessible, easy to use and degrades gracefully on all older, non-supporting browsers.</p>
<p><span id="more-245"></span></p>
<p><a href="http://lipidity.com/fancy-form/" class="viewit" target="_blank">Demo And Download</a></p>
<p><strong>Milkbox</strong></p>
<p>Milkbox is an amazing lightbox script which is easy to implement and can be used for photo galleries, videos, etc&#8230;</p>
<p><a href="http://reghellin.com/milkbox/" class="viewit" target="_blank">Demo And Download</a></p>
<p><strong>Quickboxes</strong></p>
<p>Quickboxes allows you to check multiple checkboxes in one mouse click and drag</p>
<p><a href="http://davidwalsh.name/js/quickboxes" class="viewit" target="_blank">Demo And Download</a></p>
<p><strong>SmoothScroll</strong></p>
<p>SmoothScroll allows the page to animate down to an anchor within the page instead of the ugly jump that occurs by default.</p>
<p><a href="http://davidwalsh.name/smooth-scroll-mootools" class="viewit" target="_blank">Demo</a><br />
<a href="http://mootools.net/docs/more/Fx/Fx.SmoothScroll" class="viewit" target="_blank">Documentation</a><br />
<a href="http://mootools.net/more" class="viewit" target="_blank">Download</a></p>
<p><strong>Tips</strong></p>
<p>This allows you to control how tooltips display so make them creative.</p>
<p><a href="http://davidwalsh.name/dw-content/custom-mootools-tooltips.php" class="viewit" target="_blank">Demo</a><br />
<a href="http://www.mootools.net/docs/more/Interface/Tips" class="viewit" target="_blank">Documentation</a><br />
<a href="http://mootools.net/more" class="viewit" target="_blank">Download</a></p>
<p><strong>ZebraTables</strong></p>
<p>ZebraTables is an easy to implement MooTools class that provides alternate-row-coloring support, hover highlighting, and click coloring.</p>
<p><a href="http://davidwalsh.name/js/zebra-table" class="viewit" target="_blank">Demo And Download</a></p>


<p>Related posts:<ol><li><a href='http://artatm.com/2009/12/creating-accordion-dropdown-and-sliding-menus-in-mootools/' rel='bookmark' title='Permanent Link: Creating Accordion, Dropdown and Sliding Menus in Mootools'>Creating Accordion, Dropdown and Sliding Menus in Mootools</a></li>
<li><a href='http://artatm.com/2010/01/nice-jquery-effects-and-plugins-for-gallery/' rel='bookmark' title='Permanent Link: Nice jQuery Effects and Plugins for Gallery'>Nice jQuery Effects and Plugins for Gallery</a></li>
<li><a href='http://artatm.com/2009/11/mootools-slideshows/' rel='bookmark' title='Permanent Link: Mootools Slideshows'>Mootools Slideshows</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://artatm.com/2009/11/amazing-mootools-plugins-to-enhance-your-website/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
