Hello all,
I just finished a test release of my latest site - FetchHelp.com.
What is it?
The site, FetchHelp.com, is what I would call a mashup of craigslist and Monster.com. The site is a job portal organized like a classified-ad system, focusing solely on general-labor jobs. The site was produced using Drupal (an incredibly powerful content management system) version 5.x.
How the site is organized:
Jobs are listed by location, by city and state. Users can browse either their state, their major city, or search their town/city and view a table of any available listings. Jobs are not categorized by type, (like you would find on a career search site), as any physically-able person should be able to apply for and fulfill most job positions. This was all done via the incredibly powerful views module. Within the job-posting form, users select a state and enter a city/town (thanks to cck). A table view, with it's own page, was created for every job post (content type) with a certain state selected (all 50). 50 more views were cloned and created that first had the correct state selected, and that had one of the 50 most populous cities typed in within the City/Town text field. A block was then created with the 2 lists, the states and cities, and each term linked to the appropriate view (page).