KCILC SIHT

Friday 10 May 2013

THADAKA REVIEW

                                                       
Rating:3.2
Banner: Sri Sai Ganesh Productions
Cast: Naga Chaitanya, Sunil, Tamannah, Andrea, Ashutosh Rana, Brahmanandam, Vennela Kishore, Raghu Babu and others
Music: Thaman
Cinematographer: Arthur Wilson
Editor: Goutham Raju
Director: Kishore Pardasany (Dolly)
Producers: Bellamkonda Suresh, Bellamkonda Ganesh
Release date: 10/05/2013
                                            The Tamil hit ‘Vettai’ has now arrived in a remake mode and it is a crucial one for Naga Chaitanya as he needs a desperate hit. Let us see how successful he is this time. Story Sivaramakrishna (Sunil) and Karthik (Chaitu) are brothers. But there is a lot of difference intheir characters. Karthik is very fast and courageous but Siva is more soft-spoken and chicken hearted. Due to their father’s demise, Siva gets the job and he is posted to the area where Bagga (Ashutosh Rana) a notorious smuggler rules. Siva solves all difficult cases with the help of Karthik and becomes a hero. But Bagga discovers the truth and plans to kill Siva. Whatdoes Karthik do to stop this and how Siva changes forms the rest of the story. Performances Naga Chaitanya who has been doing lover boy roles came up with an action role and this time he corrected many of his mistakes and performed well. Still, he needs to work on his diction especially in delivering lengthy dialogues. Sunil did a role of becoming a hero from zero. His performanceis impressive. The final momentsof the film showed good performer in him. At one point, he has become the hero. Tamannaah was almost restricted to songs and providing the hot visual feast with her milky skin. She was literally absent during the second half. Same is the case with Andrea who was more sensuous than sexy. But she tried to make her presence felt wherever possible. Ashutosh Rana did an excellent job as a villain. He should get more opportunities in Tollywood after watching this performance. Brahmi’s comedy was stale, it only increased the film’s length. Vennela Kishore was apt, Srinivasa Reddy’s punch lines were good, Raghu Babu, Ramaprabha were good.

SUKUMARUDU REVIEW

                                     
Release date : 10 May 2013
Director : G. Ashok
Producer : K. Venugopal
Music Director :Anoop Rubens
Starring : Aadi, Nisha Aggarwal, Ghattamaneni Krishna Sai Kumar’s son ‘Aadi’ is all set to hit the screens with ‘Sukumarudu’. The movie is releasing today across the world and it has Nisha Aggarwal as the female lead opposite Aadi. Superstar Krishna and veteran actress Sharada will be seen in crucial roles in this movie. G.Ashok has directed this film and Venugopal is the producer. Let us see how this movie is. Story : The story of this film is similar to the recently released ‘Greeku Veerudu’. A selfish NRI who does not care about his relatives back in India, suddenly decides to come and seek their blessings once property comes into the equation. Sukumar (Aadi) is a selfish and extremely money minded young fellow who is very successful in life. He however needs some urgent cash to kickstart his dream project. At precisely this point, he comes to know that an inheritance worth 150Crores is waiting for him in his village. He decides to travel to the village and meet his grandmother Vandanamma (Sharada), a slightly cranky old lady who is revered by the villagers. Sukumar tries to emotionally blackmail her for the property. But his plans keep getting thwarted by history, his uncle Rao Ramesh and others. A romantic track with Sankari (Nisha Aggarwal) also comes in during this time. Will Sukumar succeed in his plans or will his evil schemes be detected by the villagers? That forms the story. Plus Points: Superstar Krishna garu has a neat and dignified presence, even if it is only for a few minutes. Veteran actress Sharada has done a nice job. Rao Ramesh has tried his best to make things interesting. Aadi is ok in the dances and fights department, but he needs to really improve fast in portraying emotions. Minus Points : Screenplay of this movie is terrible. There is no logical flow in the proceedings and the whole film has a very jerky feel to it.

Thursday 9 May 2013

SIMPLE NAVIGATION BAR FOR BLOGSPOT BLOG (BLOGING)

FOLLOW THE BELOW STEPS TO GET SIMPLE NAVIGATION BAR FOR YOUR BLOGSPOT BLOG:




1) NOW GO TO BLOGGER DASHBOARD
2)CLICK ON TEMPLATE===>>EDIT HTML
3)THEN FIND THIS WORD USING CTRL+F   ]]></b:skin>
4)NOW PASTE BELOW CODE BEFORE  ]]></b:skin>

.btrix_menu,.btrix_menu ul,.btrix_menu li,.btrix_menu a {
 margin: 0;
 padding: 0;
 border: none;
 outline: none;
}
.btrix_menu { 
 height: 40px;
 width: 525px;
 background: #4c4e5a;
 background: -webkit-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
 background: -moz-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
 background: -o-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
 background: -ms-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
 background: linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}
.btrix_menu li {
 position: relative;
 list-style: none;
 float: left;
 display: block;
 height: 40px;
}
.btrix_menu li a {
 display: block;
 padding: 0 14px;
 margin: 6px 0;
 line-height: 28px;
 text-decoration: none;
 border-left: 1px solid #393942;
 border-right: 1px solid #4f5058;
 font-family: Helvetica, Arial, sans-serif;
 font-weight: bold;
 font-size: 13px;
 color: #f3f3f3;
 text-shadow: 1px 1px 1px rgba(0,0,0,.6);
 -webkit-transition: color .2s ease-in-out;
 -moz-transition: color .2s ease-in-out;
 -o-transition: color .2s ease-in-out;
 -ms-transition: color .2s ease-in-out;
 transition: color .2s ease-in-out;
}

