Big warm welcome to ScienceBlog's newest member, Chris Chatham's Developing Intelligence! It's a great blog I've been reading quite a while. I've learned a lot about AI and cognitive science from his detailed posts.
Chris has also solved a problem some of us other Sb newbies hadn't. Archives of the old blog are at that old URL, so when you search, it's either the newer content here or the other archives. But there's a way to do both; Chris has added a simple form for dual-archive searches on his sidebar and the other site. Um, Chris? Tell us how you did that?







Comments
Hey Guys! Thanks for the welcome.
First, you can go to google and type in:
Sandra (site:scienceblogs.com/omnibrain/ | site:penfield.psych.uiuc.edu/omnibrain/)
This will return every page containing the word "Sandra" at the old and the new Omnibrain sites.
To make a search box that does this, use the following html code:
The trick is to have two input fields with the same name (in this case named 'q'), which will then be concatenated (at least in current versions of Firefox and IE :)
Posted by: Chris Chatham | January 2, 2007 8:03 PM
Ha, that didn't work. let's try this again...here's the html code:
<FORM method=GET action="http://www.google.com/search">
<INPUT TYPE=text size=20 name=q maxlength=255 value="" />
<INPUT TYPE=hidden name=q value="(site:develintel.blogspot.com | site:scienceblogs.com/developingintelligence/)" />
<INPUT type=submit name=btnG VALUE="Search" /><br>
<br>
</FORM>
Posted by: Chris Chatham | January 2, 2007 8:09 PM
Thanks Chris! A very handy tip.
Posted by: Sandra | January 3, 2007 10:39 PM