Archive for July 2006

ResearchBuzz Roundup 072906

Yahoo does an index update, lots of people complain: http://www.ysearchblog.com/archives/000327.html.

Yahoo Korea takes SiteExplorer and gives it a whole different look.

PBS programming now on Google Video. press release.

JOHNSON’S Baby announces a blog directory for moms. Fall 2006; press release.

Yahoo releases a new crawler: http://www.ysearchblog.com/archives/000334.html.

PSPs now support RSS feeds! http://news.yahoo.com/s/cmp/20060728/tc_cmp/191502659.

Get Some Google Help

As you probably know Google has lots and lots of lots of properties at the moment. It’s getting tough to keep up! For those of you who want to become proficient users of all of them (or at least as many as possible) check out Google’s new Help Pages feature, at http://www.google.com/support.

This page points to Google help sites for everything from Web search to AdSense to Google Base to enterprise and analytics solutions. There are also specialty pages for using your Google Account and an A to Z help index, which frankly looks a little thin.

This level of help is not going to get you into URL hacking and syntax mixing and the answers to those nagging Google questions that you can’t seem to answer (go to Google’s advanced search page and search for instances of the word “Fred” in the last three months. Now search for instances of the word “Fred” all time. Why are there more instances in the last three months than there are all time?) but nice to have a one page roundup of all the “official” help.

Search Source Code with Krugle Search Engine

If you’ve ever tried to search Google for code you know it can be a pain. There are several special characters that Google doesn’t recognize, sometimes it seems like Google’s looking in every place except where you want to look, and Google’s syntax don’t always work well in narrowing down your search for code.

Enter Krugle. Krugle, at http://www.krugle.com/, is a search engine specifically designed to find code, with several ways to narrow down your searches.

Krugle functions as a query box with a series of drop-down menus. Enter a query, then choose the language for which you want to search (JavaScript, Ruby, Perl, C++, etc. There’s also an “all” choice) and where you want to find the query string (comments, source code, function call, etc.) You can also specify a particular project (more about that in a minute.)

I did a search for Perl files containing the word Excel in the comments (trying to answer the question “How are people using Excel and Perl?”) I got 763 results, listed in groups of ten. Results included a snippet, file name, and the domain from which the information came.

In addition to the code tab (where you can do these code searches), there are two other tabs as well. There’s a Tech Pages tab, which searches for documentation, tutorials, etc. (Searching for Spreadsheet::WriteExcel got me over 125 pointers to information, including tutorials, general information pages, and a wiki or two. Unfortunately it also brought back some cruft like lists of Perl modules installed at hosting companies.) There’s also a projects page; enter a query string and get all projects which match that string (searching for Excel here found 30 projects, including a couple I’m going to have to look at further…..)

If you’re not much into programming, skip the code search and see what the Projects and Tech Pages tabs have to offer. There’s a little bit of searchgunk, especially in the Tech Pages results, but it’s easily avoided. I could spend a lot of time here…