<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <generator>http://textpattern.com/</generator>
 <title>Textpattern Tips – FAQ index sorted by categories</title>
 <description>FAQ index sorted by categories - comments</description>
 <link>https://textpattern.tips/faq-index-sorted-by-categories</link>
 <atom:link href="https://textpattern.tips/faq-index-sorted-by-categories?f=comment-feed" rel="self" type="application/rss+xml" />
 <pubDate>Tue, 12 Jan 10 06:40:52 +0000</pubDate>

 <item>
     <title>Comment on FAQ index sorted by categories by John Stephens</title>
     <link><a href="https://textpattern.tips/faq-index-sorted-by-categories#c000080" id="c000080">1</a></link>
     <guid><a href="https://textpattern.tips/faq-index-sorted-by-categories#c000080" id="c000080">1</a></guid>
     <pubDate>Mon, 19 Jan 09 19:26:25 +0000</pubDate>
     <description><![CDATA[<p>Thanks&#8212; I used this javascript snippet in the demo for my latest article about <a href="http://designop.us/wrote/applying-the-fine-art-of-web-design-to-online-comics" rel="nofollow">getting semantic with webcomics</a>.</p>]]></description>
     <content:encoded><![CDATA[<p>Thanks&#8212; I used this javascript snippet in the demo for my latest article about <a href="http://designop.us/wrote/applying-the-fine-art-of-web-design-to-online-comics" rel="nofollow">getting semantic with webcomics</a>.</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://designop.us/">John Stephens</a></dc:creator>
 
</item>
<item>
     <title>Comment on FAQ index sorted by categories by alex</title>
     <link><a href="https://textpattern.tips/faq-index-sorted-by-categories#c000081" id="c000081">1</a></link>
     <guid><a href="https://textpattern.tips/faq-index-sorted-by-categories#c000081" id="c000081">1</a></guid>
     <pubDate>Tue, 20 Jan 09 19:34:05 +0000</pubDate>
     <description><![CDATA[<p>That´s a great Tut!! Thanks a lot for it.</p>]]></description>
     <content:encoded><![CDATA[<p>That´s a great Tut!! Thanks a lot for it.</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://textpattern.kbbu.de">alex</a></dc:creator>
 
</item>
<item>
     <title>Comment on FAQ index sorted by categories by Nora Brown</title>
     <link><a href="https://textpattern.tips/faq-index-sorted-by-categories#c000634" id="c000634">1</a></link>
     <guid><a href="https://textpattern.tips/faq-index-sorted-by-categories#c000634" id="c000634">1</a></guid>
     <pubDate>Mon, 11 Jan 10 16:40:07 +0000</pubDate>
     <description><![CDATA[<p>Awesome!!! I&#8217;ve puzzled through this type of scenario so often, it&#8217;s excellent to have this to refer to so I don&#8217;t have to figure it out each time. I use it on writers&#8217; sites to output lists of published articles by category or publication, with titles and excerpts.</p>]]></description>
     <content:encoded><![CDATA[<p>Awesome!!! I&#8217;ve puzzled through this type of scenario so often, it&#8217;s excellent to have this to refer to so I don&#8217;t have to figure it out each time. I use it on writers&#8217; sites to output lists of published articles by category or publication, with titles and excerpts.</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://www.norabrowndesign.com">Nora Brown</a></dc:creator>
 
</item>
<item>
     <title>Comment on FAQ index sorted by categories by Nora Brown</title>
     <link><a href="https://textpattern.tips/faq-index-sorted-by-categories#c000637" id="c000637">1</a></link>
     <guid><a href="https://textpattern.tips/faq-index-sorted-by-categories#c000637" id="c000637">1</a></guid>
     <pubDate>Mon, 11 Jan 10 20:16:57 +0000</pubDate>
     <description><![CDATA[<p>You could also add a linked shortcut list to the beginning&#8230;</p><pre><code>&lt;ul&gt;&lt;txp:article limit="999" sort="Category1"&gt;
       &lt;txp:if_different&gt;&lt;li&gt;&lt;a href="#&lt;txp:category1 title="0" /&gt;"&gt;&lt;txp:category1 title="1" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;/txp:if_different&gt;
    &lt;/txp:article&gt;
&lt;/ul&gt;
</code></pre><p>And then for each heading:</p><pre><code>&lt;h3 id="&lt;txp:category1 title="0" /&gt;" &gt;&lt;txp:category1 title="1" /&gt;&lt;/h3&gt;
</code></pre>]]></description>
     <content:encoded><![CDATA[<p>You could also add a linked shortcut list to the beginning&#8230;</p><pre><code>&lt;ul&gt;&lt;txp:article limit="999" sort="Category1"&gt;
       &lt;txp:if_different&gt;&lt;li&gt;&lt;a href="#&lt;txp:category1 title="0" /&gt;"&gt;&lt;txp:category1 title="1" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;/txp:if_different&gt;
    &lt;/txp:article&gt;
&lt;/ul&gt;
</code></pre><p>And then for each heading:</p><pre><code>&lt;h3 id="&lt;txp:category1 title="0" /&gt;" &gt;&lt;txp:category1 title="1" /&gt;&lt;/h3&gt;
</code></pre>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://www.norabrowndesign.com">Nora Brown</a></dc:creator>
 
</item>
<item>
     <title>Comment on FAQ index sorted by categories by Jonathan Stubbs</title>
     <link><a href="https://textpattern.tips/faq-index-sorted-by-categories#c000638" id="c000638">1</a></link>
     <guid><a href="https://textpattern.tips/faq-index-sorted-by-categories#c000638" id="c000638">1</a></guid>
     <pubDate>Tue, 12 Jan 10 06:40:52 +0000</pubDate>
     <description><![CDATA[<p>Nora, if you have another method or a variation, it might make a good tip in its own right..</p>]]></description>
     <content:encoded><![CDATA[<p>Nora, if you have another method or a variation, it might make a good tip in its own right..</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://jonathanstubbs.com">Jonathan Stubbs</a></dc:creator>
 
</item>

</channel>
</rss>