Dishola: Reviews by the Dish

dishola /dish•ō•lâ/
v. To share the love of food - dish by dish. n. The ultimate source to find real meals at real places that rule.
Catalina Offshore Products
Thanks for playing! Here's your special dish...
Homemade Oreo, Snickerdoodle, and Panna Cotta at Lambert's Downtown Barbecue, photo by laura
share on facebook
Avg. Review
Homemade Oreo, Snickerdoodle, and Panna Cotta
Lambert's Downtown Barbecue

401 W 2nd St Austin, TX, 78701
(512) 494-1500

Tags: Oreo  snickerdoodle  Panna Cotta  edit
dish it - add your review today!
  1. Score 9

    This dessert brings "milk 'n cookies" to a whole new level.
    First, you'd never know that an Oreo could taste so good. It is softer and chewier than the store bought-kind, and the cream tastes...well, basically like cream, sugar and butter (not a bunch of preservatives and other ingredients you can't pronounce).
    The panna cotta is an inspired touch. Like milk, it has that smooth, creamy taste that compliments each bite of your cookie. It is sweet, but not overly so. In this trio, the Panna Cotta certainly lets the Oreo steal the show.
    Alas, the snickerdoodle is what drags this dish's score from a perfect Dishola! to a 9. It is good; but I've had better. It was missing something - more butter, more cinnamon?
    The doodle is but a small misstep in a dish that will not only delight your taste buds, but may bring back some sweet childhood memories as well.

    Comments (1)
    silentmeow on 05/28/08

    This review was right on!

Loading the map...
Add a new Dish!

Dish Roulette

Hungry for something but don't know what?

Dish Wanted

laura is seeking
Top-notch Lebanese
in Austin, Texas
Know where to find it?

This Week's Divine Dish

Ribs at Rendezvous Memphis, TN