.btrix_menu li:first-child a { border-left: none; }
.btrix_menu li:last-child a{ border-right: none; }

.btrix_menu li:hover > a { color: #8fde62; }

.btrix_menu ul {
 position: absolute;
 top: 40px;
 left: 0;
 opacity: 0;
 background: #1f2024;
 -webkit-border-radius: 0 0 5px 5px;
 -moz-border-radius: 0 0 5px 5px;
 border-radius: 0 0 5px 5px;
 -webkit-transition: opacity .25s ease .1s;
 -moz-transition: opacity .25s ease .1s;
 -o-transition: opacity .25s ease .1s;
 -ms-transition: opacity .25s ease .1s;
 transition: opacity .25s ease .1s;
}

.btrix_menu li:hover > ul { opacity: 1; }
.btrix_menu ul li {
 height: 0;
 overflow: hidden;
 padding: 0;
 -webkit-transition: height .25s ease .1s;
 -moz-transition: height .25s ease .1s;
 -o-transition: height .25s ease .1s;
 -ms-transition: height .25s ease .1s;
 transition: height .25s ease .1s;
}
.btrix_menu li:hover > ul li {
 height: 36px;
 overflow: visible;
 padding: 0;
}
.btrix_menu ul li a {
 width: 100px;
 padding: 4px 0 4px 40px;
 margin: 0;
 border: none;
 border-bottom: 1px solid #353539;
}
.btrix_menu ul li:last-child a { border: none; }
.btrix_menu a.documents { background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHHY2rzyfvYwMvnJ10bbmQhtyjVIu97RYK0q4cB3K9NMJPl0ZipL7SqWd-PyxIW1d-tVVMnEbao_CneYn6mY5K3DJuPNdTZsxGAiNtZ1j9V_2eh4MLQOu12Jyhmy6-7uChwx7dYX3J5HQ3/s1600/docs.png) no-repeat 6px center; }
.btrix_menu a.messages { background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgW_UxgVtWe9QRdYohvP2_k-weQ8Y6a6TR8fkEvGEBKuVn45Eqa7Dqsj2bGz77yAbqdGNq5iLbNCLpKMvqMR9jd__LxfjMmgzMUNeEXi5YOvNcajPzgZTrQkh9u-X_AZY_6uVKPB3qZb0xd/s1600/bubble.png) no-repeat 6px center; }
.btrix_menu a.signout { background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_YsCL1JW_34SY98LNtPaPhBC1XiIlBD8L1QbwokHHzzTe79If92W3ZNojYdQaAwNY7G2olR3Gfzxlahq7SinFOfRZK4wtghfqzrsrX166g1QAl2YqwOEA6PoOwWLXIw9X3pNzEMrR1Bx1/s1600/arrow.png) no-repeat 6px center; }
    SAVE IT
    NOW CLICK ON LAYOUT ===>>ADD WIDGET===>>HTML CODE
    AND PASTE BELOW CODE

 <ul class="btrix_menu">
 <li><a href="#">HOME</a></li>
 <li><a href="#">BLOGGING</a></li>
 <li><a href="#">MOVIES</a>

  <ul>
   <li><a href="#" class="documents">Documents</a></li>
   <li><a href="#" class="messages">Messages</a></li>
   <li><a href="#" class="signout">Sign Out</a></li>
  </ul>

 </li>
 <li><a href="#">TRICKS</a></li>
 <li><a href="#">SPORTS</a></li>
    <li><a href="#">OTHERS</a></li>
</ul>
    NOW REPLACE # WITH YOUR LINK
     SAVE IT

Wednesday 8 May 2013

CREATING PERSONALIZED MOBILE SCREENSAVERS & WALLPAPERS@REDDODO (TRICKS)


  • It is easy to create personalised mobile screensavers & wallpapers.
  • First click on the link given below                                                                                                       www.reddodo.com
  • Choose a template.
  • Now choose your phone brand and its model.
  • Write your name in "Enter a text box" for ex:TRICKKILLER                                                                                                                                         
  • Now click refresh preview then u can see your wallpaper.
  • Then click on to generate ID code & note that ID code.
  • Now click on below link & enter the ID code to download your wallpaper.                                                                                                                                                                     wap.reddodo.com
  • Now your wallpaper is ready.

Friday 3 May 2013

GREEKUVEERUDU REVIEW (MOVIES)

                                           
Rating 3.1/5    
Censor Certificate:U/A     
Genre : Romance    
Star Cast : Nagarjuna, Nayantara, Meera Chopra,Brahmanandam    
Director : Kondapalli Dasaradh Kumar    
Producer : D Siva Prasad Reddy    
Music : S. Thaman    
Releasing on : May 03, 2013.
Greekuveerudustory : Nagarjuna playing NRI role. He does'nt believe the love and emotions. he came to the India fall in love with nayanatara ..she is doctor she gives important to love .Ace comedian Bramanadam also playing docter role in this movie .Movie story based on importance of love and emotion. Meera Chopra also playing an important role in this movie.K Vishwanath appears in a memorable character in this film. Nagarjuna's character easily cuts off relationships. He comes to India for the first time. He meets Sandhya (Nayanatara) here. She works as a doctor in ‘Make a Wish’ Foundation. She gives utmost importance to love and relationships. She believes, love is the only thing which is permanent in life. What goes on between these two different characters is the story of Greekuveerudu.