<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0">
    <title>Comments for Archive navigation drop down lists</title>
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2006/03/06/archive-navigation-drop-down-lists" />
    <link rel="self" type="application/atom+xml" href="http://bradchoate.com/weblog/2006/03/06/archive-navigation-drop-down-lists" />
    <id>tag:bradchoate.com,2008://4-</id>
    <updated>2006-05-20T17:26:05Z</updated>
    <subtitle>The man, the legend.</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.1</generator>
 

<entry>
    <id>tag:bradchoate.com,2006://4.2507-comment:4844</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2006://4.2507" href="http://bradchoate.com/weblog/2006/03/06/archive-navigation-drop-down-lists"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2006/03/06/archive-navigation-drop-down-lists#c4844" />
    <title>Comment from Ed Kohler on 2006-03-20</title>
    <author>
        <name>Ed Kohler</name>
        <uri>http://www.technologyevangelist.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.technologyevangelist.com">
        <![CDATA[<p>I like the drop-down structure. It really cleans up what can become an unruly list of categories. My only concern would be search engine indexing since search engines don't do drop-downs. Having a secondary navigation such as a link to archives would keep content from disappearing from search engines.</p>]]>
    </content>
    <published>2006-03-20T16:38:52Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2006://4.2507-comment:4845</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2006://4.2507" href="http://bradchoate.com/weblog/2006/03/06/archive-navigation-drop-down-lists"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2006/03/06/archive-navigation-drop-down-lists#c4845" />
    <title>Comment from Brad Choate on 2006-03-20</title>
    <author>
        <name>Brad Choate</name>
        <uri>http://bradchoate.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://bradchoate.com/">
        <![CDATA[<p>I'm not terribly concerned with the indexing of the category archives themselves. There is a master archive index which has a link to all available entries though.</p>]]>
    </content>
    <published>2006-03-20T17:53:53Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2006://4.2507-comment:4852</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2006://4.2507" href="http://bradchoate.com/weblog/2006/03/06/archive-navigation-drop-down-lists"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2006/03/06/archive-navigation-drop-down-lists#c4852" />
    <title>Comment from goblins on 2006-03-23</title>
    <author>
        <name>goblins</name>
        <uri>http://www.eternaljourneys.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.eternaljourneys.com">
        <![CDATA[<p>I've been looking for code like this. However, was is it that I am missing that keeps the php from coming in like garbledygook? I am running PHP.</p>]]>
    </content>
    <published>2006-03-24T04:02:24Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2006://4.2507-comment:5215</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2006://4.2507" href="http://bradchoate.com/weblog/2006/03/06/archive-navigation-drop-down-lists"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2006/03/06/archive-navigation-drop-down-lists#c5215" />
    <title>Comment from Heidi on 2006-07-03</title>
    <author>
        <name>Heidi</name>
        <uri>http://perfectheartbeat.org/log</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://perfectheartbeat.org/log">
        <![CDATA[<p>I found that putting the function nav into my site js thingy did not work for me. Instead, I used</p>

<pre><code>&lt;script type="text/javascript" charset="utf-8"&gt;
function nav(sel) {
   if (sel.selectedIndex == -1) return;
   var opt = sel.options[sel.selectedIndex];
   if (opt &amp;&amp; opt.value)
      location.href = opt.value;
}    
&lt;/script&gt;
</code></pre>

<p>which came from a Widget I have installed called "Monthly Archive Dropdown."</p>]]>
    </content>
    <published>2006-07-03T23:34:21Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2006://4.2507-comment:13889</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2006://4.2507" href="http://bradchoate.com/weblog/2006/03/06/archive-navigation-drop-down-lists"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2006/03/06/archive-navigation-drop-down-lists#c13889" />
    <title>Comment from adam.gerstein.myopenid.com on 2006-10-19</title>
    <author>
        <name>adam.gerstein.myopenid.com</name>
        <uri>http://adam.gerstein.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://adam.gerstein.net">
        <![CDATA[<p>Many thanks for this - just configured it for my cats, and it makes me all happy inside.</p>]]>
    </content>
    <published>2006-10-20T02:11:14Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2006://4.2507-comment:33211</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2006://4.2507" href="http://bradchoate.com/weblog/2006/03/06/archive-navigation-drop-down-lists"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2006/03/06/archive-navigation-drop-down-lists#c33211" />
    <title>Comment from anonymouse on 2008-07-18</title>
    <author>
        <name>anonymouse</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Any chance that we can see a real, live. functional page?  Just curious, that notes are helpful but its always nice to see the the actual, functional code in the page(s).</p>]]>
    </content>
    <published>2008-07-18T18:54:23Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2006://4.2507-comment:33212</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2006://4.2507" href="http://bradchoate.com/weblog/2006/03/06/archive-navigation-drop-down-lists"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2006/03/06/archive-navigation-drop-down-lists#c33212" />
    <title>Comment from Brad on 2008-07-18</title>
    <author>
        <name>Brad</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>@anonymouse: This is the code I'm using on the <a href="http://bradchoate.com/">main page</a> of this site.</p>]]>
    </content>
    <published>2008-07-18T18:58:01Z</published>
</entry>


</feed>