Tuesday 29 May 2012

How to add floating share button to your site

The steps
1.Login into blogger dashboard on the new blogger interface
2.click on drop down arrow near create go to post list
3.click on template
4.click on edit html
5.tick expand widget template
6.press ctrl + F
7.search for <data:post.body/>
8.just below <data:post.body/> copy and paste the code below

  <div style='border: 1px #3b5998; background-color: #eff3fa;'><div align='center'><b:if cond='data:blog.pageType == &quot;item&quot;'><strong>&#9829; CONSIDER SHARING THIS POST WITH YOUR FRIENDS IF YOU LIKE IT &#9829;</strong> <br/> <a class='opacity' expr:href='&quot;http://www.facebook.com/share.php?u=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank' title='Share this post Facebook'><img alt='Facebook' src='http://1.bp.blogspot.com/_0Nr--qemD8Y/TCLxEljyW2I/AAAAAAAAAtc/QXA52ddQGI8/s1600/facebook_icn.png'/></a> <a class='opacity' expr:href='&quot;http://twitter.com/home?status=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank' title='Tweet About This Post'><img alt='Twitter' src='http://2.bp.blogspot.com/_0Nr--qemD8Y/TCLxDa9EzmI/AAAAAAAAAtE/oOfchAvI9eM/s1600/twitter_icn.png'/></a> <a class='opacity' expr:href='&quot;http://www.stumbleupon.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank' title='StumbleUpon This Post'><img alt='StumbleUpon' src='http://4.bp.blogspot.com/_0Nr--qemD8Y/TCLxCa32alI/AAAAAAAAAs0/8p_cwyucZco/s1600/stumbleupon_icn.png'/></a> <a class='opacity' expr:href='&quot;http://digg.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank' title='Digg This Post'><img alt='Digg' src='http://2.bp.blogspot.com/_0Nr--qemD8Y/TCLxEIPdlrI/AAAAAAAAAtU/2EGPUWg6z58/s1600/digg_icn.png'/></a> <a class='opacity' 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 Delicious'><img alt='Delicious' src='http://1.bp.blogspot.com/_0Nr--qemD8Y/TCLxD79huqI/AAAAAAAAAtM/AM3fmq8kG4A/s1600/delicious_icn.png'/></a> <a class='opacity' expr:href='&quot;http://reddit.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank' title='Reddit this post'><img alt='Reddit' src='http://4.bp.blogspot.com/_0Nr--qemD8Y/TCLxAk3NJCI/AAAAAAAAAsc/keJ7HSsoTqw/s1600/reddit_icn.png'/></a> <a class='opacity' expr:href='&quot;http://www.technorati.com/faves?add=&quot; + data:post.url' target='_blank' title='Add this to Technorati Favs'><img alt='Technorati' src='http://4.bp.blogspot.com/_0Nr--qemD8Y/TCLxC1v0WiI/AAAAAAAAAs8/6Bg5MzoXbo8/s1600/technorati_icn.png'/></a> <a class='opacity' expr:href='&quot;http://www.mixx.com/submit?page_url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank' title='Mixx it'><img alt='Mixx' src='http://1.bp.blogspot.com/_0Nr--qemD8Y/TCLxFnL6d0I/AAAAAAAAAts/hUgG-zhNmgY/s1600/mixx_icn.png'/></a> <a class='opacity' expr:href='&quot;http://www.linkedin.com/shareArticle?mini=true&amp;url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank' title='Share on Linkedin'><img alt='Linkedin' src='http://3.bp.blogspot.com/_0Nr--qemD8Y/TCLxFJ5--YI/AAAAAAAAAtk/q2h4YUt2gAY/s1600/linkedin_icn.png'/></a><br/><small>[<a href='http://www.doncaprio.com/2011/04/add-facebook-large-share-button.html'>Get this Widget</a>]</small></b:if></div></div>
 press save and preview your blog 
thanks for visiting

Monday 28 May 2012

How To Add No Right Click Script to your Blogger Blogspot

