<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: multiple code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Sun, 18 May 2008 00:00:27 GMT</pubDate>
    <description>DZone Snippets: multiple code</description>
    <item>
      <title>Using multiple tags on Code Snippets</title>
      <link>http://snippets.dzone.com/posts/show/1615</link>
      <description>I spent a lot of time trying to select snippets with&lt;br /&gt;contain multiple tags. (series60 and sql)&lt;br /&gt;There is no '+' links I can click anymore.&lt;br /&gt;After about 10 minutes of trial and error, I find out how.&lt;br /&gt;This also answer another question on correct use of URL.&lt;br /&gt;&lt;code&gt;&lt;br /&gt;# for tag 'series60' AND 'sql'&lt;br /&gt;http://www.bigbold.com/snippets/tags/series60/sql/&lt;br /&gt;&lt;br /&gt;# this doesn't work&lt;br /&gt;http://www.bigbold.com/snippets/tag/series60/sql/&lt;br /&gt;&lt;br /&gt;# all of these work (single tag case)&lt;br /&gt;http://bigbold.com/snippets/tag/series60/&lt;br /&gt;http://bigbold.com/snippets/tags/series60/&lt;br /&gt;http://www.bigbold.com/snippets/tag/series60/&lt;br /&gt;http://www.bigbold.com/snippets/tags/series60/&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;My conclusion is that.&lt;br /&gt;For a single tag, use '/tag/...'.&lt;br /&gt;For multiple tags, use '/tags/...'.&lt;br /&gt;The first is quicker to type, while the second is flexible in case you want to filter further.</description>
      <pubDate>Thu, 02 Mar 2006 18:39:29 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/1615</guid>
      <author>korakot (Korakot Chaovavanich)</author>
    </item>
    <item>
      <title>SELECT from multiple MySQL Tables</title>
      <link>http://snippets.dzone.com/posts/show/1436</link>
      <description>// description of your code here&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;SELECT fulltxt.pqid AS candidate_ft, citations.chid&lt;br /&gt;FROM citations,fulltxt&lt;br /&gt;WHERE citations.issn = fulltxt.issn&lt;br /&gt;AND citations.volume = fulltxt.volume&lt;br /&gt;AND citations.issue = fulltxt.issue&lt;br /&gt;AND citations.year = fulltxt.year&lt;br /&gt;AND citations.spage = fulltxt.spage&lt;br /&gt;AND citations.pqid = ''&lt;br /&gt;; &lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Thu, 09 Feb 2006 15:56:12 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/1436</guid>
      <author>offspinner ()</author>
    </item>
  </channel>
</rss>
