<?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: A Continuation of the Isotope Tutorial: Hash History with Isotope</title>
	<atom:link href="http://www.designlunatic.com/2012/08/a-continuation-of-the-isotope-tutorial-hash-history-with-isotope/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designlunatic.com/2012/08/a-continuation-of-the-isotope-tutorial-hash-history-with-isotope/</link>
	<description>A Blog about Web Design and Web Development</description>
	<lastBuildDate>Tue, 21 May 2013 05:35:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Alexandre Smirnov</title>
		<link>http://www.designlunatic.com/2012/08/a-continuation-of-the-isotope-tutorial-hash-history-with-isotope/#comment-21861</link>
		<dc:creator>Alexandre Smirnov</dc:creator>
		<pubDate>Wed, 01 May 2013 22:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.designlunatic.com/?p=1200#comment-21861</guid>
		<description>How exactly are you initiating isotope for each one? Separate function calls or are you using only one selector, e.g. &quot;$(&#039;.class1, class2&#039;).isotope&quot;?</description>
		<content:encoded><![CDATA[<p>How exactly are you initiating isotope for each one? Separate function calls or are you using only one selector, e.g. &#8220;$(&#8216;.class1, class2&#8242;).isotope&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Rast</title>
		<link>http://www.designlunatic.com/2012/08/a-continuation-of-the-isotope-tutorial-hash-history-with-isotope/#comment-21860</link>
		<dc:creator>Bob Rast</dc:creator>
		<pubDate>Wed, 01 May 2013 21:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.designlunatic.com/?p=1200#comment-21860</guid>
		<description>Great tutorials! I want to use three instances of isotope - each in a separate tab - to display lists of congressional and regulatory actions.  I&#039;m not well versed in javascript and I find that my first-panel  isotope instance of isotope displays and sorts just fine, but in tabs 2 and 3 the display is collapsed into a pile. Is there a way to initiate multiple isotope instances on a page, and if so, would appreciate guidance on how to do it.

Thanks,</description>
		<content:encoded><![CDATA[<p>Great tutorials! I want to use three instances of isotope &#8211; each in a separate tab &#8211; to display lists of congressional and regulatory actions.  I&#8217;m not well versed in javascript and I find that my first-panel  isotope instance of isotope displays and sorts just fine, but in tabs 2 and 3 the display is collapsed into a pile. Is there a way to initiate multiple isotope instances on a page, and if so, would appreciate guidance on how to do it.</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asd</title>
		<link>http://www.designlunatic.com/2012/08/a-continuation-of-the-isotope-tutorial-hash-history-with-isotope/#comment-21812</link>
		<dc:creator>Asd</dc:creator>
		<pubDate>Wed, 06 Mar 2013 21:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.designlunatic.com/?p=1200#comment-21812</guid>
		<description>when your isotope container is located down the page and you want to prevent the whole page from jumping to the top, when a user klicks &quot;all&quot; (therefore #):

    var selector = $(this).attr(&#039;data-filter&#039;);  
    var prettyselector = selector.substr(1);  
                                                    
    if(prettyselector==&quot;&quot;){
        location.hash = &quot;none&quot;;
    } else {
        location.hash = prettyselector; 

AND

    if(location.hash!=&quot;#none&quot;){
        var hashfilter = &quot;.&quot; + location.hash.substr(1);
    }
    else {
        var hashfilter = &quot;*&quot;;
    }

no hands need to be layed on document.ready. 
</description>
		<content:encoded><![CDATA[<p>when your isotope container is located down the page and you want to prevent the whole page from jumping to the top, when a user klicks &#8220;all&#8221; (therefore #):</p>
<p>    var selector = $(this).attr(&#8216;data-filter&#8217;); <br />
    var prettyselector = selector.substr(1); <br />
                                                   <br />
    if(prettyselector==&#8221;"){<br />
        location.hash = &#8220;none&#8221;;<br />
    } else {<br />
        location.hash = prettyselector; </p>
<p>AND</p>
<p>    if(location.hash!=&#8221;#none&#8221;){<br />
        var hashfilter = &#8220;.&#8221; + location.hash.substr(1);<br />
    }<br />
    else {<br />
        var hashfilter = &#8220;*&#8221;;<br />
    }</p>
<p>no hands need to be layed on document.ready.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aline Rodrigues</title>
		<link>http://www.designlunatic.com/2012/08/a-continuation-of-the-isotope-tutorial-hash-history-with-isotope/#comment-21794</link>
		<dc:creator>Aline Rodrigues</dc:creator>
		<pubDate>Fri, 25 Jan 2013 18:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.designlunatic.com/?p=1200#comment-21794</guid>
		<description>How use this in a external link? </description>
		<content:encoded><![CDATA[<p>How use this in a external link?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derick</title>
		<link>http://www.designlunatic.com/2012/08/a-continuation-of-the-isotope-tutorial-hash-history-with-isotope/#comment-21739</link>
		<dc:creator>Derick</dc:creator>
		<pubDate>Fri, 26 Oct 2012 04:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.designlunatic.com/?p=1200#comment-21739</guid>
		<description>Thanks for the reply. I haven&#039;t had any success following your instructions yet (I&#039;m not very experienced with jquery) but I&#039;m grateful for the fast response.</description>
		<content:encoded><![CDATA[<p>Thanks for the reply. I haven&#8217;t had any success following your instructions yet (I&#8217;m not very experienced with jquery) but I&#8217;m grateful for the fast response.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandre Smirnov</title>
		<link>http://www.designlunatic.com/2012/08/a-continuation-of-the-isotope-tutorial-hash-history-with-isotope/#comment-21738</link>
		<dc:creator>Alexandre Smirnov</dc:creator>
		<pubDate>Thu, 25 Oct 2012 05:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.designlunatic.com/?p=1200#comment-21738</guid>
		<description>Follow the hash history tutorial completely, and once you have that set up and working, do the following:
In the &quot;active cat&quot; tutorial, take a look at the 

$(&#039;#nav a&#039;).click(function(){

Specifically, look at the 
$container.attr(&#039;data-current&#039;,selector);
Code inside it.  Just add
if(location.hash!=&quot;&quot;){        var hashfilter = &quot;.&quot; + location.hash.substr(1);    }    else{        var hashfilter = &quot;*&quot;;    }
selector = hashfilter;

}

Right before it.
Make sure you have all the functions from the &quot;hash history&quot; tutorial; the hashchange function, the code that detects the hash when the page loads, and so on.  

The &quot;hashchange&quot; function from the &quot;hash history&quot; tutorial should take care of the rest.  Really, just copy-paste the code from both tutorials into one big JS file, and make sure that the &quot;location.hash&quot; is being plugged into &quot;#container&quot; &quot;data-current attribute.  Delete the right code blocks and it should work fine.</description>
		<content:encoded><![CDATA[<p>Follow the hash history tutorial completely, and once you have that set up and working, do the following:<br />
In the &#8220;active cat&#8221; tutorial, take a look at the </p>
<p>$(&#8216;#nav a&#8217;).click(function(){</p>
<p>Specifically, look at the <br />
$container.attr(&#8216;data-current&#8217;,selector);<br />
Code inside it.  Just add<br />
if(location.hash!=&#8221;"){        var hashfilter = &#8220;.&#8221; + location.hash.substr(1);    }    else{        var hashfilter = &#8220;*&#8221;;    }<br />
selector = hashfilter;</p>
<p>}</p>
<p>Right before it.<br />
Make sure you have all the functions from the &#8220;hash history&#8221; tutorial; the hashchange function, the code that detects the hash when the page loads, and so on.  </p>
<p>The &#8220;hashchange&#8221; function from the &#8220;hash history&#8221; tutorial should take care of the rest.  Really, just copy-paste the code from both tutorials into one big JS file, and make sure that the &#8220;location.hash&#8221; is being plugged into &#8220;#container&#8221; &#8220;data-current attribute.  Delete the right code blocks and it should work fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derick</title>
		<link>http://www.designlunatic.com/2012/08/a-continuation-of-the-isotope-tutorial-hash-history-with-isotope/#comment-21736</link>
		<dc:creator>Derick</dc:creator>
		<pubDate>Thu, 25 Oct 2012 04:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.designlunatic.com/?p=1200#comment-21736</guid>
		<description>Thank for the tutorials! I&#039;m using isotope to filter some content and I&#039;ve used your tutorials to apply hash history to great success. I&#039;ve also been able to highlight the currently active link with your other tutorial on another page. I can&#039;t, however, combine the too. Any suggestions?</description>
		<content:encoded><![CDATA[<p>Thank for the tutorials! I&#8217;m using isotope to filter some content and I&#8217;ve used your tutorials to apply hash history to great success. I&#8217;ve also been able to highlight the currently active link with your other tutorial on another page. I can&#8217;t, however, combine the too. Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandroid</title>
		<link>http://www.designlunatic.com/2012/08/a-continuation-of-the-isotope-tutorial-hash-history-with-isotope/#comment-21690</link>
		<dc:creator>Alexandroid</dc:creator>
		<pubDate>Thu, 13 Sep 2012 15:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.designlunatic.com/?p=1200#comment-21690</guid>
		<description>Yes, problems with clicking on All again in IE10 - it`s not working.
Very interesting post, so I`m waiting for continuation of a story.</description>
		<content:encoded><![CDATA[<p>Yes, problems with clicking on All again in IE10 &#8211; it`s not working.<br />
Very interesting post, so I`m waiting for continuation of a story.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victoria Boarer</title>
		<link>http://www.designlunatic.com/2012/08/a-continuation-of-the-isotope-tutorial-hash-history-with-isotope/#comment-21683</link>
		<dc:creator>Victoria Boarer</dc:creator>
		<pubDate>Mon, 03 Sep 2012 11:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.designlunatic.com/?p=1200#comment-21683</guid>
		<description>There seems to be problem when you click on the filter links and then click on All again, in IE (I am using version 9), it doesn&#039;t bring them all up again?

Also I&#039;m having trouble with using isotope in wordpress, it works in all other browsers except IE, I&#039;m wondering if I&#039;m doing something wrong (www.riotcreative.co.uk/dc/) any help would be great.</description>
		<content:encoded><![CDATA[<p>There seems to be problem when you click on the filter links and then click on All again, in IE (I am using version 9), it doesn&#8217;t bring them all up again?</p>
<p>Also I&#8217;m having trouble with using isotope in wordpress, it works in all other browsers except IE, I&#8217;m wondering if I&#8217;m doing something wrong (www.riotcreative.co.uk/dc/) any help would be great.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
