Hey guys... I am here with a new idea to make blog look like website. Yeah guys...its about how to remove Older post, Home and Newer posts. So let's do it right now. 


Sign in your blog. and Design and then click on edit html. 
Now find these codes:
#blog-pager-newer-link {
float: left;
}
#blog-pager-older-link {
float: right;
}
#blog-pager {
text-align: center;
}


Replace those with these:
#blog-pager-newer-link {
display: none;
}
#blog-pager-older-link {
display: none;
}
#blog-pager {
display: none;
}



Save your template. And give a look. 
There are many tricks to add recent posts and recent comments widget to blogger. Here I am gonna show you a simple way to add these widgets:
Let's do few steps:
Sign in your blogger and then click on Design and the add Gadget and Feeds.
Now all you need to do is copy these codes and paste. For recent post: http://YOUR BLOG.COM/feeds/posts/default. And for recent comments: http://YOUR BLOG.COM/feeds/comments/default

Now, also we have search engine from Nepal. Yes guys it sounds great...This is gonna be lunched from Oct. Here is the detail news taken from Republic News.

Nepal will soon have its own search engine. After the immense popularity of search engines like Google and Yahoo, a local youth has developed possibly the first search engine based in Nepal. The project was unveiled for the first time at the ongoing Midas CAN SofTech 2010.

Apar Thebe, who developed the search engine named ´ebuzz asia´, said that the search engine would be launched commercially by October. Thebe said he thought of this concept when he could not find necessary documents for his research when he was studying abroad.

“I felt that our data and information are not digitized. I worked on the search engine project to make our data and information available to all at a single click,” Thebe said.

“I first want the search engine to be liked by Nepali people,” he said, elaborating why he does not want to reveal information about his prized project.

The search engine will be launched in beta version in October. “It will take three years for us to come up with the full-fledged version,” Vinay Regmi, the chief operating officer of ebuzz asia, told myrepublica.com. He also said the ebuzz asia will be different from other search engines.

“We will have the option of a comment box where users can enter the comments and share what they could not find in our search engine. This helps us to update our data bank,” he added.

At present, the ebuzz asia team is busy digitizing the data and information. The team, however, has been facing challenge as most of our data and information are in traditional files and book shelves.

The team has employed 14 youths for the project.

“We are hopeful that information related to Nepal will be digitized and Nepali will get easy access to them,” Regmi added. He further added that they were expecting support from Central Bureau of Statistics, MoIC and universities and libraries for digitization of data.

People can use ebuzz asia to search information from any part of the world. “One can add the location of his/her home in the map as well,” Regmi added.

The ebuzz asia team said they were getting some assistance from foreign countries and were looking for some local sponsors to materialize the project.

“There are ample opportunities inside the country, we want to work hand in hand with young IT professionals who are looking for opportunities,” Thebe said.
  
Yeah guys, finally Facebook releases one more security option for it's users. Last Saturday Facebook lunched it for all users. Now we can feel more secure our Facebook account.  Mostly it is useful for those who use Cyber Cafe and in case if they forget to log out their account. And we all know that now days there are so many hackers who can easily hack our account. If it happened we can receive all details   through email or sms after activating this security option. So let't check it out right now:
You can see how to do it on a screen shoot given above. 
Ok I'll tell you the steps:
1. Go to your Facebook Account then click on Account setting. 
2. Click on Account Security and change. 
3. If you wanna receive email and sms click on button and save. 
If other people is using your account there will be all details. and you can log out your account. 
Another good news for bloggers. At earlier times we use to use hit counters and stats tools from other sites. That was hard to do coz every one had not that skill to do. But, we don't need to be too worry. Because, blogger is lunching nice features one after another. And  now blogger lunches "Blogger Stats". It enable to know us easily how our blog is popular. How many people are visiting our blog. and winch post is the most viewed etc. 
Now we don't have search for this kind of stats checker in other sites and...wasting time..and we don't need to add gadget for it. 
We have seen popular posts widgets in blogger. But they were developed by others. And to get that we had to do so many things and that was too difficult task. Now Blogger in Darft has made it easy. All we need to do is follow few steps:
First of all we  need to sign in our blogger with Draft Blogger.
Then 'Design'
'Page Elements'
And 'add a gadget'
'Popular Post'.

