Somewhere in the aggregator today came a pointer to a new blog search tool, BlogPulse
BlogPulse is an “automated trend discovery system for blogs. Blogs, a term that is short for weblogs, represent the fastest-growing medium of personal publishing and the newest method of individual expression and opinion on the Internet. BlogPulse applies machine-learning and natural-language processing techniques to discover trends in the highly dynamic world of blogs… It is a one-stop portal for finding out what bloggers are saying on topics of interest to you or on your beat…. Perhaps you want to find out the latest, greatest memes and trends in the blogosphere—you’ve come to the right place. Check out our daily Analysis and Trends.
And it seems to support Google-like searches, well at least putting quotes around words for a phrase search, for example, my own BlogPulse on “learning objects”.
But wait a minute- when you search from BlogPulse, you are not provided a savable URL like Google, which allows you to create your own “Google Links” ( that links to an MLX package “how to”). The reason is on the techie side, but it boils down to how the FORM tags are set up- a method=”POST” option does not return the query appeneded to the search URL (like BlogPulse), while the GET method supplied by Google will return the results with a full URL that allows you to regenerate the results.
This is an incredible feat that Google provides, whether it was their intent to do so or not. Any search result from Google can be repeated by the URL of the search results page. Copy / Paste and you have a new Google Link
This is a small trick I have used for years, but as a Happy Friday bonus, I present my strategy for going from a POST to a GET…