The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Define your own Search Builder

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
James Robertson

Posts: 29924
Nickname: jarober61
Registered: Jun, 2003

David Buck, Smalltalker at large
Define your own Search Builder Posted: Jul 22, 2005 7:00 PM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: Define your own Search Builder
Feed Title: Cincom Smalltalk Blog - Smalltalk with Rants
Feed URL: http://www.cincomsmalltalk.com/rssBlog/rssBlogView.xml
Feed Description: James Robertson comments on Cincom Smalltalk, the Smalltalk development community, and IT trends and issues in general.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From Cincom Smalltalk Blog - Smalltalk with Rants

Advertisement

I mentioned that I had built a wizard for defining your own search builder the other day, but I didn't give too many details. There are a ton of RSS/Atom search builders out there - Feedster, BlogPulse, Blogdigger, DayPop - the list goes on. I had been adding individual tools, but that was getting to be a real pain. So... I consolidated down to one common UI, and added a "build your own" option. That looks like this:

Feed Builder

So, to add DayPop, I changed the lower two fields like this:

http://www.daypop.com/search?s=1&c=10&t=a&o=rss
&q=

And saved it. Now, when I pop up the search builder I see this:

Search Wizard

Which integrates DayPop as one of my standard choices. The information for this stuff is saved in a simple flat file that looks like this:

[SearchFeedDefinition]

wizardDescription='DayPop'

baseSegment='http://www.daypop.com/search?s=1&c=10&t=a&o=rss'

searchSegment='&q='

So you can add as many definition sets like that as you want, and add to the list of feed building options. It's checked each time the wizard is opened.

Read: Define your own Search Builder

Topic: Great art and the craft of software development Previous Topic   Next Topic Topic: Scrum for iterative development projects

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use