I had tried your suggestion 'elsenorjose' but it only gives me one row per group.(see below)
the closest I have come to what I want is this:
SELECT blogger, blog_text, blog_date, max(blog_date) as max_date FROM blog group by blogger order by max_date desc
this gives me
jim blah...