items; //returns the tag list minus the default tag function get_category($tag_list) { //break the tag list into an array $tags = explode(" ",$tag_list); //return the first tag that isn't DEFAULT_TAG (if you allow multiple //tags you'll want to change this to return an array of remaining tags) foreach ($tags as $tag) { if ($tag != DEFAULT_TAG) { return $tag; break; } } } ?> Rally 2007

Rally 2007

Here's the collected web references for the upcoming rally. You can use the "Category" dropdown to filter them by category. Feel free to add a reference using the Firefox extension provided or the "Add a Bookmark" link. Please contact me if you have any questions.

Add a Bookmark
Category: (Currently browsing .)