I have an old JavaScript bookmark tool I made five years ago– it allows me, from no matter where I am on the web, to either select some text in a page (or enter in a box) and run a search for it in my own blog. This came from realizing that the basic wordpress search URL was always something like: http://www.myfreakyblog.org/index.php?s=cheddar+cheese And with my mediocre JavaScript tools, I made a site that allows anyone yo make one for their own blog– the Make A WordPress Search Bookmarklet tool — which to my utter surprise, still works. It’s prety easy- you enter the name of the blog, its base URL, and click “Build The Bookmark”- drag the generated JavaScript link to your toolbar, and you are done. So for example, let’s say I have some B movie blog I want to make the tool for, I enter its name, the [...]




