WordPress database error: [Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'merri_wrdp1.wp_posts.post_date' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by]
SELECT DISTINCT YEAR(post_date) AS `year`, MONTH(post_date) AS `month`, count(ID) as posts FROM wp_posts WHERE post_date < '2024-04-25 01:21:36' AND post_date != '0000-00-00 00:00:00' AND post_status = 'publish' GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC





    • The 2006 Weblog Awards



      Design by





























(Not So) Secret Kitchen Tips 1

Before I post any recipes, I thought I would share some basic (not so) secret tips I’ve learned while "growing up" in the kitchen. Some I’ve learned from our friends at the Food Network (Rachael, Alton Brown, Tyler Florence to name a few) and others I’ve learned from Mom or picked them up myself.

  • Kosher Salt - a MUST have! Iodized salt is good for salting your food post-cooking if you want, but Alton Brown taught me that Kosher salt is the best salt for cooking. It coats your food more effectively, works well with boiling water or other hot items and makes a nice crust if you need to encrust anything in salt. Besides, it fits nicely into a sodium cloride vessel (yes, thanks to Alton Brown I own one of these) and is very inexpensive. All of my recipes will use kosher salt unless otherwise specified.
  • Pepper Mill - fresh ground pepper - nothing better. ’nuff said!
  • EVOO - extra virgin olive oil. This is a Rachael-ism! EVOO is a cornerstone of my cooking. It is one of the "better for you" oils and it doesn’t take much when you are cooking. It is best for lower temperature cooking, however. For frying, peanut oil is a great choice!
  • Cast Iron - a definite must have if you are a meat-eater like me! I have a cast iron skillet and a cast iron stove-top grill/griddle. For a great steak, or for cooking bacon, cast iron allows you to bring out the best. Bacon gets nice and crispy, you get great color on a steak (and excellent flavor if you use the kosher salt!).
  • Fresh herbs and garlic - a must! Here in Nebraska, it is not always easy to find good fresh herbs. Some people grow their own (me, I have a black thumb versus a green thumb, which means instant death for any live plant that comes near me!), but I search grocery stores finding the herbs I like. You should always have some flat-leaf parsley on hand, if you can find it (also known as Italian parsley). It freshens up most anything! I had the opportunity to use fresh sage in my turkey dressing this year - what an amazing difference in flavor! Fresh garlic just makes sense - plus I get to "pop" the garlic with my Wustof knife! Violence in the kitchen - sounds like a great book!
  • A great meat place. We go to "Just Good Meat" here locally - a butcher that carries most anything. Regular store-bought stuff is okay, but you should try a butcher just once - you’ll be hooked if they are good like my butcher. I love the smell of their place (my husband wants them to bottle and sell the scent…better than the most expensive purfume he says…hehehe) and there’s nothing better than freshly smoked/cured bacon or ham!

These are just a few (not so) secret tips I’ve picked up along the way. These are very basic, I know, but some were eye-opening to me as I "grew up" in my kitchen.

Enjoy!

WordPress database error: [Expression #3 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'merri_wrdp1.wp_comments.comment_type' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by]
SELECT comment_author, comment_author_url, comment_type, MAX(comment_ID) as comment_ID, SUBSTRING_INDEX(comment_content,'strong',2) as trackback_title, SUBSTRING_INDEX(comment_author,' » ',1) as pingback_blog, SUBSTRING_INDEX(comment_author,' » ',-1) as pingback_title FROM wp_comments WHERE (comment_post_ID='11' AND comment_approved = '1') AND (comment_type = 'trackback' OR comment_type = 'pingback') GROUP BY comment_author, comment_author_url ORDER BY comment_ID DESC LIMIT 50


Welcome to this Little Corner of the Web!

I want to take a moment and welcome you to Rachael Ray Redux. Why, do you ask, would I choose this name for my blog? Well, if you ask anyone that knows me, I seem to have quite a bit of Rachael influence in my life.

  • I bought the knife (yes, I am the proud owner of a Wustof Santoko knife with a double hollow edge and Grand Prix handle). Thanks to Alton Brown (yes, another Food Network celebrity that I love), I had to buy the Wustof steel. The newest addition to the family is yet another Wustof - bread knife.
  • I have a garbage bowl, although not a Texasware like Rachael [insert a sigh here].
  • I cut my veggies like her (she taught me a lot!).
  • I have several of her cookbooks (not counting the multiple Food Network recipe printouts that litter my kitchen).
  • My hubby even saw her microwave on the internet, although it was discontinued [insert yet another sigh here].

Alright, so this ain’t the Rachael Ray House of Worship, but I thought I could share some ideas, recipes and other things. Many from Rachael, but some of my own, or from other Food Network faves.

WordPress database error: [Expression #3 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'merri_wrdp1.wp_comments.comment_type' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by]
SELECT comment_author, comment_author_url, comment_type, MAX(comment_ID) as comment_ID, SUBSTRING_INDEX(comment_content,'strong',2) as trackback_title, SUBSTRING_INDEX(comment_author,' » ',1) as pingback_blog, SUBSTRING_INDEX(comment_author,' » ',-1) as pingback_title FROM wp_comments WHERE (comment_post_ID='10' AND comment_approved = '1') AND (comment_type = 'trackback' OR comment_type = 'pingback') GROUP BY comment_author, comment_author_url ORDER BY comment_ID DESC LIMIT 50


    WordPress database error: [Expression #1 of ORDER BY clause is not in SELECT list, references column 'merri_wrdp1.wp_posts.post_date' which is not in SELECT list; this is incompatible with DISTINCT]
    SELECT DISTINCT MONTH(post_date) AS month, YEAR(post_date) AS year FROM wp_posts WHERE post_date < '2004-12-01' AND post_status = 'publish' ORDER BY post_date DESC LIMIT 1

    WordPress database error: [Expression #1 of ORDER BY clause is not in SELECT list, references column 'merri_wrdp1.wp_posts.post_date' which is not in SELECT list; this is incompatible with DISTINCT]
    SELECT DISTINCT MONTH(post_date) AS month, YEAR(post_date) AS year FROM wp_posts WHERE post_date > '2004-12-01' AND MONTH( post_date ) != MONTH( '2004-12-01' ) AND post_status = 'publish' ORDER BY post_date ASC LIMIT 1

    December 2004
    M T W T F S S
         
     12345
    6789101112
    13141516171819
    20212223242526
    2728293031  
    • WordPress database error: [Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'merri_wrdp1.wp_posts.post_date' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by]
      SELECT DISTINCT YEAR(post_date) AS `year`, MONTH(post_date) AS `month`, count(ID) as posts FROM wp_posts WHERE post_date < '2024-04-25 01:21:36' AND post_date != '0000-00-00 00:00:00' AND post_status = 'publish' GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC