Stay Connected

Saturday 27 April 2013

How-To Add Box-Shadows Around Your Blog Post Images

I’m using one of StudioPress’s Streamline themes, and was playing around with my post images, I wanted a shadow around each image that was placed in to each post, but was not sure how-to go about adding this effect, well I figured it out and  I would like to share the concept with you also.

First thing is to access your Style sheet.css

Go to Appearance > then editor, scroll down to  ( style.css ) and click on that file.


Next, look for the following code :: ( Post img )


.post img {
margin: 5 10px 10px 1;
border: 2px solid #ddd;
}
Source code   
.post img {
margin: 5 10px 10px 1;
border: 2px solid #ddd;
}

Add the box shadow effect just before the border ::


( box-shadow: 0 0 10px #111; )


.post img {
margin: 5 10px 10px 1;
box-shadow: 0 0 10px #111;
border: 2px solid #ddd;
}
Source code   
.post img {
margin: 5 10px 10px 1;
box-shadow: 0 0 10px #111;
border: 2px solid #ddd;
}

Here is your post image results ::


Here’s  the results of how your post images will look after you’ve inserted them in to your blog post. If you notice there’s a dark shadow around the images  below.

Control the thickness and colors, around the post images ::


Now that you’ve learned how to add the  ( Box shadow ) around your post images, you can also control the thickness and colors, also.
Make the following changes to the ( 10px ) to increase the shadow thickness for your post images. You can increase or decrease, the ( Pixel ) dimensions to get the correct effect.

Changing the shadow color ::

You can also change the color of the shadow by changing the hex number ( #111 ) to any color hex of your choice.

Example ::

What I’ve done is change the hex color from #111 to #8B0000 and the results are as follow.

Note :

This effect can be applied to most if not all, of StudioPress’s themes, the coding may be a little different but should still work the same.

Read More

Saturday 20 April 2013

Google Star Ratings-Show Star Ratings for Your Website



how to show google star ratings for website, webpages, blogger blog posts in search results
Google Star Rating is the rating for website which is shown in search engine results for the particular link of the concerned website. This rating is shown as stars and is displayed in search results, below the URL. The star rating is based on visitor responses on the content of your website/blog for which the rating is shown.

Star ratings, if shown in search results, may result increase or decrease in CTR value. CTR (Click-Thru Ratio) is the value which tells that how many visitors clicked your link out of 100 who viewed in search results. So while showing ratings, please make sure that your website has got enough reputation among search engines and visitors. If your website has a good reputation, then it is more likely to get good responses from its visitors, increasing the star rating, in fact increasing reputation of your website further. And if it hasn't achieved any good reputation, kindly first utilize your efforts to get a good rank, then show the ratings for it.

If you have a WordPress blog or website, then you might be using any plugin to show star ratings at bottom of your posts. These ratings are shown in search results later, if your template source has a proper markup added. You can check either the markup is added properly or not with the help of Google's Rich Snippets Testing Tool. If the markup is not added properly, then you need to fix it before the ratings are shown in search results. You can use a cool WordPress plugin from GD Star Ratings to show the ratings in search results and at the bottom of posts easily. This plugin provides many more features and customizations also.

Show Star Rating for Blogger Posts and Website Pages
If you want to show your own rating for one or all Blogger posts and website pages in search results, you can follow the simple steps mentioned below. To do this, you should access the HTML source of your web page. If you want to show these starts for a Blogger blog post, then simply create a new post or edit an old one, then click onHTML tab and paste the below code at the end of HTML source of the concerned post. You can show stars for any webpage by adding the below code at the end of HTML source of the concerned webpage.

<div class="hreview"> <span class="item"> <span class="fn">Name of Product Which You Are Going to Review</span><br/> </span> Last Reviewed by <span class="reviewer">Reviewer's Name</span>on <span class="dtreviewed">October 18 2012<span title="2012-18-10" class="value-title"></span><br/> </span> Rating: <span class="rating">Stars</span></div>

Edit the highlighted values with your own values as mentioned below:
  • Write the name of product by replacing "Name of Product Which You Are Going to Review". For example if you are reviewing a Nokia N8 phone, then write Nokia N8 in place of the yellow highlighted text
  • Next comes the reviewer's name. Here you can write your own name or any name which you like to make appear in search results as reviewer. Replace highlighted "Reviewer's Name" to customize it
  • In third step, customize the date which you want to show as on which the the review was made. Replace the date in "2012-18-10" as YYYY-DD-MM format
  • At last, edit your rating to the concerned post/product. Replace "Stars" with the number of stars which you would like to make appear in results. Remember that your value should be between 1-5.
  • You are all done. Save your webpage in case of a website page or publish your post if you are adding this to a Blogger blog's post. Wait for Google to index your post/webpage. Once it is indexed, you can see the stars in search results
This was all about rating stars appearance in Google search results. I hope you liked it. If you face any difficulty regarding this, you can ask by commenting on this post. Thank you!

Test ProductLast Reviewed by Rehmat Alam on October 18 2012Rating: 4

 I use the GD Star Rating plugin. I personally have setup the plugin to only show star rati
Read More

Friday 12 April 2013

ad floating leftbar widget for maximum revenue

Refer the original site with http://web-sniffer.net/

After getting approval from Content based Advertisers (Pay per click) and driving good traffic, increasing readers but, Revenue of your blog not increasing. Dipping of Revenue if we analyze wrong placement of Ads, Selection of colors for ads display, and sizes etc makes your revenue drop down. There are so many ways to increase your blog revenue with simplebloggertricks and bloggertips. Here, BlogTariff is going to teach you about how to increase your Blog Revenue by adding Floating/Popu widget for blogger to display Ads.
Adsense is number in Content based Ads displaying (Pay per click) program. If Displays Ads in right place then definetly your income would increase gradually. Our tutorial will point you to educate how to create "Floating widget for Ads" on your blog.


You might also like our Related posts



What are the Advantages for adding "Floating widget for Ads"

Readers concetration may dragged towards widget where Ads displayed
Quite attractive widget brings readers to click on Ads
No need work hard for adding this widget
Simple methods makes you to add this widget for your blog
You can increase your blog Revenue by means of this "Floating Ads widget"

How to add "Floating Widget for Ads"

Sign into your blogger account
Click on "Design (Layout in the new blogger interface)
Click on "Add a Gadget" widget tab
Select "HTML/Javascript" widget
Now, copy the below code and paste in it

<style>
#btftopbar {
height:30px;
width:auto;
background: #005094 url('..');
background-repeat:repeat-x;
text-align:left;
padding-top:4px;
}
#adsground {
height:600;
margin:0 auto;
width: 160px;
background:#fff;
border-bottom:2px #005094 solid;
border-right:2px #005094 solid;
border-left:2px #005094 solid;
text-align:center;
padding:4px;
}

