Sunday, 24 December 2017

Two Paragraph Review: Brawl in Cell Block 99 (2017)

Copyright: RLJE Films
I went in with big expectations when I started watching Brawl in Cell Block 99. S. Craig Zahler, its author, and I really mean author because the man wrote, scored and directed the film, completely mesmerized me with his previous film, Bone Tomahawk. Now, the story of a weird Wild West is exchanged for the universe of drug pushers and the things they willing to do to protect their loved ones. Also, it uses Vince Vaughn in his best form as the main character who finally provided his career with the thing he should have gotten from True Detective.

But, while it�s a fun and gritty movie, Brawl in Cell Block 99 is basically a reskinned Bone Tomahawk. Its first half features a long exposition and plenty of character building, which then drastically switch at one point, landing its protagonist in hell (again). From there, he has to fight to find salvation (again). While this is loose setup, it still feels very repetitive and for me, takes away a lot of points for this otherwise promising weird thriller. Zahler needs to mix it up a bit for his next film because this formula is getting a bit stale.

Thursday, 14 December 2017

Shoking accident in GYM in India

Html example with screenshot

  • The <!DOCTYPE html> declaration defines this document to be HTML5
  • The <html> element is the root element of an HTML page
  • The <head> element contains meta information about the document
  • The <title> element specifies a title for the document
  • The <body> element contains the visible page content
  • The <h1> element defines a large heading
  • The <p> element defines a paragraph

HTML Tags

HTML tags are element names surrounded by angle brackets:
<tagname>content goes here...</tagname>
  • HTML tags normally come in pairs like <p> and </p>
  • The first tag in a pair is the start tag, the second tag is the end tag
  • The end tag is written like the start tag, but with a forward slash inserted before the tag name
Tip: The start tag is also called the opening tag, and the end tag the closing tag.


Web Browsers

The purpose of a web browser (Chrome, IE, Firefox, Safari) is to read HTML documents and display them.
The browser does not display the HTML tags, but uses them to determine how to display the document:


Web Browsers

The purpose of a web browser (Chrome, IE, Firefox, Safari) is to read HTML documents and display them.
The browser does not display the HTML tags, but uses them to determine how to display the document:



HTML Page Structure

Below is a visualization of an HTML page structure:
<html>
<head>
<title>Page title</title>
</head>
<body>
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
</body>
</html>
Note: Only the content inside the <body> section (the white area above) is displayed in a browser.

The <!DOCTYPE> Declaration

The <!DOCTYPE> declaration represents the document type, and helps browsers to display web pages correctly.
It must only appear once, at the top of the page (before any HTML tags).
The <!DOCTYPE> declaration is not case sensitive.
The <!DOCTYPE> declaration for HTML5 is:
  1. <!DOCTYPE html>

Itroduction to Html....

HTML is the standard markup language for creating Web pages.
  • HTML stands for Hyper Text Markup Language
  • HTML describes the structure of Web pages using markup
  • HTML elements are the building blocks of HTML pages
  • HTML elements are represented by tags
  • HTML tags label pieces of content such as "heading", "paragraph", "table", and so on
  • Browsers do not display the HTML tags, but use them to render the content of the page

simple exmple of html page view

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>

</body>
</html><!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>

</body>
</html>v

Monday, 4 December 2017

Indie Showcase: Hongo (2017)

For any independent movie, there is always the dilemma of how should a particular film present itself. Should it be flashy and shocking from the first moment, trying to catch the viewer with this effect alone? Or should it try to play it cool and slow, allowing the viewer to gradually become immersed?

Hongo, made by the Misguided Perceptions Media Group is an interesting movie that apparently uses a little bit of both approaches. The film tells the story of a convict that get paroled and released into a world where he ends up struggling just to get by. Desperate for any option, he listens to the recommendation of this parole officer and contacts a man who offers him a job.

At this point, the film takes a sudden and menacing. In an unknown open space, he and other individuals are placed in a surreal, but a very deadly situation.  As their plight begins, so does the film take a step into a horror-thriller domain.

Aside from an interesting plot, Hongo features great cinematography, with excellent shots of serene nature, which is a complete contrast to the frightened and desperate character. The film also features really cool editing, especially when it comes to its action-drive second part. The trailer clearly shows this fact near its very end with a great jump-scare.

All of this makes Hongo a very promising gender-bending film that you should check out. If you want to learn more about the movie and where you can watch it, use this link.

movie link

Two Paragraph Review: Sicario: Day of the Soldado (2018)

Many have wondered, not without reason, why did the Denis Villeneuve�s original film need a sequel. In truth, it didn�t, but it would be ha...