tech

Create Custom Craigslist Searches

UPDATE: Please note that Craigslist is no longer blocking Yahoo Pipes. However you many not need to use Pipes due to improvements to the CL search engine (see comments below)

Craigslist.org is a great commercial free website for connecting local buyers/sellers.  But if you've ever tried to put create a custom Craigslist search, you might be frustrated by the inability of Craigslist to handle complex searches with multiple custom criteria (e.g. cars under $5,000 made by Honda, Toyota or Nissan).

My custom Yahoo Pipe

Technical Details About This Site

This website is powered by Drupal, an open source Content Management System (CMS). In addition to the Drupal base system, I've implemented the following modules/enhancements:

Drupal Modules:

Captcha for spam control and to help make sure only humans can create new user accounts (as opposed to spamBots). reCaptcha is used in conjunction with this module to enhance security & generate a slicker looking UI

Drop down navigation menus

I started tinkering with a new Drupal theme that has drop down nav menus that I found here: http://thanhsiang.org/faqing/node/88#comment-522. After rearranging my menu system, I was able to get the drop downs to work correctly & I also connected the menuing system to the Drupal taxonomy module which I also recently configured.

So far I've setup two taxonomies, the first I call 'subject' with categories like: life, family, travel, running, local, gaming, politics, tech, and research. The second taxonomy I created is called 'content types' and has just two types in it, video and images.

Then I assigned one or more of these two sets of intersecting taxonomy categories to each content item on my site. The idea here is to allow a user to click on a "content type" (e.g. videos) that they might want to see & that will give them a list of all content with that content type.

Animation Experiments

Dancing ThomasSnapping ThomasI've been playing with my new digital camera, taking a series of stills and then processing them together using Adobe Image Ready to make GIF animations.

This is my latest attempt & a big improvement over my earlier HTML rollovers.

HTML mouse over experiments

Here are some funny experiments I was trying out with the HTML command mouseover. The pics are from Fifi and Jerome's wedding in Belgium.... Try hovering the mouse over the images and you'll get the idea.

Here's the HTML I used for the images:

<img src="http://defay.org/jason/images/A1a.JPG" alt=" " width="146" height="192" onmouseover="this.src='http://defay.org/jason/images/A2a.JPG';" onmouseout="this.src='http://defay.org/jason/images/A1a.JPG';" />

Syndicate content