#headlineatas {
opacity:1.0;
height:auto;
width:auto;
position:fixed;
top:65px;
left:10px;
border-bottom:1px #005094 solid;
border-bottom:0px blue solid;
color:#333;
padding:0px;
z-index:1001;
font-size:13px;}
</style>
<script type="text/javascript">
function getValue()
{
document.getElementById("headlineatas").style.display = 'none';
}
</script>
<div id="headlineatas">
<div id="btftopbar">
<img align="left" style="padding-right:2px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgKkltbHg8YdMXWaCXujY6x6WGVoX5YCQhq6KEg2hnI_Tb_odji7beyGIwF2JWrIZWp3b882QEBO11b7n9cLZev2bbMTd1rm0hsQY6rRzGrAflKecMXoHSWSiuc4ltg4e7lpShyGhVDEZMz/s300/blogtariff.com.png" />
<span style="color:#fff;font-size:13px;font-weight:bold;text-shadow:black 0.1em 0.1em 0.1em">Sponsor Ads</span>
<span style="color:#fff;font-size:13px;font-weight:bold;text-shadow:black 0.1em 0.1em 0.1em;float:right;padding-top:3px;padding-right:10px"><a href="http://www.blogtariff.com" target="_blank" onclick="getValue()">close</a></span>
</div>
<div id="adsground">
<h3>Sponsor Ads </h3>
<p align="left"><h3></h3></p>
<p>
"Ads code Here"
<br/></p></div></div>