You can optimize it as your wish. 
And Save it. 
Take a look. 
Now your popular or most visited posts will be displayed on your sidebar.
Facebook has lunched their official live video streaming channel. 
They aims provide a deeper look into our features, partners & employees. We bring you special guests, latest innovations, and live events from Facebook headquarters in Palo Alto. Good luck Facebook. keep going on........
Last night I was logging in my Facebook Account Then my eyes motivated by a yellow box appeared on the top of my application box under profile pic. That was a notice shown by Facebook developer. Notice was like this: Soon Facebook will no longer support profile boxes from applications. Learn more about this change in the Help Center.  
The pic above is a snap taken from a page created by me. I had made this after hard working of long time. See now I am gonna lose it. And I am so worried. I wish that Facebook will provide better feature than now. Ok guys...see ya....... 

Now a days sliding featured content is so popular. Because it gives nice look to blog and it makes easy to find posts on blog. So I was trying to find this for my blog finally I found it and now enjoying this feature. 
So I wanna share this useful tips to you all blogger friends. Come on and follow few steps I have shown below:
1. First of all Sign in your Blogger and then Design and  then edit "Html"
2. 'Expand Widget Templates'
3. Ctrl+F for search and find 
</head>
4. Then paste following codes just before it.
<style>
#myGallery, #myGallerySet, #flickrGallery {
width: 600px;
height: 200px;
margin: 5px;
z-index:5;
border: 1px solid #000;
}

.jdGallery .slideInfoZone
{
position: absolute;
z-index: 10;
width: 100%;
margin: 0px;
left: 0;
bottom: 0;
height: 61px;
background: #000;
color: #fff;
text-indent: 0;
overflow: hidden;
}
</style>

<!-- begin gallery scripts -->
    <link charset='utf-8' href='http://sites.google.com/site/everythingaboutblogging/featured/jd.gallery.css' media='screen' rel='stylesheet' type='text/css'/>
<script src='http://sites.google.com/site/everythingaboutblogging/featured/mootools.v1.11.js' type='text/javascript'/>
<script src='http://sites.google.com/site/everythingaboutblogging/featured/jd.gallery.js' type='text/javascript'/>

<!-- end gallery scripts -->

<script type='text/javascript'>
        function startGallery() {
            var myGallery = new gallery($(&#39;myGallery&#39;), {
                timed: true
            });
        }
        window.addEvent(&#39;domready&#39;,startGallery);
    </script>
5. Now search for this code:
<div id='main-wrapper'>
6. Paste following codes just below this code:
<div id='featured'>
<div id='myGallery'>
                            <div class='imageElement'>
            <h2>YOUR TITLE</h2>
            <p>SHORT DESCRIPTION OF YOUR POST...</p>
            <a class='open' href='LINK OF YOUR POST' title='Read More'/>
            <img class='full' src='LINK OF YOUR POST PHOTO'/>
            <img class='thumbnail' src='LINK OF YOUR POST PHOTO'/>
        </div>
                                <div class='imageElement'>
            <h2>YOUR TITLE</h2>
            <p>SHORT DESCRIPTION OF YOUR POST...</p>
            <a class='open' href='LINK OF YOUR POST' title='Read More'/>
            <img class='full' src='LINK OF YOUR POST PHOTO'/>
            <img class='thumbnail' src='LINK OF YOUR POST PHOTO'/>
        </div>                  
<div class='imageElement'>
            <h2>YOUR TITLE</h2>
            <p>SHORT DESCRIPTION OF YOUR POST...</p>
            <a class='open' href='LINK OF YOUR POST' title='Read More'/>
            <img class='full' src='LINK OF YOUR POST PHOTO'/>
            <img class='thumbnail' src='LINK OF YOUR POST PHOTO'/>
        </div> 
                                <div class='imageElement'>
            <h2>YOUR TITLE</h2>
            <p>SHORT DESCRIPTION OF YOUR POST...</p>
            <a class='open' href='LINK OF YOUR POST' title='Read More'/>
            <img class='full' src='LINK OF YOUR POST PHOTO'/>
            <img class='thumbnail' src='LINK OF YOUR POST PHOTO'/>
        </div>              
</div>
</div>
7. Preview it. If it is working then 'Save Template'. Ok enjoy the featured content on your blog. I hope you will do it for your blog.