<?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 for Merlin Mason Graphic Design</title>
	<atom:link href="http://www.merlinmason.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.merlinmason.co.uk</link>
	<description>Online Portfolio &#38; Blog</description>
	<lastBuildDate>Thu, 09 Feb 2012 08:02:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Isotope.js filtering with WordPress Categories by RHO</title>
		<link>http://www.merlinmason.co.uk/isotope-js-filtering-with-wordpress-categories/#comment-589</link>
		<dc:creator>RHO</dc:creator>
		<pubDate>Thu, 09 Feb 2012 08:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.merlinmason.co.uk/?p=1839#comment-589</guid>
		<description>Thank you very much for this great tutorial. It helped me alot! After a while i figured out that i made the same mistake like &quot;tmoore&quot; above, but now i`m glad to figured that out!</description>
		<content:encoded><![CDATA[<p>Thank you very much for this great tutorial. It helped me alot! After a while i figured out that i made the same mistake like &#8220;tmoore&#8221; above, but now i`m glad to figured that out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Isotope.js filtering with WordPress Categories by Yafes</title>
		<link>http://www.merlinmason.co.uk/isotope-js-filtering-with-wordpress-categories/#comment-588</link>
		<dc:creator>Yafes</dc:creator>
		<pubDate>Wed, 08 Feb 2012 22:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.merlinmason.co.uk/?p=1839#comment-588</guid>
		<description>@Graeme, are you sure that your code is working? add an alert(&quot;test&quot;) into the .click functino to see if its working anyway. 

