Thursday, June 16, 2011

<div style='background-color: none transparent;'><a href='http://www.rsspump.com/?web_widget/rss_ticker/news_widget' title='News Widget'>News Widget</a></div>

Blogger Announced Mobile Templates

Nowadays, the demand for mobile browsing are increasing.
Last Week, Blogger Announced the Mobile Templates. This Templates are viewable in smartphones and easy to navigate. To Set up, Go to Dashboard - Settings - Email & Mobile.








The Advantages for using mobile template are:
1. Fast mobile website load - Visitors will have to wait less time. Fast Reloading of website gives more satisfaction for the viewers and readers.

2. Easy to navigate  - With a good template, visitors can easy to surf and read articles in their smartphones and gives them better presentation.

3. Mobile Ads Supported - This is a very important for the blogger to monetized their earnings by displaying ads. More Smartphones User, More Impressions, More money to earn.

for more information about blogger mobile template, please visit their blog at Blogger Buzz: Announcing Blogger Mobile Templates.

Saturday, June 4, 2011

<div style='background-color: none transparent;'><a href='http://www.rsspump.com/?web_widget/rss_ticker/news_widget' title='News Widget'>News Widget</a></div>

Adding Related Post and Social Bookmarking Widget Tools For Blogger

Adding Related Post Below the content post is a highly recommend for the blogger. The advantage of installing this Widget is to keep visitors from their reading articles and stay it longer in your website. This widget collects all the related content in your post category or label.
  1. Go to  Dashboard.>> Layout >> Edit HTML
  2. Expand your widget by clicking on Expand widget templates
  3. Find the following code in your template. (Press Ctrl+F to make a search)
  4. <p><data:post.body/></p>
  5. Now paste the following code just below the above code.
 <!-- Social Bookmarking Widget Begin -->
<div style='float:left;'>
<ul class='actions'><h3>What's Next?</h3>
<li><a class='digg' expr:href='&quot;http://digg.com/submit?phase=2&amp;url=&quot; + data:post.url   + &quot;&amp;title=&quot; + data:post.title' target='_blank'><img alt='Digg' border='0' src='http://3.bp.blogspot.com/_LW4mOVq5BJE/TNkouA5vVVI/AAAAAAAAAFk/GIR-NXj7njM/s1600/digg.png'/>Digg It</a></li>

<li><a class='stumbleupon' expr:href='&quot;http://www.stumbleupon.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'><img alt='Stumble This' border='0' src='http://2.bp.blogspot.com/_LW4mOVq5BJE/TNkou9CnEEI/AAAAAAAAAF8/DOEyU479Gr8/s1600/stumbleupon.png'/>Stumble It</a></li>

<li><a class='twitthis' expr:href='&quot;http://twitthis.com/twit?url= &quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank' title='Twitthis'><img alt='Twitthis' border='0' src='http://2.bp.blogspot.com/_LW4mOVq5BJE/TNko1FQugEI/AAAAAAAAAGE/c47HCp-0rEE/s1600/twitter.png'/>Twit This</a></li>

<li><a class='delicious' expr:href='&quot;http://del.icio.us/post?url=&quot; + data:post.url + &quot;&amp;title=&quot;   + data:post.title' target='_blank' title='Add to Del.icio.us'><img alt='Del.icio.us' border='0' src='http://3.bp.blogspot.com/_LW4mOVq5BJE/TNkouABTjfI/AAAAAAAAAFc/SudkdpvFJgg/s1600/delicious.png'/>Save This Page</a></li>

<a expr:href='&quot;http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=&quot; + data:post.url +   &quot;&amp;title=&quot; + data:post.title' target='_blank' title='Bookmark To Google'><img alt='Google' border='0' src='http://3.bp.blogspot.com/_LW4mOVq5BJE/TNkouh6RTTI/AAAAAAAAAFs/cRyYj4yqQ_o/s1600/googlebookmark.png'/></a>

