to your HTML Add class="sortable" to any table you'd like to make sortable Click on the headers to sort Thanks to many, many people for contributions and suggestions. Licenced as X11: http://www.kryogenix.org/code/browser/licence.html This basically means: do what you want with it. */ var stIsIE = /*@cc_on!@*/false; sorttable = { init: function() { // quit if this function has already been called if (arguments.callee.done) return; // flag this function so we don't do the same thing twice arguments.callee.done = true; // kill the timer if (_timer) clearInterval(_timer); if (!document.createElement || !document.getElementsByTagName) return; sorttable.DATE_RE = /^(\d\d?)[\/\.-](\d\d?)[\/\.-]((\d\d)?\d\d)$/; forEach(document.getElementsByTagName('table'), function(table) { if (table.className.search(/\bsortable\b/) != -1) { sorttable.makeSortable(table); } }); }, makeSortable: function(table) { if (table.getElementsByTagName('thead').length == 0) { // table doesn't have a tHead. Since it should have, create one and // put the first table row in it. the = document.createElement('thead'); the.appendChild(table.rows[0]); table.insertBefore(the,table.firstChild); } // Safari doesn't support table.tHead, sigh if (table.tHead == null) table.tHead = table.getElementsByTagName('thead')[0]; if (table.tHead.rows.length != 1) return; // can't cope with two header rows // Sorttable v1 put rows with a class of "sortbottom" at the bottom (as // "total" rows, for example). This is B&R, since what you're supposed // to do is put them in a tfoot. So, if there are sortbottom rows, // for backwards compatibility, move them to tfoot (creating it if needed). sortbottomrows = []; for (var i=0; i
With the 90th Academy Awards set to be broadcast this weekend, movie lovers around the world are bracing for yet another poorly written, inappropriately political and excessively pretentious four-or-more hour long commercial for the film that will be crowned with the title of being named the Academy of Motion Picture Arts and Sciences' "Best Picture" in 2018.
But what if the members of the Academy of Motion Picture Arts and Sciences get it wrong?
Let's face some hard facts. These arty types have completely blown it in years past, where dare we say that every other movie nominated for the Academy's top award in some years was better than the motion picture that actually won.
And we can prove it! Starting with Business Insider's ranking of the worst-to-best movies that won "Best Picture" (or "Outstanding Production" as it was called in the Academy's earliest days), which they based on the combined score of Rotten Tomatoes' critics and audience scores for each Best Picture winner, we went the extra mile to see how the other, non-winning nominees for Best Picture fared by the same ranking system compared to the film that won in the same year.
What we found is that for the five worst ranked Best Picture winners, all the same-year competing nominees outscored the movie that won the Oscar. We've presented our results in the following table, where whenever possible, we've not only identified the movie that *should* have won the Oscar in each of these years, we've also linked to where you can watch the movies on Amazon Prime to see for yourself. Because if we're being honest, that will probably be a more rewarding experience that watching this year's Academy Awards ceremony.
Better Movies than the Academy Awards' "Best Picture" | |||
---|---|---|---|
Rank | Oscar Year | Best Picture Winner (Rotten Tomatoes' Critics Score/Audience Score) | Better Alternatives (Also Nominated for Best Picture, But Inexplicably Lost) |
The Worst Ever | 1930 | The Broadway Melody (35%/21%) | In Old Arizona (56%/40%) Alibi (43%/43%) The Patriot (Unreviewed/57%) Hollywood Revue (40%/17%) |
2nd Worst Ever | 1953 | The Greatest Show on Earth (44%/55%) | High Noon (96%/89%) The Quiet Man (90%/91%) Moulin Rouge (75%/90%) Ivanhoe (79%/65%) |
3rd Worst Ever | 1932 | Cimarron (53%/25%) | The Front Page (92%/64%) Skippy (100%/54%) Trader Horn (100%/33%) East Lynne (Unreviewed/Unreviewed) |
4th Worst Ever | 1985 | Out of Africa (57%/83%) | The Color Purple (88%/94%) Witness (92%/80%) Kiss of the Spider Woman (88%/81%) Prizzi's Honor (88%/62%) |
5th Worst Ever | 1934 | Cavalcade (61%/26%) | I Am a Fugitive from a Chain Gang (100%/91%) Lady for a Day (100%/79%) The Private Life of Henry VIII (100%/74%) Little Women (92%/77%) 42nd Street (95%/65%) A Farewell to Arms (92%/52%) She Done Him Wrong (90%/53%) Smilin' Through (Unreviewed/81%) State Fair (Unreviewed/60%) |
Aside from the really depressing realization of how many of these movie titles have been remade over the years, it's really quite stunning to discover just how bad that some of Hollywood's "Best Pictures" have been. Especially when compared to how good the "losing" nominated films of the same year have proven to be.
And yet, no matter how bad they were, they're still better to watch than the Academy Awards broadcast from any year!
Update: Via RealClearLife, Oscar Winner May Not Really Be Best Picture - you may be surprised at how deep the list of disappointing winners goes, and also by how much it extends into the present!
Labels: academy awards
Welcome to the blogosphere's toolchest! Here, unlike other blogs dedicated to analyzing current events, we create easy-to-use, simple tools to do the math related to them so you can get in on the action too! If you would like to learn more about these tools, or if you would like to contribute ideas to develop for this blog, please e-mail us at:
ironman at politicalcalculations
Thanks in advance!
Closing values for previous trading day.
This site is primarily powered by:
The tools on this site are built using JavaScript. If you would like to learn more, one of the best free resources on the web is available at W3Schools.com.