Saturday, May 2, 2009

Free Image Hosting Sites List

List of Free Image Hosting Sites,as we have been using many free image hosting sites like photobucket,picasa,imaghack,flickr and many more to upload our pictures to them all these sites are provide free hosting of our images but they dont provide unlimited space and bandwidth,so i would like to share some sites with you so as to meet your needs or can distribute your bandwidth and space on other sites.

First of all the highly used sites are:-



I have included most the free image hosting sites if you are using any other service and feels its wortth to share Please leave it in comments,and share i with our readers.

Please Check he list carefully while posting any other site url.

Free Image Hosting Sites List

List of Free Image Hosting Sites,as we have been using many free image hosting sites like photobucket,picasa,imaghack,flickr and many more to upload our pictures to them all these sites are provide free hosting of our images but they dont provide unlimited space and bandwidth,so i would like to share some sites with you so as to meet your needs or can distribute your bandwidth and space on other sites.

First of all the highly used sites are:-



I have included most the free image hosting sites if you are using any other service and feels its wortth to share Please leave it in comments,and share i with our readers.

Please Check he list carefully while posting any other site url.

Free Image Hosting Sites List

List of Free Image Hosting Sites,as we have been using many free image hosting sites like photobucket,picasa,imaghack,flickr and many more to upload our pictures to them all these sites are provide free hosting of our images but they dont provide unlimited space and bandwidth,so i would like to share some sites with you so as to meet your needs or can distribute your bandwidth and space on other sites.

First of all the highly used sites are:-



I have included most the free image hosting sites if you are using any other service and feels its wortth to share Please leave it in comments,and share i with our readers.

Please Check he list carefully while posting any other site url.

Add LinkList As Horizontal Top Menu Links For Blogger

Add LinkList As Horizontal Top Menu Links For Blogger,as i took the tutorials many times on how to add top menu links for blogger or horizontal menu links for blogger below the header of the blog to display of your important blog links.As this tutorial is also same to add top menu links but difference is that this time a link list widget will be added in your blogger layout below your blogger header from where you can easily add your horizontal links and manage them and now there is no need to go to html of your blog to manage these horizontal Links.

The tutorials i hold before on horizontal top menu links for blogger are below:-
1)Top Menu Links For Blogger
2)Horizontal Menu Links For Blogger


Now let's carry On with our tutorial

Just Go To Layout > Edit Html

And Search For </b:skin>

Now add these below Css codes above it-


/* ----- LINKBAR ----- */
#linkbar {
margin: 6px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 100%;
position: relative;
background: #000;
border: 1px solid #000;
border-bottom: 0;
}

#linkbar ul {
margin: 0px 0px 0px 0px;
padding: 5px 5px 7px 5px;
text-align: left;
list-style-type:none;
}

#linkbar li {
display: inline;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#linkbar h2 {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
display: none;
visibility: hidden;
}

#linkbar a {
clear: both;
margin: 0px -4px 0px 0px;
padding: 3px 20px 3px 20px;
width:100%;
text-decoration:none;
font-family: arial, sans-serif;
font-weight: bold;
font-size: 12px;
color: #fff;
border-right: 1px solid #fff;
}

#linkbar a:hover {
color: #000;
background: #fff;
}



Now Search for below codes-

<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='Testing templates (Header)' type='Header'/>
</b:section>
</div>

And add the below codes after the above codes:-


<div id='linkbar-wrapper'>
<b:section class='linkbar' id='linkbar' showaddelement='no'>
<b:widget id='LinkList1' locked='true' title='Linkbar' type='LinkList'>
<b:includable id='main'>

<b:if cond='data:title'><h2><data:title/></h2></b:if>
<div class='widget-content'>
<ul>
<b:loop values='data:links' var='link'>
<li><a expr:href='data:link.target'><data:link.name/></a></li>
</b:loop>
</ul>

</div>
</b:includable>
</b:widget>
</b:section>
</div>


