<?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: Filtering Blocks&#160;v2</title> <atom:link href="http://css-tricks.com/filtering-blocks-v2/feed/" rel="self" type="application/rss+xml" /><link>http://css-tricks.com/filtering-blocks-v2/</link> <description>Tips, Tricks, and Techniques on using Cascading Style Sheets.</description> <lastBuildDate>Wed, 08 Sep 2010 22:59:34 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>By: Yong</title><link>http://css-tricks.com/filtering-blocks-v2/#comment-68334</link> <dc:creator>Yong</dc:creator> <pubDate>Thu, 21 Jan 2010 19:09:52 +0000</pubDate> <guid
isPermaLink="false">http://css-tricks.com/?p=5235#comment-68334</guid> <description>It doesn&#039;t work with Videobox v.1.1 :-(
http://www.networkworking.com/media_placements.html</description> <content:encoded><![CDATA[<p>It doesn&#8217;t work with Videobox v.1.1 :-(<br
/> <a
href="http://www.networkworking.com/media_placements.html" rel="nofollow">http://www.networkworking.com/media_placements.html</a></p> ]]></content:encoded> </item> <item><title>By: Ant</title><link>http://css-tricks.com/filtering-blocks-v2/#comment-67895</link> <dc:creator>Ant</dc:creator> <pubDate>Thu, 14 Jan 2010 22:02:11 +0000</pubDate> <guid
isPermaLink="false">http://css-tricks.com/?p=5235#comment-67895</guid> <description>Yeah, I did similar thing today, but with select.
Design with tabs is better and more usable.</description> <content:encoded><![CDATA[<p>Yeah, I did similar thing today, but with select.<br
/> Design with tabs is better and more usable.</p> ]]></content:encoded> </item> <item><title>By: WMuse</title><link>http://css-tricks.com/filtering-blocks-v2/#comment-67830</link> <dc:creator>WMuse</dc:creator> <pubDate>Wed, 13 Jan 2010 19:02:01 +0000</pubDate> <guid
isPermaLink="false">http://css-tricks.com/?p=5235#comment-67830</guid> <description>@iPadThere are  many cases in which Javascript may be disabled for compatibility with with some accessibility devices for the purpose of site interaction or hardware based screen reader as oppose to one being software driven on a full computer.Another case is where not everyone is on a newer mobile device that may not fully support javascript so having things degrade nicely with things turned off increases the sites viewership in some situations.Looking at it realistically even in small percentages the number of people can easily be more then 50,000+ potential viewers that you&#039;re simply going to miss out on. This is of course all entirely relative to the intended audience of your content as well.Don&#039;t underestimate the amount of people out there though that really need the content to degrade properly to be able to experience it.</description> <content:encoded><![CDATA[<p>@iPad</p><p>There are  many cases in which Javascript may be disabled for compatibility with with some accessibility devices for the purpose of site interaction or hardware based screen reader as oppose to one being software driven on a full computer.</p><p>Another case is where not everyone is on a newer mobile device that may not fully support javascript so having things degrade nicely with things turned off increases the sites viewership in some situations.</p><p>Looking at it realistically even in small percentages the number of people can easily be more then 50,000+ potential viewers that you&#8217;re simply going to miss out on. This is of course all entirely relative to the intended audience of your content as well.</p><p>Don&#8217;t underestimate the amount of people out there though that really need the content to degrade properly to be able to experience it.</p> ]]></content:encoded> </item> <item><title>By: iPad</title><link>http://css-tricks.com/filtering-blocks-v2/#comment-67609</link> <dc:creator>iPad</dc:creator> <pubDate>Thu, 07 Jan 2010 16:12:30 +0000</pubDate> <guid
isPermaLink="false">http://css-tricks.com/?p=5235#comment-67609</guid> <description>Who use browsers with Javascript disabled? We should move forward with this...</description> <content:encoded><![CDATA[<p>Who use browsers with Javascript disabled? We should move forward with this&#8230;</p> ]]></content:encoded> </item> <item><title>By: Nathan</title><link>http://css-tricks.com/filtering-blocks-v2/#comment-67585</link> <dc:creator>Nathan</dc:creator> <pubDate>Thu, 07 Jan 2010 14:22:28 +0000</pubDate> <guid
isPermaLink="false">http://css-tricks.com/?p=5235#comment-67585</guid> <description>Great, thanks for this. I&#039;m using the first version for my www.nathanbweb.com, but I&#039;ll consider revising.</description> <content:encoded><![CDATA[<p>Great, thanks for this. I&#8217;m using the first version for my <a
href="http://www.nathanbweb.com" rel="nofollow">http://www.nathanbweb.com</a>, but I&#8217;ll consider revising.</p> ]]></content:encoded> </item> <item><title>By: Bill</title><link>http://css-tricks.com/filtering-blocks-v2/#comment-67582</link> <dc:creator>Bill</dc:creator> <pubDate>Thu, 07 Jan 2010 13:43:56 +0000</pubDate> <guid
isPermaLink="false">http://css-tricks.com/?p=5235#comment-67582</guid> <description>That&#039;s what I was going to say.cursor:pointer;</description> <content:encoded><![CDATA[<p>That&#8217;s what I was going to say.</p><p>cursor:pointer;</p> ]]></content:encoded> </item> <item><title>By: Benjamin Mayo</title><link>http://css-tricks.com/filtering-blocks-v2/#comment-67581</link> <dc:creator>Benjamin Mayo</dc:creator> <pubDate>Thu, 07 Jan 2010 13:12:35 +0000</pubDate> <guid
isPermaLink="false">http://css-tricks.com/?p=5235#comment-67581</guid> <description>That&#039;s pretty viable. The JS would just need to know the pagination number. Then, once the items are filtered, logic checks whether the number displayed is smaller than the limit. If it is, perform an AJAX call to the server-side with a param to return (limit - num) items. The data that is returned is then added to the set.</description> <content:encoded><![CDATA[<p>That&#8217;s pretty viable. The JS would just need to know the pagination number. Then, once the items are filtered, logic checks whether the number displayed is smaller than the limit. If it is, perform an AJAX call to the server-side with a param to return (limit &#8211; num) items. The data that is returned is then added to the set.</p> ]]></content:encoded> </item> <item><title>By: kevin</title><link>http://css-tricks.com/filtering-blocks-v2/#comment-67580</link> <dc:creator>kevin</dc:creator> <pubDate>Thu, 07 Jan 2010 12:47:09 +0000</pubDate> <guid
isPermaLink="false">http://css-tricks.com/?p=5235#comment-67580</guid> <description>Really interesting, could be pretty usefull integrated into wp.</description> <content:encoded><![CDATA[<p>Really interesting, could be pretty usefull integrated into wp.</p> ]]></content:encoded> </item> <item><title>By: Ben</title><link>http://css-tricks.com/filtering-blocks-v2/#comment-67575</link> <dc:creator>Ben</dc:creator> <pubDate>Thu, 07 Jan 2010 00:18:49 +0000</pubDate> <guid
isPermaLink="false">http://css-tricks.com/?p=5235#comment-67575</guid> <description>I have an idea for v3.Lets say the list is dynamic and is using pagination and has a limit of say 10 items.And when I filter out some and are left with 3 items or whatever, it would grab 7 other items from the DB to make up.I&#039;d really like to see that.And nice post, this is the &lt;i&gt;only&lt;/i&gt; good web development blog left.</description> <content:encoded><![CDATA[<p>I have an idea for v3.</p><p>Lets say the list is dynamic and is using pagination and has a limit of say 10 items.</p><p>And when I filter out some and are left with 3 items or whatever, it would grab 7 other items from the DB to make up.</p><p>I&#8217;d really like to see that.</p><p>And nice post, this is the <i>only</i> good web development blog left.</p> ]]></content:encoded> </item> <item><title>By: Josh</title><link>http://css-tricks.com/filtering-blocks-v2/#comment-67573</link> <dc:creator>Josh</dc:creator> <pubDate>Wed, 06 Jan 2010 23:01:06 +0000</pubDate> <guid
isPermaLink="false">http://css-tricks.com/?p=5235#comment-67573</guid> <description>Hmm.... why does this not work for me in Firefox (3.0.10)?? Even worse... it&#039;s work in IE! ahhh! The world is ending!But seriously.... any ideas?</description> <content:encoded><![CDATA[<p>Hmm&#8230;. why does this not work for me in Firefox (3.0.10)?? Even worse&#8230; it&#8217;s work in IE! ahhh! The world is ending!</p><p>But seriously&#8230;. any ideas?</p> ]]></content:encoded> </item> </channel> </rss>
<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 2/9 queries in 0.019 seconds using apc
Content Delivery Network via cdn.css-tricks.com

Served from: css-tricks.com @ 2010-09-08 23:22:32 -->