if you have the working site for it too somewhere online, someone could debug it better. see ya.</description>
		<content:encoded><![CDATA[<p>@Graeme, are you sure that your code is working? add an alert(&#8220;test&#8221;) into the .click functino to see if its working anyway. </p>
<p>if you have the working site for it too somewhere online, someone could debug it better. see ya.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Isotope.js filtering with WordPress Categories by Graeme</title>
		<link>http://www.merlinmason.co.uk/isotope-js-filtering-with-wordpress-categories/#comment-481</link>
		<dc:creator>Graeme</dc:creator>
		<pubDate>Fri, 03 Feb 2012 00:10:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.merlinmason.co.uk/?p=1839#comment-481</guid>
		<description>I couldn&#039;t see the source code or snippit of code for this please. I really cant get it working and have no idea why! this is what I have so far http://pastebin.com/pJyEaWp4</description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t see the source code or snippit of code for this please. I really cant get it working and have no idea why! this is what I have so far <a href="http://pastebin.com/pJyEaWp4" rel="nofollow">http://pastebin.com/pJyEaWp4</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Isotope.js filtering with WordPress Categories by Merlin</title>
		<link>http://www.merlinmason.co.uk/isotope-js-filtering-with-wordpress-categories/#comment-473</link>
		<dc:creator>Merlin</dc:creator>
		<pubDate>Thu, 02 Feb 2012 19:31:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.merlinmason.co.uk/?p=1839#comment-473</guid>
		<description>Awesome, glad you got it fixed!</description>
		<content:encoded><![CDATA[<p>Awesome, glad you got it fixed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Isotope.js filtering with WordPress Categories by Tmoore</title>
		<link>http://www.merlinmason.co.uk/isotope-js-filtering-with-wordpress-categories/#comment-472</link>
		<dc:creator>Tmoore</dc:creator>
		<pubDate>Thu, 02 Feb 2012 19:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.merlinmason.co.uk/?p=1839#comment-472</guid>
		<description>ah - yep. 
Thanks - i knew it was going to be easy when i finally figured it out.  forgot to replace the .option-set call for my parent UL (for cats) thanks!</description>
		<content:encoded><![CDATA[<p>ah &#8211; yep.<br />
Thanks &#8211; i knew it was going to be easy when i finally figured it out.  forgot to replace the .option-set call for my parent UL (for cats) thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Isotope.js filtering with WordPress Categories by Merlin</title>
		<link>http://www.merlinmason.co.uk/isotope-js-filtering-with-wordpress-categories/#comment-470</link>
		<dc:creator>Merlin</dc:creator>
		<pubDate>Thu, 02 Feb 2012 19:07:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.merlinmason.co.uk/?p=1839#comment-470</guid>
		<description>Ahh, you made need to tweak your jQuery slightly. As you mentioned, the script only proceeds if the button doesn&#039;t have a class of selected.

You&#039;ll need to switch the classes on the click like this — http://jsfiddle.net/92C7Y/</description>
		<content:encoded><![CDATA[<p>Ahh, you made need to tweak your jQuery slightly. As you mentioned, the script only proceeds if the button doesn&#8217;t have a class of selected.</p>
<p>You&#8217;ll need to switch the classes on the click like this — <a href="http://jsfiddle.net/92C7Y/" rel="nofollow">http://jsfiddle.net/92C7Y/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Isotope.js filtering with WordPress Categories by Tmoore</title>
		<link>http://www.merlinmason.co.uk/isotope-js-filtering-with-wordpress-categories/#comment-469</link>
		<dc:creator>Tmoore</dc:creator>
		<pubDate>Thu, 02 Feb 2012 18:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.merlinmason.co.uk/?p=1839#comment-469</guid>
		<description>Great tut - thanks - so far i&#039;ve got everything working but i&#039;ve detected an interest bug. As i cycle between my different category filters, i can only click on each one once - after that it stops functioning. I&#039;ve located this to the &quot;selected&quot; class that gets added to to the active category link. When i click to a new link, the old .selected class stays on the previous link, while also adding to the new.  Eventually they&#039;re all classed selected and no filter works. Any thoughts on how to fix this?</description>
		<content:encoded><![CDATA[<p>Great tut &#8211; thanks &#8211; so far i&#8217;ve got everything working but i&#8217;ve detected an interest bug. As i cycle between my different category filters, i can only click on each one once &#8211; after that it stops functioning. I&#8217;ve located this to the &#8220;selected&#8221; class that gets added to to the active category link. When i click to a new link, the old .selected class stays on the previous link, while also adding to the new.  Eventually they&#8217;re all classed selected and no filter works. Any thoughts on how to fix this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Isotope.js filtering with WordPress Categories by Merlin</title>
		<link>http://www.merlinmason.co.uk/isotope-js-filtering-with-wordpress-categories/#comment-95</link>
		<dc:creator>Merlin</dc:creator>
		<pubDate>Mon, 07 Nov 2011 17:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.merlinmason.co.uk/?p=1839#comment-95</guid>
		<description>You can use any loop you like, it&#039;s not really important. The key parts are to have a container for the all the posts and for each post to have a class. You use these to tell Isotope what you want to filter (this is on lines 4 &amp; 9 of the jQuery I posted above).

I&#039;d suggest doing some experimentation with the Isotope library first using their documentation, once that makes sense it fairly straight forward to adapt it for Wordpress.</description>
		<content:encoded><![CDATA[<p>You can use any loop you like, it&#8217;s not really important. The key parts are to have a container for the all the posts and for each post to have a class. You use these to tell Isotope what you want to filter (this is on lines 4 &#038; 9 of the jQuery I posted above).</p>
<p>I&#8217;d suggest doing some experimentation with the Isotope library first using their documentation, once that makes sense it fairly straight forward to adapt it for WordPress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Isotope.js filtering with WordPress Categories by Vanessa</title>
		<link>http://www.merlinmason.co.uk/isotope-js-filtering-with-wordpress-categories/#comment-90</link>
		<dc:creator>Vanessa</dc:creator>
		<pubDate>Sat, 05 Nov 2011 17:23:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.merlinmason.co.uk/?p=1839#comment-90</guid>
		<description>this is great and really helped a lot, but i&#039;m wondering the same, i&#039;m having a big trouble to implement it on the loop. seems nothing works :\
If anyone has been successfully doing it can you please share the files?

Once again Thanks a lot :)</description>
		<content:encoded><![CDATA[<p>this is great and really helped a lot, but i&#8217;m wondering the same, i&#8217;m having a big trouble to implement it on the loop. seems nothing works :\<br />
If anyone has been successfully doing it can you please share the files?</p>
<p>Once again Thanks a lot :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Isotope.js filtering with WordPress Categories by Adriana</title>
		<link>http://www.merlinmason.co.uk/isotope-js-filtering-with-wordpress-categories/#comment-60</link>
		<dc:creator>Adriana</dc:creator>
		<pubDate>Fri, 21 Oct 2011 22:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.merlinmason.co.uk/?p=1839#comment-60</guid>
		<description>Hi Merlin, 

I would like to know if I can get some help from you to develop a calendar with isotope. 

What I would like to do is to filter events by: 
    All Dates
    Today
    This Week
    This Month

Could you please give me any advice or maybe contact me to my email, so maybe we can make an exchange or a small discussion?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Merlin, </p>
<p>I would like to know if I can get some help from you to develop a calendar with isotope. </p>
<p>What I would like to do is to filter events by:<br />
    All Dates<br />
    Today<br />
    This Week<br />
    This Month</p>
<p>Could you please give me any advice or maybe contact me to my email, so maybe we can make an exchange or a small discussion?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

