Your Ad Here

Add Page Navigation Widget Into Your

Add Page Navigation Widget Into Your

This widget may look like this:-


TO ADD THIS WIDGTE INTO YOUR BLOG FOLLOW THIS STEP BY STEP PROCEDURE
STEP 1:- Go to your blog > layout > Add widget > HTML/JAVA script
STEP 2:-Then copy the code from below and paste it into the column that appears
STEP 3:-Save it(A new blox will apper in your widget column)
STEP 4:-Drag that box below your Blog posts bar .
STEP 5 :-You will find it done
HTML CODE IS GIVEN BELOW




<style>
.showpageArea {padding: 0 2px;margin-top:10px;margin-bottom:10px;
}
.showpageArea a {border: 1px solid #505050;
color: #000000;font-weight:normal;
padding: 3px 6px !important;
padding: 1px 4px ;margin:0px 4px;
text-decoration: none;
}
.showpageArea a:hover {
font-size:11px;
border: 1px solid #333;
color: #000000;
background-color: #FFFFFF;
}

.showpageNum a {border: 1px solid #505050;
color: #000000;font-weight:normal;
padding: 3px 6px !important;
padding: 1px 4px ;margin:0px 4px;
text-decoration: none;

}
.showpageNum a:hover {
font-size:11px;
border: 1px solid #333;
color: #000000;
background-color: #FFFFFF;

}
.showpagePoint {font-size:11px;
padding: 2px 4px 2px 4px;
margin: 2px;
font-weight: bold;
border: 1px solid #333;
color: #fff;
background-color: #000000;


}

