Developer: Crytek
Genre: Sci-Fi First-Person Shooter
Release Date: Nov 13, 2007 (more)
System: Intel P4 2.8 GHz / AMD Athlon 2800+ / Intel Core 2.0 GHz or equivalent
RAM: 1024 MB
Hard Drive Space: 6000 MB
Video: NVIDIA 6800 GT 256 MB / ATI X800 Pro 256 MB or better
My Review
Read more...
Runtime: 2 hrs 32 mins
Theatrical Release: Jul 18, 2008 Wide
Box Office: $158,411,483
Genre: Action/Adventure
Starring: Christian Bale, Heath Ledger, Aaron Eckhart, Maggie Gyllenhaal, Michael Caine
Screenwriter: Jonathan Nolan, Christopher Nolan
Story: Christopher Nolan, David S. Goyer
Producer: Charles Roven, Emma Thomas, Christopher Nolan
Composer: Hans Zimmer, James Newton Howard
Synopsis:Director Christopher Nolan returns to Gotham City with this sequel to the critical and fan favorite BATMAN BEGINS. In THE DARK KNIGHT, Batman (Christian Bale) squares off against a new foe: the Joker (Heath Ledger). Director Christopher Nolan returns to Gotham City with this sequel to the critical and fan favorite BATMAN BEGINS. In THE DARK KNIGHT, Batman (Christian Bale) squares off against a new foe: the Joker (Heath Ledger).
Opinion:
Although it looks like a simple movie in the beginning, "The Dark Knight" is a complex film that plays on the fear of anarchy.
The movie opens with a bank heist. Each hoodlum with a clown face shoots the other until the Joker arrives to take his money for himself. However, the Joker is not interested in money. He is more interested in spreading fear and anarchy.
Batman, also known as Bruce Wayne, works with Police Lieutenant Gordon and District Attorney Harvey Dent. Although Harvey is dating Bruce's ex-girlfriend, Bruce is certain that Harvey would be the person to bring peace and justice to Gotham City.
And for awhile, it seems that the three-man team took down the mob, which had connections with a Chinese businessman and some other Gotham gangs. However, the Joker plays a trump card--he kills the two people involved in the prosecution and gets close to killing Harvey.
After the disaster, ..........
the Joker makes matters worse, with attempts to kill Gordon and Harvey. The Joker also plans other murders beforehand, revealing them in a ruthless interrogation scene. Batman is forced to make decisions to choose which person he needs to save, and even that decision may not be the right one.
This is not an easy superhero film to watch. To give people a hint on the ending, let's just say that hearts will be shattered in many situations.
Batman may be a hero, but he never does everything perfect. This is one of the few films that shows that a superhero is vulnerable, and he puts so many things at risk to do his job. Is it worth it for him to fight as a hero when he could lose everything? Who knows. But for whatever reason, he's still fighting. This is a postmodern masterpiece of a superhero movie that puts all other superheroes to shame.
Read more...
Publisher: Electronic Arts
Developer: BioWare
Platform: PC
Genre: Role-Playing
Release Date: 05/28/2008
My Opinion
Its got everything that you would look for as a RPG fan - Amazing visuals, original story, good game play, interesting characters, good sound track etcThe story is about a human named commander Sheperd. The main character could be either male or female. The player is given the choice of selecting different personal backgrounds, class and special abilities. This is well suited to appeal to players with varying tastes. Hence there is a lot of replay value here as the main character interacts differently depending on his/her background, class etc.
The graphics are stunning and the presentation is like a movie. Both the console versions and the PC version look great however the PC version requires a beefed up system to enjoy all the eye candy. The PC version also has a small stutter problem from time to time but nothing serious as to hamper the overall experience.
The audio score is one of the best I've seen in a RPG. The Elder Scrolls IV Oblivion fascinated many gamers when it was released and audio played an important factor in determining the success of that game. Same goes with Mass Effect. It feels like original cinematic score.
The game play is very good and responsive. There are many weapons for your character to play with and also special abilities like biotic/tech damages that you can use to overpower the enemy. Put this all into the mix with easy to understand HUD and UI and you have a winner. Initially you may feel that there is so much on your plate thanks to a poor tutorial system however as you play through the game you should be able to get the hand of it.
Finally I recommend every RPG fan or casual gamer to go out and buy this masterpiece. Its worth the $ 49.99 tag. Beautiful visuals, good game play and stunning background score all make this a highly addictive and memorable classic.
Read more...
I think many blogger have already know this trick, to make "expandable post summaries".
But here, I'll provide a cool ReadMe style that can expand and collapse fastly without having to load another page.
Okey, now I'll explain how to make it. Hopefully you understand my word. :)
- Login into your blogger account
- Choose menu Layout > Edit HTML
- Before continuing, I advise you to first backup your template by downloading your complete template.
- Mark the Expand Template Widget checkbox
- Now, copy the following JavaScript code into your template HTML code just right before/above the </head> tags
<script src='http://www.geocities.com/kendhin_x/blog/Readmore.js'
type='text/javascript'/> - Search HTML tags below inside your template window
<div class='post-body entry-content'>
or any <div> tag just right before the following tags:<p><data:post.body/></p>
in case of my blog's template, the tag are like these:<div class='entry'>
<p><data:post.body/></p> - Change that tags (the <div> tag) so it become like this:
<div class='post-body entry-content' expr:id='"post-" + data:post.id'>
<b:if cond='data:blog.pageType == "item"'>
or in case of my blog's template, looks like this:<div class='entry' expr:id='"post-" + data:post.id'>
<b:if cond='data:blog.pageType == "item"'> - Now add some other code just below the
<p><data:post.body/></p> tags
it will look like this:<p><data:post.body/></p>
<b:else/>
<style>#fullpost {display:none;}</style>
<p><data:post.body/></p>
<span id='showlink'>
<p><a expr:onclick='"javascript:showFull(\"post-" + data:post.id + "\");"' href='javascript:void(0);'>[+/-] Selengkapnya...</a></p>
</span>
<span id='hidelink' style='display:none'>
<p><a expr:onclick='"javascript:hideFull(\"post-" + data:post.id + "\");"' href='javascript:void(0);'>[+/-] Ringkasan...</a></p>
</span>
<script type='text/javascript'>checkFull("post-" + "<data:post.id/>")</script>
</b:if> - If you follow the steps from number 1-8, the whole code will look like below:
<div class='post-body entry-content' expr:id='"post-" + data:post.id'>
<b:if cond='data:blog.pageType == "item"'>
<p><data:post.body/></p>
<b:else/>
<style>#fullpost {display:none;}</style>
<p><data:post.body/></p>
<span id='showlink'>
<p><a expr:onclick='"javascript:showFull(\"post-" + data:post.id + "\");"' href='javascript:void(0);'>[+/-] Selengkapnya...</a></p>
</span>
<span id='hidelink' style='display:none'>
<p><a expr:onclick='"javascript:hideFull(\"post-" + data:post.id + "\");"' href='javascript:void(0);'>[+/-] Ringkasan...</a></p>
</span>
<script type='text/javascript'>checkFull("post-" + "<data:post.id/>")</script>
</b:if>
or in case of my blog's template, look like this:<div class='entry' expr:id='"post-" + data:post.id'>
<b:if cond='data:blog.pageType == "item"'>
<p><data:post.body/></p>
<b:else/>
<style>#fullpost {display:none;}</style>
<p><data:post.body/></p>
<span id='showlink'>
<p><a expr:onclick='"javascript:showFull(\"post-" + data:post.id + "\");"' href='javascript:void(0);'>[+] ReadMore...</a></p>
</span>
<span id='hidelink' style='display:none'>
<p><a expr:onclick='"javascript:hideFull(\"post-" + data:post.id + "\");"' href='javascript:void(0);'>[-] Hide This!</a></p>
</span>
<script type='text/javascript'>checkFull("post-" + "<data:post.id/>")</script>
</b:if> - Now, save your template
- Make a post template by going to the Setting>Formatting menu, add the following code into the "Post Template" textbox
<span id="fullpost">
</span> - Save your setting.
- Now, if you create new post, the summary post must be placed above
<span id="fullpost">
and the rest of your post must be placed below
<span id="fullpost"> tag. - Finished!
Read more...
One of many ways to promote your blog into the world is through Technorati.
What is Technorati?
Technorati is an Internet search engine for searching blogs, competing with Google, Yahoo and IceRocket. As of December 2007, Technorati indexes over 112 million weblogs.(http://en.wikipedia.org/wiki/Technorati)
Here are the simple step to add your blog to Technorati:
- Join/SignUp Free Technocrati account here, provide a valid email address because you will need it for verification.
- After Signing UP, submit your blog's URL
- Choose the blog claim method, there are two options, the first option: you can verify your blog claiming by providing your blog's account password, and the second option: by creating a post that include some code/link verification.
- Customizing your blog's info in Technocrati.
Technorati Profile
Okay, that's all. I hope the Technocrati Guy will soon arrived here and accept my blog claim!
:)
Read more...