How To Add No Right Click Script to your Blogger Blogspot

You can disable the right clicking in your site just by adding the code below follow the step by step tutorials.

Step by Step:

1. Login to your Blogger Account.

2. Go to DESIGN > ADD A GADGET > HTML/JavaScript.

3. Add the code below and SAVE.

4. Done see the result.
NO RIGHT CLICK SCRIPT:
 <script language="JavaScript">  var message='NO RIGHT CLICK!';  function clickIE4(){ if (event.button==2){ alert(message); return false; } }  function clickNS4(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){ alert(message); return false; } } }  if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS4; } else if (document.all&&!document.getElementById){ document.onmousedown=clickIE4; }  document.oncontextmenu=new Function('alert(message);return false') </script>

You can change the message with your own and also you can add this code to your website or wapsite to prevent users to borrowing some of your images, copying the content or copying the HTML code of your site.

How To Add Facebook Like with Share Button Below Post Title

Today I will teach you "How To Add Facebook Like with Share Button Below Post Title" let's start this tutorials.


1. Login to your Blogger Account.


2. Go to DESIGN > EDIT HTML > then hit Expand Widget Templates.


3. Make sure you back up your templates.


4. Press CTRL + F and search this code <data:post.body>


5. Then add the code below before <data:post.body>.
 

Sunday 27 May 2012

How to Add Floating Follow and Dashboard Button In Your Blogger Blogspot

How to Add Floating Follow and Dashboard Button In Your Blogger Blogspot


1. Login to your Blogger Account.


2. Go to PAGE ELEMENT > ADD A GADGET > HTML/Javascript.


3. Copy and paste the code below and SAVE.


4. See the result


 <div style="display: scroll; position: fixed; right: 90px; top: 35px;"><a class="linkopacity" href="http://www.blogger.com/follow-blog.g?blogID=" imageanchor="1" rel="nofollow" style="margin-left: 1em; margin-right: 1em;" target="_blank" title="♥ Follow!"><img border="0" src="http://1.bp.blogspot.com/-y-bAEinABbs/Tz_OkKkL0yI/AAAAAAAAAl8/2MhV30wt9sk/s320/follow.png" /></a>
<div style="display: scroll; position: fixed; right: 3px; top: 35px;"><a class="linkopacity" href="http://blogger.com/home" imageanchor="1" rel="nofollow" style="margin-left: 1em; margin-right: 1em;" target="_blank" title="♥ Dashboard!"><img border="0" src="http://4.bp.blogspot.com/-z3BcfbcKxMw/Tz_OkfCJikI/AAAAAAAAAmE/n3rF-CeBkYw/s1600/dashboard.png" /></a></div></div>

NOTE:
Change the sample Blog ID with your own Blog ID.

 

Saturday 26 May 2012

10 Tips To Improve Your SEO For Beginner Bloggers

10 Tips To Improve Your SEO For Beginner Bloggers

Hello to all olantino visitors,

I just want to share this "10 Tips To Improve Your SEO For Beginner Bloggers".

* First is find your Niche Keywords, try using Google Trends, Google Keywords, Twitter Trends, Yahoo Trends or any Webtools to find whats people want and needs today.

* Second is create your blog, The title for your blog must be related to your targeted keywords.

* Third is set your target, how many people in 1 day and how much you want to earn from your blog.

* Fourth find free nice template that make visitor like to visit your blog everyday. I recommend to use fast loading, light template.

* Fifth is don't rush, Try to increase traffics and pagerank to your blog until it became PR2 or more (Patience).

* Sixth is exchange link with other high PR blogs, Choose blog that have keyword related to your blog.

* Seventh is comment at other blog, More
comment you give, More traffics
you will get and people will try to know you better.

* Eighth is submit your blog in Google, Yahoo, Bing to index your blog and also use Ping Site.

* Ninth is submit your blog content in Article Directory or Blog Directory.

* Tenth is you can use Social Networks to generates more traffic for example you have Twitter, Facebook, Google, Reddit, Digg, etc.