Thats It Now Preview It.If its working fine just save your template.

Now Goto Page elements and you will see an gadget named linkbar in your blogger layout below the header of you blog,click the Edit Button On that gadget an window will open and add the link you want to show up in your blog top menu from there and can manage all menu links from there .Its so easy,i hope will like this tutorial.

Add LinkList As Horizontal Top Menu Links For Blogger

Add LinkList As Horizontal Top Menu Links For Blogger,as i took the tutorials many times on how to add top menu links for blogger or horizontal menu links for blogger below the header of the blog to display of your important blog links.As this tutorial is also same to add top menu links but difference is that this time a link list widget will be added in your blogger layout below your blogger header from where you can easily add your horizontal links and manage them and now there is no need to go to html of your blog to manage these horizontal Links.

The tutorials i hold before on horizontal top menu links for blogger are below:-
1)Top Menu Links For Blogger
2)Horizontal Menu Links For Blogger


Now let's carry On with our tutorial

Just Go To Layout > Edit Html

And Search For </b:skin>

Now add these below Css codes above it-


/* ----- LINKBAR ----- */
#linkbar {
margin: 6px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 100%;
position: relative;
background: #000;
border: 1px solid #000;
border-bottom: 0;
}

#linkbar ul {
margin: 0px 0px 0px 0px;
padding: 5px 5px 7px 5px;
text-align: left;
list-style-type:none;
}

#linkbar li {
display: inline;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#linkbar h2 {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
display: none;
visibility: hidden;
}

#linkbar a {
clear: both;
margin: 0px -4px 0px 0px;
padding: 3px 20px 3px 20px;
width:100%;
text-decoration:none;
font-family: arial, sans-serif;
font-weight: bold;
font-size: 12px;
color: #fff;
border-right: 1px solid #fff;
}

#linkbar a:hover {
color: #000;
background: #fff;
}



Now Search for below codes-

<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='Testing templates (Header)' type='Header'/>
</b:section>
</div>

And add the below codes after the above codes:-


<div id='linkbar-wrapper'>
<b:section class='linkbar' id='linkbar' showaddelement='no'>
<b:widget id='LinkList1' locked='true' title='Linkbar' type='LinkList'>
<b:includable id='main'>

<b:if cond='data:title'><h2><data:title/></h2></b:if>
<div class='widget-content'>
<ul>
<b:loop values='data:links' var='link'>
<li><a expr:href='data:link.target'><data:link.name/></a></li>
</b:loop>
</ul>

</div>
</b:includable>
</b:widget>
</b:section>
</div>


Thats It Now Preview It.If its working fine just save your template.

Now Goto Page elements and you will see an gadget named linkbar in your blogger layout below the header of you blog,click the Edit Button On that gadget an window will open and add the link you want to show up in your blog top menu from there and can manage all menu links from there .Its so easy,i hope will like this tutorial.

Add LinkList As Horizontal Top Menu Links For Blogger

Add LinkList As Horizontal Top Menu Links For Blogger,as i took the tutorials many times on how to add top menu links for blogger or horizontal menu links for blogger below the header of the blog to display of your important blog links.As this tutorial is also same to add top menu links but difference is that this time a link list widget will be added in your blogger layout below your blogger header from where you can easily add your horizontal links and manage them and now there is no need to go to html of your blog to manage these horizontal Links.

The tutorials i hold before on horizontal top menu links for blogger are below:-
1)Top Menu Links For Blogger
2)Horizontal Menu Links For Blogger


Now let's carry On with our tutorial

Just Go To Layout > Edit Html

And Search For </b:skin>

Now add these below Css codes above it-


/* ----- LINKBAR ----- */
#linkbar {
margin: 6px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 100%;
position: relative;
background: #000;
border: 1px solid #000;
border-bottom: 0;
}

#linkbar ul {
margin: 0px 0px 0px 0px;
padding: 5px 5px 7px 5px;
text-align: left;
list-style-type:none;
}