(dishola_development) 26 queries took 60 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SET NAMES 'UTF8'00
2SELECT `Dish`.*, `Location`.*, `User`.*, `Restaurant`.`name` FROM `dishes` AS `Dish` LEFT JOIN `restaurant_locations` AS `Location` ON (`Dish`.`location_id` = `Location`.`id`) LEFT JOIN `users` AS `User` ON (`Dish`.`user_id` = `User`.`id`) LEFT JOIN `restaurants` AS `Restaurant` ON (`Location`.`restaurant_id` = `Restaurant`.`id`) WHERE `Dish`.`id` = 2020 AND disabled=0 AND `Dish`.`disabled`=0 LIMIT 5112
3SELECT `Tag`.`id`, `Tag`.`tag`, `DishesTag`.`id`, `DishesTag`.`dish_id`, `DishesTag`.`tag_id` FROM `tags` AS `Tag` JOIN `dishes_tags` AS `DishesTag` ON (`DishesTag`.`dish_id` = 2020 AND `DishesTag`.`tag_id` = `Tag`.`id`) WHERE 1 = 1 ORDER BY `DishesTag`.`id` ASC 331
4SELECT `DishSet`.`id`, `DishSet`.`user_id`, `DishSet`.`name`, `DishSet`.`description`, `DishSet`.`private`, `DishSet`.`location`, `DishSet`.`country_name_code`, `DishSet`.`administrative_area`, `DishSet`.`locality_name`, `DishSet`.`postal_code`, `DishSet`.`latitude`, `DishSet`.`longitude`, `DishSet`.`count_users`, `DishSet`.`count_dishes`, `DishSet`.`created`, `DishSet`.`modified`, `SetsDish`.`id`, `SetsDish`.`set_id`, `SetsDish`.`dish_id`, `SetsDish`.`order`, `SetsDish`.`created`, `SetsDish`.`modified` FROM `sets` AS `DishSet` JOIN `sets_dishes` AS `SetsDish` ON (`SetsDish`.`dish_id` = 2020 AND `SetsDish`.`set_id` = `DishSet`.`id`) WHERE 1 = 1 110
5SELECT `Restaurant`.*, `Location`.`id` FROM `restaurant_locations` AS `Location` LEFT JOIN `restaurants` AS `Restaurant` ON (`Location`.`restaurant_id` = `Restaurant`.`id`) WHERE `Location`.`id`='116' LIMIT 1110
6SELECT `Dish`.`id`, `Dish`.`user_id`, `Dish`.`name`, `Dish`.`location_id`, `Dish`.`disabled`, `Dish`.`created`, `Dish`.`modified`, `Dish`.`vote_avg`, `Dish`.`vote_count`, `Dish`.`members_vote_avg`, `Dish`.`members_vote_count`, `Dish`.`industry_vote_avg`, `Dish`.`industry_vote_count`, `Dish`.`critics_vote_avg`, `Dish`.`critics_vote_count`, `Dish`.`last_review_date`, `Dish`.`review_count`, `Dish`.`is_divine`, `Dish`.`dish_image_filepath`, `Dish`.`dish_image_created` FROM `dishes` AS `Dish` WHERE `Dish`.`location_id` = (116) 25250
7SELECT dishes.vote_avg, reviews.*, users.*, profiles.image, profiles.image_small FROM dishes LEFT JOIN reviews ON dishes.id=reviews.dish_id LEFT JOIN users ON reviews.user_id=users.id LEFT JOIN profiles ON users.id=profiles.user_id WHERE dishes.id='2020' AND reviews.disabled=0 ORDER BY reviews.created DESC LIMIT 0,1110
8SELECT COUNT(*) AS `count` FROM `reviews` AS `Review` LEFT JOIN `users` AS `User` ON (`Review`.`user_id` = `User`.`id`) LEFT JOIN `dishes` AS `Dish` ON (`Review`.`dish_id` = `Dish`.`id`) WHERE dish_id='2020' 110
9SELECT `Image`.*, `OriginalImage`.*, `DishImage`.`id` FROM `dish_images` AS `DishImage` LEFT JOIN `dishes` AS `Dish` ON (`DishImage`.`dish_id` = `Dish`.`id`) LEFT JOIN `images` AS `Image` ON (`DishImage`.`image_id` = `Image`.`id`) LEFT JOIN `images` AS `OriginalImage` ON (`DishImage`.`original_image_id` = `OriginalImage`.`id`) WHERE dish_id=2020 ORDER BY `Image`.`created` DESC LIMIT 1110
10SELECT COUNT(*) AS `count` FROM `dishes` AS `Dish` LEFT JOIN `restaurant_locations` AS `Location` ON (`Dish`.`location_id` = `Location`.`id`) LEFT JOIN `users` AS `User` ON (`Dish`.`user_id` = `User`.`id`) LEFT JOIN `restaurants` AS `Restaurant` ON (`Location`.`restaurant_id` = `Restaurant`.`id`) WHERE `Dish`.`id` = 2020 AND disabled=0 AND `Dish`.`disabled`=0 111
11SELECT COUNT(*) AS `count` FROM `reviews` AS `Review` LEFT JOIN `users` AS `User` ON (`Review`.`user_id` = `User`.`id`) LEFT JOIN `dishes` AS `Dish` ON (`Review`.`dish_id` = `Dish`.`id`) WHERE `Review`.`dish_id` = 2020 1111
12SELECT COUNT(*) AS `count` FROM `dish_images` AS `DishImage` LEFT JOIN `dishes` AS `Dish` ON (`DishImage`.`dish_id` = `Dish`.`id`) LEFT JOIN `images` AS `Image` ON (`DishImage`.`image_id` = `Image`.`id`) LEFT JOIN `images` AS `OriginalImage` ON (`DishImage`.`original_image_id` = `OriginalImage`.`id`) WHERE `DishImage`.`dish_id` = 2020 117
13SELECT COUNT(*) AS `count` FROM `reviews` AS `Review` LEFT JOIN `users` AS `User` ON (`Review`.`user_id` = `User`.`id`) LEFT JOIN `dishes` AS `Dish` ON (`Review`.`dish_id` = `Dish`.`id`) WHERE `Dish`.`id` = 2020 111
14SELECT COUNT(*) AS `count` FROM `dish_images` AS `DishImage` LEFT JOIN `dishes` AS `Dish` ON (`DishImage`.`dish_id` = `Dish`.`id`) LEFT JOIN `images` AS `Image` ON (`DishImage`.`image_id` = `Image`.`id`) LEFT JOIN `images` AS `OriginalImage` ON (`DishImage`.`original_image_id` = `OriginalImage`.`id`) WHERE `Dish`.`id` = 2020 111
15SELECT `Review`.*, `User`.* FROM `reviews` AS `Review` LEFT JOIN `users` AS `User` ON (`Review`.`user_id` = `User`.`id`) WHERE `Review`.`dish_id` = 2020 ORDER BY `Review`.`created` DESC LIMIT 5111
16SELECT COUNT(*) AS `count` FROM `reviewsvotes` AS `Reviewsvote` LEFT JOIN `reviews` AS `Review` ON (`Reviewsvote`.`review_id` = `Review`.`id`) LEFT JOIN `users` AS `User` ON (`Reviewsvote`.`user_id` = `User`.`id`) WHERE `review_id` = 2345 AND `message_public` = 1 1116
17SELECT `Reviewsvote`.*, `User`.* FROM `reviewsvotes` AS `Reviewsvote` LEFT JOIN `reviews` AS `Review` ON (`Reviewsvote`.`review_id` = `Review`.`id`) LEFT JOIN `users` AS `User` ON (`Reviewsvote`.`user_id` = `User`.`id`) WHERE `review_id` = 2345 AND `message_public` = 1 111
18SELECT COUNT(*) AS `count` FROM `reviews` AS `Review` LEFT JOIN `users` AS `User` ON (`Review`.`user_id` = `User`.`id`) LEFT JOIN `dishes` AS `Dish` ON (`Review`.`dish_id` = `Dish`.`id`) WHERE `Review`.`dish_id` = 2020 110
19SELECT `Image`.*, `OriginalImage`.*, `DishImage`.`id`, `DishImage`.`dish_id` FROM `dish_images` AS `DishImage` LEFT JOIN `dishes` AS `Dish` ON (`DishImage`.`dish_id` = `Dish`.`id`) LEFT JOIN `images` AS `Image` ON (`DishImage`.`image_id` = `Image`.`id`) LEFT JOIN `images` AS `OriginalImage` ON (`DishImage`.`original_image_id` = `OriginalImage`.`id`) WHERE `DishImage`.`dish_id` = 2020 ORDER BY `Image`.`created` DESC 1110
20SELECT COUNT(*) AS `count` FROM `dish_image_votes` AS `DishImageVote` LEFT JOIN `dish_images` AS `DishImage` ON (`DishImageVote`.`dish_image_id` = `DishImage`.`id`) LEFT JOIN `users` AS `User` ON (`DishImageVote`.`user_id` = `User`.`id`) WHERE `dish_image_id` = 1078 111
21SELECT `DishImageVote`.*, `User`.* FROM `dish_image_votes` AS `DishImageVote` LEFT JOIN `dish_images` AS `DishImage` ON (`DishImageVote`.`dish_image_id` = `DishImage`.`id`) LEFT JOIN `users` AS `User` ON (`DishImageVote`.`user_id` = `User`.`id`) WHERE `dish_image_id` = 1078 001
22SELECT `DishWanted`.`id`, `DishWanted`.`user_id`, `DishWanted`.`name`, `DishWanted`.`location`, `DishWanted`.`message`, `DishWanted`.`description`, `DishWanted`.`created`, `DishWanted`.`modified`, `User`.`id`, `User`.`name`, `User`.`realname`, `User`.`email`, `User`.`password`, `User`.`validated`, `User`.`count_dishes`, `User`.`count_reviews`, `User`.`count_reviews_votes`, `User`.`count_photos`, `User`.`count_must_trys`, `User`.`count_tablemates`, `User`.`count_sets`, `User`.`fb_sig_user`, `User`.`twitter_key`, `User`.`twitter_secret`, `User`.`created`, `User`.`modified`, `User`.`classification`, `User`.`image_150`, `User`.`image_48`, `User`.`image_16`, `User`.`image_normal` FROM `dish_wanteds` AS `DishWanted` LEFT JOIN `users` AS `User` ON (`DishWanted`.`user_id` = `User`.`id`) WHERE DATE_SUB(CURDATE(),INTERVAL 60 DAY) <= `DishWanted`.`created` ORDER BY RAND() ASC LIMIT 1002
23SELECT `DishWanted`.`id`, `DishWanted`.`user_id`, `DishWanted`.`name`, `DishWanted`.`location`, `DishWanted`.`message`, `DishWanted`.`description`, `DishWanted`.`created`, `DishWanted`.`modified`, `User`.`id`, `User`.`name`, `User`.`realname`, `User`.`email`, `User`.`password`, `User`.`validated`, `User`.`count_dishes`, `User`.`count_reviews`, `User`.`count_reviews_votes`, `User`.`count_photos`, `User`.`count_must_trys`, `User`.`count_tablemates`, `User`.`count_sets`, `User`.`fb_sig_user`, `User`.`twitter_key`, `User`.`twitter_secret`, `User`.`created`, `User`.`modified`, `User`.`classification`, `User`.`image_150`, `User`.`image_48`, `User`.`image_16`, `User`.`image_normal` FROM `dish_wanteds` AS `DishWanted` LEFT JOIN `users` AS `User` ON (`DishWanted`.`user_id` = `User`.`id`) WHERE 1 = 1 ORDER BY RAND() ASC LIMIT 1114
24SELECT `Tag`.`id`, `Tag`.`tag`, `DishWantedsTag`.`id`, `DishWantedsTag`.`dish_wanted_id`, `DishWantedsTag`.`tag_id` FROM `tags` AS `Tag` JOIN `dish_wanteds_tags` AS `DishWantedsTag` ON (`DishWantedsTag`.`dish_wanted_id` = 32 AND `DishWantedsTag`.`tag_id` = `Tag`.`id`) WHERE 1 = 1 ORDER BY `DishWantedsTag`.`id` ASC 550
25SELECT `Dish`.`id`, `Dish`.`user_id`, `Dish`.`name`, `Dish`.`location_id`, `Dish`.`disabled`, `Dish`.`created`, `Dish`.`modified`, `Dish`.`vote_avg`, `Dish`.`vote_count`, `Dish`.`members_vote_avg`, `Dish`.`members_vote_count`, `Dish`.`industry_vote_avg`, `Dish`.`industry_vote_count`, `Dish`.`critics_vote_avg`, `Dish`.`critics_vote_count`, `Dish`.`last_review_date`, `Dish`.`review_count`, `Dish`.`is_divine`, `Dish`.`dish_image_filepath`, `Dish`.`dish_image_created`, `DishWantedsDish`.`id`, `DishWantedsDish`.`dish_id`, `DishWantedsDish`.`dish_wanted_id` FROM `dishes` AS `Dish` JOIN `dish_wanteds_dishes` AS `DishWantedsDish` ON (`DishWantedsDish`.`dish_wanted_id` = 32 AND `DishWantedsDish`.`dish_id` = `Dish`.`id`) WHERE 1 = 1 ORDER BY `DishWantedsDish`.`id` ASC 220
26SELECT `DishSet`.*, `DishSet`.`id` FROM `sets` AS `DishSet` LEFT JOIN `users` AS `User` ON (`DishSet`.`user_id` = `User`.`id`) WHERE `DishSet`.`name` <> "Must Try" AND `DishSet`.`count_dishes` > 0 ORDER BY `DishSet`.`modified` DESC LIMIT 5550