.showpage a:hover {font-size:11px;
border: 1px solid #333;
color: #000000;
background-color: #FFFFFF;

}
.showpageNum a:link,.showpage a:link {
font-size:11px;
padding: 2px 4px 2px 4px;
margin: 2px;
text-decoration: none;
border: 1px solid #0066cc;
color: #0066cc;
background-color: #FFFFFF;}

.showpageNum a:hover {font-size:11px;
border: 1px solid #333;
color: #000000;
background-color: #FFFFFF;
}
</style>



<script type="text/javascript">

function showpageCount(json) {
var thisUrl = location.href;
var htmlMap = new Array();
var isFirstPage = thisUrl.substring(thisUrl.length-14,thisUrl.length)=="
.blogspot.com/";
var isLablePage = thisUrl.indexOf("/search/label/")!=-1;
var isPage = thisUrl.indexOf("/search?updated")!=-1;
var thisLable = isLablePage ? thisUrl.substr(thisUrl.indexOf
("/search/label/")
+14,thisUrl.length) : "";
thisLable = thisLable.indexOf("?")!=-1 ? thisLable.substr(0,thisLable.indexOf
("?")) : thisLable;
var thisNum = 1;
var postNum=1;
var itemCount = 0;
var fFlag = 0;
var eFlag = 0;
var html= '';
var upPageHtml ='';
var downPageHtml ='';


var pageCount=5;
var displayPageNum=3;
var firstPageWord = 'First';
var endPageWord = 'Last';
var upPageWord ='Previous';
var downPageWord ='Next';



var labelHtml = '<span class="showpageNum"><a href="/
search/label/'+thisLable+'?&max-results='+pageCount+'">';

for(var i=0, post; post = json.feed.entry[i]; i++) {
var timestamp = post.published.$t.substr(0,10);
var title = post.title.$t;
if(isLablePage){
if(title!=''){
if(post.category){
for(var c=0, post_category; post_category = post.category[c]; c++) {
if(encodeURIComponent(post_category.term)==thisLable){
if(itemCount==0 || (itemCount % pageCount ==(pageCount-1))){
if(thisUrl.indexOf(timestamp)!=-1 ){
thisNum = postNum;
}

postNum++;
htmlMap[htmlMap.length] = '/search/label/'+thisLable+'?updated-max='+
timestamp+'T00%3A00%3A00%2B08%3A00&max-results='+pageCount;
}
}
}
}//end if(post.category){

itemCount++;
}

}else{
if(title!=''){
if(itemCount==0 || (itemCount % pageCount ==(pageCount-1))){
if(thisUrl.indexOf(timestamp)!=-1 ){
thisNum = postNum;
}

if(title!='') postNum++;
htmlMap[htmlMap.length] = '/search?updated-max='+timestamp+'
T00%3A00%3A00%2B08%3A00&max-results='+pageCount;
}
}
itemCount++;
}
}

for(var p =0;p< htmlMap.length;p++){
if(p>=(thisNum-displayPageNum-1) && p<(thisNum+displayPageNum)){
if(fFlag ==0 && p == thisNum-2){
if(thisNum==2){
if(isLablePage){
upPageHtml = labelHtml + upPageWord +'</a></span>';
}else{
upPageHtml = '<span class="showpage"><a href="/">'+
upPageWord +'</a></span>';
}
}else{
upPageHtml = '<span class="showpage"><a href="'+htmlMap[p]+
'">'+ upPageWord +'</a></span>';
}

fFlag++;
}

if(p==(thisNum-1)){
html += ' <span class="showpagePoint"><u>'+thisNum+'<
/u></span>';
}else{
if(p==0){
if(isLablePage){
html = labelHtml+'1</a></span>';
}else{
html += '<span class="showpageNum"><a href="/">1<
/a></span>';
}
}else{
html += '<span class="showpageNum"><a href="'+htmlMap[p]+'
">'+ (p+1) +' </a></span>';
}
}

if(eFlag ==0 && p == thisNum){
downPageHtml = '<span class="showpage"> <a href="'+htmlMap[p]
+'">'+ downPageWord +'</a></span>';
eFlag++;
}
}//end if(p>=(thisNum-displayPageNum-1) && p<(thisNum+displayPageNum))
{
}//end for(var p =0;p< htmlMap.length;p++){

if(thisNum>1){
if(!isLablePage){
html = '<span class="showpage"><a href="/">'+ firstPageWord +
' </a></span>'+upPageHtml+' '+html +' ';
}else{
html = ''+labelHtml + firstPageWord +' </a></span>'+upPageHtml+
' '+html +' ';
}
}

html = '<div class="showpageArea"><span style="padding: 2px 4px
2px 4px;margin: 2px 2px 2px 2px;border: 1px solid #333; background-" class
="showpage">Page '+thisNum+' of '+(postNum-1)+': </span>'+html;

if(thisNum<(postNum-1)){
html += downPageHtml;
html += '<span class="showpage"><a href="'+htmlMap[htmlMap.length-1]
+'"> '+endPageWord+'</a></span>';
}

if(postNum==1) postNum++;
html += '</div>';

if(isPage || isFirstPage || isLablePage){
var pageArea = document.getElementsByName("pageArea");
var blogPager = document.getElementById("blog-pager");

if(postNum <= 2){
html ='';
}

for(var p =0;p< pageArea.length;p++){
pageArea[p].innerHTML = html;
}

if(pageArea&&pageArea.length>0){
html ='';
}

if(blogPager){
blogPager.innerHTML = html;
}
}

}
</script>

<script src="/feeds/posts/summary?alt=json-in-script&callback=showpage
Count&max-results=99999" type="text/javascript"></script>
<div style="text-align:right;font-size:10px;color:000000;margin-top:15px
;display:none;"> <a href="http://www.techieblogger.com/2008/07/page-
navigation-hack-for-blogger.html">Grab this Widget ~ Blogger Accessories
</a></div>


DOWNLOAD AVANT BROWSER

AVANT BROWSER



Avant Browser allows users to browse multiple Web sites simultaneously and to block all unwanted pop-up pages and Flash ads automatically. The integrated cleaner helps users clear all traces and maintain privacy. The built-in Yahoo and Google search engines enable users to search for Web pages, images, groups, directories, lyrics, software, and news on the Internet. Avant Browser provides options for blocking the download of Flash media, pictures, video, sounds, and ActiveX components, so users can efficiently use their bandwidth and speed up page loading. All opened pages can be stopped, refreshed, closed, or arranged with one click. It also comes with built-in RSS reader. Its similar Web sites bar displays Web sites, which are related to the opened Web pages.
CLICK THE LINK GIVEN BELOW TO DOWNLOAD THE WEB BROWSER

DOWNLOAD FLOCK

FLOCK THE SOCIAL WEB BROWSER



While i wrote about all the web browser and internet softwares on my website i thought I was forgetting something then I came to know that it was yahoo flock .
Flock is an exellent web browser. I say even better than mozilla . You can download it here

But you should also read the description
Flock is designed to streamline and emphasize how you interface with social networking sites, RSS and media feeds, and blogs. Because it's built on Firefox 3, its behavior will feel familiar and it supports most--but not all--Firefox extensions. And yes, the "awesome bar" is part of the latest version.

Flock's social network savvy sidebar is the reason to get this browser. Buttons at the top of the collapsible sidebar make accessing any of your social networking or frequently used Web sites easier than Twittering what you had for breakfast. Feature-focused, each button either helps you get your message out faster, like dragging and dropping photos into Flickr, or helps you read your friends' messages quicker, like the integrated RSS reader. The People button turns the sidebar into a nifty way to track all your social networking accounts. Your avatar is displayed on the left, while the right contains links for new messages and new comments. The bottom holds the links to upload new media when applicable and a hot link to open or close your media stream.

There are also hot links to most major blogging sites, and if you choose to configure it for your own self-published blog, Flock guides you through the process. New users will likely find it overwhelming at first, but it really does give you a more comprehensive and real-time view into your social network than you can get otherwise.



Your Ad Here