#linkbar li {
display: inline;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#linkbar h2 {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
display: none;
visibility: hidden;
}

#linkbar a {
clear: both;
margin: 0px -4px 0px 0px;
padding: 3px 20px 3px 20px;
width:100%;
text-decoration:none;
font-family: arial, sans-serif;
font-weight: bold;
font-size: 12px;
color: #fff;
border-right: 1px solid #fff;
}

#linkbar a:hover {
color: #000;
background: #fff;
}



Now Search for below codes-

<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='Testing templates (Header)' type='Header'/>
</b:section>
</div>

And add the below codes after the above codes:-


<div id='linkbar-wrapper'>
<b:section class='linkbar' id='linkbar' showaddelement='no'>
<b:widget id='LinkList1' locked='true' title='Linkbar' type='LinkList'>
<b:includable id='main'>

<b:if cond='data:title'><h2><data:title/></h2></b:if>
<div class='widget-content'>
<ul>
<b:loop values='data:links' var='link'>
<li><a expr:href='data:link.target'><data:link.name/></a></li>
</b:loop>
</ul>

</div>
</b:includable>
</b:widget>
</b:section>
</div>


Thats It Now Preview It.If its working fine just save your template.

Now Goto Page elements and you will see an gadget named linkbar in your blogger layout below the header of you blog,click the Edit Button On that gadget an window will open and add the link you want to show up in your blog top menu from there and can manage all menu links from there .Its so easy,i hope will like this tutorial.

Friday, May 1, 2009

How Show Blogger Widget Only In Posts-Homepage-Archive Pages

How to Show Blogger Widget Only In Home Page Or Post Pages of blogger,as you have seen in wordpress blog its your wish to what widget and what add you want to show in sidebar of that page but this service cant be used in blogger as all sidebar bar widgets are linked to all pages in blogger including home page but now you can select the option which sidebar widget you want to show in blogger homepage and which one in all other blogger post pages.

As one more beautiful hack how to show only post titles in blogger home and label pages has also been released,dont forget to red about it.

Lets follow on this tutorial i.e how to show blogger widget only in home page or blogger posts pages.

Add the widget in blogger layout where you want to display in blogger.Now you wnt to select on which pages of blogger it should be displayed.

Now go to "Edit HTML" page.
Mark "Expand Widget Templates"

And Search for

<b:widget id='HTML3' locked='false' title='Your Title name you gave to your widget' type='HTML'>

The number in red can be any like 1,2,3,4 it depends on your no of widget your are adding but the title to the widget you gave will be same.

So to make the widget code find easily for you find the below word

<b:widget id='HTML

and you will find many codes like these so keep on matchng the title name of widget of them to which you want to show on different pages.

After finding the code of widget you want to display on different pages add the red codes to them as i have shown below.

To display the any Blogger widget only in HomePage


<b:widget id='HTML5' locked='false' title='Widget Title Name' type='HTML'>
<b:includable id='main'>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != &quot;&quot;'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>

<b:include name='quickedit'/>
</b:if>
</b:includable>
</b:widget>


Add the red codes as shown above in codes whch you found for that particular widget in your blog html.

To display widget in all posts pages but not in HomePage


<b:widget id='HTML3' locked='false' title='Widget Title Name' type='HTML'>
<b:includable id='main'>
<b:if cond='data:blog.pageType == "item"'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != &quot;&quot;'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>

<b:include name='quickedit'/>
</b:if>
</b:includable>
</b:widget>


To Display Widget In Archive Pages


<b:widget id='HTML3' locked='false' title='Widget Title Name' type='HTML'>
<b:includable id='main'>
<b:if cond='data:blog.pageType == "archive"'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != &quot;&quot;'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>

<b:include name='quickedit'/>
</b:if>
</b:includable>
</b:widget>

If you have any problem leave your comments.