<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Halftone Navigation Menu With jQuery &amp; CSS3</title>
	<atom:link href="http://tutorialzine.com/2010/01/halftone-navigation-menu-jquery-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutorialzine.com/2010/01/halftone-navigation-menu-jquery-css/</link>
	<description>PHP MySQL jQuery CSS Tutorials, Resources and Freebies</description>
	<lastBuildDate>Sat, 31 Jul 2010 18:09:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Rey</title>
		<link>http://tutorialzine.com/2010/01/halftone-navigation-menu-jquery-css/#comment-6829</link>
		<dc:creator>Rey</dc:creator>
		<pubDate>Fri, 25 Jun 2010 06:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=610#comment-6829</guid>
		<description>Please! Add some CSS to print your pages!
cannot create PDF docs from this tutorial</description>
		<content:encoded><![CDATA[<p>Please! Add some CSS to print your pages!<br />
cannot create PDF docs from this tutorial</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nada</title>
		<link>http://tutorialzine.com/2010/01/halftone-navigation-menu-jquery-css/#comment-4528</link>
		<dc:creator>nada</dc:creator>
		<pubDate>Fri, 09 Apr 2010 01:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=610#comment-4528</guid>
		<description>nth happened for me...just the nav bar with the css showed up</description>
		<content:encoded><![CDATA[<p>nth happened for me&#8230;just the nav bar with the css showed up</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iMayne</title>
		<link>http://tutorialzine.com/2010/01/halftone-navigation-menu-jquery-css/#comment-4187</link>
		<dc:creator>iMayne</dc:creator>
		<pubDate>Sat, 27 Mar 2010 22:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=610#comment-4187</guid>
		<description>I cant seem to get service mode? How to enable it? And then what? Im a noob plz help.</description>
		<content:encoded><![CDATA[<p>I cant seem to get service mode? How to enable it? And then what? Im a noob plz help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YCF.name</title>
		<link>http://tutorialzine.com/2010/01/halftone-navigation-menu-jquery-css/#comment-4174</link>
		<dc:creator>YCF.name</dc:creator>
		<pubDate>Sat, 27 Mar 2010 07:13:54 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=610#comment-4174</guid>
		<description>OMG,My web site works with the same idea.

My idea come out at 2009.10,but you make the much more batter.</description>
		<content:encoded><![CDATA[<p>OMG,My web site works with the same idea.</p>
<p>My idea come out at 2009.10,but you make the much more batter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Phillips</title>
		<link>http://tutorialzine.com/2010/01/halftone-navigation-menu-jquery-css/#comment-3646</link>
		<dc:creator>Anthony Phillips</dc:creator>
		<pubDate>Sat, 13 Mar 2010 07:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=610#comment-3646</guid>
		<description>Awesome thanks, going to have a play with this now.

I&#039;ll let you know how i get on! Thanks!</description>
		<content:encoded><![CDATA[<p>Awesome thanks, going to have a play with this now.</p>
<p>I&#8217;ll let you know how i get on! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smashing Share</title>
		<link>http://tutorialzine.com/2010/01/halftone-navigation-menu-jquery-css/#comment-3577</link>
		<dc:creator>Smashing Share</dc:creator>
		<pubDate>Thu, 11 Mar 2010 11:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=610#comment-3577</guid>
		<description>This is something out of the box. Excellent tutorial</description>
		<content:encoded><![CDATA[<p>This is something out of the box. Excellent tutorial</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yinsee</title>
		<link>http://tutorialzine.com/2010/01/halftone-navigation-menu-jquery-css/#comment-3485</link>
		<dc:creator>yinsee</dc:creator>
		<pubDate>Tue, 09 Mar 2010 05:23:01 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=610#comment-3485</guid>
		<description>luv it!

just a thought. 

 dots.eq(j).addClass(&#039;active&#039;).fadeTo(&#039;slow&#039;,0.4);

can also be done with

 $(&#039;#d-&#039;+j).addClass(&#039;active&#039;).fadeTo(&#039;slow&#039;,0.4);

not sure if this will improve the performance by doing a direct id search. probably wont. ;))</description>
		<content:encoded><![CDATA[<p>luv it!</p>
<p>just a thought. </p>
<p> dots.eq(j).addClass(&#8216;active&#8217;).fadeTo(&#8216;slow&#8217;,0.4);</p>
<p>can also be done with</p>
<p> $(&#8216;#d-&#8217;+j).addClass(&#8216;active&#8217;).fadeTo(&#8216;slow&#8217;,0.4);</p>
<p>not sure if this will improve the performance by doing a direct id search. probably wont. <img src='http://tutorialzine.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://tutorialzine.com/2010/01/halftone-navigation-menu-jquery-css/#comment-2909</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 18 Feb 2010 15:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=610#comment-2909</guid>
		<description>Hi,
It&#039;s a really wonderful effect!
For my family website, I&#039;d like to have a set of shapes appear as soon as the user scrolls past 2 anchors in the page. To be clearer, when the user scrolls past the first anchor, then the first shape appears; when he scrolls past the second, then the second shape appears; and so on. But also, when the second shape is displayed and the user scrolls back up past the second anchor, then it should be replaced by the first one... Don&#039;t know if I&#039;m making myself clear, but if someone&#039;s got a clue of the syntax to use, I would be forever grateful towards him...
Here&#039;s the code I had figured as a starting possibility, but being -really-dumb at using jQuery, I just can&#039;t go any further by myself... please help ;-)
	var firstAnchor = $(&#039;#firstAnchor&#039;).offset().top;
	var secondAnchor = $(&#039;#secondAnchor&#039;).offset().top;
	var thirdAnchor = $(&#039;#thirdAnchor&#039;).offset().top;
	
	$(window).scroll(function() {
      		var scrollTop = $(window).scrollTop();
			if (scrollTop &gt; firstAnchor) {
				//first shape appears
			}
    	});</description>
		<content:encoded><![CDATA[<p>Hi,<br />
It&#8217;s a really wonderful effect!<br />
For my family website, I&#8217;d like to have a set of shapes appear as soon as the user scrolls past 2 anchors in the page. To be clearer, when the user scrolls past the first anchor, then the first shape appears; when he scrolls past the second, then the second shape appears; and so on. But also, when the second shape is displayed and the user scrolls back up past the second anchor, then it should be replaced by the first one&#8230; Don&#8217;t know if I&#8217;m making myself clear, but if someone&#8217;s got a clue of the syntax to use, I would be forever grateful towards him&#8230;<br />
Here&#8217;s the code I had figured as a starting possibility, but being -really-dumb at using jQuery, I just can&#8217;t go any further by myself&#8230; please help <img src='http://tutorialzine.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
	var firstAnchor = $(&#8216;#firstAnchor&#8217;).offset().top;<br />
	var secondAnchor = $(&#8216;#secondAnchor&#8217;).offset().top;<br />
	var thirdAnchor = $(&#8216;#thirdAnchor&#8217;).offset().top;</p>
<p>	$(window).scroll(function() {<br />
      		var scrollTop = $(window).scrollTop();<br />
			if (scrollTop &gt; firstAnchor) {<br />
				//first shape appears<br />
			}<br />
    	});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://tutorialzine.com/2010/01/halftone-navigation-menu-jquery-css/#comment-2882</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Wed, 17 Feb 2010 20:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=610#comment-2882</guid>
		<description>Amazing effect! Great idea.</description>
		<content:encoded><![CDATA[<p>Amazing effect! Great idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: omyo</title>
		<link>http://tutorialzine.com/2010/01/halftone-navigation-menu-jquery-css/#comment-2568</link>
		<dc:creator>omyo</dc:creator>
		<pubDate>Tue, 02 Feb 2010 17:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=610#comment-2568</guid>
		<description>voila...awesome many trick to using for web.
its my inspiration :D</description>
		<content:encoded><![CDATA[<p>voila&#8230;awesome many trick to using for web.<br />
its my inspiration <img src='http://tutorialzine.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: tutorialzine.com @ 2010-08-01 02:58:56 -->