Saturday, May 5, 2012

Willie Revillame to join in 2013 Election?

Will next year’s mid-term elections be as starry as the previous ones?

This early, several actors have already revealed their plans to run in 2013, among them Aga Muhlach (for Camarines Sur congressman, fourth district), Richard Gomez (for mayor of Ormoc City) and Phillip Salvador (for vice mayor of a yet unnamed town or city). While those who lost in the 2010 elections have sworn never to plunge into the murky political waters again, those now in office are running for re-election, including topnotcher Sen. Loren Legarda, Manila Vice Mayor Isko Moreno, Cavite Rep. Lani Mercado, Ormoc Rep. Lucy Torres, Valenzuela City Councilor Shalani Soledad (for congresswoman, with husband Pasig City Rep. Roman Romulo for senator), Quezon City Mayor Herbert Bautista and several councilors in different parts of the country.

Now, is Wil Time Bigtime host Willie Revillame (photo) under a planned party-list called 1 Wil Serve which was founded as an organization on Jan. 27, 2011?

Asked about it, Willie simply smiled, as if to say, “What do you think?”

Well, I do think that he just might. If we gauge his winnability by his legions of followers/believers mostly from the grassroots, then his next stop might either be the Senate or the House of Representatives.

ABS-CBN Acquires Culinary Publications, Inc.

ABS-CBN BROADCASTING Corp. has bagged regulators’ approval to consolidate two of its publishing units, documents from the Securities and Exchange Commission showed.ABS-CBN Publishing, Inc., a subsidiary of the media outfit, will absorb Culinary Publications, Inc. (CPI).

"[T]he entire assets and liabilities of Culinary Publications, Inc. will be transferred to and absorbed by ABS-CBN Publishing, Inc..." the certificate of the merger showed.
Culinary Publications has P248,571 worth of liabilities and P441,708 worth of total assets, the document further showed.

"[N]o shares will be issued as a consequence of the transfer since Culinary Publications, the absorbed company, is wholly-owned by the surviving company," one of the documents showed.

The merger was approved last March by the two companies.

Under the agreement, the surviving company will uphold the workers’ arrangement of Culinary Publications.

"[ABS-CBN Publishing shall] honor the terms and conditions of any employee plan and benefit arrangement of Culinary Publications and to pay and provide the benefits required..." the document showed.

AKTV SOARS IN NUTAM TV RATINGS

The PBA Commissioner’s Cup finals featuring the defending champions Talk ‘N Text Tropang Texters vs the B-MEG Llamados has been creating pandemonium among basketball fans.

Television ratings are strong and gate attendance is at its highest in Season 37 of the league, leaving PBA commissioner Chito Salud is thrilled with the response to the series.

“I am happy for our fans that they are enjoying the games yet again. They deserve it. I am happy for our players that they are embracing the simple formula of playing hard all the time, improving their craft and being a role model on and off the court. The fans are responding and our players have to be commended,” he said.

The finals has posted impressive viewership ratings. According to the Nielsen Media Research NUTAM Individuals data, viewership of Game Five last May 2 registered as high as 2.2 million viewers or a score of 5.2% AMR (14.2% audience share) as the B-MEG Llamados took control of the game and a commanding 3-2 lead in the series.

HOW TO: Grid Layout For the Popular Posts Widget


How does the Gadget Look like after tweaking it?

imageimage
So Here are the Steps to make your Popular Posts Widget act like an Image Grid
1. Go to the Layout Page and add the Popular Posts Gadget, if you haven’t already added it.
image
2. Edit the Gadget Settings so that it displays the Thumbnails and not the Snippet
image
3. Now Go to Template/Design > Edit HTML . DO NOT Click on the Expand Widget Templates checkbox. Leave it unchecked, and look for  PopularPosts1 (Do a Ctrl +F to find it in your template) and you will get some line like this
<b:widget id='PopularPosts1' locked='false' title='Popular Posts' type='PopularPosts'/>

Friday, May 4, 2012

HOW TO: Related Posts Widget for Blogger with Thumbnails


Related Posts with Thumbnails for Blogger

related posts with thumbnails for blogger
Displaying the links to related posts along with a thumbnail of the corresponding post will help you increase the page views/user .Users will be tempted to go for the related posts when they are presented attractively with thumbnails.
This is another first release from me.This one also uses the media thumbnails generated by blogger for each post.
For displaying the thumbnails,this widget will use the images uploaded for the post using the blogger image uploader(from the post editor) [Update - Now supports external images also.]

Related Posts Widget with Thumbnails for Blogger

Here are the detailed steps to install the related posts widget for blogger with thumbnails
1.First of all Login to your blogger dashboard and navigate to Layout > Edit HTML and check the "Expand Widget Templates" check box
2.Now look for
</head>
and replace it with
<!--Related Posts with thumbnails Scripts and Styles Start-->
<!-- remove --><b:if cond='data:blog.pageType == &quot;item&quot;'>
<style type="text/css">
#related-posts {
float:center;
text-transform:none;
height:100%;
min-height:100%;
padding-top:5px;
padding-left:5px;
}

#related-posts h2{
font-size: 1.6em;
font-weight: bold;
color: black;
font-family: Georgia, &#8220;Times New Roman&#8221;, Times, serif;
margin-bottom: 0.75em;
margin-top: 0em;
padding-top: 0em;
}
#related-posts a{
color:black;
}
#related-posts a:hover{
color:black;
}

#related-posts  a:hover {
background-color:#d4eaf2;
}
</style>
<script type='text/javascript'>
var defaultnoimage="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkVZs4ddtdStqcNB6l05RsGhjSTpqtIlql_coIpsGa9dRqXODtMv62nnfGbPdzHH9WyYNduCEH1MIrJ3aTqa1hDc7hBv_vRvIELtM4-qKb-f82LTFgO7NUffli4Fkv9zy_E9mVLV2C_BU/s400/noimage.png";
var maxresults=5;
var splittercolor="#d4eaf2";
var relatedpoststitle="Related Posts";
</script>
<script src='http://bloggergadgets.googlecode.com/files/related_posts_with_thumbnails_min.js' type='text/javascript'/>
<!-- remove --></b:if>
<!--Related Posts with thumbnails Scripts and Styles End-->
</head>
3.Now Find