I think thats all I can share right now, I will update it later. Hope this tips help you a lot.

Saturday 19 May 2012

Root Explorer (File Manager) v2.17.1

Root Explorer (File Manager) v2.17.1 Requirements: Android OS 1.0+ Overview: The ultimate file manager for root users. Access the whole of android's file system (including the elusive datafolder!).

[break] Features include SQLite database viewer, Text Editor, create and extract zip or tar/gzip files, multi-select, execute scripts, search, remount, permissions, bookmarks, send files (via email, bluetooth etc), image thumbnails, APK binary XML viewer, change file owner and group. Recent changes: v2.17.1 This a maintenance release. It contains fixes for several bugs including incorrect folder sizes in CM7 and freezes that occurred when opening some sub-folders under /sys (r.g. /sys/block/dm-0). v2.17 Open With facility. Allows a file to be opened with an internal Root Explorer function, as a generic type (text, video etc) or with a specific app. This is automatically displayed when opening unknown file types. Enhanced properties screen. Now also shows folder size, MD5 checksum,link target path, mime type and file/folder location. Symbolic link creation. Added a new "Link to this file/folder" item to the long-click menu. More Info: more about Download Instructions:

Friday 18 May 2012

s40 Adding Music Player Skin

TOOLS NEEDED:
- Pc suite
- Oxycube
(search it on google)
- Skin: here are some

ARROWS
SQUARE

BLACK GRAPHITE
Xpress Music
GALAXY
GREEN

no need to rename folder.

PROCEDURE:
1. Connect your phone in pc suite via usb data cable
2. Run oxycube (auto detect and phone)

3. Click the file browser icon

4. Click the c:// or phone memory to view the hidden folder

5. Open the hidden folder to view the media player, equalizer and radio folder.
6. Drag your desired skin to respective folder and your done.


note of this:
skin_mpl - music player
skin_eql - equalizer
skin_fmr - radio

if you rename one of skin name be sure to follow the other,
example: skin_mpl_arrows.swf to skin_mpl_olantino.swf . .the eql and radio should also be skin_eql_olantino.swf and skin_fmr_olantino.swf


s40v5 - swf
s40v6 - nfl

this is some screenshot and default skin music player theme



*** music player

*** equalizer

*** radio

music player theme
you are done thanks for visiting drop your comment to give you the best!!!

Saturday 12 May 2012

Quick Fix for Yahoo! Mail Login Error on Mobile

Even though I have a custom email I regularly use for my business and other important things, I still use my old Yahoo! Mail a great deal. Whenever I need to sign up on websites I don’t trust, it’s what I use but in the last couple of weeks, I’ve been having issues signing in to my Yahoo mail on my phone. I kept seeing this error:
We’re sorry that you are having difficulty logging in. Please sign in from our desktop login screen and then try login again from our mobile login screen.
When I saw this for the first time, I fired up my notebook andlogged in successfully but then I tried on mobile again and still got the same error. I thought it was from the Opera Mini browser I was using but then launced the Safari Browser on my iPhone but remained the same.

If you can’t log in to yahoo mail on mobile too, there’s a quick fixthat’s going to log you in in no time.
- Visit http://login.yahoo.com/config/login
- You should be presented with the full version login page
- Input your username and password, hit the login button and fill the captcha
You should now be logged in. You may be shown the account information page but you can choose to go to the homepage and then acces your mail box from there! a
copyright from www.doncaprio.com

A Quick Fix for Yahoo! Mail Login Error on Mobile

Tuesday 1 May 2012

How to Add Administrator and Global Moderator

<p>How to Add Administrator and
Global Moderator There are two ways to do this:
1. Through Admin Admin > Member groups
Click the Member group you want to
Add the member to.
Put their name in the box for "Add a
member to this group"
You can click the exclamation point tool tip to do a search for username.
2. Through the Members Profile Go to the members Profile > Account
Related Settings.
Use the drop down box for Primary
Member group and change them to the
Group you want them in </p>