Bigrock Domain Issues and Errors

Have you brought  the domain from bigrock domain hosting service for blogger or website.If you are not blog  not opening and domain continuously rotating or buffering and getting errors in blogger domain.If you are not suppose to integrate the domain on blogger.
Bigrock Domain issues
Also see:
How to integrate bigrock domain on Blogger
Now If your Blogger not opening due to the following reasons:-
► Buffering.
► Rotating.
► Missing Gadgets.
► Title Revolving.
Solution:-
►First Download the template and customizations
►Just Change The Template and You are Done.
More..

How To Host Bigrock Domain On Blogger?

Today there are many domain hosting services in that bigrock domain hosting service from India selling domains at cheap rates.Millions of Indians converting their blogger blogspot sub domain to custom domain through bigrock hosting service.If you have brought the domain from bigrock and want to know how to install bigrock domain on blogger.

PART1

1.Buy a Domain Using Bigrock

2.Log In to Bigrock account.

3.click on list of orders.

4.Select any of the domain as below

bigrock-blogger

5.On the right side select Dns management

bigrock-blogger2

6.Click On Manage DNs

7.A pop-up window will open

8.Go to CNAME Records

bigrock-blogger3

9.Add CNAME Record

Host Name:www

Value:ghs.google.com

►Click on ‘Add record’

10.Now add ‘A Records’

bigrock-blogger4

11.click on ‘Add A Record’.

►Create 4 ‘A Records’

►Add each IP address below and click on ‘Add a record’ and leave Name Blank

                              216.239.32.21
                              216.239.34.21
                              216.239.36.21
                              216.239.38.21  as below image

bigrock-blogger5

►Total ‘4’ A records are created.

PART2

1.Log In Blogger.

2.Go to Settings->Basic and click on “add a custom domain

3.Switch to advanced settings and enter your bigrock custom url

4.Tick at redirect domain.

5.Save the settings and you are done.

More..

2 Best photo Editing Softwares To Free download

Best photo editing softwaresPhoto is the best memory in our life.Sometimes we want to customize our photo in specific categories like contrast,brightness,effects,coloring,backgrounds,crop,inserting clip arts.We customize our photo as we needed either for share,profile pictures,logo,website headers and for desktops etc.To do specific customizations we need photo editing or image editing softwares which are some what costly in the market and if it free for 30 days trial version we cant get much features.They are some softwares where we can free download full version with good features as satisfies as costly software.Here is the best two photo editing softwares that i use on my desktop.

Enjoy the softwares by downloading.

1.Gimp (Visit Site)

Gimp is the free editing software which supports all the features as in adobe photoshop.

gimp

2.Paint.Net (Visit Site )

Paint.net is the software is easy to understand also supports more features in colorizing and effects,

paint.net

More..

‘Customize Blogger Labels widget’ into Wordpress Style

customize blogger labels

Blogger labels widget does not look more attractive than wordpress labels.In the wordpress there are different  styles which satisfies maximum to the respective template.but the blogger labels widget looks same in all templates.so to customize it with css3 and make sidebar more good and attractive to visitors.I said before many times that our visitors return 25% back just for giving attractive looking.

PART1

1.Go to blogger.

2.Layout >> Add a Gadget >> Labels

3.Customize the labels widget as below image

customize blogger labels2

4.Save it.

PART2

5.Template >> Edit html

6.Search for the below code using ctrl+f shortcut key.

]]></b:skin>

7.Add below code just before above code

.label-size {

float: left;

margin: 0 0 7px 20px;

position: relative;

font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

font-size: 0.75em;

font-weight: bold;

text-decoration: none;

color: #996633;

text-shadow: 0px 1px 0px rgba(255,255,255,.4);

padding: 0.417em 0.417em 0.417em 0.917em;

border-top: 1px solid #d99d38;

border-right: 1px solid #d99d38;

border-bottom: 1px solid #d99d38;

-webkit-border-radius: 0 0.25em 0.25em 0;

-moz-border-radius: 0 0.25em 0.25em 0;

border-radius: 0 0.25em 0.25em 0;

background-image: -webkit-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));

background-image: -moz-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));

background-image: -o-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));

background-image: -ms-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));

background-image: linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));

filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#feda71', EndColorStr='#feba47');

-webkit-box-shadow: inset 0 1px 0 #faeaba,

0 1px 1px rgba(0,0,0,.1);

-moz-box-shadow: inset 0 1px 0 #faeaba,

0 1px 1px rgba(0,0,0,.1);

box-shadow: inset 0 1px 0 #faeaba,

0 1px 1px rgba(0,0,0,.1);

z-index: 1;

}

.label-size:before {

content: '';

width: 1.30em;

height: 1.39em;

background-image: -webkit-linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));

background-image: -moz-linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));

background-image: -o-linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));

background-image: -ms-linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));

background-image: linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));

filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#feda71', EndColorStr='#feba47');

position: absolute;

left: -0.69em;

top: .2em;

-webkit-transform: rotate(45deg);

-moz-transform: rotate(45deg);

-o-transform: rotate(45deg);

transform: rotate(45deg);

border-left: 1px solid #d99d38;

border-bottom: 1px solid #d99d38;

-webkit-border-radius: 0 0 0 0.25em;

-moz-border-radius: 0 0 0 0.25em;

border-radius: 0 0 0 0.25em;

z-index: 1;

}

.label-size:after {

content: '';

width: 0.5em;

height: 0.5em;

background: #fff;

-webkit-border-radius: 4.167em;

-moz-border-radius: 4.167em;

border-radius: 4.167em;

border: 1px solid #d99d38;

-webkit-box-shadow: 0 1px 0 #faeaba;

-moz-box-shadow: 0 1px 0 #faeaba;

box-shadow: 0 1px 0 #faeaba;

position: absolute;

top: 0.667em;

left: -0.083em;

z-index: 9999;

}

#Label1 {

height: 210px;

}

.label-size:hover {

background-image: -webkit-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));

background-image: -moz-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));

background-image: -o-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));

background-image: -ms-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));

background-image: linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));

filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fee18d', EndColorStr='#fec86c');

border-color: #e1b160;

}

.label-size:hover:before {

background-image: -webkit-linear-gradient(left top, rgb(254, 225, 141), rgb(254, 200, 108));

background-image: -moz-linear-gradient(left top, rgb(254, 225, 141), rgb(254, 200, 108));

background-image: -o-linear-gradient(left top, rgb(254, 225, 141), rgb(254, 200, 108));

background-image: -ms-linear-gradient(left top, rgb(254, 225, 141), rgb(254, 200, 108));

background-image: linear-gradient(left top, rgb(254, 225, 141), rgb(254, 200, 108));

filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#fee18d', EndColorStr='#fec86c');

border-color: #e1b160;

}

8.Save template and Bingo!

More..

Show only thumbnails in blogger recent posts widget

grid If you want to hide post titles and snippets in blogger recent post widget.Then here is the trick for you,no need to add any code or edit any template.Just go the blogger widgets and select recent posts widget with thumbnails,then start customize it options.This thumbnail recent posts widget looks good especially  for music or movie websites,then you can show posters in the homepage with attractive to visitors.

 

Part1

1.Go to blogger->>Layout

2.Add a gadget

Add a Gadget

3.Select recent posts widget as below image.

recent posts widget

4.Select options as below image.

recent posts configure 

5.Save Gadget and that’s all.

More..