I’m guessing few arguments can be made against A NIGHTMARE ON ELM STREET being Craven’s most unique and enduring horror endeavors. I mean, it not only spawned countless sequels that gave way to the modern horror franchise, it also introduced to the world the infamous and iconic Freddy Krueger villain. And for my money, no one death scene in any of Craven’s films even holds a candle to Tina’s gruesome post-coital slaughter. Ripped to shreds, thrashed around and pulled to the ceiling for her boyfriend to watch her helplessly bleed out like a stuck hog. The tone and tenor here is frightening!
document.write("
");
postscribe('#'+dynslot, 'cmnUNT("inline'", tile_num++, 0, "'+dynslot+'");'+'ipt>');
The opening sequence of Wes Craven’s re-inventive slasher masterstroke SCREAM really ought to be taught in film schools on how to direct a scene. Tense, suspenseful, funny, entertaining and downright terrifying are just a few adjectives to bestow on Casey Becker’s slowly drawn out homicide. I’ve once heard Craven claim that, for a horror film, an audience will forgive a lot if the opening packs a breathtaking wallop. That Casey gets sliced, stabbed, butchered, bludgeoned, disemboweled and hung-out to dry with her entrails on display certainly constitutes such. A scream indeed!
Few films this side of a snuff joint reach level of realistic disturbance that Craven’s debut feature THE LAST HOUSE ON THE LEFT does. Period, full stop! The deeply debasing treatment and graphic bodily violation those poor gals – Mari and Phyllis – suffer at the hands of Krug and his gang are just about as deplorable as anything you’ll find onscreen…anywhere, anytime. Phyllis in particular, who suffers a vilely degrading gang-rape that only death can offer salvation from, is one of the most difficult things to witness in any movie ever made. So very Craven!
Despite the odious haphazard sequel in 1984, THE HILLS HAVE EYES has remained one of Craven’s strongest horror ditty’s. The reasons are legion, but one of the main ones has to be the heinous rape-and-sadistic-killing of Dee Wallace’s character, Lynn. So foul, so vulgar, so hard to keep your eyes on while it’s happening. And I think the reason is the intimacy. Yeah I know, not the word that comes to mind when considering rape, but that Lynn’s body is savagely violated in front of her own family, in tight claustrophobic quarters like that camper, there’s a raw immediacy to it that inherently ups the terror.
Consider this a bit of a call back to Tina’s grisly evisceration in the OG ELM STREET, no matter, Julie’s ceiling-splayed flay-job in WES CRAVEN’S NEW NIGHTMARE is one of the more horrifying moments in one of the legend’s best films. If intelligence is one of Craven’s trademarks, few films of his demonstrate such like NEW NIGHTMARE, which, even before SCREAM, really played with the notion of meta-narrative and self-reflexive pastiche. Props to Craven for writing the script himself, one of his last greats, and updating his own Elm Street franchise with a wholly unique take on the material.
document.write("
");
postscribe('#'+dynslot, 'cmnUNT("inline'", tile_num++, 0, "'+dynslot+'");'+'ipt>');
I’ve always dug the hell out of the exotic setting and inexorable subject matter of Craven’s voodoo zombie flick THE SERPENT AND THE RAINBOW. In a time where zombie joints pander to the basic common denominator of grave-rising flesh eaters, in typical Craven fashion, a lot more thought is brought to the table with SERPENT. And while there are some worthy beheadings in the film, it’s the trapped-in-a-box panic and paranoia of Dennis Alan’s faux-death that always makes me squirm like a worm in the sun.
Painfully outmoded 90s fashion sense aside, THE PEOPLE UNDER THE STAIRS remains one of Craven’s more underappreciated horror joints. Hell, didn’t Tarantino take his Gimp getup right from Daddy’s sadomasochistic leather jumper? Either way, beyond that truly harrowing sequence where mother forces Alice into a scalding bathtub, it’s the former’s ultimate death that ranks among Craven’s most satisfying. After wielding a butcher knife at Alice, the gang of cannibalistic wall-dwellers come swarming for Mommy until the crazy old bat finally succumbs.
We almost bestowed SCREAM 4 among Craven’s honorary Top 10, if for no other reason than bouncing back from SCREAM 3 a good 11 years later, but when push came to shove, it’s Randy’s relentless demise in SCREAM 2 that earns the nod. And really, it’s not so much they way he dies – getting stabbed indefatigably inside of a news van in broad daylight – as it is the loss of the character himself. Randy, like Noah in Scream The Series, is the one character we all know and love for his horror film geek knowledge and running meta-commentary he offered in the first two films. A shock to see him go!
I remember taking a date to see RED EYE in ’05 and the two of us walking out with a sheepishly guilty grin and sentiment of…well, it was entertaining. 10 years on the sentiment still rings true, in large part due to Craven’s elevation of an otherwise pot-boiler-plate premise. The two leads – Murphy and McAdams – also deserve credit for keeping the acting as grounded as you can for a movie 30,000 feet in the sky. Of course, the way Jackson’s gets slowly dismantled by his female target is half the fun, culminating in a shootout that renders the demented psychopath lifeless in a puddle of blood.
document.write("
");
postscribe('#'+dynslot, 'cmnUNT("inline'", tile_num++, 0, "'+dynslot+'");'+'ipt>');
In the immortal words of the late Roger Ebert, SWAMP THING lies somewhere between hidden treasure and guilty pleasure. It really does. That said, one can take solace in the 10-year old just desserts first-rate creep David Hess is given from his days in LAST HOUSE ON THE LEFT. For what Mari’s parents did to him was not enough for his lecherous behavior. In SWAMP THING, Hess plays a military man tasked with hunting our mutated half-man-half-plant hero. Yet, as you can see, Hess catches the wrath of the Thing and ends up suffering an ultra-bloody death.
Loading…
var ready_add_content = true;
function getNextTopTen(type,id) { var dynamicData = {};
dynamicData["type"] = type; dynamicData["id"] = id;
return jQuery.ajax({ url: "https://www.joblo.com/top-ten.json.1.0.0.php", type: "get", data: dynamicData, dataType: 'json', beforeSend: function() { jQuery('#loading').show(); }, success: function(data) { jQuery('#loading').hide(); jQuery("form#pagination > input[name$='ajxp_joblo']").val(data.ajxp_joblo); jQuery("form#pagination > input[name$='ajxp_arrow']").val(data.ajxp_arrow); jQuery("form#pagination > input[name$='ajxp_hotties']").val(data.ajxp_hotties); jQuery("form#pagination > input[name$='ajxp_video']").val(data.ajxp_video); } }); }
// Detect if div is in page function inView(el) { var width = jQuery(el).width(), height = jQuery(el).height(), offset = jQuery(el).offset(),
vp_dimensions = { height: jQuery(window).height(), width: jQuery(window).width() },
y_offset = (document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop), x_offset = (document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft);
return ( offset.top y_offset && (offset.left + width) > x_offset ); }
function send_to_google(urlTitle,rank) { if( jQuery.inArray(rank, window.page_view) == -1) { if(typeof rank != 'undefined') { ga('send', 'pageview', { 'page': '/horror-movies/news/lists-'+urlTitle+'/item#'+rank }); console.log('send pageview https://www.joblo.com/movie-news/lists-'+urlTitle+'/item#'+rank); } else { rank = 0; ga('send', 'pageview', { 'page': '/horror-movies/news/lists-'+urlTitle}); console.log('send pageview https://www.joblo.com/movie-news/lists-'+urlTitle); } } window.page_view[rank] = rank; }
jQuery(window).ready(function($){ // get currect title window.current_seo = document.title; window.lastScrollTop = 0;
$(window).scroll(function(event){ // check the direction of scroll var st = $(this).scrollTop(); var dirct = ''; if ( st > lastScrollTop ){ dirct = 'down'; } else { dirct = 'up'; }
lastScrollTop = st;
// start changing the title $('.hash').removeClass('selector_current'); $('.hash').each(function(){ var self = $(this); if ( inView( self ) ) { self.addClass('selector_current'); $('.selector_current').removeClass('select'); // TODO : bug don't add correct class if(dirct=="up") { $('.selector_current:first').addClass('select'); } else { $('.selector_current:last').addClass('select'); } } });
if( jQuery("div.hash.selector_current.select").length > 0 ) { var metaTitle = jQuery("div.hash.selector_current.select").attr('data-metaTitle'), rank = jQuery("div.hash.selector_current.select").attr('data-rank'), urlTitle = jQuery("div.hash.selector_current.select").attr('data-urlTitle');
// if the title is not the same change if( window.current_seo !== metaTitle ) { document.title = metaTitle; window.current_seo = document.title; if(typeof rank !== "undefined" && rank != "" ) { window.history.pushState( {} , metaTitle, '/horror-movies/news/lists-'+urlTitle+'/item#'+rank ); send_to_google(urlTitle,rank); } else { metaTitle = jQuery("div.hash.default").attr('data-metaTitle'); window.history.pushState( {} , metaTitle, '/horror-movies/news/lists-'+urlTitle ); send_to_google(urlTitle,rank); } } } }).scroll(); });
.sidebar-dvd-releases .order-it { margin: 0; width: 100%; padding: 6px 10px 2px 6px; line-height: 16px; font-size: 12px; } .sidebar-dvd-releases ul.main-releases li div.orderLinks {
position: initial; width: 100%; height: 57px; background-color: rgba(0, 0, 0, 0.4); } .sidebar-dvd-releases ul.main-releases li div.orderLinks {
bottom: 2px; height: 20px; line-height: 25px; width: 100%; text-align: left; line-height: 25px; font-size: 12px; font-family: Oswald, Arial, sans-serif; } .sidebar-dvd-releases ul.slideshow li a img.cover { width: 100%; } .sidebar-dvd-releases ul.new-releases li.continue { float: none; display: block ; width: calc(100% - 10px) ; height: 35px ; margin: 0; background:none; } .sidebar-dvd-releases ul.new-releases li.continue a { float: none; padding: 12px 12px 8px; background-image: none; background-color: rgba(220,9,11,.9); color: #fff; text-decoration: none; text-transform: uppercase; font-size: 15px; display: block; width: calc(100% - 24px); margin: 0 ; line-height: 15px; text-align: center; } .sidebar-dvd-releases .limited { display: block; position: absolute; right: 10px; top: 10px; color: #fff; background-color: rgba(220,9,11,.9); padding: 4px 7px 1px; font-size: 12px; line-height: 14px; } .left { float: left; }