Customization


  • Replace "Ads code Here" with your Adsense script code and
  • If you want display 120x600 ads adjust "160px" to 120
  • By default Ads will be displayed at left sidebar, if you want to display ad on Right side then change "left:" with "Right".
  • After all successful necessary modifications "Save your Widget" and "Save the blog Template". Now its time to preview your experiment.
another code:

<!--start: floating ads-->
        <div id="teaser2" style="width:autopx; height:600; text-align:left; display:scroll;position:fixed; top:0px;left:0px;">
         <div><a id="close-teaser" onclick="document.getElementById('teaser2').style.display = 'none';" style="cursor:pointer;"><center><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgghSRLNw9heqYdV8tu7jw4dMZGXuZDz0ZdrEjj2DRYvk48rUL1GetUV_M4UJ4HA7814js1dhkK3tbToeC2QIMwS2n6kr3Rrtb0-E99b2Lv25pSrVnrftIPuVuSM6be2DbyGlebTyqweAND/s1600/PhoXo2.png'/></center></a></div>
        <!--Mulai disini-->
 <!-- Begin BidVertiser code --><script language="JavaScript1.1" src="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=519028&bid=1310726" type="text/javascript"></script><noscript><a href="http://www.bidvertiser.com/bdv/BidVertiser/bdv_publisher_toolbar_creator.dbm">toolbar</a></noscript><!-- End BidVertiser code --> 
        <!--Akhir disini-->
        </div>
        <!--end: floating ads-->
Read More

Tuesday 9 April 2013

Disable Country Specific Domain Redirection In Blogger


 
Recently, Blogger introduces a Country Specific URL's redirection for all BlogSpot domains. Instead of the blogspot.com domain extension, your readers will see their country specific domain extensions. The redirection currently implemented on India and so far all blogspot.com domains redirecting to blogspot.in.

For exmaple: If you are viewing a blog with address blog-name.blogspot.com from Australia (AU), then you will be redirected to blog-name.blogspot.com.au. Similary, if you are viewing from India it will be redirected to blog-name.blogspot.in.

This redirection is called "country-code Top Level Domain" (ccTLD). It also knows as "302 Redirect" which is a temporary change and not a 301 redirect which is a permanent change of address.A report says that many countries are affected from this. These countries are
  1. Argentina [blogspot.com.ar] 
  2. Australia [blogspot.com.au] 
  3. Brazil [blogspot.com.br] 
  4. Canada [blogspot.ca] 
  5. Czech Republic [blogspot.cz]
  6. France [blogspot.fr] 
  7. Germany [blogspot.de] 
  8. Hong Kong [blogspot.hk]
  9. India [blogspot.in] 
  10. Italy [blogspot.it] 
  11. Japan [blogspot.jp] 
  12. Mexico [blogspot.mx] 
  13. New Zealand [blogspot.co.nz] 
  14. Portugal [blogspot.pt] 
  15. Romania [blogspot.ro]
  16. Spain [blogspot.com.es] 
  17. Sweden [blogspot.se] 
  18. UK [blogspot.co.uk]
 If you want to prevent this country specific redirection then follow the steps given below.

Step 1


Goto 'Design' from your blogger dashboard.

Step 2

Then select 'Edit HTML'.

Step 3

Find <Head> and paste the code given below right below it. 

<script type='text/javascript'> var str= window.location.href.toString(); if ((str.indexOf('.com/'))=='-1') { var str1=str.substring(str.lastIndexOf(".blogspot.")); if (str1.indexOf('/')=='-1') { var str2=str1; } else { var str2=str1.substring(0,str1.indexOf('/')+1); } window.location.href =window.location.href.toString().replace(str2,'.blogspot.com/ncr/'); } </script>

That’s it!! Now your blog will not redirect to country specific URL. This may help your SEO too.

Read More

Hey Buddy ! Anz Here

Followers

Popular Posts

Template And Design By Blogshear