<?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; Javascript</title>
	<atom:link href="http://artatm.com/category/javascript/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>Collection of mega drop down and multi level menus</title>
		<link>http://artatm.com/2010/01/collection-of-mega-drop-down-and-multi-level-menus/</link>
		<comments>http://artatm.com/2010/01/collection-of-mega-drop-down-and-multi-level-menus/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 11:12:30 +0000</pubDate>
		<dc:creator>Jitu</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[menu]]></category>

		<guid isPermaLink="false">http://artatm.com/?p=833</guid>
		<description><![CDATA[Drop down menus have always been a hollah!!! for the designers especially for the beginners. Today in this post we will be providing you some very different style of Menus. You can have look at some old Amazing CSS Menus, creating accordion, dropdown and sliding Mootols Menus and jSlickMenu

Mega Drop Down Menus
Mega drop down menus have many a times proven to be a havoc for designers. 
While designing some myself I came across some characteristics that a mega drop down menu should have
1. Two Dimensional Panel
2. Division of various categories in a single panel
3. No scrolling at all!!!!!!
4. Use of Icons could make it look fantabulous


1. Mega Drop Down Menus w/ CSS &#038; jQuery
Today a new trend has now began in case of E-Commerce websites where to show a lot of inventory a mega dropdown menu is being used. According to usability expert Jakob Nielson, mega drop down menus tested to be more efficient for large scale websites. These kind of drop down menus should have a subtle time delay when hovering in and out of them. These mega dropdown menus cater to a lot of industries and designers.

Demo
Overview

2. Pure CSS Mega Drop Down Menu
All Mega dropdown menus rely on JS to function &#8211; but, the &#8220;best setup&#8221; would be, a Pure CSS Mega Dropdown menu, and, with a Javascript hover delay function built in to it. It &#8220;can&#8221; be done, by incorperating jquery and either of these two plugins &#8211; hoverIntent, or Superfish

Demo
Overview

3. jQuery Mega Menu
Mega Menus refer to drop down menus that contain multiple columns of links. This jQuery script lets you add a mega menu to any anchor link on your page, with each menu revealed using a sleek expanding animation. Customize the animation duration plus delay before menu disappears when the mouse rolls out of the anchor. Mega cool!

Demo and Overview

4. Make a Mega Drop-Down Menu with jQuery
SitePoint Points out how to make a simple Mega DropDown Menu

Demo
Overview
Making easy dropdown menus and also nested level menus

1. Chrome CSS Drop Down Menu
Chrome Menu is a CSS and JavaScript hybrid drop down menu. It&#8217;s easy to configure and search engine friendly. The main menu bar consist of a CSS list, while the drop down menus are simply regular DIV tags on page. Thanks to JavaScript, the menu supports subtle but important effects such as delay before menu disappearance, and repositioning of the menu if too close to any one of the four corners of the window. The entire menu, including images and external files, is extremely compact. Thanks to CSS, the menu can be styled with a different &#8220;theme&#8221; easily, just by modifying a few CSS attributes and changing a couple of images&#8217; colors

Demo and Overview

2. CSS Express Drop-Down Menus
CSS Express Menus are a PVII solution that will help you produce a quick (express) CSS drop-down menu without some of the limitations found in some other &#8220;pure&#8221; CSS menus. What the heck is a pure CSS menu? Pure CSS menus use the hover pseudoclass, on the LI tag, to hide and show drop-down menus without JavaScript. Sounds great in theory, but in practice it&#8217;s not so pure. Browsers used by the vast majority of humans do not support this technique and must be served a small script to simulate li:hover

Demo
Overview

3. Sexy Drop Down Menu w/ jQuery &#038; CSS
Studies show that top navigations tend to get the most visual attention when a user first visits a site. Having organized and intuitive navigation is key — and while most drop down menus may look aesthetically pleasing, developing them to degrade gracefully is also essential. In this tutorial I would like to go over how to create a sexy drop down menu that can also degrade gracefully.

Demo
Overview

4. JavaScript Dropdown Menu with Multi Levels
This multi-level drop down menu script weighs in at only 1.2 KB. It features animation, active header persistence, easy implementation and multiple instance support.
To initialize a drop down menu use the following code:
var menu=new menu.dd(&#8216;menu&#8217;);
menu.init(&#8216;menu&#8217;,'menuhover&#8217;);
You must create a new menu object before initialization. The parameter taken by menu.dd is the variable name used for the object. The object.init function takes 2 parameters: the id of the menu unordered list and the id of the initially sorted column (optional). If you want to exclude a column from sorting then add class=”nosort” to the appropriate table header. The styling of the table is totally customizable via CSS.
This script has been tested in all major browsers and is available free of charge for both personal or commercial projects under the creative commons license. Community support is available here. Paid support is also available, contact me for details.

Demo
Download

5. jQuery &#038; CSS Example – Dropdown Menu
Dropdown menus and menu bars have been heavily used since the early days of graphical user interfaces. Their use has become ubiquitous, and even expected, in desktop applications, and the web has quickly followed suit. This article is intended to describe an extremely basic, yet extremely powerful, technique for adding dropdown menus in your application user interface or website design.

Demo and Overview 

6. Fancy Sliding Tab Menu
This menu is of somewhat different style with the menu on the bottom of the page

Demo
Overview

jQuery Dropdown Menus
Features
    * Full cross-browser compatibility
    * Fully accessible even when javascript is turned off, as a pure css menu
    * Search engines optimized
    * Clear unordered list (LI and UL HTML tags) structure of jQuery dropdown menu
    * Easy to setup and update
    * Fantastic animation and transition effects
    * Multiple pre-desinded color schemes
    * Completely customizable styling with CSS
    * Powered by jQuery
    * Extremely small &#8211; 3kb uncompressed
1. Olive Drab

Demo and Overview
Black

Demo and Overview

2. nmcDropDown: A Drop-Down Menu Plugin for jQuery

Example
Overview

3. jQuery plugin: Accordion
This plugin creates an accordion menu. It works with nested lists, definition lists, or just nested divs. Options are available to specify the structure, if necessary, the active element (to display [...]


Related posts:<ol><li><a href='http://artatm.com/2009/11/amazing-css-menu-collections/' rel='bookmark' title='Permanent Link: Amazing css menu Collections'>Amazing css menu Collections</a></li>
<li><a href='http://artatm.com/2009/12/jslickmenu-a-jquery-plugin-for-slick-css3-menus/' rel='bookmark' title='Permanent Link: jSlickmenu: A jQuery plugin for slick CSS3 menus'>jSlickmenu: A jQuery plugin for slick CSS3 menus</a></li>
<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>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Drop down menus have always been a hollah!!! for the designers especially for the beginners. Today in this post we will be providing you some very different style of Menus. You can have look at some old <a href="http://artatm.com/2009/11/amazing-css-menu-collections/" target="_blank">Amazing CSS Menus</a>, <a href="http://artatm.com/2009/12/creating-accordion-dropdown-and-sliding-menus-in-mootools/" target="_blank">creating accordion, dropdown and sliding Mootols Menus</a> and <a href="http://artatm.com/2009/12/jslickmenu-a-jquery-plugin-for-slick-css3-menus/" target="_blank">jSlickMenu</a></p>
<p><span id="more-833"></span></p>
<h2>Mega Drop Down Menus</h2>
<p>Mega drop down menus have many a times proven to be a havoc for designers. </p>
<p>While designing some myself I came across some characteristics that a mega drop down menu should have</p>
<p>1. Two Dimensional Panel<br />
2. Division of various categories in a single panel<br />
3. No scrolling at all!!!!!!<br />
4. Use of Icons could make it look fantabulous</p>
<p><img src="http://artatm.com/wp-content/uploads/mega_dropdown_menu.jpg" alt="mega_dropdown_menu" title="mega_dropdown_menu" width="500" height="256" class="alignnone imgb  size-full wp-image-836" /></p>
<hr/>
<h3>1. Mega Drop Down Menus w/ CSS &#038; jQuery</h3>
<p>Today a new trend has now began in case of E-Commerce websites where to show a lot of inventory a mega dropdown menu is being used. According to usability expert Jakob Nielson, mega drop down menus tested to be more efficient for large scale websites. These kind of drop down menus should have a subtle time delay when hovering in and out of them. These mega dropdown menus cater to a lot of industries and designers.</p>
<p><img src="http://artatm.com/wp-content/uploads/mega_dropdown_menu_1.jpg" alt="mega_dropdown_menu_1" title="mega_dropdown_menu_1" width="500" height="258" class="alignnone imgb  size-full wp-image-837" /></p>
<p><a class="viewit" href="http://www.sohtanaka.com/web-design/examples/mega-dropdowns/">Demo</a></p>
<p><a class="viewit" href="http://www.sohtanaka.com/web-design/mega-drop-downs-w-css-jquery/">Overview</a></p>
<hr/>
<h3>2. Pure CSS Mega Drop Down Menu</h3>
<p>All Mega dropdown menus rely on JS to function &#8211; but, the &#8220;best setup&#8221; would be, a Pure CSS Mega Dropdown menu, and, with a Javascript hover delay function built in to it. It &#8220;can&#8221; be done, by incorperating jquery and either of these two plugins &#8211; hoverIntent, or Superfish</p>
<p><img src="http://artatm.com/wp-content/uploads/mega_dropdown_menu_2.jpg" alt="mega_dropdown_menu_2" title="mega_dropdown_menu_2" width="500" height="271" class="alignnone imgb  size-full wp-image-838" /></p>
<p><a class="viewit" href="http://www.visibilityinherit.com/code/mega-drop-down-demo.php">Demo</a></p>
<p><a class="viewit" href="http://www.visibilityinherit.com/code/mega-drop-down.php">Overview</a></p>
<hr/>
<h3>3. jQuery Mega Menu</h3>
<p>Mega Menus refer to drop down menus that contain multiple columns of links. This jQuery script lets you add a mega menu to any anchor link on your page, with each menu revealed using a sleek expanding animation. Customize the animation duration plus delay before menu disappears when the mouse rolls out of the anchor. Mega cool!</p>
<p><img src="http://artatm.com/wp-content/uploads/mega_dropdown_menu_3.jpg" alt="mega_dropdown_menu_3" title="mega_dropdown_menu_3" width="500" height="246" class="alignnone imgb  size-full wp-image-839" /></p>
<p><a class="viewit" href="http://www.javascriptkit.com/script/script2/jkmegamenu.shtml">Demo and Overview</a></p>
<hr/>
<h3>4. Make a Mega Drop-Down Menu with jQuery</h3>
<p>SitePoint Points out how to make a simple Mega DropDown Menu</p>
<p><img src="http://artatm.com/wp-content/uploads/mega_dropdown_menu_4.jpg" alt="mega_dropdown_menu_4" title="mega_dropdown_menu_4" width="500" height="311" class="alignnone imgb  size-full wp-image-840" /></p>
<p><a class="viewit" href="http://www.sitepoint.com/examples/megadropdowns/completed.html">Demo</a></p>
<p><a class="viewit" href="http://www.sitepoint.com/blogs/2009/03/31/make-a-mega-drop-down-menu-with-jquery/">Overview</a></p>
<h2>Making easy dropdown menus and also nested level menus</h2>
<hr/>
<h3>1. Chrome CSS Drop Down Menu</h3>
<p>Chrome Menu is a CSS and JavaScript hybrid drop down menu. It&#8217;s easy to configure and search engine friendly. The main menu bar consist of a CSS list, while the drop down menus are simply regular DIV tags on page. Thanks to JavaScript, the menu supports subtle but important effects such as delay before menu disappearance, and repositioning of the menu if too close to any one of the four corners of the window. The entire menu, including images and external files, is extremely compact. Thanks to CSS, the menu can be styled with a different &#8220;theme&#8221; easily, just by modifying a few CSS attributes and changing a couple of images&#8217; colors</p>
<p><img src="http://artatm.com/wp-content/uploads/dropdown_menus_1.jpg" alt="dropdown_menus_1" title="dropdown_menus_1" width="339" height="146" class="alignnone imgb  size-full wp-image-841" /></p>
<p><a class="viewit" href="http://www.dynamicdrive.com/dynamicindex1/chrome/index.htm">Demo and Overview</a></p>
<hr/>
<h3>2. CSS Express Drop-Down Menus</h3>
<p>CSS Express Menus are a PVII solution that will help you produce a quick (express) CSS drop-down menu without some of the limitations found in some other &#8220;pure&#8221; CSS menus. What the heck is a pure CSS menu? Pure CSS menus use the hover pseudoclass, on the LI tag, to hide and show drop-down menus without JavaScript. Sounds great in theory, but in practice it&#8217;s not so pure. Browsers used by the vast majority of humans do not support this technique and must be served a small script to simulate li:hover</p>
<p><img src="http://artatm.com/wp-content/uploads/dropdown_menus_2.jpg" alt="dropdown_menus_2" title="dropdown_menus_2" width="351" height="146" class="alignnone imgb  size-full wp-image-842" /></p>
<p><a class="viewit" href="http://www.projectseven.com/tutorials/navigation/auto_hide/workpage.htm">Demo</a></p>
<p><a class="viewit" href="http://www.projectseven.com/tutorials/navigation/auto_hide/">Overview</a></p>
<hr/>
<h3>3. Sexy Drop Down Menu w/ jQuery &#038; CSS</h3>
<p>Studies show that top navigations tend to get the most visual attention when a user first visits a site. Having organized and intuitive navigation is key — and while most drop down menus may look aesthetically pleasing, developing them to degrade gracefully is also essential. In this tutorial I would like to go over how to create a sexy drop down menu that can also degrade gracefully.</p>
<p><img src="http://artatm.com/wp-content/uploads/dropdown_menus_3.jpg" alt="dropdown_menus_3" title="dropdown_menus_3" width="500" height="248" class="alignnone imgb  size-full wp-image-843" /></p>
<p><a class="viewit" href="http://www.sohtanaka.com/web-design/examples/drop-down-menu/">Demo</a></p>
<p><a class="viewit" href="http://www.noupe.com/tutorial/drop-down-menu-jquery-css.html">Overview</a></p>
<hr/>
<h3>4. JavaScript Dropdown Menu with Multi Levels</h3>
<p>This multi-level drop down menu script weighs in at only 1.2 KB. It features animation, active header persistence, easy implementation and multiple instance support.</p>
<p>To initialize a drop down menu use the following code:</p>
<p>var menu=new menu.dd(&#8216;menu&#8217;);<br />
menu.init(&#8216;menu&#8217;,'menuhover&#8217;);</p>
<p>You must create a new menu object before initialization. The parameter taken by menu.dd is the variable name used for the object. The object.init function takes 2 parameters: the id of the menu unordered list and the id of the initially sorted column (optional). If you want to exclude a column from sorting then add class=”nosort” to the appropriate table header. The styling of the table is totally customizable via CSS.</p>
<p>This script has been tested in all major browsers and is available free of charge for both personal or commercial projects under the creative commons license. Community support is available here. Paid support is also available, contact me for details.</p>
<p><img src="http://artatm.com/wp-content/uploads/dropdown_menus_5.jpg" alt="dropdown_menus_5" title="dropdown_menus_5" width="500" height="202" class="alignnone imgb  size-full wp-image-847" /></p>
<p><a class="viewit" href="http://sandbox.leigeber.com/dropdown-menu/index.html">Demo</a></p>
<p><a class="viewit" href="http://forum.leigeber.com/index.php?app=downloads&#038;showfile=7">Download</a></p>
<hr/>
<h3>5. jQuery &#038; CSS Example – Dropdown Menu</h3>
<p>Dropdown menus and menu bars have been heavily used since the early days of graphical user interfaces. Their use has become ubiquitous, and even expected, in desktop applications, and the web has quickly followed suit. This article is intended to describe an extremely basic, yet extremely powerful, technique for adding dropdown menus in your application user interface or website design.</p>
<p><img src="http://artatm.com/wp-content/uploads/dropdown_menus_6.jpg" alt="dropdown_menus_6" title="dropdown_menus_6" width="445" height="143" class="alignnone imgb  size-full wp-image-846" /></p>
<p><a class="viewit" href="http://designreviver.com/tutorials/jquery-css-example-dropdown-menu/">Demo and Overview</a> </p>
<hr/>
<h3>6. Fancy Sliding Tab Menu</h3>
<p>This menu is of somewhat different style with the menu on the bottom of the page</p>
<p><img src="http://artatm.com/wp-content/uploads/dropdown_menus_4.jpg" alt="dropdown_menus_4" title="dropdown_menus_4" width="500" height="169" class="alignnone imgb  size-full wp-image-845" /></p>
<p><a class="viewit" href="http://www.andrewsellick.com/examples/tabslideV2/">Demo</a></p>
<p><a class="viewit" href="http://www.andrewsellick.com/64/fancy-sliding-tab-menu-v2">Overview</a></p>
<hr/>
<h2>jQuery Dropdown Menus</h2>
<p>Features</p>
<p>    * Full cross-browser compatibility<br />
    * Fully accessible even when javascript is turned off, as a pure css menu<br />
    * Search engines optimized<br />
    * Clear unordered list (LI and UL HTML tags) structure of jQuery dropdown menu<br />
    * Easy to setup and update<br />
    * Fantastic animation and transition effects<br />
    * Multiple pre-desinded color schemes<br />
    * Completely customizable styling with CSS<br />
    * Powered by jQuery<br />
    * Extremely small &#8211; 3kb uncompressed</p>
<h3>1. Olive Drab</h3>
<p><img src="http://artatm.com/wp-content/uploads/jquery_dropdown_menus_1.jpg" alt="jquery_dropdown_menus_1" title="jquery_dropdown_menus_1" width="500" height="113" class="alignnone imgb  size-full wp-image-856" /></p>
<p><a class="viewit" href="http://apycom.com/menus/3-olive-drab.html">Demo and Overview</a></p>
<p>Black</p>
<p><img src="http://artatm.com/wp-content/uploads/jquery_dropdown_menus_2.jpg" alt="jquery_dropdown_menus_2" title="jquery_dropdown_menus_2" width="516" height="213" class="alignnone imgb  size-full wp-image-851" /></p>
<p><a class="viewit" href="http://apycom.com/menus/1-black.html">Demo and Overview</a></p>
<hr/>
<h3>2. nmcDropDown: A Drop-Down Menu Plugin for jQuery</h3>
<p><img src="http://artatm.com/wp-content/uploads/jquery_dropdown_menus_3.jpg" alt="jquery_dropdown_menus_3" title="jquery_dropdown_menus_3" width="550" height="256" class="alignnone imgb  size-full wp-image-852" /></p>
<p><a class="viewit" href="http://www.ncbowd.com/">Example</a></p>
<p><a class="viewit" href="http://www.newmediacampaigns.com/page/nmcdropdown">Overview</a></p>
<hr/>
<h3>3. jQuery plugin: Accordion</h3>
<p>This plugin creates an accordion menu. It works with nested lists, definition lists, or just nested divs. Options are available to specify the structure, if necessary, the active element (to display at first) and to customize animations. The navigation-option automatically activates a part of the accordion based on the current location (URL) of the page.</p>
<p><img src="http://artatm.com/wp-content/uploads/jquery_dropdown_menus_4.jpg" alt="jquery_dropdown_menus_4" title="jquery_dropdown_menus_4" width="202" height="250" class="alignnone imgb  size-full wp-image-853" /></p>
<p><a class="viewit" href="http://jquery.bassistance.de/accordion/demo/?p=1.1.1">Demo</a></p>
<p><a class="viewit" href="http://jquery.bassistance.de/accordion/jquery.accordion.zip">Download</a></p>
<hr/>
<h3>4. jQuery Rounded Menu</h3>
<p>This jQuery based plain css drop down menu is very simple illustration that you don’t need any dramatic coding to achieve simple 2 level menu.</p>
<p><img src="http://artatm.com/wp-content/uploads/jquery_dropdown_menus_5.jpg" alt="jquery_dropdown_menus_5" title="jquery_dropdown_menus_5" width="434" height="113" class="alignnone imgb  size-full wp-image-854" /></p>
<p><a class="viewit" href="http://www.webtoolkit.info/djs/demo.html">Demo</a></p>
<p><a class="viewit" href="http://www.webtoolkit.info/jquery-menu.html">Overview</a></p>


<p>Related posts:<ol><li><a href='http://artatm.com/2009/11/amazing-css-menu-collections/' rel='bookmark' title='Permanent Link: Amazing css menu Collections'>Amazing css menu Collections</a></li>
<li><a href='http://artatm.com/2009/12/jslickmenu-a-jquery-plugin-for-slick-css3-menus/' rel='bookmark' title='Permanent Link: jSlickmenu: A jQuery plugin for slick CSS3 menus'>jSlickmenu: A jQuery plugin for slick CSS3 menus</a></li>
<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>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://artatm.com/2010/01/collection-of-mega-drop-down-and-multi-level-menus/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Nice jQuery Effects and Plugins for Gallery</title>
		<link>http://artatm.com/2010/01/nice-jquery-effects-and-plugins-for-gallery/</link>
		<comments>http://artatm.com/2010/01/nice-jquery-effects-and-plugins-for-gallery/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 08:58:07 +0000</pubDate>
		<dc:creator>Jitu</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[resources]]></category>

		<guid isPermaLink="false">http://artatm.com/?p=806</guid>
		<description><![CDATA[Sliding Boxes and Captions with jQuery
All of these sliding box animations work on the same basic idea. There is a div tag (.boxgrid in my css) that essentially acts as a window where two other items of your choosing “peek” through. From this basic idea we can play around with animations of the sliding element to either show or cover up the viewing area, thus creating the sliding effect.


Overview
Demo
Download

jQuery image slide on hover effect
This is a simple technique to animate an image when hovering using jQuery’s animate() effect. We will use this effect to manipulate our CSS, creating a seamless transition between two areas of an image. Have a look at the demo below for a better understanding.

Overview
Demo

Longer Captions for jQuery&#8217;s FancyBox Plugin
jQuery&#8217;s FancyBox Plugin has been a huge hit and is now being used in a lots of websites. But still there is something that is missing in it. That something is the &#8220;Longer Captions&#8221;. FancyBox allows only short captions, in short it could turn out to be a bad option for the ones who need to provide longer and bigger captions.
Over here you will get an improvised version of the jQuery&#8217;s FancyBox
This version of FancyBox has been modified to handle captions in a more interactive way. It also doesn&#8217;t break on excessively large captions. This example is based on FancyBox 1.2.1. 

View Demo
Download

jQuery&#8217;s Star Rating Widget
What is this?
The Star Rating widget is a plugin for the jQuery javascript library that creates a non-obstrusive star rating control based on a set of radio input boxes or select options.
What it does?
    * It turns a collection of radio boxes / select options into a neat star-rating control.
    * It creates the interface based on standard form elements, which means the basic functionality will still be available even if Javascript is disabled.
    * It gives you the full access to each instance of &#8220;stars&#8221; created on the page, with an easy to use syntax provided by the jQuery UI core library.

Overview
View Demo
Download

LavaLamp for jQuery Users
As User Interface developers, we know that one of the first widgets our visitors use is a “Menu”. Capturing their attention right there is something that we always strive for, and I guess LavaLamp is a step in that direction.



Overview
Download

Hover zoom Effect with jQuery and CSS
The hover zoom effect basically reverse zooms an image while fading in a label on top of it when the mouse hovers over it. It makes for a pretty slick effect which could be used on thumbnails. You can check out a demo or grab the source right here if you don’t want to read the entire tutorial.

Demo
Download

Greyscale Hover Effect with CSS &#038; jQuery
This effects would help you in making your portfolio or making portfolio websites. In this effect, with the help of CSS and jQuery, a greyscale effect comes into being on Hover

Overview
Demo

jQuery Image Zoom Plugin
The imageZoom jQuery plug-in makes it easy to show off your images in an easy and attractive manner for portfolios.

Overview
Demo
Download


Related posts:Photo gallery Using CSS3 and JQuery
20+ Easy to Use jQuery Text Effects and Animations
jSlickmenu: A jQuery plugin for slick CSS3 menus



Related posts:<ol><li><a href='http://artatm.com/2009/11/new-photo-gallery-using-css3-and-jquery/' rel='bookmark' title='Permanent Link: Photo gallery Using CSS3 and JQuery'>Photo gallery Using CSS3 and JQuery</a></li>
<li><a href='http://artatm.com/2009/12/20-easy-to-use-jquery-text-effects-and-animations/' rel='bookmark' title='Permanent Link: 20+ Easy to Use jQuery Text Effects and Animations'>20+ Easy to Use jQuery Text Effects and Animations</a></li>
<li><a href='http://artatm.com/2009/12/jslickmenu-a-jquery-plugin-for-slick-css3-menus/' rel='bookmark' title='Permanent Link: jSlickmenu: A jQuery plugin for slick CSS3 menus'>jSlickmenu: A jQuery plugin for slick CSS3 menus</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h3>Sliding Boxes and Captions with jQuery</h3>
<p>All of these sliding box animations work on the same basic idea. There is a div tag (.boxgrid in my css) that essentially acts as a window where two other items of your choosing “peek” through. From this basic idea we can play around with animations of the sliding element to either show or cover up the viewing area, thus creating the sliding effect.</p>
<p><span id="more-806"></span></p>
<p><img src="http://artatm.com/wp-content/uploads/Sliding_Boxes_in_jQuery.jpg" alt="Sliding_Boxes_in_jQuery" title="Sliding_Boxes_in_jQuery" width="500" height="193" class="alignnone imgb size-full wp-image-807" /></p>
<p><a target="_blank" class="viewit" href="http://buildinternet.com/2009/03/sliding-boxes-and-captions-with-jquery/">Overview</a></p>
<p><a target="_blank" class="viewit" href="https://buildinternet.s3.amazonaws.com/live-tutorials/sliding-boxes/index.htm" >Demo</a></p>
<p><a target="_blank" class="viewit" href="https://buildinternet.s3.amazonaws.com/live-tutorials/sliding-boxes/slidingboxes.zip">Download</a></p>
<hr/>
<h3>jQuery image slide on hover effect</h3>
<p>This is a simple technique to animate an image when hovering using jQuery’s animate() effect. We will use this effect to manipulate our CSS, creating a seamless transition between two areas of an image. Have a look at the demo below for a better understanding.</p>
<p><img src="http://artatm.com/wp-content/uploads/ImageSlide_on_hover_in_jQuery.jpg" alt="ImageSlide_on_hover_in_jQuery" title="ImageSlide_on_hover_in_jQuery" width="500" height="183" class="alignnone imgb size-full wp-image-808" /></p>
<p><a target="_blank" class="viewit" href="http://spoonfedproject.com/jquery/jquery-image-slide-on-hover-effect/">Overview</a></p>
<p><a target="_blank" class="viewit" href="http://spoonfedproject.com/wp-content/uploads/demo/jquery-slide-hover/index.htm">Demo</a></p>
<hr/>
<h3>Longer Captions for jQuery&#8217;s FancyBox Plugin</h3>
<p>jQuery&#8217;s FancyBox Plugin has been a huge hit and is now being used in a lots of websites. But still there is something that is missing in it. That something is the &#8220;Longer Captions&#8221;. FancyBox allows only short captions, in short it could turn out to be a bad option for the ones who need to provide longer and bigger captions.</p>
<p>Over here you will get an improvised version of the jQuery&#8217;s FancyBox</p>
<p>This version of FancyBox has been modified to handle captions in a more interactive way. It also doesn&#8217;t break on excessively large captions. This example is based on FancyBox 1.2.1. </p>
<p><img src="http://artatm.com/wp-content/uploads/fancybox_modified.jpg" alt="fancybox_modified" title="fancybox_modified" width="500" height="325" class="alignnone imgb size-full wp-image-809" /></p>
<p><a target="_blank" class="viewit" href="http://labs.abeautifulsite.net/projects/js/jquery/fancyBoxCaptions/demo/">View Demo</a></p>
<p><a target="_blank" class="viewit" href="http://labs.abeautifulsite.net/projects/js/jquery/fancyBoxCaptions/jquery.fancyBoxCaptions.zip">Download</a></p>
<hr/>
<h3>jQuery&#8217;s Star Rating Widget</h3>
<p>What is this?</p>
<p>The Star Rating widget is a plugin for the jQuery javascript library that creates a non-obstrusive star rating control based on a set of radio input boxes or select options.<br />
What it does?</p>
<p>    * It turns a collection of radio boxes / select options into a neat star-rating control.<br />
    * It creates the interface based on standard form elements, which means the basic functionality will still be available even if Javascript is disabled.<br />
    * It gives you the full access to each instance of &#8220;stars&#8221; created on the page, with an easy to use syntax provided by the jQuery UI core library.</p>
<p><img src="http://artatm.com/wp-content/uploads/star_rating.JPG" alt="star_rating" title="star_rating" width="500" height="224" class="alignnone imgb size-full wp-image-810" /></p>
<p><a target="_blank" class="viewit" href="http://orkans-tmp.22web.net/star_rating/">Overview</a></p>
<p><a target="_blank" class="viewit" href="http://orkans-tmp.22web.net/star_rating/#demos">View Demo</a></p>
<p><a target="_blank" class="viewit" href="http://orkans-tmp.22web.net/star_rating/downloads/jquery.ui.stars-2.1.zip">Download</a></p>
<hr/>
<h3>LavaLamp for jQuery Users</h3>
<p>As User Interface developers, we know that one of the first widgets our visitors use is a “Menu”. Capturing their attention right there is something that we always strive for, and I guess LavaLamp is a step in that direction.</p>
<p><img src="http://artatm.com/wp-content/uploads/LavaLamp_jQuery.jpg" alt="LavaLamp_jQuery" title="LavaLamp_jQuery" width="456" height="62" class="alignnone imgb size-full wp-image-811" /></p>
<p><img src="http://artatm.com/wp-content/uploads/LavaLampjQuery2.jpg" alt="LavaLampjQuery2" title="LavaLampjQuery2" width="453" height="61" class="alignnone imgb size-full wp-image-812" /></p>
<p><img src="http://artatm.com/wp-content/uploads/LavaLamp_jQuery3.jpg" alt="LavaLamp_jQuery3" title="LavaLamp_jQuery3" width="453" height="61" class="alignnone imgb size-full wp-image-813" /></p>
<p><a target="_blank" class="viewit" href="http://www.gmarwaha.com/blog/2007/08/23/lavalamp-for-jquery-lovers/">Overview</a></p>
<p><a target="_blank" class="viewit" href="http://www.gmarwaha.com/jquery/lavalamp/zip/lavalamp-0.2.0.zip">Download</a></p>
<hr/>
<h3>Hover zoom Effect with jQuery and CSS</h3>
<p>The hover zoom effect basically reverse zooms an image while fading in a label on top of it when the mouse hovers over it. It makes for a pretty slick effect which could be used on thumbnails. You can check out a demo or grab the source right here if you don’t want to read the entire tutorial.</p>
<p><img src="http://artatm.com/wp-content/uploads/Hover_Zoom_in_jQuery.jpg" alt="Hover_Zoom_in_jQuery" title="Hover_Zoom_in_jQuery" width="500" height="164" class="alignnone imgb size-full wp-image-822" /></p>
<p><a target="_blank" class="viewit" href="http://mattbango.com/demos/hover-zoom/">Demo</a></p>
<p><a target="_blank" class="viewit" href="http://mattbango.com/sources/hover-zoom.txt">Download</a></p>
<hr/>
<h3>Greyscale Hover Effect with CSS &#038; jQuery</h3>
<p>This effects would help you in making your portfolio or making portfolio websites. In this effect, with the help of CSS and jQuery, a greyscale effect comes into being on Hover</p>
<p><img src="http://artatm.com/wp-content/uploads/Greyscale-_effect_in_-jquery.jpg" alt="Greyscale _effect_in_ jquery" title="Greyscale _effect_in_ jquery" width="500" height="183" class="alignnone imgb size-full wp-image-815" /></p>
<p><a target="_blank" class="viewit" href="http://www.sohtanaka.com/web-design/greyscale-hover-effect-w-css-jquery/">Overview</a></p>
<p><a target="_blank" class="viewit" href="http://www.sohtanaka.com/web-design/examples/hover-over-trick/">Demo</a></p>
<hr/>
<h3>jQuery Image Zoom Plugin</h3>
<p>The imageZoom jQuery plug-in makes it easy to show off your images in an easy and attractive manner for portfolios.</p>
<p><img src="http://artatm.com/wp-content/uploads/Image_Zoom_in_jQuery.jpg" alt="Image_Zoom_in_jQuery" title="Image_Zoom_in_jQuery" width="500" height="166" class="alignnone imgb size-full wp-image-814" /></p>
<p><a target="_blank" class="viewit" href="http://www.devirtuoso.com/2009/08/jquery-image-zoom-plugin/">Overview</a></p>
<p><a target="_blank" class="viewit" href="http://www.devirtuoso.com/Examples/ImageZoom/index.html">Demo</a></p>
<p><a target="_blank" class="viewit" href="http://www.devirtuoso.com/Examples/ImageZoom/plugin.zip">Download</a></p>


<p>Related posts:<ol><li><a href='http://artatm.com/2009/11/new-photo-gallery-using-css3-and-jquery/' rel='bookmark' title='Permanent Link: Photo gallery Using CSS3 and JQuery'>Photo gallery Using CSS3 and JQuery</a></li>
<li><a href='http://artatm.com/2009/12/20-easy-to-use-jquery-text-effects-and-animations/' rel='bookmark' title='Permanent Link: 20+ Easy to Use jQuery Text Effects and Animations'>20+ Easy to Use jQuery Text Effects and Animations</a></li>
<li><a href='http://artatm.com/2009/12/jslickmenu-a-jquery-plugin-for-slick-css3-menus/' rel='bookmark' title='Permanent Link: jSlickmenu: A jQuery plugin for slick CSS3 menus'>jSlickmenu: A jQuery plugin for slick CSS3 menus</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://artatm.com/2010/01/nice-jquery-effects-and-plugins-for-gallery/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>40 Free Javascript Image Gallery &amp; Flash Photo Gallery Hand-Picked</title>
		<link>http://artatm.com/2009/12/40-free-javascript-image-gallery-flash-photo-gallery-hand-picked/</link>
		<comments>http://artatm.com/2009/12/40-free-javascript-image-gallery-flash-photo-gallery-hand-picked/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 12:24:17 +0000</pubDate>
		<dc:creator>Rocky</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://artatm.com/?p=409</guid>
		<description><![CDATA[There are 40 scripts of slideshows, lightboxes and galleries you can use for effective presentations to display your images on a website, they all are built with different javascript frameworks such as MooTool, Prototype and jQuery and flash, I think here You’ll find gallery for every needs, should be enough to choose from!

View Source Article


Related posts:50 Free Slideshow, Gallery And Lightboxes Scripts
Photo gallery Using CSS3 and JQuery
13 Super Useful jQuery Content Slider Scripts and Tutorials



Related posts:<ol><li><a href='http://artatm.com/2009/11/50-free-slideshow-gallery-and-lightboxes-scripts/' rel='bookmark' title='Permanent Link: 50 Free Slideshow, Gallery And Lightboxes Scripts'>50 Free Slideshow, Gallery And Lightboxes Scripts</a></li>
<li><a href='http://artatm.com/2009/11/new-photo-gallery-using-css3-and-jquery/' rel='bookmark' title='Permanent Link: Photo gallery Using CSS3 and JQuery'>Photo gallery Using CSS3 and JQuery</a></li>
<li><a href='http://artatm.com/2009/12/13-super-useful-jquery-content-slider-scripts-and-tutorials/' rel='bookmark' title='Permanent Link: 13 Super Useful jQuery Content Slider Scripts and Tutorials'>13 Super Useful jQuery Content Slider Scripts and Tutorials</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>There are 40 scripts of slideshows, lightboxes and galleries you can use for effective presentations to display your images on a website, they all are built with different javascript frameworks such as MooTool, Prototype and jQuery and flash, I think here You’ll find gallery for every needs, should be enough to choose from!</p>
<p><span id="more-409"></span></p>
<p><a href="http://visionwidget.com/inspiration/web/453-javascript-flash-photo-gallery.html" class="viewit">View Source Article</a></p>


<p>Related posts:<ol><li><a href='http://artatm.com/2009/11/50-free-slideshow-gallery-and-lightboxes-scripts/' rel='bookmark' title='Permanent Link: 50 Free Slideshow, Gallery And Lightboxes Scripts'>50 Free Slideshow, Gallery And Lightboxes Scripts</a></li>
<li><a href='http://artatm.com/2009/11/new-photo-gallery-using-css3-and-jquery/' rel='bookmark' title='Permanent Link: Photo gallery Using CSS3 and JQuery'>Photo gallery Using CSS3 and JQuery</a></li>
<li><a href='http://artatm.com/2009/12/13-super-useful-jquery-content-slider-scripts-and-tutorials/' rel='bookmark' title='Permanent Link: 13 Super Useful jQuery Content Slider Scripts and Tutorials'>13 Super Useful jQuery Content Slider Scripts and Tutorials</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://artatm.com/2009/12/40-free-javascript-image-gallery-flash-photo-gallery-hand-picked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20+ Easy to Use jQuery Text Effects and Animations</title>
		<link>http://artatm.com/2009/12/20-easy-to-use-jquery-text-effects-and-animations/</link>
		<comments>http://artatm.com/2009/12/20-easy-to-use-jquery-text-effects-and-animations/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 06:54:46 +0000</pubDate>
		<dc:creator>Rocky</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://artatm.com/?p=355</guid>
		<description><![CDATA[You don’t need to be a hardcore coder or developer to use jQuery, it is an easy and useful JavaScript library and with basic knowledge you can easily insert jQuery plugins and spruce up your next web project.
Font Embedding Services are all the rage at the moment, and for some, maybe a little bit overblown. What if you wanted something simpler, a little drop-shadow here, a simple text animation or even dynamically resize text. In this post we have collected 20+ simple and easy to use jQuery text effects and animations.

View Source Article


Related posts:Nice jQuery Effects and Plugins for Gallery
13 Super Useful jQuery Content Slider Scripts and Tutorials
Photo gallery Using CSS3 and JQuery



Related posts:<ol><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/12/13-super-useful-jquery-content-slider-scripts-and-tutorials/' rel='bookmark' title='Permanent Link: 13 Super Useful jQuery Content Slider Scripts and Tutorials'>13 Super Useful jQuery Content Slider Scripts and Tutorials</a></li>
<li><a href='http://artatm.com/2009/11/new-photo-gallery-using-css3-and-jquery/' rel='bookmark' title='Permanent Link: Photo gallery Using CSS3 and JQuery'>Photo gallery Using CSS3 and JQuery</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>You don’t need to be a hardcore coder or developer to use jQuery, it is an easy and useful JavaScript library and with basic knowledge you can easily insert jQuery plugins and spruce up your next web project.<br />
Font Embedding Services are all the rage at the moment, and for some, maybe a little bit overblown. What if you wanted something simpler, a little drop-shadow here, a simple text animation or even dynamically resize text. In this post we have collected 20+ simple and easy to use jQuery text effects and animations.</p>
<p><span id="more-355"></span></p>
<p><a href="http://speckyboy.com/2009/11/16/20-easy-to-use-jquery-text-effects-and-animations/" class="viewit">View Source Article</a></p>


<p>Related posts:<ol><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/12/13-super-useful-jquery-content-slider-scripts-and-tutorials/' rel='bookmark' title='Permanent Link: 13 Super Useful jQuery Content Slider Scripts and Tutorials'>13 Super Useful jQuery Content Slider Scripts and Tutorials</a></li>
<li><a href='http://artatm.com/2009/11/new-photo-gallery-using-css3-and-jquery/' rel='bookmark' title='Permanent Link: Photo gallery Using CSS3 and JQuery'>Photo gallery Using CSS3 and JQuery</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://artatm.com/2009/12/20-easy-to-use-jquery-text-effects-and-animations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jSlickmenu: A jQuery plugin for slick CSS3 menus</title>
		<link>http://artatm.com/2009/12/jslickmenu-a-jquery-plugin-for-slick-css3-menus/</link>
		<comments>http://artatm.com/2009/12/jslickmenu-a-jquery-plugin-for-slick-css3-menus/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 06:26:12 +0000</pubDate>
		<dc:creator>Rocky</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[menu]]></category>

		<guid isPermaLink="false">http://artatm.com/?p=358</guid>
		<description><![CDATA[
The plugin called jSlickmenu, creates, well, slick menus with jQuery. Combined with some great CSS3 features likes rotation and shadows, this plugin can really lift up your design. It&#8217;s fairly easy to use, highly customizable and pretty cool (and fun!) to see.

Demo
Download
How to Use


Related posts:Photo gallery Using CSS3 and JQuery
Collection of mega drop down and multi level menus
Nice jQuery Effects and Plugins for Gallery



Related posts:<ol><li><a href='http://artatm.com/2009/11/new-photo-gallery-using-css3-and-jquery/' rel='bookmark' title='Permanent Link: Photo gallery Using CSS3 and JQuery'>Photo gallery Using CSS3 and JQuery</a></li>
<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/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>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://artatm.com/wp-content/uploads/css3menu.jpg" alt="css3menu" title="css3menu" width="456" height="101" class="alignleft size-full wp-image-360" /><br />
The plugin called jSlickmenu, creates, well, slick menus with jQuery. Combined with some great CSS3 features likes rotation and shadows, this plugin can really lift up your design. It&#8217;s fairly easy to use, highly customizable and pretty cool (and fun!) to see.</p>
<p><span id="more-358"></span></p>
<p><a href="http://demo.marcofolio.net/slick_jquery_css3_menu/default.html" class="viewit" target="_blank">Demo</a><br />
<a href="http://www.marcofolio.net/downloads/webdesign/jslickmenu_a_jquery_plugin_for_slick_css3_menus/download.html" class="viewit" target="_blank">Download</a><br />
<a href="http://www.marcofolio.net/webdesign/jslickmenu_a_jquery_plugin_for_slick_css3_menus.html" class="viewit" target="_blank">How to Use</a></p>


<p>Related posts:<ol><li><a href='http://artatm.com/2009/11/new-photo-gallery-using-css3-and-jquery/' rel='bookmark' title='Permanent Link: Photo gallery Using CSS3 and JQuery'>Photo gallery Using CSS3 and JQuery</a></li>
<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/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>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://artatm.com/2009/12/jslickmenu-a-jquery-plugin-for-slick-css3-menus/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Photo gallery Using CSS3 and JQuery</title>
		<link>http://artatm.com/2009/11/new-photo-gallery-using-css3-and-jquery/</link>
		<comments>http://artatm.com/2009/11/new-photo-gallery-using-css3-and-jquery/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 09:43:11 +0000</pubDate>
		<dc:creator>Rocky</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Web Designs]]></category>

		<guid isPermaLink="false">http://artatm.com/?p=282</guid>
		<description><![CDATA[An Awesome CSS3 Lightbox Gallery With jQuery

It will be search-engine friendly and even be compatible with browsers which date back as far as IE6 (although some of the awesomeness is lost).

We are using jQuery, jQuery UI (for the drag and drop) and the fancybox jQuery plugin for the lightbox display in addition to PHP and CSS for interactivity and styling.
Demo
Download
View Tutorial
Editable CSS3 Photo Gallery
Photo gallery with click-to-enlarge photos, fancy CSS3 rollover effects, and marked up with HTML5.
Demo
Download
CSS3 Gallery without using JQuery
CSS3 Photo gallery effect without using any JavaScript or PHP. From Ajaxian.com
Demo
Get CSS File


Related posts:40 Free Javascript Image Gallery &#038; Flash Photo Gallery Hand-Picked
jSlickmenu: A jQuery plugin for slick CSS3 menus
Nice jQuery Effects and Plugins for Gallery



Related posts:<ol><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/12/jslickmenu-a-jquery-plugin-for-slick-css3-menus/' rel='bookmark' title='Permanent Link: jSlickmenu: A jQuery plugin for slick CSS3 menus'>jSlickmenu: A jQuery plugin for slick CSS3 menus</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>
</ol>]]></description>
			<content:encoded><![CDATA[<h3>An Awesome CSS3 Lightbox Gallery With jQuery</h3>
<p><img src="http://artatm.com/wp-content/uploads/2009/11/css3gallery.jpg" alt="css3gallery" title="css3gallery" width="450" height="187" class="alignnone size-full wp-image-288" /></p>
<p>It will be search-engine friendly and even be compatible with browsers which date back as far as IE6 (although some of the awesomeness is lost).</p>
<p><span id="more-282"></span></p>
<p>We are using jQuery, jQuery UI (for the drag and drop) and the fancybox jQuery plugin for the lightbox display in addition to PHP and CSS for interactivity and styling.</p>
<p><a href="http://demo.tutorialzine.com/2009/11/hovering-gallery-css3-jquery/demo.php" Target="_blank" class="viewit">Demo</a><br />
<a href="http://demo.tutorialzine.com/2009/11/hovering-gallery-css3-jquery/demo.zip"  class="viewit">Download</a><br />
<a href="http://tutorialzine.com/2009/11/hovering-gallery-css3-jquery/" Target="_blank" class="viewit">View Tutorial</a></p>
<h3>Editable CSS3 Photo Gallery</h3>
<p>Photo gallery with click-to-enlarge photos, fancy CSS3 rollover effects, and marked up with HTML5.</p>
<p><a href="http://css-tricks.com/examples/CSS3PhotoGallery/" Target="_blank" class="viewit">Demo</a><br />
<a href="http://css-tricks.com/examples/CSS3PhotoGallery.zip"  class="viewit">Download</a></p>
<h3>CSS3 Gallery without using JQuery</h3>
<p>CSS3 Photo gallery effect without using any JavaScript or PHP. From <a href="http://ajaxian.com/archives/if-that-is-an-awesome-css3-gallery-how-would-you-call-mine" target="_blank">Ajaxian.com</a></p>
<p><a href="http://www.3site.eu/examples/gallery/" Target="_blank" class="viewit">Demo</a><br />
<a href="http://www.3site.eu/examples/gallery/css/gallery.css" Target="_blank"   class="viewit">Get CSS File</a></p>


<p>Related posts:<ol><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/12/jslickmenu-a-jquery-plugin-for-slick-css3-menus/' rel='bookmark' title='Permanent Link: jSlickmenu: A jQuery plugin for slick CSS3 menus'>jSlickmenu: A jQuery plugin for slick CSS3 menus</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>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://artatm.com/2009/11/new-photo-gallery-using-css3-and-jquery/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>
		<item>
		<title>35 useful fresh jQuery plugins</title>
		<link>http://artatm.com/2009/10/35-useful-fresh-jquery-plugins/</link>
		<comments>http://artatm.com/2009/10/35-useful-fresh-jquery-plugins/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 08:36:29 +0000</pubDate>
		<dc:creator>Rocky</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://artatm.com/?p=53</guid>
		<description><![CDATA[Quick and powerful, jQuery can help designers and developers create awesome interactive websites that are appealing and accessible to the widest range of browsers.
View


Related posts:Nice jQuery Effects and Plugins for Gallery
Photo gallery Using CSS3 and JQuery
20+ Easy to Use jQuery Text Effects and Animations



Related posts:<ol><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/new-photo-gallery-using-css3-and-jquery/' rel='bookmark' title='Permanent Link: Photo gallery Using CSS3 and JQuery'>Photo gallery Using CSS3 and JQuery</a></li>
<li><a href='http://artatm.com/2009/12/20-easy-to-use-jquery-text-effects-and-animations/' rel='bookmark' title='Permanent Link: 20+ Easy to Use jQuery Text Effects and Animations'>20+ Easy to Use jQuery Text Effects and Animations</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Quick and powerful, <strong>jQuery</strong> can help designers and developers create awesome interactive websites that are appealing and accessible to the widest range of browsers.</p>
<p><a class="alignleft" href="http://www.noupe.com/jquery/35-fresh-useful-jquery-plugins.html" target="_blank">View</a></p>


<p>Related posts:<ol><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/new-photo-gallery-using-css3-and-jquery/' rel='bookmark' title='Permanent Link: Photo gallery Using CSS3 and JQuery'>Photo gallery Using CSS3 and JQuery</a></li>
<li><a href='http://artatm.com/2009/12/20-easy-to-use-jquery-text-effects-and-animations/' rel='bookmark' title='Permanent Link: 20+ Easy to Use jQuery Text Effects and Animations'>20+ Easy to Use jQuery Text Effects and Animations</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://artatm.com/2009/10/35-useful-fresh-jquery-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