<a expr:href='&quot;http://myweb2.search.yahoo.com/myresults/bookmarklet?u=  &quot; + data:post.url + &quot;&amp;=&quot; + data:post.title' target='_blank' title='Add to Yahoo web'><img alt='Yahoo' border='0' src='http://1.bp.blogspot.com/_LW4mOVq5BJE/TNko1ZVEDiI/AAAAAAAAAGM/BB-G1HOTK6I/s1600/yahoo.gif'/></a>

<a expr:href='&quot;http://reddit.com/submit?url=&quot; + data:post.url + &quot;&amp;title=  &quot; + data:post.title' target='_blank' title='Add to Reddit'><img alt='Reddit' border='0' src='http://1.bp.blogspot.com/_LW4mOVq5BJE/TNkoujMr_8I/AAAAAAAAAF0/prWcFlagPEE/s1600/reddit.png'/></a>

<a expr:href='&quot;http://technorati.com/faves?add= &quot; + data:post.url' target='_blank' title='Add to Technorati'><img alt='Technorati' border='0' src='http://1.bp.blogspot.com/_LW4mOVq5BJE/TNkpRQbAQpI/AAAAAAAAAGU/di4krN73_YY/s1600/technorati.png'/></a> </ul></div>
<!-- Social Bookmarking Widget END -->
<!-- Related Posts Widget Begin-->
<div style='float:Right;'>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div class='similiar'>
<div class='widget-content'>
<h3>Related Posts :</h3>
<div id='data2007'/><br/><br/>
<script type='text/javascript'>
var homeUrl3 = &quot;<data:blog.homepageUrl/>&quot;;
var maxNumberOfPostsPerLabel = 4;
var maxNumberOfLabels = 2;
maxNumberOfPostsPerLabel = 100;
maxNumberOfLabels = 2;
function listEntries10(json) {
var ul = document.createElement(&#39;ul&#39;);
var maxPosts = (json.feed.entry.length &lt;= maxNumberOfPostsPerLabel) ?
json.feed.entry.length : maxNumberOfPostsPerLabel;
for (var i = 0; i &lt; maxPosts; i++) {
var entry = json.feed.entry[i];
var alturl;
for (var k = 0; k &lt; entry.link.length; k++) {
if (entry.link[k].rel == &#39;alternate&#39;) {
alturl = entry.link[k].href;
break;
}
}
var li = document.createElement(&#39;li&#39;);
var a = document.createElement(&#39;a&#39;);
a.href = alturl;
if(a.href!=location.href) {
var txt = document.createTextNode(entry.title.$t);
a.appendChild(txt);
li.appendChild(a);
ul.appendChild(li);
}
}
for (var l = 0; l &lt; json.feed.link.length; l++) {
if (json.feed.link[l].rel == &#39;alternate&#39;) {
var raw = json.feed.link[l].href;
var label = raw.substr(homeUrl3.length+13);
var k;
for (k=0; k&lt;20; k++) label = label.replace(&quot;%20&quot;, &quot; &quot;);
var txt = document.createTextNode(label);
var h = document.createElement(&#39;b&#39;);
h.appendChild(txt);
var div1 = document.createElement(&#39;div&#39;);
div1.appendChild(h);
div1.appendChild(ul);
document.getElementById(&#39;data2007&#39;).appendChild(div1);
}
}
}
function search10(query, label) {
var script = document.createElement(&#39;script&#39;);
script.setAttribute(&#39;src&#39;, query + &#39;feeds/posts/default/-/&#39;
+ label +
&#39;?alt=json-in-script&amp;callback=listEntries10&#39;);
script.setAttribute(&#39;type&#39;, &#39;text/javascript&#39;);
document.documentElement.firstChild.appendChild(script);
}
var labelArray = new Array();
var numLabel = 0;
<b:loop values='data:posts' var='post'>
<b:loop values='data:post.labels' var='label'>
textLabel = &quot;<data:label.name/>&quot;;
var test = 0;
for (var i = 0; i &lt; labelArray.length; i++)
if (labelArray[i] == textLabel) test = 1;
if (test == 0) {
labelArray.push(textLabel);
var maxLabels = (labelArray.length &lt;= maxNumberOfLabels) ?
labelArray.length : maxNumberOfLabels;
if (numLabel &lt; maxLabels) {
search10(homeUrl3, textLabel);
numLabel++;
}
}
</b:loop>
</b:loop>
</script>
</div>
</div>
</b:if>
</div>
<!-- Related Posts Widget Begin-->

      5. Save Template

note: you can also customize the number of post in related post widget by changing the color blue numbers.
see screenshot below


Related Post and Social Bookmarking Widget Tools

Thursday, June 2, 2011

<div style='background-color: none transparent;'><a href='http://www.rsspump.com/?web_widget/rss_ticker/news_widget' title='News Widget'>News Widget</a></div>

Adding Facebook Like / Recommended Button for Blogger

Adding Facebook Like / Recommended Button for Blogger
We all know that Facebook is the world's number 1 social networking.
The Importance of putting Facebook like button widget is to share and to publish your blog posts in our Facebook wall to get more traffic.




1. Copy The Code Below
<b:if cond='data:blog.pageType == &quot;item&quot;'><div><iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.url + &quot;&amp;layout=standard&amp;show_faces=false&amp;width=100&amp;action=like&amp;font=arial&amp;colorscheme=light&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:400px; height:27px;'/></div></b:if>

2. Go to Design - Edit Html. Save your Template first.
    check box in  Expand Widget Templates
    Search the red code below
    To find, Ctrl + F find: </data:post.body>
    Paste the Code Above </data:post.body> below 
<div class='post-body entry-content'>
<b:if cond='data:blog.pageType == &quot;item&quot;'>

3. Save Template.

Customization:
You can modify the color, size and text style by replacing the given code above.
standard replaced it to button_count or box_count
like replaced it to recommended
light replaced it to dark

Wednesday, June 1, 2011

<div style='background-color: none transparent;'><a href='http://www.rsspump.com/?web_widget/rss_ticker/news_widget' title='News Widget'>News Widget</a></div>

GLOBE launches 10mbps usb stick

Today, Globe Telecom launches their Tattoo USB Stick " the Globe Tonino Lamborghini. The said USB Stick offers 10Mbps of Broadband Speed. It is uprgraded to 4G from 3G/3.5G.

New Globe Tattoo Plans


Globe Tattoo Plan 3Mbps (from 2Mbps) - P999/mo
Globe Tattoo Superstick Plan 5Mbps (from 3Mbps) - P1299/mo
Globe Tattoo Myfi - additional P100/mo (from P149/mo)
Globe Tattoo Tonino Lamborghini 10Mbps - TBA


Harnessing the latest improvements in its mobile broadband network and service, the Globe-powered internet brand Tattoo introduces its faster speeds for all of its new and existing postpaid customers. So whether you’re just planning to get Tattooed or you’re already on a plan using a Tattoo Superstick, a Tattoo MyFi or a Tattoo USB stick, you are in luck because Tattoo is amping up your internet speed at no additional charge.

For as low as P999 a month, you can surf all you want at up to 3Mbps versus the original plan speed of 2Mbps; you can even get the Tattoo MyFi for just a spare P100 per month versus the previous price of P149 a month. If you want your Tattoo Superstick, it’s just P1299 a month and your 3Mbps plan will get bumped up to 5 Mbps – that’s as much as 2Mbps more than ever before. And the master of all Tattoo offers is the brand-new Tattoo Tonino Lamborghini stick, which uses topnotch 4G technology to ramp up your speed to a blazing 10Mbps, faster than any broadband stick out there, to get you downloading, gaming and streaming your favorite online content in a flash.

Whichever Tattoo subscription you pick, you can enjoy 200 free texts per month plus one month of McAfee virus protection for your PC. If you’re already Tattoo-connected on the 999 or 1299 plans, these speed boosts will kick in on June 6, so brace yourself for a whole new experience.

Only Tattoo gets it done with the some of the fastest plans out there for your broadband stick. The most preferred broadband brand just got better, giving you all you want to feed your need for speed.

For more information: visit globe telecom @ www.globe.com.ph